01KTW2ZM1TTY2X92DFVDN8A5QE: 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: 01KTW305MWFTD7JJ0GFBEEDXGM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T19:37:50.425Zjob assigned to worker 01KTW30FAP4DDXW3K6HKSSEYDF [factory aws, i-004dcbf1dcc0e362b] (queued for 50 s)
 
22026-06-11T19:37:56.822Zstarting task 0: "setup"
32026-06-11T19:37:56.829Z++ uname -s
42026-06-11T19:37:56.832Z+ kern=SunOS
52026-06-11T19:37:56.832Z+ build_user=build
62026-06-11T19:37:56.832Z+ build_uid=12345
72026-06-11T19:37:56.832Z+ work_dir=/work
82026-06-11T19:37:56.832Z+ input_dir=/input
92026-06-11T19:37:56.832Z+ [[ 0 == 12345 ]]
102026-06-11T19:37:56.832Z+ case "$kern" in
112026-06-11T19:37:56.832Z+ groupadd -g 12345 build
122026-06-11T19:37:56.835Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T19:37:58.839Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T19:37:58.895Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T19:37:58.898Z+ home_fs=zfs
162026-06-11T19:37:58.898Z+ [[ zfs == autofs ]]
172026-06-11T19:37:58.898Z+ mkdir -p /home/build
182026-06-11T19:37:58.898Z+ chown build:build /home/build /work
192026-06-11T19:38:00.899Z+ chmod 0700 /home/build /work
202026-06-11T19:38:00.902Zprocess exited: duration 4079 ms, exit code 0
 
212026-06-11T19:38:00.908Zstarting task 1: "rust-toolchain"
222026-06-11T19:38:00.912Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-11T19:38:00.912Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-11T19:38:00.912Z * rust toolchain channel = "1.94.0"
252026-06-11T19:38:00.912Z * rust toolchain profile = "default"
262026-06-11T19:38:00.912Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T19:38:00.912Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-11T19:38:00.915Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T19:38:00.915Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-11T19:38:01.024Zinfo: downloading installer
312026-06-11T19:38:02.715Zwarn: It looks like you have an existing rustup settings file at:
322026-06-11T19:38:02.715Zwarn: /home/build/.rustup/settings.toml
332026-06-11T19:38:02.715Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-11T19:38:02.715Zwarn: instead of the one inferred from the default host triple.
352026-06-11T19:38:02.728Zinfo: profile set to default
362026-06-11T19:38:02.728Zinfo: default host triple is x86_64-unknown-illumos
372026-06-11T19:38:02.731Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-11T19:38:02.884Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-11T19:38:02.887Zinfo: downloading 6 components
402026-06-11T19:38:17.837Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-11T19:38:17.837Z
422026-06-11T19:38:17.864Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-11T19:38:17.865Z
442026-06-11T19:38:17.865Z
452026-06-11T19:38:17.865ZRust is installed now. Great!
462026-06-11T19:38:17.865Z
472026-06-11T19:38:17.868ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-11T19:38:17.868Zenvironment variable. This has not been done automatically.
492026-06-11T19:38:17.868Z
502026-06-11T19:38:17.868ZTo configure your current shell, you need to source
512026-06-11T19:38:17.868Zthe corresponding env file under $HOME/.cargo.
522026-06-11T19:38:17.868Z
532026-06-11T19:38:17.868ZThis is usually done by running one of the following (note the leading DOT):
542026-06-11T19:38:17.868Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-11T19:38:17.868Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-11T19:38:17.868Zsource "~/.cargo/env.nu" # For nushell
572026-06-11T19:38:17.868Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-11T19:38:17.868Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-11T19:38:17.868Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-11T19:38:17.868Zwarn: no default linker (`cc`) was found in your PATH
612026-06-11T19:38:17.868Zwarn: many Rust crates require a system C toolchain to build
622026-06-11T19:38:17.946Z+ rustup --version
632026-06-11T19:38:17.955Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-11T19:38:17.958Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-11T19:38:17.977Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-11T19:38:17.980Z+ cargo --version
672026-06-11T19:38:17.992Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-11T19:38:17.996Z+ rustc --version
692026-06-11T19:38:18.014Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-11T19:38:18.018Zprocess exited: duration 17108 ms, exit code 0
 
712026-06-11T19:38:18.024Zstarting task 2: "authentication"
722026-06-11T19:38:18.040Zprocess exited: duration 15 ms, exit code 0
 
732026-06-11T19:38:18.047Zstarting task 3: "clone repository"
742026-06-11T19:38:18.051Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-11T19:38:18.054Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-11T19:38:18.081ZCloning into '/work/oxidecomputer/omicron'...
772026-06-11T19:38:27.746Z+ cd /work/oxidecomputer/omicron
782026-06-11T19:38:27.746Z+ git fetch origin fcd110a003d8248d839923d1a29b3a7f3b6ce94f
792026-06-11T19:38:28.045ZFrom https://github.com/oxidecomputer/omicron
802026-06-11T19:38:28.045Z * branch fcd110a003d8248d839923d1a29b3a7f3b6ce94f -> FETCH_HEAD
812026-06-11T19:38:28.054Z+ [[ -n '' ]]
822026-06-11T19:38:28.054Z+ git reset --hard fcd110a003d8248d839923d1a29b3a7f3b6ce94f
832026-06-11T19:38:28.100ZHEAD is now at fcd110a00 remove unnecessary RPW reference
842026-06-11T19:38:28.103Zprocess exited: duration 10053 ms, exit code 0
 
852026-06-11T19:38:28.110Zstarting task 4: "build"
862026-06-11T19:38:28.115Z+ source .github/buildomat/ci-env.sh
872026-06-11T19:38:28.118Z++ export CARGO_TERM_COLOR=always
882026-06-11T19:38:28.118Z++ CARGO_TERM_COLOR=always
892026-06-11T19:38:28.118Z+ cargo --version
902026-06-11T19:38:28.125Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-11T19:38:28.128Z+ rustc --version
922026-06-11T19:38:28.147Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-11T19:38:28.151Z+ source ./env.sh
942026-06-11T19:38:28.151Z++ OLD_SHELL_OPTS=ehxB
952026-06-11T19:38:28.151Z++ set -o xtrace
962026-06-11T19:38:28.151Z++++ dirname ./env.sh
972026-06-11T19:38:28.154Z+++ readlink -f .
982026-06-11T19:38:28.155Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-11T19:38:28.155Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-11T19:38:28.155Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-11T19:38:28.155Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-11T19:38:28.155Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-11T19:38:28.155Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-11T19:38:28.155Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-11T19:38:28.155Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-11T19:38:28.155Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-11T19:38:28.155Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1082026-06-11T19:38:28.155Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1092026-06-11T19:38:28.155Z++ case $OLD_SHELL_OPTS in
1102026-06-11T19:38:28.155Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-06-11T19:38:28.155Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1122026-06-11T19:38:28.155Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1132026-06-11T19:38:28.155Z+ banner prerequisites
1142026-06-11T19:38:28.159Z
1152026-06-11T19:38:28.159Z ##### ##### ###### ##### ###### #### # # # #### #
1162026-06-11T19:38:28.159Z # # # # # # # # # # # # # # #
1172026-06-11T19:38:28.159Z # # # # ##### # # ##### # # # # # #### #
1182026-06-11T19:38:28.159Z ##### ##### # ##### # # # # # # # # #
1192026-06-11T19:38:28.159Z # # # # # # # # # # # # # # #
1202026-06-11T19:38:28.159Z # # # ###### # # ###### ### # #### # #### #
1212026-06-11T19:38:28.159Z
1222026-06-11T19:38:28.160Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1232026-06-11T19:38:29.564Z Startup: Refreshing catalog 'helios' ... Done
1242026-06-11T19:38:29.645Z Startup: Caching catalogs ... Done
1252026-06-11T19:38:29.964ZPlanning: Solver setup ... Done (0.281s)
1262026-06-11T19:38:29.986ZPlanning: Running solver ... Done (0.021s)
1272026-06-11T19:38:29.992ZPlanning: Finding local manifests ... Done (0.003s)
1282026-06-11T19:38:30.004ZPlanning: Fetching manifests: 0/2 0% complete
1292026-06-11T19:38:30.026ZPlanning: Fetching manifests: 2/2 100% complete
1302026-06-11T19:38:30.038ZPlanning: Package planning ... Done (0.013s)
1312026-06-11T19:38:30.042ZPlanning: Merging actions ... Done (0.001s)
1322026-06-11T19:38:30.229ZPlanning: Checking for conflicting actions ... Done (0.188s)
1332026-06-11T19:38:30.232ZPlanning: Consolidating action changes ... Done (0.001s)
1342026-06-11T19:38:31.046ZPlanning: Evaluating mediators ... Done (0.818s)
1352026-06-11T19:38:31.049ZPlanning: Planning completed in 1.38 seconds
1362026-06-11T19:38:31.056Z Packages to install: 2
1372026-06-11T19:38:31.059Z Estimated space available: 156.07 GB
1382026-06-11T19:38:31.059ZEstimated space to be consumed: 25.37 MB
1392026-06-11T19:38:31.059Z Create boot environment: No
1402026-06-11T19:38:31.059ZCreate backup boot environment: No
1412026-06-11T19:38:31.059Z Rebuild boot archive: No
1422026-06-11T19:38:31.059Z
1432026-06-11T19:38:31.059ZChanged packages:
1442026-06-11T19:38:31.059Zhelios
1452026-06-11T19:38:31.060Z developer/build-essential
1462026-06-11T19:38:31.060Z None -> 11-3.0
1472026-06-11T19:38:31.060Z library/libxmlsec1
1482026-06-11T19:38:31.060Z None -> 1.2.35-3.0
1492026-06-11T19:38:31.079Z
1502026-06-11T19:38:31.079ZDownload: 0/214 items 0.0/1.3MB 0% complete
1512026-06-11T19:38:31.582ZDownload: Completed 1.28 MB in 0.50 seconds (2.5M/s)
1522026-06-11T19:38:31.639Z Actions: 1/268 actions (Installing new actions)
1532026-06-11T19:38:31.675Z Actions: Completed 268 actions in 0.04 seconds.
1542026-06-11T19:38:31.683ZFinalize: Updating package state database ... Done (0.007s)
1552026-06-11T19:38:31.683ZFinalize: Updating package cache ... Done (0.000s)
1562026-06-11T19:38:31.705ZFinalize: Updating image state ... Done (0.023s)
1572026-06-11T19:38:34.080ZFinalize: Creating fast lookup database ... Done (2.339s)
1582026-06-11T19:38:34.149ZFinalize: Reading search index ... Done (0.013s)
1592026-06-11T19:38:34.156ZFinalize: Updating search index ... Done (0.000s)
1602026-06-11T19:38:34.219ZFinalize: Updating package cache ... Done (0.000s)
1612026-06-11T19:38:34.521ZPlanning: Evaluating mediator changes ... Done
1622026-06-11T19:38:34.630ZPlanning: Checking for conflicting actions ... Done
1632026-06-11T19:38:34.643ZPlanning: Consolidating action changes ... Done
1642026-06-11T19:38:34.797ZPlanning: Evaluating mediators ... Done
1652026-06-11T19:38:34.812ZPlanning: Planning completed in 0.27 seconds
1662026-06-11T19:38:34.821Z Mediators to change: 2
1672026-06-11T19:38:34.821Z Create boot environment: No
1682026-06-11T19:38:34.821ZCreate backup boot environment: No
1692026-06-11T19:38:34.846ZFinalize: Updating package state database ... Done
1702026-06-11T19:38:34.847ZFinalize: Updating package cache ... Done
1712026-06-11T19:38:34.856ZFinalize: Updating image state ... Done
1722026-06-11T19:38:36.793ZFinalize: Creating fast lookup database ... Done
1732026-06-11T19:38:36.851ZFinalize: Reading search index ... Done
1742026-06-11T19:38:36.857ZFinalize: Updating search index ... Done
1752026-06-11T19:38:36.917ZFinalize: Updating package cache ... Done
1762026-06-11T19:38:37.201ZPlanning: Evaluating mediator changes ... Done
1772026-06-11T19:38:37.307ZPlanning: Checking for conflicting actions ... Done
1782026-06-11T19:38:37.310ZPlanning: Consolidating action changes ... Done
1792026-06-11T19:38:37.465ZPlanning: Evaluating mediators ... Done
1802026-06-11T19:38:37.468ZPlanning: Planning completed in 0.26 seconds
1812026-06-11T19:38:37.488Z Mediators to change: 1
1822026-06-11T19:38:37.488Z Create boot environment: No
1832026-06-11T19:38:37.488ZCreate backup boot environment: No
1842026-06-11T19:38:37.526ZFinalize: Updating package state database ... Done
1852026-06-11T19:38:37.526ZFinalize: Updating package cache ... Done
1862026-06-11T19:38:37.538ZFinalize: Updating image state ... Done
1872026-06-11T19:38:39.468ZFinalize: Creating fast lookup database ... Done
1882026-06-11T19:38:39.528ZFinalize: Reading search index ... Done
1892026-06-11T19:38:39.531ZFinalize: Updating search index ... Done
1902026-06-11T19:38:39.580ZFinalize: Updating package cache ... Done
1912026-06-11T19:38:39.887ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922026-06-11T19:38:39.887Zapache system 2.4 system
1932026-06-11T19:38:39.887Zclang system 15 system
1942026-06-11T19:38:39.887Zcsh system system illumos
1952026-06-11T19:38:39.887Zctags system system illumos
1962026-06-11T19:38:39.887Zfile vendor vendor darwinsys
1972026-06-11T19:38:39.888Zfile system system illumos
1982026-06-11T19:38:39.888Zgcc vendor 14 vendor
1992026-06-11T19:38:39.888Zgcc system 13 system
2002026-06-11T19:38:39.888Zgcc system 10 system
2012026-06-11T19:38:39.888Zgo system 1.25 system
2022026-06-11T19:38:39.888Zllvm system 15 system
2032026-06-11T19:38:39.888Zmariadb system 11.4 system
2042026-06-11T19:38:39.888Zmta vendor vendor dma
2052026-06-11T19:38:39.888Zopenjdk system 17 system
2062026-06-11T19:38:39.888Zopenjdk system 11 system
2072026-06-11T19:38:39.888Zopenssl vendor 3 vendor
2082026-06-11T19:38:39.888Zperl system 5.40 system
2092026-06-11T19:38:39.888Zpostgresql system 18 system
2102026-06-11T19:38:39.888Zpostgresql system 17 system
2112026-06-11T19:38:39.888Zpython vendor 3 vendor
2122026-06-11T19:38:39.888Zpython system 2 system
2132026-06-11T19:38:39.888Zpython3 vendor 3.13 vendor
2142026-06-11T19:38:39.889Zruby system 3.4 system
2152026-06-11T19:38:39.889Zruby system 3.0 system
2162026-06-11T19:38:39.889Zwords vendor vendor american-english
2172026-06-11T19:38:39.889Zwords system system australian-english
2182026-06-11T19:38:39.889Zwords system system british-english
2192026-06-11T19:38:39.889Zwords system system canadian-english
2202026-06-11T19:38:39.889Zwords system system french
2212026-06-11T19:38:39.889Zwords system system italian
2222026-06-11T19:38:39.889Zwords system system ngerman
2232026-06-11T19:38:39.889Zwords system system ogerman
2242026-06-11T19:38:39.889Zwords system system spanish
2252026-06-11T19:38:40.140ZPUBLISHER TYPE STATUS P LOCATION
2262026-06-11T19:38:40.140Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2272026-06-11T19:38:40.425ZFMRI IFO
2282026-06-11T19:38:40.426Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2292026-06-11T19:38:40.426Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2302026-06-11T19:38:40.426Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2312026-06-11T19:38:40.426Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2322026-06-11T19:38:40.426Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2332026-06-11T19:38:40.426Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2342026-06-11T19:38:40.426Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2352026-06-11T19:38:40.426Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2362026-06-11T19:38:40.426Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2372026-06-11T19:38:40.672Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2382026-06-11T19:38:40.991Z Updating crates.io index
2392026-06-11T19:38:41.025Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402026-06-11T19:38:41.838Z Updating git repository `https://github.com/oxidecomputer/lldp`
2412026-06-11T19:38:42.323Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-06-11T19:38:43.005Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-06-11T19:38:43.974Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-11T19:38:44.599Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-06-11T19:38:46.464Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-06-11T19:38:47.472Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-06-11T19:38:47.820Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482026-06-11T19:38:49.102Z Updating git repository `https://github.com/oxidecomputer/clickward`
2492026-06-11T19:38:49.542Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2502026-06-11T19:38:49.880Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512026-06-11T19:38:50.356Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2522026-06-11T19:38:51.421Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-06-11T19:38:51.966Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-06-11T19:38:52.251Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2552026-06-11T19:38:52.659Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562026-06-11T19:38:53.010Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2572026-06-11T19:38:53.614Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582026-06-11T19:38:53.890Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592026-06-11T19:38:54.280Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602026-06-11T19:38:54.730Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-06-11T19:38:55.221Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-06-11T19:38:55.867Z Updating git repository `https://github.com/oxidecomputer/erebor`
2632026-06-11T19:38:56.175Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2642026-06-11T19:38:56.732Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2652026-06-11T19:38:57.201Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2662026-06-11T19:38:57.555Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672026-06-11T19:38:58.902Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-06-11T19:38:59.675Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692026-06-11T19:39:00.119Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-06-11T19:39:00.553Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712026-06-11T19:39:00.900Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-06-11T19:39:01.342Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-06-11T19:39:01.779Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2742026-06-11T19:39:02.083Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2752026-06-11T19:39:02.782Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-06-11T19:39:04.086Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-06-11T19:39:04.412Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-06-11T19:39:04.787Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-06-11T19:39:05.197Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-06-11T19:39:17.303Z Downloading crates ...
2812026-06-11T19:39:17.357Z Downloaded colorchoice v1.0.4
2822026-06-11T19:39:17.363Z Downloaded clap_lex v1.0.0
2832026-06-11T19:39:17.366Z Downloaded anstyle v1.0.14
2842026-06-11T19:39:17.366Z Downloaded anstream v1.0.0
2852026-06-11T19:39:17.369Z Downloaded toml v0.8.23
2862026-06-11T19:39:17.372Z Downloaded heck v0.5.0
2872026-06-11T19:39:17.372Z Downloaded dof v0.3.0
2882026-06-11T19:39:17.372Z Downloaded camino v1.2.2
2892026-06-11T19:39:17.376Z Downloaded anstyle-parse v1.0.0
2902026-06-11T19:39:17.376Z Downloaded textwrap v0.16.2
2912026-06-11T19:39:17.378Z Downloaded crypto-common v0.1.7
2922026-06-11T19:39:17.378Z Downloaded fs-err v3.3.0
2932026-06-11T19:39:17.378Z Downloaded camino-tempfile v1.4.1
2942026-06-11T19:39:17.381Z Downloaded thiserror v1.0.69
2952026-06-11T19:39:17.384Z Downloaded version_check v0.9.5
2962026-06-11T19:39:17.384Z Downloaded icu_properties v2.1.2
2972026-06-11T19:39:17.384Z Downloaded serde_core v1.0.228
2982026-06-11T19:39:17.387Z Downloaded form_urlencoded v1.2.2
2992026-06-11T19:39:17.388Z Downloaded errno v0.3.14
3002026-06-11T19:39:17.392Z Downloaded ucd-trie v0.1.7
3012026-06-11T19:39:17.392Z Downloaded zerofrom-derive v0.1.6
3022026-06-11T19:39:17.392Z Downloaded yoke-derive v0.8.1
3032026-06-11T19:39:17.395Z Downloaded utf8parse v0.2.2
3042026-06-11T19:39:17.395Z Downloaded pest_generator v2.8.6
3052026-06-11T19:39:17.398Z Downloaded thread-id v4.2.2
3062026-06-11T19:39:17.401Z Downloaded typeid v1.0.3
3072026-06-11T19:39:17.404Z Downloaded percent-encoding v2.3.2
3082026-06-11T19:39:17.404Z Downloaded unicode-xid v0.2.6
3092026-06-11T19:39:17.404Z Downloaded itoa v1.0.17
3102026-06-11T19:39:17.404Z Downloaded utf8_iter v1.0.4
3112026-06-11T19:39:17.407Z Downloaded unicode-linebreak v0.1.5
3122026-06-11T19:39:17.407Z Downloaded proc-macro-error-attr v1.0.4
3132026-06-11T19:39:17.407Z Downloaded pretty-hex v0.4.1
3142026-06-11T19:39:17.410Z Downloaded terminal_size v0.4.3
3152026-06-11T19:39:17.410Z Downloaded fastrand v2.3.0
3162026-06-11T19:39:17.410Z Downloaded usdt-macro v0.5.0
3172026-06-11T19:39:17.412Z Downloaded scroll_derive v0.12.1
3182026-06-11T19:39:17.412Z Downloaded toml_write v0.1.2
3192026-06-11T19:39:17.412Z Downloaded usdt-attr-macro v0.5.0
3202026-06-11T19:39:17.412Z Downloaded serde-value v0.7.0
3212026-06-11T19:39:17.415Z Downloaded serde_spanned v0.6.9
3222026-06-11T19:39:17.415Z Downloaded dtrace-parser v0.2.0
3232026-06-11T19:39:17.418Z Downloaded macaddr v1.0.1
3242026-06-11T19:39:17.418Z Downloaded cfg-if v1.0.4
3252026-06-11T19:39:17.422Z Downloaded zerofrom v0.1.6
3262026-06-11T19:39:17.422Z Downloaded zerovec-derive v0.11.2
3272026-06-11T19:39:17.422Z Downloaded thiserror-impl v2.0.18
3282026-06-11T19:39:17.422Z Downloaded thiserror-impl v1.0.69
3292026-06-11T19:39:17.422Z Downloaded cargo-platform v0.2.0
3302026-06-11T19:39:17.425Z Downloaded potential_utf v0.1.4
3312026-06-11T19:39:17.425Z Downloaded is_terminal_polyfill v1.70.2
3322026-06-11T19:39:17.425Z Downloaded tabled_derive v0.7.0
3332026-06-11T19:39:17.425Z Downloaded idna_adapter v1.2.1
3342026-06-11T19:39:17.425Z Downloaded usdt v0.5.0
3352026-06-11T19:39:17.428Z Downloaded thiserror v2.0.18
3362026-06-11T19:39:17.431Z Downloaded yoke v0.8.1
3372026-06-11T19:39:17.431Z Downloaded usdt-impl v0.5.0
3382026-06-11T19:39:17.431Z Downloaded typenum v1.19.0
3392026-06-11T19:39:17.434Z Downloaded zmij v1.0.21
3402026-06-11T19:39:17.434Z Downloaded toml_datetime v0.6.11
3412026-06-11T19:39:17.436Z Downloaded smawk v0.3.2
3422026-06-11T19:39:17.436Z Downloaded zerocopy-derive v0.7.35
3432026-06-11T19:39:17.439Z Downloaded digest v0.10.7
3442026-06-11T19:39:17.439Z Downloaded writeable v0.6.2
3452026-06-11T19:39:17.439Z Downloaded tinystr v0.8.2
3462026-06-11T19:39:17.443Z Downloaded plain v0.2.3
3472026-06-11T19:39:17.446Z Downloaded strsim v0.11.1
3482026-06-11T19:39:17.449Z Downloaded block-buffer v0.10.4
3492026-06-11T19:39:17.452Z Downloaded ordered-float v2.10.1
3502026-06-11T19:39:17.452Z Downloaded equivalent v1.0.2
3512026-06-11T19:39:17.452Z Downloaded unicode-ident v1.0.24
3522026-06-11T19:39:17.457Z Downloaded zerotrie v0.2.3
3532026-06-11T19:39:17.461Z Downloaded fnv v1.0.7
3542026-06-11T19:39:17.462Z Downloaded anstyle-query v1.1.5
3552026-06-11T19:39:17.464Z Downloaded toml_edit v0.22.27
3562026-06-11T19:39:17.464Z Downloaded heck v0.4.1
3572026-06-11T19:39:17.467Z Downloaded stable_deref_trait v1.2.1
3582026-06-11T19:39:17.467Z Downloaded url v2.5.8
3592026-06-11T19:39:17.471Z Downloaded zerovec v0.11.5
3602026-06-11T19:39:17.471Z Downloaded swrite v0.1.0
3612026-06-11T19:39:17.474Z Downloaded memmap v0.7.0
3622026-06-11T19:39:17.479Z Downloaded quote v1.0.45
3632026-06-11T19:39:17.481Z Downloaded cpufeatures v0.2.17
3642026-06-11T19:39:17.481Z Downloaded zerocopy v0.7.35
3652026-06-11T19:39:17.489Z Downloaded autocfg v1.5.0
3662026-06-11T19:39:17.492Z Downloaded winnow v0.7.14
3672026-06-11T19:39:17.496Z Downloaded once_cell v1.21.3
3682026-06-11T19:39:17.502Z Downloaded sha2 v0.10.9
3692026-06-11T19:39:17.505Z Downloaded unicode-width v0.2.0
3702026-06-11T19:39:17.508Z Downloaded unicode-width v0.1.14
3712026-06-11T19:39:17.510Z Downloaded generic-array v0.14.7
3722026-06-11T19:39:17.511Z Downloaded byteorder v1.5.0
3732026-06-11T19:39:17.511Z Downloaded cargo_metadata v0.21.0
3742026-06-11T19:39:17.516Z Downloaded synstructure v0.13.2
3752026-06-11T19:39:17.516Z Downloaded erased-serde v0.4.9
3762026-06-11T19:39:17.516Z Downloaded cargo_toml v0.21.0
3772026-06-11T19:39:17.516Z Downloaded bytecount v0.6.9
3782026-06-11T19:39:17.519Z Downloaded serde-untagged v0.1.9
3792026-06-11T19:39:17.522Z Downloaded proc-macro-error v1.0.4
3802026-06-11T19:39:17.525Z Downloaded anyhow v1.0.102
3812026-06-11T19:39:17.529Z Downloaded serde_tokenstream v0.2.3
3822026-06-11T19:39:17.529Z Downloaded bitflags v2.11.0
3832026-06-11T19:39:17.532Z Downloaded scroll v0.12.0
3842026-06-11T19:39:17.535Z Downloaded clap_derive v4.6.1
3852026-06-11T19:39:17.538Z Downloaded icu_provider v2.1.1
3862026-06-11T19:39:17.538Z Downloaded displaydoc v0.2.5
3872026-06-11T19:39:17.542Z Downloaded smallvec v1.15.1
3882026-06-11T19:39:17.542Z Downloaded icu_normalizer v2.1.1
3892026-06-11T19:39:17.546Z Downloaded semver v1.0.28
3902026-06-11T19:39:17.549Z Downloaded cargo-util-schemas v0.8.2
3912026-06-11T19:39:17.553Z Downloaded num-traits v0.2.19
3922026-06-11T19:39:17.560Z Downloaded clap v4.6.1
3932026-06-11T19:39:17.564Z Downloaded getrandom v0.4.1
3942026-06-11T19:39:17.567Z Downloaded litemap v0.8.1
3952026-06-11T19:39:17.572Z Downloaded log v0.4.29
3962026-06-11T19:39:17.575Z Downloaded papergrid v0.11.0
3972026-06-11T19:39:17.578Z Downloaded tempfile v3.25.0
3982026-06-11T19:39:17.581Z Downloaded proc-macro2 v1.0.106
3992026-06-11T19:39:17.581Z Downloaded pest_meta v2.8.6
4002026-06-11T19:39:17.587Z Downloaded serde_derive v1.0.228
4012026-06-11T19:39:17.591Z Downloaded icu_normalizer_data v2.1.1
4022026-06-11T19:39:17.594Z Downloaded pest_derive v2.8.6
4032026-06-11T19:39:17.604Z Downloaded memchr v2.8.0
4042026-06-11T19:39:17.608Z Downloaded icu_collections v2.1.1
4052026-06-11T19:39:17.611Z Downloaded idna v1.1.0
4062026-06-11T19:39:17.614Z Downloaded hashbrown v0.17.0
4072026-06-11T19:39:17.618Z Downloaded indexmap v2.14.0
4082026-06-11T19:39:17.621Z Downloaded serde v1.0.228
4092026-06-11T19:39:17.621Z Downloaded icu_locale_core v2.1.1
4102026-06-11T19:39:17.641Z Downloaded pest v2.8.6
4112026-06-11T19:39:17.660Z Downloaded serde_json v1.0.149
4122026-06-11T19:39:17.663Z Downloaded icu_properties_data v2.1.2
4132026-06-11T19:39:17.674Z Downloaded goblin v0.8.2
4142026-06-11T19:39:17.679Z Downloaded tabled v0.15.0
4152026-06-11T19:39:17.687Z Downloaded clap_builder v4.6.0
4162026-06-11T19:39:17.697Z Downloaded syn v1.0.109
4172026-06-11T19:39:17.708Z Downloaded syn v2.0.117
4182026-06-11T19:39:17.719Z Downloaded rustix v1.1.3
4192026-06-11T19:39:17.745Z Downloaded libc v0.2.185
4202026-06-11T19:39:17.813Z Compiling proc-macro2 v1.0.106
4212026-06-11T19:39:17.814Z Compiling unicode-ident v1.0.24
4222026-06-11T19:39:17.814Z Compiling quote v1.0.45
4232026-06-11T19:39:17.814Z Compiling serde_core v1.0.228
4242026-06-11T19:39:17.818Z Compiling libc v0.2.185
4252026-06-11T19:39:17.818Z Compiling version_check v0.9.5
4262026-06-11T19:39:17.818Z Compiling stable_deref_trait v1.2.1
4272026-06-11T19:39:17.818Z Compiling serde v1.0.228
4282026-06-11T19:39:18.118Z Compiling memchr v2.8.0
4292026-06-11T19:39:18.152Z Compiling zmij v1.0.21
4302026-06-11T19:39:18.322Z Compiling itoa v1.0.17
4312026-06-11T19:39:18.420Z Compiling autocfg v1.5.0
4322026-06-11T19:39:18.463Z Compiling ucd-trie v0.1.7
4332026-06-11T19:39:18.723Z Compiling thiserror v1.0.69
4342026-06-11T19:39:18.753Z Compiling pest v2.8.6
4352026-06-11T19:39:18.768Z Compiling litemap v0.8.1
4362026-06-11T19:39:18.837Z Compiling writeable v0.6.2
4372026-06-11T19:39:18.869Z Compiling byteorder v1.5.0
4382026-06-11T19:39:18.955Z Compiling icu_normalizer_data v2.1.1
4392026-06-11T19:39:19.133Z Compiling icu_properties_data v2.1.2
4402026-06-11T19:39:19.205Z Compiling rustix v1.1.3
4412026-06-11T19:39:19.313Z Compiling syn v2.0.117
4422026-06-11T19:39:19.382Z Compiling errno v0.3.14
4432026-06-11T19:39:19.385Z Compiling bitflags v2.11.0
4442026-06-11T19:39:19.411Z Compiling serde_json v1.0.149
4452026-06-11T19:39:19.675Z Compiling num-traits v0.2.19
4462026-06-11T19:39:19.693Z Compiling smallvec v1.15.1
4472026-06-11T19:39:19.779Z Compiling typeid v1.0.3
4482026-06-11T19:39:19.813Z Compiling pest_meta v2.8.6
4492026-06-11T19:39:19.908Z Compiling equivalent v1.0.2
4502026-06-11T19:39:20.002Z Compiling hashbrown v0.17.0
4512026-06-11T19:39:20.244Z Compiling thread-id v4.2.2
4522026-06-11T19:39:20.272Z Compiling proc-macro-error-attr v1.0.4
4532026-06-11T19:39:20.288Z Compiling usdt-impl v0.5.0
4542026-06-11T19:39:20.334Z Compiling toml_write v0.1.2
4552026-06-11T19:39:20.458Z Compiling syn v1.0.109
4562026-06-11T19:39:20.503Z Compiling erased-serde v0.4.9
4572026-06-11T19:39:20.535Z Compiling indexmap v2.14.0
4582026-06-11T19:39:20.568Z Compiling winnow v0.7.14
4592026-06-11T19:39:21.110Z Compiling proc-macro-error v1.0.4
4602026-06-11T19:39:21.172Z Compiling percent-encoding v2.3.2
4612026-06-11T19:39:21.295Z Compiling getrandom v0.4.1
4622026-06-11T19:39:21.367Z Compiling camino v1.2.2
4632026-06-11T19:39:21.466Z Compiling log v0.4.29
4642026-06-11T19:39:21.506Z Compiling plain v0.2.3
4652026-06-11T19:39:21.623Z Compiling utf8_iter v1.0.4
4662026-06-11T19:39:21.646Z Compiling thiserror v2.0.18
4672026-06-11T19:39:21.664Z Compiling utf8parse v0.2.2
4682026-06-11T19:39:21.763Z Compiling anstyle-parse v1.0.0
4692026-06-11T19:39:21.767Z Compiling ordered-float v2.10.1
4702026-06-11T19:39:21.781Z Compiling form_urlencoded v1.2.2
4712026-06-11T19:39:21.973Z Compiling synstructure v0.13.2
4722026-06-11T19:39:21.973Z Compiling pest_generator v2.8.6
4732026-06-11T19:39:22.055Z Compiling terminal_size v0.4.3
4742026-06-11T19:39:22.240Z Compiling anstyle v1.0.14
4752026-06-11T19:39:22.318Z Compiling is_terminal_polyfill v1.70.2
4762026-06-11T19:39:22.374Z Compiling pretty-hex v0.4.1
4772026-06-11T19:39:22.404Z Compiling anstyle-query v1.1.5
4782026-06-11T19:39:22.419Z Compiling colorchoice v1.0.4
4792026-06-11T19:39:22.463Z Compiling cfg-if v1.0.4
4802026-06-11T19:39:22.510Z Compiling anstream v1.0.0
4812026-06-11T19:39:22.543Z Compiling serde-untagged v0.1.9
4822026-06-11T19:39:22.608Z Compiling semver v1.0.28
4832026-06-11T19:39:22.732Z Compiling fs-err v3.3.0
4842026-06-11T19:39:22.780Z Compiling bytecount v0.6.9
4852026-06-11T19:39:22.821Z Compiling clap_lex v1.0.0
4862026-06-11T19:39:22.916Z Compiling anyhow v1.0.102
4872026-06-11T19:39:22.933Z Compiling heck v0.5.0
4882026-06-11T19:39:22.936Z Compiling heck v0.4.1
4892026-06-11T19:39:22.964Z Compiling once_cell v1.21.3
4902026-06-11T19:39:23.167Z Compiling strsim v0.11.1
4912026-06-11T19:39:23.167Z Compiling unicode-xid v0.2.6
4922026-06-11T19:39:23.199Z Compiling fnv v1.0.7
4932026-06-11T19:39:23.217Z Compiling fastrand v2.3.0
4942026-06-11T19:39:23.299Z Compiling unicode-width v0.1.14
4952026-06-11T19:39:23.358Z Compiling clap_builder v4.6.0
4962026-06-11T19:39:23.478Z Compiling tempfile v3.25.0
4972026-06-11T19:39:23.533Z Compiling memmap v0.7.0
4982026-06-11T19:39:23.572Z Compiling papergrid v0.11.0
4992026-06-11T19:39:23.602Z Compiling smawk v0.3.2
5002026-06-11T19:39:23.656Z Compiling serde_derive v1.0.228
5012026-06-11T19:39:23.705Z Compiling zerofrom-derive v0.1.6
5022026-06-11T19:39:23.741Z Compiling yoke-derive v0.8.1
5032026-06-11T19:39:23.849Z Compiling zerovec-derive v0.11.2
5042026-06-11T19:39:23.944Z Compiling displaydoc v0.2.5
5052026-06-11T19:39:24.735Z Compiling thiserror-impl v1.0.69
5062026-06-11T19:39:24.955Z Compiling zerocopy-derive v0.7.35
5072026-06-11T19:39:25.024Z Compiling pest_derive v2.8.6
5082026-06-11T19:39:25.111Z Compiling scroll_derive v0.12.1
5092026-06-11T19:39:25.156Z Compiling zerofrom v0.1.6
5102026-06-11T19:39:25.249Z Compiling yoke v0.8.1
5112026-06-11T19:39:25.421Z Compiling zerovec v0.11.5
5122026-06-11T19:39:25.461Z Compiling zerotrie v0.2.3
5132026-06-11T19:39:25.685Z Compiling scroll v0.12.0
5142026-06-11T19:39:25.730Z Compiling thiserror-impl v2.0.18
5152026-06-11T19:39:25.779Z Compiling zerocopy v0.7.35
5162026-06-11T19:39:25.925Z Compiling tinystr v0.8.2
5172026-06-11T19:39:25.968Z Compiling potential_utf v0.1.4
5182026-06-11T19:39:26.088Z Compiling icu_locale_core v2.1.1
5192026-06-11T19:39:26.122Z Compiling icu_collections v2.1.1
5202026-06-11T19:39:26.125Z Compiling dtrace-parser v0.2.0
5212026-06-11T19:39:26.335Z Compiling goblin v0.8.2
5222026-06-11T19:39:26.385Z Compiling tabled_derive v0.7.0
5232026-06-11T19:39:26.572Z Compiling clap_derive v4.6.1
5242026-06-11T19:39:26.600Z Compiling unicode-linebreak v0.1.5
5252026-06-11T19:39:26.844Z Compiling icu_provider v2.1.1
5262026-06-11T19:39:26.964Z Compiling unicode-width v0.2.0
5272026-06-11T19:39:27.161Z Compiling icu_normalizer v2.1.1
5282026-06-11T19:39:27.198Z Compiling icu_properties v2.1.2
5292026-06-11T19:39:27.198Z Compiling toml_datetime v0.6.11
5302026-06-11T19:39:27.234Z Compiling serde_spanned v0.6.9
5312026-06-11T19:39:27.287Z Compiling dof v0.3.0
5322026-06-11T19:39:27.368Z Compiling toml_edit v0.22.27
5332026-06-11T19:39:27.385Z Compiling serde_tokenstream v0.2.3
5342026-06-11T19:39:27.448Z Compiling serde-value v0.7.0
5352026-06-11T19:39:27.709Z Compiling cargo-platform v0.2.0
5362026-06-11T19:39:27.734Z Compiling tabled v0.15.0
5372026-06-11T19:39:27.809Z Compiling textwrap v0.16.2
5382026-06-11T19:39:27.978Z Compiling macaddr v1.0.1
5392026-06-11T19:39:28.204Z Compiling idna_adapter v1.2.1
5402026-06-11T19:39:28.259Z Compiling camino-tempfile v1.4.1
5412026-06-11T19:39:28.302Z Compiling usdt-macro v0.5.0
5422026-06-11T19:39:28.325Z Compiling idna v1.1.0
5432026-06-11T19:39:28.341Z Compiling usdt-attr-macro v0.5.0
5442026-06-11T19:39:28.486Z Compiling clap v4.6.1
5452026-06-11T19:39:28.915Z Compiling toml v0.8.23
5462026-06-11T19:39:28.935Z Compiling url v2.5.8
5472026-06-11T19:39:29.003Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-06-11T19:39:29.250Z Compiling swrite v0.1.0
5492026-06-11T19:39:29.386Z Compiling usdt v0.5.0
5502026-06-11T19:39:29.490Z Compiling cargo-util-schemas v0.8.2
5512026-06-11T19:39:29.532Z Compiling cargo_toml v0.21.0
5522026-06-11T19:39:30.402Z Compiling cargo_metadata v0.21.0
5532026-06-11T19:39:31.328Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-06-11T19:39:33.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.85s
5552026-06-11T19:39:33.621Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5562026-06-11T19:39:34.167Z Downloading crates ...
5572026-06-11T19:39:34.265Z Downloaded base16ct v0.2.0
5582026-06-11T19:39:34.270Z Downloaded arrayref v0.3.9
5592026-06-11T19:39:34.270Z Downloaded adler2 v2.0.1
5602026-06-11T19:39:34.270Z Downloaded cobs v0.3.0
5612026-06-11T19:39:34.270Z Downloaded assert_matches v1.5.0
5622026-06-11T19:39:34.276Z Downloaded argon2 v0.5.3
5632026-06-11T19:39:34.276Z Downloaded ascii-canvas v3.0.0
5642026-06-11T19:39:34.289Z Downloaded array-init v0.0.4
5652026-06-11T19:39:34.289Z Downloaded cfg_aliases v0.2.1
5662026-06-11T19:39:34.289Z Downloaded cassowary v0.3.0
5672026-06-11T19:39:34.303Z Downloaded buf-list v1.1.2
5682026-06-11T19:39:34.303Z Downloaded bit-set v0.8.0
5692026-06-11T19:39:34.303Z Downloaded async-stream-impl v0.3.6
5702026-06-11T19:39:34.303Z Downloaded arrayvec v0.7.6
5712026-06-11T19:39:34.303Z Downloaded darling_macro v0.21.3
5722026-06-11T19:39:34.303Z Downloaded difflib v0.4.0
5732026-06-11T19:39:34.303Z Downloaded crc8 v0.1.1
5742026-06-11T19:39:34.303Z Downloaded const_format_proc_macros v0.2.34
5752026-06-11T19:39:34.326Z Downloaded cancel-safe-futures v0.1.5
5762026-06-11T19:39:34.326Z Downloaded env_filter v1.0.0
5772026-06-11T19:39:34.326Z Downloaded cookie_store v0.22.1
5782026-06-11T19:39:34.327Z Downloaded display-error-chain v0.2.2
5792026-06-11T19:39:34.327Z Downloaded crunchy v0.2.4
5802026-06-11T19:39:34.327Z Downloaded aead v0.5.2
5812026-06-11T19:39:34.327Z Downloaded compression-codecs v0.4.37
5822026-06-11T19:39:34.327Z Downloaded curve25519-dalek-derive v0.1.1
5832026-06-11T19:39:34.327Z Downloaded atomicwrites v0.4.4
5842026-06-11T19:39:34.327Z Downloaded async-bb8-diesel v0.2.1
5852026-06-11T19:39:34.327Z Downloaded cargo_metadata v0.23.1
5862026-06-11T19:39:34.327Z Downloaded compression-core v0.4.31
5872026-06-11T19:39:34.327Z Downloaded arc-swap v1.8.2
5882026-06-11T19:39:34.327Z Downloaded dirs-sys-next v0.1.2
5892026-06-11T19:39:34.328Z Downloaded diesel_table_macro_syntax v0.3.0
5902026-06-11T19:39:34.329Z Downloaded darling_macro v0.23.0
5912026-06-11T19:39:34.363Z Downloaded cstr-argument v0.1.2
5922026-06-11T19:39:34.364Z Downloaded bzip2 v0.4.4
5932026-06-11T19:39:34.364Z Downloaded crc v3.4.0
5942026-06-11T19:39:34.364Z Downloaded cpufeatures v0.3.0
5952026-06-11T19:39:34.364Z Downloaded ena v0.14.4
5962026-06-11T19:39:34.364Z Downloaded derive-ex v0.1.8
5972026-06-11T19:39:34.364Z Downloaded async-stream v0.3.6
5982026-06-11T19:39:34.364Z Downloaded ciborium v0.2.2
5992026-06-11T19:39:34.364Z Downloaded dtrace-parser v0.3.0
6002026-06-11T19:39:34.364Z Downloaded bitflags v1.3.2
6012026-06-11T19:39:34.364Z Downloaded darling_macro v0.13.4
6022026-06-11T19:39:34.364Z Downloaded crucible-workspace-hack v0.1.0
6032026-06-11T19:39:34.364Z Downloaded bit-set v0.5.3
6042026-06-11T19:39:34.364Z Downloaded bit-vec v0.6.3
6052026-06-11T19:39:34.364Z Downloaded embedded-io v0.6.1
6062026-06-11T19:39:34.364Z Downloaded downcast-rs v2.0.2
6072026-06-11T19:39:34.364Z Downloaded bb8 v0.8.6
6082026-06-11T19:39:34.364Z Downloaded cfg_aliases v0.1.1
6092026-06-11T19:39:34.364Z Downloaded bitfield-macros v0.19.4
6102026-06-11T19:39:34.364Z Downloaded bitfield-struct v0.6.2
6112026-06-11T19:39:34.364Z Downloaded castaway v0.2.4
6122026-06-11T19:39:34.364Z Downloaded async-trait v0.1.89
6132026-06-11T19:39:34.398Z Downloaded endian-type v0.1.2
6142026-06-11T19:39:34.398Z Downloaded debug-ignore v1.0.5
6152026-06-11T19:39:34.398Z Downloaded darling_macro v0.20.11
6162026-06-11T19:39:34.398Z Downloaded convert_case v0.4.0
6172026-06-11T19:39:34.398Z Downloaded daft v0.1.7
6182026-06-11T19:39:34.398Z Downloaded cargo-platform v0.3.2
6192026-06-11T19:39:34.398Z Downloaded atomic-waker v1.1.2
6202026-06-11T19:39:34.398Z Downloaded anstream v0.6.21
6212026-06-11T19:39:34.398Z Downloaded cmake v0.1.57
6222026-06-11T19:39:34.398Z Downloaded darling v0.13.4
6232026-06-11T19:39:34.398Z Downloaded ciborium-io v0.2.2
6242026-06-11T19:39:34.398Z Downloaded deranged v0.5.8
6252026-06-11T19:39:34.398Z Downloaded block-padding v0.3.3
6262026-06-11T19:39:34.398Z Downloaded ctr v0.9.2
6272026-06-11T19:39:34.398Z Downloaded daft-derive v0.1.7
6282026-06-11T19:39:34.399Z Downloaded defmt-parser v1.0.0
6292026-06-11T19:39:34.399Z Downloaded atty v0.2.14
6302026-06-11T19:39:34.399Z Downloaded bcrypt-pbkdf v0.10.0
6312026-06-11T19:39:34.399Z Downloaded dirs-next v2.0.0
6322026-06-11T19:39:34.399Z Downloaded derive_builder_macro v0.20.2
6332026-06-11T19:39:34.399Z Downloaded async-recursion v1.1.1
6342026-06-11T19:39:34.399Z Downloaded futures-task v0.3.32
6352026-06-11T19:39:34.425Z Downloaded fixedbitset v0.4.2
6362026-06-11T19:39:34.426Z Downloaded embedded-io v0.4.0
6372026-06-11T19:39:34.426Z Downloaded document-features v0.2.12
6382026-06-11T19:39:34.426Z Downloaded foreign-types v0.3.2
6392026-06-11T19:39:34.426Z Downloaded clang-sys v1.8.1
6402026-06-11T19:39:34.426Z Downloaded bitfield v0.19.4
6412026-06-11T19:39:34.426Z Downloaded defmt v0.3.100
6422026-06-11T19:39:34.426Z Downloaded crc-catalog v2.4.0
6432026-06-11T19:39:34.426Z Downloaded bcs v0.1.6
6442026-06-11T19:39:34.426Z Downloaded ecdsa v0.16.9
6452026-06-11T19:39:34.426Z Downloaded cc v1.2.56
6462026-06-11T19:39:34.426Z Downloaded critical-section v1.2.0
6472026-06-11T19:39:34.426Z Downloaded ciborium-ll v0.2.2
6482026-06-11T19:39:34.426Z Downloaded csv-core v0.1.13
6492026-06-11T19:39:34.427Z Downloaded foreign-types-shared v0.3.1
6502026-06-11T19:39:34.427Z Downloaded foreign-types-shared v0.1.1
6512026-06-11T19:39:34.427Z Downloaded fixedbitset v0.5.7
6522026-06-11T19:39:34.427Z Downloaded ghash v0.5.1
6532026-06-11T19:39:34.427Z Downloaded git-stub v1.0.0
6542026-06-11T19:39:34.427Z Downloaded foreign-types-macros v0.2.3
6552026-06-11T19:39:34.427Z Downloaded foreign-types v0.5.0
6562026-06-11T19:39:34.427Z Downloaded flagset v0.4.7
6572026-06-11T19:39:34.427Z Downloaded cipher v0.4.4
6582026-06-11T19:39:34.427Z Downloaded camino-tempfile-ext v0.3.3
6592026-06-11T19:39:34.427Z Downloaded dsl_auto_type v0.2.0
6602026-06-11T19:39:34.427Z Downloaded convert_case v0.10.0
6612026-06-11T19:39:34.427Z Downloaded funty v2.0.0
6622026-06-11T19:39:34.427Z Downloaded fd-lock v4.0.4
6632026-06-11T19:39:34.446Z Downloaded enum-as-inner v0.6.1
6642026-06-11T19:39:34.447Z Downloaded futures-macro v0.3.32
6652026-06-11T19:39:34.447Z Downloaded blowfish v0.9.1
6662026-06-11T19:39:34.447Z Downloaded gethostname v0.5.0
6672026-06-11T19:39:34.447Z Downloaded futures-io v0.3.32
6682026-06-11T19:39:34.447Z Downloaded globwalk v0.9.1
6692026-06-11T19:39:34.447Z Downloaded float-ord v0.3.2
6702026-06-11T19:39:34.447Z Downloaded float-cmp v0.10.0
6712026-06-11T19:39:34.447Z Downloaded dof v0.4.0
6722026-06-11T19:39:34.447Z Downloaded anstyle-parse v0.2.7
6732026-06-11T19:39:34.447Z Downloaded bit-vec v0.8.0
6742026-06-11T19:39:34.448Z Downloaded cbc v0.1.2
6752026-06-11T19:39:34.448Z Downloaded byte-wrapper v0.1.0
6762026-06-11T19:39:34.448Z Downloaded backon v1.6.0
6772026-06-11T19:39:34.448Z Downloaded filetime v0.2.27
6782026-06-11T19:39:34.448Z Downloaded constant_time_eq v0.4.2
6792026-06-11T19:39:34.448Z Downloaded darling v0.23.0
6802026-06-11T19:39:34.448Z Downloaded either v1.15.0
6812026-06-11T19:39:34.448Z Downloaded diff v0.1.13
6822026-06-11T19:39:34.448Z Downloaded foldhash v0.1.5
6832026-06-11T19:39:34.448Z Downloaded futures-sink v0.3.32
6842026-06-11T19:39:34.455Z Downloaded hash32 v0.3.1
6852026-06-11T19:39:34.455Z Downloaded dunce v1.0.5
6862026-06-11T19:39:34.456Z Downloaded cexpr v0.6.0
6872026-06-11T19:39:34.456Z Downloaded hex-literal v0.4.1
6882026-06-11T19:39:34.456Z Downloaded fxhash v0.2.1
6892026-06-11T19:39:34.456Z Downloaded ed25519 v2.2.3
6902026-06-11T19:39:34.456Z Downloaded headers-core v0.3.0
6912026-06-11T19:39:34.456Z Downloaded foldhash v0.2.0
6922026-06-11T19:39:34.456Z Downloaded chacha20 v0.9.1
6932026-06-11T19:39:34.456Z Downloaded hex v0.4.3
6942026-06-11T19:39:34.456Z Downloaded hash32 v0.2.1
6952026-06-11T19:39:34.456Z Downloaded dyn-clone v1.0.20
6962026-06-11T19:39:34.457Z Downloaded hostname v0.3.1
6972026-06-11T19:39:34.457Z Downloaded darling v0.21.3
6982026-06-11T19:39:34.457Z Downloaded http-body v1.0.1
6992026-06-11T19:39:34.457Z Downloaded hostname v0.4.2
7002026-06-11T19:39:34.457Z Downloaded corncobs v0.1.4
7012026-06-11T19:39:34.457Z Downloaded diesel-dtrace v0.5.0
7022026-06-11T19:39:34.472Z Downloaded crc32fast v1.5.0
7032026-06-11T19:39:34.473Z Downloaded http-range v0.1.5
7042026-06-11T19:39:34.473Z Downloaded home v0.5.12
7052026-06-11T19:39:34.473Z Downloaded crossbeam-epoch v0.9.18
7062026-06-11T19:39:34.473Z Downloaded darling v0.20.11
7072026-06-11T19:39:34.473Z Downloaded httpdate v1.0.3
7082026-06-11T19:39:34.503Z Downloaded find-msvc-tools v0.1.9
7092026-06-11T19:39:34.503Z Downloaded der_derive v0.7.3
7102026-06-11T19:39:34.504Z Downloaded fallible-iterator v0.2.0
7112026-06-11T19:39:34.504Z Downloaded dropshot-api-manager-types v0.7.2
7122026-06-11T19:39:34.504Z Downloaded hyper-tls v0.6.0
7132026-06-11T19:39:34.504Z Downloaded futures-core v0.3.32
7142026-06-11T19:39:34.504Z Downloaded illumos-nvpair v0.3.0
7152026-06-11T19:39:34.504Z Downloaded hubpack_derive v0.1.1
7162026-06-11T19:39:34.504Z Downloaded hubpack v0.1.2
7172026-06-11T19:39:34.505Z Downloaded futures-executor v0.3.32
7182026-06-11T19:39:34.505Z Downloaded crossbeam-utils v0.8.21
7192026-06-11T19:39:34.505Z Downloaded globset v0.4.18
7202026-06-11T19:39:34.505Z Downloaded git-stub-vcs v0.1.0
7212026-06-11T19:39:34.505Z Downloaded crc-any v2.5.0
7222026-06-11T19:39:34.505Z Downloaded fs_extra v1.3.0
7232026-06-11T19:39:34.505Z Downloaded illumos-nvpair-sys v0.2.0
7242026-06-11T19:39:34.505Z Downloaded ident_case v1.0.1
7252026-06-11T19:39:34.505Z Downloaded group v0.13.0
7262026-06-11T19:39:34.505Z Downloaded console v0.15.11
7272026-06-11T19:39:34.505Z Downloaded colored v2.2.0
7282026-06-11T19:39:34.505Z Downloaded chacha20 v0.10.0
7292026-06-11T19:39:34.514Z Downloaded ff v0.13.1
7302026-06-11T19:39:34.514Z Downloaded fs-err v2.11.0
7312026-06-11T19:39:34.514Z Downloaded console v0.16.2
7322026-06-11T19:39:34.514Z Downloaded base64ct v1.8.3
7332026-06-11T19:39:34.514Z Downloaded glob v0.3.3
7342026-06-11T19:39:34.514Z Downloaded backoff v0.4.0
7352026-06-11T19:39:34.515Z Downloaded instant v0.1.13
7362026-06-11T19:39:34.515Z Downloaded inout v0.1.4
7372026-06-11T19:39:34.515Z Downloaded indoc v1.0.9
7382026-06-11T19:39:34.515Z Downloaded derive_builder_core v0.20.2
7392026-06-11T19:39:34.515Z Downloaded defmt-macros v1.0.1
7402026-06-11T19:39:34.515Z Downloaded data-encoding v2.10.0
7412026-06-11T19:39:34.515Z Downloaded bzip2 v0.6.1
7422026-06-11T19:39:34.515Z Downloaded ahash v0.8.12
7432026-06-11T19:39:34.515Z Downloaded is_ci v1.2.0
7442026-06-11T19:39:34.515Z Downloaded highway v1.3.0
7452026-06-11T19:39:34.531Z Downloaded erased-serde v0.3.31
7462026-06-11T19:39:34.531Z Downloaded instability v0.3.11
7472026-06-11T19:39:34.531Z Downloaded keccak v0.1.6
7482026-06-11T19:39:34.531Z Downloaded indent_write v2.2.0
7492026-06-11T19:39:34.531Z Downloaded is-terminal v0.4.17
7502026-06-11T19:39:34.531Z Downloaded blake2 v0.10.6
7512026-06-11T19:39:34.531Z Downloaded defmt v1.0.1
7522026-06-11T19:39:34.558Z Downloaded fatfs v0.3.6
7532026-06-11T19:39:34.558Z Downloaded env_logger v0.11.9
7542026-06-11T19:39:34.558Z Downloaded lalrpop-util v0.19.12
7552026-06-11T19:39:34.558Z Downloaded lazy_static v1.5.0
7562026-06-11T19:39:34.558Z Downloaded lzss v0.8.2
7572026-06-11T19:39:34.558Z Downloaded libscf-sys v1.1.0
7582026-06-11T19:39:34.558Z Downloaded kstat-rs v0.2.4
7592026-06-11T19:39:34.559Z Downloaded hyper-staticfile v0.10.1
7602026-06-11T19:39:34.559Z Downloaded maplit v1.0.2
7612026-06-11T19:39:34.559Z Downloaded derive-where v1.6.0
7622026-06-11T19:39:34.559Z Downloaded http-body-util v0.1.3
7632026-06-11T19:39:34.559Z Downloaded darling_core v0.20.11
7642026-06-11T19:39:34.567Z Downloaded lru-slab v0.1.2
7652026-06-11T19:39:34.567Z Downloaded crossbeam-deque v0.8.6
7662026-06-11T19:39:34.567Z Downloaded managed v0.8.0
7672026-06-11T19:39:34.567Z Downloaded getrandom v0.2.17
7682026-06-11T19:39:34.567Z Downloaded futures-channel v0.3.32
7692026-06-11T19:39:34.568Z Downloaded lru v0.12.5
7702026-06-11T19:39:34.568Z Downloaded md5 v0.7.0
7712026-06-11T19:39:34.568Z Downloaded der v0.7.10
7722026-06-11T19:39:34.568Z Downloaded md-5 v0.10.6
7732026-06-11T19:39:34.568Z Downloaded memoffset v0.9.1
7742026-06-11T19:39:34.568Z Downloaded internet-checksum v0.2.1
7752026-06-11T19:39:34.568Z Downloaded impl-trait-for-tuples v0.2.3
7762026-06-11T19:39:34.568Z Downloaded linked-hash-map v0.5.6
7772026-06-11T19:39:34.568Z Downloaded match_cfg v0.1.0
7782026-06-11T19:39:34.580Z Downloaded humantime v2.3.0
7792026-06-11T19:39:34.580Z Downloaded indoc v2.0.7
7802026-06-11T19:39:34.580Z Downloaded multimap v0.10.1
7812026-06-11T19:39:34.580Z Downloaded maybe-uninit v2.0.0
7822026-06-11T19:39:34.580Z Downloaded half v1.8.3
7832026-06-11T19:39:34.581Z Downloaded cookie v0.18.1
7842026-06-11T19:39:34.599Z Downloaded newtype-uuid-macros v0.1.0
7852026-06-11T19:39:34.599Z Downloaded ipnetwork v0.21.1
7862026-06-11T19:39:34.599Z Downloaded newtype_derive v0.1.6
7872026-06-11T19:39:34.599Z Downloaded newline-converter v0.3.0
7882026-06-11T19:39:34.599Z Downloaded bumpalo v3.20.2
7892026-06-11T19:39:34.600Z Downloaded new_debug_unreachable v1.0.6
7902026-06-11T19:39:34.600Z Downloaded num-derive v0.3.3
7912026-06-11T19:39:34.600Z Downloaded num-iter v0.1.45
7922026-06-11T19:39:34.600Z Downloaded nonempty v0.12.0
7932026-06-11T19:39:34.610Z Downloaded nibble_vec v0.1.0
7942026-06-11T19:39:34.610Z Downloaded num-conv v0.2.0
7952026-06-11T19:39:34.610Z Downloaded normalize-line-endings v0.3.0
7962026-06-11T19:39:34.610Z Downloaded nodrop v0.1.14
7972026-06-11T19:39:34.610Z Downloaded jobserver v0.1.34
7982026-06-11T19:39:34.610Z Downloaded num_threads v0.1.7
7992026-06-11T19:39:34.610Z Downloaded num-derive v0.4.2
8002026-06-11T19:39:34.610Z Downloaded ipnet v2.11.0
8012026-06-11T19:39:34.610Z Downloaded colored v3.1.1
8022026-06-11T19:39:34.611Z Downloaded darling_core v0.13.4
8032026-06-11T19:39:34.611Z Downloaded iana-time-zone v0.1.65
8042026-06-11T19:39:34.611Z Downloaded des v0.8.1
8052026-06-11T19:39:34.611Z Downloaded allocator-api2 v0.2.21
8062026-06-11T19:39:34.628Z Downloaded libsw-core v0.3.2
8072026-06-11T19:39:34.628Z Downloaded httparse v1.10.1
8082026-06-11T19:39:34.628Z Downloaded libsw v3.5.0
8092026-06-11T19:39:34.628Z Downloaded libloading v0.8.9
8102026-06-11T19:39:34.628Z Downloaded crossbeam-channel v0.5.15
8112026-06-11T19:39:34.628Z Downloaded olpc-cjson v0.1.4
8122026-06-11T19:39:34.628Z Downloaded opaque-debug v0.3.1
8132026-06-11T19:39:34.628Z Downloaded mime v0.3.17
8142026-06-11T19:39:34.628Z Downloaded ed25519-dalek v2.2.0
8152026-06-11T19:39:34.628Z Downloaded chacha20poly1305 v0.10.1
8162026-06-11T19:39:34.628Z Downloaded flate2 v1.1.9
8172026-06-11T19:39:34.628Z Downloaded linear-map v1.2.0
8182026-06-11T19:39:34.639Z Downloaded const-oid v0.9.6
8192026-06-11T19:39:34.639Z Downloaded base64 v0.22.1
8202026-06-11T19:39:34.640Z Downloaded openssl-probe v0.2.1
8212026-06-11T19:39:34.640Z Downloaded openssl-probe v0.1.6
8222026-06-11T19:39:34.640Z Downloaded oso-derive v0.27.3
8232026-06-11T19:39:34.640Z Downloaded lock_api v0.4.14
8242026-06-11T19:39:34.640Z Downloaded hyper-rustls v0.27.7
8252026-06-11T19:39:34.640Z Downloaded openssl-macros v0.1.1
8262026-06-11T19:39:34.640Z Downloaded getrandom v0.3.4
8272026-06-11T19:39:34.640Z Downloaded newtype-uuid v1.3.2
8282026-06-11T19:39:34.640Z Downloaded nanorand v0.7.0
8292026-06-11T19:39:34.641Z Downloaded half v2.7.1
8302026-06-11T19:39:34.650Z Downloaded multer v3.1.0
8312026-06-11T19:39:34.650Z Downloaded ingot-macros v0.1.1
8322026-06-11T19:39:34.650Z Downloaded lru-cache v0.1.2
8332026-06-11T19:39:34.651Z Downloaded bytes v1.11.1
8342026-06-11T19:39:34.651Z Downloaded native-tls v0.2.18
8352026-06-11T19:39:34.651Z Downloaded ingot v0.1.1
8362026-06-11T19:39:34.651Z Downloaded mime_guess v2.0.5
8372026-06-11T19:39:34.651Z Downloaded ingot-types v0.1.2
8382026-06-11T19:39:34.651Z Downloaded darling_core v0.23.0
8392026-06-11T19:39:34.666Z Downloaded pbkdf2 v0.12.2
8402026-06-11T19:39:34.666Z Downloaded num v0.4.3
8412026-06-11T19:39:34.666Z Downloaded packed_struct_codegen v0.10.1
8422026-06-11T19:39:34.667Z Downloaded path-slash v0.1.5
8432026-06-11T19:39:34.667Z Downloaded parse-display v0.10.0
8442026-06-11T19:39:34.667Z Downloaded num-integer v0.1.46
8452026-06-11T19:39:34.667Z Downloaded compact_str v0.8.1
8462026-06-11T19:39:34.667Z Downloaded derive_more v0.99.20
8472026-06-11T19:39:34.682Z Downloaded phf_shared v0.11.3
8482026-06-11T19:39:34.682Z Downloaded num-complex v0.4.6
8492026-06-11T19:39:34.682Z Downloaded nu-ansi-term v0.50.3
8502026-06-11T19:39:34.682Z Downloaded drift v0.2.0
8512026-06-11T19:39:34.699Z Downloaded pin-utils v0.1.0
8522026-06-11T19:39:34.699Z Downloaded phf_shared v0.13.1
8532026-06-11T19:39:34.699Z Downloaded phf_shared v0.12.1
8542026-06-11T19:39:34.699Z Downloaded pbkdf2 v0.11.0
8552026-06-11T19:39:34.706Z Downloaded parse-size v1.1.0
8562026-06-11T19:39:34.706Z Downloaded num_enum_derive v0.7.6
8572026-06-11T19:39:34.706Z Downloaded num_enum_derive v0.5.11
8582026-06-11T19:39:34.706Z Downloaded num_enum v0.7.6
8592026-06-11T19:39:34.706Z Downloaded indexmap v1.9.3
8602026-06-11T19:39:34.706Z Downloaded ignore v0.4.25
8612026-06-11T19:39:34.706Z Downloaded elliptic-curve v0.13.8
8622026-06-11T19:39:34.706Z Downloaded owo-colors v4.3.0
8632026-06-11T19:39:34.707Z Downloaded num_enum v0.5.11
8642026-06-11T19:39:34.714Z Downloaded oxnet v0.1.5
8652026-06-11T19:39:34.714Z Downloaded heapless v0.7.17
8662026-06-11T19:39:34.714Z Downloaded predicates-core v1.0.10
8672026-06-11T19:39:34.718Z Downloaded const_format v0.2.35
8682026-06-11T19:39:34.718Z Downloaded password-hash v0.4.2
8692026-06-11T19:39:34.718Z Downloaded parking_lot_core v0.8.6
8702026-06-11T19:39:34.739Z Downloaded oxide-tokio-rt v0.1.4
8712026-06-11T19:39:34.739Z Downloaded num-rational v0.4.2
8722026-06-11T19:39:34.739Z Downloaded headers v0.4.1
8732026-06-11T19:39:34.740Z Downloaded predicates-tree v1.0.13
8742026-06-11T19:39:34.740Z Downloaded precomputed-hash v0.1.1
8752026-06-11T19:39:34.746Z Downloaded powerfmt v0.2.0
8762026-06-11T19:39:34.747Z Downloaded pem-rfc7468 v0.7.0
8772026-06-11T19:39:34.747Z Downloaded peg-macros v0.8.5
8782026-06-11T19:39:34.747Z Downloaded expectorate v1.2.0
8792026-06-11T19:39:34.747Z Downloaded derive_more v2.1.1
8802026-06-11T19:39:34.747Z Downloaded progenitor-client v0.14.0
8812026-06-11T19:39:34.747Z Downloaded proc-macro-error-attr2 v2.0.0
8822026-06-11T19:39:34.747Z Downloaded progenitor-macro v0.14.0
8832026-06-11T19:39:34.747Z Downloaded proc-macro-crate v1.3.1
8842026-06-11T19:39:34.747Z Downloaded derive_more-impl v2.1.1
8852026-06-11T19:39:34.747Z Downloaded pem v3.0.6
8862026-06-11T19:39:34.747Z Downloaded peg-runtime v0.8.5
8872026-06-11T19:39:34.747Z Downloaded peg v0.8.5
8882026-06-11T19:39:34.755Z Downloaded phf v0.12.1
8892026-06-11T19:39:34.755Z Downloaded progenitor-client v0.11.2
8902026-06-11T19:39:34.755Z Downloaded libbz2-rs-sys v0.2.2
8912026-06-11T19:39:34.755Z Downloaded progenitor-macro v0.13.0
8922026-06-11T19:39:34.755Z Downloaded progenitor-macro v0.11.2
8932026-06-11T19:39:34.760Z Downloaded paste v1.0.15
8942026-06-11T19:39:34.760Z Downloaded pin-project-lite v0.2.17
8952026-06-11T19:39:34.760Z Downloaded rand_chacha v0.3.1
8962026-06-11T19:39:34.760Z Downloaded indicatif v0.18.4
8972026-06-11T19:39:34.769Z Downloaded omicron-zone-package v0.12.2
8982026-06-11T19:39:34.770Z Downloaded password-hash v0.5.0
8992026-06-11T19:39:34.770Z Downloaded radium v0.7.0
9002026-06-11T19:39:34.770Z Downloaded pkg-config v0.3.32
9012026-06-11T19:39:34.777Z Downloaded pkcs8 v0.10.2
9022026-06-11T19:39:34.777Z Downloaded rand_xorshift v0.4.0
9032026-06-11T19:39:34.777Z Downloaded quick-error v1.2.3
9042026-06-11T19:39:34.777Z Downloaded poly1305 v0.8.0
9052026-06-11T19:39:34.777Z Downloaded pin-project-internal v1.1.11
9062026-06-11T19:39:34.778Z Downloaded litrs v1.0.0
9072026-06-11T19:39:34.778Z Downloaded polyval v0.6.2
9082026-06-11T19:39:34.791Z Downloaded hickory-resolver v0.24.4
9092026-06-11T19:39:34.791Z Downloaded parse-display-derive v0.10.0
9102026-06-11T19:39:34.792Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-06-11T19:39:34.792Z Downloaded recursive v0.1.1
9122026-06-11T19:39:34.792Z Downloaded async-compression v0.4.41
9132026-06-11T19:39:34.792Z Downloaded libefi-sys v0.1.0
9142026-06-11T19:39:34.797Z Downloaded heapless v0.8.0
9152026-06-11T19:39:34.797Z Downloaded ref-cast v1.0.25
9162026-06-11T19:39:34.797Z Downloaded postgres-protocol v0.6.10
9172026-06-11T19:39:34.797Z Downloaded predicates v3.1.4
9182026-06-11T19:39:34.798Z Downloaded parking_lot v0.11.2
9192026-06-11T19:39:34.798Z Downloaded ar_archive_writer v0.5.1
9202026-06-11T19:39:34.798Z Downloaded base64 v0.21.7
9212026-06-11T19:39:34.807Z Downloaded ppv-lite86 v0.2.21
9222026-06-11T19:39:34.807Z Downloaded parking_lot_core v0.9.12
9232026-06-11T19:39:34.808Z Downloaded progenitor v0.14.0
9242026-06-11T19:39:34.808Z Downloaded progenitor v0.11.2
9252026-06-11T19:39:34.812Z Downloaded psl-types v2.0.11
9262026-06-11T19:39:34.812Z Downloaded memmap2 v0.9.10
9272026-06-11T19:39:34.812Z Downloaded flume v0.11.1
9282026-06-11T19:39:34.812Z Downloaded proc-macro-crate v3.4.0
9292026-06-11T19:39:34.812Z Downloaded parking_lot v0.12.5
9302026-06-11T19:39:34.812Z Downloaded futures v0.3.32
9312026-06-11T19:39:34.812Z Downloaded rustc_version v0.4.1
9322026-06-11T19:39:34.817Z Downloaded phf v0.13.1
9332026-06-11T19:39:34.817Z Downloaded proc-macro-error2 v2.0.1
9342026-06-11T19:39:34.817Z Downloaded ref-cast-impl v1.0.25
9352026-06-11T19:39:34.824Z Downloaded darling_core v0.21.3
9362026-06-11T19:39:34.824Z Downloaded rtoolbox v0.0.3
9372026-06-11T19:39:34.824Z Downloaded progenitor-extras v0.2.0
9382026-06-11T19:39:34.829Z Downloaded progenitor-client v0.13.0
9392026-06-11T19:39:34.829Z Downloaded rfc6979 v0.4.0
9402026-06-11T19:39:34.829Z Downloaded pkcs5 v0.7.1
9412026-06-11T19:39:34.829Z Downloaded pkcs1 v0.7.5
9422026-06-11T19:39:34.829Z Downloaded psm v0.1.30
9432026-06-11T19:39:34.844Z Downloaded oso v0.27.3
9442026-06-11T19:39:34.844Z Downloaded rustc_version v0.1.7
9452026-06-11T19:39:34.844Z Downloaded rand_core v0.9.5
9462026-06-11T19:39:34.844Z Downloaded rustc-hash v2.1.1
9472026-06-11T19:39:34.844Z Downloaded p256 v0.13.2
9482026-06-11T19:39:34.854Z Downloaded russh-cryptovec v0.7.3
9492026-06-11T19:39:34.855Z Downloaded rand_core v0.6.4
9502026-06-11T19:39:34.855Z Downloaded rand_chacha v0.9.0
9512026-06-11T19:39:34.855Z Downloaded packed_struct v0.10.1
9522026-06-11T19:39:34.855Z Downloaded miniz_oxide v0.8.9
9532026-06-11T19:39:34.855Z Downloaded hmac v0.12.1
9542026-06-11T19:39:34.855Z Downloaded crypto-bigint v0.5.5
9552026-06-11T19:39:34.855Z Downloaded rand_seeder v0.4.0
9562026-06-11T19:39:34.855Z Downloaded hashbrown v0.12.3
9572026-06-11T19:39:34.855Z Downloaded postcard v1.1.3
9582026-06-11T19:39:34.855Z Downloaded rand_core v0.10.0
9592026-06-11T19:39:34.855Z Downloaded postgres-types v0.2.12
9602026-06-11T19:39:34.858Z Downloaded papergrid v0.17.0
9612026-06-11T19:39:34.859Z Downloaded dropshot_endpoint v0.17.0
9622026-06-11T19:39:34.862Z Downloaded derive_builder v0.20.2
9632026-06-11T19:39:34.868Z Downloaded serde-big-array v0.5.1
9642026-06-11T19:39:34.868Z Downloaded secrecy v0.8.0
9652026-06-11T19:39:34.868Z Downloaded scroll_derive v0.13.1
9662026-06-11T19:39:34.868Z Downloaded primeorder v0.13.6
9672026-06-11T19:39:34.872Z Downloaded jiff-static v0.2.21
9682026-06-11T19:39:34.883Z Downloaded progenitor v0.13.0
9692026-06-11T19:39:34.883Z Downloaded salsa20 v0.10.2
9702026-06-11T19:39:34.887Z Downloaded scheduled-thread-pool v0.2.7
9712026-06-11T19:39:34.887Z Downloaded scopeguard v1.2.0
9722026-06-11T19:39:34.888Z Downloaded crossterm v0.29.0
9732026-06-11T19:39:34.888Z Downloaded secrecy v0.10.3
9742026-06-11T19:39:34.888Z Downloaded serde_spanned v1.0.4
9752026-06-11T19:39:34.891Z Downloaded serde_repr v0.1.20
9762026-06-11T19:39:34.891Z Downloaded crossterm v0.28.1
9772026-06-11T19:39:34.898Z Downloaded resolv-conf v0.7.6
9782026-06-11T19:39:34.898Z Downloaded seq-macro v0.3.6
9792026-06-11T19:39:34.898Z Downloaded semver v0.1.20
9802026-06-11T19:39:34.899Z Downloaded hickory-resolver v0.25.2
9812026-06-11T19:39:34.903Z Downloaded diesel_derives v2.3.7
9822026-06-11T19:39:34.909Z Downloaded r2d2 v0.8.10
9832026-06-11T19:39:34.909Z Downloaded quinn-udp v0.5.14
9842026-06-11T19:39:34.909Z Downloaded scrypt v0.11.0
9852026-06-11T19:39:34.909Z Downloaded sha1 v0.10.6
9862026-06-11T19:39:34.921Z Downloaded serde_bytes v0.11.19
9872026-06-11T19:39:34.921Z Downloaded serde_plain v1.0.2
9882026-06-11T19:39:34.924Z Downloaded serde_urlencoded v0.7.1
9892026-06-11T19:39:34.924Z Downloaded signal-hook-mio v0.2.5
9902026-06-11T19:39:34.930Z Downloaded hickory-server v0.25.2
9912026-06-11T19:39:34.930Z Downloaded sigpipe v0.1.3
9922026-06-11T19:39:34.934Z Downloaded aes v0.8.4
9932026-06-11T19:39:34.934Z Downloaded rusty-fork v0.3.1
9942026-06-11T19:39:34.945Z Downloaded slog-envlogger v2.2.0
9952026-06-11T19:39:34.945Z Downloaded same-file v1.0.6
9962026-06-11T19:39:34.946Z Downloaded rustls-pemfile v2.2.0
9972026-06-11T19:39:34.955Z Downloaded rustls-native-certs v0.8.3
9982026-06-11T19:39:34.955Z Downloaded prefix-trie v0.7.0
9992026-06-11T19:39:34.958Z Downloaded progenitor-impl v0.14.0
10002026-06-11T19:39:34.958Z Downloaded signature v2.2.0
10012026-06-11T19:39:34.958Z Downloaded shell-words v1.1.1
10022026-06-11T19:39:34.959Z Downloaded signal-hook-tokio v0.3.1
10032026-06-11T19:39:34.959Z Downloaded schemars_derive v0.8.22
10042026-06-11T19:39:34.959Z Downloaded minimal-lexical v0.2.1
10052026-06-11T19:39:34.962Z Downloaded serde_derive_internals v0.29.1
10062026-06-11T19:39:34.962Z Downloaded serde_with_macros v1.5.2
10072026-06-11T19:39:34.962Z Downloaded serde-hex v0.1.0
10082026-06-11T19:39:34.965Z Downloaded sapling-renderdag v0.1.0
10092026-06-11T19:39:34.971Z Downloaded slog-bunyan v2.5.0
10102026-06-11T19:39:34.974Z Downloaded siphasher v1.0.2
10112026-06-11T19:39:34.978Z Downloaded mio v1.2.0
10122026-06-11T19:39:34.984Z Downloaded russh-keys v0.45.0
10132026-06-11T19:39:34.987Z Downloaded pin-project v1.1.11
10142026-06-11T19:39:34.991Z Downloaded ssh-encoding v0.2.0
10152026-06-11T19:39:34.996Z Downloaded aes-gcm v0.10.3
10162026-06-11T19:39:34.996Z Downloaded sec1 v0.7.3
10172026-06-11T19:39:34.996Z Downloaded rcgen v0.12.1
10182026-06-11T19:39:35.000Z Downloaded sct v0.7.1
10192026-06-11T19:39:35.000Z Downloaded hyper-util v0.1.20
10202026-06-11T19:39:35.008Z Downloaded serde_path_to_error v0.1.20
10212026-06-11T19:39:35.008Z Downloaded http v1.4.0
10222026-06-11T19:39:35.008Z Downloaded ssh-cipher v0.2.0
10232026-06-11T19:39:35.008Z Downloaded signal-hook-registry v1.4.8
10242026-06-11T19:39:35.008Z Downloaded openssl-sys v0.9.115
10252026-06-11T19:39:35.012Z Downloaded strum v0.27.2
10262026-06-11T19:39:35.012Z Downloaded pretty_assertions v1.4.1
10272026-06-11T19:39:35.017Z Downloaded strum v0.26.3
10282026-06-11T19:39:35.017Z Downloaded rustls-pki-types v1.14.0
10292026-06-11T19:39:35.017Z Downloaded structmeta v0.3.0
10302026-06-11T19:39:35.021Z Downloaded rustversion v1.0.22
10312026-06-11T19:39:35.021Z Downloaded strsim v0.10.0
10322026-06-11T19:39:35.021Z Downloaded sync_wrapper v1.0.2
10332026-06-11T19:39:35.021Z Downloaded supports-color v3.0.2
10342026-06-11T19:39:35.021Z Downloaded slog-dtrace v0.3.0
10352026-06-11T19:39:35.021Z Downloaded scroll v0.13.0
10362026-06-11T19:39:35.025Z Downloaded rustls-pemfile v1.0.4
10372026-06-11T19:39:35.025Z Downloaded shlex v1.3.0
10382026-06-11T19:39:35.025Z Downloaded slab v0.4.12
10392026-06-11T19:39:35.028Z Downloaded hashbrown v0.13.2
10402026-06-11T19:39:35.028Z Downloaded structmeta-derive v0.3.0
10412026-06-11T19:39:35.031Z Downloaded dropshot-api-manager v0.7.2
10422026-06-11T19:39:35.034Z Downloaded strip-ansi-escapes v0.2.1
10432026-06-11T19:39:35.035Z Downloaded progenitor-impl v0.13.0
10442026-06-11T19:39:35.039Z Downloaded progenitor-impl v0.11.2
10452026-06-11T19:39:35.039Z Downloaded num-bigint v0.4.6
10462026-06-11T19:39:35.042Z Downloaded tagptr v0.2.0
10472026-06-11T19:39:35.042Z Downloaded smf v0.2.3
10482026-06-11T19:39:35.042Z Downloaded smallvec v0.6.14
10492026-06-11T19:39:35.045Z Downloaded slog-term v2.9.2
10502026-06-11T19:39:35.045Z Downloaded tabled_derive v0.11.0
10512026-06-11T19:39:35.049Z Downloaded sync-ptr v0.1.4
10522026-06-11T19:39:35.049Z Downloaded take_mut v0.2.2
10532026-06-11T19:39:35.049Z Downloaded tabwriter v1.4.1
10542026-06-11T19:39:35.049Z Downloaded slog-scope v4.4.1
10552026-06-11T19:39:35.052Z Downloaded slog-async v2.8.0
10562026-06-11T19:39:35.052Z Downloaded subtle v2.6.1
10572026-06-11T19:39:35.052Z Downloaded slog-json v2.6.1
10582026-06-11T19:39:35.056Z Downloaded sqlformat v0.3.5
10592026-06-11T19:39:35.056Z Downloaded simd-adler32 v0.3.8
10602026-06-11T19:39:35.056Z Downloaded itertools v0.10.5
10612026-06-11T19:39:35.059Z Downloaded termtree v0.5.1
10622026-06-11T19:39:35.059Z Downloaded testing_table v0.3.0
10632026-06-11T19:39:35.062Z Downloaded stacker v0.1.23
10642026-06-11T19:39:35.062Z Downloaded rayon-core v1.13.0
10652026-06-11T19:39:35.065Z Downloaded sqlparser_derive v0.5.0
10662026-06-11T19:39:35.065Z Downloaded spki v0.7.3
10672026-06-11T19:39:35.069Z Downloaded serde_cbor v0.11.2
10682026-06-11T19:39:35.069Z Downloaded serde_with_macros v3.17.0
10692026-06-11T19:39:35.072Z Downloaded nom v7.1.3
10702026-06-11T19:39:35.072Z Downloaded thiserror-impl-no-std v2.0.2
10712026-06-11T19:39:35.075Z Downloaded snafu-derive v0.8.9
10722026-06-11T19:39:35.077Z Downloaded hashbrown v0.16.1
10732026-06-11T19:39:35.080Z Downloaded rustls-platform-verifier v0.6.2
10742026-06-11T19:39:35.083Z Downloaded support-bundle-viewer v0.1.2
10752026-06-11T19:39:35.083Z Downloaded strum_macros v0.26.4
10762026-06-11T19:39:35.086Z Downloaded strum_macros v0.24.3
10772026-06-11T19:39:35.086Z Downloaded thread-id v5.1.0
10782026-06-11T19:39:35.089Z Downloaded slog-stdlog v4.1.1
10792026-06-11T19:39:35.089Z Downloaded hashbrown v0.15.5
10802026-06-11T19:39:35.092Z Downloaded string_cache v0.8.9
10812026-06-11T19:39:35.095Z Downloaded static_assertions v1.1.0
10822026-06-11T19:39:35.095Z Downloaded prettyplease v0.2.37
10832026-06-11T19:39:35.098Z Downloaded tap v1.0.1
10842026-06-11T19:39:35.098Z Downloaded bitvec v1.0.1
10852026-06-11T19:39:35.106Z Downloaded tinyvec_macros v0.1.1
10862026-06-11T19:39:35.109Z Downloaded time-core v0.1.8
10872026-06-11T19:39:35.109Z Downloaded ron v0.8.1
10882026-06-11T19:39:35.112Z Downloaded ryu v1.0.23
10892026-06-11T19:39:35.116Z Downloaded schemars v0.8.22
10902026-06-11T19:39:35.120Z Downloaded tower-service v0.3.3
10912026-06-11T19:39:35.123Z Downloaded tower-layer v0.3.3
10922026-06-11T19:39:35.123Z Downloaded tokio-macros v2.7.0
10932026-06-11T19:39:35.123Z Downloaded quinn v0.11.9
10942026-06-11T19:39:35.126Z Downloaded strum_macros v0.27.2
10952026-06-11T19:39:35.129Z Downloaded qorb v0.4.1
10962026-06-11T19:39:35.129Z Downloaded stringprep v0.1.5
10972026-06-11T19:39:35.131Z Downloaded publicsuffix v2.3.0
10982026-06-11T19:39:35.134Z Downloaded termios v0.3.3
10992026-06-11T19:39:35.137Z Downloaded signal-hook v0.3.18
11002026-06-11T19:39:35.140Z Downloaded tiny-keccak v2.0.2
11012026-06-11T19:39:35.140Z Downloaded time-macros v0.2.27
11022026-06-11T19:39:35.143Z Downloaded trait-variant v0.1.2
11032026-06-11T19:39:35.143Z Downloaded libxml v0.3.3
11042026-06-11T19:39:35.146Z Downloaded topological-sort v0.2.2
11052026-06-11T19:39:35.146Z Downloaded aho-corasick v1.1.4
11062026-06-11T19:39:35.149Z Downloaded spin v0.9.8
11072026-06-11T19:39:35.152Z Downloaded rand v0.8.6
11082026-06-11T19:39:35.155Z Downloaded futures-util v0.3.32
11092026-06-11T19:39:35.159Z Downloaded try-lock v0.2.5
11102026-06-11T19:39:35.162Z Downloaded thread_local v1.1.9
11112026-06-11T19:39:35.162Z Downloaded tokio-native-tls v0.3.1
11122026-06-11T19:39:35.165Z Downloaded tokio-dtrace v0.1.1
11132026-06-11T19:39:35.165Z Downloaded itertools v0.12.1
11142026-06-11T19:39:35.168Z Downloaded thiserror-no-std v2.0.2
11152026-06-11T19:39:35.171Z Downloaded num-bigint-dig v0.8.6
11162026-06-11T19:39:35.175Z Downloaded unicode-truncate v1.1.0
11172026-06-11T19:39:35.178Z Downloaded unarray v0.1.4
11182026-06-11T19:39:35.178Z Downloaded typify-macro v0.6.2
11192026-06-11T19:39:35.178Z Downloaded tokio-tungstenite v0.21.0
11202026-06-11T19:39:35.181Z Downloaded schemars v0.9.0
11212026-06-11T19:39:35.189Z Downloaded usdt-macro v0.6.0
11222026-06-11T19:39:35.192Z Downloaded untrusted v0.7.1
11232026-06-11T19:39:35.192Z Downloaded usdt-attr-macro v0.6.0
11242026-06-11T19:39:35.192Z Downloaded usdt v0.6.0
11252026-06-11T19:39:35.192Z Downloaded universal-hash v0.5.1
11262026-06-11T19:39:35.192Z Downloaded unit-prefix v0.5.2
11272026-06-11T19:39:35.196Z Downloaded typify-macro v0.4.3
11282026-06-11T19:39:35.196Z Downloaded tokio-rustls v0.25.0
11292026-06-11T19:39:35.196Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11302026-06-11T19:39:35.200Z Downloaded tls_codec v0.4.2
11312026-06-11T19:39:35.200Z Downloaded socket2 v0.5.10
11322026-06-11T19:39:35.200Z Downloaded socket2 v0.6.3
11332026-06-11T19:39:35.200Z Downloaded rsa v0.9.10
11342026-06-11T19:39:35.203Z Downloaded toml_writer v1.0.6+spec-1.1.0
11352026-06-11T19:39:35.204Z Downloaded term v0.7.0
11362026-06-11T19:39:35.207Z Downloaded utf-8 v0.7.6
11372026-06-11T19:39:35.207Z Downloaded untrusted v0.9.0
11382026-06-11T19:39:35.207Z Downloaded itertools v0.13.0
11392026-06-11T19:39:35.211Z Downloaded rand v0.9.2
11402026-06-11T19:39:35.214Z Downloaded nom v8.0.0
11412026-06-11T19:39:35.222Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11422026-06-11T19:39:35.225Z Downloaded serde_yaml v0.9.34+deprecated
11432026-06-11T19:39:35.229Z Downloaded wait-timeout v0.2.1
11442026-06-11T19:39:35.229Z Downloaded void v1.0.2
11452026-06-11T19:39:35.229Z Downloaded waitgroup v0.1.2
11462026-06-11T19:39:35.231Z Downloaded rustls-webpki v0.103.9
11472026-06-11T19:39:35.231Z Downloaded iri-string v0.7.10
11482026-06-11T19:39:35.235Z Downloaded tui-tree-widget v0.23.1
11492026-06-11T19:39:35.238Z Downloaded samael v0.0.19
11502026-06-11T19:39:35.242Z Downloaded want v0.3.1
11512026-06-11T19:39:35.249Z Downloaded schemars v1.2.1
11522026-06-11T19:39:35.257Z Downloaded xattr v1.6.1
11532026-06-11T19:39:35.260Z Downloaded unicase v2.9.0
11542026-06-11T19:39:35.260Z Downloaded tls_codec_derive v0.4.2
11552026-06-11T19:39:35.262Z Downloaded tokio-stream v0.1.18
11562026-06-11T19:39:35.265Z Downloaded xshell-macros v0.2.7
11572026-06-11T19:39:35.268Z Downloaded zone_cfg_derive v0.3.1
11582026-06-11T19:39:35.268Z Downloaded snafu v0.8.9
11592026-06-11T19:39:35.271Z Downloaded tokio-tungstenite v0.23.1
11602026-06-11T19:39:35.275Z Downloaded tokio-rustls v0.26.4
11612026-06-11T19:39:35.275Z Downloaded tokio-rustls v0.24.1
11622026-06-11T19:39:35.278Z Downloaded hkdf v0.12.4
11632026-06-11T19:39:35.278Z Downloaded zeroize_derive v1.4.3
11642026-06-11T19:39:35.278Z Downloaded zone v0.3.1
11652026-06-11T19:39:35.278Z Downloaded term v1.2.1
11662026-06-11T19:39:35.282Z Downloaded slog v2.8.2
11672026-06-11T19:39:35.282Z Downloaded test-strategy v0.4.5
11682026-06-11T19:39:35.288Z Downloaded vergen-lib v0.1.6
11692026-06-11T19:39:35.291Z Downloaded vergen-gitcl v1.0.8
11702026-06-11T19:39:35.291Z Downloaded vergen-lib v9.1.0
11712026-06-11T19:39:35.294Z Downloaded vergen-git2 v9.1.0
11722026-06-11T19:39:35.294Z Downloaded uzers v0.12.2
11732026-06-11T19:39:35.302Z Downloaded hyper v1.8.1
11742026-06-11T19:39:35.306Z Downloaded vsss-rs v3.3.4
11752026-06-11T19:39:35.311Z Downloaded tracing-attributes v0.1.31
11762026-06-11T19:39:35.311Z Downloaded twox-hash v2.1.2
11772026-06-11T19:39:35.314Z Downloaded whoami v2.1.0
11782026-06-11T19:39:35.314Z Downloaded whoami v1.6.1
11792026-06-11T19:39:35.314Z Downloaded similar v2.7.0
11802026-06-11T19:39:35.318Z Downloaded iddqd v0.4.2
11812026-06-11T19:39:35.321Z Downloaded xshell v0.2.7
11822026-06-11T19:39:35.324Z Downloaded itertools v0.14.0
11832026-06-11T19:39:35.327Z Downloaded wyz v0.5.1
11842026-06-11T19:39:35.327Z Downloaded tar v0.4.45
11852026-06-11T19:39:35.329Z Downloaded unicode-properties v0.1.4
11862026-06-11T19:39:35.329Z Downloaded h2 v0.4.13
11872026-06-11T19:39:35.333Z Downloaded zeroize v1.8.2
11882026-06-11T19:39:35.336Z Downloaded p521 v0.13.3
11892026-06-11T19:39:35.338Z Downloaded tinyvec v1.10.0
11902026-06-11T19:39:35.338Z Downloaded subprocess v0.2.15
11912026-06-11T19:39:35.341Z Downloaded usdt-impl v0.6.0
11922026-06-11T19:39:35.341Z Downloaded toml v1.0.6+spec-1.1.0
11932026-06-11T19:39:35.344Z Downloaded toml_parser v1.0.9+spec-1.1.0
11942026-06-11T19:39:35.347Z Downloaded toml v0.7.8
11952026-06-11T19:39:35.347Z Downloaded russh v0.45.0
11962026-06-11T19:39:35.349Z Downloaded zstd v0.13.3
11972026-06-11T19:39:35.353Z Downloaded blake3 v1.8.3
11982026-06-11T19:39:35.355Z Downloaded walkdir v2.5.0
11992026-06-11T19:39:35.359Z Downloaded vergen v9.1.0
12002026-06-11T19:39:35.359Z Downloaded steno v0.4.1
12012026-06-11T19:39:35.362Z Downloaded tungstenite v0.21.0
12022026-06-11T19:39:35.362Z Downloaded rand v0.10.0
12032026-06-11T19:39:35.365Z Downloaded typify v0.6.2
12042026-06-11T19:39:35.368Z Downloaded typify v0.4.3
12052026-06-11T19:39:35.381Z Downloaded rustyline v14.0.0
12062026-06-11T19:39:35.402Z Downloaded unicode-bidi v0.3.18
12072026-06-11T19:39:35.402Z Downloaded rpassword v7.4.0
12082026-06-11T19:39:35.402Z Downloaded libm v0.2.16
12092026-06-11T19:39:35.402Z Downloaded zerocopy v0.6.6
12102026-06-11T19:39:35.402Z Downloaded zstd-safe v7.2.4
12112026-06-11T19:39:35.402Z Downloaded tracing-core v0.1.36
12122026-06-11T19:39:35.407Z Downloaded serde_with v1.14.0
12132026-06-11T19:39:35.407Z Downloaded uuid v1.23.0
12142026-06-11T19:39:35.407Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-06-11T19:39:35.418Z Downloaded vte v0.14.1
12162026-06-11T19:39:35.423Z Downloaded tokio-postgres v0.7.16
12172026-06-11T19:39:35.438Z Downloaded yasna v0.5.2
12182026-06-11T19:39:35.441Z Downloaded toml_edit v0.19.15
12192026-06-11T19:39:35.450Z Downloaded unsafe-libyaml v0.2.11
12202026-06-11T19:39:35.456Z Downloaded p384 v0.13.1
12212026-06-11T19:39:35.456Z Downloaded git2 v0.20.4
12222026-06-11T19:39:35.460Z Downloaded zopfli v0.8.3
12232026-06-11T19:39:35.463Z Downloaded tungstenite v0.23.0
12242026-06-11T19:39:35.463Z Downloaded ssh-key v0.6.7
12252026-06-11T19:39:35.470Z Downloaded chrono v0.4.44
12262026-06-11T19:39:35.475Z Downloaded reqwest v0.13.2
12272026-06-11T19:39:35.478Z Downloaded reedline v0.40.0
12282026-06-11T19:39:35.479Z Downloaded yansi v1.0.1
12292026-06-11T19:39:35.485Z Downloaded bindgen v0.71.1
12302026-06-11T19:39:35.485Z Downloaded aws-lc-rs v1.16.3
12312026-06-11T19:39:35.488Z Downloaded zip v0.6.6
12322026-06-11T19:39:35.492Z Downloaded rayon v1.11.0
12332026-06-11T19:39:35.496Z Downloaded portable-atomic v1.13.1
12342026-06-11T19:39:35.503Z Downloaded reqwest v0.12.28
12352026-06-11T19:39:35.506Z Downloaded unicode_categories v0.1.1
12362026-06-11T19:39:35.509Z Downloaded regex v1.12.3
12372026-06-11T19:39:35.518Z Downloaded tower v0.5.3
12382026-06-11T19:39:35.522Z Downloaded unicode-segmentation v1.12.0
12392026-06-11T19:39:35.525Z Downloaded lalrpop v0.19.12
12402026-06-11T19:39:35.530Z Downloaded x509-cert v0.2.5
12412026-06-11T19:39:35.533Z Downloaded salty v0.3.0
12422026-06-11T19:39:35.537Z Downloaded goblin v0.10.5
12432026-06-11T19:39:35.544Z Downloaded typed-path v0.9.3
12442026-06-11T19:39:35.549Z Downloaded quick-xml v0.37.5
12452026-06-11T19:39:35.561Z Downloaded rustls-webpki v0.101.7
12462026-06-11T19:39:35.574Z Downloaded zerocopy-derive v0.8.40
12472026-06-11T19:39:35.585Z Downloaded unicode-normalization v0.1.25
12482026-06-11T19:39:35.588Z Downloaded moka v0.12.13
12492026-06-11T19:39:35.591Z Downloaded tokio-util v0.7.18
12502026-06-11T19:39:35.596Z Downloaded tough v0.22.0
12512026-06-11T19:39:35.600Z Downloaded proptest v1.10.0
12522026-06-11T19:39:35.609Z Downloaded serde_with v3.17.0
12532026-06-11T19:39:35.613Z Downloaded petname v2.0.2
12542026-06-11T19:39:35.617Z Downloaded zip v4.6.1
12552026-06-11T19:39:35.620Z Downloaded curve25519-dalek v4.1.3
12562026-06-11T19:39:35.625Z Downloaded tower-http v0.6.8
12572026-06-11T19:39:35.628Z Downloaded rustls-webpki v0.102.8
12582026-06-11T19:39:35.642Z Downloaded object v0.30.4
12592026-06-11T19:39:35.647Z Downloaded radix_trie v0.2.1
12602026-06-11T19:39:35.652Z Downloaded nix v0.27.1
12612026-06-11T19:39:35.658Z Downloaded winnow v0.5.40
12622026-06-11T19:39:35.662Z Downloaded winnow v0.6.26
12632026-06-11T19:39:35.667Z Downloaded dropshot v0.17.0
12642026-06-11T19:39:35.689Z Downloaded quinn-proto v0.11.13
12652026-06-11T19:39:35.708Z Downloaded polar-core v0.27.3
12662026-06-11T19:39:35.716Z Downloaded tabled v0.20.0
12672026-06-11T19:39:35.725Z Downloaded time v0.3.47
12682026-06-11T19:39:35.732Z Downloaded hickory-proto v0.24.4
12692026-06-11T19:39:35.740Z Downloaded openssl v0.10.79
12702026-06-11T19:39:35.746Z Downloaded smoltcp v0.9.1
12712026-06-11T19:39:35.752Z Downloaded zlib-rs v0.6.2
12722026-06-11T19:39:35.756Z Downloaded regex-syntax v0.6.29
12732026-06-11T19:39:35.759Z Downloaded nix v0.31.2
12742026-06-11T19:39:35.765Z Downloaded rustls v0.21.12
12752026-06-11T19:39:35.771Z Downloaded bstr v1.12.1
12762026-06-11T19:39:35.776Z Downloaded vcpkg v0.2.15
12772026-06-11T19:39:35.798Z Downloaded webpki-roots v1.0.6
12782026-06-11T19:39:35.802Z Downloaded object v0.37.3
12792026-06-11T19:39:35.806Z Downloaded nix v0.28.0
12802026-06-11T19:39:35.813Z Downloaded diesel v2.3.7
12812026-06-11T19:39:35.824Z Downloaded zerocopy v0.8.40
12822026-06-11T19:39:35.830Z Downloaded smoltcp v0.11.0
12832026-06-11T19:39:35.836Z Downloaded regress v0.10.5
12842026-06-11T19:39:35.841Z Downloaded hickory-proto v0.25.2
12852026-06-11T19:39:35.849Z Downloaded rustls v0.23.37
12862026-06-11T19:39:35.856Z Downloaded regex-syntax v0.8.10
12872026-06-11T19:39:35.861Z Downloaded rustls v0.22.4
12882026-06-11T19:39:35.868Z Downloaded regress v0.11.1
12892026-06-11T19:39:35.873Z Downloaded rustix v0.38.44
12902026-06-11T19:39:35.885Z Downloaded openapiv3 v2.2.0
12912026-06-11T19:39:35.934Z Downloaded sqlparser v0.61.0
12922026-06-11T19:39:35.941Z Downloaded typify-impl v0.6.2
12932026-06-11T19:39:35.948Z Downloaded sled v0.34.7
12942026-06-11T19:39:35.961Z Downloaded tracing v0.1.44
12952026-06-11T19:39:35.974Z Downloaded typify-impl v0.4.3
12962026-06-11T19:39:35.982Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-06-11T19:39:35.989Z Downloaded ratatui v0.29.0
12982026-06-11T19:39:36.003Z Downloaded zerocopy-derive v0.6.6
12992026-06-11T19:39:36.007Z Downloaded regex-automata v0.4.14
13002026-06-11T19:39:36.024Z Downloaded petgraph v0.6.5
13012026-06-11T19:39:36.033Z Downloaded chrono-tz v0.10.4
13022026-06-11T19:39:36.043Z Downloaded petgraph v0.8.3
13032026-06-11T19:39:36.056Z Downloaded jiff v0.2.21
13042026-06-11T19:39:36.066Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-06-11T19:39:36.103Z Downloaded csv v1.4.0
13062026-06-11T19:39:36.124Z Downloaded libz-sys v1.1.24
13072026-06-11T19:39:36.146Z Downloaded sha3 v0.10.8
13082026-06-11T19:39:36.167Z Downloaded tokio v1.52.1
13092026-06-11T19:39:36.233Z Downloaded encoding_rs v0.8.35
13102026-06-11T19:39:36.262Z Downloaded ring v0.17.14
13112026-06-11T19:39:36.295Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-06-11T19:39:36.683Z Downloaded aws-lc-sys v0.40.0
13132026-06-11T19:39:36.933Z Compiling libc v0.2.185
13142026-06-11T19:39:36.933Z Compiling serde v1.0.228
13152026-06-11T19:39:36.936Z Compiling log v0.4.29
13162026-06-11T19:39:36.936Z Compiling find-msvc-tools v0.1.9
13172026-06-11T19:39:36.936Z Compiling shlex v1.3.0
13182026-06-11T19:39:36.936Z Compiling smallvec v1.15.1
13192026-06-11T19:39:36.936Z Compiling syn v2.0.117
13202026-06-11T19:39:37.072Z Compiling typenum v1.19.0
13212026-06-11T19:39:37.291Z Compiling generic-array v0.14.7
13222026-06-11T19:39:37.301Z Compiling subtle v2.6.1
13232026-06-11T19:39:37.301Z Compiling scopeguard v1.2.0
13242026-06-11T19:39:37.348Z Compiling const-oid v0.9.6
13252026-06-11T19:39:37.398Z Compiling lock_api v0.4.14
13262026-06-11T19:39:37.414Z Compiling serde_json v1.0.149
13272026-06-11T19:39:37.462Z Compiling zerocopy v0.8.40
13282026-06-11T19:39:37.521Z Compiling parking_lot_core v0.9.12
13292026-06-11T19:39:37.626Z Compiling pin-project-lite v0.2.17
13302026-06-11T19:39:37.723Z Compiling portable-atomic v1.13.1
13312026-06-11T19:39:37.766Z Compiling pkg-config v0.3.32
13322026-06-11T19:39:37.884Z Compiling bitflags v2.11.0
13332026-06-11T19:39:37.959Z Compiling getrandom v0.2.17
13342026-06-11T19:39:37.982Z Compiling jobserver v0.1.34
13352026-06-11T19:39:38.047Z Compiling errno v0.3.14
13362026-06-11T19:39:38.109Z Compiling rand_core v0.6.4
13372026-06-11T19:39:38.183Z Compiling cc v1.2.56
13382026-06-11T19:39:38.196Z Compiling signal-hook-registry v1.4.8
13392026-06-11T19:39:38.343Z Compiling futures-core v0.3.32
13402026-06-11T19:39:38.378Z Compiling libm v0.2.16
13412026-06-11T19:39:38.460Z Compiling critical-section v1.2.0
13422026-06-11T19:39:38.491Z Compiling parking_lot v0.12.5
13432026-06-11T19:39:38.567Z Compiling mio v1.2.0
13442026-06-11T19:39:38.581Z Compiling num-traits v0.2.19
13452026-06-11T19:39:38.693Z Compiling once_cell v1.21.3
13462026-06-11T19:39:38.722Z Compiling percent-encoding v2.3.2
13472026-06-11T19:39:38.856Z Compiling socket2 v0.6.3
13482026-06-11T19:39:38.894Z Compiling futures-sink v0.3.32
13492026-06-11T19:39:38.908Z Compiling slab v0.4.12
13502026-06-11T19:39:38.921Z Compiling getrandom v0.4.1
13512026-06-11T19:39:38.997Z Compiling futures-channel v0.3.32
13522026-06-11T19:39:39.017Z Compiling futures-io v0.3.32
13532026-06-11T19:39:39.084Z Compiling futures-task v0.3.32
13542026-06-11T19:39:39.168Z Compiling cpufeatures v0.2.17
13552026-06-11T19:39:39.222Z Compiling rand_core v0.10.0
13562026-06-11T19:39:39.240Z Compiling indexmap v2.14.0
13572026-06-11T19:39:39.255Z Compiling getrandom v0.3.4
13582026-06-11T19:39:39.267Z Compiling rustversion v1.0.22
13592026-06-11T19:39:39.291Z Compiling cmake v0.1.57
13602026-06-11T19:39:39.728Z Compiling form_urlencoded v1.2.2
13612026-06-11T19:39:39.759Z Compiling dunce v1.0.5
13622026-06-11T19:39:39.795Z Compiling fs_extra v1.3.0
13632026-06-11T19:39:39.883Z Compiling base64ct v1.8.3
13642026-06-11T19:39:39.911Z Compiling ident_case v1.0.1
13652026-06-11T19:39:39.985Z Compiling synstructure v0.13.2
13662026-06-11T19:39:40.040Z Compiling regex-syntax v0.8.10
13672026-06-11T19:39:40.086Z Compiling aws-lc-sys v0.40.0
13682026-06-11T19:39:40.182Z Compiling pem-rfc7468 v0.7.0
13692026-06-11T19:39:40.312Z Compiling flagset v0.4.7
13702026-06-11T19:39:40.351Z Compiling rustix v1.1.3
13712026-06-11T19:39:40.444Z Compiling iana-time-zone v0.1.65
13722026-06-11T19:39:40.458Z Compiling rand_core v0.9.5
13732026-06-11T19:39:40.495Z Compiling ring v0.17.14
13742026-06-11T19:39:40.612Z Compiling vcpkg v0.2.15
13752026-06-11T19:39:40.651Z Compiling aws-lc-rs v1.16.3
13762026-06-11T19:39:40.739Z Compiling uuid v1.23.0
13772026-06-11T19:39:40.948Z Compiling rustc_version v0.4.1
13782026-06-11T19:39:41.292Z Compiling tracing-core v0.1.36
13792026-06-11T19:39:41.369Z Compiling openssl-sys v0.9.115
13802026-06-11T19:39:41.462Z Compiling base64 v0.22.1
13812026-06-11T19:39:41.760Z Compiling serde_derive v1.0.228
13822026-06-11T19:39:41.794Z Compiling zeroize_derive v1.4.3
13832026-06-11T19:39:41.857Z Compiling zerofrom-derive v0.1.6
13842026-06-11T19:39:41.901Z Compiling yoke-derive v0.8.1
13852026-06-11T19:39:42.123Z Compiling zerovec-derive v0.11.2
13862026-06-11T19:39:42.448Z Compiling zeroize v1.8.2
13872026-06-11T19:39:42.463Z Compiling zerocopy-derive v0.8.40
13882026-06-11T19:39:43.085Z Compiling displaydoc v0.2.5
13892026-06-11T19:39:43.243Z Compiling crypto-common v0.1.7
13902026-06-11T19:39:43.268Z Compiling block-buffer v0.10.4
13912026-06-11T19:39:43.299Z Compiling zerofrom v0.1.6
13922026-06-11T19:39:43.387Z Compiling tokio-macros v2.7.0
13932026-06-11T19:39:43.422Z Compiling yoke v0.8.1
13942026-06-11T19:39:43.437Z Compiling digest v0.10.7
13952026-06-11T19:39:43.613Z Compiling zerovec v0.11.5
13962026-06-11T19:39:43.688Z Compiling futures-macro v0.3.32
13972026-06-11T19:39:43.837Z Compiling zerotrie v0.2.3
13982026-06-11T19:39:44.100Z Compiling tinystr v0.8.2
13992026-06-11T19:39:44.100Z Compiling potential_utf v0.1.4
14002026-06-11T19:39:44.133Z Compiling hmac v0.12.1
14012026-06-11T19:39:44.270Z Compiling icu_locale_core v2.1.1
14022026-06-11T19:39:44.284Z Compiling icu_collections v2.1.1
14032026-06-11T19:39:44.297Z Compiling block-padding v0.3.3
14042026-06-11T19:39:44.453Z Compiling inout v0.1.4
14052026-06-11T19:39:44.466Z Compiling futures-util v0.3.32
14062026-06-11T19:39:44.652Z Compiling cipher v0.4.4
14072026-06-11T19:39:44.765Z Compiling sha2 v0.10.9
14082026-06-11T19:39:44.913Z Compiling der_derive v0.7.3
14092026-06-11T19:39:45.205Z Compiling icu_provider v2.1.1
14102026-06-11T19:39:45.249Z Compiling bytes v1.11.1
14112026-06-11T19:39:45.302Z Compiling chrono v0.4.44
14122026-06-11T19:39:45.506Z Compiling icu_normalizer v2.1.1
14132026-06-11T19:39:45.863Z Compiling tokio v1.52.1
14142026-06-11T19:39:45.863Z Compiling icu_properties v2.1.2
14152026-06-11T19:39:46.048Z Compiling der v0.7.10
14162026-06-11T19:39:46.162Z Compiling http v1.4.0
14172026-06-11T19:39:46.672Z Compiling salsa20 v0.10.2
14182026-06-11T19:39:46.792Z Compiling idna_adapter v1.2.1
14192026-06-11T19:39:46.808Z Compiling ppv-lite86 v0.2.21
14202026-06-11T19:39:46.896Z Compiling idna v1.1.0
14212026-06-11T19:39:46.925Z Compiling spki v0.7.3
14222026-06-11T19:39:46.940Z Compiling pbkdf2 v0.12.2
14232026-06-11T19:39:47.041Z Compiling rustls-pki-types v1.14.0
14242026-06-11T19:39:47.055Z Compiling thiserror-impl v2.0.18
14252026-06-11T19:39:47.115Z Compiling tracing-attributes v0.1.31
14262026-06-11T19:39:47.130Z Compiling rand_chacha v0.9.0
14272026-06-11T19:39:47.214Z Compiling url v2.5.8
14282026-06-11T19:39:47.479Z Compiling scrypt v0.11.0
14292026-06-11T19:39:47.529Z Compiling http-body v1.0.1
14302026-06-11T19:39:47.683Z Compiling cbc v0.1.2
14312026-06-11T19:39:47.729Z Compiling aes v0.8.4
14322026-06-11T19:39:47.830Z Compiling untrusted v0.9.0
14332026-06-11T19:39:47.865Z Compiling tinyvec_macros v0.1.1
14342026-06-11T19:39:47.936Z Compiling httparse v1.10.1
14352026-06-11T19:39:47.950Z Compiling openssl-probe v0.2.1
14362026-06-11T19:39:47.986Z Compiling untrusted v0.7.1
14372026-06-11T19:39:48.107Z Compiling pkcs5 v0.7.1
14382026-06-11T19:39:48.308Z Compiling tinyvec v1.10.0
14392026-06-11T19:39:48.339Z Compiling thiserror v2.0.18
14402026-06-11T19:39:48.388Z Compiling tracing v0.1.44
14412026-06-11T19:39:48.442Z Compiling pest_generator v2.8.6
14422026-06-11T19:39:48.580Z Compiling rand v0.9.2
14432026-06-11T19:39:48.643Z Compiling serde_derive_internals v0.29.1
14442026-06-11T19:39:48.643Z Compiling aho-corasick v1.1.4
14452026-06-11T19:39:48.771Z Compiling try-lock v0.2.5
14462026-06-11T19:39:48.881Z Compiling schemars v0.8.22
14472026-06-11T19:39:49.078Z Compiling dyn-clone v1.0.20
14482026-06-11T19:39:49.125Z Compiling atomic-waker v1.1.2
14492026-06-11T19:39:49.214Z Compiling tower-service v0.3.3
14502026-06-11T19:39:49.247Z Compiling rustls v0.23.37
14512026-06-11T19:39:49.310Z Compiling tower-layer v0.3.3
14522026-06-11T19:39:49.352Z Compiling pest_derive v2.8.6
14532026-06-11T19:39:49.434Z Compiling regex-automata v0.4.14
14542026-06-11T19:39:49.466Z Compiling want v0.3.1
14552026-06-11T19:39:49.528Z Compiling tokio-util v0.7.18
14562026-06-11T19:39:49.649Z Compiling schemars_derive v0.8.22
14572026-06-11T19:39:49.825Z Compiling pkcs8 v0.10.2
14582026-06-11T19:39:50.129Z Compiling ipnet v2.11.0
14592026-06-11T19:39:50.187Z Compiling scroll_derive v0.13.1
14602026-06-11T19:39:50.335Z Compiling h2 v0.4.13
14612026-06-11T19:39:50.568Z Compiling darling_core v0.20.11
14622026-06-11T19:39:50.625Z Compiling openssl v0.10.79
14632026-06-11T19:39:50.856Z Compiling pin-utils v0.1.0
14642026-06-11T19:39:50.891Z Compiling httpdate v1.0.3
14652026-06-11T19:39:50.930Z Compiling foreign-types-shared v0.1.1
14662026-06-11T19:39:50.973Z Compiling scroll v0.13.0
14672026-06-11T19:39:51.015Z Compiling foreign-types v0.3.2
14682026-06-11T19:39:51.126Z Compiling tempfile v3.25.0
14692026-06-11T19:39:51.234Z Compiling unicode-normalization v0.1.25
14702026-06-11T19:39:51.523Z Compiling openssl-macros v0.1.1
14712026-06-11T19:39:51.678Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-06-11T19:39:51.894Z Compiling spin v0.9.8
14732026-06-11T19:39:51.907Z Compiling native-tls v0.2.18
14742026-06-11T19:39:52.054Z Compiling crc32fast v1.5.0
14752026-06-11T19:39:52.096Z Compiling time-core v0.1.8
14762026-06-11T19:39:52.110Z Compiling num-conv v0.2.0
14772026-06-11T19:39:52.238Z Compiling powerfmt v0.2.0
14782026-06-11T19:39:52.241Z Compiling time-macros v0.2.27
14792026-06-11T19:39:52.377Z Compiling deranged v0.5.8
14802026-06-11T19:39:52.802Z Compiling darling_macro v0.20.11
14812026-06-11T19:39:53.260Z Compiling hyper v1.8.1
14822026-06-11T19:39:53.294Z Compiling darling v0.20.11
14832026-06-11T19:39:53.308Z Compiling goblin v0.10.5
14842026-06-11T19:39:53.375Z Compiling rustls-native-certs v0.8.3
14852026-06-11T19:39:53.503Z Compiling sync_wrapper v1.0.2
14862026-06-11T19:39:53.617Z Compiling wait-timeout v0.2.1
14872026-06-11T19:39:53.659Z Compiling syn v1.0.109
14882026-06-11T19:39:53.877Z Compiling simd-adler32 v0.3.8
14892026-06-11T19:39:53.955Z Compiling siphasher v1.0.2
14902026-06-11T19:39:54.119Z Compiling crossbeam-utils v0.8.21
14912026-06-11T19:39:54.141Z Compiling usdt-impl v0.6.0
14922026-06-11T19:39:54.225Z Compiling quick-error v1.2.3
14932026-06-11T19:39:54.330Z Compiling hyper-util v0.1.20
14942026-06-11T19:39:54.347Z Compiling unicode-segmentation v1.12.0
14952026-06-11T19:39:54.394Z Compiling bit-vec v0.8.0
14962026-06-11T19:39:54.678Z Compiling num_threads v0.1.7
14972026-06-11T19:39:54.772Z Compiling time v0.3.47
14982026-06-11T19:39:54.824Z Compiling bit-set v0.8.0
14992026-06-11T19:39:55.027Z Compiling rusty-fork v0.3.1
15002026-06-11T19:39:55.147Z Compiling tower v0.5.3
15012026-06-11T19:39:55.340Z Compiling derive_builder_core v0.20.2
15022026-06-11T19:39:55.609Z Compiling dtrace-parser v0.3.0
15032026-06-11T19:39:55.628Z Compiling http-body-util v0.1.3
15042026-06-11T19:39:55.874Z Compiling webpki-roots v1.0.6
15052026-06-11T19:39:55.999Z Compiling dof v0.4.0
15062026-06-11T19:39:56.080Z Compiling signature v2.2.0
15072026-06-11T19:39:56.218Z Compiling thiserror-impl v1.0.69
15082026-06-11T19:39:56.258Z Compiling scroll_derive v0.12.1
15092026-06-11T19:39:56.350Z Compiling heapless v0.7.17
15102026-06-11T19:39:56.365Z Compiling rand_xorshift v0.4.0
15112026-06-11T19:39:56.525Z Compiling slog v2.8.2
15122026-06-11T19:39:56.587Z Compiling darling_core v0.21.3
15132026-06-11T19:39:56.703Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-11T19:39:56.895Z Compiling thread-id v5.1.0
15152026-06-11T19:39:56.970Z Compiling cookie v0.18.1
15162026-06-11T19:39:56.983Z Compiling anyhow v1.0.102
15172026-06-11T19:39:57.137Z Compiling zstd-safe v7.2.4
15182026-06-11T19:39:57.152Z Compiling adler2 v2.0.1
15192026-06-11T19:39:57.274Z Compiling unarray v0.1.4
15202026-06-11T19:39:57.290Z Compiling unicode-properties v0.1.4
15212026-06-11T19:39:57.329Z Compiling paste v1.0.15
15222026-06-11T19:39:57.386Z Compiling ryu v1.0.23
15232026-06-11T19:39:57.435Z Compiling iri-string v0.7.10
15242026-06-11T19:39:57.490Z Compiling allocator-api2 v0.2.21
15252026-06-11T19:39:57.507Z Compiling unicode-bidi v0.3.18
15262026-06-11T19:39:57.562Z Compiling signal-hook v0.3.18
15272026-06-11T19:39:57.639Z Compiling serde_urlencoded v0.7.1
15282026-06-11T19:39:57.746Z Compiling thiserror v1.0.69
15292026-06-11T19:39:57.807Z Compiling proptest v1.10.0
15302026-06-11T19:39:57.845Z Compiling stringprep v0.1.5
15312026-06-11T19:39:58.021Z Compiling miniz_oxide v0.8.9
15322026-06-11T19:39:58.610Z Compiling tower-http v0.6.8
15332026-06-11T19:39:58.841Z Compiling scroll v0.12.0
15342026-06-11T19:39:58.912Z Compiling derive_builder_macro v0.20.2
15352026-06-11T19:39:59.038Z Compiling darling_macro v0.21.3
15362026-06-11T19:39:59.111Z Compiling tokio-native-tls v0.3.1
15372026-06-11T19:39:59.172Z Compiling heck v0.4.1
15382026-06-11T19:39:59.280Z Compiling ipnetwork v0.21.1
15392026-06-11T19:39:59.351Z Compiling bstr v1.12.1
15402026-06-11T19:39:59.392Z Compiling rand_chacha v0.3.1
15412026-06-11T19:39:59.472Z Compiling serde_tokenstream v0.2.3
15422026-06-11T19:39:59.507Z Compiling serde_spanned v0.6.9
15432026-06-11T19:39:59.701Z Compiling toml_datetime v0.6.11
15442026-06-11T19:39:59.714Z Compiling erased-serde v0.3.31
15452026-06-11T19:39:59.824Z Compiling md-5 v0.10.6
15462026-06-11T19:39:59.964Z Compiling zerocopy-derive v0.7.35
15472026-06-11T19:39:59.991Z Compiling pin-project-internal v1.1.11
15482026-06-11T19:40:00.051Z Compiling async-trait v0.1.89
15492026-06-11T19:40:00.198Z Compiling curve25519-dalek v4.1.3
15502026-06-11T19:40:00.243Z Compiling vergen-lib v9.1.0
15512026-06-11T19:40:00.423Z Compiling num-integer v0.1.46
15522026-06-11T19:40:00.535Z Compiling hash32 v0.2.1
15532026-06-11T19:40:00.730Z Compiling ff v0.13.1
15542026-06-11T19:40:00.755Z Compiling memoffset v0.9.1
15552026-06-11T19:40:00.825Z Compiling encoding_rs v0.8.35
15562026-06-11T19:40:00.873Z Compiling cfg_aliases v0.2.1
15572026-06-11T19:40:00.950Z Compiling rustix v0.38.44
15582026-06-11T19:40:00.955Z Compiling num-bigint-dig v0.8.6
15592026-06-11T19:40:01.075Z Compiling mime v0.3.17
15602026-06-11T19:40:01.103Z Compiling psl-types v2.0.11
15612026-06-11T19:40:01.150Z Compiling smoltcp v0.9.1
15622026-06-11T19:40:01.227Z Compiling fallible-iterator v0.2.0
15632026-06-11T19:40:01.294Z Compiling litrs v1.0.0
15642026-06-11T19:40:01.331Z Compiling ref-cast v1.0.25
15652026-06-11T19:40:01.480Z Compiling base16ct v0.2.0
15662026-06-11T19:40:01.536Z Compiling zlib-rs v0.6.2
15672026-06-11T19:40:01.659Z Compiling sec1 v0.7.3
15682026-06-11T19:40:01.681Z Compiling postgres-protocol v0.6.10
15692026-06-11T19:40:01.796Z Compiling document-features v0.2.12
15702026-06-11T19:40:02.047Z Compiling publicsuffix v2.3.0
15712026-06-11T19:40:02.222Z Compiling pin-project v1.1.11
15722026-06-11T19:40:02.308Z Compiling nix v0.31.2
15732026-06-11T19:40:02.333Z Compiling group v0.13.0
15742026-06-11T19:40:02.348Z Compiling zerocopy v0.7.35
15752026-06-11T19:40:02.512Z Compiling num-iter v0.1.45
15762026-06-11T19:40:02.706Z Compiling newtype-uuid v1.3.2
15772026-06-11T19:40:02.782Z Compiling hubpack_derive v0.1.1
15782026-06-11T19:40:02.828Z Compiling rand v0.8.6
15792026-06-11T19:40:02.873Z Compiling darling v0.21.3
15802026-06-11T19:40:02.957Z Compiling oxnet v0.1.5
15812026-06-11T19:40:03.028Z Compiling snafu-derive v0.8.9
15822026-06-11T19:40:03.066Z Compiling derive_builder v0.20.2
15832026-06-11T19:40:03.194Z Compiling hyper-tls v0.6.0
15842026-06-11T19:40:03.345Z Compiling goblin v0.8.2
15852026-06-11T19:40:03.948Z Compiling phf_shared v0.13.1
15862026-06-11T19:40:03.964Z Compiling lazy_static v1.5.0
15872026-06-11T19:40:04.058Z Compiling regex v1.12.3
15882026-06-11T19:40:04.186Z Compiling anstyle-parse v0.2.7
15892026-06-11T19:40:04.358Z Compiling flate2 v1.1.9
15902026-06-11T19:40:04.373Z Compiling strum_macros v0.27.2
15912026-06-11T19:40:04.481Z Compiling futures-executor v0.3.32
15922026-06-11T19:40:04.715Z Compiling hex v0.4.3
15932026-06-11T19:40:04.772Z Compiling hkdf v0.12.4
15942026-06-11T19:40:04.791Z Compiling crypto-bigint v0.5.5
15952026-06-11T19:40:04.929Z Compiling terminal_size v0.4.3
15962026-06-11T19:40:04.941Z Compiling curve25519-dalek-derive v0.1.1
15972026-06-11T19:40:04.985Z Compiling ref-cast-impl v1.0.25
15982026-06-11T19:40:05.066Z Compiling daft-derive v0.1.7
15992026-06-11T19:40:05.530Z Compiling vergen v9.1.0
16002026-06-11T19:40:05.591Z Compiling fs-err v3.3.0
16012026-06-11T19:40:05.705Z Compiling cargo-platform v0.3.2
16022026-06-11T19:40:05.784Z Compiling ahash v0.8.12
16032026-06-11T19:40:05.798Z Compiling bitflags v1.3.2
16042026-06-11T19:40:05.874Z Compiling same-file v1.0.6
16052026-06-11T19:40:05.982Z Compiling object v0.37.3
16062026-06-11T19:40:05.985Z Compiling foldhash v0.2.0
16072026-06-11T19:40:06.039Z Compiling winnow v0.5.40
16082026-06-11T19:40:06.214Z Compiling libbz2-rs-sys v0.2.2
16092026-06-11T19:40:06.250Z Compiling bumpalo v3.20.2
16102026-06-11T19:40:06.369Z Compiling managed v0.8.0
16112026-06-11T19:40:06.499Z Compiling foldhash v0.1.5
16122026-06-11T19:40:06.671Z Compiling hashbrown v0.15.5
16132026-06-11T19:40:06.874Z Compiling bzip2 v0.6.1
16142026-06-11T19:40:06.889Z Compiling zopfli v0.8.3
16152026-06-11T19:40:06.910Z Compiling strum v0.27.2
16162026-06-11T19:40:07.078Z Compiling hashbrown v0.16.1
16172026-06-11T19:40:07.089Z Compiling clap_builder v4.6.0
16182026-06-11T19:40:07.255Z Compiling walkdir v2.5.0
16192026-06-11T19:40:07.371Z Compiling toml_edit v0.19.15
16202026-06-11T19:40:07.447Z Compiling cargo_metadata v0.23.1
16212026-06-11T19:40:07.534Z Compiling daft v0.1.7
16222026-06-11T19:40:07.661Z Compiling elliptic-curve v0.13.8
16232026-06-11T19:40:07.694Z Compiling dof v0.3.0
16242026-06-11T19:40:08.161Z Compiling snafu v0.8.9
16252026-06-11T19:40:08.398Z Compiling futures v0.3.32
16262026-06-11T19:40:08.494Z Compiling anstream v0.6.21
16272026-06-11T19:40:08.512Z Compiling phf v0.13.1
16282026-06-11T19:40:08.729Z Compiling signal-hook-mio v0.2.5
16292026-06-11T19:40:08.793Z Compiling cookie_store v0.22.1
16302026-06-11T19:40:08.846Z Compiling bzip2 v0.4.4
16312026-06-11T19:40:09.054Z Compiling zstd v0.13.3
16322026-06-11T19:40:09.136Z Compiling hubpack v0.1.2
16332026-06-11T19:40:09.317Z Compiling serde_with_macros v3.17.0
16342026-06-11T19:40:09.450Z Compiling postgres-types v0.2.12
16352026-06-11T19:40:09.985Z Compiling usdt-attr-macro v0.6.0
16362026-06-11T19:40:10.027Z Compiling usdt-macro v0.6.0
16372026-06-11T19:40:10.058Z Compiling globset v0.4.18
16382026-06-11T19:40:10.475Z Compiling dtrace-parser v0.2.0
16392026-06-11T19:40:12.743Z Compiling ed25519 v2.2.3
16402026-06-11T19:40:12.798Z Compiling phf_shared v0.11.3
16412026-06-11T19:40:12.798Z Compiling olpc-cjson v0.1.4
16422026-06-11T19:40:12.798Z Compiling pkcs1 v0.7.5
16432026-06-11T19:40:12.798Z Compiling strum_macros v0.26.4
16442026-06-11T19:40:12.798Z Compiling clap_derive v4.6.1
16452026-06-11T19:40:12.798Z Compiling enum-as-inner v0.6.1
16462026-06-11T19:40:12.798Z Compiling serde-big-array v0.5.1
16472026-06-11T19:40:12.798Z Compiling serde_plain v1.0.2
16482026-06-11T19:40:12.798Z Compiling rfc6979 v0.4.0
16492026-06-11T19:40:12.798Z Compiling serde_repr v0.1.20
16502026-06-11T19:40:12.798Z Compiling async-recursion v1.1.1
16512026-06-11T19:40:12.798Z Compiling pem v3.0.6
16522026-06-11T19:40:12.798Z Compiling float-cmp v0.10.0
16532026-06-11T19:40:12.798Z Compiling memmap2 v0.9.10
16542026-06-11T19:40:12.798Z Compiling thread-id v4.2.2
16552026-06-11T19:40:12.855Z Compiling env_filter v1.0.0
16562026-06-11T19:40:12.855Z Compiling fixedbitset v0.4.2
16572026-06-11T19:40:12.855Z Compiling static_assertions v1.1.0
16582026-06-11T19:40:12.855Z Compiling normalize-line-endings v0.3.0
16592026-06-11T19:40:12.855Z Compiling new_debug_unreachable v1.0.6
16602026-06-11T19:40:12.856Z Compiling jiff v0.2.21
16612026-06-11T19:40:12.856Z Compiling precomputed-hash v0.1.1
16622026-06-11T19:40:12.856Z Compiling keccak v0.1.6
16632026-06-11T19:40:12.856Z Compiling predicates-core v1.0.10
16642026-06-11T19:40:12.856Z Compiling either v1.15.0
16652026-06-11T19:40:12.856Z Compiling typed-path v0.9.3
16662026-06-11T19:40:12.856Z Compiling difflib v0.4.0
16672026-06-11T19:40:12.856Z Compiling fixedbitset v0.5.7
16682026-06-11T19:40:12.856Z Compiling data-encoding v2.10.0
16692026-06-11T19:40:12.856Z Compiling whoami v2.1.0
16702026-06-11T19:40:13.076Z Compiling hickory-proto v0.25.2
16712026-06-11T19:40:13.093Z Compiling petgraph v0.8.3
16722026-06-11T19:40:13.366Z Compiling tokio-postgres v0.7.16
16732026-06-11T19:40:13.381Z Compiling toml_edit v0.22.27
16742026-06-11T19:40:13.551Z Compiling clap v4.6.1
16752026-06-11T19:40:13.639Z Compiling predicates v3.1.4
16762026-06-11T19:40:14.269Z Compiling strum v0.26.3
16772026-06-11T19:40:14.286Z Compiling itertools v0.13.0
16782026-06-11T19:40:14.401Z Compiling sha3 v0.10.8
16792026-06-11T19:40:14.893Z Compiling zip v4.6.1
16802026-06-11T19:40:14.914Z Compiling string_cache v0.8.9
16812026-06-11T19:40:15.143Z Compiling petgraph v0.6.5
16822026-06-11T19:40:15.397Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-06-11T19:40:15.532Z Compiling env_logger v0.11.9
16842026-06-11T19:40:15.857Z Compiling usdt-impl v0.5.0
16852026-06-11T19:40:15.896Z Compiling usdt v0.6.0
16862026-06-11T19:40:16.091Z Compiling ecdsa v0.16.9
16872026-06-11T19:40:16.160Z Compiling rsa v0.9.10
16882026-06-11T19:40:16.287Z Compiling ed25519-dalek v2.2.0
16892026-06-11T19:40:16.425Z Compiling serde_with v3.17.0
16902026-06-11T19:40:16.476Z Compiling crossterm v0.28.1
16912026-06-11T19:40:16.952Z Compiling zip v0.6.6
16922026-06-11T19:40:17.612Z Compiling toml v0.7.8
16932026-06-11T19:40:17.763Z Compiling iddqd v0.4.2
16942026-06-11T19:40:18.209Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-06-11T19:40:18.223Z Compiling similar v2.7.0
16962026-06-11T19:40:18.332Z Compiling crossbeam-epoch v0.9.18
16972026-06-11T19:40:18.352Z Compiling tokio-stream v0.1.18
16982026-06-11T19:40:18.656Z Compiling buf-list v1.1.2
16992026-06-11T19:40:18.809Z Compiling x509-cert v0.2.5
17002026-06-11T19:40:18.825Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17012026-06-11T19:40:18.929Z Compiling openapiv3 v2.2.0
17022026-06-11T19:40:19.029Z Compiling sha1 v0.10.6
17032026-06-11T19:40:19.078Z Compiling peg-runtime v0.8.5
17042026-06-11T19:40:19.129Z Compiling lalrpop-util v0.19.12
17052026-06-11T19:40:19.249Z Compiling thread_local v1.1.9
17062026-06-11T19:40:19.328Z Compiling slog-async v2.8.0
17072026-06-11T19:40:19.360Z Compiling crossbeam-channel v0.5.15
17082026-06-11T19:40:19.444Z Compiling is-terminal v0.4.17
17092026-06-11T19:40:19.501Z Compiling filetime v0.2.27
17102026-06-11T19:40:19.542Z Compiling take_mut v0.2.2
17112026-06-11T19:40:19.652Z Compiling xattr v1.6.1
17122026-06-11T19:40:19.668Z Compiling term v1.2.1
17132026-06-11T19:40:19.831Z Compiling tar v0.4.45
17142026-06-11T19:40:20.257Z Compiling slog-term v2.9.2
17152026-06-11T19:40:29.939Z Compiling rustls-webpki v0.103.9
17162026-06-11T19:40:32.706Z Compiling tokio-rustls v0.26.4
17172026-06-11T19:40:32.706Z Compiling rustls-platform-verifier v0.6.2
17182026-06-11T19:40:32.903Z Compiling hyper-rustls v0.27.7
17192026-06-11T19:40:33.103Z Compiling reqwest v0.12.28
17202026-06-11T19:40:33.103Z Compiling reqwest v0.13.2
17212026-06-11T19:40:34.356Z Compiling tough v0.22.0
17222026-06-11T19:40:36.926Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-06-11T19:40:37.138Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-06-11T19:40:40.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17252026-06-11T19:40:40.159Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17262026-06-11T19:40:40.215ZJun 11 19:40:38.511 INFO Starting download, target: Console
17272026-06-11T19:40:40.215ZJun 11 19:40:38.511 INFO Starting download, target: Cockroach
17282026-06-11T19:40:40.215ZJun 11 19:40:38.511 INFO Starting download, target: Clickhouse
17292026-06-11T19:40:40.215ZJun 11 19:40:38.511 INFO Starting download, target: DendriteStub
17302026-06-11T19:40:40.215ZJun 11 19:40:38.511 INFO Starting download, target: MaghemiteMgd
17312026-06-11T19:40:40.215ZJun 11 19:40:38.511 INFO Starting download, target: MaghemiteDdmd
17322026-06-11T19:40:40.218ZJun 11 19:40:38.511 INFO Starting download, target: TransceiverControl
17332026-06-11T19:40:40.218ZJun 11 19:40:38.511 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-06-11T19:40:40.218ZJun 11 19:40:38.511 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-06-11T19:40:40.218ZJun 11 19:40:38.511 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-06-11T19:40:40.219ZJun 11 19:40:38.511 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-06-11T19:40:40.219ZJun 11 19:40:38.511 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-06-11T19:40:40.219ZJun 11 19:40:38.511 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-06-11T19:40:40.219ZJun 11 19:40:38.511 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-06-11T19:40:40.618ZJun 11 19:40:38.875 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-06-11T19:40:40.817ZJun 11 19:40:39.107 INFO Download complete, target: TransceiverControl
17422026-06-11T19:40:41.173ZJun 11 19:40:39.467 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-06-11T19:40:41.487ZJun 11 19:40:39.766 INFO Download complete, target: Console
17442026-06-11T19:40:42.280ZJun 11 19:40:40.575 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-06-11T19:40:42.344ZJun 11 19:40:40.633 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17462026-06-11T19:40:42.470ZJun 11 19:40:40.764 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-06-11T19:40:42.815ZJun 11 19:40:41.111 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-06-11T19:40:44.235ZJun 11 19:40:42.531 INFO Download complete, target: MaghemiteDdmd
17492026-06-11T19:40:44.895ZJun 11 19:40:43.191 INFO Download complete, target: MaghemiteMgd
17502026-06-11T19:40:44.900ZJun 11 19:40:43.191 INFO Download complete, target: DendriteStub
17512026-06-11T19:40:45.170ZJun 11 19:40:43.466 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17522026-06-11T19:40:45.170ZJun 11 19:40:43.466 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17532026-06-11T19:40:49.666ZJun 11 19:40:47.961 INFO Checking that binary works, target: Clickhouse
17542026-06-11T19:40:49.753ZJun 11 19:40:48.049 INFO Download complete, target: Clickhouse
17552026-06-11T19:40:49.835ZJun 11 19:40:48.129 INFO Checking that binary works, target: Cockroach
17562026-06-11T19:40:49.943ZJun 11 19:40:48.239 INFO Download complete, target: Cockroach
17572026-06-11T19:40:49.958ZAll builder prerequisites installed successfully, and PATH looks valid
17582026-06-11T19:40:49.961Z
17592026-06-11T19:40:49.961Zreal 2:21.799422493
17602026-06-11T19:40:49.961Zuser 6:56.677006294
17612026-06-11T19:40:49.961Zsys 1:22.526035937
17622026-06-11T19:40:49.961Ztrap 0.229646647
17632026-06-11T19:40:49.961Ztflt 0.681067586
17642026-06-11T19:40:49.961Zdflt 0.635159869
17652026-06-11T19:40:49.961Zkflt 0.026881294
17662026-06-11T19:40:49.961Zlock 21:48.717455711
17672026-06-11T19:40:49.961Zslp 21:27.595847841
17682026-06-11T19:40:49.961Zlat 45.009427574
17692026-06-11T19:40:49.961Zstop 1:59.834736803
17702026-06-11T19:40:49.961Z+ banner hack-check
17712026-06-11T19:40:49.961Z
17722026-06-11T19:40:49.961Z # # ## #### # # #### # # ###### #### # #
17732026-06-11T19:40:49.961Z # # # # # # # # # # # # # # # # #
17742026-06-11T19:40:49.961Z ###### # # # #### ##### # ###### ##### # ####
17752026-06-11T19:40:49.961Z # # ###### # # # # # # # # # #
17762026-06-11T19:40:49.961Z # # # # # # # # # # # # # # # # #
17772026-06-11T19:40:49.961Z # # # # #### # # #### # # ###### #### # #
17782026-06-11T19:40:49.962Z
17792026-06-11T19:40:49.962Z+ export CARGO_INCREMENTAL=0
17802026-06-11T19:40:49.962Z+ CARGO_INCREMENTAL=0
17812026-06-11T19:40:49.962Z+ ptime -m timeout 2h cargo xtask check-features --ci
17822026-06-11T19:40:50.500Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17832026-06-11T19:40:50.721Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17842026-06-11T19:40:52.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17852026-06-11T19:40:52.641Z Running `target/debug/xtask check-features --ci`
17862026-06-11T19:40:52.667Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17872026-06-11T19:40:52.667Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17882026-06-11T19:40:53.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17892026-06-11T19:40:53.182Z Running `target/debug/xtask download cargo-hack`
17902026-06-11T19:40:53.942Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-06-11T19:40:54.258Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-06-11T19:40:56.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
17932026-06-11T19:40:56.986Z Running `target/debug/xtask-downloader cargo-hack`
17942026-06-11T19:40:57.025ZJun 11 19:40:55.321 INFO Starting download, target: CargoHack
17952026-06-11T19:40:57.029ZJun 11 19:40:55.322 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17962026-06-11T19:40:57.486ZJun 11 19:40:55.782 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17972026-06-11T19:40:57.537ZJun 11 19:40:55.833 INFO Download complete, target: CargoHack
17982026-06-11T19:40:57.540Zrunning: "/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"
17992026-06-11T19:40:57.553Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18002026-06-11T19:40:57.706Zinfo: running `cargo check --bins` on api_identity (1/295)
18012026-06-11T19:40:58.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-06-11T19:40:58.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-06-11T19:40:58.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-06-11T19:40:58.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18052026-06-11T19:40:58.279Z
18062026-06-11T19:40:58.279Zinfo: running `cargo check --bins` on bootstore (2/295)
18072026-06-11T19:40:58.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-11T19:40:58.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-11T19:40:58.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-11T19:40:58.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18112026-06-11T19:40:58.852Z
18122026-06-11T19:40:58.852Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18132026-06-11T19:40:59.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-11T19:40:59.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-11T19:40:59.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-11T19:40:59.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18172026-06-11T19:40:59.419Z
18182026-06-11T19:40:59.419Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18192026-06-11T19:40:59.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-11T19:40:59.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-11T19:40:59.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-11T19:40:59.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18232026-06-11T19:40:59.990Z
18242026-06-11T19:40:59.990Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18252026-06-11T19:41:00.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-11T19:41:00.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-11T19:41:00.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-11T19:41:00.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-06-11T19:41:00.569Z
18302026-06-11T19:41:00.570Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18312026-06-11T19:41:01.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-11T19:41:01.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-11T19:41:01.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-11T19:41:01.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18352026-06-11T19:41:01.152Z
18362026-06-11T19:41:01.152Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18372026-06-11T19:41:01.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-11T19:41:01.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-11T19:41:01.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-11T19:41:01.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18412026-06-11T19:41:01.733Z
18422026-06-11T19:41:01.733Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18432026-06-11T19:41:02.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-11T19:41:02.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-11T19:41:02.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-11T19:41:02.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18472026-06-11T19:41:02.324Z
18482026-06-11T19:41:02.324Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18492026-06-11T19:41:02.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-11T19:41:02.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-11T19:41:02.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-11T19:41:02.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18532026-06-11T19:41:02.788Z
18542026-06-11T19:41:02.789Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18552026-06-11T19:41:03.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-11T19:41:03.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-11T19:41:03.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-11T19:41:03.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18592026-06-11T19:41:03.252Z
18602026-06-11T19:41:03.252Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18612026-06-11T19:41:03.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-11T19:41:03.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-11T19:41:03.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-11T19:41:03.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18652026-06-11T19:41:03.712Z
18662026-06-11T19:41:03.713Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18672026-06-11T19:41:04.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-11T19:41:04.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-11T19:41:04.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-11T19:41:04.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18712026-06-11T19:41:04.171Z
18722026-06-11T19:41:04.171Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18732026-06-11T19:41:04.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-11T19:41:04.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-11T19:41:04.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-11T19:41:04.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-06-11T19:41:04.634Z
18782026-06-11T19:41:04.635Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18792026-06-11T19:41:05.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-11T19:41:05.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-11T19:41:05.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-11T19:41:05.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-06-11T19:41:05.097Z
18842026-06-11T19:41:05.098Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18852026-06-11T19:41:05.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-11T19:41:05.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-11T19:41:05.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-11T19:41:05.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-06-11T19:41:05.558Z
18902026-06-11T19:41:05.558Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18912026-06-11T19:41:05.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-11T19:41:05.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-11T19:41:05.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-11T19:41:05.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-06-11T19:41:06.020Z
18962026-06-11T19:41:06.020Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18972026-06-11T19:41:06.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-11T19:41:06.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-11T19:41:06.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-11T19:41:06.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-06-11T19:41:06.481Z
19022026-06-11T19:41:06.481Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19032026-06-11T19:41:06.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-11T19:41:06.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-11T19:41:06.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-11T19:41:06.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-06-11T19:41:06.944Z
19082026-06-11T19:41:06.945Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19092026-06-11T19:41:07.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-11T19:41:07.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-11T19:41:07.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-11T19:41:07.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-06-11T19:41:07.407Z
19142026-06-11T19:41:07.408Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19152026-06-11T19:41:07.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-11T19:41:07.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-11T19:41:07.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-11T19:41:07.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-06-11T19:41:07.872Z
19202026-06-11T19:41:07.873Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19212026-06-11T19:41:08.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-11T19:41:08.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-11T19:41:08.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-11T19:41:08.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19252026-06-11T19:41:08.338Z
19262026-06-11T19:41:08.338Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19272026-06-11T19:41:08.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-11T19:41:08.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-11T19:41:08.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-11T19:41:08.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-06-11T19:41:08.802Z
19322026-06-11T19:41:08.802Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19332026-06-11T19:41:09.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-11T19:41:09.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-11T19:41:09.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-11T19:41:09.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-06-11T19:41:09.265Z
19382026-06-11T19:41:09.265Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19392026-06-11T19:41:09.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-11T19:41:09.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-11T19:41:09.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-11T19:41:09.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-06-11T19:41:09.727Z
19442026-06-11T19:41:09.728Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19452026-06-11T19:41:10.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-11T19:41:10.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-11T19:41:10.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-11T19:41:10.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-06-11T19:41:10.185Z
19502026-06-11T19:41:10.185Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19512026-06-11T19:41:10.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-11T19:41:10.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-11T19:41:10.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-11T19:41:10.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-06-11T19:41:10.643Z
19562026-06-11T19:41:10.643Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19572026-06-11T19:41:11.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-11T19:41:11.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-11T19:41:11.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-11T19:41:11.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-06-11T19:41:11.101Z
19622026-06-11T19:41:11.101Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19632026-06-11T19:41:11.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-11T19:41:11.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-11T19:41:11.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-11T19:41:11.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-06-11T19:41:11.560Z
19682026-06-11T19:41:11.560Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19692026-06-11T19:41:11.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-11T19:41:11.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-11T19:41:11.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-11T19:41:11.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-06-11T19:41:12.022Z
19742026-06-11T19:41:12.022Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19752026-06-11T19:41:12.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-11T19:41:12.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-11T19:41:12.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-11T19:41:12.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-06-11T19:41:12.486Z
19802026-06-11T19:41:12.486Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19812026-06-11T19:41:12.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-11T19:41:12.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-11T19:41:12.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-11T19:41:12.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-06-11T19:41:12.945Z
19862026-06-11T19:41:12.945Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19872026-06-11T19:41:13.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-11T19:41:13.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-11T19:41:13.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-11T19:41:13.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-06-11T19:41:13.406Z
19922026-06-11T19:41:13.406Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19932026-06-11T19:41:13.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-11T19:41:13.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-11T19:41:13.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-11T19:41:13.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-06-11T19:41:13.866Z
19982026-06-11T19:41:13.866Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19992026-06-11T19:41:14.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-11T19:41:14.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-11T19:41:14.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-11T19:41:14.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-06-11T19:41:14.330Z
20042026-06-11T19:41:14.330Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20052026-06-11T19:41:14.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-11T19:41:14.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-11T19:41:14.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-11T19:41:14.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-06-11T19:41:14.795Z
20102026-06-11T19:41:14.795Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20112026-06-11T19:41:15.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-11T19:41:15.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-11T19:41:15.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-11T19:41:15.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-06-11T19:41:15.261Z
20162026-06-11T19:41:15.261Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20172026-06-11T19:41:15.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-11T19:41:15.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-11T19:41:15.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-11T19:41:15.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-06-11T19:41:15.721Z
20222026-06-11T19:41:15.722Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20232026-06-11T19:41:16.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-11T19:41:16.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-11T19:41:16.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-11T19:41:16.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-06-11T19:41:16.186Z
20282026-06-11T19:41:16.186Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20292026-06-11T19:41:16.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-11T19:41:16.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-11T19:41:16.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-11T19:41:16.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-06-11T19:41:16.646Z
20342026-06-11T19:41:16.646Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20352026-06-11T19:41:17.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-11T19:41:17.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-11T19:41:17.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-11T19:41:17.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-06-11T19:41:17.111Z
20402026-06-11T19:41:17.111Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20412026-06-11T19:41:17.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-11T19:41:17.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-11T19:41:17.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-11T19:41:17.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-06-11T19:41:17.574Z
20462026-06-11T19:41:17.574Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20472026-06-11T19:41:17.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-11T19:41:17.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-11T19:41:17.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-11T19:41:17.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-06-11T19:41:18.037Z
20522026-06-11T19:41:18.037Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20532026-06-11T19:41:18.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-11T19:41:18.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-11T19:41:18.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-11T19:41:18.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-06-11T19:41:18.501Z
20582026-06-11T19:41:18.501Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20592026-06-11T19:41:18.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-11T19:41:18.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-11T19:41:18.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-11T19:41:18.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-06-11T19:41:18.970Z
20642026-06-11T19:41:18.970Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20652026-06-11T19:41:19.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-11T19:41:19.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-11T19:41:19.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-11T19:41:19.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-06-11T19:41:19.434Z
20702026-06-11T19:41:19.434Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20712026-06-11T19:41:19.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-11T19:41:19.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-11T19:41:19.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-11T19:41:19.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-06-11T19:41:19.903Z
20762026-06-11T19:41:19.903Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20772026-06-11T19:41:20.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-11T19:41:20.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-11T19:41:20.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-11T19:41:20.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-06-11T19:41:20.368Z
20822026-06-11T19:41:20.368Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20832026-06-11T19:41:20.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-11T19:41:20.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-11T19:41:20.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-11T19:41:20.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20872026-06-11T19:41:20.837Z
20882026-06-11T19:41:20.837Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20892026-06-11T19:41:21.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-11T19:41:21.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-11T19:41:21.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-11T19:41:21.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20932026-06-11T19:41:21.469Z
20942026-06-11T19:41:21.469Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20952026-06-11T19:41:22.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-11T19:41:22.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-11T19:41:22.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-11T19:41:22.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-06-11T19:41:22.104Z
21002026-06-11T19:41:22.104Zinfo: running `cargo check --bins` on nexus-config (51/295)
21012026-06-11T19:41:22.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-11T19:41:22.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-11T19:41:22.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-11T19:41:22.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21052026-06-11T19:41:22.738Z
21062026-06-11T19:41:22.739Zinfo: running `cargo check --bins` on nexus-types (52/295)
21072026-06-11T19:41:23.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-11T19:41:23.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-11T19:41:23.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-11T19:41:23.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21112026-06-11T19:41:23.372Z
21122026-06-11T19:41:23.372Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21132026-06-11T19:41:23.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-11T19:41:23.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-11T19:41:23.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-11T19:41:23.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21172026-06-11T19:41:23.980Z
21182026-06-11T19:41:23.980Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21192026-06-11T19:41:24.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-11T19:41:24.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-11T19:41:24.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-11T19:41:24.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21232026-06-11T19:41:24.565Z
21242026-06-11T19:41:24.565Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21252026-06-11T19:41:25.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-11T19:41:25.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-11T19:41:25.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-11T19:41:25.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21292026-06-11T19:41:25.168Z
21302026-06-11T19:41:25.168Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21312026-06-11T19:41:25.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-11T19:41:25.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-11T19:41:25.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-11T19:41:25.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21352026-06-11T19:41:25.773Z
21362026-06-11T19:41:25.773Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21372026-06-11T19:41:26.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-11T19:41:26.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-11T19:41:26.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-11T19:41:26.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21412026-06-11T19:41:26.376Z
21422026-06-11T19:41:26.376Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21432026-06-11T19:41:26.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-11T19:41:26.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-11T19:41:26.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-11T19:41:26.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21472026-06-11T19:41:26.981Z
21482026-06-11T19:41:26.981Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21492026-06-11T19:41:27.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-11T19:41:27.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-11T19:41:27.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-11T19:41:27.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21532026-06-11T19:41:27.570Z
21542026-06-11T19:41:27.570Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21552026-06-11T19:41:28.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-11T19:41:28.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-11T19:41:28.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-11T19:41:28.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21592026-06-11T19:41:28.157Z
21602026-06-11T19:41:28.157Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21612026-06-11T19:41:28.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-11T19:41:28.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-11T19:41:28.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-11T19:41:28.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21652026-06-11T19:41:28.740Z
21662026-06-11T19:41:28.740Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21672026-06-11T19:41:29.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-11T19:41:29.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-11T19:41:29.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-11T19:41:29.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21712026-06-11T19:41:29.323Z
21722026-06-11T19:41:29.323Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21732026-06-11T19:41:29.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-11T19:41:29.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-11T19:41:29.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-11T19:41:29.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21772026-06-11T19:41:29.924Z
21782026-06-11T19:41:29.924Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21792026-06-11T19:41:30.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-11T19:41:30.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-11T19:41:30.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-11T19:41:30.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21832026-06-11T19:41:30.527Z
21842026-06-11T19:41:30.527Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21852026-06-11T19:41:31.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-11T19:41:31.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-11T19:41:31.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-11T19:41:31.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21892026-06-11T19:41:31.115Z
21902026-06-11T19:41:31.115Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21912026-06-11T19:41:31.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-11T19:41:31.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-11T19:41:31.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-11T19:41:31.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-06-11T19:41:31.696Z
21962026-06-11T19:41:31.697Zinfo: running `cargo check --bins` on ereport-types (67/295)
21972026-06-11T19:41:32.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-11T19:41:32.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-11T19:41:32.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-11T19:41:32.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22012026-06-11T19:41:32.294Z
22022026-06-11T19:41:32.294Zinfo: running `cargo check --bins` on gateway-client (68/295)
22032026-06-11T19:41:32.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-11T19:41:32.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-11T19:41:32.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-11T19:41:32.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22072026-06-11T19:41:32.893Z
22082026-06-11T19:41:32.893Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22092026-06-11T19:41:33.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-11T19:41:33.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-11T19:41:33.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-11T19:41:33.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22132026-06-11T19:41:33.488Z
22142026-06-11T19:41:33.488Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22152026-06-11T19:41:33.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-11T19:41:33.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-11T19:41:33.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-11T19:41:33.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22192026-06-11T19:41:34.083Z
22202026-06-11T19:41:34.083Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22212026-06-11T19:41:34.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-11T19:41:34.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-11T19:41:34.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-11T19:41:34.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22252026-06-11T19:41:34.677Z
22262026-06-11T19:41:34.677Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22272026-06-11T19:41:35.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-11T19:41:35.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-11T19:41:35.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-11T19:41:35.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22312026-06-11T19:41:35.272Z
22322026-06-11T19:41:35.272Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22332026-06-11T19:41:35.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-11T19:41:35.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-11T19:41:35.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-11T19:41:35.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22372026-06-11T19:41:35.889Z
22382026-06-11T19:41:35.890Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22392026-06-11T19:41:36.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-11T19:41:36.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-11T19:41:36.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-11T19:41:36.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22432026-06-11T19:41:36.505Z
22442026-06-11T19:41:36.505Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22452026-06-11T19:41:37.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-11T19:41:37.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-11T19:41:37.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-06-11T19:41:37.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22492026-06-11T19:41:37.096Z
22502026-06-11T19:41:37.096Zinfo: running `cargo check --bins` on oxlog (76/295)
22512026-06-11T19:41:37.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-06-11T19:41:37.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-06-11T19:41:37.707Z Checking cfg-if v1.0.4
22542026-06-11T19:41:37.710Z Checking libc v0.2.185
22552026-06-11T19:41:37.710Z Checking serde_core v1.0.228
22562026-06-11T19:41:37.827Z Checking zeroize v1.8.2
22572026-06-11T19:41:37.836Z Checking memchr v2.8.0
22582026-06-11T19:41:37.846Z Checking log v0.4.29
22592026-06-11T19:41:37.856Z Checking smallvec v1.15.1
22602026-06-11T19:41:37.867Z Checking typenum v1.19.0
22612026-06-11T19:41:37.867Z Checking subtle v2.6.1
22622026-06-11T19:41:37.969Z Checking itoa v1.0.17
22632026-06-11T19:41:38.007Z Checking scopeguard v1.2.0
22642026-06-11T19:41:38.022Z Checking stable_deref_trait v1.2.1
22652026-06-11T19:41:38.034Z Checking const-oid v0.9.6
22662026-06-11T19:41:38.096Z Checking zerofrom v0.1.6
22672026-06-11T19:41:38.110Z Checking lock_api v0.4.14
22682026-06-11T19:41:38.119Z Checking pin-project-lite v0.2.17
22692026-06-11T19:41:38.204Z Checking yoke v0.8.1
22702026-06-11T19:41:38.217Z Checking getrandom v0.2.17
22712026-06-11T19:41:38.220Z Checking errno v0.3.14
22722026-06-11T19:41:38.220Z Checking parking_lot_core v0.9.12
22732026-06-11T19:41:38.300Z Checking portable-atomic v1.13.1
22742026-06-11T19:41:38.326Z Checking signal-hook-registry v1.4.8
22752026-06-11T19:41:38.363Z Checking rand_core v0.6.4
22762026-06-11T19:41:38.365Z Checking zerovec v0.11.5
22772026-06-11T19:41:38.384Z Checking generic-array v0.14.7
22782026-06-11T19:41:38.413Z Checking critical-section v1.2.0
22792026-06-11T19:41:38.483Z Checking futures-core v0.3.32
22802026-06-11T19:41:38.513Z Checking parking_lot v0.12.5
22812026-06-11T19:41:38.544Z Checking mio v1.2.0
22822026-06-11T19:41:38.602Z Checking zerocopy v0.8.40
22832026-06-11T19:41:38.686Z Checking once_cell v1.21.3
22842026-06-11T19:41:38.700Z Checking zmij v1.0.21
22852026-06-11T19:41:38.713Z Checking socket2 v0.6.3
22862026-06-11T19:41:38.782Z Checking tinystr v0.8.2
22872026-06-11T19:41:38.815Z Checking crypto-common v0.1.7
22882026-06-11T19:41:38.818Z Checking block-buffer v0.10.4
22892026-06-11T19:41:38.855Z Checking libm v0.2.16
22902026-06-11T19:41:38.905Z Checking writeable v0.6.2
22912026-06-11T19:41:38.933Z Checking litemap v0.8.1
22922026-06-11T19:41:38.955Z Checking digest v0.10.7
22932026-06-11T19:41:38.955Z Checking equivalent v1.0.2
22942026-06-11T19:41:38.979Z Checking percent-encoding v2.3.2
22952026-06-11T19:41:39.046Z Checking potential_utf v0.1.4
22962026-06-11T19:41:39.065Z Checking zerotrie v0.2.3
22972026-06-11T19:41:39.100Z Checking icu_locale_core v2.1.1
22982026-06-11T19:41:39.117Z Checking futures-sink v0.3.32
22992026-06-11T19:41:39.147Z Checking futures-io v0.3.32
23002026-06-11T19:41:39.173Z Checking icu_collections v2.1.1
23012026-06-11T19:41:39.213Z Checking futures-channel v0.3.32
23022026-06-11T19:41:39.261Z Checking futures-task v0.3.32
23032026-06-11T19:41:39.283Z Checking serde v1.0.228
23042026-06-11T19:41:39.304Z Checking bitflags v2.11.0
23052026-06-11T19:41:39.395Z Checking serde_json v1.0.149
23062026-06-11T19:41:39.407Z Checking slab v0.4.12
23072026-06-11T19:41:39.467Z Checking cpufeatures v0.2.17
23082026-06-11T19:41:39.479Z Checking hmac v0.12.1
23092026-06-11T19:41:39.535Z Checking icu_normalizer_data v2.1.1
23102026-06-11T19:41:39.548Z Checking num-traits v0.2.19
23112026-06-11T19:41:39.560Z Checking futures-util v0.3.32
23122026-06-11T19:41:39.606Z Checking icu_properties_data v2.1.2
23132026-06-11T19:41:39.616Z Checking rand_core v0.10.0
23142026-06-11T19:41:39.649Z Checking icu_provider v2.1.1
23152026-06-11T19:41:39.681Z Checking bytes v1.11.1
23162026-06-11T19:41:39.732Z Checking hashbrown v0.17.0
23172026-06-11T19:41:39.752Z Checking getrandom v0.4.1
23182026-06-11T19:41:39.873Z Checking icu_properties v2.1.2
23192026-06-11T19:41:39.897Z Checking icu_normalizer v2.1.1
23202026-06-11T19:41:40.057Z Checking block-padding v0.3.3
23212026-06-11T19:41:40.072Z Checking utf8_iter v1.0.4
23222026-06-11T19:41:40.113Z Checking tokio v1.52.1
23232026-06-11T19:41:40.182Z Checking indexmap v2.14.0
23242026-06-11T19:41:40.196Z Checking inout v0.1.4
23252026-06-11T19:41:40.207Z Checking sha2 v0.10.9
23262026-06-11T19:41:40.210Z Checking form_urlencoded v1.2.2
23272026-06-11T19:41:40.339Z Checking cipher v0.4.4
23282026-06-11T19:41:40.353Z Checking getrandom v0.3.4
23292026-06-11T19:41:40.484Z Checking byteorder v1.5.0
23302026-06-11T19:41:40.496Z Checking base64ct v1.8.3
23312026-06-11T19:41:40.551Z Checking fnv v1.0.7
23322026-06-11T19:41:40.648Z Checking flagset v0.4.7
23332026-06-11T19:41:40.682Z Checking rand_core v0.9.5
23342026-06-11T19:41:40.707Z Checking idna_adapter v1.2.1
23352026-06-11T19:41:40.720Z Checking pem-rfc7468 v0.7.0
23362026-06-11T19:41:40.740Z Checking http v1.4.0
23372026-06-11T19:41:40.771Z Checking regex-syntax v0.8.10
23382026-06-11T19:41:40.821Z Checking idna v1.1.0
23392026-06-11T19:41:40.854Z Checking salsa20 v0.10.2
23402026-06-11T19:41:40.872Z Checking der v0.7.10
23412026-06-11T19:41:40.984Z Checking uuid v1.23.0
23422026-06-11T19:41:41.060Z Checking url v2.5.8
23432026-06-11T19:41:41.292Z Checking pbkdf2 v0.12.2
23442026-06-11T19:41:41.316Z Checking rustix v1.1.3
23452026-06-11T19:41:41.360Z Checking ppv-lite86 v0.2.21
23462026-06-11T19:41:41.401Z Checking tracing-core v0.1.36
23472026-06-11T19:41:41.460Z Checking rustls-pki-types v1.14.0
23482026-06-11T19:41:41.496Z Checking iana-time-zone v0.1.65
23492026-06-11T19:41:41.601Z Checking base64 v0.22.1
23502026-06-11T19:41:41.604Z Checking spki v0.7.3
23512026-06-11T19:41:41.655Z Checking rand_chacha v0.9.0
23522026-06-11T19:41:41.708Z Checking tracing v0.1.44
23532026-06-11T19:41:41.740Z Checking chrono v0.4.44
23542026-06-11T19:41:41.777Z Checking scrypt v0.11.0
23552026-06-11T19:41:41.837Z Checking http-body v1.0.1
23562026-06-11T19:41:41.849Z Checking cbc v0.1.2
23572026-06-11T19:41:41.911Z Checking aes v0.8.4
23582026-06-11T19:41:41.924Z Checking aws-lc-sys v0.40.0
23592026-06-11T19:41:41.966Z Checking openssl-probe v0.2.1
23602026-06-11T19:41:41.969Z Checking untrusted v0.9.0
23612026-06-11T19:41:42.083Z Checking tinyvec_macros v0.1.1
23622026-06-11T19:41:42.087Z Checking untrusted v0.7.1
23632026-06-11T19:41:42.098Z Checking ring v0.17.14
23642026-06-11T19:41:42.122Z Checking rand v0.9.2
23652026-06-11T19:41:42.136Z Checking tinyvec v1.10.0
23662026-06-11T19:41:42.193Z Checking tower-layer v0.3.3
23672026-06-11T19:41:42.298Z Checking pkcs5 v0.7.1
23682026-06-11T19:41:42.339Z Checking atomic-waker v1.1.2
23692026-06-11T19:41:42.420Z Checking aws-lc-rs v1.16.3
23702026-06-11T19:41:42.438Z Checking try-lock v0.2.5
23712026-06-11T19:41:42.447Z Checking tower-service v0.3.3
23722026-06-11T19:41:42.533Z Checking want v0.3.1
23732026-06-11T19:41:42.547Z Checking ipnet v2.11.0
23742026-06-11T19:41:42.559Z Checking pkcs8 v0.10.2
23752026-06-11T19:41:42.580Z Checking httparse v1.10.1
23762026-06-11T19:41:42.593Z Checking aho-corasick v1.1.4
23772026-06-11T19:41:42.654Z Checking fastrand v2.3.0
23782026-06-11T19:41:42.734Z Checking foreign-types-shared v0.1.1
23792026-06-11T19:41:42.785Z Checking dyn-clone v1.0.20
23802026-06-11T19:41:42.796Z Checking plain v0.2.3
23812026-06-11T19:41:42.815Z Checking pin-utils v0.1.0
23822026-06-11T19:41:42.830Z Checking utf8parse v0.2.2
23832026-06-11T19:41:42.883Z Checking httpdate v1.0.3
23842026-06-11T19:41:42.896Z Checking tempfile v3.25.0
23852026-06-11T19:41:42.896Z Checking foreign-types v0.3.2
23862026-06-11T19:41:42.928Z Checking unicode-normalization v0.1.25
23872026-06-11T19:41:42.963Z Checking semver v1.0.28
23882026-06-11T19:41:43.025Z Checking openssl-sys v0.9.115
23892026-06-11T19:41:43.079Z Checking spin v0.9.8
23902026-06-11T19:41:43.095Z Checking anstyle v1.0.14
23912026-06-11T19:41:43.171Z Checking ucd-trie v0.1.7
23922026-06-11T19:41:43.246Z Checking rustls-webpki v0.103.9
23932026-06-11T19:41:43.262Z Checking unicode-ident v1.0.24
23942026-06-11T19:41:43.271Z Checking regex-automata v0.4.14
23952026-06-11T19:41:43.284Z Checking schemars v0.8.22
23962026-06-11T19:41:43.305Z Checking pest v2.8.6
23972026-06-11T19:41:43.328Z Checking rustls-native-certs v0.8.3
23982026-06-11T19:41:43.342Z Checking tokio-util v0.7.18
23992026-06-11T19:41:43.360Z Checking proc-macro2 v1.0.106
24002026-06-11T19:41:43.406Z Checking openssl v0.10.79
24012026-06-11T19:41:43.453Z Checking thiserror v2.0.18
24022026-06-11T19:41:43.556Z Checking sync_wrapper v1.0.2
24032026-06-11T19:41:43.659Z Checking wait-timeout v0.2.1
24042026-06-11T19:41:43.663Z Checking rustls v0.23.37
24052026-06-11T19:41:43.685Z Checking bit-vec v0.8.0
24062026-06-11T19:41:43.780Z Checking powerfmt v0.2.0
24072026-06-11T19:41:43.879Z Checking simd-adler32 v0.3.8
24082026-06-11T19:41:43.918Z Checking pretty-hex v0.4.1
24092026-06-11T19:41:43.930Z Checking quick-error v1.2.3
24102026-06-11T19:41:43.933Z Checking h2 v0.4.13
24112026-06-11T19:41:44.030Z Checking anstyle-query v1.1.5
24122026-06-11T19:41:44.033Z Checking is_terminal_polyfill v1.70.2
24132026-06-11T19:41:44.053Z Checking siphasher v1.0.2
24142026-06-11T19:41:44.121Z Checking colorchoice v1.0.4
24152026-06-11T19:41:44.135Z Checking rusty-fork v0.3.1
24162026-06-11T19:41:44.203Z Checking deranged v0.5.8
24172026-06-11T19:41:44.220Z Checking bit-set v0.8.0
24182026-06-11T19:41:44.304Z Checking quote v1.0.45
24192026-06-11T19:41:44.355Z Checking tower v0.5.3
24202026-06-11T19:41:44.369Z Compiling newtype-uuid v1.3.2
24212026-06-11T19:41:44.472Z Checking http-body-util v0.1.3
24222026-06-11T19:41:44.547Z Checking crossbeam-utils v0.8.21
24232026-06-11T19:41:44.687Z Checking webpki-roots v1.0.6
24242026-06-11T19:41:44.741Z Checking rand_xorshift v0.4.0
24252026-06-11T19:41:44.803Z Checking crc32fast v1.5.0
24262026-06-11T19:41:44.861Z Checking scroll v0.13.0
24272026-06-11T19:41:44.880Z Checking signature v2.2.0
24282026-06-11T19:41:44.942Z Checking unicode-bidi v0.3.18
24292026-06-11T19:41:45.010Z Checking ryu v1.0.23
24302026-06-11T19:41:45.082Z Checking iri-string v0.7.10
24312026-06-11T19:41:45.094Z Checking num-conv v0.2.0
24322026-06-11T19:41:45.113Z Checking time-core v0.1.8
24332026-06-11T19:41:45.143Z Checking unicode-properties v0.1.4
24342026-06-11T19:41:45.207Z Checking adler2 v2.0.1
24352026-06-11T19:41:45.234Z Checking unarray v0.1.4
24362026-06-11T19:41:45.252Z Checking num_threads v0.1.7
24372026-06-11T19:41:45.332Z Checking allocator-api2 v0.2.21
24382026-06-11T19:41:45.342Z Checking proptest v1.10.0
24392026-06-11T19:41:45.367Z Checking stringprep v0.1.5
24402026-06-11T19:41:45.370Z Checking time v0.3.47
24412026-06-11T19:41:45.420Z Checking native-tls v0.2.18
24422026-06-11T19:41:45.502Z Checking miniz_oxide v0.8.9
24432026-06-11T19:41:45.600Z Checking tokio-native-tls v0.3.1
24442026-06-11T19:41:45.613Z Checking serde_urlencoded v0.7.1
24452026-06-11T19:41:45.762Z Checking goblin v0.10.5
24462026-06-11T19:41:45.821Z Checking bstr v1.12.1
24472026-06-11T19:41:45.855Z Checking crossbeam-epoch v0.9.18
24482026-06-11T19:41:46.041Z Checking tokio-rustls v0.26.4
24492026-06-11T19:41:46.076Z Compiling daft v0.1.7
24502026-06-11T19:41:46.126Z Checking tower-http v0.6.8
24512026-06-11T19:41:46.212Z Checking syn v2.0.117
24522026-06-11T19:41:46.266Z Checking ipnetwork v0.21.1
24532026-06-11T19:41:46.346Z Checking anstyle-parse v1.0.0
24542026-06-11T19:41:46.404Z Checking rand_chacha v0.3.1
24552026-06-11T19:41:46.479Z Checking thiserror v1.0.69
24562026-06-11T19:41:46.482Z Checking scroll v0.12.0
24572026-06-11T19:41:46.503Z Checking zstd-sys v2.0.16+zstd.1.5.7
24582026-06-11T19:41:46.578Z Checking hash32 v0.2.1
24592026-06-11T19:41:46.607Z Checking num-integer v0.1.46
24602026-06-11T19:41:46.618Z Checking toml_datetime v0.6.11
24612026-06-11T19:41:46.643Z Checking hyper v1.8.1
24622026-06-11T19:41:46.717Z Checking serde_spanned v0.6.9
24632026-06-11T19:41:46.732Z Checking md-5 v0.10.6
24642026-06-11T19:41:46.794Z Checking ff v0.13.1
24652026-06-11T19:41:46.828Z Checking encoding_rs v0.8.35
24662026-06-11T19:41:46.842Z Checking base16ct v0.2.0
24672026-06-11T19:41:46.864Z Checking mime v0.3.17
24682026-06-11T19:41:46.925Z Checking zlib-rs v0.6.2
24692026-06-11T19:41:46.964Z Checking psl-types v2.0.11
24702026-06-11T19:41:47.038Z Checking fallible-iterator v0.2.0
24712026-06-11T19:41:47.080Z Checking publicsuffix v2.3.0
24722026-06-11T19:41:47.242Z Checking sec1 v0.7.3
24732026-06-11T19:41:47.271Z Checking group v0.13.0
24742026-06-11T19:41:47.304Z Checking postgres-protocol v0.6.10
24752026-06-11T19:41:47.418Z Checking num-iter v0.1.45
24762026-06-11T19:41:47.447Z Checking heapless v0.7.17
24772026-06-11T19:41:47.530Z Checking goblin v0.8.2
24782026-06-11T19:41:47.542Z Checking hyper-util v0.1.20
24792026-06-11T19:41:47.617Z Checking zstd-safe v7.2.4
24802026-06-11T19:41:47.745Z Checking rand v0.8.6
24812026-06-11T19:41:47.787Z Checking anstream v1.0.0
24822026-06-11T19:41:47.798Z Checking flate2 v1.1.9
24832026-06-11T19:41:47.849Z Checking cookie v0.18.1
24842026-06-11T19:41:47.981Z Checking oxnet v0.1.5
24852026-06-11T19:41:48.051Z Checking dof v0.4.0
24862026-06-11T19:41:48.075Z Compiling iddqd v0.4.2
24872026-06-11T19:41:48.089Z Checking dtrace-parser v0.3.0
24882026-06-11T19:41:48.218Z Checking phf_shared v0.13.1
24892026-06-11T19:41:48.253Z Checking lazy_static v1.5.0
24902026-06-11T19:41:48.322Z Checking anstyle-parse v0.2.7
24912026-06-11T19:41:48.342Z Checking zerocopy v0.7.35
24922026-06-11T19:41:48.412Z Checking pin-project v1.1.11
24932026-06-11T19:41:48.462Z Checking bzip2-sys v0.1.13+1.0.8
24942026-06-11T19:41:48.474Z Checking terminal_size v0.4.3
24952026-06-11T19:41:48.505Z Checking signal-hook v0.3.18
24962026-06-11T19:41:48.545Z Checking futures-executor v0.3.32
24972026-06-11T19:41:48.585Z Checking hex v0.4.3
24982026-06-11T19:41:48.677Z Checking hkdf v0.12.4
24992026-06-11T19:41:48.691Z Checking crypto-bigint v0.5.5
25002026-06-11T19:41:48.694Z Checking thread-id v5.1.0
25012026-06-11T19:41:48.772Z Checking hyper-rustls v0.27.7
25022026-06-11T19:41:48.785Z Checking hyper-tls v0.6.0
25032026-06-11T19:41:48.806Z Checking foldhash v0.1.5
25042026-06-11T19:41:48.806Z Checking same-file v1.0.6
25052026-06-11T19:41:48.830Z Checking either v1.15.0
25062026-06-11T19:41:48.921Z Compiling rayon-core v1.13.0
25072026-06-11T19:41:48.949Z Checking bumpalo v3.20.2
25082026-06-11T19:41:48.952Z Checking foldhash v0.2.0
25092026-06-11T19:41:48.976Z Checking clap_lex v1.0.0
25102026-06-11T19:41:49.010Z Checking libbz2-rs-sys v0.2.2
25112026-06-11T19:41:49.097Z Checking bitflags v1.3.2
25122026-06-11T19:41:49.111Z Checking winnow v0.7.14
25132026-06-11T19:41:49.125Z Checking winnow v0.5.40
25142026-06-11T19:41:49.146Z Checking managed v0.8.0
25152026-06-11T19:41:49.167Z Checking strsim v0.11.1
25162026-06-11T19:41:49.328Z Checking smoltcp v0.9.1
25172026-06-11T19:41:49.333Z Checking clap_builder v4.6.0
25182026-06-11T19:41:49.356Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-06-11T19:41:49.405Z Checking bzip2 v0.6.1
25202026-06-11T19:41:49.417Z Checking dof v0.3.0
25212026-06-11T19:41:49.566Z Checking zopfli v0.8.3
25222026-06-11T19:41:49.580Z Checking elliptic-curve v0.13.8
25232026-06-11T19:41:49.610Z Checking hashbrown v0.16.1
25242026-06-11T19:41:49.714Z Checking reqwest v0.12.28
25252026-06-11T19:41:49.883Z Checking hashbrown v0.15.5
25262026-06-11T19:41:49.886Z Checking walkdir v2.5.0
25272026-06-11T19:41:49.911Z Checking usdt-impl v0.6.0
25282026-06-11T19:41:50.053Z Checking signal-hook-mio v0.2.5
25292026-06-11T19:41:50.081Z Checking futures v0.3.32
25302026-06-11T19:41:50.155Z Checking bzip2 v0.4.4
25312026-06-11T19:41:50.169Z Checking snafu v0.8.9
25322026-06-11T19:41:50.189Z Checking anstream v0.6.21
25332026-06-11T19:41:50.248Z Checking toml_edit v0.19.15
25342026-06-11T19:41:50.274Z Checking phf v0.13.1
25352026-06-11T19:41:50.332Z Checking num-bigint-dig v0.8.6
25362026-06-11T19:41:50.394Z Checking cookie_store v0.22.1
25372026-06-11T19:41:50.415Z Checking zstd v0.13.3
25382026-06-11T19:41:50.426Z Checking postgres-types v0.2.12
25392026-06-11T19:41:50.580Z Checking dtrace-parser v0.2.0
25402026-06-11T19:41:50.586Z Checking globset v0.4.18
25412026-06-11T19:41:50.606Z Checking crossbeam-deque v0.8.6
25422026-06-11T19:41:50.610Z Checking rustls-platform-verifier v0.6.2
25432026-06-11T19:41:50.726Z Checking regex v1.12.3
25442026-06-11T19:41:50.739Z Checking ed25519 v2.2.3
25452026-06-11T19:41:50.753Z Checking phf_shared v0.11.3
25462026-06-11T19:41:50.781Z Checking olpc-cjson v0.1.4
25472026-06-11T19:41:50.821Z Checking ref-cast v1.0.25
25482026-06-11T19:41:50.843Z Checking curve25519-dalek v4.1.3
25492026-06-11T19:41:50.894Z Checking strum v0.27.2
25502026-06-11T19:41:50.912Z Checking hubpack v0.1.2
25512026-06-11T19:41:50.915Z Checking memoffset v0.9.1
25522026-06-11T19:41:50.915Z Checking rustix v0.38.44
25532026-06-11T19:41:50.998Z Checking pkcs1 v0.7.5
25542026-06-11T19:41:51.001Z Checking pem v3.0.6
25552026-06-11T19:41:51.002Z Checking float-cmp v0.10.0
25562026-06-11T19:41:51.078Z Checking serde_plain v1.0.2
25572026-06-11T19:41:51.128Z Checking erased-serde v0.3.31
25582026-06-11T19:41:51.146Z Checking serde-big-array v0.5.1
25592026-06-11T19:41:51.173Z Checking rfc6979 v0.4.0
25602026-06-11T19:41:51.217Z Checking memmap2 v0.9.10
25612026-06-11T19:41:51.224Z Checking thread-id v4.2.2
25622026-06-11T19:41:51.275Z Checking env_filter v1.0.0
25632026-06-11T19:41:51.287Z Checking predicates-core v1.0.10
25642026-06-11T19:41:51.300Z Checking normalize-line-endings v0.3.0
25652026-06-11T19:41:51.303Z Checking difflib v0.4.0
25662026-06-11T19:41:51.384Z Checking typed-path v0.9.3
25672026-06-11T19:41:51.387Z Checking keccak v0.1.6
25682026-06-11T19:41:51.406Z Checking unicode-segmentation v1.12.0
25692026-06-11T19:41:51.416Z Checking jiff v0.2.21
25702026-06-11T19:41:51.482Z Checking data-encoding v2.10.0
25712026-06-11T19:41:51.510Z Checking fixedbitset v0.5.7
25722026-06-11T19:41:51.555Z Checking precomputed-hash v0.1.1
25732026-06-11T19:41:51.614Z Checking new_debug_unreachable v1.0.6
25742026-06-11T19:41:51.641Z Checking toml_write v0.1.2
25752026-06-11T19:41:51.683Z Checking static_assertions v1.1.0
25762026-06-11T19:41:51.701Z Checking fixedbitset v0.4.2
25772026-06-11T19:41:51.714Z Checking whoami v2.1.0
25782026-06-11T19:41:51.725Z Checking crossterm v0.28.1
25792026-06-11T19:41:51.743Z Checking hickory-proto v0.25.2
25802026-06-11T19:41:51.755Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25812026-06-11T19:41:51.805Z Checking toml_edit v0.22.27
25822026-06-11T19:41:51.846Z Checking petgraph v0.6.5
25832026-06-11T19:41:51.904Z Checking tokio-postgres v0.7.16
25842026-06-11T19:41:52.160Z Checking tough v0.22.0
25852026-06-11T19:41:52.421Z Checking similar v2.7.0
25862026-06-11T19:41:52.797Z Checking petgraph v0.8.3
25872026-06-11T19:41:52.860Z Checking string_cache v0.8.9
25882026-06-11T19:41:53.033Z Checking ed25519-dalek v2.2.0
25892026-06-11T19:41:53.063Z Checking sha3 v0.10.8
25902026-06-11T19:41:53.141Z Checking slog v2.8.2
25912026-06-11T19:41:53.263Z Checking predicates v3.1.4
25922026-06-11T19:41:53.276Z Checking env_logger v0.11.9
25932026-06-11T19:41:53.402Z Checking usdt v0.6.0
25942026-06-11T19:41:53.465Z Checking usdt-impl v0.5.0
25952026-06-11T19:41:53.562Z Checking toml v0.7.8
25962026-06-11T19:41:53.574Z Checking ecdsa v0.16.9
25972026-06-11T19:41:53.611Z Checking zip v4.6.1
25982026-06-11T19:41:53.743Z Checking rsa v0.9.10
25992026-06-11T19:41:53.870Z Checking nix v0.31.2
26002026-06-11T19:41:54.156Z Checking reqwest v0.13.2
26012026-06-11T19:41:54.176Z Checking clap v4.6.1
26022026-06-11T19:41:54.213Z Checking zip v0.6.6
26032026-06-11T19:41:54.254Z Checking toml_parser v1.0.9+spec-1.1.0
26042026-06-11T19:41:54.334Z Checking itertools v0.13.0
26052026-06-11T19:41:54.346Z Checking serde_with v3.17.0
26062026-06-11T19:41:54.470Z Checking strum v0.26.3
26072026-06-11T19:41:54.538Z Checking fs-err v3.3.0
26082026-06-11T19:41:54.577Z Checking ahash v0.8.12
26092026-06-11T19:41:54.590Z Checking object v0.37.3
26102026-06-11T19:41:54.770Z Checking tokio-stream v0.1.18
26112026-06-11T19:41:54.795Z Checking buf-list v1.1.2
26122026-06-11T19:41:54.832Z Checking camino v1.2.2
26132026-06-11T19:41:54.916Z Checking anyhow v1.0.102
26142026-06-11T19:41:54.976Z Checking x509-cert v0.2.5
26152026-06-11T19:41:54.999Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26162026-06-11T19:41:55.083Z Checking openapiv3 v2.2.0
26172026-06-11T19:41:55.112Z Checking sha1 v0.10.6
26182026-06-11T19:41:55.148Z Checking lalrpop-util v0.19.12
26192026-06-11T19:41:55.262Z Checking peg-runtime v0.8.5
26202026-06-11T19:41:55.282Z Checking rayon v1.11.0
26212026-06-11T19:41:55.319Z Checking sigpipe v0.1.3
26222026-06-11T19:41:55.368Z Checking glob v0.3.3
26232026-06-11T19:41:56.816Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-06-11T19:41:57.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s
26252026-06-11T19:41:57.263Z
26262026-06-11T19:41:57.263Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26272026-06-11T19:41:57.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-11T19:41:57.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-11T19:41:57.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-11T19:41:57.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26312026-06-11T19:41:57.859Z
26322026-06-11T19:41:57.859Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26332026-06-11T19:41:58.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-11T19:41:58.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-11T19:41:58.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-11T19:41:58.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26372026-06-11T19:41:58.448Z
26382026-06-11T19:41:58.448Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26392026-06-11T19:41:58.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-11T19:41:58.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-11T19:41:58.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-11T19:41:58.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26432026-06-11T19:41:59.061Z
26442026-06-11T19:41:59.061Zinfo: running `cargo check --bins` on oxql-types (80/295)
26452026-06-11T19:41:59.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-11T19:41:59.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-11T19:41:59.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-11T19:41:59.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-06-11T19:41:59.662Z
26502026-06-11T19:41:59.663Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26512026-06-11T19:42:00.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-11T19:42:00.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-11T19:42:00.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-11T19:42:00.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-06-11T19:42:00.263Z
26562026-06-11T19:42:00.263Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26572026-06-11T19:42:00.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-11T19:42:00.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-11T19:42:00.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-11T19:42:00.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26612026-06-11T19:42:00.870Z
26622026-06-11T19:42:00.871Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26632026-06-11T19:42:01.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-11T19:42:01.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-11T19:42:01.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-11T19:42:01.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26672026-06-11T19:42:01.460Z
26682026-06-11T19:42:01.460Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26692026-06-11T19:42:01.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-11T19:42:01.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-11T19:42:02.152Z Compiling structmeta-derive v0.3.0
26722026-06-11T19:42:02.266Z Compiling rustls v0.22.4
26732026-06-11T19:42:02.275Z Compiling multer v3.1.0
26742026-06-11T19:42:02.284Z Compiling async-stream-impl v0.3.6
26752026-06-11T19:42:02.284Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-06-11T19:42:02.304Z Compiling dropshot v0.17.0
26772026-06-11T19:42:02.320Z Compiling dropshot_endpoint v0.17.0
26782026-06-11T19:42:02.320Z Compiling newtype-uuid-macros v0.1.0
26792026-06-11T19:42:02.462Z Checking newtype-uuid v1.3.2
26802026-06-11T19:42:02.500Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-06-11T19:42:02.557Z Checking rustls-webpki v0.102.8
26822026-06-11T19:42:02.659Z Checking daft v0.1.7
26832026-06-11T19:42:02.674Z Checking thread_local v1.1.9
26842026-06-11T19:42:02.842Z Checking match_cfg v0.1.0
26852026-06-11T19:42:02.856Z Checking compression-core v0.4.31
26862026-06-11T19:42:02.900Z Checking iddqd v0.4.2
26872026-06-11T19:42:02.914Z Checking hostname v0.3.1
26882026-06-11T19:42:02.942Z Checking crossbeam-channel v0.5.15
26892026-06-11T19:42:02.977Z Checking compression-codecs v0.4.37
26902026-06-11T19:42:03.009Z Checking atomicwrites v0.4.4
26912026-06-11T19:42:03.066Z Checking slog-json v2.6.1
26922026-06-11T19:42:03.132Z Checking is-terminal v0.4.17
26932026-06-11T19:42:03.146Z Checking serde_spanned v1.0.4
26942026-06-11T19:42:03.221Z Checking toml_datetime v1.0.0+spec-1.1.0
26952026-06-11T19:42:03.224Z Checking debug-ignore v1.0.5
26962026-06-11T19:42:03.277Z Checking take_mut v0.2.2
26972026-06-11T19:42:03.310Z Checking toml_writer v1.0.6+spec-1.1.0
26982026-06-11T19:42:03.320Z Checking term v1.2.1
26992026-06-11T19:42:03.323Z Compiling structmeta v0.3.0
27002026-06-11T19:42:03.379Z Checking slog-async v2.8.0
27012026-06-11T19:42:03.430Z Checking slog-bunyan v2.5.0
27022026-06-11T19:42:03.462Z Checking toml v1.0.6+spec-1.1.0
27032026-06-11T19:42:03.538Z Checking slog-term v2.9.2
27042026-06-11T19:42:03.541Z Compiling derive-ex v0.1.8
27052026-06-11T19:42:03.542Z Compiling parse-display-derive v0.10.0
27062026-06-11T19:42:03.576Z Checking async-compression v0.4.41
27072026-06-11T19:42:03.803Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27082026-06-11T19:42:03.817Z Checking async-stream v0.3.6
27092026-06-11T19:42:03.820Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-06-11T19:42:03.877Z Checking progenitor-client v0.14.0
27112026-06-11T19:42:03.933Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-11T19:42:04.039Z Checking waitgroup v0.1.2
27132026-06-11T19:42:04.061Z Checking backon v1.6.0
27142026-06-11T19:42:04.076Z Checking rustls-pemfile v2.2.0
27152026-06-11T19:42:04.139Z Checking serde_path_to_error v0.1.20
27162026-06-11T19:42:04.161Z Checking hostname v0.4.2
27172026-06-11T19:42:04.213Z Checking instant v0.1.13
27182026-06-11T19:42:04.308Z Checking backoff v0.4.0
27192026-06-11T19:42:04.341Z Checking tokio-rustls v0.25.0
27202026-06-11T19:42:04.418Z Checking progenitor-extras v0.2.0
27212026-06-11T19:42:04.430Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-11T19:42:04.480Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-11T19:42:04.648Z Checking itertools v0.14.0
27242026-06-11T19:42:04.660Z Checking regress v0.10.5
27252026-06-11T19:42:04.848Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27262026-06-11T19:42:05.073Z Checking macaddr v1.0.1
27272026-06-11T19:42:05.202Z Checking parse-display v0.10.0
27282026-06-11T19:42:05.202Z Compiling test-strategy v0.4.5
27292026-06-11T19:42:05.505Z Checking humantime v2.3.0
27302026-06-11T19:42:06.465Z Compiling prettyplease v0.2.37
27312026-06-11T19:42:06.721Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-06-11T19:42:06.865Z Checking num-rational v0.4.2
27332026-06-11T19:42:07.095Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-06-11T19:42:07.452Z Checking num-complex v0.4.6
27352026-06-11T19:42:08.024Z Checking num v0.4.3
27362026-06-11T19:42:08.115Z Compiling usdt-attr-macro v0.5.0
27372026-06-11T19:42:08.148Z Compiling usdt-macro v0.5.0
27382026-06-11T19:42:08.167Z Checking memmap v0.7.0
27392026-06-11T19:42:08.180Z Checking float-ord v0.3.2
27402026-06-11T19:42:08.279Z Checking unicode-width v0.2.0
27412026-06-11T19:42:08.298Z Compiling convert_case v0.4.0
27422026-06-11T19:42:08.529Z Checking console v0.15.11
27432026-06-11T19:42:08.670Z Compiling derive_more v0.99.20
27442026-06-11T19:42:08.807Z Checking newline-converter v0.3.0
27452026-06-11T19:42:08.870Z Compiling toml v0.8.23
27462026-06-11T19:42:08.884Z Checking usdt v0.5.0
27472026-06-11T19:42:08.916Z Checking linked-hash-map v0.5.6
27482026-06-11T19:42:09.050Z Compiling minimal-lexical v0.2.1
27492026-06-11T19:42:09.086Z Checking lru-cache v0.1.2
27502026-06-11T19:42:09.210Z Checking expectorate v1.2.0
27512026-06-11T19:42:09.313Z Compiling nom v7.1.3
27522026-06-11T19:42:09.827Z Checking camino-tempfile v1.4.1
27532026-06-11T19:42:09.860Z Checking hickory-proto v0.24.4
27542026-06-11T19:42:09.996Z Checking phf_shared v0.12.1
27552026-06-11T19:42:10.068Z Compiling slog-dtrace v0.3.0
27562026-06-11T19:42:10.135Z Compiling chrono-tz v0.10.4
27572026-06-11T19:42:10.300Z Checking heck v0.5.0
27582026-06-11T19:42:10.354Z Checking resolv-conf v0.7.6
27592026-06-11T19:42:10.499Z Compiling const_format_proc_macros v0.2.34
27602026-06-11T19:42:10.544Z Checking phf v0.12.1
27612026-06-11T19:42:10.591Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27622026-06-11T19:42:10.635Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-06-11T19:42:10.690Z Checking tokio-dtrace v0.1.1
27642026-06-11T19:42:10.878Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27652026-06-11T19:42:11.119Z Compiling derive-where v1.6.0
27662026-06-11T19:42:11.271Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27672026-06-11T19:42:11.405Z Checking highway v1.3.0
27682026-06-11T19:42:11.636Z Checking const_format v0.2.35
27692026-06-11T19:42:11.697Z Checking hickory-resolver v0.24.4
27702026-06-11T19:42:11.873Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27712026-06-11T19:42:12.040Z Checking oxide-tokio-rt v0.1.4
27722026-06-11T19:42:12.123Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732026-06-11T19:42:12.379Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-06-11T19:42:12.427Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-06-11T19:42:12.434Z Checking qorb v0.4.1
27762026-06-11T19:42:12.587Z Checking gethostname v0.5.0
27772026-06-11T19:42:12.605Z Checking bcs v0.1.6
27782026-06-11T19:42:12.676Z Checking termtree v0.5.1
27792026-06-11T19:42:12.769Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-06-11T19:42:15.862Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-06-11T19:42:18.396Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-06-11T19:42:20.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s
27832026-06-11T19:42:20.725Z
27842026-06-11T19:42:20.725Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27852026-06-11T19:42:21.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-06-11T19:42:21.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-06-11T19:42:21.418Z Compiling ar_archive_writer v0.5.1
27882026-06-11T19:42:21.531Z Compiling stacker v0.1.23
27892026-06-11T19:42:21.537Z Compiling cfg_aliases v0.1.1
27902026-06-11T19:42:21.545Z Compiling convert_case v0.10.0
27912026-06-11T19:42:21.549Z Checking unicode-width v0.1.14
27922026-06-11T19:42:21.561Z Compiling proc-macro-error v1.0.4
27932026-06-11T19:42:21.573Z Checking fd-lock v4.0.4
27942026-06-11T19:42:21.573Z Checking nibble_vec v0.1.0
27952026-06-11T19:42:21.595Z Compiling nix v0.28.0
27962026-06-11T19:42:21.686Z Checking vte v0.14.1
27972026-06-11T19:42:21.703Z Compiling recursive-proc-macro-impl v0.1.1
27982026-06-11T19:42:21.782Z Checking endian-type v0.1.2
27992026-06-11T19:42:21.795Z Checking bytecount v0.6.9
28002026-06-11T19:42:21.834Z Checking strip-ansi-escapes v0.2.1
28012026-06-11T19:42:21.838Z Compiling derive_more-impl v2.1.1
28022026-06-11T19:42:21.858Z Compiling tabled_derive v0.7.0
28032026-06-11T19:42:21.896Z Checking papergrid v0.11.0
28042026-06-11T19:42:21.906Z Checking radix_trie v0.2.1
28052026-06-11T19:42:21.944Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-06-11T19:42:22.102Z Compiling peg-macros v0.8.5
28072026-06-11T19:42:22.114Z Checking winnow v0.6.26
28082026-06-11T19:42:22.363Z Compiling psm v0.1.30
28092026-06-11T19:42:22.401Z Compiling sqlparser_derive v0.5.0
28102026-06-11T19:42:22.505Z Checking unicode_categories v0.1.1
28112026-06-11T19:42:22.633Z Checking derive_more v2.1.1
28122026-06-11T19:42:22.664Z Checking nu-ansi-term v0.50.3
28132026-06-11T19:42:22.714Z Checking home v0.5.12
28142026-06-11T19:42:22.809Z Checking tabled v0.15.0
28152026-06-11T19:42:22.819Z Checking crossterm v0.29.0
28162026-06-11T19:42:22.867Z Checking reedline v0.40.0
28172026-06-11T19:42:22.893Z Checking rustyline v14.0.0
28182026-06-11T19:42:23.145Z Checking recursive v0.1.1
28192026-06-11T19:42:23.175Z Checking display-error-chain v0.2.2
28202026-06-11T19:42:23.236Z Checking sqlparser v0.61.0
28212026-06-11T19:42:23.247Z Checking sqlformat v0.3.5
28222026-06-11T19:42:23.449Z Checking peg v0.8.5
28232026-06-11T19:42:34.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
28242026-06-11T19:42:34.446Z
28252026-06-11T19:42:34.446Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28262026-06-11T19:42:34.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-11T19:42:34.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-11T19:42:35.151Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-11T19:42:38.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28302026-06-11T19:42:38.771Z
28312026-06-11T19:42:38.771Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28322026-06-11T19:42:39.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-11T19:42:39.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-11T19:42:39.450Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-11T19:42:41.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28362026-06-11T19:42:42.043Z
28372026-06-11T19:42:42.043Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28382026-06-11T19:42:45.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-11T19:42:46.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-11T19:42:46.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-11T19:42:46.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28422026-06-11T19:42:46.340Z
28432026-06-11T19:42:46.340Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28442026-06-11T19:42:46.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-11T19:42:46.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-11T19:42:46.775Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-11T19:42:50.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28482026-06-11T19:42:50.213Z
28492026-06-11T19:42:50.213Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28502026-06-11T19:42:50.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-11T19:42:50.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-11T19:42:50.886Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-11T19:42:53.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28542026-06-11T19:42:53.642Z
28552026-06-11T19:42:53.642Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28562026-06-11T19:42:54.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-11T19:42:54.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-11T19:42:54.322Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-11T19:42:56.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28602026-06-11T19:42:57.118Z
28612026-06-11T19:42:57.118Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28622026-06-11T19:42:57.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-11T19:42:57.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-11T19:42:57.796Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-11T19:43:01.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28662026-06-11T19:43:01.370Z
28672026-06-11T19:43:01.371Zinfo: running `cargo check --bins` on oximeter (93/295)
28682026-06-11T19:43:01.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-11T19:43:01.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-11T19:43:01.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-06-11T19:43:01.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28722026-06-11T19:43:01.982Z
28732026-06-11T19:43:01.982Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28742026-06-11T19:43:02.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-11T19:43:02.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-11T19:43:02.646Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-06-11T19:43:02.919Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782026-06-11T19:43:02.937Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28792026-06-11T19:43:03.133Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-06-11T19:43:05.960Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-06-11T19:43:07.149Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-06-11T19:43:07.352Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-06-11T19:43:08.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
28842026-06-11T19:43:08.196Z
28852026-06-11T19:43:08.196Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28862026-06-11T19:43:08.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-11T19:43:08.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-11T19:43:08.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-11T19:43:08.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28902026-06-11T19:43:08.797Z
28912026-06-11T19:43:08.797Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28922026-06-11T19:43:09.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-11T19:43:09.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-11T19:43:09.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-11T19:43:09.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28962026-06-11T19:43:09.606Z
28972026-06-11T19:43:09.606Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28982026-06-11T19:43:09.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-11T19:43:09.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-11T19:43:09.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-11T19:43:09.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-06-11T19:43:10.049Z
29032026-06-11T19:43:10.050Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29042026-06-11T19:43:10.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-11T19:43:10.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-11T19:43:10.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-11T19:43:10.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-06-11T19:43:10.674Z
29092026-06-11T19:43:10.674Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29102026-06-11T19:43:11.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-11T19:43:11.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-11T19:43:11.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-11T19:43:11.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-06-11T19:43:11.284Z
29152026-06-11T19:43:11.284Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29162026-06-11T19:43:11.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-11T19:43:11.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-11T19:43:11.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-11T19:43:11.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29202026-06-11T19:43:11.887Z
29212026-06-11T19:43:11.887Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29222026-06-11T19:43:12.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-11T19:43:12.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-11T19:43:12.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-11T19:43:12.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29262026-06-11T19:43:12.488Z
29272026-06-11T19:43:12.488Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29282026-06-11T19:43:12.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-11T19:43:13.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-11T19:43:13.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-11T19:43:13.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29322026-06-11T19:43:13.116Z
29332026-06-11T19:43:13.116Zinfo: running `cargo check --bins` on update-engine (103/295)
29342026-06-11T19:43:13.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-11T19:43:13.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-11T19:43:13.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-11T19:43:13.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29382026-06-11T19:43:13.685Z
29392026-06-11T19:43:13.685Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29402026-06-11T19:43:17.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-11T19:43:17.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-11T19:43:17.615Z Compiling crucible-workspace-hack v0.1.0
29432026-06-11T19:43:17.615Z Checking secrecy v0.10.3
29442026-06-11T19:43:17.615Z Compiling heapless v0.8.0
29452026-06-11T19:43:17.615Z Compiling toml_datetime v0.7.5+spec-1.1.0
29462026-06-11T19:43:17.615Z Compiling ingot-macros v0.1.1
29472026-06-11T19:43:17.615Z Checking hash32 v0.3.1
29482026-06-11T19:43:17.615Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29492026-06-11T19:43:17.615Z Compiling smoltcp v0.11.0
29502026-06-11T19:43:17.617Z Checking cobs v0.3.0
29512026-06-11T19:43:17.617Z Compiling thiserror-impl-no-std v2.0.2
29522026-06-11T19:43:17.617Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-06-11T19:43:17.617Z Checking universal-hash v0.5.1
29542026-06-11T19:43:17.617Z Checking half v2.7.1
29552026-06-11T19:43:17.617Z Checking opaque-debug v0.3.1
29562026-06-11T19:43:17.617Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-06-11T19:43:17.617Z Checking ciborium-io v0.2.2
29582026-06-11T19:43:17.617Z Checking poly1305 v0.8.0
29592026-06-11T19:43:17.617Z Checking postcard v1.1.3
29602026-06-11T19:43:17.617Z Checking ciborium-ll v0.2.2
29612026-06-11T19:43:17.617Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29622026-06-11T19:43:17.617Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29632026-06-11T19:43:17.617Z Checking password-hash v0.5.0
29642026-06-11T19:43:17.617Z Compiling proc-macro-crate v3.4.0
29652026-06-11T19:43:17.617Z Checking chacha20 v0.9.1
29662026-06-11T19:43:17.617Z Compiling proc-macro-crate v1.3.1
29672026-06-11T19:43:17.617Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29682026-06-11T19:43:17.617Z Checking blake2 v0.10.6
29692026-06-11T19:43:17.617Z Checking aead v0.5.2
29702026-06-11T19:43:17.617Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29712026-06-11T19:43:17.618Z Checking thiserror-no-std v2.0.2
29722026-06-11T19:43:17.618Z Compiling num_enum_derive v0.7.6
29732026-06-11T19:43:17.618Z Compiling foreign-types-macros v0.2.3
29742026-06-11T19:43:17.619Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29752026-06-11T19:43:17.619Z Checking foreign-types-shared v0.3.1
29762026-06-11T19:43:17.619Z Checking cpufeatures v0.3.0
29772026-06-11T19:43:17.619Z Checking chacha20 v0.10.0
29782026-06-11T19:43:17.619Z Compiling num_enum_derive v0.5.11
29792026-06-11T19:43:17.619Z Checking vsss-rs v3.3.4
29802026-06-11T19:43:17.619Z Checking chacha20poly1305 v0.10.1
29812026-06-11T19:43:17.619Z Checking argon2 v0.5.3
29822026-06-11T19:43:17.619Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29832026-06-11T19:43:17.619Z Checking foreign-types v0.5.0
29842026-06-11T19:43:17.619Z Checking ciborium v0.2.2
29852026-06-11T19:43:17.619Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-06-11T19:43:17.619Z Checking tabwriter v1.4.1
29872026-06-11T19:43:17.654Z Checking byte-wrapper v0.1.0
29882026-06-11T19:43:17.654Z Checking num_enum v0.7.6
29892026-06-11T19:43:17.654Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-06-11T19:43:17.654Z Checking cstr-argument v0.1.2
29912026-06-11T19:43:17.654Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29922026-06-11T19:43:17.654Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-06-11T19:43:17.654Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29942026-06-11T19:43:17.654Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-06-11T19:43:17.654Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-06-11T19:43:17.654Z Checking num_enum v0.5.11
29972026-06-11T19:43:17.654Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-06-11T19:43:17.654Z Checking ingot-types v0.1.2
29992026-06-11T19:43:17.654Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-06-11T19:43:17.654Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-06-11T19:43:17.654Z Checking rand v0.10.0
30022026-06-11T19:43:17.654Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-06-11T19:43:17.655Z Checking indent_write v2.2.0
30042026-06-11T19:43:17.655Z Checking colored v3.1.1
30052026-06-11T19:43:17.662Z Compiling zone_cfg_derive v0.3.1
30062026-06-11T19:43:17.673Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-06-11T19:43:17.706Z Checking ingot v0.1.1
30082026-06-11T19:43:17.738Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30092026-06-11T19:43:17.758Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-11T19:43:17.771Z Checking itertools v0.12.1
30112026-06-11T19:43:17.835Z Compiling num-derive v0.4.2
30122026-06-11T19:43:17.848Z Checking swrite v0.1.0
30132026-06-11T19:43:17.930Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-06-11T19:43:17.944Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-06-11T19:43:18.105Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-11T19:43:18.241Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30172026-06-11T19:43:18.260Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30182026-06-11T19:43:18.273Z Checking dropshot-api-manager-types v0.7.2
30192026-06-11T19:43:18.290Z Checking smf v0.2.3
30202026-06-11T19:43:18.371Z Checking nanorand v0.7.0
30212026-06-11T19:43:18.437Z Checking whoami v1.6.1
30222026-06-11T19:43:18.523Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30232026-06-11T19:43:18.565Z Checking flume v0.11.1
30242026-06-11T19:43:18.748Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30252026-06-11T19:43:18.768Z Checking zone v0.3.1
30262026-06-11T19:43:19.267Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30272026-06-11T19:43:20.240Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-11T19:43:21.147Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-11T19:43:24.334Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-06-11T19:43:26.367Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-06-11T19:43:27.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
30322026-06-11T19:43:27.646Z
30332026-06-11T19:43:27.647Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30342026-06-11T19:43:28.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-11T19:43:28.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-11T19:43:28.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-11T19:43:28.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-06-11T19:43:28.252Z
30392026-06-11T19:43:28.252Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30402026-06-11T19:43:28.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-11T19:43:28.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-11T19:43:28.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-11T19:43:28.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-06-11T19:43:28.863Z
30452026-06-11T19:43:28.863Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30462026-06-11T19:43:29.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-11T19:43:29.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-11T19:43:29.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-11T19:43:29.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-06-11T19:43:29.470Z
30512026-06-11T19:43:29.471Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30522026-06-11T19:43:29.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-11T19:43:29.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-11T19:43:29.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-11T19:43:29.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-06-11T19:43:30.086Z
30572026-06-11T19:43:30.086Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30582026-06-11T19:43:30.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-11T19:43:30.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-11T19:43:30.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-11T19:43:30.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-06-11T19:43:30.686Z
30632026-06-11T19:43:30.686Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30642026-06-11T19:43:31.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-11T19:43:31.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-11T19:43:31.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-11T19:43:31.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-06-11T19:43:31.290Z
30692026-06-11T19:43:31.290Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30702026-06-11T19:43:31.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-11T19:43:31.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-11T19:43:31.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-11T19:43:31.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30742026-06-11T19:43:31.898Z
30752026-06-11T19:43:31.898Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30762026-06-11T19:43:32.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-11T19:43:32.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-11T19:43:32.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-11T19:43:32.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30802026-06-11T19:43:32.485Z
30812026-06-11T19:43:32.485Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30822026-06-11T19:43:32.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-11T19:43:32.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-11T19:43:32.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-11T19:43:32.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-06-11T19:43:33.090Z
30872026-06-11T19:43:33.090Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30882026-06-11T19:43:33.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-11T19:43:33.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-11T19:43:33.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-11T19:43:33.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-06-11T19:43:33.698Z
30932026-06-11T19:43:33.698Zinfo: running `cargo check --bins` on installinator-client (115/295)
30942026-06-11T19:43:34.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-11T19:43:34.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-11T19:43:34.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-11T19:43:34.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30982026-06-11T19:43:34.306Z
30992026-06-11T19:43:34.306Zinfo: running `cargo check --bins` on nexus-client (116/295)
31002026-06-11T19:43:34.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-11T19:43:34.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-11T19:43:34.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-11T19:43:34.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31042026-06-11T19:43:34.950Z
31052026-06-11T19:43:34.950Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31062026-06-11T19:43:35.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-11T19:43:35.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-11T19:43:35.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-11T19:43:35.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31102026-06-11T19:43:35.593Z
31112026-06-11T19:43:35.594Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31122026-06-11T19:43:36.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-11T19:43:36.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-11T19:43:36.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-11T19:43:36.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-06-11T19:43:36.186Z
31172026-06-11T19:43:36.187Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31182026-06-11T19:43:36.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-11T19:43:36.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-11T19:43:36.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-11T19:43:36.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-06-11T19:43:36.782Z
31232026-06-11T19:43:36.782Zinfo: running `cargo check --bins` on oxide-client (120/295)
31242026-06-11T19:43:37.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-11T19:43:37.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-11T19:43:37.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-11T19:43:37.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-06-11T19:43:37.375Z
31292026-06-11T19:43:37.375Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31302026-06-11T19:43:37.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-11T19:43:37.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-11T19:43:37.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-11T19:43:37.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31342026-06-11T19:43:37.979Z
31352026-06-11T19:43:37.979Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31362026-06-11T19:43:38.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-11T19:43:38.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-11T19:43:38.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-11T19:43:38.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31402026-06-11T19:43:38.569Z
31412026-06-11T19:43:38.569Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31422026-06-11T19:43:39.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-11T19:43:39.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-11T19:43:39.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-11T19:43:39.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31462026-06-11T19:43:39.177Z
31472026-06-11T19:43:39.178Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31482026-06-11T19:43:39.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-11T19:43:39.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-11T19:43:39.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-11T19:43:39.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-06-11T19:43:39.804Z
31532026-06-11T19:43:39.804Zinfo: running `cargo check --bins` on installinator-common (125/295)
31542026-06-11T19:43:40.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-11T19:43:40.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-11T19:43:40.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-11T19:43:40.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31582026-06-11T19:43:40.426Z
31592026-06-11T19:43:40.426Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31602026-06-11T19:43:40.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-11T19:43:40.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-11T19:43:40.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-11T19:43:40.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31642026-06-11T19:43:41.018Z
31652026-06-11T19:43:41.019Zinfo: running `cargo check --bins` on wicket-common (127/295)
31662026-06-11T19:43:41.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-11T19:43:41.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-11T19:43:41.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-11T19:43:41.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31702026-06-11T19:43:41.633Z
31712026-06-11T19:43:41.633Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31722026-06-11T19:43:42.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-11T19:43:42.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-11T19:43:42.331Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-06-11T19:43:42.448Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-06-11T19:43:42.456Z Checking csv-core v0.1.13
31772026-06-11T19:43:42.463Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31782026-06-11T19:43:42.470Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-06-11T19:43:42.473Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-11T19:43:42.490Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31812026-06-11T19:43:42.502Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-06-11T19:43:42.614Z Checking csv v1.4.0
31832026-06-11T19:43:42.645Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-06-11T19:43:42.672Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31852026-06-11T19:43:42.687Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31862026-06-11T19:43:42.715Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-06-11T19:43:42.954Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-06-11T19:43:43.319Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-06-11T19:43:43.323Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902026-06-11T19:43:43.653Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31912026-06-11T19:43:49.573Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31922026-06-11T19:43:50.111Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31932026-06-11T19:43:52.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s
31942026-06-11T19:43:52.655Z
31952026-06-11T19:43:52.656Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31962026-06-11T19:43:53.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-11T19:43:53.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-11T19:43:53.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-11T19:43:53.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32002026-06-11T19:43:53.264Z
32012026-06-11T19:43:53.264Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32022026-06-11T19:43:53.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-11T19:43:53.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-11T19:43:53.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-11T19:43:53.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-06-11T19:43:53.950Z
32072026-06-11T19:43:53.950Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32082026-06-11T19:43:54.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-11T19:43:54.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-11T19:43:54.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-11T19:43:54.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32122026-06-11T19:43:54.642Z
32132026-06-11T19:43:54.642Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32142026-06-11T19:43:55.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-11T19:43:55.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-11T19:43:55.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-11T19:43:55.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32182026-06-11T19:43:55.293Z
32192026-06-11T19:43:55.293Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32202026-06-11T19:43:55.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-11T19:43:55.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-11T19:43:56.060Z Compiling regress v0.11.1
32232026-06-11T19:43:56.205Z Compiling unsafe-libyaml v0.2.11
32242026-06-11T19:43:56.237Z Compiling semver v0.1.20
32252026-06-11T19:43:56.237Z Compiling radium v0.7.0
32262026-06-11T19:43:56.242Z Checking nom v8.0.0
32272026-06-11T19:43:56.242Z Checking tap v1.0.1
32282026-06-11T19:43:56.288Z Compiling maybe-uninit v2.0.0
32292026-06-11T19:43:56.353Z Checking wyz v0.5.1
32302026-06-11T19:43:56.488Z Compiling rustc_version v0.1.7
32312026-06-11T19:43:56.539Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-06-11T19:43:56.575Z Compiling zerocopy-derive v0.6.6
32332026-06-11T19:43:56.680Z Compiling packed_struct v0.10.1
32342026-06-11T19:43:56.727Z Compiling serde_yaml v0.9.34+deprecated
32352026-06-11T19:43:56.938Z Compiling newtype_derive v0.1.6
32362026-06-11T19:43:56.968Z Checking crc-catalog v2.4.0
32372026-06-11T19:43:57.057Z Checking funty v2.0.0
32382026-06-11T19:43:57.131Z Compiling owo-colors v4.3.0
32392026-06-11T19:43:57.409Z Compiling cancel-safe-futures v0.1.5
32402026-06-11T19:43:57.485Z Checking zerocopy v0.6.6
32412026-06-11T19:43:57.502Z Checking bitvec v1.0.1
32422026-06-11T19:43:57.621Z Checking typify-impl v0.6.2
32432026-06-11T19:43:57.657Z Checking crc v3.4.0
32442026-06-11T19:43:57.930Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-06-11T19:43:58.015Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-06-11T19:43:58.122Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32472026-06-11T19:43:58.175Z Compiling packed_struct_codegen v0.10.1
32482026-06-11T19:43:58.355Z Checking libsw-core v0.3.2
32492026-06-11T19:43:58.451Z Compiling bitfield-macros v0.19.4
32502026-06-11T19:43:58.502Z Compiling indexmap v1.9.3
32512026-06-11T19:43:58.702Z Checking nodrop v0.1.14
32522026-06-11T19:43:58.751Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32532026-06-11T19:43:58.806Z Checking array-init v0.0.4
32542026-06-11T19:43:58.825Z Checking libsw v3.5.0
32552026-06-11T19:43:58.837Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-11T19:43:58.977Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-06-11T19:43:59.104Z Checking smallvec v0.6.14
32582026-06-11T19:43:59.159Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-06-11T19:43:59.178Z Checking bitfield v0.19.4
32602026-06-11T19:43:59.361Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-06-11T19:43:59.439Z Checking smawk v0.3.2
32622026-06-11T19:43:59.489Z Checking base64 v0.21.7
32632026-06-11T19:43:59.536Z Checking hashbrown v0.12.3
32642026-06-11T19:43:59.568Z Checking tagptr v0.2.0
32652026-06-11T19:43:59.585Z Checking linear-map v1.2.0
32662026-06-11T19:43:59.714Z Checking unicode-linebreak v0.1.5
32672026-06-11T19:43:59.725Z Checking ron v0.8.1
32682026-06-11T19:43:59.755Z Checking moka v0.12.13
32692026-06-11T19:43:59.863Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32702026-06-11T19:43:59.920Z Checking textwrap v0.16.2
32712026-06-11T19:44:00.132Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-06-11T19:44:00.239Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-06-11T19:44:00.290Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32742026-06-11T19:44:00.311Z Checking steno v0.4.1
32752026-06-11T19:44:00.324Z Checking serde-hex v0.1.0
32762026-06-11T19:44:00.411Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-11T19:44:00.573Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-06-11T19:44:01.073Z Checking hashbrown v0.13.2
32792026-06-11T19:44:01.158Z Checking crc-any v2.5.0
32802026-06-11T19:44:01.173Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-06-11T19:44:01.310Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-06-11T19:44:01.337Z Checking hickory-resolver v0.25.2
32832026-06-11T19:44:01.384Z Checking utf-8 v0.7.6
32842026-06-11T19:44:01.479Z Checking void v1.0.2
32852026-06-11T19:44:01.500Z Checking object v0.30.4
32862026-06-11T19:44:01.503Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32872026-06-11T19:44:01.527Z Checking half v1.8.3
32882026-06-11T19:44:01.582Z Checking path-slash v0.1.5
32892026-06-11T19:44:01.617Z Checking lzss v0.8.2
32902026-06-11T19:44:01.689Z Checking tungstenite v0.23.0
32912026-06-11T19:44:01.723Z Checking serde_cbor v0.11.2
32922026-06-11T19:44:01.830Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-06-11T19:44:01.944Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-06-11T19:44:01.992Z Checking nix v0.27.1
32952026-06-11T19:44:02.049Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32962026-06-11T19:44:02.100Z Checking kstat-rs v0.2.4
32972026-06-11T19:44:02.113Z Checking fxhash v0.2.1
32982026-06-11T19:44:02.175Z Checking serde_bytes v0.11.19
32992026-06-11T19:44:02.214Z Compiling typify-macro v0.6.2
33002026-06-11T19:44:02.230Z Checking tokio-tungstenite v0.23.1
33012026-06-11T19:44:02.284Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-11T19:44:02.349Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33032026-06-11T19:44:02.454Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33042026-06-11T19:44:02.482Z Checking signal-hook-tokio v0.3.1
33052026-06-11T19:44:03.263Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-06-11T19:44:03.451Z Compiling typify v0.6.2
33072026-06-11T19:44:03.535Z Compiling progenitor-impl v0.14.0
33082026-06-11T19:44:04.156Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33092026-06-11T19:44:04.456Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33102026-06-11T19:44:04.976Z Compiling progenitor-macro v0.14.0
33112026-06-11T19:44:07.281Z Checking progenitor v0.14.0
33122026-06-11T19:44:07.400Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33132026-06-11T19:44:07.403Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-06-11T19:44:10.049Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33152026-06-11T19:44:17.947Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-06-11T19:44:24.301Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-06-11T19:44:25.665Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33182026-06-11T19:44:26.159Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-06-11T19:44:28.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.91s
33202026-06-11T19:44:28.409Z
33212026-06-11T19:44:28.409Zinfo: running `cargo check --bins` on gateway-api (134/295)
33222026-06-11T19:44:28.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-11T19:44:28.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-11T19:44:28.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-11T19:44:28.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33262026-06-11T19:44:29.015Z
33272026-06-11T19:44:29.015Zinfo: running `cargo check --bins` on ipcc (135/295)
33282026-06-11T19:44:29.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-11T19:44:29.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-11T19:44:29.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-11T19:44:29.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33322026-06-11T19:44:29.621Z
33332026-06-11T19:44:29.621Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33342026-06-11T19:44:30.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-11T19:44:30.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-11T19:44:30.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-11T19:44:30.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33382026-06-11T19:44:30.207Z
33392026-06-11T19:44:30.207Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33402026-06-11T19:44:30.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-11T19:44:30.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-11T19:44:30.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-11T19:44:30.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33442026-06-11T19:44:30.820Z
33452026-06-11T19:44:30.820Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33462026-06-11T19:44:31.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-11T19:44:31.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-11T19:44:31.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-11T19:44:31.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-06-11T19:44:31.425Z
33512026-06-11T19:44:31.425Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33522026-06-11T19:44:32.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-11T19:44:32.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-11T19:44:32.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-11T19:44:32.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33562026-06-11T19:44:32.832Z
33572026-06-11T19:44:32.832Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33582026-06-11T19:44:32.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-11T19:44:32.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-11T19:44:32.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-11T19:44:32.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-06-11T19:44:32.832Z
33632026-06-11T19:44:32.832Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33642026-06-11T19:44:33.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-11T19:44:33.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-11T19:44:33.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-11T19:44:33.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33682026-06-11T19:44:33.250Z
33692026-06-11T19:44:33.250Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33702026-06-11T19:44:33.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-11T19:44:33.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-11T19:44:33.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-11T19:44:33.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33742026-06-11T19:44:33.861Z
33752026-06-11T19:44:33.861Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33762026-06-11T19:44:34.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-11T19:44:34.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-11T19:44:34.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-11T19:44:34.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-06-11T19:44:34.468Z
33812026-06-11T19:44:34.469Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33822026-06-11T19:44:34.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-11T19:44:34.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-11T19:44:34.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-11T19:44:34.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-06-11T19:44:35.078Z
33872026-06-11T19:44:35.078Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33882026-06-11T19:44:35.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-11T19:44:35.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-11T19:44:35.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-11T19:44:35.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-06-11T19:44:35.689Z
33932026-06-11T19:44:35.689Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33942026-06-11T19:44:36.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-11T19:44:36.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-11T19:44:36.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-11T19:44:36.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-06-11T19:44:36.287Z
33992026-06-11T19:44:36.287Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34002026-06-11T19:44:36.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-11T19:44:36.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-11T19:44:36.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-11T19:44:36.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34042026-06-11T19:44:36.892Z
34052026-06-11T19:44:36.892Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34062026-06-11T19:44:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-11T19:44:37.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-11T19:44:37.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-11T19:44:37.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34102026-06-11T19:44:37.514Z
34112026-06-11T19:44:37.514Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34122026-06-11T19:44:38.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-11T19:44:38.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-11T19:44:38.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-11T19:44:38.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34162026-06-11T19:44:38.139Z
34172026-06-11T19:44:38.139Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34182026-06-11T19:44:38.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-11T19:44:38.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-11T19:44:38.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-11T19:44:38.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34222026-06-11T19:44:38.759Z
34232026-06-11T19:44:38.759Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34242026-06-11T19:44:39.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-11T19:44:39.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-11T19:44:39.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-11T19:44:39.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34282026-06-11T19:44:39.381Z
34292026-06-11T19:44:39.381Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34302026-06-11T19:44:39.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-11T19:44:39.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-11T19:44:39.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-11T19:44:39.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34342026-06-11T19:44:40.005Z
34352026-06-11T19:44:40.005Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34362026-06-11T19:44:40.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-11T19:44:40.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-11T19:44:40.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-11T19:44:40.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34402026-06-11T19:44:40.621Z
34412026-06-11T19:44:40.621Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34422026-06-11T19:44:41.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-11T19:44:41.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-11T19:44:41.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-11T19:44:41.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34462026-06-11T19:44:41.243Z
34472026-06-11T19:44:41.243Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34482026-06-11T19:44:41.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-11T19:44:41.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-11T19:44:41.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-11T19:44:41.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34522026-06-11T19:44:41.869Z
34532026-06-11T19:44:41.869Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34542026-06-11T19:44:42.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-11T19:44:42.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-11T19:44:42.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-11T19:44:42.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34582026-06-11T19:44:42.496Z
34592026-06-11T19:44:42.496Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34602026-06-11T19:44:43.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-11T19:44:43.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-11T19:44:43.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-11T19:44:43.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34642026-06-11T19:44:43.121Z
34652026-06-11T19:44:43.121Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34662026-06-11T19:44:43.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-11T19:44:43.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-11T19:44:43.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-11T19:44:43.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34702026-06-11T19:44:43.728Z
34712026-06-11T19:44:43.728Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34722026-06-11T19:44:44.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-11T19:44:44.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-11T19:44:44.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-11T19:44:44.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-06-11T19:44:44.334Z
34772026-06-11T19:44:44.334Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34782026-06-11T19:44:44.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-11T19:44:44.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-11T19:44:44.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-11T19:44:44.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-06-11T19:44:44.935Z
34832026-06-11T19:44:44.935Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34842026-06-11T19:44:45.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-11T19:44:45.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-11T19:44:45.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-11T19:44:45.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-06-11T19:44:45.539Z
34892026-06-11T19:44:45.539Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34902026-06-11T19:44:46.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-11T19:44:46.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-11T19:44:46.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-11T19:44:46.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34942026-06-11T19:44:46.148Z
34952026-06-11T19:44:46.149Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34962026-06-11T19:44:46.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-11T19:44:46.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-11T19:44:46.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-11T19:44:46.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35002026-06-11T19:44:46.751Z
35012026-06-11T19:44:46.751Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35022026-06-11T19:44:47.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-11T19:44:47.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-11T19:44:47.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-11T19:44:47.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-06-11T19:44:47.355Z
35072026-06-11T19:44:47.355Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35082026-06-11T19:44:47.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-11T19:44:47.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-11T19:44:47.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-11T19:44:47.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35122026-06-11T19:44:47.965Z
35132026-06-11T19:44:47.965Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35142026-06-11T19:44:48.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-11T19:44:48.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-11T19:44:48.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-11T19:44:48.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35182026-06-11T19:44:48.589Z
35192026-06-11T19:44:48.589Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35202026-06-11T19:44:49.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-11T19:44:49.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-11T19:44:49.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-11T19:44:49.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35242026-06-11T19:44:49.219Z
35252026-06-11T19:44:49.219Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35262026-06-11T19:44:49.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-11T19:44:49.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-11T19:44:49.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-11T19:44:49.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35302026-06-11T19:44:49.844Z
35312026-06-11T19:44:49.844Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35322026-06-11T19:44:50.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-11T19:44:50.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-11T19:44:50.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-11T19:44:50.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35362026-06-11T19:44:50.469Z
35372026-06-11T19:44:50.469Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35382026-06-11T19:44:50.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-11T19:44:51.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-11T19:44:51.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-11T19:44:51.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35422026-06-11T19:44:51.099Z
35432026-06-11T19:44:51.099Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35442026-06-11T19:44:51.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-11T19:44:51.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-11T19:44:51.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-11T19:44:51.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35482026-06-11T19:44:51.726Z
35492026-06-11T19:44:51.726Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35502026-06-11T19:44:52.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-11T19:44:52.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-11T19:44:52.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-11T19:44:52.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35542026-06-11T19:44:52.353Z
35552026-06-11T19:44:52.353Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35562026-06-11T19:44:52.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-11T19:44:52.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-11T19:44:52.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-11T19:44:52.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35602026-06-11T19:44:52.998Z
35612026-06-11T19:44:52.998Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35622026-06-11T19:44:53.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-11T19:44:53.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-11T19:44:53.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-11T19:44:53.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35662026-06-11T19:44:53.606Z
35672026-06-11T19:44:53.606Zinfo: running `cargo check --bins` on dns-server (175/295)
35682026-06-11T19:44:54.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-11T19:44:54.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-11T19:44:54.267Z Compiling parking_lot_core v0.8.6
35712026-06-11T19:44:54.270Z Compiling git-stub v1.0.0
35722026-06-11T19:44:54.270Z Checking prefix-trie v0.7.0
35732026-06-11T19:44:54.270Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35742026-06-11T19:44:54.503Z Compiling git-stub-vcs v0.1.0
35752026-06-11T19:44:54.660Z Checking hickory-server v0.25.2
35762026-06-11T19:44:54.776Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35772026-06-11T19:44:54.790Z Checking parking_lot v0.11.2
35782026-06-11T19:44:54.851Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35792026-06-11T19:44:54.851Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-06-11T19:44:54.957Z Checking sled v0.34.7
35812026-06-11T19:44:56.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35822026-06-11T19:44:57.002Z
35832026-06-11T19:44:57.002Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35842026-06-11T19:44:57.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-11T19:44:57.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-11T19:44:57.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-11T19:44:57.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35882026-06-11T19:44:57.604Z
35892026-06-11T19:44:57.604Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35902026-06-11T19:44:58.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-11T19:44:58.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-11T19:44:58.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-11T19:44:58.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35942026-06-11T19:44:58.206Z
35952026-06-11T19:44:58.206Zinfo: running `cargo check --bins` on sp-sim (178/295)
35962026-06-11T19:44:58.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-11T19:44:58.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-11T19:44:58.928Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35992026-06-11T19:45:00.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
36002026-06-11T19:45:00.872Z
36012026-06-11T19:45:00.872Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36022026-06-11T19:45:01.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-11T19:45:01.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-11T19:45:01.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-11T19:45:01.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36062026-06-11T19:45:01.534Z
36072026-06-11T19:45:01.534Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36082026-06-11T19:45:02.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-11T19:45:02.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-11T19:45:02.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-11T19:45:02.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36122026-06-11T19:45:02.200Z
36132026-06-11T19:45:02.200Zinfo: running `cargo check --bins` on db-macros (181/295)
36142026-06-11T19:45:02.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-11T19:45:02.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-11T19:45:02.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-11T19:45:02.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36182026-06-11T19:45:02.801Z
36192026-06-11T19:45:02.801Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36202026-06-11T19:45:03.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-11T19:45:03.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-11T19:45:03.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-11T19:45:03.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36242026-06-11T19:45:03.382Z
36252026-06-11T19:45:03.382Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36262026-06-11T19:45:03.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-11T19:45:03.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-11T19:45:03.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-11T19:45:03.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36302026-06-11T19:45:04.030Z
36312026-06-11T19:45:04.030Zinfo: running `cargo check --bins` on authz-macros (184/295)
36322026-06-11T19:45:04.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-11T19:45:04.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-11T19:45:04.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-11T19:45:04.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36362026-06-11T19:45:04.615Z
36372026-06-11T19:45:04.615Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36382026-06-11T19:45:05.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-11T19:45:05.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-11T19:45:05.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-11T19:45:05.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36422026-06-11T19:45:05.250Z
36432026-06-11T19:45:05.250Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36442026-06-11T19:45:05.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-11T19:45:05.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-11T19:45:05.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-11T19:45:05.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36482026-06-11T19:45:05.896Z
36492026-06-11T19:45:05.896Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36502026-06-11T19:45:06.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-11T19:45:06.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-11T19:45:06.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-11T19:45:06.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36542026-06-11T19:45:06.482Z
36552026-06-11T19:45:06.482Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36562026-06-11T19:45:06.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-11T19:45:06.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-11T19:45:06.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-11T19:45:06.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36602026-06-11T19:45:07.062Z
36612026-06-11T19:45:07.062Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36622026-06-11T19:45:07.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-11T19:45:07.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-11T19:45:07.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-11T19:45:07.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36662026-06-11T19:45:07.657Z
36672026-06-11T19:45:07.657Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36682026-06-11T19:45:08.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-11T19:45:08.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-11T19:45:08.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-11T19:45:08.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36722026-06-11T19:45:08.243Z
36732026-06-11T19:45:08.244Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36742026-06-11T19:45:08.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-11T19:45:08.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-11T19:45:08.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-11T19:45:08.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36782026-06-11T19:45:08.830Z
36792026-06-11T19:45:08.830Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36802026-06-11T19:45:09.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-11T19:45:09.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-11T19:45:09.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-11T19:45:09.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36842026-06-11T19:45:09.479Z
36852026-06-11T19:45:09.479Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36862026-06-11T19:45:10.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-11T19:45:10.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-11T19:45:10.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-11T19:45:10.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36902026-06-11T19:45:10.139Z
36912026-06-11T19:45:10.139Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36922026-06-11T19:45:10.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-11T19:45:10.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-11T19:45:10.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-11T19:45:10.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36962026-06-11T19:45:10.776Z
36972026-06-11T19:45:10.776Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36982026-06-11T19:45:11.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-11T19:45:11.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-11T19:45:11.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-11T19:45:11.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37022026-06-11T19:45:11.392Z
37032026-06-11T19:45:11.392Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37042026-06-11T19:45:11.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-11T19:45:11.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-11T19:45:11.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-11T19:45:11.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37082026-06-11T19:45:12.009Z
37092026-06-11T19:45:12.009Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37102026-06-11T19:45:12.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-11T19:45:12.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-11T19:45:12.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-11T19:45:12.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37142026-06-11T19:45:12.625Z
37152026-06-11T19:45:12.625Zinfo: running `cargo check --bins` on key-manager (198/295)
37162026-06-11T19:45:13.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-11T19:45:13.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-11T19:45:13.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-11T19:45:13.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37202026-06-11T19:45:13.225Z
37212026-06-11T19:45:13.225Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37222026-06-11T19:45:13.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-11T19:45:13.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-11T19:45:13.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-11T19:45:13.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37262026-06-11T19:45:13.844Z
37272026-06-11T19:45:13.844Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37282026-06-11T19:45:14.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-11T19:45:14.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-11T19:45:14.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-11T19:45:14.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37322026-06-11T19:45:14.461Z
37332026-06-11T19:45:14.461Zinfo: running `cargo check --bins` on typed-rng (201/295)
37342026-06-11T19:45:14.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-11T19:45:14.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-11T19:45:14.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-11T19:45:14.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37382026-06-11T19:45:15.047Z
37392026-06-11T19:45:15.048Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37402026-06-11T19:45:15.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-11T19:45:15.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-11T19:45:15.911Z Compiling libefi-sys v0.1.0
37432026-06-11T19:45:15.914Z Compiling bitfield-struct v0.6.2
37442026-06-11T19:45:16.058Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37452026-06-11T19:45:16.068Z Compiling xshell-macros v0.2.7
37462026-06-11T19:45:16.080Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37472026-06-11T19:45:16.112Z Compiling typify-impl v0.4.3
37482026-06-11T19:45:16.119Z Compiling salty v0.3.0
37492026-06-11T19:45:16.122Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37502026-06-11T19:45:16.126Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37512026-06-11T19:45:16.293Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37522026-06-11T19:45:16.394Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37532026-06-11T19:45:16.410Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37542026-06-11T19:45:16.436Z Checking xshell v0.2.7
37552026-06-11T19:45:16.599Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37562026-06-11T19:45:16.621Z Checking primeorder v0.13.6
37572026-06-11T19:45:16.665Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-06-11T19:45:16.714Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37592026-06-11T19:45:16.768Z Compiling proc-macro-error-attr2 v2.0.0
37602026-06-11T19:45:16.810Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37612026-06-11T19:45:16.859Z Checking tungstenite v0.21.0
37622026-06-11T19:45:16.904Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37632026-06-11T19:45:17.025Z Checking p384 v0.13.1
37642026-06-11T19:45:17.040Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37652026-06-11T19:45:17.137Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37662026-06-11T19:45:17.159Z Compiling proc-macro-error2 v2.0.1
37672026-06-11T19:45:17.476Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37682026-06-11T19:45:17.612Z Compiling num-derive v0.3.3
37692026-06-11T19:45:17.690Z Compiling tabled_derive v0.11.0
37702026-06-11T19:45:17.852Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37712026-06-11T19:45:17.996Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37722026-06-11T19:45:18.145Z Checking tokio-tungstenite v0.21.0
37732026-06-11T19:45:18.263Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-06-11T19:45:18.495Z Checking libscf-sys v1.1.0
37752026-06-11T19:45:18.585Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-06-11T19:45:18.693Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37772026-06-11T19:45:18.772Z Checking papergrid v0.17.0
37782026-06-11T19:45:18.838Z Checking testing_table v0.3.0
37792026-06-11T19:45:18.929Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37802026-06-11T19:45:18.945Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37812026-06-11T19:45:18.968Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37822026-06-11T19:45:19.149Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37832026-06-11T19:45:19.180Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-11T19:45:19.250Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37852026-06-11T19:45:19.376Z Checking corncobs v0.1.4
37862026-06-11T19:45:19.451Z Compiling illumos-nvpair-sys v0.2.0
37872026-06-11T19:45:19.467Z Compiling unicase v2.9.0
37882026-06-11T19:45:19.509Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37892026-06-11T19:45:19.540Z Checking tabled v0.20.0
37902026-06-11T19:45:19.678Z Compiling mime_guess v2.0.5
37912026-06-11T19:45:19.694Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37922026-06-11T19:45:19.712Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37932026-06-11T19:45:19.749Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37942026-06-11T19:45:19.767Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37952026-06-11T19:45:19.843Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37962026-06-11T19:45:19.972Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37972026-06-11T19:45:20.074Z Checking progenitor-client v0.11.2
37982026-06-11T19:45:20.203Z Checking secrecy v0.8.0
37992026-06-11T19:45:20.352Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38002026-06-11T19:45:20.533Z Compiling typify-macro v0.4.3
38012026-06-11T19:45:20.565Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38022026-06-11T19:45:20.582Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38032026-06-11T19:45:20.631Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38042026-06-11T19:45:20.738Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38052026-06-11T19:45:20.922Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38062026-06-11T19:45:20.941Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38072026-06-11T19:45:21.016Z Checking filetime v0.2.27
38082026-06-11T19:45:21.115Z Checking xattr v1.6.1
38092026-06-11T19:45:21.159Z Checking http-range v0.1.5
38102026-06-11T19:45:21.256Z Checking crc8 v0.1.1
38112026-06-11T19:45:21.361Z Checking tar v0.4.45
38122026-06-11T19:45:21.379Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-06-11T19:45:21.573Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38142026-06-11T19:45:21.607Z Checking illumos-nvpair v0.3.0
38152026-06-11T19:45:21.779Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38162026-06-11T19:45:21.799Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38172026-06-11T19:45:21.902Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38182026-06-11T19:45:22.170Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38192026-06-11T19:45:22.234Z Checking atty v0.2.14
38202026-06-11T19:45:22.252Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38212026-06-11T19:45:22.267Z Compiling typify v0.4.3
38222026-06-11T19:45:22.332Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38232026-06-11T19:45:22.377Z Compiling progenitor-impl v0.11.2
38242026-06-11T19:45:22.568Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38252026-06-11T19:45:22.571Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38262026-06-11T19:45:22.709Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38272026-06-11T19:45:22.745Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38282026-06-11T19:45:22.800Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38292026-06-11T19:45:23.080Z Checking hyper-staticfile v0.10.1
38302026-06-11T19:45:23.203Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38312026-06-11T19:45:23.311Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38322026-06-11T19:45:23.373Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38332026-06-11T19:45:23.508Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38342026-06-11T19:45:23.596Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38352026-06-11T19:45:23.639Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38362026-06-11T19:45:23.678Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38372026-06-11T19:45:23.760Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38382026-06-11T19:45:23.954Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38392026-06-11T19:45:24.026Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38402026-06-11T19:45:24.242Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38412026-06-11T19:45:24.305Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38422026-06-11T19:45:24.571Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38432026-06-11T19:45:24.847Z Compiling progenitor-macro v0.11.2
38442026-06-11T19:45:27.279Z Checking progenitor v0.11.2
38452026-06-11T19:45:27.427Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38462026-06-11T19:45:27.796Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38472026-06-11T19:45:32.095Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38482026-06-11T19:45:43.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.95s
38492026-06-11T19:45:43.327Z
38502026-06-11T19:45:43.327Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38512026-06-11T19:45:43.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-06-11T19:45:43.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-06-11T19:45:44.016Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-06-11T19:45:54.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38552026-06-11T19:45:54.861Z
38562026-06-11T19:45:54.862Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38572026-06-11T19:45:55.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-06-11T19:45:55.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-06-11T19:45:55.639Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-06-11T19:46:06.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38612026-06-11T19:46:06.503Z
38622026-06-11T19:46:06.503Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38632026-06-11T19:46:07.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-11T19:46:07.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-11T19:46:07.281Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-11T19:46:17.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38672026-06-11T19:46:18.145Z
38682026-06-11T19:46:18.145Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38692026-06-11T19:46:18.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-11T19:46:18.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-11T19:46:18.938Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-11T19:46:29.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38732026-06-11T19:46:29.817Z
38742026-06-11T19:46:29.817Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38752026-06-11T19:46:30.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-11T19:46:30.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-11T19:46:30.602Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-11T19:46:41.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38792026-06-11T19:46:41.543Z
38802026-06-11T19:46:41.543Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38812026-06-11T19:46:42.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-11T19:46:42.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-11T19:46:42.330Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-11T19:46:52.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38852026-06-11T19:46:53.190Z
38862026-06-11T19:46:53.190Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38872026-06-11T19:46:53.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-11T19:46:53.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-11T19:46:53.977Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-06-11T19:47:04.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38912026-06-11T19:47:04.971Z
38922026-06-11T19:47:04.972Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38932026-06-11T19:47:05.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-11T19:47:05.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-11T19:47:05.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-06-11T19:47:05.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38972026-06-11T19:47:05.580Z
38982026-06-11T19:47:05.580Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38992026-06-11T19:47:06.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-11T19:47:06.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-11T19:47:06.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-06-11T19:47:06.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39032026-06-11T19:47:06.196Z
39042026-06-11T19:47:06.196Zinfo: running `cargo check --bins` on range-requests (212/295)
39052026-06-11T19:47:06.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-11T19:47:06.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-11T19:47:06.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-11T19:47:06.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39092026-06-11T19:47:06.789Z
39102026-06-11T19:47:06.789Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39112026-06-11T19:47:07.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-11T19:47:07.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-11T19:47:07.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-11T19:47:07.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39152026-06-11T19:47:07.389Z
39162026-06-11T19:47:07.389Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39172026-06-11T19:47:07.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-11T19:47:07.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-11T19:47:07.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-11T19:47:07.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-06-11T19:47:08.012Z
39222026-06-11T19:47:08.012Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39232026-06-11T19:47:08.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-11T19:47:08.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-11T19:47:08.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-11T19:47:08.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-06-11T19:47:08.631Z
39282026-06-11T19:47:08.631Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39292026-06-11T19:47:09.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-11T19:47:09.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-11T19:47:09.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-11T19:47:09.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-06-11T19:47:09.252Z
39342026-06-11T19:47:09.252Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39352026-06-11T19:47:09.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-11T19:47:09.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-11T19:47:09.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-11T19:47:09.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39392026-06-11T19:47:09.880Z
39402026-06-11T19:47:09.880Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39412026-06-11T19:47:10.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-11T19:47:10.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-11T19:47:10.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-11T19:47:10.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-06-11T19:47:10.497Z
39462026-06-11T19:47:10.497Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39472026-06-11T19:47:11.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-11T19:47:11.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-11T19:47:11.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-11T19:47:11.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-06-11T19:47:11.120Z
39522026-06-11T19:47:11.120Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39532026-06-11T19:47:11.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-11T19:47:11.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-11T19:47:11.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-11T19:47:11.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-06-11T19:47:11.735Z
39582026-06-11T19:47:11.735Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39592026-06-11T19:47:12.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-11T19:47:12.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-11T19:47:12.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-11T19:47:12.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-06-11T19:47:12.360Z
39642026-06-11T19:47:12.360Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39652026-06-11T19:47:12.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-11T19:47:12.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-11T19:47:12.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-11T19:47:12.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-06-11T19:47:12.973Z
39702026-06-11T19:47:12.973Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39712026-06-11T19:47:13.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-11T19:47:13.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-11T19:47:13.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-11T19:47:13.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39752026-06-11T19:47:13.593Z
39762026-06-11T19:47:13.593Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39772026-06-11T19:47:14.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-11T19:47:14.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-11T19:47:14.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-11T19:47:14.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39812026-06-11T19:47:14.238Z
39822026-06-11T19:47:14.238Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39832026-06-11T19:47:14.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-11T19:47:14.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-11T19:47:14.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-11T19:47:14.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39872026-06-11T19:47:14.869Z
39882026-06-11T19:47:14.869Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39892026-06-11T19:47:15.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-11T19:47:15.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-11T19:47:15.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-11T19:47:15.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39932026-06-11T19:47:15.509Z
39942026-06-11T19:47:15.509Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39952026-06-11T19:47:16.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-11T19:47:16.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-11T19:47:16.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-11T19:47:16.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39992026-06-11T19:47:16.164Z
40002026-06-11T19:47:16.164Zinfo: running `cargo check --bins` on update-common (228/295)
40012026-06-11T19:47:16.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-11T19:47:16.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-11T19:47:16.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-11T19:47:16.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40052026-06-11T19:47:16.772Z
40062026-06-11T19:47:16.772Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40072026-06-11T19:47:17.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-11T19:47:17.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-11T19:47:17.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-11T19:47:17.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40112026-06-11T19:47:17.425Z
40122026-06-11T19:47:17.425Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40132026-06-11T19:47:17.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-11T19:47:17.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-11T19:47:17.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-06-11T19:47:17.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-06-11T19:47:18.015Z
40182026-06-11T19:47:18.016Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40192026-06-11T19:47:18.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-06-11T19:47:18.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-06-11T19:47:18.793Z Compiling fs-err v2.11.0
40222026-06-11T19:47:18.796Z Checking ignore v0.4.25
40232026-06-11T19:47:18.797Z Checking arc-swap v1.8.2
40242026-06-11T19:47:18.933Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40252026-06-11T19:47:18.933Z Checking predicates-tree v1.0.13
40262026-06-11T19:47:18.936Z Checking parse-size v1.1.0
40272026-06-11T19:47:18.963Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40282026-06-11T19:47:18.966Z Checking rand_seeder v0.4.0
40292026-06-11T19:47:19.028Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40302026-06-11T19:47:19.062Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40312026-06-11T19:47:19.114Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40322026-06-11T19:47:19.129Z Checking slog-scope v4.4.1
40332026-06-11T19:47:19.166Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40342026-06-11T19:47:19.258Z Compiling petname v2.0.2
40352026-06-11T19:47:19.272Z Checking slog-stdlog v4.1.1
40362026-06-11T19:47:19.285Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40372026-06-11T19:47:19.298Z Checking globwalk v0.9.1
40382026-06-11T19:47:19.358Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40392026-06-11T19:47:19.389Z Checking slog-envlogger v2.2.0
40402026-06-11T19:47:19.471Z Checking camino-tempfile-ext v0.3.3
40412026-06-11T19:47:19.541Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40422026-06-11T19:47:19.545Z Checking sapling-renderdag v0.1.0
40432026-06-11T19:47:19.662Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40442026-06-11T19:47:19.743Z Checking subprocess v0.2.15
40452026-06-11T19:47:19.789Z Checking sync-ptr v0.1.4
40462026-06-11T19:47:19.891Z Checking colored v2.2.0
40472026-06-11T19:47:19.907Z Checking assert_matches v1.5.0
40482026-06-11T19:47:20.020Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40492026-06-11T19:47:20.154Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40502026-06-11T19:47:20.157Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40512026-06-11T19:47:20.804Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40522026-06-11T19:47:22.113Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40532026-06-11T19:47:24.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
40542026-06-11T19:47:24.473Z
40552026-06-11T19:47:24.473Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40562026-06-11T19:47:24.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-06-11T19:47:24.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-06-11T19:47:24.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-06-11T19:47:24.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40602026-06-11T19:47:25.066Z
40612026-06-11T19:47:25.067Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40622026-06-11T19:47:25.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-06-11T19:47:25.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-06-11T19:47:25.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-06-11T19:47:25.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40662026-06-11T19:47:25.686Z
40672026-06-11T19:47:25.686Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40682026-06-11T19:47:26.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-11T19:47:26.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-11T19:47:26.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-06-11T19:47:26.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40722026-06-11T19:47:26.344Z
40732026-06-11T19:47:26.345Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40742026-06-11T19:47:26.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-06-11T19:47:26.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-06-11T19:47:27.073Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40772026-06-11T19:47:27.073Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40782026-06-11T19:47:27.708Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40792026-06-11T19:47:29.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
40802026-06-11T19:47:29.465Z
40812026-06-11T19:47:29.465Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40822026-06-11T19:47:29.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-06-11T19:47:29.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-06-11T19:47:29.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-06-11T19:47:29.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40862026-06-11T19:47:30.072Z
40872026-06-11T19:47:30.073Zinfo: running `cargo check --bins` on cert-dev (237/295)
40882026-06-11T19:47:30.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-06-11T19:47:30.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-06-11T19:47:30.682Z Checking yasna v0.5.2
40912026-06-11T19:47:31.087Z Checking rcgen v0.12.1
40922026-06-11T19:47:31.336Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40932026-06-11T19:47:31.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40942026-06-11T19:47:31.690Z
40952026-06-11T19:47:31.690Zinfo: running `cargo check --bins` on clickana (238/295)
40962026-06-11T19:47:32.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-06-11T19:47:32.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-06-11T19:47:32.332Z Compiling darling_core v0.23.0
40992026-06-11T19:47:32.335Z Compiling instability v0.3.11
41002026-06-11T19:47:32.442Z Checking castaway v0.2.4
41012026-06-11T19:47:32.450Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41022026-06-11T19:47:32.455Z Compiling indoc v2.0.7
41032026-06-11T19:47:32.470Z Checking unicode-truncate v1.1.0
41042026-06-11T19:47:32.473Z Checking lru v0.12.5
41052026-06-11T19:47:32.473Z Checking cassowary v0.3.0
41062026-06-11T19:47:32.538Z Checking compact_str v0.8.1
41072026-06-11T19:47:33.743Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41082026-06-11T19:47:33.846Z Compiling darling_macro v0.23.0
41092026-06-11T19:47:33.918Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41102026-06-11T19:47:34.254Z Compiling darling v0.23.0
41112026-06-11T19:47:34.871Z Checking ratatui v0.29.0
41122026-06-11T19:47:35.923Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41132026-06-11T19:47:36.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
41142026-06-11T19:47:36.766Z
41152026-06-11T19:47:36.766Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41162026-06-11T19:47:37.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-06-11T19:47:37.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-06-11T19:47:37.486Z Checking headers-core v0.3.0
41192026-06-11T19:47:37.489Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41202026-06-11T19:47:37.684Z Checking headers v0.4.1
41212026-06-11T19:47:38.052Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41222026-06-11T19:47:38.897Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41232026-06-11T19:47:39.378Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41242026-06-11T19:47:39.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
41252026-06-11T19:47:39.977Z
41262026-06-11T19:47:39.977Zinfo: running `cargo check --bins` on ch-dev (240/295)
41272026-06-11T19:47:40.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-06-11T19:47:40.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-06-11T19:47:40.697Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41302026-06-11T19:47:41.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41312026-06-11T19:47:41.632Z
41322026-06-11T19:47:41.632Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41332026-06-11T19:47:42.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-06-11T19:47:42.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-06-11T19:47:42.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-06-11T19:47:42.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41372026-06-11T19:47:42.099Z
41382026-06-11T19:47:42.099Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41392026-06-11T19:47:42.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-06-11T19:47:42.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-06-11T19:47:42.814Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41422026-06-11T19:47:43.792Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41432026-06-11T19:47:44.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
41442026-06-11T19:47:44.317Z
41452026-06-11T19:47:44.318Zinfo: running `cargo check --bins` on db-dev (243/295)
41462026-06-11T19:47:44.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-06-11T19:47:44.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-06-11T19:47:45.036Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41492026-06-11T19:47:45.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41502026-06-11T19:47:46.006Z
41512026-06-11T19:47:46.006Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41522026-06-11T19:47:46.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-11T19:47:46.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-11T19:47:46.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41552026-06-11T19:47:46.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41562026-06-11T19:47:46.644Z
41572026-06-11T19:47:46.644Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41582026-06-11T19:47:47.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-11T19:47:47.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-11T19:47:47.258Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41612026-06-11T19:47:47.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
41622026-06-11T19:47:48.153Z
41632026-06-11T19:47:48.153Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41642026-06-11T19:47:48.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-06-11T19:47:48.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-06-11T19:47:48.902Z Compiling progenitor-impl v0.13.0
41672026-06-11T19:47:49.024Z Checking progenitor-client v0.13.0
41682026-06-11T19:47:49.024Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41692026-06-11T19:47:49.024Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41702026-06-11T19:47:49.027Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41712026-06-11T19:47:49.067Z Checking git-stub v1.0.0
41722026-06-11T19:47:49.067Z Compiling trait-variant v0.1.2
41732026-06-11T19:47:49.227Z Checking is_ci v1.2.0
41742026-06-11T19:47:49.249Z Checking maplit v1.0.2
41752026-06-11T19:47:49.292Z Checking git-stub-vcs v0.1.0
41762026-06-11T19:47:49.328Z Checking supports-color v3.0.2
41772026-06-11T19:47:49.345Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41782026-06-11T19:47:49.453Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41792026-06-11T19:47:49.495Z Checking drift v0.2.0
41802026-06-11T19:47:49.589Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41812026-06-11T19:47:49.662Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41822026-06-11T19:47:49.797Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41832026-06-11T19:47:49.843Z Checking dropshot-api-manager v0.7.2
41842026-06-11T19:47:49.864Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41852026-06-11T19:47:49.880Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41862026-06-11T19:47:49.974Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41872026-06-11T19:47:50.151Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41882026-06-11T19:47:50.376Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41892026-06-11T19:47:50.392Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41902026-06-11T19:47:50.874Z Compiling progenitor-macro v0.13.0
41912026-06-11T19:47:53.256Z Checking progenitor v0.13.0
41922026-06-11T19:47:53.397Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41932026-06-11T19:47:58.408Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41942026-06-11T19:47:59.479Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41952026-06-11T19:48:00.033Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41962026-06-11T19:48:00.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s
41972026-06-11T19:48:00.658Z
41982026-06-11T19:48:00.658Zinfo: running `cargo check --bins` on installinator-api (247/295)
41992026-06-11T19:48:01.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-06-11T19:48:01.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-06-11T19:48:01.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-06-11T19:48:01.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42032026-06-11T19:48:01.260Z
42042026-06-11T19:48:01.260Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42052026-06-11T19:48:01.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-06-11T19:48:01.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-06-11T19:48:01.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-06-11T19:48:01.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42092026-06-11T19:48:01.902Z
42102026-06-11T19:48:01.902Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42112026-06-11T19:48:02.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-06-11T19:48:02.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-06-11T19:48:02.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-06-11T19:48:02.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42152026-06-11T19:48:02.543Z
42162026-06-11T19:48:02.543Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42172026-06-11T19:48:03.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-06-11T19:48:03.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-06-11T19:48:03.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-06-11T19:48:03.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42212026-06-11T19:48:03.180Z
42222026-06-11T19:48:03.180Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42232026-06-11T19:48:03.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-06-11T19:48:03.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-06-11T19:48:03.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-06-11T19:48:03.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42272026-06-11T19:48:03.782Z
42282026-06-11T19:48:03.782Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42292026-06-11T19:48:04.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-06-11T19:48:04.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-06-11T19:48:04.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-06-11T19:48:04.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42332026-06-11T19:48:04.369Z
42342026-06-11T19:48:04.369Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42352026-06-11T19:48:04.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-06-11T19:48:04.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-06-11T19:48:04.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-06-11T19:48:04.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42392026-06-11T19:48:04.982Z
42402026-06-11T19:48:04.982Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42412026-06-11T19:48:05.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-06-11T19:48:05.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-06-11T19:48:05.595Z Checking typeid v1.0.3
42442026-06-11T19:48:05.707Z Checking ordered-float v2.10.1
42452026-06-11T19:48:05.728Z Checking unicode-xid v0.2.6
42462026-06-11T19:48:05.741Z Checking cargo-platform v0.2.0
42472026-06-11T19:48:05.750Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42482026-06-11T19:48:05.776Z Checking erased-serde v0.4.9
42492026-06-11T19:48:05.911Z Checking serde-value v0.7.0
42502026-06-11T19:48:06.089Z Checking serde-untagged v0.1.9
42512026-06-11T19:48:06.244Z Checking cargo-util-schemas v0.8.2
42522026-06-11T19:48:06.925Z Checking cargo_metadata v0.21.0
42532026-06-11T19:48:07.525Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42542026-06-11T19:48:08.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
42552026-06-11T19:48:08.452Z
42562026-06-11T19:48:08.453Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42572026-06-11T19:48:09.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-06-11T19:48:09.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-06-11T19:48:09.193Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42602026-06-11T19:48:09.804Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42612026-06-11T19:48:10.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42622026-06-11T19:48:10.497Z
42632026-06-11T19:48:10.497Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42642026-06-11T19:48:11.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-06-11T19:48:11.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-06-11T19:48:11.457Z Compiling vergen-lib v0.1.6
42672026-06-11T19:48:11.457Z Compiling vergen-gitcl v1.0.8
42682026-06-11T19:48:11.457Z Compiling dirs-sys-next v0.1.2
42692026-06-11T19:48:11.457Z Compiling diesel_derives v2.3.7
42702026-06-11T19:48:11.457Z Compiling glob v0.3.3
42712026-06-11T19:48:11.460Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42722026-06-11T19:48:11.460Z Compiling crunchy v0.2.4
42732026-06-11T19:48:11.461Z Compiling dsl_auto_type v0.2.0
42742026-06-11T19:48:11.816Z Compiling dirs-next v2.0.0
42752026-06-11T19:48:11.886Z Checking scheduled-thread-pool v0.2.7
42762026-06-11T19:48:11.902Z Compiling diesel_table_macro_syntax v0.3.0
42772026-06-11T19:48:11.917Z Compiling tiny-keccak v2.0.2
42782026-06-11T19:48:11.937Z Compiling term v0.7.0
42792026-06-11T19:48:12.034Z Checking r2d2 v0.8.10
42802026-06-11T19:48:12.052Z Compiling clang-sys v1.8.1
42812026-06-11T19:48:12.188Z Compiling bit-vec v0.6.3
42822026-06-11T19:48:12.220Z Checking downcast-rs v2.0.2
42832026-06-11T19:48:12.319Z Compiling ascii-canvas v3.0.0
42842026-06-11T19:48:12.415Z Compiling bit-set v0.5.3
42852026-06-11T19:48:12.436Z Compiling itertools v0.10.5
42862026-06-11T19:48:12.524Z Compiling ena v0.14.4
42872026-06-11T19:48:12.562Z Compiling libloading v0.8.9
42882026-06-11T19:48:12.579Z Compiling diff v0.1.13
42892026-06-11T19:48:12.659Z Compiling regex-syntax v0.6.29
42902026-06-11T19:48:12.675Z Compiling bindgen v0.71.1
42912026-06-11T19:48:12.769Z Compiling cexpr v0.6.0
42922026-06-11T19:48:12.835Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42932026-06-11T19:48:13.027Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42942026-06-11T19:48:13.121Z Compiling rustc-hash v2.1.1
42952026-06-11T19:48:13.211Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42962026-06-11T19:48:13.257Z Compiling libxml v0.3.3
42972026-06-11T19:48:13.442Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42982026-06-11T19:48:13.477Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42992026-06-11T19:48:13.522Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43002026-06-11T19:48:13.782Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43012026-06-11T19:48:13.803Z Compiling strum_macros v0.24.3
43022026-06-11T19:48:13.823Z Compiling indoc v1.0.9
43032026-06-11T19:48:13.980Z Compiling lalrpop v0.19.12
43042026-06-11T19:48:14.767Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43052026-06-11T19:48:14.959Z Checking derive_builder v0.20.2
43062026-06-11T19:48:15.083Z Compiling oso-derive v0.27.3
43072026-06-11T19:48:15.157Z Checking quick-xml v0.37.5
43082026-06-11T19:48:15.408Z Compiling impl-trait-for-tuples v0.2.3
43092026-06-11T19:48:15.622Z Checking openssl-probe v0.1.6
43102026-06-11T19:48:15.770Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43112026-06-11T19:48:16.079Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43122026-06-11T19:48:16.276Z Checking bb8 v0.8.6
43132026-06-11T19:48:16.431Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43142026-06-11T19:48:16.508Z Compiling libz-sys v1.1.24
43152026-06-11T19:48:16.563Z Checking nonempty v0.12.0
43162026-06-11T19:48:16.646Z Compiling strsim v0.10.0
43172026-06-11T19:48:16.735Z Compiling libgit2-sys v0.18.3+1.9.2
43182026-06-11T19:48:16.960Z Compiling darling_core v0.13.4
43192026-06-11T19:48:16.994Z Compiling vergen-git2 v9.1.0
43202026-06-11T19:48:17.095Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43212026-06-11T19:48:17.216Z Compiling base64 v0.21.7
43222026-06-11T19:48:17.290Z Compiling rustls v0.21.12
43232026-06-11T19:48:17.504Z Compiling ron v0.8.1
43242026-06-11T19:48:17.522Z Checking diesel v2.3.7
43252026-06-11T19:48:17.565Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43262026-06-11T19:48:18.460Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43272026-06-11T19:48:18.525Z Checking sct v0.7.1
43282026-06-11T19:48:18.652Z Checking rustls-webpki v0.101.7
43292026-06-11T19:48:18.693Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43302026-06-11T19:48:18.831Z Compiling darling_macro v0.13.4
43312026-06-11T19:48:19.307Z Compiling darling v0.13.4
43322026-06-11T19:48:19.401Z Compiling serde_with_macros v1.5.2
43332026-06-11T19:48:19.449Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43342026-06-11T19:48:20.241Z Compiling serde_with v1.14.0
43352026-06-11T19:48:20.295Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43362026-06-11T19:48:21.182Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43372026-06-11T19:48:21.449Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43382026-06-11T19:48:22.126Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43392026-06-11T19:48:22.741Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43402026-06-11T19:48:22.777Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43412026-06-11T19:48:22.934Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43422026-06-11T19:48:22.967Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43432026-06-11T19:48:22.971Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43442026-06-11T19:48:23.128Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43452026-06-11T19:48:23.275Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43462026-06-11T19:48:23.308Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43472026-06-11T19:48:23.349Z Checking tokio-rustls v0.24.1
43482026-06-11T19:48:23.557Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43492026-06-11T19:48:24.048Z Checking rustls-pemfile v1.0.4
43502026-06-11T19:48:24.171Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43512026-06-11T19:48:24.196Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43522026-06-11T19:48:24.380Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43532026-06-11T19:48:24.398Z Checking twox-hash v2.1.2
43542026-06-11T19:48:24.709Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43552026-06-11T19:48:24.749Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43562026-06-11T19:48:24.789Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43572026-06-11T19:48:24.986Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43582026-06-11T19:48:25.145Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43592026-06-11T19:48:26.417Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43602026-06-11T19:48:26.454Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43612026-06-11T19:48:26.756Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43622026-06-11T19:48:27.084Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43632026-06-11T19:48:27.424Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43642026-06-11T19:48:27.626Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43652026-06-11T19:48:27.941Z Checking console v0.16.2
43662026-06-11T19:48:28.267Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43672026-06-11T19:48:28.420Z Checking fatfs v0.3.6
43682026-06-11T19:48:28.613Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43692026-06-11T19:48:28.874Z Compiling seq-macro v0.3.6
43702026-06-11T19:48:29.374Z Checking unit-prefix v0.5.2
43712026-06-11T19:48:29.502Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43722026-06-11T19:48:29.520Z Checking indicatif v0.18.4
43732026-06-11T19:48:29.913Z Checking support-bundle-viewer v0.1.2
43742026-06-11T19:48:29.957Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43752026-06-11T19:48:30.112Z Checking multimap v0.10.1
43762026-06-11T19:48:34.100Z Checking diesel-dtrace v0.5.0
43772026-06-11T19:48:34.402Z Checking async-bb8-diesel v0.2.1
43782026-06-11T19:48:39.276Z Compiling samael v0.0.19
43792026-06-11T19:48:43.991Z Compiling git2 v0.20.4
43802026-06-11T19:48:45.500Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43812026-06-11T19:48:45.763Z Compiling polar-core v0.27.3
43822026-06-11T19:48:46.472Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43832026-06-11T19:48:50.250Z Checking oso v0.27.3
43842026-06-11T19:49:17.817Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43852026-06-11T19:50:28.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43862026-06-11T19:50:28.669Z
43872026-06-11T19:50:28.669Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43882026-06-11T19:50:29.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-06-11T19:50:29.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-06-11T19:50:29.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-06-11T19:50:29.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43922026-06-11T19:50:29.384Z
43932026-06-11T19:50:29.384Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43942026-06-11T19:50:29.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-06-11T19:50:29.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-06-11T19:50:29.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-06-11T19:50:29.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43982026-06-11T19:50:30.050Z
43992026-06-11T19:50:30.050Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44002026-06-11T19:50:30.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-06-11T19:50:30.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-06-11T19:50:30.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-06-11T19:50:30.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44042026-06-11T19:50:30.712Z
44052026-06-11T19:50:30.712Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44062026-06-11T19:50:31.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-06-11T19:50:31.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-06-11T19:50:31.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-06-11T19:50:31.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44102026-06-11T19:50:31.314Z
44112026-06-11T19:50:31.314Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44122026-06-11T19:50:31.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-06-11T19:50:31.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-06-11T19:50:32.158Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44152026-06-11T19:50:32.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
44162026-06-11T19:50:33.133Z
44172026-06-11T19:50:33.133Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44182026-06-11T19:50:33.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-06-11T19:50:33.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-06-11T19:50:33.953Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44212026-06-11T19:51:10.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.20s
44222026-06-11T19:51:10.568Z
44232026-06-11T19:51:10.568Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44242026-06-11T19:51:11.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-06-11T19:51:11.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-06-11T19:51:11.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-06-11T19:51:11.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44282026-06-11T19:51:11.154Z
44292026-06-11T19:51:11.154Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44302026-06-11T19:51:11.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-06-11T19:51:12.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-06-11T19:51:12.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-06-11T19:51:12.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44342026-06-11T19:51:12.101Z
44352026-06-11T19:51:12.101Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44362026-06-11T19:51:12.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-06-11T19:51:12.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-06-11T19:51:12.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-06-11T19:51:12.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44402026-06-11T19:51:12.455Z
44412026-06-11T19:51:12.455Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44422026-06-11T19:51:13.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-06-11T19:51:13.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-06-11T19:51:13.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-06-11T19:51:13.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44462026-06-11T19:51:13.126Z
44472026-06-11T19:51:13.126Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44482026-06-11T19:51:13.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-06-11T19:51:13.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-06-11T19:51:13.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-06-11T19:51:13.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44522026-06-11T19:51:13.781Z
44532026-06-11T19:51:13.781Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44542026-06-11T19:51:14.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-06-11T19:51:14.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-06-11T19:51:14.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-06-11T19:51:14.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44582026-06-11T19:51:14.450Z
44592026-06-11T19:51:14.450Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44602026-06-11T19:51:15.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-06-11T19:51:15.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-06-11T19:51:15.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-06-11T19:51:15.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44642026-06-11T19:51:15.119Z
44652026-06-11T19:51:15.119Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44662026-06-11T19:51:15.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-06-11T19:51:15.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-06-11T19:51:15.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-06-11T19:51:15.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44702026-06-11T19:51:15.789Z
44712026-06-11T19:51:15.790Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44722026-06-11T19:51:16.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-06-11T19:51:16.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-06-11T19:51:16.705Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44752026-06-11T19:51:16.709Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44762026-06-11T19:51:16.898Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44772026-06-11T19:51:16.927Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44782026-06-11T19:51:16.944Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44792026-06-11T19:51:16.961Z Checking yansi v1.0.1
44802026-06-11T19:51:16.964Z Checking diff v0.1.13
44812026-06-11T19:51:16.964Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44822026-06-11T19:51:17.036Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44832026-06-11T19:51:17.211Z Checking pretty_assertions v1.4.1
44842026-06-11T19:51:17.849Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44852026-06-11T19:51:18.002Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44862026-06-11T19:51:41.766Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44872026-06-11T19:51:41.766Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44882026-06-11T19:51:41.767Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44892026-06-11T19:51:41.770Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44902026-06-11T19:51:41.770Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44912026-06-11T19:51:41.770Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44922026-06-11T19:51:42.541Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44932026-06-11T19:51:42.541Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44942026-06-11T19:51:43.733Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44952026-06-11T19:52:19.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44962026-06-11T19:52:20.033Z
44972026-06-11T19:52:20.033Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44982026-06-11T19:52:20.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-06-11T19:52:20.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-06-11T19:52:20.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45012026-06-11T19:52:20.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45022026-06-11T19:52:20.634Z
45032026-06-11T19:52:20.634Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45042026-06-11T19:52:21.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-06-11T19:52:21.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-06-11T19:52:21.423Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45072026-06-11T19:52:21.547Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45082026-06-11T19:52:21.554Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45092026-06-11T19:52:47.267Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45102026-06-11T19:52:47.644Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45112026-06-11T19:52:49.324Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45122026-06-11T19:52:49.768Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45132026-06-11T19:52:52.674Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45142026-06-11T19:53:15.368Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45152026-06-11T19:53:16.063Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45162026-06-11T19:53:17.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.02s
45172026-06-11T19:53:17.875Z
45182026-06-11T19:53:17.875Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45192026-06-11T19:53:18.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-06-11T19:53:18.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-06-11T19:53:18.610Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45222026-06-11T19:53:19.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45232026-06-11T19:53:19.497Z
45242026-06-11T19:53:19.497Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45252026-06-11T19:53:20.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-06-11T19:53:20.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-06-11T19:53:20.163Z Compiling blake3 v1.8.3
45282026-06-11T19:53:20.274Z Checking arrayref v0.3.9
45292026-06-11T19:53:20.274Z Checking constant_time_eq v0.4.2
45302026-06-11T19:53:20.278Z Checking arrayvec v0.7.6
45312026-06-11T19:53:20.294Z Checking topological-sort v0.2.2
45322026-06-11T19:53:20.297Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45332026-06-11T19:53:20.297Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45342026-06-11T19:53:20.302Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45352026-06-11T19:53:20.338Z Checking shell-words v1.1.1
45362026-06-11T19:53:21.064Z Checking omicron-zone-package v0.12.2
45372026-06-11T19:53:21.775Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45382026-06-11T19:53:22.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
45392026-06-11T19:53:22.838Z
45402026-06-11T19:53:22.838Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45412026-06-11T19:53:23.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-06-11T19:53:23.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-06-11T19:53:23.495Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45442026-06-11T19:53:23.813Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45452026-06-11T19:53:24.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45462026-06-11T19:53:24.408Z
45472026-06-11T19:53:24.408Zinfo: running `cargo check --bins` on schema (277/295)
45482026-06-11T19:53:24.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-06-11T19:53:24.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-06-11T19:53:25.148Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45512026-06-11T19:53:25.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45522026-06-11T19:53:26.057Z
45532026-06-11T19:53:26.057Zinfo: running `cargo check --bins` on xtask (278/295)
45542026-06-11T19:53:26.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-06-11T19:53:26.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-06-11T19:53:26.519Z Checking libc v0.2.185
45572026-06-11T19:53:26.600Z Checking serde v1.0.228
45582026-06-11T19:53:26.606Z Checking zerofrom v0.1.6
45592026-06-11T19:53:26.610Z Checking bitflags v2.11.0
45602026-06-11T19:53:26.615Z Checking smallvec v1.15.1
45612026-06-11T19:53:26.615Z Checking indexmap v2.14.0
45622026-06-11T19:53:26.630Z Checking serde_json v1.0.149
45632026-06-11T19:53:26.640Z Checking scroll v0.12.0
45642026-06-11T19:53:26.705Z Checking yoke v0.8.1
45652026-06-11T19:53:26.753Z Checking num-traits v0.2.19
45662026-06-11T19:53:26.789Z Checking thiserror v1.0.69
45672026-06-11T19:53:26.862Z Checking log v0.4.29
45682026-06-11T19:53:26.875Z Checking zerovec v0.11.5
45692026-06-11T19:53:26.885Z Checking zerotrie v0.2.3
45702026-06-11T19:53:26.895Z Checking errno v0.3.14
45712026-06-11T19:53:26.987Z Checking toml_datetime v0.6.11
45722026-06-11T19:53:27.010Z Checking rustix v1.1.3
45732026-06-11T19:53:27.020Z Checking serde_spanned v0.6.9
45742026-06-11T19:53:27.118Z Checking percent-encoding v2.3.2
45752026-06-11T19:53:27.143Z Checking zerocopy v0.7.35
45762026-06-11T19:53:27.143Z Checking goblin v0.8.2
45772026-06-11T19:53:27.166Z Checking toml_edit v0.22.27
45782026-06-11T19:53:27.242Z Checking getrandom v0.4.1
45792026-06-11T19:53:27.259Z Checking form_urlencoded v1.2.2
45802026-06-11T19:53:27.276Z Checking ordered-float v2.10.1
45812026-06-11T19:53:27.303Z Checking tinystr v0.8.2
45822026-06-11T19:53:27.377Z Checking potential_utf v0.1.4
45832026-06-11T19:53:27.388Z Checking thiserror v2.0.18
45842026-06-11T19:53:27.482Z Checking icu_locale_core v2.1.1
45852026-06-11T19:53:27.496Z Checking syn v2.0.117
45862026-06-11T19:53:27.499Z Checking serde-value v0.7.0
45872026-06-11T19:53:27.516Z Checking icu_collections v2.1.1
45882026-06-11T19:53:27.648Z Checking dtrace-parser v0.2.0
45892026-06-11T19:53:27.707Z Checking thread-id v4.2.2
45902026-06-11T19:53:27.788Z Checking once_cell v1.21.3
45912026-06-11T19:53:27.820Z Checking terminal_size v0.4.3
45922026-06-11T19:53:27.833Z Checking cargo-platform v0.2.0
45932026-06-11T19:53:27.885Z Checking memmap v0.7.0
45942026-06-11T19:53:27.931Z Checking clap_builder v4.6.0
45952026-06-11T19:53:27.959Z Checking tempfile v3.25.0
45962026-06-11T19:53:28.008Z Checking textwrap v0.16.2
45972026-06-11T19:53:28.019Z Checking fs-err v3.3.0
45982026-06-11T19:53:28.033Z Checking icu_provider v2.1.1
45992026-06-11T19:53:28.147Z Checking camino-tempfile v1.4.1
46002026-06-11T19:53:28.192Z Checking tabled v0.15.0
46012026-06-11T19:53:28.216Z Checking anyhow v1.0.102
46022026-06-11T19:53:28.253Z Checking toml v0.8.23
46032026-06-11T19:53:28.266Z Checking icu_properties v2.1.2
46042026-06-11T19:53:28.301Z Checking icu_normalizer v2.1.1
46052026-06-11T19:53:28.409Z Checking macaddr v1.0.1
46062026-06-11T19:53:28.568Z Checking cargo_toml v0.21.0
46072026-06-11T19:53:28.588Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46082026-06-11T19:53:29.010Z Checking dof v0.3.0
46092026-06-11T19:53:29.066Z Checking idna_adapter v1.2.1
46102026-06-11T19:53:29.130Z Checking clap v4.6.1
46112026-06-11T19:53:29.183Z Checking idna v1.1.0
46122026-06-11T19:53:29.289Z Checking usdt-impl v0.5.0
46132026-06-11T19:53:29.406Z Checking url v2.5.8
46142026-06-11T19:53:29.535Z Checking usdt v0.5.0
46152026-06-11T19:53:29.743Z Checking cargo-util-schemas v0.8.2
46162026-06-11T19:53:30.421Z Checking cargo_metadata v0.21.0
46172026-06-11T19:53:31.017Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46182026-06-11T19:53:31.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
46192026-06-11T19:53:31.554Z
46202026-06-11T19:53:31.554Zinfo: running `cargo check --bins` on dnsadm (279/295)
46212026-06-11T19:53:32.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-06-11T19:53:32.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-06-11T19:53:32.211Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46242026-06-11T19:53:32.678Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46252026-06-11T19:53:33.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
46262026-06-11T19:53:33.249Z
46272026-06-11T19:53:33.249Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46282026-06-11T19:53:33.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-06-11T19:53:33.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-06-11T19:53:34.062Z Checking polyval v0.6.2
46312026-06-11T19:53:34.188Z Checking ctr v0.9.2
46322026-06-11T19:53:34.199Z Checking ssh-encoding v0.2.0
46332026-06-11T19:53:34.199Z Checking blowfish v0.9.1
46342026-06-11T19:53:34.220Z Checking password-hash v0.4.2
46352026-06-11T19:53:34.234Z Checking p521 v0.13.3
46362026-06-11T19:53:34.237Z Checking p256 v0.13.2
46372026-06-11T19:53:34.262Z Checking russh-cryptovec v0.7.3
46382026-06-11T19:53:34.329Z Checking ghash v0.5.1
46392026-06-11T19:53:34.343Z Checking bcrypt-pbkdf v0.10.0
46402026-06-11T19:53:34.347Z Checking md5 v0.7.0
46412026-06-11T19:53:34.383Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46422026-06-11T19:53:34.387Z Checking num-bigint v0.4.6
46432026-06-11T19:53:34.438Z Checking pbkdf2 v0.11.0
46442026-06-11T19:53:34.451Z Checking aes-gcm v0.10.3
46452026-06-11T19:53:34.481Z Checking des v0.8.1
46462026-06-11T19:53:34.506Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46472026-06-11T19:53:34.553Z Checking hex-literal v0.4.1
46482026-06-11T19:53:34.597Z Checking ssh-cipher v0.2.0
46492026-06-11T19:53:34.612Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46502026-06-11T19:53:34.644Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46512026-06-11T19:53:34.656Z Checking socket2 v0.5.10
46522026-06-11T19:53:34.669Z Checking internet-checksum v0.2.1
46532026-06-11T19:53:34.765Z Checking ssh-key v0.6.7
46542026-06-11T19:53:34.891Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46552026-06-11T19:53:35.391Z Checking russh-keys v0.45.0
46562026-06-11T19:53:35.926Z Checking russh v0.45.0
46572026-06-11T19:53:52.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.43s
46582026-06-11T19:53:52.895Z
46592026-06-11T19:53:52.895Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46602026-06-11T19:53:53.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-11T19:53:53.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-11T19:53:53.547Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46632026-06-11T19:53:53.658Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46642026-06-11T19:53:53.666Z Checking termios v0.3.3
46652026-06-11T19:53:54.858Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46662026-06-11T19:53:55.007Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46672026-06-11T19:53:56.841Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46682026-06-11T19:53:57.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
46692026-06-11T19:53:57.594Z
46702026-06-11T19:53:57.594Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46712026-06-11T19:53:58.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-06-11T19:53:58.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-06-11T19:53:58.310Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46742026-06-11T19:53:58.314Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46752026-06-11T19:53:58.315Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46762026-06-11T19:53:58.315Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46772026-06-11T19:53:58.441Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46782026-06-11T19:53:58.457Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46792026-06-11T19:53:59.169Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46802026-06-11T19:53:59.525Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46812026-06-11T19:53:59.529Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46822026-06-11T19:54:00.163Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46832026-06-11T19:54:01.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
46842026-06-11T19:54:01.965Z
46852026-06-11T19:54:01.965Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46862026-06-11T19:54:02.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-06-11T19:54:02.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-06-11T19:54:02.613Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46892026-06-11T19:54:03.063Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46902026-06-11T19:54:03.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46912026-06-11T19:54:03.573Z
46922026-06-11T19:54:03.574Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46932026-06-11T19:54:04.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-06-11T19:54:04.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-06-11T19:54:04.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46962026-06-11T19:54:04.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46972026-06-11T19:54:04.170Z
46982026-06-11T19:54:04.170Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46992026-06-11T19:54:04.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-06-11T19:54:04.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-06-11T19:54:04.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47022026-06-11T19:54:04.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47032026-06-11T19:54:04.756Z
47042026-06-11T19:54:04.756Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47052026-06-11T19:54:05.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-06-11T19:54:05.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-06-11T19:54:05.511Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47082026-06-11T19:54:06.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47092026-06-11T19:54:06.302Z
47102026-06-11T19:54:06.302Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47112026-06-11T19:54:06.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-06-11T19:54:06.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-06-11T19:54:06.957Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47142026-06-11T19:54:06.960Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47152026-06-11T19:54:07.235Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47162026-06-11T19:54:07.235Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47172026-06-11T19:54:08.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47182026-06-11T19:54:08.213Z
47192026-06-11T19:54:08.213Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47202026-06-11T19:54:08.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-06-11T19:54:08.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-06-11T19:54:08.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47232026-06-11T19:54:08.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47242026-06-11T19:54:08.805Z
47252026-06-11T19:54:08.806Zinfo: running `cargo check --bins` on omicron-package (289/295)
47262026-06-11T19:54:09.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47272026-06-11T19:54:09.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47282026-06-11T19:54:09.493Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47292026-06-11T19:54:10.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47302026-06-11T19:54:10.769Z
47312026-06-11T19:54:10.769Zinfo: running `cargo check --bins` on tqdb (290/295)
47322026-06-11T19:54:11.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-06-11T19:54:11.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-06-11T19:54:11.550Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47352026-06-11T19:54:11.907Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47362026-06-11T19:54:12.419Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47372026-06-11T19:54:12.422Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47382026-06-11T19:54:18.384Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47392026-06-11T19:54:18.387Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47402026-06-11T19:54:18.955Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47412026-06-11T19:54:18.955Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47422026-06-11T19:54:18.959Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47432026-06-11T19:54:18.959Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47442026-06-11T19:54:19.725Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47452026-06-11T19:54:20.694Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47462026-06-11T19:54:21.459Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47472026-06-11T19:54:22.071Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47482026-06-11T19:54:26.588Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47492026-06-11T19:54:32.961Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47502026-06-11T19:54:32.964Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47512026-06-11T19:54:32.964Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47522026-06-11T19:54:32.964Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47532026-06-11T19:54:34.421Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47542026-06-11T19:54:35.736Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47552026-06-11T19:54:36.391Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47562026-06-11T19:54:37.604Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47572026-06-11T19:54:38.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.35s
47582026-06-11T19:54:38.347Z
47592026-06-11T19:54:38.347Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47602026-06-11T19:54:38.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-06-11T19:54:38.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-06-11T19:54:39.067Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47632026-06-11T19:54:39.067Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47642026-06-11T19:54:39.070Z Checking rtoolbox v0.0.3
47652026-06-11T19:54:39.197Z Checking tui-tree-widget v0.23.1
47662026-06-11T19:54:39.292Z Checking rpassword v7.4.0
47672026-06-11T19:54:40.358Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47682026-06-11T19:54:43.335Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47692026-06-11T19:54:45.179Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47702026-06-11T19:54:46.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
47712026-06-11T19:54:46.265Z
47722026-06-11T19:54:46.265Zinfo: running `cargo check --bins` on wicket (292/295)
47732026-06-11T19:54:46.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-06-11T19:54:46.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-06-11T19:54:46.960Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47762026-06-11T19:54:47.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
47772026-06-11T19:54:47.511Z
47782026-06-11T19:54:47.512Zinfo: running `cargo check --bins` on wicketd (293/295)
47792026-06-11T19:54:48.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-11T19:54:48.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-11T19:54:48.237Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47822026-06-11T19:54:48.237Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47832026-06-11T19:54:48.240Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47842026-06-11T19:54:48.240Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47852026-06-11T19:54:49.248Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47862026-06-11T19:54:49.813Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47872026-06-11T19:54:52.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
47882026-06-11T19:54:52.951Z
47892026-06-11T19:54:52.951Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47902026-06-11T19:54:53.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-06-11T19:54:53.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-06-11T19:54:53.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47932026-06-11T19:54:53.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47942026-06-11T19:54:53.535Z
47952026-06-11T19:54:53.536Zinfo: running `cargo check --bins` on zone-setup (295/295)
47962026-06-11T19:54:54.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-06-11T19:54:54.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-06-11T19:54:54.202Z Checking uzers v0.12.2
47992026-06-11T19:54:54.474Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48002026-06-11T19:54:55.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
48012026-06-11T19:54:55.415Z
48022026-06-11T19:54:55.415Zreal 14:05.447514686
48032026-06-11T19:54:55.415Zuser 21:04.414536252
48042026-06-11T19:54:55.415Zsys 4:23.169575674
48052026-06-11T19:54:55.415Ztrap 0.336280941
48062026-06-11T19:54:55.415Ztflt 0.708616729
48072026-06-11T19:54:55.415Zdflt 1.430956470
48082026-06-11T19:54:55.415Zkflt 0.005151124
48092026-06-11T19:54:55.415Zlock 1:18:30.738662773
48102026-06-11T19:54:55.415Zslp 1:41:06.973473066
48112026-06-11T19:54:55.415Zlat 58.906026436
48122026-06-11T19:54:55.415Zstop 3:44.451243314
48132026-06-11T19:54:55.419Zprocess exited: duration 987300 ms, exit code 0
 
48142026-06-11T19:54:55.425Zfound 0 output files