01KTWEFTZ7B1ZH471WVYDC49TT: 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: 01KTWEGEX0JSHX3KRT4ST7RS87

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T22:58:52.062Zjob assigned to worker 01KTWEGJ8AZD6VSBBDQC41DFTW [factory aws, i-012bb4fea1886d3f9] (queued for 44 s)
 
22026-06-11T22:58:58.463Zstarting task 0: "setup"
32026-06-11T22:58:58.468Z++ uname -s
42026-06-11T22:58:58.471Z+ kern=SunOS
52026-06-11T22:58:58.471Z+ build_user=build
62026-06-11T22:58:58.471Z+ build_uid=12345
72026-06-11T22:58:58.471Z+ work_dir=/work
82026-06-11T22:58:58.471Z+ input_dir=/input
92026-06-11T22:58:58.471Z+ [[ 0 == 12345 ]]
102026-06-11T22:58:58.471Z+ case "$kern" in
112026-06-11T22:58:58.471Z+ groupadd -g 12345 build
122026-06-11T22:58:58.474Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T22:59:00.476Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T22:59:00.578Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T22:59:00.581Z+ home_fs=zfs
162026-06-11T22:59:00.581Z+ [[ zfs == autofs ]]
172026-06-11T22:59:00.581Z+ mkdir -p /home/build
182026-06-11T22:59:00.581Z+ chown build:build /home/build /work
192026-06-11T22:59:02.583Z+ chmod 0700 /home/build /work
202026-06-11T22:59:02.586Zprocess exited: duration 4120 ms, exit code 0
 
212026-06-11T22:59:02.591Zstarting task 1: "rust-toolchain"
222026-06-11T22:59:02.595Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-11T22:59:02.595Z * rust toolchain channel = "1.94.0"
242026-06-11T22:59:02.595Z * rust toolchain profile = "default"
252026-06-11T22:59:02.595Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-11T22:59:02.595Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T22:59:02.595Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-11T22:59:02.598Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T22:59:02.598Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-11T22:59:02.685Zinfo: downloading installer
312026-06-11T22:59:04.372Zwarn: It looks like you have an existing rustup settings file at:
322026-06-11T22:59:04.373Zwarn: /home/build/.rustup/settings.toml
332026-06-11T22:59:04.373Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-11T22:59:04.373Zwarn: instead of the one inferred from the default host triple.
352026-06-11T22:59:04.386Zinfo: profile set to default
362026-06-11T22:59:04.386Zinfo: default host triple is x86_64-unknown-illumos
372026-06-11T22:59:04.389Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-11T22:59:04.541Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-11T22:59:04.544Zinfo: downloading 6 components
402026-06-11T22:59:20.424Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-11T22:59:20.424Z
422026-06-11T22:59:20.451Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-11T22:59:20.451Z
442026-06-11T22:59:20.451Z
452026-06-11T22:59:20.451ZRust is installed now. Great!
462026-06-11T22:59:20.451Z
472026-06-11T22:59:20.454ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-11T22:59:20.454Zenvironment variable. This has not been done automatically.
492026-06-11T22:59:20.454Z
502026-06-11T22:59:20.454ZTo configure your current shell, you need to source
512026-06-11T22:59:20.454Zthe corresponding env file under $HOME/.cargo.
522026-06-11T22:59:20.454Z
532026-06-11T22:59:20.454ZThis is usually done by running one of the following (note the leading DOT):
542026-06-11T22:59:20.454Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-11T22:59:20.454Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-11T22:59:20.454Zsource "~/.cargo/env.nu" # For nushell
572026-06-11T22:59:20.454Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-11T22:59:20.454Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-11T22:59:20.454Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-11T22:59:20.454Zwarn: no default linker (`cc`) was found in your PATH
612026-06-11T22:59:20.454Zwarn: many Rust crates require a system C toolchain to build
622026-06-11T22:59:20.539Z+ rustup --version
632026-06-11T22:59:20.548Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-11T22:59:20.551Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-11T22:59:20.570Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-11T22:59:20.572Z+ cargo --version
672026-06-11T22:59:20.585Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-11T22:59:20.589Z+ rustc --version
692026-06-11T22:59:20.607Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-11T22:59:20.610Zprocess exited: duration 18019 ms, exit code 0
 
712026-06-11T22:59:20.616Zstarting task 2: "authentication"
722026-06-11T22:59:20.632Zprocess exited: duration 15 ms, exit code 0
 
732026-06-11T22:59:20.638Zstarting task 3: "clone repository"
742026-06-11T22:59:20.641Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-11T22:59:20.644Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-11T22:59:20.674ZCloning into '/work/oxidecomputer/omicron'...
772026-06-11T22:59:29.982Z+ cd /work/oxidecomputer/omicron
782026-06-11T22:59:29.983Z+ git fetch origin ee63736055d959126febf3a07ee46484382c42fb
792026-06-11T22:59:30.332ZFrom https://github.com/oxidecomputer/omicron
802026-06-11T22:59:30.332Z * branch ee63736055d959126febf3a07ee46484382c42fb -> FETCH_HEAD
812026-06-11T22:59:30.342Z+ [[ -n fm-saga-diagnoser ]]
822026-06-11T22:59:30.344Z++ git branch --show-current
832026-06-11T22:59:30.344Z+ current=main
842026-06-11T22:59:30.344Z+ [[ main != fm-saga-diagnoser ]]
852026-06-11T22:59:30.344Z+ git branch -f fm-saga-diagnoser ee63736055d959126febf3a07ee46484382c42fb
862026-06-11T22:59:30.348Z+ git checkout -f fm-saga-diagnoser
872026-06-11T22:59:30.583ZSwitched to branch 'fm-saga-diagnoser'
882026-06-11T22:59:30.585Z+ git reset --hard ee63736055d959126febf3a07ee46484382c42fb
892026-06-11T22:59:30.605ZHEAD is now at ee6373605 [fm] saga diagnoser: close uninterpretable and duplicate cases
902026-06-11T22:59:30.607Zprocess exited: duration 9967 ms, exit code 0
 
912026-06-11T22:59:30.613Zstarting task 4: "build"
922026-06-11T22:59:30.617Z+ source .github/buildomat/ci-env.sh
932026-06-11T22:59:30.617Z++ export CARGO_TERM_COLOR=always
942026-06-11T22:59:30.617Z++ CARGO_TERM_COLOR=always
952026-06-11T22:59:30.620Z+ cargo --version
962026-06-11T22:59:30.690Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-11T22:59:30.690Z+ rustc --version
982026-06-11T22:59:30.690Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-11T22:59:30.690Z+ source ./env.sh
1002026-06-11T22:59:30.690Z++ OLD_SHELL_OPTS=ehxB
1012026-06-11T22:59:30.690Z++ set -o xtrace
1022026-06-11T22:59:30.690Z++++ dirname ./env.sh
1032026-06-11T22:59:30.690Z+++ readlink -f .
1042026-06-11T22:59:30.690Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-11T22:59:30.690Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-11T22:59:30.690Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-11T22:59:30.690Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-11T22:59:30.690Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-11T22:59:30.690Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-11T22:59:30.690Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-11T22:59:30.690Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-11T22:59:30.690Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-11T22:59:30.690Z++ 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
1142026-06-11T22:59:30.690Z++ 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
1152026-06-11T22:59:30.690Z++ case $OLD_SHELL_OPTS in
1162026-06-11T22:59:30.690Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-11T22:59:30.690Z+ 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
1182026-06-11T22:59:30.690Z+ 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
1192026-06-11T22:59:30.690Z+ banner prerequisites
1202026-06-11T22:59:30.690Z
1212026-06-11T22:59:30.691Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-11T22:59:30.691Z # # # # # # # # # # # # # # #
1232026-06-11T22:59:30.691Z # # # # ##### # # ##### # # # # # #### #
1242026-06-11T22:59:30.691Z ##### ##### # ##### # # # # # # # # #
1252026-06-11T22:59:30.691Z # # # # # # # # # # # # # # #
1262026-06-11T22:59:30.691Z # # # ###### # # ###### ### # #### # #### #
1272026-06-11T22:59:30.691Z
1282026-06-11T22:59:30.691Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-11T22:59:32.531Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-11T22:59:32.618Z Startup: Caching catalogs ... Done
1312026-06-11T22:59:32.940ZPlanning: Solver setup ... Done (0.284s)
1322026-06-11T22:59:32.962ZPlanning: Running solver ... Done (0.021s)
1332026-06-11T22:59:32.970ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-11T22:59:32.979ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-11T22:59:32.993ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-11T22:59:33.006ZPlanning: Package planning ... Done (0.013s)
1372026-06-11T22:59:33.009ZPlanning: Merging actions ... Done (0.002s)
1382026-06-11T22:59:33.195ZPlanning: Checking for conflicting actions ... Done (0.187s)
1392026-06-11T22:59:33.198ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-11T22:59:33.995ZPlanning: Evaluating mediators ... Done (0.799s)
1412026-06-11T22:59:33.998ZPlanning: Planning completed in 1.36 seconds
1422026-06-11T22:59:34.004Z Packages to install: 2
1432026-06-11T22:59:34.004Z Estimated space available: 156.07 GB
1442026-06-11T22:59:34.008ZEstimated space to be consumed: 25.37 MB
1452026-06-11T22:59:34.008Z Create boot environment: No
1462026-06-11T22:59:34.008ZCreate backup boot environment: No
1472026-06-11T22:59:34.009Z Rebuild boot archive: No
1482026-06-11T22:59:34.009Z
1492026-06-11T22:59:34.009ZChanged packages:
1502026-06-11T22:59:34.009Zhelios
1512026-06-11T22:59:34.009Z developer/build-essential
1522026-06-11T22:59:34.009Z None -> 11-3.0
1532026-06-11T22:59:34.009Z library/libxmlsec1
1542026-06-11T22:59:34.009Z None -> 1.2.35-3.0
1552026-06-11T22:59:34.029Z
1562026-06-11T22:59:34.029ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-11T22:59:34.805ZDownload: Completed 1.28 MB in 0.78 seconds (1.6M/s)
1582026-06-11T22:59:34.887Z Actions: 1/268 actions (Installing new actions)
1592026-06-11T22:59:34.924Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-11T22:59:34.933ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-11T22:59:34.937ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-11T22:59:34.957ZFinalize: Updating image state ... Done (0.024s)
1632026-06-11T22:59:37.335ZFinalize: Creating fast lookup database ... Done (2.356s)
1642026-06-11T22:59:37.405ZFinalize: Reading search index ... Done (0.013s)
1652026-06-11T22:59:37.408ZFinalize: Updating search index ... Done (0.000s)
1662026-06-11T22:59:37.510ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-11T22:59:37.820ZPlanning: Evaluating mediator changes ... Done
1682026-06-11T22:59:37.930ZPlanning: Checking for conflicting actions ... Done
1692026-06-11T22:59:37.933ZPlanning: Consolidating action changes ... Done
1702026-06-11T22:59:38.090ZPlanning: Evaluating mediators ... Done
1712026-06-11T22:59:38.093ZPlanning: Planning completed in 0.27 seconds
1722026-06-11T22:59:38.113Z Mediators to change: 2
1732026-06-11T22:59:38.113Z Create boot environment: No
1742026-06-11T22:59:38.113ZCreate backup boot environment: No
1752026-06-11T22:59:38.234ZFinalize: Updating package state database ... Done
1762026-06-11T22:59:38.235ZFinalize: Updating package cache ... Done
1772026-06-11T22:59:38.247ZFinalize: Updating image state ... Done
1782026-06-11T22:59:40.118ZFinalize: Creating fast lookup database ... Done
1792026-06-11T22:59:40.186ZFinalize: Reading search index ... Done
1802026-06-11T22:59:40.189ZFinalize: Updating search index ... Done
1812026-06-11T22:59:40.282ZFinalize: Updating package cache ... Done
1822026-06-11T22:59:40.570ZPlanning: Evaluating mediator changes ... Done
1832026-06-11T22:59:40.681ZPlanning: Checking for conflicting actions ... Done
1842026-06-11T22:59:40.683ZPlanning: Consolidating action changes ... Done
1852026-06-11T22:59:40.841ZPlanning: Evaluating mediators ... Done
1862026-06-11T22:59:40.843ZPlanning: Planning completed in 0.27 seconds
1872026-06-11T22:59:40.863Z Mediators to change: 1
1882026-06-11T22:59:40.866Z Create boot environment: No
1892026-06-11T22:59:40.866ZCreate backup boot environment: No
1902026-06-11T22:59:40.923ZFinalize: Updating package state database ... Done
1912026-06-11T22:59:40.923ZFinalize: Updating package cache ... Done
1922026-06-11T22:59:40.935ZFinalize: Updating image state ... Done
1932026-06-11T22:59:42.886ZFinalize: Creating fast lookup database ... Done
1942026-06-11T22:59:42.948ZFinalize: Reading search index ... Done
1952026-06-11T22:59:42.950ZFinalize: Updating search index ... Done
1962026-06-11T22:59:43.023ZFinalize: Updating package cache ... Done
1972026-06-11T22:59:43.339ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-11T22:59:43.339Zapache system 2.4 system
1992026-06-11T22:59:43.339Zclang system 15 system
2002026-06-11T22:59:43.339Zcsh system system illumos
2012026-06-11T22:59:43.339Zctags system system illumos
2022026-06-11T22:59:43.339Zfile vendor vendor darwinsys
2032026-06-11T22:59:43.339Zfile system system illumos
2042026-06-11T22:59:43.339Zgcc vendor 14 vendor
2052026-06-11T22:59:43.339Zgcc system 13 system
2062026-06-11T22:59:43.339Zgcc system 10 system
2072026-06-11T22:59:43.339Zgo system 1.25 system
2082026-06-11T22:59:43.339Zllvm system 15 system
2092026-06-11T22:59:43.339Zmariadb system 11.4 system
2102026-06-11T22:59:43.339Zmta vendor vendor dma
2112026-06-11T22:59:43.339Zopenjdk system 17 system
2122026-06-11T22:59:43.339Zopenjdk system 11 system
2132026-06-11T22:59:43.339Zopenssl vendor 3 vendor
2142026-06-11T22:59:43.339Zperl system 5.40 system
2152026-06-11T22:59:43.339Zpostgresql system 18 system
2162026-06-11T22:59:43.339Zpostgresql system 17 system
2172026-06-11T22:59:43.339Zpython vendor 3 vendor
2182026-06-11T22:59:43.339Zpython system 2 system
2192026-06-11T22:59:43.340Zpython3 vendor 3.13 vendor
2202026-06-11T22:59:43.340Zruby system 3.4 system
2212026-06-11T22:59:43.340Zruby system 3.0 system
2222026-06-11T22:59:43.340Zwords vendor vendor american-english
2232026-06-11T22:59:43.340Zwords system system australian-english
2242026-06-11T22:59:43.340Zwords system system british-english
2252026-06-11T22:59:43.340Zwords system system canadian-english
2262026-06-11T22:59:43.340Zwords system system french
2272026-06-11T22:59:43.340Zwords system system italian
2282026-06-11T22:59:43.340Zwords system system ngerman
2292026-06-11T22:59:43.340Zwords system system ogerman
2302026-06-11T22:59:43.340Zwords system system spanish
2312026-06-11T22:59:43.594ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-11T22:59:43.594Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-11T22:59:43.886ZFMRI IFO
2342026-06-11T22:59:43.886Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-11T22:59:43.886Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-11T22:59:43.886Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-11T22:59:43.886Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-11T22:59:43.886Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-11T22:59:43.886Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-11T22:59:43.886Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-11T22:59:43.886Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-11T22:59:43.886Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-11T22:59:44.133Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-11T22:59:44.422Z Updating crates.io index
2452026-06-11T22:59:44.425Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-11T22:59:45.008Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-11T22:59:45.362Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-11T22:59:45.783Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-11T22:59:47.068Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-11T22:59:47.616Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-11T22:59:49.146Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-11T22:59:50.009Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-11T22:59:50.315Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-11T22:59:51.448Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-11T22:59:52.045Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-11T22:59:52.425Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-11T22:59:52.834Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-11T22:59:53.772Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-11T22:59:54.259Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-11T22:59:54.579Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-11T22:59:54.919Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-11T22:59:55.291Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-11T22:59:55.948Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-11T22:59:56.353Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-11T22:59:56.773Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-11T22:59:57.059Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-11T22:59:57.536Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-11T22:59:58.130Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-11T22:59:58.395Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-11T22:59:58.972Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-11T22:59:59.259Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-11T22:59:59.618Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-11T22:59:59.930Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-11T23:00:01.600Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-11T23:00:02.805Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-11T23:00:03.549Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-11T23:00:04.108Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-11T23:00:04.517Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-11T23:00:04.890Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-11T23:00:05.595Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-11T23:00:06.032Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-11T23:00:06.686Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-11T23:00:06.972Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-11T23:00:07.269Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-11T23:00:07.769Z Updating git repository `https://github.com/oxidecomputer/omicron`
2862026-06-11T23:00:19.633Z Downloading crates ...
2872026-06-11T23:00:19.688Z Downloaded heck v0.5.0
2882026-06-11T23:00:19.698Z Downloaded erased-serde v0.4.9
2892026-06-11T23:00:19.701Z Downloaded cargo_toml v0.21.0
2902026-06-11T23:00:19.701Z Downloaded toml_datetime v0.6.11
2912026-06-11T23:00:19.704Z Downloaded proc-macro2 v1.0.106
2922026-06-11T23:00:19.707Z Downloaded tempfile v3.25.0
2932026-06-11T23:00:19.709Z Downloaded fs-err v3.3.0
2942026-06-11T23:00:19.712Z Downloaded typeid v1.0.3
2952026-06-11T23:00:19.712Z Downloaded version_check v0.9.5
2962026-06-11T23:00:19.712Z Downloaded textwrap v0.16.2
2972026-06-11T23:00:19.715Z Downloaded byteorder v1.5.0
2982026-06-11T23:00:19.715Z Downloaded yoke-derive v0.8.1
2992026-06-11T23:00:19.719Z Downloaded thiserror-impl v2.0.18
3002026-06-11T23:00:19.719Z Downloaded generic-array v0.14.7
3012026-06-11T23:00:19.719Z Downloaded ucd-trie v0.1.7
3022026-06-11T23:00:19.721Z Downloaded unicode-ident v1.0.24
3032026-06-11T23:00:19.724Z Downloaded usdt-attr-macro v0.5.0
3042026-06-11T23:00:19.727Z Downloaded unicode-xid v0.2.6
3052026-06-11T23:00:19.727Z Downloaded writeable v0.6.2
3062026-06-11T23:00:19.727Z Downloaded thiserror v2.0.18
3072026-06-11T23:00:19.730Z Downloaded toml_write v0.1.2
3082026-06-11T23:00:19.732Z Downloaded zerofrom v0.1.6
3092026-06-11T23:00:19.732Z Downloaded dof v0.3.0
3102026-06-11T23:00:19.732Z Downloaded thiserror-impl v1.0.69
3112026-06-11T23:00:19.732Z Downloaded zerofrom-derive v0.1.6
3122026-06-11T23:00:19.736Z Downloaded is_terminal_polyfill v1.70.2
3132026-06-11T23:00:19.738Z Downloaded bytecount v0.6.9
3142026-06-11T23:00:19.738Z Downloaded ordered-float v2.10.1
3152026-06-11T23:00:19.741Z Downloaded utf8_iter v1.0.4
3162026-06-11T23:00:19.741Z Downloaded usdt-macro v0.5.0
3172026-06-11T23:00:19.741Z Downloaded utf8parse v0.2.2
3182026-06-11T23:00:19.741Z Downloaded thread-id v4.2.2
3192026-06-11T23:00:19.741Z Downloaded unicode-linebreak v0.1.5
3202026-06-11T23:00:19.745Z Downloaded icu_provider v2.1.1
3212026-06-11T23:00:19.748Z Downloaded macaddr v1.0.1
3222026-06-11T23:00:19.749Z Downloaded colorchoice v1.0.4
3232026-06-11T23:00:19.751Z Downloaded block-buffer v0.10.4
3242026-06-11T23:00:19.751Z Downloaded zerovec-derive v0.11.2
3252026-06-11T23:00:19.754Z Downloaded papergrid v0.11.0
3262026-06-11T23:00:19.757Z Downloaded zerocopy-derive v0.7.35
3272026-06-11T23:00:19.760Z Downloaded yoke v0.8.1
3282026-06-11T23:00:19.762Z Downloaded pretty-hex v0.4.1
3292026-06-11T23:00:19.762Z Downloaded fnv v1.0.7
3302026-06-11T23:00:19.762Z Downloaded clap_builder v4.6.0
3312026-06-11T23:00:19.765Z Downloaded thiserror v1.0.69
3322026-06-11T23:00:19.769Z Downloaded usdt v0.5.0
3332026-06-11T23:00:19.773Z Downloaded toml v0.8.23
3342026-06-11T23:00:19.775Z Downloaded usdt-impl v0.5.0
3352026-06-11T23:00:19.775Z Downloaded icu_properties_data v2.1.2
3362026-06-11T23:00:19.778Z Downloaded zmij v1.0.21
3372026-06-11T23:00:19.781Z Downloaded fastrand v2.3.0
3382026-06-11T23:00:19.781Z Downloaded errno v0.3.14
3392026-06-11T23:00:19.781Z Downloaded crypto-common v0.1.7
3402026-06-11T23:00:19.784Z Downloaded clap v4.6.1
3412026-06-11T23:00:19.787Z Downloaded zerotrie v0.2.3
3422026-06-11T23:00:19.792Z Downloaded tinystr v0.8.2
3432026-06-11T23:00:19.792Z Downloaded percent-encoding v2.3.2
3442026-06-11T23:00:19.792Z Downloaded idna_adapter v1.2.1
3452026-06-11T23:00:19.792Z Downloaded cargo_metadata v0.21.0
3462026-06-11T23:00:19.795Z Downloaded cfg-if v1.0.4
3472026-06-11T23:00:19.795Z Downloaded cargo-util-schemas v0.8.2
3482026-06-11T23:00:19.795Z Downloaded autocfg v1.5.0
3492026-06-11T23:00:19.795Z Downloaded terminal_size v0.4.3
3502026-06-11T23:00:19.795Z Downloaded toml_edit v0.22.27
3512026-06-11T23:00:19.798Z Downloaded heck v0.4.1
3522026-06-11T23:00:19.798Z Downloaded url v2.5.8
3532026-06-11T23:00:19.801Z Downloaded potential_utf v0.1.4
3542026-06-11T23:00:19.806Z Downloaded digest v0.10.7
3552026-06-11T23:00:19.809Z Downloaded anstream v1.0.0
3562026-06-11T23:00:19.811Z Downloaded zerocopy v0.7.35
3572026-06-11T23:00:19.819Z Downloaded zerovec v0.11.5
3582026-06-11T23:00:19.822Z Downloaded typenum v1.19.0
3592026-06-11T23:00:19.824Z Downloaded strsim v0.11.1
3602026-06-11T23:00:19.824Z Downloaded plain v0.2.3
3612026-06-11T23:00:19.827Z Downloaded form_urlencoded v1.2.2
3622026-06-11T23:00:19.827Z Downloaded equivalent v1.0.2
3632026-06-11T23:00:19.827Z Downloaded clap_lex v1.0.0
3642026-06-11T23:00:19.827Z Downloaded dtrace-parser v0.2.0
3652026-06-11T23:00:19.827Z Downloaded winnow v0.7.14
3662026-06-11T23:00:19.832Z Downloaded proc-macro-error-attr v1.0.4
3672026-06-11T23:00:19.835Z Downloaded cpufeatures v0.2.17
3682026-06-11T23:00:19.835Z Downloaded anstyle-query v1.1.5
3692026-06-11T23:00:19.865Z Downloaded serde_spanned v0.6.9
3702026-06-11T23:00:19.865Z Downloaded unicode-width v0.2.0
3712026-06-11T23:00:19.865Z Downloaded memmap v0.7.0
3722026-06-11T23:00:19.865Z Downloaded unicode-width v0.1.14
3732026-06-11T23:00:19.865Z Downloaded bitflags v2.11.0
3742026-06-11T23:00:19.865Z Downloaded stable_deref_trait v1.2.1
3752026-06-11T23:00:19.868Z Downloaded tabled_derive v0.7.0
3762026-06-11T23:00:19.870Z Downloaded itoa v1.0.17
3772026-06-11T23:00:19.873Z Downloaded swrite v0.1.0
3782026-06-11T23:00:19.876Z Downloaded serde-value v0.7.0
3792026-06-11T23:00:19.876Z Downloaded camino-tempfile v1.4.1
3802026-06-11T23:00:19.879Z Downloaded displaydoc v0.2.5
3812026-06-11T23:00:19.883Z Downloaded proc-macro-error v1.0.4
3822026-06-11T23:00:19.886Z Downloaded cargo-platform v0.2.0
3832026-06-11T23:00:19.886Z Downloaded sha2 v0.10.9
3842026-06-11T23:00:19.890Z Downloaded synstructure v0.13.2
3852026-06-11T23:00:19.890Z Downloaded serde_tokenstream v0.2.3
3862026-06-11T23:00:19.893Z Downloaded anstyle-parse v1.0.0
3872026-06-11T23:00:19.897Z Downloaded pest_derive v2.8.6
3882026-06-11T23:00:19.900Z Downloaded once_cell v1.21.3
3892026-06-11T23:00:19.903Z Downloaded log v0.4.29
3902026-06-11T23:00:19.907Z Downloaded smawk v0.3.2
3912026-06-11T23:00:19.911Z Downloaded scroll_derive v0.12.1
3922026-06-11T23:00:19.914Z Downloaded anstyle v1.0.14
3932026-06-11T23:00:19.914Z Downloaded quote v1.0.45
3942026-06-11T23:00:19.922Z Downloaded serde-untagged v0.1.9
3952026-06-11T23:00:19.926Z Downloaded scroll v0.12.0
3962026-06-11T23:00:19.926Z Downloaded pest_generator v2.8.6
3972026-06-11T23:00:19.929Z Downloaded litemap v0.8.1
3982026-06-11T23:00:19.934Z Downloaded camino v1.2.2
3992026-06-11T23:00:19.934Z Downloaded smallvec v1.15.1
4002026-06-11T23:00:19.937Z Downloaded getrandom v0.4.1
4012026-06-11T23:00:19.937Z Downloaded anyhow v1.0.102
4022026-06-11T23:00:19.940Z Downloaded clap_derive v4.6.1
4032026-06-11T23:00:19.944Z Downloaded semver v1.0.28
4042026-06-11T23:00:19.953Z Downloaded num-traits v0.2.19
4052026-06-11T23:00:19.956Z Downloaded icu_properties v2.1.2
4062026-06-11T23:00:19.960Z Downloaded icu_locale_core v2.1.1
4072026-06-11T23:00:19.963Z Downloaded serde_core v1.0.228
4082026-06-11T23:00:19.967Z Downloaded serde_derive v1.0.228
4092026-06-11T23:00:19.978Z Downloaded idna v1.1.0
4102026-06-11T23:00:19.981Z Downloaded pest_meta v2.8.6
4112026-06-11T23:00:19.985Z Downloaded icu_normalizer_data v2.1.1
4122026-06-11T23:00:19.985Z Downloaded icu_collections v2.1.1
4132026-06-11T23:00:19.989Z Downloaded memchr v2.8.0
4142026-06-11T23:00:19.992Z Downloaded icu_normalizer v2.1.1
4152026-06-11T23:00:20.011Z Downloaded serde v1.0.228
4162026-06-11T23:00:20.017Z Downloaded indexmap v2.14.0
4172026-06-11T23:00:20.019Z Downloaded pest v2.8.6
4182026-06-11T23:00:20.037Z Downloaded serde_json v1.0.149
4192026-06-11T23:00:20.041Z Downloaded hashbrown v0.17.0
4202026-06-11T23:00:20.047Z Downloaded goblin v0.8.2
4212026-06-11T23:00:20.059Z Downloaded tabled v0.15.0
4222026-06-11T23:00:20.071Z Downloaded syn v1.0.109
4232026-06-11T23:00:20.084Z Downloaded syn v2.0.117
4242026-06-11T23:00:20.103Z Downloaded rustix v1.1.3
4252026-06-11T23:00:20.134Z Downloaded libc v0.2.185
4262026-06-11T23:00:20.201Z Compiling proc-macro2 v1.0.106
4272026-06-11T23:00:20.201Z Compiling quote v1.0.45
4282026-06-11T23:00:20.201Z Compiling unicode-ident v1.0.24
4292026-06-11T23:00:20.205Z Compiling serde_core v1.0.228
4302026-06-11T23:00:20.205Z Compiling libc v0.2.185
4312026-06-11T23:00:20.206Z Compiling version_check v0.9.5
4322026-06-11T23:00:20.206Z Compiling stable_deref_trait v1.2.1
4332026-06-11T23:00:20.206Z Compiling memchr v2.8.0
4342026-06-11T23:00:20.482Z Compiling serde v1.0.228
4352026-06-11T23:00:20.524Z Compiling zmij v1.0.21
4362026-06-11T23:00:20.801Z Compiling autocfg v1.5.0
4372026-06-11T23:00:20.830Z Compiling ucd-trie v0.1.7
4382026-06-11T23:00:21.048Z Compiling itoa v1.0.17
4392026-06-11T23:00:21.065Z Compiling thiserror v1.0.69
4402026-06-11T23:00:21.127Z Compiling pest v2.8.6
4412026-06-11T23:00:21.142Z Compiling writeable v0.6.2
4422026-06-11T23:00:21.216Z Compiling litemap v0.8.1
4432026-06-11T23:00:21.232Z Compiling icu_properties_data v2.1.2
4442026-06-11T23:00:21.345Z Compiling byteorder v1.5.0
4452026-06-11T23:00:21.442Z Compiling icu_normalizer_data v2.1.1
4462026-06-11T23:00:21.570Z Compiling rustix v1.1.3
4472026-06-11T23:00:21.619Z Compiling syn v2.0.117
4482026-06-11T23:00:21.701Z Compiling errno v0.3.14
4492026-06-11T23:00:21.718Z Compiling bitflags v2.11.0
4502026-06-11T23:00:21.866Z Compiling serde_json v1.0.149
4512026-06-11T23:00:22.021Z Compiling num-traits v0.2.19
4522026-06-11T23:00:22.037Z Compiling typeid v1.0.3
4532026-06-11T23:00:22.070Z Compiling hashbrown v0.17.0
4542026-06-11T23:00:22.199Z Compiling pest_meta v2.8.6
4552026-06-11T23:00:22.361Z Compiling smallvec v1.15.1
4562026-06-11T23:00:22.490Z Compiling equivalent v1.0.2
4572026-06-11T23:00:22.574Z Compiling indexmap v2.14.0
4582026-06-11T23:00:22.635Z Compiling thread-id v4.2.2
4592026-06-11T23:00:22.651Z Compiling proc-macro-error-attr v1.0.4
4602026-06-11T23:00:22.714Z Compiling usdt-impl v0.5.0
4612026-06-11T23:00:22.782Z Compiling erased-serde v0.4.9
4622026-06-11T23:00:22.828Z Compiling toml_write v0.1.2
4632026-06-11T23:00:23.014Z Compiling winnow v0.7.14
4642026-06-11T23:00:23.070Z Compiling syn v1.0.109
4652026-06-11T23:00:23.383Z Compiling proc-macro-error v1.0.4
4662026-06-11T23:00:23.445Z Compiling utf8_iter v1.0.4
4672026-06-11T23:00:23.569Z Compiling getrandom v0.4.1
4682026-06-11T23:00:23.600Z Compiling thiserror v2.0.18
4692026-06-11T23:00:23.883Z Compiling plain v0.2.3
4702026-06-11T23:00:23.899Z Compiling utf8parse v0.2.2
4712026-06-11T23:00:23.919Z Compiling percent-encoding v2.3.2
4722026-06-11T23:00:23.940Z Compiling camino v1.2.2
4732026-06-11T23:00:23.996Z Compiling log v0.4.29
4742026-06-11T23:00:24.012Z Compiling anstyle-parse v1.0.0
4752026-06-11T23:00:24.109Z Compiling form_urlencoded v1.2.2
4762026-06-11T23:00:24.199Z Compiling ordered-float v2.10.1
4772026-06-11T23:00:24.254Z Compiling synstructure v0.13.2
4782026-06-11T23:00:24.311Z Compiling pest_generator v2.8.6
4792026-06-11T23:00:24.480Z Compiling terminal_size v0.4.3
4802026-06-11T23:00:24.626Z Compiling colorchoice v1.0.4
4812026-06-11T23:00:24.746Z Compiling is_terminal_polyfill v1.70.2
4822026-06-11T23:00:24.779Z Compiling anstyle v1.0.14
4832026-06-11T23:00:24.784Z Compiling cfg-if v1.0.4
4842026-06-11T23:00:24.822Z Compiling pretty-hex v0.4.1
4852026-06-11T23:00:24.839Z Compiling anstyle-query v1.1.5
4862026-06-11T23:00:24.952Z Compiling anstream v1.0.0
4872026-06-11T23:00:24.965Z Compiling serde-untagged v0.1.9
4882026-06-11T23:00:24.981Z Compiling semver v1.0.28
4892026-06-11T23:00:25.026Z Compiling fs-err v3.3.0
4902026-06-11T23:00:25.199Z Compiling unicode-xid v0.2.6
4912026-06-11T23:00:25.214Z Compiling heck v0.4.1
4922026-06-11T23:00:25.247Z Compiling heck v0.5.0
4932026-06-11T23:00:25.315Z Compiling strsim v0.11.1
4942026-06-11T23:00:25.330Z Compiling bytecount v0.6.9
4952026-06-11T23:00:25.447Z Compiling once_cell v1.21.3
4962026-06-11T23:00:25.476Z Compiling fnv v1.0.7
4972026-06-11T23:00:25.521Z Compiling anyhow v1.0.102
4982026-06-11T23:00:25.583Z Compiling fastrand v2.3.0
4992026-06-11T23:00:25.709Z Compiling clap_lex v1.0.0
5002026-06-11T23:00:25.726Z Compiling unicode-width v0.1.14
5012026-06-11T23:00:25.849Z Compiling tempfile v3.25.0
5022026-06-11T23:00:25.896Z Compiling clap_builder v4.6.0
5032026-06-11T23:00:25.906Z Compiling memmap v0.7.0
5042026-06-11T23:00:25.936Z Compiling papergrid v0.11.0
5052026-06-11T23:00:25.965Z Compiling serde_derive v1.0.228
5062026-06-11T23:00:26.047Z Compiling zerofrom-derive v0.1.6
5072026-06-11T23:00:26.118Z Compiling yoke-derive v0.8.1
5082026-06-11T23:00:26.191Z Compiling zerovec-derive v0.11.2
5092026-06-11T23:00:26.305Z Compiling displaydoc v0.2.5
5102026-06-11T23:00:26.993Z Compiling thiserror-impl v1.0.69
5112026-06-11T23:00:27.179Z Compiling zerocopy-derive v0.7.35
5122026-06-11T23:00:27.244Z Compiling pest_derive v2.8.6
5132026-06-11T23:00:27.338Z Compiling scroll_derive v0.12.1
5142026-06-11T23:00:27.390Z Compiling zerofrom v0.1.6
5152026-06-11T23:00:27.519Z Compiling yoke v0.8.1
5162026-06-11T23:00:27.664Z Compiling thiserror-impl v2.0.18
5172026-06-11T23:00:27.709Z Compiling zerovec v0.11.5
5182026-06-11T23:00:28.008Z Compiling zerotrie v0.2.3
5192026-06-11T23:00:28.090Z Compiling zerocopy v0.7.35
5202026-06-11T23:00:28.262Z Compiling tinystr v0.8.2
5212026-06-11T23:00:28.334Z Compiling potential_utf v0.1.4
5222026-06-11T23:00:28.388Z Compiling dtrace-parser v0.2.0
5232026-06-11T23:00:28.472Z Compiling icu_locale_core v2.1.1
5242026-06-11T23:00:28.511Z Compiling icu_collections v2.1.1
5252026-06-11T23:00:28.647Z Compiling scroll v0.12.0
5262026-06-11T23:00:28.877Z Compiling tabled_derive v0.7.0
5272026-06-11T23:00:28.945Z Compiling goblin v0.8.2
5282026-06-11T23:00:28.994Z Compiling clap_derive v4.6.1
5292026-06-11T23:00:29.137Z Compiling icu_provider v2.1.1
5302026-06-11T23:00:29.153Z Compiling unicode-linebreak v0.1.5
5312026-06-11T23:00:29.369Z Compiling toml_datetime v0.6.11
5322026-06-11T23:00:29.398Z Compiling icu_normalizer v2.1.1
5332026-06-11T23:00:29.431Z Compiling icu_properties v2.1.2
5342026-06-11T23:00:29.446Z Compiling serde_spanned v0.6.9
5352026-06-11T23:00:29.448Z Compiling dof v0.3.0
5362026-06-11T23:00:29.601Z Compiling toml_edit v0.22.27
5372026-06-11T23:00:29.635Z Compiling serde_tokenstream v0.2.3
5382026-06-11T23:00:29.848Z Compiling serde-value v0.7.0
5392026-06-11T23:00:29.936Z Compiling cargo-platform v0.2.0
5402026-06-11T23:00:29.951Z Compiling smawk v0.3.2
5412026-06-11T23:00:30.088Z Compiling unicode-width v0.2.0
5422026-06-11T23:00:30.202Z Compiling tabled v0.15.0
5432026-06-11T23:00:30.219Z Compiling macaddr v1.0.1
5442026-06-11T23:00:30.375Z Compiling idna_adapter v1.2.1
5452026-06-11T23:00:30.408Z Compiling usdt-attr-macro v0.5.0
5462026-06-11T23:00:30.459Z Compiling usdt-macro v0.5.0
5472026-06-11T23:00:30.516Z Compiling idna v1.1.0
5482026-06-11T23:00:30.516Z Compiling textwrap v0.16.2
5492026-06-11T23:00:30.752Z Compiling clap v4.6.1
5502026-06-11T23:00:30.837Z Compiling url v2.5.8
5512026-06-11T23:00:30.992Z Compiling toml v0.8.23
5522026-06-11T23:00:31.075Z Compiling camino-tempfile v1.4.1
5532026-06-11T23:00:31.412Z Compiling cargo-util-schemas v0.8.2
5542026-06-11T23:00:31.591Z Compiling cargo_toml v0.21.0
5552026-06-11T23:00:31.622Z Compiling swrite v0.1.0
5562026-06-11T23:00:31.720Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-06-11T23:00:31.899Z Compiling usdt v0.5.0
5582026-06-11T23:00:32.347Z Compiling cargo_metadata v0.21.0
5592026-06-11T23:00:33.288Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-11T23:00:35.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.39s
5612026-06-11T23:00:35.610Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-11T23:00:36.169Z Downloading crates ...
5632026-06-11T23:00:36.284Z Downloaded constant_time_eq v0.4.2
5642026-06-11T23:00:36.305Z Downloaded crunchy v0.2.4
5652026-06-11T23:00:36.310Z Downloaded adler2 v2.0.1
5662026-06-11T23:00:36.322Z Downloaded crc32fast v1.5.0
5672026-06-11T23:00:36.324Z Downloaded env_filter v1.0.0
5682026-06-11T23:00:36.327Z Downloaded darling_core v0.23.0
5692026-06-11T23:00:36.330Z Downloaded camino-tempfile-ext v0.3.3
5702026-06-11T23:00:36.333Z Downloaded aead v0.5.2
5712026-06-11T23:00:36.333Z Downloaded async-stream v0.3.6
5722026-06-11T23:00:36.339Z Downloaded arrayref v0.3.9
5732026-06-11T23:00:36.342Z Downloaded anstream v0.6.21
5742026-06-11T23:00:36.344Z Downloaded backoff v0.4.0
5752026-06-11T23:00:36.347Z Downloaded display-error-chain v0.2.2
5762026-06-11T23:00:36.351Z Downloaded debug-ignore v1.0.5
5772026-06-11T23:00:36.354Z Downloaded console v0.16.2
5782026-06-11T23:00:36.356Z Downloaded ahash v0.8.12
5792026-06-11T23:00:36.356Z Downloaded base16ct v0.2.0
5802026-06-11T23:00:36.359Z Downloaded dsl_auto_type v0.2.0
5812026-06-11T23:00:36.359Z Downloaded darling_macro v0.13.4
5822026-06-11T23:00:36.363Z Downloaded dropshot-api-manager-types v0.7.2
5832026-06-11T23:00:36.363Z Downloaded darling_core v0.13.4
5842026-06-11T23:00:36.365Z Downloaded async-recursion v1.1.1
5852026-06-11T23:00:36.368Z Downloaded downcast-rs v2.0.2
5862026-06-11T23:00:36.368Z Downloaded atomicwrites v0.4.4
5872026-06-11T23:00:36.368Z Downloaded array-init v0.0.4
5882026-06-11T23:00:36.370Z Downloaded cargo-platform v0.3.2
5892026-06-11T23:00:36.370Z Downloaded cpufeatures v0.3.0
5902026-06-11T23:00:36.370Z Downloaded defmt-parser v1.0.0
5912026-06-11T23:00:36.373Z Downloaded cmake v0.1.57
5922026-06-11T23:00:36.376Z Downloaded data-encoding v2.10.0
5932026-06-11T23:00:36.378Z Downloaded defmt v1.0.1
5942026-06-11T23:00:36.381Z Downloaded base64ct v1.8.3
5952026-06-11T23:00:36.384Z Downloaded darling v0.20.11
5962026-06-11T23:00:36.386Z Downloaded either v1.15.0
5972026-06-11T23:00:36.386Z Downloaded bcs v0.1.6
5982026-06-11T23:00:36.389Z Downloaded fixedbitset v0.4.2
5992026-06-11T23:00:36.389Z Downloaded diff v0.1.13
6002026-06-11T23:00:36.392Z Downloaded bzip2 v0.4.4
6012026-06-11T23:00:36.392Z Downloaded bitfield v0.19.4
6022026-06-11T23:00:36.395Z Downloaded diesel-dtrace v0.5.0
6032026-06-11T23:00:36.395Z Downloaded derive_builder_core v0.20.2
6042026-06-11T23:00:36.398Z Downloaded bb8 v0.8.6
6052026-06-11T23:00:36.398Z Downloaded critical-section v1.2.0
6062026-06-11T23:00:36.401Z Downloaded enum-as-inner v0.6.1
6072026-06-11T23:00:36.401Z Downloaded ciborium-io v0.2.2
6082026-06-11T23:00:36.401Z Downloaded chacha20 v0.10.0
6092026-06-11T23:00:36.404Z Downloaded flagset v0.4.7
6102026-06-11T23:00:36.404Z Downloaded bytes v1.11.1
6112026-06-11T23:00:36.407Z Downloaded bitflags v1.3.2
6122026-06-11T23:00:36.409Z Downloaded embedded-io v0.4.0
6132026-06-11T23:00:36.412Z Downloaded derive_builder_macro v0.20.2
6142026-06-11T23:00:36.412Z Downloaded darling_macro v0.21.3
6152026-06-11T23:00:36.412Z Downloaded bit-set v0.5.3
6162026-06-11T23:00:36.415Z Downloaded ciborium-ll v0.2.2
6172026-06-11T23:00:36.428Z Downloaded blowfish v0.9.1
6182026-06-11T23:00:36.431Z Downloaded dyn-clone v1.0.20
6192026-06-11T23:00:36.431Z Downloaded dtrace-parser v0.3.0
6202026-06-11T23:00:36.431Z Downloaded diesel_table_macro_syntax v0.3.0
6212026-06-11T23:00:36.434Z Downloaded darling_macro v0.20.11
6222026-06-11T23:00:36.437Z Downloaded document-features v0.2.12
6232026-06-11T23:00:36.439Z Downloaded bitfield-struct v0.6.2
6242026-06-11T23:00:36.442Z Downloaded dunce v1.0.5
6252026-06-11T23:00:36.442Z Downloaded darling_macro v0.23.0
6262026-06-11T23:00:36.444Z Downloaded crc-catalog v2.4.0
6272026-06-11T23:00:36.445Z Downloaded convert_case v0.4.0
6282026-06-11T23:00:36.445Z Downloaded castaway v0.2.4
6292026-06-11T23:00:36.447Z Downloaded compression-core v0.4.31
6302026-06-11T23:00:36.451Z Downloaded atomic-waker v1.1.2
6312026-06-11T23:00:36.453Z Downloaded foreign-types v0.3.2
6322026-06-11T23:00:36.454Z Downloaded float-ord v0.3.2
6332026-06-11T23:00:36.454Z Downloaded endian-type v0.1.2
6342026-06-11T23:00:36.456Z Downloaded curve25519-dalek-derive v0.1.1
6352026-06-11T23:00:36.456Z Downloaded foreign-types-macros v0.2.3
6362026-06-11T23:00:36.456Z Downloaded des v0.8.1
6372026-06-11T23:00:36.459Z Downloaded const-oid v0.9.6
6382026-06-11T23:00:36.460Z Downloaded derive_builder v0.20.2
6392026-06-11T23:00:36.462Z Downloaded ascii-canvas v3.0.0
6402026-06-11T23:00:36.462Z Downloaded crc8 v0.1.1
6412026-06-11T23:00:36.462Z Downloaded async-stream-impl v0.3.6
6422026-06-11T23:00:36.466Z Downloaded dirs-next v2.0.0
6432026-06-11T23:00:36.466Z Downloaded defmt-macros v1.0.1
6442026-06-11T23:00:36.469Z Downloaded darling v0.13.4
6452026-06-11T23:00:36.469Z Downloaded cfg_aliases v0.1.1
6462026-06-11T23:00:36.469Z Downloaded daft v0.1.7
6472026-06-11T23:00:36.469Z Downloaded der_derive v0.7.3
6482026-06-11T23:00:36.472Z Downloaded erased-serde v0.3.31
6492026-06-11T23:00:36.474Z Downloaded bcrypt-pbkdf v0.10.0
6502026-06-11T23:00:36.474Z Downloaded ena v0.14.4
6512026-06-11T23:00:36.477Z Downloaded futures-sink v0.3.32
6522026-06-11T23:00:36.477Z Downloaded crucible-workspace-hack v0.1.0
6532026-06-11T23:00:36.477Z Downloaded crossterm v0.28.1
6542026-06-11T23:00:36.480Z Downloaded crossbeam-utils v0.8.21
6552026-06-11T23:00:36.483Z Downloaded futures-task v0.3.32
6562026-06-11T23:00:36.483Z Downloaded cstr-argument v0.1.2
6572026-06-11T23:00:36.485Z Downloaded foreign-types-shared v0.1.1
6582026-06-11T23:00:36.485Z Downloaded dof v0.4.0
6592026-06-11T23:00:36.485Z Downloaded atty v0.2.14
6602026-06-11T23:00:36.485Z Downloaded bit-vec v0.8.0
6612026-06-11T23:00:36.488Z Downloaded embedded-io v0.6.1
6622026-06-11T23:00:36.488Z Downloaded drift v0.2.0
6632026-06-11T23:00:36.493Z Downloaded foreign-types-shared v0.3.1
6642026-06-11T23:00:36.496Z Downloaded float-cmp v0.10.0
6652026-06-11T23:00:36.496Z Downloaded defmt v0.3.100
6662026-06-11T23:00:36.496Z Downloaded cobs v0.3.0
6672026-06-11T23:00:36.499Z Downloaded cfg_aliases v0.2.1
6682026-06-11T23:00:36.499Z Downloaded globwalk v0.9.1
6692026-06-11T23:00:36.499Z Downloaded fd-lock v4.0.4
6702026-06-11T23:00:36.502Z Downloaded difflib v0.4.0
6712026-06-11T23:00:36.502Z Downloaded bitfield-macros v0.19.4
6722026-06-11T23:00:36.502Z Downloaded foreign-types v0.5.0
6732026-06-11T23:00:36.502Z Downloaded assert_matches v1.5.0
6742026-06-11T23:00:36.506Z Downloaded hash32 v0.2.1
6752026-06-11T23:00:36.508Z Downloaded fxhash v0.2.1
6762026-06-11T23:00:36.509Z Downloaded filetime v0.2.27
6772026-06-11T23:00:36.511Z Downloaded cassowary v0.3.0
6782026-06-11T23:00:36.511Z Downloaded daft-derive v0.1.7
6792026-06-11T23:00:36.515Z Downloaded anstyle-parse v0.2.7
6802026-06-11T23:00:36.518Z Downloaded convert_case v0.10.0
6812026-06-11T23:00:36.518Z Downloaded foldhash v0.1.5
6822026-06-11T23:00:36.518Z Downloaded fixedbitset v0.5.7
6832026-06-11T23:00:36.518Z Downloaded csv-core v0.1.13
6842026-06-11T23:00:36.521Z Downloaded env_logger v0.11.9
6852026-06-11T23:00:36.521Z Downloaded cbc v0.1.2
6862026-06-11T23:00:36.523Z Downloaded ecdsa v0.16.9
6872026-06-11T23:00:36.523Z Downloaded argon2 v0.5.3
6882026-06-11T23:00:36.526Z Downloaded ff v0.13.1
6892026-06-11T23:00:36.526Z Downloaded headers-core v0.3.0
6902026-06-11T23:00:36.532Z Downloaded elliptic-curve v0.13.8
6912026-06-11T23:00:36.536Z Downloaded darling v0.23.0
6922026-06-11T23:00:36.538Z Downloaded git-stub v1.0.0
6932026-06-11T23:00:36.541Z Downloaded cc v1.2.56
6942026-06-11T23:00:36.541Z Downloaded gethostname v0.5.0
6952026-06-11T23:00:36.544Z Downloaded compression-codecs v0.4.37
6962026-06-11T23:00:36.544Z Downloaded ghash v0.5.1
6972026-06-11T23:00:36.547Z Downloaded hostname v0.3.1
6982026-06-11T23:00:36.547Z Downloaded cexpr v0.6.0
6992026-06-11T23:00:36.547Z Downloaded cargo_metadata v0.23.1
7002026-06-11T23:00:36.550Z Downloaded byte-wrapper v0.1.0
7012026-06-11T23:00:36.550Z Downloaded buf-list v1.1.2
7022026-06-11T23:00:36.552Z Downloaded http-range v0.1.5
7032026-06-11T23:00:36.552Z Downloaded bit-vec v0.6.3
7042026-06-11T23:00:36.554Z Downloaded globset v0.4.18
7052026-06-11T23:00:36.554Z Downloaded ed25519 v2.2.3
7062026-06-11T23:00:36.557Z Downloaded find-msvc-tools v0.1.9
7072026-06-11T23:00:36.557Z Downloaded deranged v0.5.8
7082026-06-11T23:00:36.559Z Downloaded fallible-iterator v0.2.0
7092026-06-11T23:00:36.559Z Downloaded ctr v0.9.2
7102026-06-11T23:00:36.561Z Downloaded crossbeam-deque v0.8.6
7112026-06-11T23:00:36.561Z Downloaded hash32 v0.3.1
7122026-06-11T23:00:36.564Z Downloaded futures-core v0.3.32
7132026-06-11T23:00:36.564Z Downloaded foldhash v0.2.0
7142026-06-11T23:00:36.564Z Downloaded crc v3.4.0
7152026-06-11T23:00:36.567Z Downloaded home v0.5.12
7162026-06-11T23:00:36.567Z Downloaded indoc v1.0.9
7172026-06-11T23:00:36.573Z Downloaded fs_extra v1.3.0
7182026-06-11T23:00:36.573Z Downloaded hostname v0.4.2
7192026-06-11T23:00:36.573Z Downloaded block-padding v0.3.3
7202026-06-11T23:00:36.576Z Downloaded derive_more v2.1.1
7212026-06-11T23:00:36.579Z Downloaded hex-literal v0.4.1
7222026-06-11T23:00:36.579Z Downloaded futures-macro v0.3.32
7232026-06-11T23:00:36.579Z Downloaded futures-io v0.3.32
7242026-06-11T23:00:36.582Z Downloaded crossbeam-epoch v0.9.18
7252026-06-11T23:00:36.582Z Downloaded der v0.7.10
7262026-06-11T23:00:36.585Z Downloaded http-body v1.0.1
7272026-06-11T23:00:36.587Z Downloaded bit-set v0.8.0
7282026-06-11T23:00:36.587Z Downloaded base64 v0.22.1
7292026-06-11T23:00:36.589Z Downloaded group v0.13.0
7302026-06-11T23:00:36.589Z Downloaded futures-executor v0.3.32
7312026-06-11T23:00:36.591Z Downloaded corncobs v0.1.4
7322026-06-11T23:00:36.591Z Downloaded cipher v0.4.4
7332026-06-11T23:00:36.591Z Downloaded ident_case v1.0.1
7342026-06-11T23:00:36.594Z Downloaded hyper-tls v0.6.0
7352026-06-11T23:00:36.594Z Downloaded cookie_store v0.22.1
7362026-06-11T23:00:36.596Z Downloaded chacha20 v0.9.1
7372026-06-11T23:00:36.596Z Downloaded async-bb8-diesel v0.2.1
7382026-06-11T23:00:36.599Z Downloaded clang-sys v1.8.1
7392026-06-11T23:00:36.599Z Downloaded darling_core v0.20.11
7402026-06-11T23:00:36.601Z Downloaded darling v0.21.3
7412026-06-11T23:00:36.604Z Downloaded derive_more v0.99.20
7422026-06-11T23:00:36.607Z Downloaded cookie v0.18.1
7432026-06-11T23:00:36.610Z Downloaded indent_write v2.2.0
7442026-06-11T23:00:36.610Z Downloaded hubpack v0.1.2
7452026-06-11T23:00:36.612Z Downloaded httpdate v1.0.3
7462026-06-11T23:00:36.612Z Downloaded internet-checksum v0.2.1
7472026-06-11T23:00:36.615Z Downloaded instability v0.3.11
7482026-06-11T23:00:36.615Z Downloaded inout v0.1.4
7492026-06-11T23:00:36.615Z Downloaded illumos-nvpair v0.3.0
7502026-06-11T23:00:36.615Z Downloaded const_format_proc_macros v0.2.34
7512026-06-11T23:00:36.617Z Downloaded aes-gcm v0.10.3
7522026-06-11T23:00:36.620Z Downloaded is_ci v1.2.0
7532026-06-11T23:00:36.620Z Downloaded hubpack_derive v0.1.1
7542026-06-11T23:00:36.620Z Downloaded is-terminal v0.4.17
7552026-06-11T23:00:36.623Z Downloaded lazy_static v1.5.0
7562026-06-11T23:00:36.623Z Downloaded lalrpop-util v0.19.12
7572026-06-11T23:00:36.625Z Downloaded colored v2.2.0
7582026-06-11T23:00:36.628Z Downloaded glob v0.3.3
7592026-06-11T23:00:36.628Z Downloaded async-trait v0.1.89
7602026-06-11T23:00:36.631Z Downloaded http-body-util v0.1.3
7612026-06-11T23:00:36.631Z Downloaded dirs-sys-next v0.1.2
7622026-06-11T23:00:36.635Z Downloaded derive-ex v0.1.8
7632026-06-11T23:00:36.639Z Downloaded highway v1.3.0
7642026-06-11T23:00:36.641Z Downloaded fs-err v2.11.0
7652026-06-11T23:00:36.682Z Downloaded funty v2.0.0
7662026-06-11T23:00:36.682Z Downloaded backon v1.6.0
7672026-06-11T23:00:36.682Z Downloaded linked-hash-map v0.5.6
7682026-06-11T23:00:36.682Z Downloaded libscf-sys v1.1.0
7692026-06-11T23:00:36.682Z Downloaded match_cfg v0.1.0
7702026-06-11T23:00:36.682Z Downloaded lru-slab v0.1.2
7712026-06-11T23:00:36.682Z Downloaded hex v0.4.3
7722026-06-11T23:00:36.682Z Downloaded managed v0.8.0
7732026-06-11T23:00:36.682Z Downloaded lzss v0.8.2
7742026-06-11T23:00:36.683Z Downloaded instant v0.1.13
7752026-06-11T23:00:36.683Z Downloaded illumos-nvpair-sys v0.2.0
7762026-06-11T23:00:36.683Z Downloaded hyper-staticfile v0.10.1
7772026-06-11T23:00:36.683Z Downloaded md5 v0.7.0
7782026-06-11T23:00:36.683Z Downloaded arrayvec v0.7.6
7792026-06-11T23:00:36.683Z Downloaded git-stub-vcs v0.1.0
7802026-06-11T23:00:36.683Z Downloaded bzip2 v0.6.1
7812026-06-11T23:00:36.688Z Downloaded futures-channel v0.3.32
7822026-06-11T23:00:36.691Z Downloaded newline-converter v0.3.0
7832026-06-11T23:00:36.691Z Downloaded ingot v0.1.1
7842026-06-11T23:00:36.694Z Downloaded impl-trait-for-tuples v0.2.3
7852026-06-11T23:00:36.694Z Downloaded console v0.15.11
7862026-06-11T23:00:36.696Z Downloaded indoc v2.0.7
7872026-06-11T23:00:36.697Z Downloaded humantime v2.3.0
7882026-06-11T23:00:36.699Z Downloaded mime v0.3.17
7892026-06-11T23:00:36.699Z Downloaded nibble_vec v0.1.0
7902026-06-11T23:00:36.703Z Downloaded ipnet v2.11.0
7912026-06-11T23:00:36.703Z Downloaded newtype_derive v0.1.6
7922026-06-11T23:00:36.703Z Downloaded const_format v0.2.35
7932026-06-11T23:00:36.706Z Downloaded colored v3.1.1
7942026-06-11T23:00:36.706Z Downloaded keccak v0.1.6
7952026-06-11T23:00:36.709Z Downloaded cancel-safe-futures v0.1.5
7962026-06-11T23:00:36.709Z Downloaded normalize-line-endings v0.3.0
7972026-06-11T23:00:36.713Z Downloaded nodrop v0.1.14
7982026-06-11T23:00:36.713Z Downloaded new_debug_unreachable v1.0.6
7992026-06-11T23:00:36.713Z Downloaded multimap v0.10.1
8002026-06-11T23:00:36.713Z Downloaded arc-swap v1.8.2
8012026-06-11T23:00:36.716Z Downloaded blake2 v0.10.6
8022026-06-11T23:00:36.716Z Downloaded num v0.4.3
8032026-06-11T23:00:36.719Z Downloaded ciborium v0.2.2
8042026-06-11T23:00:36.719Z Downloaded num-derive v0.4.2
8052026-06-11T23:00:36.719Z Downloaded jobserver v0.1.34
8062026-06-11T23:00:36.722Z Downloaded futures v0.3.32
8072026-06-11T23:00:36.725Z Downloaded libefi-sys v0.1.0
8082026-06-11T23:00:36.725Z Downloaded ipnetwork v0.21.1
8092026-06-11T23:00:36.728Z Downloaded httparse v1.10.1
8102026-06-11T23:00:36.728Z Downloaded lru-cache v0.1.2
8112026-06-11T23:00:36.728Z Downloaded kstat-rs v0.2.4
8122026-06-11T23:00:36.730Z Downloaded half v2.7.1
8132026-06-11T23:00:36.730Z Downloaded getrandom v0.3.4
8142026-06-11T23:00:36.733Z Downloaded nonempty v0.12.0
8152026-06-11T23:00:36.733Z Downloaded lru v0.12.5
8162026-06-11T23:00:36.736Z Downloaded num_threads v0.1.7
8172026-06-11T23:00:36.736Z Downloaded maybe-uninit v2.0.0
8182026-06-11T23:00:36.736Z Downloaded linear-map v1.2.0
8192026-06-11T23:00:36.739Z Downloaded libsw v3.5.0
8202026-06-11T23:00:36.739Z Downloaded lock_api v0.4.14
8212026-06-11T23:00:36.739Z Downloaded memoffset v0.9.1
8222026-06-11T23:00:36.742Z Downloaded opaque-debug v0.3.1
8232026-06-11T23:00:36.742Z Downloaded olpc-cjson v0.1.4
8242026-06-11T23:00:36.742Z Downloaded num_enum_derive v0.5.11
8252026-06-11T23:00:36.745Z Downloaded num-derive v0.3.3
8262026-06-11T23:00:36.745Z Downloaded getrandom v0.2.17
8272026-06-11T23:00:36.745Z Downloaded libsw-core v0.3.2
8282026-06-11T23:00:36.748Z Downloaded libloading v0.8.9
8292026-06-11T23:00:36.748Z Downloaded fatfs v0.3.6
8302026-06-11T23:00:36.751Z Downloaded iana-time-zone v0.1.65
8312026-06-11T23:00:36.754Z Downloaded hyper-rustls v0.27.7
8322026-06-11T23:00:36.754Z Downloaded flume v0.11.1
8332026-06-11T23:00:36.757Z Downloaded num-conv v0.2.0
8342026-06-11T23:00:36.757Z Downloaded md-5 v0.10.6
8352026-06-11T23:00:36.757Z Downloaded derive-where v1.6.0
8362026-06-11T23:00:36.760Z Downloaded compact_str v0.8.1
8372026-06-11T23:00:36.762Z Downloaded oso-derive v0.27.3
8382026-06-11T23:00:36.762Z Downloaded num-iter v0.1.45
8392026-06-11T23:00:36.762Z Downloaded native-tls v0.2.18
8402026-06-11T23:00:36.765Z Downloaded maplit v1.0.2
8412026-06-11T23:00:36.765Z Downloaded mime_guess v2.0.5
8422026-06-11T23:00:36.765Z Downloaded ingot-types v0.1.2
8432026-06-11T23:00:36.768Z Downloaded ar_archive_writer v0.5.1
8442026-06-11T23:00:36.770Z Downloaded allocator-api2 v0.2.21
8452026-06-11T23:00:36.770Z Downloaded crc-any v2.5.0
8462026-06-11T23:00:36.773Z Downloaded ingot-macros v0.1.1
8472026-06-11T23:00:36.776Z Downloaded openssl-probe v0.2.1
8482026-06-11T23:00:36.779Z Downloaded multer v3.1.0
8492026-06-11T23:00:36.781Z Downloaded openssl-macros v0.1.1
8502026-06-11T23:00:36.785Z Downloaded hmac v0.12.1
8512026-06-11T23:00:36.788Z Downloaded nu-ansi-term v0.50.3
8522026-06-11T23:00:36.791Z Downloaded chacha20poly1305 v0.10.1
8532026-06-11T23:00:36.791Z Downloaded newtype-uuid-macros v0.1.0
8542026-06-11T23:00:36.791Z Downloaded newtype-uuid v1.3.2
8552026-06-11T23:00:36.794Z Downloaded path-slash v0.1.5
8562026-06-11T23:00:36.797Z Downloaded pbkdf2 v0.12.2
8572026-06-11T23:00:36.800Z Downloaded dropshot_endpoint v0.17.0
8582026-06-11T23:00:36.802Z Downloaded num_enum_derive v0.7.6
8592026-06-11T23:00:36.805Z Downloaded num-complex v0.4.6
8602026-06-11T23:00:36.805Z Downloaded darling_core v0.21.3
8612026-06-11T23:00:36.808Z Downloaded parse-display v0.10.0
8622026-06-11T23:00:36.813Z Downloaded packed_struct_codegen v0.10.1
8632026-06-11T23:00:36.813Z Downloaded litrs v1.0.0
8642026-06-11T23:00:36.815Z Downloaded pin-utils v0.1.0
8652026-06-11T23:00:36.815Z Downloaded half v1.8.3
8662026-06-11T23:00:36.815Z Downloaded peg-runtime v0.8.5
8672026-06-11T23:00:36.816Z Downloaded base64 v0.21.7
8682026-06-11T23:00:36.819Z Downloaded parse-size v1.1.0
8692026-06-11T23:00:36.822Z Downloaded pbkdf2 v0.11.0
8702026-06-11T23:00:36.825Z Downloaded oxnet v0.1.5
8712026-06-11T23:00:36.825Z Downloaded ed25519-dalek v2.2.0
8722026-06-11T23:00:36.827Z Downloaded num_enum v0.5.11
8732026-06-11T23:00:36.831Z Downloaded ignore v0.4.25
8742026-06-11T23:00:36.834Z Downloaded num-rational v0.4.2
8752026-06-11T23:00:36.837Z Downloaded nanorand v0.7.0
8762026-06-11T23:00:36.841Z Downloaded precomputed-hash v0.1.1
8772026-06-11T23:00:36.845Z Downloaded openssl-probe v0.1.6
8782026-06-11T23:00:36.848Z Downloaded num_enum v0.7.6
8792026-06-11T23:00:36.848Z Downloaded phf_shared v0.12.1
8802026-06-11T23:00:36.850Z Downloaded num-integer v0.1.46
8812026-06-11T23:00:36.850Z Downloaded oxide-tokio-rt v0.1.4
8822026-06-11T23:00:36.853Z Downloaded phf_shared v0.13.1
8832026-06-11T23:00:36.857Z Downloaded phf_shared v0.11.3
8842026-06-11T23:00:36.863Z Downloaded owo-colors v4.3.0
8852026-06-11T23:00:36.866Z Downloaded proc-macro-error-attr2 v2.0.0
8862026-06-11T23:00:36.868Z Downloaded packed_struct v0.10.1
8872026-06-11T23:00:36.868Z Downloaded proc-macro-crate v3.4.0
8882026-06-11T23:00:36.868Z Downloaded proc-macro-crate v1.3.1
8892026-06-11T23:00:36.871Z Downloaded heapless v0.7.17
8902026-06-11T23:00:36.874Z Downloaded progenitor-client v0.14.0
8912026-06-11T23:00:36.883Z Downloaded memmap2 v0.9.10
8922026-06-11T23:00:36.886Z Downloaded paste v1.0.15
8932026-06-11T23:00:36.886Z Downloaded powerfmt v0.2.0
8942026-06-11T23:00:36.889Z Downloaded pem v3.0.6
8952026-06-11T23:00:36.889Z Downloaded peg v0.8.5
8962026-06-11T23:00:36.892Z Downloaded progenitor-macro v0.11.2
8972026-06-11T23:00:36.892Z Downloaded password-hash v0.5.0
8982026-06-11T23:00:36.895Z Downloaded parse-display-derive v0.10.0
8992026-06-11T23:00:36.898Z Downloaded flate2 v1.1.9
9002026-06-11T23:00:36.901Z Downloaded psl-types v2.0.11
9012026-06-11T23:00:36.901Z Downloaded progenitor-macro v0.14.0
9022026-06-11T23:00:36.901Z Downloaded phf v0.12.1
9032026-06-11T23:00:36.904Z Downloaded libbz2-rs-sys v0.2.2
9042026-06-11T23:00:36.904Z Downloaded predicates-core v1.0.10
9052026-06-11T23:00:36.906Z Downloaded peg-macros v0.8.5
9062026-06-11T23:00:36.911Z Downloaded pem-rfc7468 v0.7.0
9072026-06-11T23:00:36.914Z Downloaded predicates-tree v1.0.13
9082026-06-11T23:00:36.917Z Downloaded derive_more-impl v2.1.1
9092026-06-11T23:00:36.920Z Downloaded quick-error v1.2.3
9102026-06-11T23:00:36.922Z Downloaded expectorate v1.2.0
9112026-06-11T23:00:36.922Z Downloaded progenitor-client v0.11.2
9122026-06-11T23:00:36.925Z Downloaded crypto-bigint v0.5.5
9132026-06-11T23:00:36.928Z Downloaded indicatif v0.18.4
9142026-06-11T23:00:36.931Z Downloaded poly1305 v0.8.0
9152026-06-11T23:00:36.934Z Downloaded polyval v0.6.2
9162026-06-11T23:00:36.937Z Downloaded omicron-zone-package v0.12.2
9172026-06-11T23:00:36.940Z Downloaded ref-cast v1.0.25
9182026-06-11T23:00:36.940Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-06-11T23:00:36.943Z Downloaded recursive v0.1.1
9202026-06-11T23:00:36.943Z Downloaded pin-project-lite v0.2.17
9212026-06-11T23:00:36.945Z Downloaded rand_chacha v0.3.1
9222026-06-11T23:00:36.945Z Downloaded hickory-resolver v0.25.2
9232026-06-11T23:00:36.948Z Downloaded crossterm v0.29.0
9242026-06-11T23:00:36.951Z Downloaded radium v0.7.0
9252026-06-11T23:00:36.954Z Downloaded pin-project-internal v1.1.11
9262026-06-11T23:00:36.954Z Downloaded predicates v3.1.4
9272026-06-11T23:00:36.956Z Downloaded pkcs8 v0.10.2
9282026-06-11T23:00:36.959Z Downloaded parking_lot_core v0.8.6
9292026-06-11T23:00:36.959Z Downloaded proc-macro-error2 v2.0.1
9302026-06-11T23:00:36.962Z Downloaded primeorder v0.13.6
9312026-06-11T23:00:36.962Z Downloaded parking_lot v0.12.5
9322026-06-11T23:00:36.966Z Downloaded progenitor v0.13.0
9332026-06-11T23:00:36.966Z Downloaded parking_lot v0.11.2
9342026-06-11T23:00:36.968Z Downloaded hickory-resolver v0.24.4
9352026-06-11T23:00:36.968Z Downloaded headers v0.4.1
9362026-06-11T23:00:36.971Z Downloaded rand_xorshift v0.4.0
9372026-06-11T23:00:36.974Z Downloaded progenitor-extras v0.2.0
9382026-06-11T23:00:36.976Z Downloaded parking_lot_core v0.9.12
9392026-06-11T23:00:36.983Z Downloaded password-hash v0.4.2
9402026-06-11T23:00:36.986Z Downloaded postgres-protocol v0.6.10
9412026-06-11T23:00:36.988Z Downloaded oso v0.27.3
9422026-06-11T23:00:36.992Z Downloaded ref-cast-impl v1.0.25
9432026-06-11T23:00:36.994Z Downloaded russh-cryptovec v0.7.3
9442026-06-11T23:00:36.999Z Downloaded diesel_derives v2.3.7
9452026-06-11T23:00:37.004Z Downloaded progenitor v0.14.0
9462026-06-11T23:00:37.007Z Downloaded pkg-config v0.3.32
9472026-06-11T23:00:37.007Z Downloaded pkcs1 v0.7.5
9482026-06-11T23:00:37.007Z Downloaded progenitor-macro v0.13.0
9492026-06-11T23:00:37.010Z Downloaded ppv-lite86 v0.2.21
9502026-06-11T23:00:37.010Z Downloaded rfc6979 v0.4.0
9512026-06-11T23:00:37.013Z Downloaded indexmap v1.9.3
9522026-06-11T23:00:37.015Z Downloaded rustc_version v0.1.7
9532026-06-11T23:00:37.015Z Downloaded rtoolbox v0.0.3
9542026-06-11T23:00:37.015Z Downloaded rand_core v0.10.0
9552026-06-11T23:00:37.020Z Downloaded rand_chacha v0.9.0
9562026-06-11T23:00:37.020Z Downloaded rand_core v0.6.4
9572026-06-11T23:00:37.020Z Downloaded rustc-hash v2.1.1
9582026-06-11T23:00:37.023Z Downloaded hashbrown v0.13.2
9592026-06-11T23:00:37.032Z Downloaded psm v0.1.30
9602026-06-11T23:00:37.035Z Downloaded phf v0.13.1
9612026-06-11T23:00:37.035Z Downloaded miniz_oxide v0.8.9
9622026-06-11T23:00:37.041Z Downloaded rustc_version v0.4.1
9632026-06-11T23:00:37.043Z Downloaded rand_core v0.9.5
9642026-06-11T23:00:37.043Z Downloaded salsa20 v0.10.2
9652026-06-11T23:00:37.046Z Downloaded r2d2 v0.8.10
9662026-06-11T23:00:37.046Z Downloaded pkcs5 v0.7.1
9672026-06-11T23:00:37.049Z Downloaded scheduled-thread-pool v0.2.7
9682026-06-11T23:00:37.049Z Downloaded sapling-renderdag v0.1.0
9692026-06-11T23:00:37.049Z Downloaded scroll_derive v0.13.1
9702026-06-11T23:00:37.052Z Downloaded async-compression v0.4.41
9712026-06-11T23:00:37.054Z Downloaded jiff-static v0.2.21
9722026-06-11T23:00:37.057Z Downloaded progenitor-client v0.13.0
9732026-06-11T23:00:37.057Z Downloaded heapless v0.8.0
9742026-06-11T23:00:37.060Z Downloaded same-file v1.0.6
9752026-06-11T23:00:37.060Z Downloaded bumpalo v3.20.2
9762026-06-11T23:00:37.063Z Downloaded rand_seeder v0.4.0
9772026-06-11T23:00:37.066Z Downloaded secrecy v0.8.0
9782026-06-11T23:00:37.077Z Downloaded p256 v0.13.2
9792026-06-11T23:00:37.081Z Downloaded postcard v1.1.3
9802026-06-11T23:00:37.085Z Downloaded rustls-native-certs v0.8.3
9812026-06-11T23:00:37.088Z Downloaded secrecy v0.10.3
9822026-06-11T23:00:37.088Z Downloaded serde_bytes v0.11.19
9832026-06-11T23:00:37.091Z Downloaded serde-big-array v0.5.1
9842026-06-11T23:00:37.091Z Downloaded semver v0.1.20
9852026-06-11T23:00:37.094Z Downloaded scopeguard v1.2.0
9862026-06-11T23:00:37.096Z Downloaded serde_plain v1.0.2
9872026-06-11T23:00:37.100Z Downloaded crossbeam-channel v0.5.15
9882026-06-11T23:00:37.103Z Downloaded resolv-conf v0.7.6
9892026-06-11T23:00:37.107Z Downloaded quinn-udp v0.5.14
9902026-06-11T23:00:37.107Z Downloaded progenitor v0.11.2
9912026-06-11T23:00:37.107Z Downloaded postgres-types v0.2.12
9922026-06-11T23:00:37.113Z Downloaded scrypt v0.11.0
9932026-06-11T23:00:37.118Z Downloaded shell-words v1.1.1
9942026-06-11T23:00:37.125Z Downloaded signal-hook-mio v0.2.5
9952026-06-11T23:00:37.133Z Downloaded serde_spanned v1.0.4
9962026-06-11T23:00:37.136Z Downloaded rustversion v1.0.22
9972026-06-11T23:00:37.138Z Downloaded prefix-trie v0.7.0
9982026-06-11T23:00:37.138Z Downloaded sha1 v0.10.6
9992026-06-11T23:00:37.141Z Downloaded seq-macro v0.3.6
10002026-06-11T23:00:37.144Z Downloaded sigpipe v0.1.3
10012026-06-11T23:00:37.152Z Downloaded scroll v0.13.0
10022026-06-11T23:00:37.157Z Downloaded aes v0.8.4
10032026-06-11T23:00:37.157Z Downloaded minimal-lexical v0.2.1
10042026-06-11T23:00:37.161Z Downloaded hickory-server v0.25.2
10052026-06-11T23:00:37.161Z Downloaded progenitor-impl v0.14.0
10062026-06-11T23:00:37.161Z Downloaded papergrid v0.17.0
10072026-06-11T23:00:37.165Z Downloaded siphasher v1.0.2
10082026-06-11T23:00:37.165Z Downloaded signature v2.2.0
10092026-06-11T23:00:37.168Z Downloaded slog-envlogger v2.2.0
10102026-06-11T23:00:37.171Z Downloaded rustls-pemfile v2.2.0
10112026-06-11T23:00:37.173Z Downloaded http v1.4.0
10122026-06-11T23:00:37.176Z Downloaded sct v0.7.1
10132026-06-11T23:00:37.179Z Downloaded progenitor-impl v0.11.2
10142026-06-11T23:00:37.185Z Downloaded signal-hook-tokio v0.3.1
10152026-06-11T23:00:37.188Z Downloaded serde_repr v0.1.20
10162026-06-11T23:00:37.191Z Downloaded slog-bunyan v2.5.0
10172026-06-11T23:00:37.191Z Downloaded serde-hex v0.1.0
10182026-06-11T23:00:37.194Z Downloaded sqlparser_derive v0.5.0
10192026-06-11T23:00:37.194Z Downloaded ssh-encoding v0.2.0
10202026-06-11T23:00:37.197Z Downloaded ssh-cipher v0.2.0
10212026-06-11T23:00:37.197Z Downloaded rusty-fork v0.3.1
10222026-06-11T23:00:37.200Z Downloaded rustls-pemfile v1.0.4
10232026-06-11T23:00:37.200Z Downloaded rustls-pki-types v1.14.0
10242026-06-11T23:00:37.204Z Downloaded sec1 v0.7.3
10252026-06-11T23:00:37.204Z Downloaded schemars_derive v0.8.22
10262026-06-11T23:00:37.204Z Downloaded dropshot-api-manager v0.7.2
10272026-06-11T23:00:37.212Z Downloaded hyper-util v0.1.20
10282026-06-11T23:00:37.216Z Downloaded serde_with_macros v1.5.2
10292026-06-11T23:00:37.223Z Downloaded shlex v1.3.0
10302026-06-11T23:00:37.227Z Downloaded pin-project v1.1.11
10312026-06-11T23:00:37.230Z Downloaded strip-ansi-escapes v0.2.1
10322026-06-11T23:00:37.230Z Downloaded serde_urlencoded v0.7.1
10332026-06-11T23:00:37.234Z Downloaded serde_path_to_error v0.1.20
10342026-06-11T23:00:37.238Z Downloaded strum v0.26.3
10352026-06-11T23:00:37.243Z Downloaded structmeta-derive v0.3.0
10362026-06-11T23:00:37.246Z Downloaded signal-hook-registry v1.4.8
10372026-06-11T23:00:37.246Z Downloaded subtle v2.6.1
10382026-06-11T23:00:37.252Z Downloaded rcgen v0.12.1
10392026-06-11T23:00:37.257Z Downloaded strsim v0.10.0
10402026-06-11T23:00:37.257Z Downloaded structmeta v0.3.0
10412026-06-11T23:00:37.259Z Downloaded ron v0.8.1
10422026-06-11T23:00:37.262Z Downloaded slog-stdlog v4.1.1
10432026-06-11T23:00:37.265Z Downloaded simd-adler32 v0.3.8
10442026-06-11T23:00:37.265Z Downloaded tabled_derive v0.11.0
10452026-06-11T23:00:37.267Z Downloaded russh-keys v0.45.0
10462026-06-11T23:00:37.278Z Downloaded sync_wrapper v1.0.2
10472026-06-11T23:00:37.281Z Downloaded slog-async v2.8.0
10482026-06-11T23:00:37.281Z Downloaded progenitor-impl v0.13.0
10492026-06-11T23:00:37.281Z Downloaded supports-color v3.0.2
10502026-06-11T23:00:37.284Z Downloaded openssl-sys v0.9.115
10512026-06-11T23:00:37.287Z Downloaded tabwriter v1.4.1
10522026-06-11T23:00:37.287Z Downloaded snafu-derive v0.8.9
10532026-06-11T23:00:37.287Z Downloaded slab v0.4.12
10542026-06-11T23:00:37.290Z Downloaded tap v1.0.1
10552026-06-11T23:00:37.295Z Downloaded smf v0.2.3
10562026-06-11T23:00:37.298Z Downloaded slog-json v2.6.1
10572026-06-11T23:00:37.298Z Downloaded string_cache v0.8.9
10582026-06-11T23:00:37.298Z Downloaded slog-dtrace v0.3.0
10592026-06-11T23:00:37.301Z Downloaded serde_derive_internals v0.29.1
10602026-06-11T23:00:37.301Z Downloaded take_mut v0.2.2
10612026-06-11T23:00:37.301Z Downloaded termtree v0.5.1
10622026-06-11T23:00:37.305Z Downloaded tagptr v0.2.0
10632026-06-11T23:00:37.305Z Downloaded rayon-core v1.13.0
10642026-06-11T23:00:37.308Z Downloaded sync-ptr v0.1.4
10652026-06-11T23:00:37.308Z Downloaded slog-scope v4.4.1
10662026-06-11T23:00:37.311Z Downloaded nom v7.1.3
10672026-06-11T23:00:37.314Z Downloaded serde_with_macros v3.17.0
10682026-06-11T23:00:37.317Z Downloaded itertools v0.10.5
10692026-06-11T23:00:37.321Z Downloaded thiserror-impl-no-std v2.0.2
10702026-06-11T23:00:37.324Z Downloaded mio v1.2.0
10712026-06-11T23:00:37.327Z Downloaded stacker v0.1.23
10722026-06-11T23:00:37.327Z Downloaded spki v0.7.3
10732026-06-11T23:00:37.329Z Downloaded testing_table v0.3.0
10742026-06-11T23:00:37.332Z Downloaded pretty_assertions v1.4.1
10752026-06-11T23:00:37.332Z Downloaded strum v0.27.2
10762026-06-11T23:00:37.336Z Downloaded schemars v0.8.22
10772026-06-11T23:00:37.339Z Downloaded tokio-macros v2.7.0
10782026-06-11T23:00:37.341Z Downloaded strum_macros v0.26.4
10792026-06-11T23:00:37.341Z Downloaded stringprep v0.1.5
10802026-06-11T23:00:37.344Z Downloaded time-core v0.1.8
10812026-06-11T23:00:37.344Z Downloaded thread-id v5.1.0
10822026-06-11T23:00:37.344Z Downloaded tinyvec_macros v0.1.1
10832026-06-11T23:00:37.344Z Downloaded strum_macros v0.24.3
10842026-06-11T23:00:37.347Z Downloaded aho-corasick v1.1.4
10852026-06-11T23:00:37.350Z Downloaded ryu v1.0.23
10862026-06-11T23:00:37.352Z Downloaded num-bigint v0.4.6
10872026-06-11T23:00:37.357Z Downloaded libxml v0.3.3
10882026-06-11T23:00:37.360Z Downloaded smallvec v0.6.14
10892026-06-11T23:00:37.360Z Downloaded slog-term v2.9.2
10902026-06-11T23:00:37.370Z Downloaded strum_macros v0.27.2
10912026-06-11T23:00:37.374Z Downloaded rand v0.8.6
10922026-06-11T23:00:37.378Z Downloaded quinn v0.11.9
10932026-06-11T23:00:37.380Z Downloaded sqlformat v0.3.5
10942026-06-11T23:00:37.380Z Downloaded serde_cbor v0.11.2
10952026-06-11T23:00:37.383Z Downloaded topological-sort v0.2.2
10962026-06-11T23:00:37.383Z Downloaded tower-layer v0.3.3
10972026-06-11T23:00:37.386Z Downloaded termios v0.3.3
10982026-06-11T23:00:37.390Z Downloaded prettyplease v0.2.37
10992026-06-11T23:00:37.393Z Downloaded rustls-platform-verifier v0.6.2
11002026-06-11T23:00:37.397Z Downloaded hashbrown v0.16.1
11012026-06-11T23:00:37.400Z Downloaded hashbrown v0.15.5
11022026-06-11T23:00:37.402Z Downloaded signal-hook v0.3.18
11032026-06-11T23:00:37.406Z Downloaded tower-service v0.3.3
11042026-06-11T23:00:37.412Z Downloaded static_assertions v1.1.0
11052026-06-11T23:00:37.415Z Downloaded spin v0.9.8
11062026-06-11T23:00:37.415Z Downloaded tiny-keccak v2.0.2
11072026-06-11T23:00:37.417Z Downloaded time-macros v0.2.27
11082026-06-11T23:00:37.420Z Downloaded thiserror-no-std v2.0.2
11092026-06-11T23:00:37.424Z Downloaded hashbrown v0.12.3
11102026-06-11T23:00:37.427Z Downloaded similar v2.7.0
11112026-06-11T23:00:37.434Z Downloaded trait-variant v0.1.2
11122026-06-11T23:00:37.438Z Downloaded rsa v0.9.10
11132026-06-11T23:00:37.441Z Downloaded try-lock v0.2.5
11142026-06-11T23:00:37.441Z Downloaded slog v2.8.2
11152026-06-11T23:00:37.441Z Downloaded tokio-native-tls v0.3.1
11162026-06-11T23:00:37.443Z Downloaded schemars v0.9.0
11172026-06-11T23:00:37.449Z Downloaded unarray v0.1.4
11182026-06-11T23:00:37.452Z Downloaded tokio-rustls v0.25.0
11192026-06-11T23:00:37.452Z Downloaded tls_codec_derive v0.4.2
11202026-06-11T23:00:37.452Z Downloaded tokio-dtrace v0.1.1
11212026-06-11T23:00:37.456Z Downloaded futures-util v0.3.32
11222026-06-11T23:00:37.460Z Downloaded support-bundle-viewer v0.1.2
11232026-06-11T23:00:37.463Z Downloaded h2 v0.4.13
11242026-06-11T23:00:37.466Z Downloaded unit-prefix v0.5.2
11252026-06-11T23:00:37.466Z Downloaded itertools v0.12.1
11262026-06-11T23:00:37.469Z Downloaded utf-8 v0.7.6
11272026-06-11T23:00:37.472Z Downloaded usdt v0.6.0
11282026-06-11T23:00:37.472Z Downloaded untrusted v0.9.0
11292026-06-11T23:00:37.472Z Downloaded tokio-tungstenite v0.21.0
11302026-06-11T23:00:37.475Z Downloaded typify-macro v0.4.3
11312026-06-11T23:00:37.479Z Downloaded typify-macro v0.6.2
11322026-06-11T23:00:37.482Z Downloaded rustls-webpki v0.103.9
11332026-06-11T23:00:37.485Z Downloaded serde_yaml v0.9.34+deprecated
11342026-06-11T23:00:37.487Z Downloaded unicode-truncate v1.1.0
11352026-06-11T23:00:37.488Z Downloaded term v1.2.1
11362026-06-11T23:00:37.490Z Downloaded rand v0.9.2
11372026-06-11T23:00:37.490Z Downloaded usdt-macro v0.6.0
11382026-06-11T23:00:37.494Z Downloaded waitgroup v0.1.2
11392026-06-11T23:00:37.515Z Downloaded qorb v0.4.1
11402026-06-11T23:00:37.515Z Downloaded thread_local v1.1.9
11412026-06-11T23:00:37.515Z Downloaded itertools v0.14.0
11422026-06-11T23:00:37.515Z Downloaded socket2 v0.6.3
11432026-06-11T23:00:37.515Z Downloaded num-bigint-dig v0.8.6
11442026-06-11T23:00:37.515Z Downloaded universal-hash v0.5.1
11452026-06-11T23:00:37.515Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11462026-06-11T23:00:37.515Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-06-11T23:00:37.516Z Downloaded usdt-attr-macro v0.6.0
11482026-06-11T23:00:37.516Z Downloaded publicsuffix v2.3.0
11492026-06-11T23:00:37.516Z Downloaded term v0.7.0
11502026-06-11T23:00:37.518Z Downloaded wait-timeout v0.2.1
11512026-06-11T23:00:37.518Z Downloaded tls_codec v0.4.2
11522026-06-11T23:00:37.519Z Downloaded samael v0.0.19
11532026-06-11T23:00:37.519Z Downloaded itertools v0.13.0
11542026-06-11T23:00:37.522Z Downloaded toml_writer v1.0.6+spec-1.1.0
11552026-06-11T23:00:37.526Z Downloaded want v0.3.1
11562026-06-11T23:00:37.529Z Downloaded xshell-macros v0.2.7
11572026-06-11T23:00:37.532Z Downloaded void v1.0.2
11582026-06-11T23:00:37.537Z Downloaded tokio-tungstenite v0.23.1
11592026-06-11T23:00:37.538Z Downloaded tokio-rustls v0.26.4
11602026-06-11T23:00:37.551Z Downloaded xattr v1.6.1
11612026-06-11T23:00:37.554Z Downloaded toml_parser v1.0.9+spec-1.1.0
11622026-06-11T23:00:37.556Z Downloaded tui-tree-widget v0.23.1
11632026-06-11T23:00:37.559Z Downloaded bindgen v0.71.1
11642026-06-11T23:00:37.562Z Downloaded unicase v2.9.0
11652026-06-11T23:00:37.567Z Downloaded schemars v1.2.1
11662026-06-11T23:00:37.577Z Downloaded tokio-stream v0.1.18
11672026-06-11T23:00:37.581Z Downloaded usdt-impl v0.6.0
11682026-06-11T23:00:37.581Z Downloaded russh v0.45.0
11692026-06-11T23:00:37.585Z Downloaded zeroize_derive v1.4.3
11702026-06-11T23:00:37.585Z Downloaded uzers v0.12.2
11712026-06-11T23:00:37.585Z Downloaded socket2 v0.5.10
11722026-06-11T23:00:37.588Z Downloaded zone_cfg_derive v0.3.1
11732026-06-11T23:00:37.588Z Downloaded p521 v0.13.3
11742026-06-11T23:00:37.591Z Downloaded snafu v0.8.9
11752026-06-11T23:00:37.594Z Downloaded twox-hash v2.1.2
11762026-06-11T23:00:37.598Z Downloaded iri-string v0.7.10
11772026-06-11T23:00:37.602Z Downloaded hkdf v0.12.4
11782026-06-11T23:00:37.609Z Downloaded nom v8.0.0
11792026-06-11T23:00:37.613Z Downloaded tinyvec v1.10.0
11802026-06-11T23:00:37.617Z Downloaded whoami v1.6.1
11812026-06-11T23:00:37.617Z Downloaded test-strategy v0.4.5
11822026-06-11T23:00:37.620Z Downloaded wyz v0.5.1
11832026-06-11T23:00:37.620Z Downloaded whoami v2.1.0
11842026-06-11T23:00:37.620Z Downloaded xshell v0.2.7
11852026-06-11T23:00:37.623Z Downloaded vergen-git2 v9.1.0
11862026-06-11T23:00:37.623Z Downloaded toml v0.7.8
11872026-06-11T23:00:37.628Z Downloaded vergen-gitcl v1.0.8
11882026-06-11T23:00:37.628Z Downloaded vergen-lib v9.1.0
11892026-06-11T23:00:37.628Z Downloaded vergen-lib v0.1.6
11902026-06-11T23:00:37.631Z Downloaded libm v0.2.16
11912026-06-11T23:00:37.635Z Downloaded tracing-attributes v0.1.31
11922026-06-11T23:00:37.648Z Downloaded zone v0.3.1
11932026-06-11T23:00:37.651Z Downloaded hyper v1.8.1
11942026-06-11T23:00:37.654Z Downloaded tokio-rustls v0.24.1
11952026-06-11T23:00:37.654Z Downloaded iddqd v0.4.2
11962026-06-11T23:00:37.661Z Downloaded tracing-core v0.1.36
11972026-06-11T23:00:37.665Z Downloaded untrusted v0.7.1
11982026-06-11T23:00:37.665Z Downloaded vergen v9.1.0
11992026-06-11T23:00:37.665Z Downloaded unicode-properties v0.1.4
12002026-06-11T23:00:37.669Z Downloaded toml v1.0.6+spec-1.1.0
12012026-06-11T23:00:37.672Z Downloaded tungstenite v0.21.0
12022026-06-11T23:00:37.675Z Downloaded typify v0.6.2
12032026-06-11T23:00:37.675Z Downloaded rustyline v14.0.0
12042026-06-11T23:00:37.679Z Downloaded zstd v0.13.3
12052026-06-11T23:00:37.683Z Downloaded blake3 v1.8.3
12062026-06-11T23:00:37.687Z Downloaded typify v0.4.3
12072026-06-11T23:00:37.691Z Downloaded rand v0.10.0
12082026-06-11T23:00:37.694Z Downloaded subprocess v0.2.15
12092026-06-11T23:00:37.699Z Downloaded vsss-rs v3.3.4
12102026-06-11T23:00:37.705Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-06-11T23:00:37.711Z Downloaded yasna v0.5.2
12122026-06-11T23:00:37.715Z Downloaded tar v0.4.45
12132026-06-11T23:00:37.715Z Downloaded tungstenite v0.23.0
12142026-06-11T23:00:37.718Z Downloaded walkdir v2.5.0
12152026-06-11T23:00:37.726Z Downloaded uuid v1.23.0
12162026-06-11T23:00:37.729Z Downloaded rpassword v7.4.0
12172026-06-11T23:00:37.735Z Downloaded unicode-bidi v0.3.18
12182026-06-11T23:00:37.738Z Downloaded zstd-safe v7.2.4
12192026-06-11T23:00:37.741Z Downloaded zeroize v1.8.2
12202026-06-11T23:00:37.745Z Downloaded reedline v0.40.0
12212026-06-11T23:00:37.749Z Downloaded zerocopy v0.6.6
12222026-06-11T23:00:37.752Z Downloaded serde_with v1.14.0
12232026-06-11T23:00:37.757Z Downloaded unsafe-libyaml v0.2.11
12242026-06-11T23:00:37.761Z Downloaded bitvec v1.0.1
12252026-06-11T23:00:37.766Z Downloaded aws-lc-rs v1.16.3
12262026-06-11T23:00:37.770Z Downloaded vte v0.14.1
12272026-06-11T23:00:37.793Z Downloaded tokio-postgres v0.7.16
12282026-06-11T23:00:37.798Z Downloaded zopfli v0.8.3
12292026-06-11T23:00:37.800Z Downloaded regex v1.12.3
12302026-06-11T23:00:37.810Z Downloaded steno v0.4.1
12312026-06-11T23:00:37.821Z Downloaded yansi v1.0.1
12322026-06-11T23:00:37.824Z Downloaded toml_edit v0.19.15
12332026-06-11T23:00:37.834Z Downloaded reqwest v0.13.2
12342026-06-11T23:00:37.837Z Downloaded reqwest v0.12.28
12352026-06-11T23:00:37.841Z Downloaded rayon v1.11.0
12362026-06-11T23:00:37.847Z Downloaded zip v0.6.6
12372026-06-11T23:00:37.850Z Downloaded ssh-key v0.6.7
12382026-06-11T23:00:37.854Z Downloaded p384 v0.13.1
12392026-06-11T23:00:37.857Z Downloaded chrono v0.4.44
12402026-06-11T23:00:37.861Z Downloaded typed-path v0.9.3
12412026-06-11T23:00:37.864Z Downloaded unicode-segmentation v1.12.0
12422026-06-11T23:00:37.867Z Downloaded curve25519-dalek v4.1.3
12432026-06-11T23:00:37.872Z Downloaded unicode_categories v0.1.1
12442026-06-11T23:00:37.878Z Downloaded quick-xml v0.37.5
12452026-06-11T23:00:37.881Z Downloaded lalrpop v0.19.12
12462026-06-11T23:00:37.884Z Downloaded portable-atomic v1.13.1
12472026-06-11T23:00:37.895Z Downloaded git2 v0.20.4
12482026-06-11T23:00:37.901Z Downloaded moka v0.12.13
12492026-06-11T23:00:37.909Z Downloaded zerocopy-derive v0.8.40
12502026-06-11T23:00:37.918Z Downloaded rustls-webpki v0.101.7
12512026-06-11T23:00:37.934Z Downloaded salty v0.3.0
12522026-06-11T23:00:37.938Z Downloaded tokio-util v0.7.18
12532026-06-11T23:00:37.944Z Downloaded proptest v1.10.0
12542026-06-11T23:00:37.949Z Downloaded x509-cert v0.2.5
12552026-06-11T23:00:37.962Z Downloaded tower v0.5.3
12562026-06-11T23:00:37.995Z Downloaded serde_with v3.17.0
12572026-06-11T23:00:38.009Z Downloaded tower-http v0.6.8
12582026-06-11T23:00:38.012Z Downloaded tough v0.22.0
12592026-06-11T23:00:38.016Z Downloaded rustls-webpki v0.102.8
12602026-06-11T23:00:38.030Z Downloaded unicode-normalization v0.1.25
12612026-06-11T23:00:38.033Z Downloaded nix v0.27.1
12622026-06-11T23:00:38.037Z Downloaded goblin v0.10.5
12632026-06-11T23:00:38.039Z Downloaded quinn-proto v0.11.13
12642026-06-11T23:00:38.042Z Downloaded winnow v0.5.40
12652026-06-11T23:00:38.047Z Downloaded radix_trie v0.2.1
12662026-06-11T23:00:38.050Z Downloaded zip v4.6.1
12672026-06-11T23:00:38.053Z Downloaded petname v2.0.2
12682026-06-11T23:00:38.060Z Downloaded object v0.30.4
12692026-06-11T23:00:38.067Z Downloaded nix v0.28.0
12702026-06-11T23:00:38.073Z Downloaded winnow v0.6.26
12712026-06-11T23:00:38.076Z Downloaded openssl v0.10.79
12722026-06-11T23:00:38.082Z Downloaded bstr v1.12.1
12732026-06-11T23:00:38.115Z Downloaded time v0.3.47
12742026-06-11T23:00:38.142Z Downloaded dropshot v0.17.0
12752026-06-11T23:00:38.151Z Downloaded smoltcp v0.9.1
12762026-06-11T23:00:38.158Z Downloaded nix v0.31.2
12772026-06-11T23:00:38.166Z Downloaded zlib-rs v0.6.2
12782026-06-11T23:00:38.168Z Downloaded hickory-proto v0.24.4
12792026-06-11T23:00:38.189Z Downloaded webpki-roots v1.0.6
12802026-06-11T23:00:38.193Z Downloaded vcpkg v0.2.15
12812026-06-11T23:00:38.203Z Downloaded rustls v0.21.12
12822026-06-11T23:00:38.209Z Downloaded diesel v2.3.7
12832026-06-11T23:00:38.221Z Downloaded regex-syntax v0.8.10
12842026-06-11T23:00:38.225Z Downloaded hickory-proto v0.25.2
12852026-06-11T23:00:38.231Z Downloaded regex-syntax v0.6.29
12862026-06-11T23:00:38.235Z Downloaded regress v0.11.1
12872026-06-11T23:00:38.240Z Downloaded object v0.37.3
12882026-06-11T23:00:38.246Z Downloaded rustix v0.38.44
12892026-06-11T23:00:38.260Z Downloaded tabled v0.20.0
12902026-06-11T23:00:38.268Z Downloaded polar-core v0.27.3
12912026-06-11T23:00:38.287Z Downloaded openapiv3 v2.2.0
12922026-06-11T23:00:38.297Z Downloaded rustls v0.22.4
12932026-06-11T23:00:38.307Z Downloaded smoltcp v0.11.0
12942026-06-11T23:00:38.316Z Downloaded regress v0.10.5
12952026-06-11T23:00:38.329Z Downloaded ratatui v0.29.0
12962026-06-11T23:00:38.339Z Downloaded zerocopy-derive v0.6.6
12972026-06-11T23:00:38.345Z Downloaded zerocopy v0.8.40
12982026-06-11T23:00:38.373Z Downloaded rustls v0.23.37
12992026-06-11T23:00:38.441Z Downloaded csv v1.4.0
13002026-06-11T23:00:38.476Z Downloaded sha3 v0.10.8
13012026-06-11T23:00:38.514Z Downloaded sqlparser v0.61.0
13022026-06-11T23:00:38.533Z Downloaded sled v0.34.7
13032026-06-11T23:00:38.565Z Downloaded typify-impl v0.6.2
13042026-06-11T23:00:38.572Z Downloaded encoding_rs v0.8.35
13052026-06-11T23:00:38.584Z Downloaded tracing v0.1.44
13062026-06-11T23:00:38.595Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-06-11T23:00:38.604Z Downloaded typify-impl v0.4.3
13082026-06-11T23:00:38.628Z Downloaded ring v0.17.14
13092026-06-11T23:00:38.654Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-11T23:00:38.694Z Downloaded regex-automata v0.4.14
13112026-06-11T23:00:38.715Z Downloaded chrono-tz v0.10.4
13122026-06-11T23:00:38.723Z Downloaded petgraph v0.6.5
13132026-06-11T23:00:38.741Z Downloaded jiff v0.2.21
13142026-06-11T23:00:38.772Z Downloaded petgraph v0.8.3
13152026-06-11T23:00:38.800Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-06-11T23:00:38.808Z Downloaded libz-sys v1.1.24
13172026-06-11T23:00:38.823Z Downloaded tokio v1.52.1
13182026-06-11T23:00:39.648Z Downloaded aws-lc-sys v0.40.0
13192026-06-11T23:00:39.904Z Compiling libc v0.2.185
13202026-06-11T23:00:39.904Z Compiling serde v1.0.228
13212026-06-11T23:00:39.907Z Compiling log v0.4.29
13222026-06-11T23:00:39.907Z Compiling shlex v1.3.0
13232026-06-11T23:00:39.907Z Compiling find-msvc-tools v0.1.9
13242026-06-11T23:00:40.040Z Compiling smallvec v1.15.1
13252026-06-11T23:00:40.050Z Compiling syn v2.0.117
13262026-06-11T23:00:40.059Z Compiling typenum v1.19.0
13272026-06-11T23:00:40.241Z Compiling generic-array v0.14.7
13282026-06-11T23:00:40.251Z Compiling subtle v2.6.1
13292026-06-11T23:00:40.312Z Compiling scopeguard v1.2.0
13302026-06-11T23:00:40.336Z Compiling const-oid v0.9.6
13312026-06-11T23:00:40.391Z Compiling lock_api v0.4.14
13322026-06-11T23:00:40.416Z Compiling serde_json v1.0.149
13332026-06-11T23:00:40.430Z Compiling zerocopy v0.8.40
13342026-06-11T23:00:40.495Z Compiling pin-project-lite v0.2.17
13352026-06-11T23:00:40.583Z Compiling portable-atomic v1.13.1
13362026-06-11T23:00:40.608Z Compiling parking_lot_core v0.9.12
13372026-06-11T23:00:40.848Z Compiling pkg-config v0.3.32
13382026-06-11T23:00:40.863Z Compiling getrandom v0.2.17
13392026-06-11T23:00:40.930Z Compiling jobserver v0.1.34
13402026-06-11T23:00:41.027Z Compiling rand_core v0.6.4
13412026-06-11T23:00:41.040Z Compiling errno v0.3.14
13422026-06-11T23:00:41.193Z Compiling cc v1.2.56
13432026-06-11T23:00:41.289Z Compiling signal-hook-registry v1.4.8
13442026-06-11T23:00:41.302Z Compiling bitflags v2.11.0
13452026-06-11T23:00:41.358Z Compiling futures-core v0.3.32
13462026-06-11T23:00:41.387Z Compiling libm v0.2.16
13472026-06-11T23:00:41.505Z Compiling critical-section v1.2.0
13482026-06-11T23:00:41.520Z Compiling parking_lot v0.12.5
13492026-06-11T23:00:41.554Z Compiling mio v1.2.0
13502026-06-11T23:00:41.590Z Compiling once_cell v1.21.3
13512026-06-11T23:00:41.609Z Compiling num-traits v0.2.19
13522026-06-11T23:00:41.726Z Compiling percent-encoding v2.3.2
13532026-06-11T23:00:41.806Z Compiling socket2 v0.6.3
13542026-06-11T23:00:41.885Z Compiling futures-sink v0.3.32
13552026-06-11T23:00:41.911Z Compiling slab v0.4.12
13562026-06-11T23:00:41.949Z Compiling cpufeatures v0.2.17
13572026-06-11T23:00:41.989Z Compiling futures-channel v0.3.32
13582026-06-11T23:00:42.004Z Compiling futures-task v0.3.32
13592026-06-11T23:00:42.023Z Compiling futures-io v0.3.32
13602026-06-11T23:00:42.084Z Compiling getrandom v0.4.1
13612026-06-11T23:00:42.171Z Compiling rand_core v0.10.0
13622026-06-11T23:00:42.213Z Compiling indexmap v2.14.0
13632026-06-11T23:00:42.218Z Compiling rustversion v1.0.22
13642026-06-11T23:00:42.218Z Compiling getrandom v0.3.4
13652026-06-11T23:00:42.335Z Compiling cmake v0.1.57
13662026-06-11T23:00:42.727Z Compiling form_urlencoded v1.2.2
13672026-06-11T23:00:42.754Z Compiling fs_extra v1.3.0
13682026-06-11T23:00:42.772Z Compiling synstructure v0.13.2
13692026-06-11T23:00:42.786Z Compiling dunce v1.0.5
13702026-06-11T23:00:42.875Z Compiling ident_case v1.0.1
13712026-06-11T23:00:42.905Z Compiling base64ct v1.8.3
13722026-06-11T23:00:43.003Z Compiling regex-syntax v0.8.10
13732026-06-11T23:00:43.075Z Compiling aws-lc-sys v0.40.0
13742026-06-11T23:00:43.078Z Compiling rustix v1.1.3
13752026-06-11T23:00:43.223Z Compiling pem-rfc7468 v0.7.0
13762026-06-11T23:00:43.251Z Compiling flagset v0.4.7
13772026-06-11T23:00:43.383Z Compiling iana-time-zone v0.1.65
13782026-06-11T23:00:43.411Z Compiling rand_core v0.9.5
13792026-06-11T23:00:43.460Z Compiling ring v0.17.14
13802026-06-11T23:00:43.541Z Compiling vcpkg v0.2.15
13812026-06-11T23:00:43.582Z Compiling aws-lc-rs v1.16.3
13822026-06-11T23:00:43.686Z Compiling uuid v1.23.0
13832026-06-11T23:00:43.870Z Compiling rustc_version v0.4.1
13842026-06-11T23:00:44.206Z Compiling tracing-core v0.1.36
13852026-06-11T23:00:44.284Z Compiling openssl-sys v0.9.115
13862026-06-11T23:00:44.405Z Compiling base64 v0.22.1
13872026-06-11T23:00:44.623Z Compiling serde_derive v1.0.228
13882026-06-11T23:00:44.733Z Compiling zeroize_derive v1.4.3
13892026-06-11T23:00:44.750Z Compiling zerofrom-derive v0.1.6
13902026-06-11T23:00:44.806Z Compiling yoke-derive v0.8.1
13912026-06-11T23:00:44.827Z Compiling zerovec-derive v0.11.2
13922026-06-11T23:00:45.377Z Compiling zeroize v1.8.2
13932026-06-11T23:00:45.434Z Compiling zerocopy-derive v0.8.40
13942026-06-11T23:00:45.957Z Compiling displaydoc v0.2.5
13952026-06-11T23:00:45.981Z Compiling tokio-macros v2.7.0
13962026-06-11T23:00:46.139Z Compiling crypto-common v0.1.7
13972026-06-11T23:00:46.142Z Compiling zerofrom v0.1.6
13982026-06-11T23:00:46.262Z Compiling yoke v0.8.1
13992026-06-11T23:00:46.293Z Compiling block-buffer v0.10.4
14002026-06-11T23:00:46.442Z Compiling zerovec v0.11.5
14012026-06-11T23:00:46.455Z Compiling digest v0.10.7
14022026-06-11T23:00:46.681Z Compiling zerotrie v0.2.3
14032026-06-11T23:00:46.684Z Compiling futures-macro v0.3.32
14042026-06-11T23:00:46.707Z Compiling hmac v0.12.1
14052026-06-11T23:00:46.858Z Compiling block-padding v0.3.3
14062026-06-11T23:00:46.928Z Compiling tinystr v0.8.2
14072026-06-11T23:00:46.969Z Compiling potential_utf v0.1.4
14082026-06-11T23:00:47.010Z Compiling inout v0.1.4
14092026-06-11T23:00:47.124Z Compiling icu_locale_core v2.1.1
14102026-06-11T23:00:47.127Z Compiling icu_collections v2.1.1
14112026-06-11T23:00:47.173Z Compiling cipher v0.4.4
14122026-06-11T23:00:47.425Z Compiling sha2 v0.10.9
14132026-06-11T23:00:47.478Z Compiling futures-util v0.3.32
14142026-06-11T23:00:47.597Z Compiling der_derive v0.7.3
14152026-06-11T23:00:47.994Z Compiling bytes v1.11.1
14162026-06-11T23:00:48.058Z Compiling icu_provider v2.1.1
14172026-06-11T23:00:48.131Z Compiling chrono v0.4.44
14182026-06-11T23:00:48.358Z Compiling icu_normalizer v2.1.1
14192026-06-11T23:00:48.608Z Compiling tokio v1.52.1
14202026-06-11T23:00:48.665Z Compiling icu_properties v2.1.2
14212026-06-11T23:00:48.818Z Compiling der v0.7.10
14222026-06-11T23:00:48.915Z Compiling http v1.4.0
14232026-06-11T23:00:49.523Z Compiling idna_adapter v1.2.1
14242026-06-11T23:00:49.661Z Compiling idna v1.1.0
14252026-06-11T23:00:49.757Z Compiling ppv-lite86 v0.2.21
14262026-06-11T23:00:49.766Z Compiling spki v0.7.3
14272026-06-11T23:00:49.810Z Compiling salsa20 v0.10.2
14282026-06-11T23:00:49.883Z Compiling pbkdf2 v0.12.2
14292026-06-11T23:00:49.944Z Compiling url v2.5.8
14302026-06-11T23:00:49.963Z Compiling rustls-pki-types v1.14.0
14312026-06-11T23:00:49.995Z Compiling thiserror-impl v2.0.18
14322026-06-11T23:00:50.007Z Compiling tracing-attributes v0.1.31
14332026-06-11T23:00:50.064Z Compiling rand_chacha v0.9.0
14342026-06-11T23:00:50.300Z Compiling scrypt v0.11.0
14352026-06-11T23:00:50.397Z Compiling http-body v1.0.1
14362026-06-11T23:00:50.549Z Compiling cbc v0.1.2
14372026-06-11T23:00:50.549Z Compiling aes v0.8.4
14382026-06-11T23:00:50.709Z Compiling openssl-probe v0.2.1
14392026-06-11T23:00:50.737Z Compiling tinyvec_macros v0.1.1
14402026-06-11T23:00:50.758Z Compiling untrusted v0.9.0
14412026-06-11T23:00:50.802Z Compiling httparse v1.10.1
14422026-06-11T23:00:50.873Z Compiling untrusted v0.7.1
14432026-06-11T23:00:50.995Z Compiling pkcs5 v0.7.1
14442026-06-11T23:00:51.176Z Compiling tinyvec v1.10.0
14452026-06-11T23:00:51.279Z Compiling tracing v0.1.44
14462026-06-11T23:00:51.292Z Compiling thiserror v2.0.18
14472026-06-11T23:00:51.394Z Compiling pest_generator v2.8.6
14482026-06-11T23:00:51.469Z Compiling rand v0.9.2
14492026-06-11T23:00:51.509Z Compiling serde_derive_internals v0.29.1
14502026-06-11T23:00:51.535Z Compiling aho-corasick v1.1.4
14512026-06-11T23:00:51.593Z Compiling tower-layer v0.3.3
14522026-06-11T23:00:51.749Z Compiling try-lock v0.2.5
14532026-06-11T23:00:51.857Z Compiling schemars v0.8.22
14542026-06-11T23:00:52.056Z Compiling rustls v0.23.37
14552026-06-11T23:00:52.070Z Compiling atomic-waker v1.1.2
14562026-06-11T23:00:52.193Z Compiling dyn-clone v1.0.20
14572026-06-11T23:00:52.225Z Compiling tower-service v0.3.3
14582026-06-11T23:00:52.242Z Compiling pest_derive v2.8.6
14592026-06-11T23:00:52.318Z Compiling tokio-util v0.7.18
14602026-06-11T23:00:52.331Z Compiling regex-automata v0.4.14
14612026-06-11T23:00:52.375Z Compiling schemars_derive v0.8.22
14622026-06-11T23:00:52.649Z Compiling want v0.3.1
14632026-06-11T23:00:52.665Z Compiling pkcs8 v0.10.2
14642026-06-11T23:00:52.962Z Compiling ipnet v2.11.0
14652026-06-11T23:00:53.142Z Compiling h2 v0.4.13
14662026-06-11T23:00:53.215Z Compiling scroll_derive v0.13.1
14672026-06-11T23:00:53.348Z Compiling darling_core v0.20.11
14682026-06-11T23:00:53.509Z Compiling pin-utils v0.1.0
14692026-06-11T23:00:53.584Z Compiling foreign-types-shared v0.1.1
14702026-06-11T23:00:53.619Z Compiling httpdate v1.0.3
14712026-06-11T23:00:53.671Z Compiling openssl v0.10.79
14722026-06-11T23:00:53.841Z Compiling foreign-types v0.3.2
14732026-06-11T23:00:53.927Z Compiling tempfile v3.25.0
14742026-06-11T23:00:54.006Z Compiling scroll v0.13.0
14752026-06-11T23:00:54.249Z Compiling unicode-normalization v0.1.25
14762026-06-11T23:00:54.294Z Compiling openssl-macros v0.1.1
14772026-06-11T23:00:54.674Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-06-11T23:00:54.687Z Compiling spin v0.9.8
14792026-06-11T23:00:54.702Z Compiling num-conv v0.2.0
14802026-06-11T23:00:54.828Z Compiling powerfmt v0.2.0
14812026-06-11T23:00:54.887Z Compiling time-core v0.1.8
14822026-06-11T23:00:55.028Z Compiling native-tls v0.2.18
14832026-06-11T23:00:55.044Z Compiling crc32fast v1.5.0
14842026-06-11T23:00:55.195Z Compiling time-macros v0.2.27
14852026-06-11T23:00:55.255Z Compiling deranged v0.5.8
14862026-06-11T23:00:55.593Z Compiling darling_macro v0.20.11
14872026-06-11T23:00:56.047Z Compiling darling v0.20.11
14882026-06-11T23:00:56.127Z Compiling hyper v1.8.1
14892026-06-11T23:00:56.183Z Compiling goblin v0.10.5
14902026-06-11T23:00:56.217Z Compiling rustls-native-certs v0.8.3
14912026-06-11T23:00:56.422Z Compiling sync_wrapper v1.0.2
14922026-06-11T23:00:56.503Z Compiling wait-timeout v0.2.1
14932026-06-11T23:00:56.528Z Compiling simd-adler32 v0.3.8
14942026-06-11T23:00:56.760Z Compiling unicode-segmentation v1.12.0
14952026-06-11T23:00:56.764Z Compiling siphasher v1.0.2
14962026-06-11T23:00:56.957Z Compiling syn v1.0.109
14972026-06-11T23:00:57.063Z Compiling crossbeam-utils v0.8.21
14982026-06-11T23:00:57.137Z Compiling quick-error v1.2.3
14992026-06-11T23:00:57.239Z Compiling hyper-util v0.1.20
15002026-06-11T23:00:57.259Z Compiling num_threads v0.1.7
15012026-06-11T23:00:57.353Z Compiling usdt-impl v0.6.0
15022026-06-11T23:00:57.360Z Compiling bit-vec v0.8.0
15032026-06-11T23:00:57.589Z Compiling bit-set v0.8.0
15042026-06-11T23:00:57.687Z Compiling time v0.3.47
15052026-06-11T23:00:57.789Z Compiling rusty-fork v0.3.1
15062026-06-11T23:00:57.882Z Compiling tower v0.5.3
15072026-06-11T23:00:58.133Z Compiling derive_builder_core v0.20.2
15082026-06-11T23:00:58.396Z Compiling dtrace-parser v0.3.0
15092026-06-11T23:00:58.540Z Compiling http-body-util v0.1.3
15102026-06-11T23:00:58.785Z Compiling webpki-roots v1.0.6
15112026-06-11T23:00:58.909Z Compiling dof v0.4.0
15122026-06-11T23:00:58.999Z Compiling signature v2.2.0
15132026-06-11T23:00:59.013Z Compiling scroll_derive v0.12.1
15142026-06-11T23:00:59.138Z Compiling thiserror-impl v1.0.69
15152026-06-11T23:00:59.175Z Compiling heapless v0.7.17
15162026-06-11T23:00:59.306Z Compiling rand_xorshift v0.4.0
15172026-06-11T23:00:59.410Z Compiling slog v2.8.2
15182026-06-11T23:00:59.470Z Compiling darling_core v0.21.3
15192026-06-11T23:00:59.590Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-06-11T23:00:59.657Z Compiling thread-id v5.1.0
15212026-06-11T23:00:59.760Z Compiling cookie v0.18.1
15222026-06-11T23:00:59.855Z Compiling zstd-safe v7.2.4
15232026-06-11T23:00:59.920Z Compiling paste v1.0.15
15242026-06-11T23:01:00.139Z Compiling unicode-bidi v0.3.18
15252026-06-11T23:01:00.180Z Compiling signal-hook v0.3.18
15262026-06-11T23:01:00.214Z Compiling adler2 v2.0.1
15272026-06-11T23:01:00.243Z Compiling allocator-api2 v0.2.21
15282026-06-11T23:01:00.309Z Compiling unarray v0.1.4
15292026-06-11T23:01:00.358Z Compiling unicode-properties v0.1.4
15302026-06-11T23:01:00.408Z Compiling ryu v1.0.23
15312026-06-11T23:01:00.418Z Compiling iri-string v0.7.10
15322026-06-11T23:01:00.561Z Compiling anyhow v1.0.102
15332026-06-11T23:01:00.566Z Compiling serde_urlencoded v0.7.1
15342026-06-11T23:01:00.576Z Compiling stringprep v0.1.5
15352026-06-11T23:01:00.584Z Compiling proptest v1.10.0
15362026-06-11T23:01:00.790Z Compiling thiserror v1.0.69
15372026-06-11T23:01:00.894Z Compiling miniz_oxide v0.8.9
15382026-06-11T23:01:01.484Z Compiling scroll v0.12.0
15392026-06-11T23:01:01.672Z Compiling tower-http v0.6.8
15402026-06-11T23:01:01.745Z Compiling derive_builder_macro v0.20.2
15412026-06-11T23:01:01.816Z Compiling tokio-native-tls v0.3.1
15422026-06-11T23:01:01.933Z Compiling darling_macro v0.21.3
15432026-06-11T23:01:01.983Z Compiling heck v0.4.1
15442026-06-11T23:01:02.056Z Compiling ipnetwork v0.21.1
15452026-06-11T23:01:02.189Z Compiling bstr v1.12.1
15462026-06-11T23:01:02.215Z Compiling rand_chacha v0.3.1
15472026-06-11T23:01:02.366Z Compiling serde_tokenstream v0.2.3
15482026-06-11T23:01:02.394Z Compiling erased-serde v0.3.31
15492026-06-11T23:01:02.461Z Compiling serde_spanned v0.6.9
15502026-06-11T23:01:02.761Z Compiling toml_datetime v0.6.11
15512026-06-11T23:01:02.811Z Compiling md-5 v0.10.6
15522026-06-11T23:01:02.842Z Compiling zerocopy-derive v0.7.35
15532026-06-11T23:01:02.851Z Compiling async-trait v0.1.89
15542026-06-11T23:01:02.851Z Compiling pin-project-internal v1.1.11
15552026-06-11T23:01:02.891Z Compiling curve25519-dalek v4.1.3
15562026-06-11T23:01:03.032Z Compiling vergen-lib v9.1.0
15572026-06-11T23:01:03.214Z Compiling num-integer v0.1.46
15582026-06-11T23:01:03.249Z Compiling hash32 v0.2.1
15592026-06-11T23:01:03.448Z Compiling ff v0.13.1
15602026-06-11T23:01:03.543Z Compiling memoffset v0.9.1
15612026-06-11T23:01:03.593Z Compiling encoding_rs v0.8.35
15622026-06-11T23:01:03.734Z Compiling fallible-iterator v0.2.0
15632026-06-11T23:01:03.740Z Compiling base16ct v0.2.0
15642026-06-11T23:01:03.889Z Compiling num-bigint-dig v0.8.6
15652026-06-11T23:01:03.941Z Compiling psl-types v2.0.11
15662026-06-11T23:01:03.994Z Compiling rustix v0.38.44
15672026-06-11T23:01:04.038Z Compiling cfg_aliases v0.2.1
15682026-06-11T23:01:04.052Z Compiling litrs v1.0.0
15692026-06-11T23:01:04.075Z Compiling zlib-rs v0.6.2
15702026-06-11T23:01:04.112Z Compiling mime v0.3.17
15712026-06-11T23:01:04.338Z Compiling smoltcp v0.9.1
15722026-06-11T23:01:04.400Z Compiling ref-cast v1.0.25
15732026-06-11T23:01:04.566Z Compiling document-features v0.2.12
15742026-06-11T23:01:04.736Z Compiling nix v0.31.2
15752026-06-11T23:01:04.811Z Compiling publicsuffix v2.3.0
15762026-06-11T23:01:04.986Z Compiling postgres-protocol v0.6.10
15772026-06-11T23:01:05.116Z Compiling pin-project v1.1.11
15782026-06-11T23:01:05.116Z Compiling sec1 v0.7.3
15792026-06-11T23:01:05.212Z Compiling zerocopy v0.7.35
15802026-06-11T23:01:05.290Z Compiling group v0.13.0
15812026-06-11T23:01:05.386Z Compiling num-iter v0.1.45
15822026-06-11T23:01:05.614Z Compiling newtype-uuid v1.3.2
15832026-06-11T23:01:05.628Z Compiling hubpack_derive v0.1.1
15842026-06-11T23:01:05.716Z Compiling rand v0.8.6
15852026-06-11T23:01:05.853Z Compiling darling v0.21.3
15862026-06-11T23:01:05.880Z Compiling oxnet v0.1.5
15872026-06-11T23:01:05.932Z Compiling snafu-derive v0.8.9
15882026-06-11T23:01:05.960Z Compiling derive_builder v0.20.2
15892026-06-11T23:01:06.043Z Compiling hyper-tls v0.6.0
15902026-06-11T23:01:06.193Z Compiling goblin v0.8.2
15912026-06-11T23:01:06.883Z Compiling flate2 v1.1.9
15922026-06-11T23:01:06.952Z Compiling phf_shared v0.13.1
15932026-06-11T23:01:07.143Z Compiling lazy_static v1.5.0
15942026-06-11T23:01:07.201Z Compiling regex v1.12.3
15952026-06-11T23:01:07.211Z Compiling anstyle-parse v0.2.7
15962026-06-11T23:01:07.259Z Compiling strum_macros v0.27.2
15972026-06-11T23:01:07.299Z Compiling futures-executor v0.3.32
15982026-06-11T23:01:07.402Z Compiling hex v0.4.3
15992026-06-11T23:01:07.547Z Compiling hkdf v0.12.4
16002026-06-11T23:01:07.619Z Compiling crypto-bigint v0.5.5
16012026-06-11T23:01:07.658Z Compiling ref-cast-impl v1.0.25
16022026-06-11T23:01:07.728Z Compiling daft-derive v0.1.7
16032026-06-11T23:01:07.819Z Compiling curve25519-dalek-derive v0.1.1
16042026-06-11T23:01:08.233Z Compiling terminal_size v0.4.3
16052026-06-11T23:01:08.365Z Compiling vergen v9.1.0
16062026-06-11T23:01:08.477Z Compiling fs-err v3.3.0
16072026-06-11T23:01:08.496Z Compiling cargo-platform v0.3.2
16082026-06-11T23:01:08.537Z Compiling ahash v0.8.12
16092026-06-11T23:01:08.679Z Compiling object v0.37.3
16102026-06-11T23:01:08.812Z Compiling bitflags v1.3.2
16112026-06-11T23:01:08.870Z Compiling bumpalo v3.20.2
16122026-06-11T23:01:08.870Z Compiling same-file v1.0.6
16132026-06-11T23:01:08.949Z Compiling foldhash v0.2.0
16142026-06-11T23:01:09.000Z Compiling winnow v0.5.40
16152026-06-11T23:01:09.024Z Compiling libbz2-rs-sys v0.2.2
16162026-06-11T23:01:09.158Z Compiling managed v0.8.0
16172026-06-11T23:01:09.262Z Compiling foldhash v0.1.5
16182026-06-11T23:01:09.479Z Compiling bzip2 v0.6.1
16192026-06-11T23:01:09.630Z Compiling hashbrown v0.15.5
16202026-06-11T23:01:09.643Z Compiling strum v0.27.2
16212026-06-11T23:01:09.702Z Compiling hashbrown v0.16.1
16222026-06-11T23:01:09.762Z Compiling zopfli v0.8.3
16232026-06-11T23:01:09.854Z Compiling walkdir v2.5.0
16242026-06-11T23:01:10.160Z Compiling clap_builder v4.6.0
16252026-06-11T23:01:10.178Z Compiling cargo_metadata v0.23.1
16262026-06-11T23:01:10.292Z Compiling toml_edit v0.19.15
16272026-06-11T23:01:10.313Z Compiling elliptic-curve v0.13.8
16282026-06-11T23:01:10.412Z Compiling daft v0.1.7
16292026-06-11T23:01:10.685Z Compiling dof v0.3.0
16302026-06-11T23:01:10.801Z Compiling snafu v0.8.9
16312026-06-11T23:01:11.155Z Compiling futures v0.3.32
16322026-06-11T23:01:11.243Z Compiling anstream v0.6.21
16332026-06-11T23:01:11.489Z Compiling phf v0.13.1
16342026-06-11T23:01:11.501Z Compiling signal-hook-mio v0.2.5
16352026-06-11T23:01:11.625Z Compiling cookie_store v0.22.1
16362026-06-11T23:01:11.654Z Compiling zstd v0.13.3
16372026-06-11T23:01:11.906Z Compiling bzip2 v0.4.4
16382026-06-11T23:01:11.925Z Compiling hubpack v0.1.2
16392026-06-11T23:01:12.119Z Compiling serde_with_macros v3.17.0
16402026-06-11T23:01:12.139Z Compiling postgres-types v0.2.12
16412026-06-11T23:01:12.654Z Compiling usdt-macro v0.6.0
16422026-06-11T23:01:12.853Z Compiling usdt-attr-macro v0.6.0
16432026-06-11T23:01:13.058Z Compiling globset v0.4.18
16442026-06-11T23:01:13.260Z Compiling dtrace-parser v0.2.0
16452026-06-11T23:01:13.426Z Compiling ed25519 v2.2.3
16462026-06-11T23:01:13.447Z Compiling phf_shared v0.11.3
16472026-06-11T23:01:13.553Z Compiling olpc-cjson v0.1.4
16482026-06-11T23:01:13.608Z Compiling pkcs1 v0.7.5
16492026-06-11T23:01:13.644Z Compiling strum_macros v0.26.4
16502026-06-11T23:01:13.673Z Compiling enum-as-inner v0.6.1
16512026-06-11T23:01:13.736Z Compiling clap_derive v4.6.1
16522026-06-11T23:01:14.009Z Compiling serde-big-array v0.5.1
16532026-06-11T23:01:14.020Z Compiling serde_plain v1.0.2
16542026-06-11T23:01:14.149Z Compiling rfc6979 v0.4.0
16552026-06-11T23:01:14.163Z Compiling pem v3.0.6
16562026-06-11T23:01:14.213Z Compiling serde_repr v0.1.20
16572026-06-11T23:01:14.333Z Compiling async-recursion v1.1.1
16582026-06-11T23:01:14.375Z Compiling float-cmp v0.10.0
16592026-06-11T23:01:14.473Z Compiling memmap2 v0.9.10
16602026-06-11T23:01:14.495Z Compiling thread-id v4.2.2
16612026-06-11T23:01:14.577Z Compiling env_filter v1.0.0
16622026-06-11T23:01:14.665Z Compiling precomputed-hash v0.1.1
16632026-06-11T23:01:14.723Z Compiling fixedbitset v0.5.7
16642026-06-11T23:01:14.759Z Compiling normalize-line-endings v0.3.0
16652026-06-11T23:01:14.849Z Compiling whoami v2.1.0
16662026-06-11T23:01:14.864Z Compiling static_assertions v1.1.0
16672026-06-11T23:01:14.918Z Compiling either v1.15.0
16682026-06-11T23:01:14.940Z Compiling predicates-core v1.0.10
16692026-06-11T23:01:15.025Z Compiling typed-path v0.9.3
16702026-06-11T23:01:15.112Z Compiling jiff v0.2.21
16712026-06-11T23:01:15.117Z Compiling data-encoding v2.10.0
16722026-06-11T23:01:15.220Z Compiling difflib v0.4.0
16732026-06-11T23:01:15.383Z Compiling new_debug_unreachable v1.0.6
16742026-06-11T23:01:15.461Z Compiling keccak v0.1.6
16752026-06-11T23:01:15.491Z Compiling fixedbitset v0.4.2
16762026-06-11T23:01:15.710Z Compiling petgraph v0.6.5
16772026-06-11T23:01:15.777Z Compiling sha3 v0.10.8
16782026-06-11T23:01:15.788Z Compiling clap v4.6.1
16792026-06-11T23:01:15.874Z Compiling string_cache v0.8.9
16802026-06-11T23:01:16.096Z Compiling predicates v3.1.4
16812026-06-11T23:01:16.207Z Compiling hickory-proto v0.25.2
16822026-06-11T23:01:16.240Z Compiling strum v0.26.3
16832026-06-11T23:01:16.268Z Compiling itertools v0.13.0
16842026-06-11T23:01:16.360Z Compiling tokio-postgres v0.7.16
16852026-06-11T23:01:16.753Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16862026-06-11T23:01:17.102Z Compiling petgraph v0.8.3
16872026-06-11T23:01:17.178Z Compiling toml_edit v0.22.27
16882026-06-11T23:01:17.497Z Compiling env_logger v0.11.9
16892026-06-11T23:01:17.877Z Compiling zip v4.6.1
16902026-06-11T23:01:18.558Z Compiling usdt v0.6.0
16912026-06-11T23:01:18.821Z Compiling usdt-impl v0.5.0
16922026-06-11T23:01:18.895Z Compiling ecdsa v0.16.9
16932026-06-11T23:01:18.938Z Compiling rsa v0.9.10
16942026-06-11T23:01:19.280Z Compiling ed25519-dalek v2.2.0
16952026-06-11T23:01:19.365Z Compiling serde_with v3.17.0
16962026-06-11T23:01:19.414Z Compiling crossterm v0.28.1
16972026-06-11T23:01:19.905Z Compiling zip v0.6.6
16982026-06-11T23:01:20.322Z Compiling toml v0.7.8
16992026-06-11T23:01:20.486Z Compiling iddqd v0.4.2
17002026-06-11T23:01:20.976Z Compiling toml_parser v1.0.9+spec-1.1.0
17012026-06-11T23:01:21.073Z Compiling similar v2.7.0
17022026-06-11T23:01:21.099Z Compiling crossbeam-epoch v0.9.18
17032026-06-11T23:01:21.114Z Compiling tokio-stream v0.1.18
17042026-06-11T23:01:21.430Z Compiling buf-list v1.1.2
17052026-06-11T23:01:21.632Z Compiling x509-cert v0.2.5
17062026-06-11T23:01:21.652Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17072026-06-11T23:01:21.724Z Compiling openapiv3 v2.2.0
17082026-06-11T23:01:21.761Z Compiling sha1 v0.10.6
17092026-06-11T23:01:21.881Z Compiling lalrpop-util v0.19.12
17102026-06-11T23:01:21.924Z Compiling peg-runtime v0.8.5
17112026-06-11T23:01:21.982Z Compiling thread_local v1.1.9
17122026-06-11T23:01:22.072Z Compiling slog-async v2.8.0
17132026-06-11T23:01:22.210Z Compiling crossbeam-channel v0.5.15
17142026-06-11T23:01:22.219Z Compiling filetime v0.2.27
17152026-06-11T23:01:22.233Z Compiling is-terminal v0.4.17
17162026-06-11T23:01:22.331Z Compiling term v1.2.1
17172026-06-11T23:01:22.380Z Compiling xattr v1.6.1
17182026-06-11T23:01:22.404Z Compiling take_mut v0.2.2
17192026-06-11T23:01:22.514Z Compiling tar v0.4.45
17202026-06-11T23:01:22.645Z Compiling slog-term v2.9.2
17212026-06-11T23:01:32.301Z Compiling rustls-webpki v0.103.9
17222026-06-11T23:01:36.808Z Compiling tokio-rustls v0.26.4
17232026-06-11T23:01:36.808Z Compiling rustls-platform-verifier v0.6.2
17242026-06-11T23:01:36.808Z Compiling hyper-rustls v0.27.7
17252026-06-11T23:01:36.808Z Compiling reqwest v0.12.28
17262026-06-11T23:01:36.808Z Compiling reqwest v0.13.2
17272026-06-11T23:01:36.843Z Compiling tough v0.22.0
17282026-06-11T23:01:39.285Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-06-11T23:01:39.497Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-06-11T23:01:42.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17312026-06-11T23:01:42.517Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17322026-06-11T23:01:42.572ZJun 11 23:01:41.425 INFO Starting download, target: Cockroach
17332026-06-11T23:01:42.572ZJun 11 23:01:41.425 INFO Starting download, target: Console
17342026-06-11T23:01:42.575ZJun 11 23:01:41.425 INFO Starting download, target: Clickhouse
17352026-06-11T23:01:42.576ZJun 11 23:01:41.425 INFO Starting download, target: DendriteStub
17362026-06-11T23:01:42.576ZJun 11 23:01:41.425 INFO Starting download, target: MaghemiteMgd
17372026-06-11T23:01:42.576ZJun 11 23:01:41.425 INFO Starting download, target: MaghemiteDdmd
17382026-06-11T23:01:42.576ZJun 11 23:01:41.425 INFO Starting download, target: TransceiverControl
17392026-06-11T23:01:42.576ZJun 11 23:01:41.425 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-06-11T23:01:42.576ZJun 11 23:01:41.425 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-06-11T23:01:42.576ZJun 11 23:01:41.426 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-06-11T23:01:42.576ZJun 11 23:01:41.426 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17432026-06-11T23:01:42.576ZJun 11 23:01:41.426 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17442026-06-11T23:01:42.576ZJun 11 23:01:41.426 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17452026-06-11T23:01:42.576ZJun 11 23:01:41.426 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-06-11T23:01:43.527ZJun 11 23:01:42.381 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17472026-06-11T23:01:43.766ZJun 11 23:01:42.620 INFO Download complete, target: Console
17482026-06-11T23:01:45.532ZJun 11 23:01:44.386 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-06-11T23:01:52.245ZJun 11 23:01:51.099 INFO Checking that binary works, target: Clickhouse
17502026-06-11T23:01:52.339ZJun 11 23:01:51.192 INFO Download complete, target: Clickhouse
17512026-06-11T23:02:04.590ZJun 11 23:02:03.332 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17522026-06-11T23:02:04.759ZJun 11 23:02:03.538 INFO Download complete, target: TransceiverControl
17532026-06-11T23:02:07.592ZJun 11 23:02:06.395 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17542026-06-11T23:02:07.649ZJun 11 23:02:06.459 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-06-11T23:02:09.295ZJun 11 23:02:08.110 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-06-11T23:02:09.453ZJun 11 23:02:08.283 INFO Download complete, target: MaghemiteDdmd
17572026-06-11T23:02:09.806ZJun 11 23:02:08.659 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17582026-06-11T23:02:09.806ZJun 11 23:02:08.659 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17592026-06-11T23:02:09.993ZJun 11 23:02:08.846 INFO Download complete, target: DendriteStub
17602026-06-11T23:02:11.537ZJun 11 23:02:10.390 INFO Download complete, target: MaghemiteMgd
17612026-06-11T23:02:14.504ZJun 11 23:02:13.358 INFO Checking that binary works, target: Cockroach
17622026-06-11T23:02:14.628ZJun 11 23:02:13.481 INFO Download complete, target: Cockroach
17632026-06-11T23:02:14.642ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-06-11T23:02:14.645Z
17652026-06-11T23:02:14.645Zreal 2:43.980851062
17662026-06-11T23:02:14.645Zuser 6:56.478906233
17672026-06-11T23:02:14.645Zsys 1:22.369880363
17682026-06-11T23:02:14.645Ztrap 0.208681727
17692026-06-11T23:02:14.645Ztflt 0.665274297
17702026-06-11T23:02:14.645Zdflt 0.605862528
17712026-06-11T23:02:14.645Zkflt 0.021790511
17722026-06-11T23:02:14.645Zlock 27:23.714892825
17732026-06-11T23:02:14.645Zslp 22:12.326181580
17742026-06-11T23:02:14.645Zlat 42.308396260
17752026-06-11T23:02:14.645Zstop 1:51.123185737
17762026-06-11T23:02:14.645Z+ banner hack-check
17772026-06-11T23:02:14.645Z
17782026-06-11T23:02:14.645Z # # ## #### # # #### # # ###### #### # #
17792026-06-11T23:02:14.645Z # # # # # # # # # # # # # # # # #
17802026-06-11T23:02:14.645Z ###### # # # #### ##### # ###### ##### # ####
17812026-06-11T23:02:14.645Z # # ###### # # # # # # # # # #
17822026-06-11T23:02:14.645Z # # # # # # # # # # # # # # # # #
17832026-06-11T23:02:14.646Z # # # # #### # # #### # # ###### #### # #
17842026-06-11T23:02:14.646Z
17852026-06-11T23:02:14.646Z+ export CARGO_INCREMENTAL=0
17862026-06-11T23:02:14.647Z+ CARGO_INCREMENTAL=0
17872026-06-11T23:02:14.647Z+ ptime -m timeout 2h cargo xtask check-features --ci
17882026-06-11T23:02:15.181Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-06-11T23:02:15.404Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-06-11T23:02:17.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17912026-06-11T23:02:17.321Z Running `target/debug/xtask check-features --ci`
17922026-06-11T23:02:17.348Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17932026-06-11T23:02:17.348Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17942026-06-11T23:02:17.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17952026-06-11T23:02:17.860Z Running `target/debug/xtask download cargo-hack`
17962026-06-11T23:02:18.652Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-06-11T23:02:18.967Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-06-11T23:02:21.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
17992026-06-11T23:02:21.694Z Running `target/debug/xtask-downloader cargo-hack`
18002026-06-11T23:02:21.734ZJun 11 23:02:20.588 INFO Starting download, target: CargoHack
18012026-06-11T23:02:21.737ZJun 11 23:02:20.589 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18022026-06-11T23:02:22.092ZJun 11 23:02:20.946 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18032026-06-11T23:02:22.142ZJun 11 23:02:20.996 INFO Download complete, target: CargoHack
18042026-06-11T23:02:22.145Zrunning: "/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"
18052026-06-11T23:02:22.158Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18062026-06-11T23:02:22.314Zinfo: running `cargo check --bins` on api_identity (1/295)
18072026-06-11T23:02:22.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-11T23:02:22.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-11T23:02:22.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-11T23:02:22.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18112026-06-11T23:02:22.893Z
18122026-06-11T23:02:22.893Zinfo: running `cargo check --bins` on bootstore (2/295)
18132026-06-11T23:02:23.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-11T23:02:23.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-11T23:02:23.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-11T23:02:23.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18172026-06-11T23:02:23.472Z
18182026-06-11T23:02:23.472Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18192026-06-11T23:02:23.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-11T23:02:23.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-11T23:02:23.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-11T23:02:23.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18232026-06-11T23:02:24.043Z
18242026-06-11T23:02:24.043Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18252026-06-11T23:02:24.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-11T23:02:24.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-11T23:02:24.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-11T23:02:24.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-06-11T23:02:24.618Z
18302026-06-11T23:02:24.618Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18312026-06-11T23:02:25.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-11T23:02:25.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-11T23:02:25.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-11T23:02:25.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18352026-06-11T23:02:25.211Z
18362026-06-11T23:02:25.211Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18372026-06-11T23:02:25.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-11T23:02:25.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-11T23:02:25.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-11T23:02:25.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18412026-06-11T23:02:25.806Z
18422026-06-11T23:02:25.806Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18432026-06-11T23:02:26.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-11T23:02:26.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-11T23:02:26.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-11T23:02:26.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18472026-06-11T23:02:26.390Z
18482026-06-11T23:02:26.390Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18492026-06-11T23:02:26.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-11T23:02:26.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-11T23:02:26.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-11T23:02:26.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18532026-06-11T23:02:26.979Z
18542026-06-11T23:02:26.979Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18552026-06-11T23:02:27.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-11T23:02:27.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-11T23:02:27.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-11T23:02:27.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18592026-06-11T23:02:27.444Z
18602026-06-11T23:02:27.444Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18612026-06-11T23:02:28.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-11T23:02:28.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-11T23:02:28.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-11T23:02:28.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18652026-06-11T23:02:28.109Z
18662026-06-11T23:02:28.109Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18672026-06-11T23:02:28.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-11T23:02:28.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-11T23:02:28.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-11T23:02:28.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18712026-06-11T23:02:28.380Z
18722026-06-11T23:02:28.380Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18732026-06-11T23:02:28.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-11T23:02:28.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-11T23:02:28.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-11T23:02:28.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-06-11T23:02:28.839Z
18782026-06-11T23:02:28.839Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18792026-06-11T23:02:29.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-11T23:02:29.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-11T23:02:29.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-11T23:02:29.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-06-11T23:02:29.310Z
18842026-06-11T23:02:29.310Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18852026-06-11T23:02:29.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-11T23:02:29.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-11T23:02:29.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-11T23:02:29.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18892026-06-11T23:02:29.790Z
18902026-06-11T23:02:29.790Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18912026-06-11T23:02:30.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-11T23:02:30.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-11T23:02:30.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-11T23:02:30.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-06-11T23:02:30.259Z
18962026-06-11T23:02:30.259Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18972026-06-11T23:02:30.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-11T23:02:30.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-11T23:02:30.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-11T23:02:30.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-06-11T23:02:30.722Z
19022026-06-11T23:02:30.722Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
19032026-06-11T23:02:31.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-11T23:02:31.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-11T23:02:31.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-11T23:02:31.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-06-11T23:02:31.181Z
19082026-06-11T23:02:31.181Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19092026-06-11T23:02:31.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-11T23:02:31.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-11T23:02:31.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-11T23:02:31.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-06-11T23:02:31.643Z
19142026-06-11T23:02:31.643Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19152026-06-11T23:02:32.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-11T23:02:32.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-11T23:02:32.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-11T23:02:32.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-06-11T23:02:32.105Z
19202026-06-11T23:02:32.105Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19212026-06-11T23:02:32.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-11T23:02:32.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-11T23:02:32.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-11T23:02:32.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19252026-06-11T23:02:32.572Z
19262026-06-11T23:02:32.572Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19272026-06-11T23:02:32.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-11T23:02:32.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-11T23:02:32.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-11T23:02:32.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-06-11T23:02:33.038Z
19322026-06-11T23:02:33.038Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19332026-06-11T23:02:33.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-11T23:02:33.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-11T23:02:33.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-11T23:02:33.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-06-11T23:02:33.500Z
19382026-06-11T23:02:33.501Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19392026-06-11T23:02:33.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-11T23:02:33.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-11T23:02:33.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-11T23:02:33.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-06-11T23:02:33.966Z
19442026-06-11T23:02:33.966Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19452026-06-11T23:02:34.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-11T23:02:34.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-11T23:02:34.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-11T23:02:34.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-06-11T23:02:34.430Z
19502026-06-11T23:02:34.431Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19512026-06-11T23:02:34.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-11T23:02:34.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-11T23:02:34.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-11T23:02:34.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-06-11T23:02:34.893Z
19562026-06-11T23:02:34.893Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19572026-06-11T23:02:35.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-11T23:02:35.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-11T23:02:35.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-11T23:02:35.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-06-11T23:02:35.358Z
19622026-06-11T23:02:35.358Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19632026-06-11T23:02:35.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-11T23:02:35.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-11T23:02:35.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-11T23:02:35.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-06-11T23:02:35.822Z
19682026-06-11T23:02:35.822Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19692026-06-11T23:02:36.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-11T23:02:36.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-11T23:02:36.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-11T23:02:36.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-06-11T23:02:36.285Z
19742026-06-11T23:02:36.285Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19752026-06-11T23:02:36.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-11T23:02:36.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-11T23:02:36.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-11T23:02:36.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-06-11T23:02:36.748Z
19802026-06-11T23:02:36.748Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19812026-06-11T23:02:37.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-11T23:02:37.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-11T23:02:37.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-11T23:02:37.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-06-11T23:02:37.216Z
19862026-06-11T23:02:37.216Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19872026-06-11T23:02:37.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-11T23:02:37.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-11T23:02:37.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-11T23:02:37.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-06-11T23:02:37.677Z
19922026-06-11T23:02:37.677Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19932026-06-11T23:02:38.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-11T23:02:38.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-11T23:02:38.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-11T23:02:38.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-06-11T23:02:38.139Z
19982026-06-11T23:02:38.139Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19992026-06-11T23:02:38.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-11T23:02:38.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-11T23:02:38.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-11T23:02:38.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-06-11T23:02:38.606Z
20042026-06-11T23:02:38.606Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20052026-06-11T23:02:39.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-11T23:02:39.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-11T23:02:39.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-11T23:02:39.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-06-11T23:02:39.069Z
20102026-06-11T23:02:39.069Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20112026-06-11T23:02:39.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-11T23:02:39.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-11T23:02:39.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-11T23:02:39.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-06-11T23:02:39.535Z
20162026-06-11T23:02:39.535Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20172026-06-11T23:02:39.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-11T23:02:39.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-11T23:02:39.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-11T23:02:39.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-06-11T23:02:39.997Z
20222026-06-11T23:02:39.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20232026-06-11T23:02:40.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-11T23:02:40.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-11T23:02:40.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-11T23:02:40.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-06-11T23:02:40.461Z
20282026-06-11T23:02:40.461Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20292026-06-11T23:02:40.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-11T23:02:40.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-11T23:02:40.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-11T23:02:40.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-06-11T23:02:40.926Z
20342026-06-11T23:02:40.926Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20352026-06-11T23:02:41.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-11T23:02:41.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-11T23:02:41.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-11T23:02:41.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-06-11T23:02:41.395Z
20402026-06-11T23:02:41.395Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20412026-06-11T23:02:41.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-11T23:02:41.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-11T23:02:41.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-11T23:02:41.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20452026-06-11T23:02:41.865Z
20462026-06-11T23:02:41.865Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20472026-06-11T23:02:42.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-11T23:02:42.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-11T23:02:42.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-11T23:02:42.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-06-11T23:02:42.329Z
20522026-06-11T23:02:42.329Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20532026-06-11T23:02:42.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-11T23:02:42.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-11T23:02:42.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-11T23:02:42.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-06-11T23:02:42.792Z
20582026-06-11T23:02:42.792Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20592026-06-11T23:02:43.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-11T23:02:43.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-11T23:02:43.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-11T23:02:43.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-06-11T23:02:43.261Z
20642026-06-11T23:02:43.261Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20652026-06-11T23:02:43.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-11T23:02:43.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-11T23:02:43.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-11T23:02:43.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-06-11T23:02:43.730Z
20702026-06-11T23:02:43.730Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20712026-06-11T23:02:44.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-11T23:02:44.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-11T23:02:44.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-11T23:02:44.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-06-11T23:02:44.195Z
20762026-06-11T23:02:44.195Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20772026-06-11T23:02:44.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-11T23:02:44.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-11T23:02:44.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-11T23:02:44.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-06-11T23:02:44.664Z
20822026-06-11T23:02:44.664Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20832026-06-11T23:02:45.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-11T23:02:45.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-11T23:02:45.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-11T23:02:45.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20872026-06-11T23:02:45.138Z
20882026-06-11T23:02:45.138Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20892026-06-11T23:02:45.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-11T23:02:45.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-11T23:02:45.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-11T23:02:45.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20932026-06-11T23:02:45.597Z
20942026-06-11T23:02:45.597Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20952026-06-11T23:02:46.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-11T23:02:46.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-11T23:02:46.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-11T23:02:46.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-06-11T23:02:46.223Z
21002026-06-11T23:02:46.223Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
21012026-06-11T23:02:46.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-11T23:02:46.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-11T23:02:46.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-11T23:02:46.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21052026-06-11T23:02:46.854Z
21062026-06-11T23:02:46.854Zinfo: running `cargo check --bins` on nexus-config (51/295)
21072026-06-11T23:02:47.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-11T23:02:47.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-11T23:02:47.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-11T23:02:47.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21112026-06-11T23:02:47.484Z
21122026-06-11T23:02:47.485Zinfo: running `cargo check --bins` on nexus-types (52/295)
21132026-06-11T23:02:48.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-11T23:02:48.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-11T23:02:48.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-11T23:02:48.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21172026-06-11T23:02:48.122Z
21182026-06-11T23:02:48.122Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21192026-06-11T23:02:48.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-11T23:02:48.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-11T23:02:48.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-11T23:02:48.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21232026-06-11T23:02:48.719Z
21242026-06-11T23:02:48.719Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21252026-06-11T23:02:49.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-11T23:02:49.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-11T23:02:49.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-11T23:02:49.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21292026-06-11T23:02:49.301Z
21302026-06-11T23:02:49.301Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21312026-06-11T23:02:49.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-11T23:02:49.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-11T23:02:49.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-11T23:02:49.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21352026-06-11T23:02:49.903Z
21362026-06-11T23:02:49.903Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21372026-06-11T23:02:50.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-11T23:02:50.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-11T23:02:50.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-11T23:02:50.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21412026-06-11T23:02:50.508Z
21422026-06-11T23:02:50.509Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21432026-06-11T23:02:51.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-11T23:02:51.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-11T23:02:51.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-11T23:02:51.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21472026-06-11T23:02:51.114Z
21482026-06-11T23:02:51.115Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21492026-06-11T23:02:51.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-11T23:02:51.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-11T23:02:51.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-11T23:02:51.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21532026-06-11T23:02:51.717Z
21542026-06-11T23:02:51.717Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21552026-06-11T23:02:52.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-11T23:02:52.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-11T23:02:52.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-11T23:02:52.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21592026-06-11T23:02:52.301Z
21602026-06-11T23:02:52.301Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21612026-06-11T23:02:52.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-11T23:02:52.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-11T23:02:52.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-11T23:02:52.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21652026-06-11T23:02:52.882Z
21662026-06-11T23:02:52.882Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21672026-06-11T23:02:53.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-11T23:02:53.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-11T23:02:53.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-11T23:02:53.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21712026-06-11T23:02:53.460Z
21722026-06-11T23:02:53.460Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21732026-06-11T23:02:53.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-11T23:02:53.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-11T23:02:53.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-11T23:02:53.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21772026-06-11T23:02:54.039Z
21782026-06-11T23:02:54.039Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21792026-06-11T23:02:54.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-11T23:02:54.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-11T23:02:54.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-11T23:02:54.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21832026-06-11T23:02:54.637Z
21842026-06-11T23:02:54.637Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21852026-06-11T23:02:55.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-11T23:02:55.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-11T23:02:55.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-11T23:02:55.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21892026-06-11T23:02:55.230Z
21902026-06-11T23:02:55.230Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21912026-06-11T23:02:55.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-11T23:02:55.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-11T23:02:55.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-11T23:02:55.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-06-11T23:02:55.810Z
21962026-06-11T23:02:55.810Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21972026-06-11T23:02:56.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-11T23:02:56.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-11T23:02:56.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-11T23:02:56.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22012026-06-11T23:02:56.392Z
22022026-06-11T23:02:56.392Zinfo: running `cargo check --bins` on ereport-types (67/295)
22032026-06-11T23:02:56.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-11T23:02:56.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-11T23:02:56.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-11T23:02:56.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22072026-06-11T23:02:56.977Z
22082026-06-11T23:02:56.977Zinfo: running `cargo check --bins` on gateway-client (68/295)
22092026-06-11T23:02:57.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-11T23:02:57.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-11T23:02:57.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-11T23:02:57.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22132026-06-11T23:02:57.573Z
22142026-06-11T23:02:57.573Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22152026-06-11T23:02:58.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-11T23:02:58.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-11T23:02:58.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-11T23:02:58.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22192026-06-11T23:02:58.159Z
22202026-06-11T23:02:58.159Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22212026-06-11T23:02:58.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-11T23:02:58.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-11T23:02:58.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-11T23:02:58.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22252026-06-11T23:02:58.750Z
22262026-06-11T23:02:58.750Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22272026-06-11T23:02:59.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-11T23:02:59.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-11T23:02:59.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-11T23:02:59.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22312026-06-11T23:02:59.342Z
22322026-06-11T23:02:59.342Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22332026-06-11T23:02:59.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-11T23:02:59.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-11T23:02:59.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-11T23:02:59.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22372026-06-11T23:02:59.931Z
22382026-06-11T23:02:59.931Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22392026-06-11T23:03:00.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-11T23:03:00.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-11T23:03:00.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-11T23:03:00.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22432026-06-11T23:03:00.535Z
22442026-06-11T23:03:00.535Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22452026-06-11T23:03:01.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-11T23:03:01.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-11T23:03:01.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-06-11T23:03:01.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22492026-06-11T23:03:01.146Z
22502026-06-11T23:03:01.146Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22512026-06-11T23:03:01.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-06-11T23:03:01.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-06-11T23:03:01.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-06-11T23:03:01.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22552026-06-11T23:03:01.726Z
22562026-06-11T23:03:01.726Zinfo: running `cargo check --bins` on oxlog (76/295)
22572026-06-11T23:03:02.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-06-11T23:03:02.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-06-11T23:03:02.335Z Checking cfg-if v1.0.4
22602026-06-11T23:03:02.338Z Checking libc v0.2.185
22612026-06-11T23:03:02.338Z Checking serde_core v1.0.228
22622026-06-11T23:03:02.454Z Checking zeroize v1.8.2
22632026-06-11T23:03:02.462Z Checking memchr v2.8.0
22642026-06-11T23:03:02.471Z Checking log v0.4.29
22652026-06-11T23:03:02.480Z Checking smallvec v1.15.1
22662026-06-11T23:03:02.492Z Checking typenum v1.19.0
22672026-06-11T23:03:02.492Z Checking subtle v2.6.1
22682026-06-11T23:03:02.593Z Checking itoa v1.0.17
22692026-06-11T23:03:02.629Z Checking scopeguard v1.2.0
22702026-06-11T23:03:02.644Z Checking stable_deref_trait v1.2.1
22712026-06-11T23:03:02.656Z Checking const-oid v0.9.6
22722026-06-11T23:03:02.717Z Checking zerofrom v0.1.6
22732026-06-11T23:03:02.729Z Checking lock_api v0.4.14
22742026-06-11T23:03:02.741Z Checking pin-project-lite v0.2.17
22752026-06-11T23:03:02.829Z Checking yoke v0.8.1
22762026-06-11T23:03:02.841Z Checking portable-atomic v1.13.1
22772026-06-11T23:03:02.853Z Checking critical-section v1.2.0
22782026-06-11T23:03:02.856Z Checking getrandom v0.2.17
22792026-06-11T23:03:02.921Z Checking errno v0.3.14
22802026-06-11T23:03:02.980Z Checking parking_lot_core v0.9.12
22812026-06-11T23:03:02.993Z Checking zerovec v0.11.5
22822026-06-11T23:03:03.016Z Checking generic-array v0.14.7
22832026-06-11T23:03:03.037Z Checking signal-hook-registry v1.4.8
22842026-06-11T23:03:03.040Z Checking rand_core v0.6.4
22852026-06-11T23:03:03.163Z Checking futures-core v0.3.32
22862026-06-11T23:03:03.192Z Checking parking_lot v0.12.5
22872026-06-11T23:03:03.218Z Checking mio v1.2.0
22882026-06-11T23:03:03.233Z Checking once_cell v1.21.3
22892026-06-11T23:03:03.283Z Checking zerocopy v0.8.40
22902026-06-11T23:03:03.324Z Checking zmij v1.0.21
22912026-06-11T23:03:03.376Z Checking socket2 v0.6.3
22922026-06-11T23:03:03.401Z Checking libm v0.2.16
22932026-06-11T23:03:03.419Z Checking tinystr v0.8.2
22942026-06-11T23:03:03.451Z Checking crypto-common v0.1.7
22952026-06-11T23:03:03.490Z Checking block-buffer v0.10.4
22962026-06-11T23:03:03.531Z Checking litemap v0.8.1
22972026-06-11T23:03:03.573Z Checking equivalent v1.0.2
22982026-06-11T23:03:03.596Z Checking writeable v0.6.2
22992026-06-11T23:03:03.615Z Checking percent-encoding v2.3.2
23002026-06-11T23:03:03.629Z Checking digest v0.10.7
23012026-06-11T23:03:03.653Z Checking potential_utf v0.1.4
23022026-06-11T23:03:03.702Z Checking zerotrie v0.2.3
23032026-06-11T23:03:03.752Z Checking icu_locale_core v2.1.1
23042026-06-11T23:03:03.764Z Checking futures-sink v0.3.32
23052026-06-11T23:03:03.779Z Checking icu_collections v2.1.1
23062026-06-11T23:03:03.818Z Checking futures-task v0.3.32
23072026-06-11T23:03:03.859Z Checking futures-channel v0.3.32
23082026-06-11T23:03:03.918Z Checking serde v1.0.228
23092026-06-11T23:03:03.945Z Checking bitflags v2.11.0
23102026-06-11T23:03:03.957Z Checking serde_json v1.0.149
23112026-06-11T23:03:04.050Z Checking futures-io v0.3.32
23122026-06-11T23:03:04.087Z Checking cpufeatures v0.2.17
23132026-06-11T23:03:04.099Z Checking num-traits v0.2.19
23142026-06-11T23:03:04.112Z Checking slab v0.4.12
23152026-06-11T23:03:04.154Z Checking hmac v0.12.1
23162026-06-11T23:03:04.166Z Checking icu_properties_data v2.1.2
23172026-06-11T23:03:04.261Z Checking futures-util v0.3.32
23182026-06-11T23:03:04.284Z Checking icu_normalizer_data v2.1.1
23192026-06-11T23:03:04.297Z Checking hashbrown v0.17.0
23202026-06-11T23:03:04.310Z Checking icu_provider v2.1.1
23212026-06-11T23:03:04.321Z Checking bytes v1.11.1
23222026-06-11T23:03:04.353Z Checking rand_core v0.10.0
23232026-06-11T23:03:04.493Z Checking getrandom v0.4.1
23242026-06-11T23:03:04.532Z Checking icu_normalizer v2.1.1
23252026-06-11T23:03:04.618Z Checking icu_properties v2.1.2
23262026-06-11T23:03:04.632Z Checking block-padding v0.3.3
23272026-06-11T23:03:04.645Z Checking utf8_iter v1.0.4
23282026-06-11T23:03:04.745Z Checking tokio v1.52.1
23292026-06-11T23:03:04.764Z Checking indexmap v2.14.0
23302026-06-11T23:03:04.764Z Checking inout v0.1.4
23312026-06-11T23:03:04.787Z Checking sha2 v0.10.9
23322026-06-11T23:03:04.841Z Checking form_urlencoded v1.2.2
23332026-06-11T23:03:04.901Z Checking cipher v0.4.4
23342026-06-11T23:03:04.971Z Checking getrandom v0.3.4
23352026-06-11T23:03:05.066Z Checking byteorder v1.5.0
23362026-06-11T23:03:05.111Z Checking fnv v1.0.7
23372026-06-11T23:03:05.111Z Checking base64ct v1.8.3
23382026-06-11T23:03:05.217Z Checking flagset v0.4.7
23392026-06-11T23:03:05.264Z Checking rand_core v0.9.5
23402026-06-11T23:03:05.332Z Checking http v1.4.0
23412026-06-11T23:03:05.345Z Checking pem-rfc7468 v0.7.0
23422026-06-11T23:03:05.358Z Checking regex-syntax v0.8.10
23432026-06-11T23:03:05.445Z Checking salsa20 v0.10.2
23442026-06-11T23:03:05.460Z Checking idna_adapter v1.2.1
23452026-06-11T23:03:05.500Z Checking der v0.7.10
23462026-06-11T23:03:05.573Z Checking uuid v1.23.0
23472026-06-11T23:03:05.576Z Checking idna v1.1.0
23482026-06-11T23:03:05.832Z Checking url v2.5.8
23492026-06-11T23:03:05.889Z Checking pbkdf2 v0.12.2
23502026-06-11T23:03:05.903Z Checking rustix v1.1.3
23512026-06-11T23:03:06.002Z Checking tracing-core v0.1.36
23522026-06-11T23:03:06.083Z Checking ppv-lite86 v0.2.21
23532026-06-11T23:03:06.171Z Checking rustls-pki-types v1.14.0
23542026-06-11T23:03:06.245Z Checking spki v0.7.3
23552026-06-11T23:03:06.268Z Checking iana-time-zone v0.1.65
23562026-06-11T23:03:06.308Z Checking base64 v0.22.1
23572026-06-11T23:03:06.373Z Checking rand_chacha v0.9.0
23582026-06-11T23:03:06.373Z Checking chrono v0.4.44
23592026-06-11T23:03:06.406Z Checking tracing v0.1.44
23602026-06-11T23:03:06.454Z Checking scrypt v0.11.0
23612026-06-11T23:03:06.547Z Checking http-body v1.0.1
23622026-06-11T23:03:06.572Z Checking aes v0.8.4
23632026-06-11T23:03:06.592Z Checking cbc v0.1.2
23642026-06-11T23:03:06.608Z Checking aws-lc-sys v0.40.0
23652026-06-11T23:03:06.659Z Checking untrusted v0.9.0
23662026-06-11T23:03:06.675Z Checking openssl-probe v0.2.1
23672026-06-11T23:03:06.717Z Checking untrusted v0.7.1
23682026-06-11T23:03:06.731Z Checking tinyvec_macros v0.1.1
23692026-06-11T23:03:06.764Z Checking ring v0.17.14
23702026-06-11T23:03:06.780Z Checking rand v0.9.2
23712026-06-11T23:03:06.795Z Checking tinyvec v1.10.0
23722026-06-11T23:03:06.826Z Checking atomic-waker v1.1.2
23732026-06-11T23:03:06.922Z Checking tower-service v0.3.3
23742026-06-11T23:03:06.964Z Checking pkcs5 v0.7.1
23752026-06-11T23:03:07.011Z Checking try-lock v0.2.5
23762026-06-11T23:03:07.094Z Checking tower-layer v0.3.3
23772026-06-11T23:03:07.107Z Checking aws-lc-rs v1.16.3
23782026-06-11T23:03:07.118Z Checking want v0.3.1
23792026-06-11T23:03:07.215Z Checking pkcs8 v0.10.2
23802026-06-11T23:03:07.237Z Checking ipnet v2.11.0
23812026-06-11T23:03:07.240Z Checking httparse v1.10.1
23822026-06-11T23:03:07.251Z Checking aho-corasick v1.1.4
23832026-06-11T23:03:07.274Z Checking dyn-clone v1.0.20
23842026-06-11T23:03:07.371Z Checking foreign-types-shared v0.1.1
23852026-06-11T23:03:07.389Z Checking utf8parse v0.2.2
23862026-06-11T23:03:07.452Z Checking httpdate v1.0.3
23872026-06-11T23:03:07.455Z Checking pin-utils v0.1.0
23882026-06-11T23:03:07.486Z Checking fastrand v2.3.0
23892026-06-11T23:03:07.489Z Checking plain v0.2.3
23902026-06-11T23:03:07.530Z Checking foreign-types v0.3.2
23912026-06-11T23:03:07.597Z Checking unicode-normalization v0.1.25
23922026-06-11T23:03:07.611Z Checking semver v1.0.28
23932026-06-11T23:03:07.614Z Checking openssl-sys v0.9.115
23942026-06-11T23:03:07.667Z Checking tempfile v3.25.0
23952026-06-11T23:03:07.745Z Checking spin v0.9.8
23962026-06-11T23:03:07.831Z Checking ucd-trie v0.1.7
23972026-06-11T23:03:07.860Z Checking anstyle v1.0.14
23982026-06-11T23:03:07.930Z Checking unicode-ident v1.0.24
23992026-06-11T23:03:07.942Z Checking regex-automata v0.4.14
24002026-06-11T23:03:07.953Z Checking rustls-webpki v0.103.9
24012026-06-11T23:03:07.965Z Checking pest v2.8.6
24022026-06-11T23:03:07.981Z Checking tokio-util v0.7.18
24032026-06-11T23:03:07.997Z Checking openssl v0.10.79
24042026-06-11T23:03:08.006Z Checking schemars v0.8.22
24052026-06-11T23:03:08.031Z Checking proc-macro2 v1.0.106
24062026-06-11T23:03:08.045Z Checking rustls-native-certs v0.8.3
24072026-06-11T23:03:08.178Z Checking thiserror v2.0.18
24082026-06-11T23:03:08.277Z Checking sync_wrapper v1.0.2
24092026-06-11T23:03:08.334Z Checking wait-timeout v0.2.1
24102026-06-11T23:03:08.372Z Checking rustls v0.23.37
24112026-06-11T23:03:08.386Z Checking simd-adler32 v0.3.8
24122026-06-11T23:03:08.451Z Checking pretty-hex v0.4.1
24132026-06-11T23:03:08.552Z Checking is_terminal_polyfill v1.70.2
24142026-06-11T23:03:08.570Z Checking colorchoice v1.0.4
24152026-06-11T23:03:08.583Z Checking h2 v0.4.13
24162026-06-11T23:03:08.641Z Checking siphasher v1.0.2
24172026-06-11T23:03:08.656Z Checking quick-error v1.2.3
24182026-06-11T23:03:08.669Z Checking anstyle-query v1.1.5
24192026-06-11T23:03:08.753Z Checking powerfmt v0.2.0
24202026-06-11T23:03:08.756Z Checking bit-vec v0.8.0
24212026-06-11T23:03:08.793Z Checking rusty-fork v0.3.1
24222026-06-11T23:03:08.906Z Checking deranged v0.5.8
24232026-06-11T23:03:08.957Z Checking bit-set v0.8.0
24242026-06-11T23:03:08.969Z Checking tower v0.5.3
24252026-06-11T23:03:09.025Z Checking quote v1.0.45
24262026-06-11T23:03:09.102Z Compiling newtype-uuid v1.3.2
24272026-06-11T23:03:09.196Z Checking http-body-util v0.1.3
24282026-06-11T23:03:09.286Z Checking webpki-roots v1.0.6
24292026-06-11T23:03:09.344Z Checking crossbeam-utils v0.8.21
24302026-06-11T23:03:09.399Z Checking rand_xorshift v0.4.0
24312026-06-11T23:03:09.413Z Checking crc32fast v1.5.0
24322026-06-11T23:03:09.518Z Checking scroll v0.13.0
24332026-06-11T23:03:09.549Z Checking signature v2.2.0
24342026-06-11T23:03:09.673Z Checking adler2 v2.0.1
24352026-06-11T23:03:09.688Z Checking unicode-properties v0.1.4
24362026-06-11T23:03:09.740Z Checking time-core v0.1.8
24372026-06-11T23:03:09.774Z Checking allocator-api2 v0.2.21
24382026-06-11T23:03:09.795Z Checking iri-string v0.7.10
24392026-06-11T23:03:09.832Z Checking num-conv v0.2.0
24402026-06-11T23:03:09.886Z Checking ryu v1.0.23
24412026-06-11T23:03:09.899Z Checking unarray v0.1.4
24422026-06-11T23:03:09.949Z Checking unicode-bidi v0.3.18
24432026-06-11T23:03:09.998Z Checking num_threads v0.1.7
24442026-06-11T23:03:10.002Z Checking native-tls v0.2.18
24452026-06-11T23:03:10.023Z Checking serde_urlencoded v0.7.1
24462026-06-11T23:03:10.062Z Checking proptest v1.10.0
24472026-06-11T23:03:10.090Z Checking time v0.3.47
24482026-06-11T23:03:10.190Z Checking tokio-native-tls v0.3.1
24492026-06-11T23:03:10.228Z Checking miniz_oxide v0.8.9
24502026-06-11T23:03:10.244Z Checking stringprep v0.1.5
24512026-06-11T23:03:10.352Z Checking bstr v1.12.1
24522026-06-11T23:03:10.395Z Checking goblin v0.10.5
24532026-06-11T23:03:10.591Z Checking crossbeam-epoch v0.9.18
24542026-06-11T23:03:10.742Z Compiling daft v0.1.7
24552026-06-11T23:03:10.756Z Checking tokio-rustls v0.26.4
24562026-06-11T23:03:10.816Z Checking syn v2.0.117
24572026-06-11T23:03:10.835Z Checking tower-http v0.6.8
24582026-06-11T23:03:10.984Z Checking ipnetwork v0.21.1
24592026-06-11T23:03:11.015Z Checking anstyle-parse v1.0.0
24602026-06-11T23:03:11.108Z Checking rand_chacha v0.3.1
24612026-06-11T23:03:11.165Z Checking scroll v0.12.0
24622026-06-11T23:03:11.196Z Checking thiserror v1.0.69
24632026-06-11T23:03:11.223Z Checking zstd-sys v2.0.16+zstd.1.5.7
24642026-06-11T23:03:11.290Z Checking hash32 v0.2.1
24652026-06-11T23:03:11.303Z Checking hyper v1.8.1
24662026-06-11T23:03:11.319Z Checking num-integer v0.1.46
24672026-06-11T23:03:11.330Z Checking toml_datetime v0.6.11
24682026-06-11T23:03:11.388Z Checking serde_spanned v0.6.9
24692026-06-11T23:03:11.444Z Checking md-5 v0.10.6
24702026-06-11T23:03:11.505Z Checking ff v0.13.1
24712026-06-11T23:03:11.517Z Checking encoding_rs v0.8.35
24722026-06-11T23:03:11.542Z Checking psl-types v2.0.11
24732026-06-11T23:03:11.577Z Checking mime v0.3.17
24742026-06-11T23:03:11.631Z Checking fallible-iterator v0.2.0
24752026-06-11T23:03:11.658Z Checking zlib-rs v0.6.2
24762026-06-11T23:03:11.750Z Checking base16ct v0.2.0
24772026-06-11T23:03:11.878Z Checking sec1 v0.7.3
24782026-06-11T23:03:11.903Z Checking postgres-protocol v0.6.10
24792026-06-11T23:03:12.004Z Checking publicsuffix v2.3.0
24802026-06-11T23:03:12.080Z Checking group v0.13.0
24812026-06-11T23:03:12.168Z Checking num-iter v0.1.45
24822026-06-11T23:03:12.198Z Checking hyper-util v0.1.20
24832026-06-11T23:03:12.211Z Checking heapless v0.7.17
24842026-06-11T23:03:12.225Z Checking goblin v0.8.2
24852026-06-11T23:03:12.276Z Checking zstd-safe v7.2.4
24862026-06-11T23:03:12.442Z Checking rand v0.8.6
24872026-06-11T23:03:12.455Z Checking cookie v0.18.1
24882026-06-11T23:03:12.539Z Checking flate2 v1.1.9
24892026-06-11T23:03:12.617Z Checking oxnet v0.1.5
24902026-06-11T23:03:12.679Z Checking anstream v1.0.0
24912026-06-11T23:03:12.728Z Checking dof v0.4.0
24922026-06-11T23:03:12.838Z Compiling iddqd v0.4.2
24932026-06-11T23:03:12.851Z Checking dtrace-parser v0.3.0
24942026-06-11T23:03:12.876Z Checking phf_shared v0.13.1
24952026-06-11T23:03:12.954Z Checking lazy_static v1.5.0
24962026-06-11T23:03:13.053Z Checking anstyle-parse v0.2.7
24972026-06-11T23:03:13.069Z Checking pin-project v1.1.11
24982026-06-11T23:03:13.081Z Checking zerocopy v0.7.35
24992026-06-11T23:03:13.084Z Checking bzip2-sys v0.1.13+1.0.8
25002026-06-11T23:03:13.158Z Checking signal-hook v0.3.18
25012026-06-11T23:03:13.176Z Checking terminal_size v0.4.3
25022026-06-11T23:03:13.206Z Checking futures-executor v0.3.32
25032026-06-11T23:03:13.289Z Checking hex v0.4.3
25042026-06-11T23:03:13.343Z Checking hkdf v0.12.4
25052026-06-11T23:03:13.356Z Checking crypto-bigint v0.5.5
25062026-06-11T23:03:13.359Z Checking thread-id v5.1.0
25072026-06-11T23:03:13.444Z Checking bitflags v1.3.2
25082026-06-11T23:03:13.448Z Checking hyper-rustls v0.27.7
25092026-06-11T23:03:13.471Z Checking hyper-tls v0.6.0
25102026-06-11T23:03:13.513Z Checking bumpalo v3.20.2
25112026-06-11T23:03:13.528Z Checking clap_lex v1.0.0
25122026-06-11T23:03:13.567Z Checking managed v0.8.0
25132026-06-11T23:03:13.639Z Checking winnow v0.7.14
25142026-06-11T23:03:13.659Z Checking winnow v0.5.40
25152026-06-11T23:03:13.672Z Checking same-file v1.0.6
25162026-06-11T23:03:13.703Z Checking strsim v0.11.1
25172026-06-11T23:03:13.750Z Checking foldhash v0.1.5
25182026-06-11T23:03:13.782Z Checking either v1.15.0
25192026-06-11T23:03:13.862Z Checking foldhash v0.2.0
25202026-06-11T23:03:13.884Z Compiling rayon-core v1.13.0
25212026-06-11T23:03:13.969Z Checking libbz2-rs-sys v0.2.2
25222026-06-11T23:03:14.018Z Checking hashbrown v0.16.1
25232026-06-11T23:03:14.080Z Checking hashbrown v0.15.5
25242026-06-11T23:03:14.099Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-06-11T23:03:14.128Z Checking dof v0.3.0
25262026-06-11T23:03:14.248Z Checking elliptic-curve v0.13.8
25272026-06-11T23:03:14.282Z Checking clap_builder v4.6.0
25282026-06-11T23:03:14.362Z Checking bzip2 v0.6.1
25292026-06-11T23:03:14.405Z Checking walkdir v2.5.0
25302026-06-11T23:03:14.513Z Checking smoltcp v0.9.1
25312026-06-11T23:03:14.525Z Checking zopfli v0.8.3
25322026-06-11T23:03:14.536Z Checking reqwest v0.12.28
25332026-06-11T23:03:14.549Z Checking usdt-impl v0.6.0
25342026-06-11T23:03:14.562Z Checking futures v0.3.32
25352026-06-11T23:03:14.638Z Checking signal-hook-mio v0.2.5
25362026-06-11T23:03:14.746Z Checking anstream v0.6.21
25372026-06-11T23:03:14.809Z Checking toml_edit v0.19.15
25382026-06-11T23:03:14.830Z Checking bzip2 v0.4.4
25392026-06-11T23:03:14.833Z Checking snafu v0.8.9
25402026-06-11T23:03:14.854Z Checking phf v0.13.1
25412026-06-11T23:03:14.970Z Checking num-bigint-dig v0.8.6
25422026-06-11T23:03:15.006Z Checking cookie_store v0.22.1
25432026-06-11T23:03:15.083Z Checking zstd v0.13.3
25442026-06-11T23:03:15.118Z Checking postgres-types v0.2.12
25452026-06-11T23:03:15.237Z Checking dtrace-parser v0.2.0
25462026-06-11T23:03:15.271Z Checking crossbeam-deque v0.8.6
25472026-06-11T23:03:15.344Z Checking rustls-platform-verifier v0.6.2
25482026-06-11T23:03:15.421Z Checking globset v0.4.18
25492026-06-11T23:03:15.434Z Checking regex v1.12.3
25502026-06-11T23:03:15.445Z Checking ed25519 v2.2.3
25512026-06-11T23:03:15.467Z Checking phf_shared v0.11.3
25522026-06-11T23:03:15.481Z Checking olpc-cjson v0.1.4
25532026-06-11T23:03:15.543Z Checking curve25519-dalek v4.1.3
25542026-06-11T23:03:15.609Z Checking ref-cast v1.0.25
25552026-06-11T23:03:15.612Z Checking strum v0.27.2
25562026-06-11T23:03:15.632Z Checking hubpack v0.1.2
25572026-06-11T23:03:15.666Z Checking memoffset v0.9.1
25582026-06-11T23:03:15.704Z Checking rustix v0.38.44
25592026-06-11T23:03:15.718Z Checking pkcs1 v0.7.5
25602026-06-11T23:03:15.721Z Checking pem v3.0.6
25612026-06-11T23:03:15.744Z Checking float-cmp v0.10.0
25622026-06-11T23:03:15.787Z Checking serde_plain v1.0.2
25632026-06-11T23:03:15.799Z Checking erased-serde v0.3.31
25642026-06-11T23:03:15.856Z Checking serde-big-array v0.5.1
25652026-06-11T23:03:15.868Z Checking rfc6979 v0.4.0
25662026-06-11T23:03:15.882Z Checking thread-id v4.2.2
25672026-06-11T23:03:15.925Z Checking memmap2 v0.9.10
25682026-06-11T23:03:15.928Z Checking env_filter v1.0.0
25692026-06-11T23:03:15.955Z Checking fixedbitset v0.5.7
25702026-06-11T23:03:15.981Z Checking difflib v0.4.0
25712026-06-11T23:03:15.992Z Checking data-encoding v2.10.0
25722026-06-11T23:03:16.074Z Checking normalize-line-endings v0.3.0
25732026-06-11T23:03:16.086Z Checking toml_write v0.1.2
25742026-06-11T23:03:16.148Z Checking jiff v0.2.21
25752026-06-11T23:03:16.159Z Checking static_assertions v1.1.0
25762026-06-11T23:03:16.171Z Checking typed-path v0.9.3
25772026-06-11T23:03:16.182Z Checking precomputed-hash v0.1.1
25782026-06-11T23:03:16.227Z Checking keccak v0.1.6
25792026-06-11T23:03:16.249Z Checking new_debug_unreachable v1.0.6
25802026-06-11T23:03:16.263Z Checking unicode-segmentation v1.12.0
25812026-06-11T23:03:16.267Z Checking predicates-core v1.0.10
25822026-06-11T23:03:16.318Z Checking fixedbitset v0.4.2
25832026-06-11T23:03:16.331Z Checking whoami v2.1.0
25842026-06-11T23:03:16.389Z Checking sha3 v0.10.8
25852026-06-11T23:03:16.402Z Checking predicates v3.1.4
25862026-06-11T23:03:16.466Z Checking petgraph v0.6.5
25872026-06-11T23:03:16.522Z Checking crossterm v0.28.1
25882026-06-11T23:03:16.528Z Checking tokio-postgres v0.7.16
25892026-06-11T23:03:16.574Z Checking similar v2.7.0
25902026-06-11T23:03:16.594Z Checking ed25519-dalek v2.2.0
25912026-06-11T23:03:16.701Z Checking string_cache v0.8.9
25922026-06-11T23:03:16.823Z Checking hickory-proto v0.25.2
25932026-06-11T23:03:16.867Z Checking toml_edit v0.22.27
25942026-06-11T23:03:16.944Z Checking tough v0.22.0
25952026-06-11T23:03:16.956Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25962026-06-11T23:03:17.215Z Checking slog v2.8.2
25972026-06-11T23:03:17.479Z Checking petgraph v0.8.3
25982026-06-11T23:03:17.715Z Checking usdt v0.6.0
25992026-06-11T23:03:17.778Z Checking env_logger v0.11.9
26002026-06-11T23:03:17.887Z Checking ecdsa v0.16.9
26012026-06-11T23:03:17.946Z Checking usdt-impl v0.5.0
26022026-06-11T23:03:17.967Z Checking rsa v0.9.10
26032026-06-11T23:03:18.216Z Checking toml v0.7.8
26042026-06-11T23:03:18.217Z Checking nix v0.31.2
26052026-06-11T23:03:18.361Z Checking zip v4.6.1
26062026-06-11T23:03:18.526Z Checking clap v4.6.1
26072026-06-11T23:03:18.621Z Checking reqwest v0.13.2
26082026-06-11T23:03:18.962Z Checking zip v0.6.6
26092026-06-11T23:03:19.046Z Checking toml_parser v1.0.9+spec-1.1.0
26102026-06-11T23:03:19.233Z Checking itertools v0.13.0
26112026-06-11T23:03:19.254Z Checking serde_with v3.17.0
26122026-06-11T23:03:19.275Z Checking strum v0.26.3
26132026-06-11T23:03:19.289Z Checking fs-err v3.3.0
26142026-06-11T23:03:19.339Z Checking ahash v0.8.12
26152026-06-11T23:03:19.376Z Checking object v0.37.3
26162026-06-11T23:03:19.388Z Checking tokio-stream v0.1.18
26172026-06-11T23:03:19.449Z Checking buf-list v1.1.2
26182026-06-11T23:03:19.539Z Checking anyhow v1.0.102
26192026-06-11T23:03:19.587Z Checking camino v1.2.2
26202026-06-11T23:03:19.626Z Checking x509-cert v0.2.5
26212026-06-11T23:03:19.639Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26222026-06-11T23:03:19.733Z Checking openapiv3 v2.2.0
26232026-06-11T23:03:19.785Z Checking sha1 v0.10.6
26242026-06-11T23:03:19.843Z Checking peg-runtime v0.8.5
26252026-06-11T23:03:19.902Z Checking lalrpop-util v0.19.12
26262026-06-11T23:03:19.950Z Checking rayon v1.11.0
26272026-06-11T23:03:19.984Z Checking sigpipe v0.1.3
26282026-06-11T23:03:20.064Z Checking glob v0.3.3
26292026-06-11T23:03:21.625Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26302026-06-11T23:03:21.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.17s
26312026-06-11T23:03:22.073Z
26322026-06-11T23:03:22.073Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26332026-06-11T23:03:22.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-11T23:03:22.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-11T23:03:22.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-11T23:03:22.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-06-11T23:03:22.677Z
26382026-06-11T23:03:22.677Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26392026-06-11T23:03:23.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-11T23:03:23.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-11T23:03:23.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-11T23:03:23.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-06-11T23:03:23.278Z
26442026-06-11T23:03:23.278Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26452026-06-11T23:03:23.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-11T23:03:23.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-11T23:03:23.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-11T23:03:23.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26492026-06-11T23:03:23.896Z
26502026-06-11T23:03:23.896Zinfo: running `cargo check --bins` on oxql-types (80/295)
26512026-06-11T23:03:24.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-11T23:03:24.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-11T23:03:24.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-11T23:03:24.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-06-11T23:03:24.493Z
26562026-06-11T23:03:24.493Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26572026-06-11T23:03:25.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-11T23:03:25.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-11T23:03:25.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-11T23:03:25.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26612026-06-11T23:03:25.101Z
26622026-06-11T23:03:25.101Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26632026-06-11T23:03:25.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-11T23:03:25.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-11T23:03:25.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-11T23:03:25.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26672026-06-11T23:03:25.699Z
26682026-06-11T23:03:25.699Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26692026-06-11T23:03:26.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-11T23:03:26.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-11T23:03:26.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-06-11T23:03:26.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26732026-06-11T23:03:26.287Z
26742026-06-11T23:03:26.288Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26752026-06-11T23:03:26.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-06-11T23:03:26.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-06-11T23:03:26.976Z Compiling structmeta-derive v0.3.0
26782026-06-11T23:03:27.094Z Compiling rustls v0.22.4
26792026-06-11T23:03:27.104Z Compiling multer v3.1.0
26802026-06-11T23:03:27.113Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26812026-06-11T23:03:27.113Z Compiling async-stream-impl v0.3.6
26822026-06-11T23:03:27.135Z Compiling dropshot v0.17.0
26832026-06-11T23:03:27.151Z Compiling dropshot_endpoint v0.17.0
26842026-06-11T23:03:27.151Z Compiling newtype-uuid-macros v0.1.0
26852026-06-11T23:03:27.270Z Checking newtype-uuid v1.3.2
26862026-06-11T23:03:27.332Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26872026-06-11T23:03:27.377Z Checking rustls-webpki v0.102.8
26882026-06-11T23:03:27.469Z Checking daft v0.1.7
26892026-06-11T23:03:27.492Z Checking thread_local v1.1.9
26902026-06-11T23:03:27.659Z Checking compression-core v0.4.31
26912026-06-11T23:03:27.701Z Checking match_cfg v0.1.0
26922026-06-11T23:03:27.715Z Checking iddqd v0.4.2
26932026-06-11T23:03:27.733Z Checking crossbeam-channel v0.5.15
26942026-06-11T23:03:27.768Z Checking hostname v0.3.1
26952026-06-11T23:03:27.783Z Checking compression-codecs v0.4.37
26962026-06-11T23:03:27.866Z Checking atomicwrites v0.4.4
26972026-06-11T23:03:27.908Z Checking slog-json v2.6.1
26982026-06-11T23:03:27.945Z Checking serde_spanned v1.0.4
26992026-06-11T23:03:27.990Z Checking toml_datetime v1.0.0+spec-1.1.0
27002026-06-11T23:03:28.059Z Checking is-terminal v0.4.17
27012026-06-11T23:03:28.072Z Checking debug-ignore v1.0.5
27022026-06-11T23:03:28.084Z Checking toml_writer v1.0.6+spec-1.1.0
27032026-06-11T23:03:28.149Z Checking take_mut v0.2.2
27042026-06-11T23:03:28.161Z Compiling structmeta v0.3.0
27052026-06-11T23:03:28.175Z Checking term v1.2.1
27062026-06-11T23:03:28.198Z Checking slog-bunyan v2.5.0
27072026-06-11T23:03:28.250Z Checking slog-async v2.8.0
27082026-06-11T23:03:28.265Z Checking toml v1.0.6+spec-1.1.0
27092026-06-11T23:03:28.298Z Checking async-compression v0.4.41
27102026-06-11T23:03:28.368Z Compiling derive-ex v0.1.8
27112026-06-11T23:03:28.389Z Compiling parse-display-derive v0.10.0
27122026-06-11T23:03:28.424Z Checking slog-term v2.9.2
27132026-06-11T23:03:28.545Z Checking async-stream v0.3.6
27142026-06-11T23:03:28.637Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27152026-06-11T23:03:28.673Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27162026-06-11T23:03:28.676Z Checking progenitor-client v0.14.0
27172026-06-11T23:03:28.713Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-06-11T23:03:28.837Z Checking waitgroup v0.1.2
27192026-06-11T23:03:28.852Z Checking backon v1.6.0
27202026-06-11T23:03:28.900Z Checking rustls-pemfile v2.2.0
27212026-06-11T23:03:28.936Z Checking serde_path_to_error v0.1.20
27222026-06-11T23:03:29.001Z Checking hostname v0.4.2
27232026-06-11T23:03:29.017Z Checking instant v0.1.13
27242026-06-11T23:03:29.100Z Checking backoff v0.4.0
27252026-06-11T23:03:29.191Z Checking tokio-rustls v0.25.0
27262026-06-11T23:03:29.216Z Checking progenitor-extras v0.2.0
27272026-06-11T23:03:29.291Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-06-11T23:03:29.437Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-06-11T23:03:29.450Z Checking itertools v0.14.0
27302026-06-11T23:03:29.496Z Checking regress v0.10.5
27312026-06-11T23:03:29.668Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27322026-06-11T23:03:30.043Z Compiling test-strategy v0.4.5
27332026-06-11T23:03:30.056Z Checking macaddr v1.0.1
27342026-06-11T23:03:30.094Z Checking parse-display v0.10.0
27352026-06-11T23:03:30.391Z Checking humantime v2.3.0
27362026-06-11T23:03:31.360Z Compiling prettyplease v0.2.37
27372026-06-11T23:03:31.528Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27382026-06-11T23:03:31.682Z Checking num-rational v0.4.2
27392026-06-11T23:03:31.896Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27402026-06-11T23:03:32.286Z Checking num-complex v0.4.6
27412026-06-11T23:03:32.818Z Checking num v0.4.3
27422026-06-11T23:03:32.883Z Compiling usdt-attr-macro v0.5.0
27432026-06-11T23:03:32.896Z Compiling usdt-macro v0.5.0
27442026-06-11T23:03:32.945Z Checking memmap v0.7.0
27452026-06-11T23:03:33.022Z Checking float-ord v0.3.2
27462026-06-11T23:03:33.089Z Checking unicode-width v0.2.0
27472026-06-11T23:03:33.125Z Compiling convert_case v0.4.0
27482026-06-11T23:03:33.338Z Checking console v0.15.11
27492026-06-11T23:03:33.507Z Compiling derive_more v0.99.20
27502026-06-11T23:03:33.612Z Checking newline-converter v0.3.0
27512026-06-11T23:03:33.625Z Compiling toml v0.8.23
27522026-06-11T23:03:33.652Z Checking usdt v0.5.0
27532026-06-11T23:03:33.724Z Compiling minimal-lexical v0.2.1
27542026-06-11T23:03:33.825Z Checking linked-hash-map v0.5.6
27552026-06-11T23:03:33.975Z Compiling nom v7.1.3
27562026-06-11T23:03:34.000Z Checking lru-cache v0.1.2
27572026-06-11T23:03:34.124Z Checking expectorate v1.2.0
27582026-06-11T23:03:34.584Z Checking camino-tempfile v1.4.1
27592026-06-11T23:03:34.743Z Checking hickory-proto v0.24.4
27602026-06-11T23:03:34.796Z Checking phf_shared v0.12.1
27612026-06-11T23:03:34.942Z Compiling slog-dtrace v0.3.0
27622026-06-11T23:03:35.044Z Compiling chrono-tz v0.10.4
27632026-06-11T23:03:35.140Z Checking resolv-conf v0.7.6
27642026-06-11T23:03:35.229Z Checking heck v0.5.0
27652026-06-11T23:03:35.329Z Compiling const_format_proc_macros v0.2.34
27662026-06-11T23:03:35.348Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672026-06-11T23:03:35.371Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27682026-06-11T23:03:35.442Z Checking phf v0.12.1
27692026-06-11T23:03:35.583Z Checking tokio-dtrace v0.1.1
27702026-06-11T23:03:35.776Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-06-11T23:03:35.828Z Compiling derive-where v1.6.0
27722026-06-11T23:03:36.101Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27732026-06-11T23:03:36.297Z Checking highway v1.3.0
27742026-06-11T23:03:36.531Z Checking const_format v0.2.35
27752026-06-11T23:03:36.577Z Checking hickory-resolver v0.24.4
27762026-06-11T23:03:36.765Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27772026-06-11T23:03:36.920Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27782026-06-11T23:03:37.000Z Checking oxide-tokio-rt v0.1.4
27792026-06-11T23:03:37.188Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27802026-06-11T23:03:37.249Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27812026-06-11T23:03:37.318Z Checking qorb v0.4.1
27822026-06-11T23:03:37.391Z Checking gethostname v0.5.0
27832026-06-11T23:03:37.410Z Checking bcs v0.1.6
27842026-06-11T23:03:37.482Z Checking termtree v0.5.1
27852026-06-11T23:03:37.576Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27862026-06-11T23:03:40.776Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-06-11T23:03:43.318Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-06-11T23:03:45.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.17s
27892026-06-11T23:03:45.640Z
27902026-06-11T23:03:45.640Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27912026-06-11T23:03:46.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-06-11T23:03:46.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-06-11T23:03:46.329Z Compiling ar_archive_writer v0.5.1
27942026-06-11T23:03:46.441Z Compiling stacker v0.1.23
27952026-06-11T23:03:46.448Z Compiling cfg_aliases v0.1.1
27962026-06-11T23:03:46.455Z Compiling convert_case v0.10.0
27972026-06-11T23:03:46.457Z Checking unicode-width v0.1.14
27982026-06-11T23:03:46.470Z Compiling proc-macro-error v1.0.4
27992026-06-11T23:03:46.484Z Checking fd-lock v4.0.4
28002026-06-11T23:03:46.484Z Checking nibble_vec v0.1.0
28012026-06-11T23:03:46.504Z Compiling nix v0.28.0
28022026-06-11T23:03:46.592Z Checking vte v0.14.1
28032026-06-11T23:03:46.608Z Compiling recursive-proc-macro-impl v0.1.1
28042026-06-11T23:03:46.692Z Checking endian-type v0.1.2
28052026-06-11T23:03:46.705Z Checking bytecount v0.6.9
28062026-06-11T23:03:46.741Z Checking strip-ansi-escapes v0.2.1
28072026-06-11T23:03:46.754Z Compiling derive_more-impl v2.1.1
28082026-06-11T23:03:46.757Z Compiling tabled_derive v0.7.0
28092026-06-11T23:03:46.800Z Checking papergrid v0.11.0
28102026-06-11T23:03:46.811Z Checking radix_trie v0.2.1
28112026-06-11T23:03:46.851Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-06-11T23:03:47.009Z Compiling peg-macros v0.8.5
28132026-06-11T23:03:47.022Z Checking winnow v0.6.26
28142026-06-11T23:03:47.272Z Compiling psm v0.1.30
28152026-06-11T23:03:47.310Z Compiling sqlparser_derive v0.5.0
28162026-06-11T23:03:47.408Z Checking nu-ansi-term v0.50.3
28172026-06-11T23:03:47.552Z Checking derive_more v2.1.1
28182026-06-11T23:03:47.621Z Checking unicode_categories v0.1.1
28192026-06-11T23:03:47.634Z Checking home v0.5.12
28202026-06-11T23:03:47.723Z Checking tabled v0.15.0
28212026-06-11T23:03:47.778Z Checking crossterm v0.29.0
28222026-06-11T23:03:47.792Z Checking reedline v0.40.0
28232026-06-11T23:03:47.795Z Checking rustyline v14.0.0
28242026-06-11T23:03:48.039Z Checking recursive v0.1.1
28252026-06-11T23:03:48.095Z Checking display-error-chain v0.2.2
28262026-06-11T23:03:48.131Z Checking sqlparser v0.61.0
28272026-06-11T23:03:48.160Z Checking sqlformat v0.3.5
28282026-06-11T23:03:48.364Z Checking peg v0.8.5
28292026-06-11T23:03:59.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
28302026-06-11T23:03:59.431Z
28312026-06-11T23:03:59.431Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28322026-06-11T23:03:59.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-11T23:03:59.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-11T23:04:00.119Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-11T23:04:03.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28362026-06-11T23:04:03.725Z
28372026-06-11T23:04:03.725Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28382026-06-11T23:04:04.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-11T23:04:04.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-11T23:04:04.401Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-11T23:04:06.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28422026-06-11T23:04:07.036Z
28432026-06-11T23:04:07.036Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28442026-06-11T23:04:07.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-11T23:04:07.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-11T23:04:07.708Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-11T23:04:10.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28482026-06-11T23:04:11.120Z
28492026-06-11T23:04:11.120Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28502026-06-11T23:04:11.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-11T23:04:11.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-11T23:04:11.792Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-11T23:04:15.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28542026-06-11T23:04:15.209Z
28552026-06-11T23:04:15.209Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28562026-06-11T23:04:15.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-11T23:04:15.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-11T23:04:15.884Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-11T23:04:18.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28602026-06-11T23:04:18.650Z
28612026-06-11T23:04:18.650Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28622026-06-11T23:04:19.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-11T23:04:19.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-11T23:04:19.327Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-11T23:04:21.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28662026-06-11T23:04:22.131Z
28672026-06-11T23:04:22.131Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28682026-06-11T23:04:22.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-11T23:04:22.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-11T23:04:22.810Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-06-11T23:04:26.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28722026-06-11T23:04:26.420Z
28732026-06-11T23:04:26.420Zinfo: running `cargo check --bins` on oximeter (93/295)
28742026-06-11T23:04:26.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-11T23:04:26.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-11T23:04:26.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-06-11T23:04:26.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28782026-06-11T23:04:27.024Z
28792026-06-11T23:04:27.024Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28802026-06-11T23:04:27.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-11T23:04:27.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-11T23:04:27.660Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-06-11T23:04:27.825Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28842026-06-11T23:04:27.825Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-06-11T23:04:28.164Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-06-11T23:04:31.005Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-06-11T23:04:32.198Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-06-11T23:04:32.404Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-06-11T23:04:33.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
28902026-06-11T23:04:33.252Z
28912026-06-11T23:04:33.252Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28922026-06-11T23:04:33.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-11T23:04:33.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-11T23:04:33.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-11T23:04:33.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-06-11T23:04:33.852Z
28972026-06-11T23:04:33.852Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28982026-06-11T23:04:34.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-11T23:04:34.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-11T23:04:34.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-11T23:04:34.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29022026-06-11T23:04:34.491Z
29032026-06-11T23:04:34.491Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29042026-06-11T23:04:35.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-11T23:04:35.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-11T23:04:35.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-11T23:04:35.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-06-11T23:04:35.101Z
29092026-06-11T23:04:35.101Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29102026-06-11T23:04:35.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-11T23:04:35.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-11T23:04:35.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-11T23:04:35.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-06-11T23:04:35.709Z
29152026-06-11T23:04:35.709Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29162026-06-11T23:04:36.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-11T23:04:36.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-11T23:04:36.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-11T23:04:36.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-06-11T23:04:36.317Z
29212026-06-11T23:04:36.317Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29222026-06-11T23:04:36.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-11T23:04:36.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-11T23:04:36.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-11T23:04:36.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-06-11T23:04:36.930Z
29272026-06-11T23:04:36.930Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29282026-06-11T23:04:37.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-11T23:04:37.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-11T23:04:37.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-11T23:04:37.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29322026-06-11T23:04:37.528Z
29332026-06-11T23:04:37.528Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29342026-06-11T23:04:38.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-11T23:04:38.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-11T23:04:38.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-11T23:04:38.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29382026-06-11T23:04:38.146Z
29392026-06-11T23:04:38.146Zinfo: running `cargo check --bins` on update-engine (103/295)
29402026-06-11T23:04:38.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-11T23:04:38.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-11T23:04:38.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-06-11T23:04:38.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29442026-06-11T23:04:38.737Z
29452026-06-11T23:04:38.737Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29462026-06-11T23:04:39.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-06-11T23:04:39.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-06-11T23:04:39.464Z Compiling crucible-workspace-hack v0.1.0
29492026-06-11T23:04:39.582Z Checking secrecy v0.10.3
29502026-06-11T23:04:39.588Z Compiling toml_datetime v0.7.5+spec-1.1.0
29512026-06-11T23:04:39.591Z Compiling heapless v0.8.0
29522026-06-11T23:04:39.601Z Compiling ingot-macros v0.1.1
29532026-06-11T23:04:39.609Z Checking hash32 v0.3.1
29542026-06-11T23:04:39.620Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29552026-06-11T23:04:39.620Z Compiling smoltcp v0.11.0
29562026-06-11T23:04:39.683Z Checking cobs v0.3.0
29572026-06-11T23:04:39.727Z Compiling toml_edit v0.23.10+spec-1.0.0
29582026-06-11T23:04:39.817Z Compiling thiserror-impl-no-std v2.0.2
29592026-06-11T23:04:39.831Z Checking half v2.7.1
29602026-06-11T23:04:39.843Z Checking universal-hash v0.5.1
29612026-06-11T23:04:39.866Z Checking opaque-debug v0.3.1
29622026-06-11T23:04:39.946Z Checking ciborium-io v0.2.2
29632026-06-11T23:04:39.977Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29642026-06-11T23:04:39.982Z Checking poly1305 v0.8.0
29652026-06-11T23:04:40.055Z Checking postcard v1.1.3
29662026-06-11T23:04:40.091Z Checking ciborium-ll v0.2.2
29672026-06-11T23:04:40.207Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29682026-06-11T23:04:40.264Z Compiling proc-macro-crate v3.4.0
29692026-06-11T23:04:40.288Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29702026-06-11T23:04:40.343Z Checking password-hash v0.5.0
29712026-06-11T23:04:40.557Z Checking chacha20 v0.9.1
29722026-06-11T23:04:40.572Z Compiling proc-macro-crate v1.3.1
29732026-06-11T23:04:40.610Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29742026-06-11T23:04:40.758Z Checking blake2 v0.10.6
29752026-06-11T23:04:40.788Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29762026-06-11T23:04:40.810Z Compiling num_enum_derive v0.7.6
29772026-06-11T23:04:40.846Z Checking aead v0.5.2
29782026-06-11T23:04:40.979Z Compiling foreign-types-macros v0.2.3
29792026-06-11T23:04:40.992Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29802026-06-11T23:04:40.995Z Checking thiserror-no-std v2.0.2
29812026-06-11T23:04:40.995Z Checking foreign-types-shared v0.3.1
29822026-06-11T23:04:40.995Z Checking cpufeatures v0.3.0
29832026-06-11T23:04:41.077Z Checking vsss-rs v3.3.4
29842026-06-11T23:04:41.099Z Checking chacha20 v0.10.0
29852026-06-11T23:04:41.103Z Checking chacha20poly1305 v0.10.1
29862026-06-11T23:04:41.237Z Checking argon2 v0.5.3
29872026-06-11T23:04:41.251Z Compiling num_enum_derive v0.5.11
29882026-06-11T23:04:41.315Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29892026-06-11T23:04:41.560Z Checking foreign-types v0.5.0
29902026-06-11T23:04:41.578Z Checking ciborium v0.2.2
29912026-06-11T23:04:41.699Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-06-11T23:04:41.746Z Checking tabwriter v1.4.1
29932026-06-11T23:04:41.845Z Checking num_enum v0.7.6
29942026-06-11T23:04:41.889Z Checking byte-wrapper v0.1.0
29952026-06-11T23:04:41.960Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29962026-06-11T23:04:41.975Z Checking cstr-argument v0.1.2
29972026-06-11T23:04:41.988Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29982026-06-11T23:04:42.095Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29992026-06-11T23:04:42.098Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30002026-06-11T23:04:42.177Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-06-11T23:04:42.273Z Checking num_enum v0.5.11
30022026-06-11T23:04:42.305Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30032026-06-11T23:04:42.380Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30042026-06-11T23:04:42.393Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30052026-06-11T23:04:42.406Z Checking ingot-types v0.1.2
30062026-06-11T23:04:42.420Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30072026-06-11T23:04:42.471Z Checking rand v0.10.0
30082026-06-11T23:04:42.487Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30092026-06-11T23:04:42.553Z Checking colored v3.1.1
30102026-06-11T23:04:42.617Z Checking indent_write v2.2.0
30112026-06-11T23:04:42.726Z Compiling zone_cfg_derive v0.3.1
30122026-06-11T23:04:42.754Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-06-11T23:04:42.765Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30142026-06-11T23:04:42.768Z Checking ingot v0.1.1
30152026-06-11T23:04:42.768Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-11T23:04:42.805Z Checking itertools v0.12.1
30172026-06-11T23:04:42.883Z Compiling num-derive v0.4.2
30182026-06-11T23:04:42.918Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-06-11T23:04:42.932Z Checking swrite v0.1.0
30202026-06-11T23:04:43.023Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30212026-06-11T23:04:43.123Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30222026-06-11T23:04:43.277Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30232026-06-11T23:04:43.293Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30242026-06-11T23:04:43.325Z Checking dropshot-api-manager-types v0.7.2
30252026-06-11T23:04:43.369Z Checking smf v0.2.3
30262026-06-11T23:04:43.401Z Checking nanorand v0.7.0
30272026-06-11T23:04:43.491Z Checking whoami v1.6.1
30282026-06-11T23:04:43.596Z Checking flume v0.11.1
30292026-06-11T23:04:43.596Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30302026-06-11T23:04:43.794Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30312026-06-11T23:04:43.807Z Checking zone v0.3.1
30322026-06-11T23:04:44.330Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30332026-06-11T23:04:45.304Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30342026-06-11T23:04:46.195Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30352026-06-11T23:04:49.450Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30362026-06-11T23:04:51.504Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30372026-06-11T23:04:52.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
30382026-06-11T23:04:52.789Z
30392026-06-11T23:04:52.790Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30402026-06-11T23:04:53.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-11T23:04:53.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-11T23:04:53.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-11T23:04:53.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-06-11T23:04:53.402Z
30452026-06-11T23:04:53.402Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30462026-06-11T23:04:53.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-11T23:04:53.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-11T23:04:53.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-11T23:04:53.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-06-11T23:04:54.001Z
30512026-06-11T23:04:54.001Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30522026-06-11T23:04:54.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-11T23:04:54.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-11T23:04:54.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-11T23:04:54.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-06-11T23:04:54.614Z
30572026-06-11T23:04:54.614Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30582026-06-11T23:04:55.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-11T23:04:55.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-11T23:04:55.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-11T23:04:55.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-06-11T23:04:55.223Z
30632026-06-11T23:04:55.223Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30642026-06-11T23:04:55.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-11T23:04:55.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-11T23:04:55.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-11T23:04:55.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-06-11T23:04:55.831Z
30692026-06-11T23:04:55.831Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30702026-06-11T23:04:56.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-11T23:04:56.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-11T23:04:56.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-11T23:04:56.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30742026-06-11T23:04:56.442Z
30752026-06-11T23:04:56.442Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30762026-06-11T23:04:56.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-11T23:04:56.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-11T23:04:56.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-11T23:04:56.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-06-11T23:04:57.047Z
30812026-06-11T23:04:57.047Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30822026-06-11T23:04:57.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-11T23:04:57.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-11T23:04:57.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-11T23:04:57.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-06-11T23:04:57.643Z
30872026-06-11T23:04:57.643Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30882026-06-11T23:04:58.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-11T23:04:58.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-11T23:04:58.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-11T23:04:58.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-06-11T23:04:58.250Z
30932026-06-11T23:04:58.250Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30942026-06-11T23:04:58.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-11T23:04:58.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-11T23:04:58.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-11T23:04:58.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30982026-06-11T23:04:58.857Z
30992026-06-11T23:04:58.857Zinfo: running `cargo check --bins` on installinator-client (115/295)
31002026-06-11T23:04:59.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-11T23:04:59.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-11T23:04:59.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-11T23:04:59.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042026-06-11T23:04:59.468Z
31052026-06-11T23:04:59.468Zinfo: running `cargo check --bins` on nexus-client (116/295)
31062026-06-11T23:05:00.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-11T23:05:00.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-11T23:05:00.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-11T23:05:00.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31102026-06-11T23:05:00.111Z
31112026-06-11T23:05:00.111Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31122026-06-11T23:05:00.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-11T23:05:00.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-11T23:05:00.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-11T23:05:00.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31162026-06-11T23:05:00.758Z
31172026-06-11T23:05:00.758Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31182026-06-11T23:05:01.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-11T23:05:01.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-11T23:05:01.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-11T23:05:01.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-06-11T23:05:01.356Z
31232026-06-11T23:05:01.356Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31242026-06-11T23:05:01.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-11T23:05:01.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-11T23:05:01.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-11T23:05:01.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-06-11T23:05:01.940Z
31292026-06-11T23:05:01.940Zinfo: running `cargo check --bins` on oxide-client (120/295)
31302026-06-11T23:05:02.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-11T23:05:02.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-11T23:05:02.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-11T23:05:02.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31342026-06-11T23:05:02.539Z
31352026-06-11T23:05:02.539Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31362026-06-11T23:05:03.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-11T23:05:03.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-11T23:05:03.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-11T23:05:03.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-06-11T23:05:03.143Z
31412026-06-11T23:05:03.143Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31422026-06-11T23:05:03.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-11T23:05:03.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-11T23:05:03.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-11T23:05:03.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31462026-06-11T23:05:03.732Z
31472026-06-11T23:05:03.732Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31482026-06-11T23:05:04.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-11T23:05:04.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-11T23:05:04.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-11T23:05:04.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-06-11T23:05:04.343Z
31532026-06-11T23:05:04.343Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31542026-06-11T23:05:04.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-11T23:05:04.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-11T23:05:04.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-11T23:05:04.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31582026-06-11T23:05:04.976Z
31592026-06-11T23:05:04.976Zinfo: running `cargo check --bins` on installinator-common (125/295)
31602026-06-11T23:05:05.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-11T23:05:05.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-11T23:05:05.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-11T23:05:05.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-06-11T23:05:05.597Z
31652026-06-11T23:05:05.597Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31662026-06-11T23:05:06.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-11T23:05:06.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-11T23:05:06.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-11T23:05:06.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31702026-06-11T23:05:06.183Z
31712026-06-11T23:05:06.183Zinfo: running `cargo check --bins` on wicket-common (127/295)
31722026-06-11T23:05:06.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-11T23:05:06.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-11T23:05:06.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-06-11T23:05:06.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31762026-06-11T23:05:06.803Z
31772026-06-11T23:05:06.803Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31782026-06-11T23:05:07.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-06-11T23:05:07.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-06-11T23:05:07.507Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-06-11T23:05:07.624Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-06-11T23:05:07.631Z Checking csv-core v0.1.13
31832026-06-11T23:05:07.638Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-06-11T23:05:07.646Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-06-11T23:05:07.649Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31862026-06-11T23:05:07.667Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-06-11T23:05:07.680Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-06-11T23:05:07.787Z Checking csv v1.4.0
31892026-06-11T23:05:07.819Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-06-11T23:05:07.823Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31912026-06-11T23:05:07.861Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-06-11T23:05:07.892Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-06-11T23:05:08.119Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-06-11T23:05:08.483Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-06-11T23:05:08.488Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31962026-06-11T23:05:08.825Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-06-11T23:05:14.770Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-06-11T23:05:15.300Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-06-11T23:05:17.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s
32002026-06-11T23:05:17.822Z
32012026-06-11T23:05:17.822Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
32022026-06-11T23:05:18.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-11T23:05:18.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-11T23:05:18.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-11T23:05:18.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-11T23:05:18.427Z
32072026-06-11T23:05:18.427Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32082026-06-11T23:05:19.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-11T23:05:19.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-11T23:05:19.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-11T23:05:19.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32122026-06-11T23:05:19.119Z
32132026-06-11T23:05:19.119Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32142026-06-11T23:05:19.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-11T23:05:19.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-11T23:05:19.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-11T23:05:19.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32182026-06-11T23:05:19.810Z
32192026-06-11T23:05:19.811Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32202026-06-11T23:05:20.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-11T23:05:20.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-11T23:05:20.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-06-11T23:05:20.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32242026-06-11T23:05:20.470Z
32252026-06-11T23:05:20.470Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32262026-06-11T23:05:21.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-06-11T23:05:21.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-06-11T23:05:21.234Z Compiling regress v0.11.1
32292026-06-11T23:05:21.376Z Compiling unsafe-libyaml v0.2.11
32302026-06-11T23:05:21.387Z Compiling semver v0.1.20
32312026-06-11T23:05:21.390Z Compiling radium v0.7.0
32322026-06-11T23:05:21.409Z Checking nom v8.0.0
32332026-06-11T23:05:21.409Z Compiling maybe-uninit v2.0.0
32342026-06-11T23:05:21.412Z Checking tap v1.0.1
32352026-06-11T23:05:21.521Z Checking wyz v0.5.1
32362026-06-11T23:05:21.654Z Compiling rustc_version v0.1.7
32372026-06-11T23:05:21.709Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-06-11T23:05:21.765Z Compiling zerocopy-derive v0.6.6
32392026-06-11T23:05:21.839Z Compiling packed_struct v0.10.1
32402026-06-11T23:05:21.866Z Compiling newtype_derive v0.1.6
32412026-06-11T23:05:22.060Z Compiling serde_yaml v0.9.34+deprecated
32422026-06-11T23:05:22.096Z Compiling owo-colors v4.3.0
32432026-06-11T23:05:22.116Z Compiling cancel-safe-futures v0.1.5
32442026-06-11T23:05:22.324Z Checking crc-catalog v2.4.0
32452026-06-11T23:05:22.413Z Checking funty v2.0.0
32462026-06-11T23:05:22.427Z Checking crc v3.4.0
32472026-06-11T23:05:22.601Z Checking zerocopy v0.6.6
32482026-06-11T23:05:22.730Z Checking bitvec v1.0.1
32492026-06-11T23:05:22.808Z Checking typify-impl v0.6.2
32502026-06-11T23:05:22.823Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-06-11T23:05:23.245Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-06-11T23:05:23.340Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32532026-06-11T23:05:23.362Z Compiling packed_struct_codegen v0.10.1
32542026-06-11T23:05:23.502Z Checking libsw-core v0.3.2
32552026-06-11T23:05:23.582Z Compiling bitfield-macros v0.19.4
32562026-06-11T23:05:23.653Z Compiling indexmap v1.9.3
32572026-06-11T23:05:23.851Z Checking nodrop v0.1.14
32582026-06-11T23:05:23.940Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32592026-06-11T23:05:23.955Z Checking array-init v0.0.4
32602026-06-11T23:05:24.029Z Checking libsw v3.5.0
32612026-06-11T23:05:24.045Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32622026-06-11T23:05:24.180Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-06-11T23:05:24.258Z Checking smallvec v0.6.14
32642026-06-11T23:05:24.292Z Checking bitfield v0.19.4
32652026-06-11T23:05:24.360Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-06-11T23:05:24.549Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32672026-06-11T23:05:24.563Z Checking base64 v0.21.7
32682026-06-11T23:05:24.676Z Checking hashbrown v0.12.3
32692026-06-11T23:05:24.689Z Checking smawk v0.3.2
32702026-06-11T23:05:24.805Z Checking unicode-linebreak v0.1.5
32712026-06-11T23:05:24.821Z Checking tagptr v0.2.0
32722026-06-11T23:05:24.840Z Checking linear-map v1.2.0
32732026-06-11T23:05:24.967Z Checking moka v0.12.13
32742026-06-11T23:05:25.014Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32752026-06-11T23:05:25.028Z Checking textwrap v0.16.2
32762026-06-11T23:05:25.105Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32772026-06-11T23:05:25.193Z Checking ron v0.8.1
32782026-06-11T23:05:25.245Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32792026-06-11T23:05:25.453Z Checking steno v0.4.1
32802026-06-11T23:05:25.507Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32812026-06-11T23:05:25.610Z Checking serde-hex v0.1.0
32822026-06-11T23:05:25.723Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-06-11T23:05:25.885Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-06-11T23:05:26.058Z Checking hashbrown v0.13.2
32852026-06-11T23:05:26.391Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-06-11T23:05:26.438Z Checking crc-any v2.5.0
32872026-06-11T23:05:26.460Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-06-11T23:05:26.490Z Checking object v0.30.4
32892026-06-11T23:05:26.602Z Checking hickory-resolver v0.25.2
32902026-06-11T23:05:26.616Z Checking utf-8 v0.7.6
32912026-06-11T23:05:26.629Z Checking void v1.0.2
32922026-06-11T23:05:26.705Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32932026-06-11T23:05:26.731Z Checking path-slash v0.1.5
32942026-06-11T23:05:26.748Z Checking half v1.8.3
32952026-06-11T23:05:26.809Z Checking tungstenite v0.23.0
32962026-06-11T23:05:26.836Z Checking lzss v0.8.2
32972026-06-11T23:05:26.944Z Checking serde_cbor v0.11.2
32982026-06-11T23:05:27.097Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32992026-06-11T23:05:27.157Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33002026-06-11T23:05:27.223Z Checking nix v0.27.1
33012026-06-11T23:05:27.259Z Checking kstat-rs v0.2.4
33022026-06-11T23:05:27.308Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33032026-06-11T23:05:27.321Z Checking fxhash v0.2.1
33042026-06-11T23:05:27.391Z Checking serde_bytes v0.11.19
33052026-06-11T23:05:27.422Z Compiling typify-macro v0.6.2
33062026-06-11T23:05:27.436Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33072026-06-11T23:05:27.448Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33082026-06-11T23:05:27.561Z Checking tokio-tungstenite v0.23.1
33092026-06-11T23:05:27.722Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33102026-06-11T23:05:27.738Z Checking signal-hook-tokio v0.3.1
33112026-06-11T23:05:28.497Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33122026-06-11T23:05:28.662Z Compiling typify v0.6.2
33132026-06-11T23:05:28.742Z Compiling progenitor-impl v0.14.0
33142026-06-11T23:05:29.389Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33152026-06-11T23:05:29.689Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33162026-06-11T23:05:30.203Z Compiling progenitor-macro v0.14.0
33172026-06-11T23:05:32.516Z Checking progenitor v0.14.0
33182026-06-11T23:05:32.637Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33192026-06-11T23:05:32.640Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33202026-06-11T23:05:35.324Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33212026-06-11T23:05:43.334Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-06-11T23:05:49.904Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33232026-06-11T23:05:51.269Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33242026-06-11T23:05:51.765Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33252026-06-11T23:05:53.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.36s
33262026-06-11T23:05:54.030Z
33272026-06-11T23:05:54.031Zinfo: running `cargo check --bins` on gateway-api (134/295)
33282026-06-11T23:05:54.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-11T23:05:54.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-11T23:05:54.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-11T23:05:54.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33322026-06-11T23:05:54.627Z
33332026-06-11T23:05:54.627Zinfo: running `cargo check --bins` on ipcc (135/295)
33342026-06-11T23:05:55.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-11T23:05:55.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-11T23:05:55.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-11T23:05:55.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33382026-06-11T23:05:55.228Z
33392026-06-11T23:05:55.228Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33402026-06-11T23:05:55.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-11T23:05:55.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-11T23:05:55.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-11T23:05:55.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33442026-06-11T23:05:55.809Z
33452026-06-11T23:05:55.810Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33462026-06-11T23:05:56.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-11T23:05:56.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-11T23:05:56.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-11T23:05:56.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33502026-06-11T23:05:56.429Z
33512026-06-11T23:05:56.429Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33522026-06-11T23:05:56.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-11T23:05:56.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-11T23:05:56.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-11T23:05:56.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33562026-06-11T23:05:57.027Z
33572026-06-11T23:05:57.027Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33582026-06-11T23:05:57.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-11T23:05:57.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-11T23:05:57.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-11T23:05:57.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-06-11T23:05:57.627Z
33632026-06-11T23:05:57.627Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33642026-06-11T23:05:58.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-11T23:05:58.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-11T23:05:58.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-11T23:05:58.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33682026-06-11T23:05:58.224Z
33692026-06-11T23:05:58.224Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33702026-06-11T23:05:58.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-11T23:05:58.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-11T23:05:58.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-11T23:05:58.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33742026-06-11T23:05:58.841Z
33752026-06-11T23:05:58.841Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33762026-06-11T23:05:59.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-11T23:05:59.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-11T23:05:59.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-11T23:05:59.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33802026-06-11T23:05:59.446Z
33812026-06-11T23:05:59.446Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33822026-06-11T23:05:59.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-11T23:05:59.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-11T23:05:59.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-11T23:05:59.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33862026-06-11T23:06:00.041Z
33872026-06-11T23:06:00.041Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33882026-06-11T23:06:00.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-11T23:06:00.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-11T23:06:00.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-11T23:06:00.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-06-11T23:06:00.639Z
33932026-06-11T23:06:00.639Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33942026-06-11T23:06:01.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-11T23:06:01.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-11T23:06:01.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-11T23:06:01.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-06-11T23:06:01.238Z
33992026-06-11T23:06:01.238Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
34002026-06-11T23:06:01.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-11T23:06:01.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-11T23:06:01.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-11T23:06:01.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34042026-06-11T23:06:01.837Z
34052026-06-11T23:06:01.837Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34062026-06-11T23:06:02.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-11T23:06:02.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-11T23:06:02.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-11T23:06:02.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34102026-06-11T23:06:02.433Z
34112026-06-11T23:06:02.433Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34122026-06-11T23:06:02.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-11T23:06:02.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-11T23:06:02.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-11T23:06:02.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34162026-06-11T23:06:03.045Z
34172026-06-11T23:06:03.045Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34182026-06-11T23:06:03.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-11T23:06:03.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-11T23:06:03.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-11T23:06:03.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34222026-06-11T23:06:03.663Z
34232026-06-11T23:06:03.663Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34242026-06-11T23:06:04.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-11T23:06:04.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-11T23:06:04.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-11T23:06:04.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34282026-06-11T23:06:04.275Z
34292026-06-11T23:06:04.275Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34302026-06-11T23:06:04.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-11T23:06:04.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-11T23:06:04.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-11T23:06:04.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34342026-06-11T23:06:04.892Z
34352026-06-11T23:06:04.892Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34362026-06-11T23:06:05.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-11T23:06:05.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-11T23:06:05.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-11T23:06:05.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34402026-06-11T23:06:05.514Z
34412026-06-11T23:06:05.514Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34422026-06-11T23:06:06.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-11T23:06:06.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-11T23:06:06.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-11T23:06:06.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34462026-06-11T23:06:06.132Z
34472026-06-11T23:06:06.133Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34482026-06-11T23:06:06.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-11T23:06:06.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-11T23:06:06.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-11T23:06:06.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34522026-06-11T23:06:06.749Z
34532026-06-11T23:06:06.749Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34542026-06-11T23:06:07.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-11T23:06:07.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-11T23:06:07.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-11T23:06:07.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34582026-06-11T23:06:07.371Z
34592026-06-11T23:06:07.372Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34602026-06-11T23:06:07.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-11T23:06:07.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-11T23:06:07.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-11T23:06:07.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34642026-06-11T23:06:07.991Z
34652026-06-11T23:06:07.991Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34662026-06-11T23:06:08.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-11T23:06:08.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-11T23:06:08.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-11T23:06:08.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34702026-06-11T23:06:08.612Z
34712026-06-11T23:06:08.613Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34722026-06-11T23:06:09.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-11T23:06:09.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-11T23:06:09.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-11T23:06:09.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-06-11T23:06:09.213Z
34772026-06-11T23:06:09.213Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34782026-06-11T23:06:09.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-11T23:06:09.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-11T23:06:09.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-11T23:06:09.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34822026-06-11T23:06:09.812Z
34832026-06-11T23:06:09.812Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34842026-06-11T23:06:10.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-11T23:06:10.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-11T23:06:10.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-11T23:06:10.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-06-11T23:06:10.412Z
34892026-06-11T23:06:10.412Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34902026-06-11T23:06:10.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-11T23:06:10.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-11T23:06:10.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-11T23:06:10.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34942026-06-11T23:06:11.012Z
34952026-06-11T23:06:11.012Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34962026-06-11T23:06:11.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-11T23:06:11.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-11T23:06:11.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-11T23:06:11.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35002026-06-11T23:06:11.614Z
35012026-06-11T23:06:11.614Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
35022026-06-11T23:06:12.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-11T23:06:12.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-11T23:06:12.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-11T23:06:12.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-06-11T23:06:12.215Z
35072026-06-11T23:06:12.215Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35082026-06-11T23:06:12.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-11T23:06:12.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-11T23:06:12.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-11T23:06:12.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-06-11T23:06:12.813Z
35132026-06-11T23:06:12.813Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35142026-06-11T23:06:13.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-11T23:06:13.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-11T23:06:13.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-11T23:06:13.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35182026-06-11T23:06:13.412Z
35192026-06-11T23:06:13.412Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35202026-06-11T23:06:13.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-11T23:06:13.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-11T23:06:13.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-11T23:06:13.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35242026-06-11T23:06:14.033Z
35252026-06-11T23:06:14.033Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35262026-06-11T23:06:14.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-11T23:06:14.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-11T23:06:14.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-11T23:06:14.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35302026-06-11T23:06:14.647Z
35312026-06-11T23:06:14.647Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35322026-06-11T23:06:15.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-11T23:06:15.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-11T23:06:15.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-11T23:06:15.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35362026-06-11T23:06:15.268Z
35372026-06-11T23:06:15.268Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35382026-06-11T23:06:15.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-11T23:06:15.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-11T23:06:15.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-11T23:06:15.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35422026-06-11T23:06:15.884Z
35432026-06-11T23:06:15.884Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35442026-06-11T23:06:16.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-11T23:06:16.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-11T23:06:16.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-11T23:06:16.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35482026-06-11T23:06:16.510Z
35492026-06-11T23:06:16.510Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35502026-06-11T23:06:17.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-11T23:06:17.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-11T23:06:17.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-11T23:06:17.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35542026-06-11T23:06:17.127Z
35552026-06-11T23:06:17.127Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35562026-06-11T23:06:17.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-11T23:06:17.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-11T23:06:17.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-11T23:06:17.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35602026-06-11T23:06:17.742Z
35612026-06-11T23:06:17.742Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35622026-06-11T23:06:18.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-11T23:06:18.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-11T23:06:18.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-11T23:06:18.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35662026-06-11T23:06:18.378Z
35672026-06-11T23:06:18.378Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35682026-06-11T23:06:18.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-11T23:06:18.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-11T23:06:18.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-06-11T23:06:18.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-06-11T23:06:18.975Z
35732026-06-11T23:06:18.975Zinfo: running `cargo check --bins` on dns-server (175/295)
35742026-06-11T23:06:19.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-06-11T23:06:19.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-06-11T23:06:19.626Z Compiling parking_lot_core v0.8.6
35772026-06-11T23:06:19.630Z Compiling git-stub v1.0.0
35782026-06-11T23:06:19.630Z Checking prefix-trie v0.7.0
35792026-06-11T23:06:19.630Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35802026-06-11T23:06:19.859Z Compiling git-stub-vcs v0.1.0
35812026-06-11T23:06:20.025Z Checking hickory-server v0.25.2
35822026-06-11T23:06:20.131Z Checking parking_lot v0.11.2
35832026-06-11T23:06:20.134Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35842026-06-11T23:06:20.201Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35852026-06-11T23:06:20.204Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35862026-06-11T23:06:20.337Z Checking sled v0.34.7
35872026-06-11T23:06:22.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
35882026-06-11T23:06:22.381Z
35892026-06-11T23:06:22.381Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35902026-06-11T23:06:22.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-11T23:06:22.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-11T23:06:22.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-11T23:06:22.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35942026-06-11T23:06:22.979Z
35952026-06-11T23:06:22.979Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35962026-06-11T23:06:23.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-11T23:06:23.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-11T23:06:23.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-11T23:06:23.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36002026-06-11T23:06:23.579Z
36012026-06-11T23:06:23.579Zinfo: running `cargo check --bins` on sp-sim (178/295)
36022026-06-11T23:06:24.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-11T23:06:24.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-11T23:06:24.302Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36052026-06-11T23:06:26.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
36062026-06-11T23:06:26.260Z
36072026-06-11T23:06:26.260Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36082026-06-11T23:06:26.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-11T23:06:26.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-11T23:06:26.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-11T23:06:26.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36122026-06-11T23:06:26.910Z
36132026-06-11T23:06:26.910Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36142026-06-11T23:06:27.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-11T23:06:27.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-11T23:06:27.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-11T23:06:27.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36182026-06-11T23:06:27.571Z
36192026-06-11T23:06:27.571Zinfo: running `cargo check --bins` on db-macros (181/295)
36202026-06-11T23:06:28.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-11T23:06:28.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-11T23:06:28.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-11T23:06:28.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36242026-06-11T23:06:28.157Z
36252026-06-11T23:06:28.158Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36262026-06-11T23:06:28.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-11T23:06:28.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-11T23:06:28.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-11T23:06:28.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36302026-06-11T23:06:28.742Z
36312026-06-11T23:06:28.742Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36322026-06-11T23:06:29.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-11T23:06:29.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-11T23:06:29.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-11T23:06:29.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36362026-06-11T23:06:29.392Z
36372026-06-11T23:06:29.392Zinfo: running `cargo check --bins` on authz-macros (184/295)
36382026-06-11T23:06:29.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-11T23:06:29.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-11T23:06:29.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-11T23:06:29.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36422026-06-11T23:06:29.977Z
36432026-06-11T23:06:29.977Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36442026-06-11T23:06:30.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-11T23:06:30.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-11T23:06:30.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-11T23:06:30.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36482026-06-11T23:06:30.621Z
36492026-06-11T23:06:30.621Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36502026-06-11T23:06:31.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-11T23:06:31.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-11T23:06:31.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-11T23:06:31.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36542026-06-11T23:06:31.265Z
36552026-06-11T23:06:31.265Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36562026-06-11T23:06:31.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-11T23:06:31.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-11T23:06:31.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-11T23:06:31.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36602026-06-11T23:06:31.851Z
36612026-06-11T23:06:31.851Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36622026-06-11T23:06:32.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-11T23:06:32.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-11T23:06:32.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-11T23:06:32.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36662026-06-11T23:06:32.438Z
36672026-06-11T23:06:32.438Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36682026-06-11T23:06:32.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-11T23:06:32.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-11T23:06:32.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-11T23:06:32.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36722026-06-11T23:06:33.037Z
36732026-06-11T23:06:33.037Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36742026-06-11T23:06:33.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-11T23:06:33.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-11T23:06:33.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-11T23:06:33.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36782026-06-11T23:06:33.625Z
36792026-06-11T23:06:33.625Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36802026-06-11T23:06:34.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-11T23:06:34.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-11T23:06:34.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-11T23:06:34.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36842026-06-11T23:06:34.209Z
36852026-06-11T23:06:34.209Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36862026-06-11T23:06:34.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-11T23:06:34.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-11T23:06:34.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-11T23:06:34.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36902026-06-11T23:06:34.861Z
36912026-06-11T23:06:34.861Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36922026-06-11T23:06:35.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-11T23:06:35.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-11T23:06:35.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-11T23:06:35.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36962026-06-11T23:06:35.516Z
36972026-06-11T23:06:35.516Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36982026-06-11T23:06:36.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-11T23:06:36.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-11T23:06:36.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-11T23:06:36.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37022026-06-11T23:06:36.162Z
37032026-06-11T23:06:36.162Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
37042026-06-11T23:06:36.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-11T23:06:36.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-11T23:06:36.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-11T23:06:36.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37082026-06-11T23:06:36.779Z
37092026-06-11T23:06:36.779Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37102026-06-11T23:06:37.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-11T23:06:37.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-11T23:06:37.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-11T23:06:37.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37142026-06-11T23:06:37.400Z
37152026-06-11T23:06:37.400Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37162026-06-11T23:06:37.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-11T23:06:37.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-11T23:06:37.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-11T23:06:37.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37202026-06-11T23:06:38.025Z
37212026-06-11T23:06:38.025Zinfo: running `cargo check --bins` on key-manager (198/295)
37222026-06-11T23:06:38.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-11T23:06:38.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-11T23:06:38.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-11T23:06:38.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37262026-06-11T23:06:38.629Z
37272026-06-11T23:06:38.630Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37282026-06-11T23:06:39.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-11T23:06:39.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-11T23:06:39.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-11T23:06:39.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37322026-06-11T23:06:39.253Z
37332026-06-11T23:06:39.253Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37342026-06-11T23:06:39.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-11T23:06:39.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-11T23:06:39.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-11T23:06:39.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37382026-06-11T23:06:39.880Z
37392026-06-11T23:06:39.880Zinfo: running `cargo check --bins` on typed-rng (201/295)
37402026-06-11T23:06:40.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-11T23:06:40.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-11T23:06:40.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-11T23:06:40.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37442026-06-11T23:06:40.472Z
37452026-06-11T23:06:40.472Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37462026-06-11T23:06:41.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-11T23:06:41.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-11T23:06:41.333Z Compiling libefi-sys v0.1.0
37492026-06-11T23:06:41.336Z Compiling bitfield-struct v0.6.2
37502026-06-11T23:06:41.480Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37512026-06-11T23:06:41.488Z Compiling xshell-macros v0.2.7
37522026-06-11T23:06:41.513Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532026-06-11T23:06:41.516Z Compiling typify-impl v0.4.3
37542026-06-11T23:06:41.516Z Compiling salty v0.3.0
37552026-06-11T23:06:41.519Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37562026-06-11T23:06:41.605Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37572026-06-11T23:06:41.667Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37582026-06-11T23:06:41.821Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37592026-06-11T23:06:41.892Z Checking xshell v0.2.7
37602026-06-11T23:06:41.915Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37612026-06-11T23:06:42.053Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37622026-06-11T23:06:42.068Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37632026-06-11T23:06:42.068Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37642026-06-11T23:06:42.095Z Checking primeorder v0.13.6
37652026-06-11T23:06:42.185Z Compiling proc-macro-error-attr2 v2.0.0
37662026-06-11T23:06:42.218Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37672026-06-11T23:06:42.305Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-06-11T23:06:42.331Z Checking tungstenite v0.21.0
37692026-06-11T23:06:42.431Z Checking p384 v0.13.1
37702026-06-11T23:06:42.538Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37712026-06-11T23:06:42.556Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37722026-06-11T23:06:42.572Z Compiling proc-macro-error2 v2.0.1
37732026-06-11T23:06:42.886Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37742026-06-11T23:06:43.081Z Compiling num-derive v0.3.3
37752026-06-11T23:06:43.212Z Compiling tabled_derive v0.11.0
37762026-06-11T23:06:43.260Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37772026-06-11T23:06:43.389Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37782026-06-11T23:06:43.556Z Checking tokio-tungstenite v0.21.0
37792026-06-11T23:06:43.690Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37802026-06-11T23:06:43.975Z Checking libscf-sys v1.1.0
37812026-06-11T23:06:43.996Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-06-11T23:06:44.083Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37832026-06-11T23:06:44.251Z Checking papergrid v0.17.0
37842026-06-11T23:06:44.354Z Checking testing_table v0.3.0
37852026-06-11T23:06:44.380Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37862026-06-11T23:06:44.384Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37872026-06-11T23:06:44.455Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37882026-06-11T23:06:44.545Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37892026-06-11T23:06:44.652Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-11T23:06:44.667Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37912026-06-11T23:06:44.877Z Compiling illumos-nvpair-sys v0.2.0
37922026-06-11T23:06:44.904Z Checking corncobs v0.1.4
37932026-06-11T23:06:44.931Z Compiling unicase v2.9.0
37942026-06-11T23:06:45.038Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37952026-06-11T23:06:45.054Z Checking tabled v0.20.0
37962026-06-11T23:06:45.152Z Compiling mime_guess v2.0.5
37972026-06-11T23:06:45.168Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37982026-06-11T23:06:45.181Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37992026-06-11T23:06:45.200Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38002026-06-11T23:06:45.274Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38012026-06-11T23:06:45.300Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38022026-06-11T23:06:45.508Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
38032026-06-11T23:06:45.524Z Checking progenitor-client v0.11.2
38042026-06-11T23:06:45.682Z Checking secrecy v0.8.0
38052026-06-11T23:06:45.762Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38062026-06-11T23:06:46.023Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38072026-06-11T23:06:46.038Z Compiling typify-macro v0.4.3
38082026-06-11T23:06:46.075Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38092026-06-11T23:06:46.090Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38102026-06-11T23:06:46.128Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38112026-06-11T23:06:46.374Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38122026-06-11T23:06:46.402Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38132026-06-11T23:06:46.422Z Checking filetime v0.2.27
38142026-06-11T23:06:46.566Z Checking xattr v1.6.1
38152026-06-11T23:06:46.582Z Checking http-range v0.1.5
38162026-06-11T23:06:46.714Z Checking crc8 v0.1.1
38172026-06-11T23:06:46.841Z Checking tar v0.4.45
38182026-06-11T23:06:46.843Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38192026-06-11T23:06:47.033Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38202026-06-11T23:06:47.111Z Checking illumos-nvpair v0.3.0
38212026-06-11T23:06:47.226Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38222026-06-11T23:06:47.274Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38232026-06-11T23:06:47.343Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38242026-06-11T23:06:47.630Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38252026-06-11T23:06:47.705Z Checking atty v0.2.14
38262026-06-11T23:06:47.740Z Compiling typify v0.4.3
38272026-06-11T23:06:47.828Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38282026-06-11T23:06:47.857Z Compiling progenitor-impl v0.11.2
38292026-06-11T23:06:47.932Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38302026-06-11T23:06:47.969Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38312026-06-11T23:06:47.986Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38322026-06-11T23:06:48.182Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38332026-06-11T23:06:48.219Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38342026-06-11T23:06:48.284Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38352026-06-11T23:06:48.621Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38362026-06-11T23:06:48.693Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38372026-06-11T23:06:48.794Z Checking hyper-staticfile v0.10.1
38382026-06-11T23:06:48.797Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38392026-06-11T23:06:49.055Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38402026-06-11T23:06:49.080Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38412026-06-11T23:06:49.109Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38422026-06-11T23:06:49.133Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38432026-06-11T23:06:49.307Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38442026-06-11T23:06:49.434Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38452026-06-11T23:06:49.579Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38462026-06-11T23:06:49.710Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38472026-06-11T23:06:49.925Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38482026-06-11T23:06:50.025Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38492026-06-11T23:06:50.407Z Compiling progenitor-macro v0.11.2
38502026-06-11T23:06:52.804Z Checking progenitor v0.11.2
38512026-06-11T23:06:52.947Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38522026-06-11T23:06:53.178Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38532026-06-11T23:06:57.634Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38542026-06-11T23:07:08.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.04s
38552026-06-11T23:07:08.736Z
38562026-06-11T23:07:08.736Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38572026-06-11T23:07:09.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-06-11T23:07:09.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-06-11T23:07:09.526Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-06-11T23:07:20.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38612026-06-11T23:07:20.457Z
38622026-06-11T23:07:20.457Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38632026-06-11T23:07:21.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-11T23:07:21.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-11T23:07:21.252Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-11T23:07:32.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
38672026-06-11T23:07:32.253Z
38682026-06-11T23:07:32.254Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38692026-06-11T23:07:32.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-11T23:07:32.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-11T23:07:33.045Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-11T23:07:43.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38732026-06-11T23:07:43.977Z
38742026-06-11T23:07:43.977Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38752026-06-11T23:07:44.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-11T23:07:44.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-11T23:07:44.822Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-11T23:07:55.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38792026-06-11T23:07:55.716Z
38802026-06-11T23:07:55.716Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38812026-06-11T23:07:56.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-11T23:07:56.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-11T23:07:56.495Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-11T23:08:07.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38852026-06-11T23:08:07.417Z
38862026-06-11T23:08:07.418Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38872026-06-11T23:08:07.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-11T23:08:07.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-11T23:08:08.202Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-06-11T23:08:18.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38912026-06-11T23:08:19.121Z
38922026-06-11T23:08:19.121Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38932026-06-11T23:08:19.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-11T23:08:19.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-11T23:08:19.909Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-06-11T23:08:30.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38972026-06-11T23:08:30.796Z
38982026-06-11T23:08:30.796Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38992026-06-11T23:08:31.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-11T23:08:31.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-11T23:08:31.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-06-11T23:08:31.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39032026-06-11T23:08:31.411Z
39042026-06-11T23:08:31.411Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
39052026-06-11T23:08:31.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-11T23:08:31.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-11T23:08:31.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-11T23:08:31.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39092026-06-11T23:08:32.028Z
39102026-06-11T23:08:32.028Zinfo: running `cargo check --bins` on range-requests (212/295)
39112026-06-11T23:08:32.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-11T23:08:32.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-11T23:08:32.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-11T23:08:32.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39152026-06-11T23:08:32.629Z
39162026-06-11T23:08:32.629Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39172026-06-11T23:08:33.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-11T23:08:33.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-11T23:08:33.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-11T23:08:33.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39212026-06-11T23:08:33.232Z
39222026-06-11T23:08:33.232Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39232026-06-11T23:08:33.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-11T23:08:33.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-11T23:08:33.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-11T23:08:33.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-06-11T23:08:33.868Z
39282026-06-11T23:08:33.868Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39292026-06-11T23:08:34.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-11T23:08:34.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-11T23:08:34.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-11T23:08:34.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-06-11T23:08:34.482Z
39342026-06-11T23:08:34.482Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39352026-06-11T23:08:35.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-11T23:08:35.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-11T23:08:35.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-11T23:08:35.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39392026-06-11T23:08:35.110Z
39402026-06-11T23:08:35.110Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39412026-06-11T23:08:35.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-11T23:08:35.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-11T23:08:35.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-11T23:08:35.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39452026-06-11T23:08:35.750Z
39462026-06-11T23:08:35.750Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39472026-06-11T23:08:36.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-11T23:08:36.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-11T23:08:36.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-11T23:08:36.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39512026-06-11T23:08:36.397Z
39522026-06-11T23:08:36.397Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39532026-06-11T23:08:36.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-11T23:08:37.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-11T23:08:37.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-11T23:08:37.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39572026-06-11T23:08:37.076Z
39582026-06-11T23:08:37.076Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39592026-06-11T23:08:37.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-11T23:08:37.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-11T23:08:37.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-11T23:08:37.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-06-11T23:08:37.647Z
39642026-06-11T23:08:37.647Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39652026-06-11T23:08:38.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-11T23:08:38.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-11T23:08:38.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-11T23:08:38.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-06-11T23:08:38.262Z
39702026-06-11T23:08:38.262Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39712026-06-11T23:08:38.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-11T23:08:38.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-11T23:08:38.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-11T23:08:38.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39752026-06-11T23:08:38.886Z
39762026-06-11T23:08:38.886Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39772026-06-11T23:08:39.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-11T23:08:39.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-11T23:08:39.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-11T23:08:39.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-06-11T23:08:39.522Z
39822026-06-11T23:08:39.522Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39832026-06-11T23:08:40.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-11T23:08:40.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-11T23:08:40.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-11T23:08:40.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39872026-06-11T23:08:40.175Z
39882026-06-11T23:08:40.175Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39892026-06-11T23:08:40.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-11T23:08:40.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-11T23:08:40.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-11T23:08:40.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39932026-06-11T23:08:40.808Z
39942026-06-11T23:08:40.808Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39952026-06-11T23:08:41.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-11T23:08:41.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-11T23:08:41.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-11T23:08:41.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39992026-06-11T23:08:41.451Z
40002026-06-11T23:08:41.451Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
40012026-06-11T23:08:42.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-11T23:08:42.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-11T23:08:42.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-11T23:08:42.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40052026-06-11T23:08:42.132Z
40062026-06-11T23:08:42.132Zinfo: running `cargo check --bins` on update-common (228/295)
40072026-06-11T23:08:42.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-11T23:08:42.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-11T23:08:42.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-11T23:08:42.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40112026-06-11T23:08:42.725Z
40122026-06-11T23:08:42.725Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40132026-06-11T23:08:43.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-11T23:08:43.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-11T23:08:43.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-06-11T23:08:43.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40172026-06-11T23:08:43.386Z
40182026-06-11T23:08:43.386Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40192026-06-11T23:08:43.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-06-11T23:08:43.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-06-11T23:08:43.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-06-11T23:08:43.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40232026-06-11T23:08:43.973Z
40242026-06-11T23:08:43.973Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40252026-06-11T23:08:44.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-06-11T23:08:44.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-06-11T23:08:44.755Z Compiling fs-err v2.11.0
40282026-06-11T23:08:44.758Z Checking ignore v0.4.25
40292026-06-11T23:08:44.758Z Checking arc-swap v1.8.2
40302026-06-11T23:08:44.897Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40312026-06-11T23:08:44.897Z Checking predicates-tree v1.0.13
40322026-06-11T23:08:44.900Z Checking parse-size v1.1.0
40332026-06-11T23:08:44.928Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40342026-06-11T23:08:44.932Z Checking rand_seeder v0.4.0
40352026-06-11T23:08:44.994Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40362026-06-11T23:08:45.024Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40372026-06-11T23:08:45.078Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40382026-06-11T23:08:45.091Z Checking slog-scope v4.4.1
40392026-06-11T23:08:45.128Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40402026-06-11T23:08:45.221Z Checking slog-stdlog v4.1.1
40412026-06-11T23:08:45.237Z Compiling petname v2.0.2
40422026-06-11T23:08:45.252Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40432026-06-11T23:08:45.267Z Checking globwalk v0.9.1
40442026-06-11T23:08:45.314Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-06-11T23:08:45.342Z Checking slog-envlogger v2.2.0
40462026-06-11T23:08:45.447Z Checking camino-tempfile-ext v0.3.3
40472026-06-11T23:08:45.492Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40482026-06-11T23:08:45.516Z Checking sapling-renderdag v0.1.0
40492026-06-11T23:08:45.638Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40502026-06-11T23:08:45.678Z Checking subprocess v0.2.15
40512026-06-11T23:08:45.751Z Checking sync-ptr v0.1.4
40522026-06-11T23:08:45.869Z Checking colored v2.2.0
40532026-06-11T23:08:45.885Z Checking assert_matches v1.5.0
40542026-06-11T23:08:45.956Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40552026-06-11T23:08:46.120Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40562026-06-11T23:08:46.120Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40572026-06-11T23:08:46.860Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40582026-06-11T23:08:48.188Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40592026-06-11T23:08:50.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
40602026-06-11T23:08:50.596Z
40612026-06-11T23:08:50.596Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40622026-06-11T23:08:51.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-06-11T23:08:51.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-06-11T23:08:51.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-06-11T23:08:51.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40662026-06-11T23:08:51.184Z
40672026-06-11T23:08:51.184Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40682026-06-11T23:08:51.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-11T23:08:51.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-11T23:08:51.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-06-11T23:08:51.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40722026-06-11T23:08:51.805Z
40732026-06-11T23:08:51.805Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40742026-06-11T23:08:52.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-06-11T23:08:52.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-06-11T23:08:52.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-06-11T23:08:52.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40782026-06-11T23:08:52.482Z
40792026-06-11T23:08:52.482Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40802026-06-11T23:08:53.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-06-11T23:08:53.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-06-11T23:08:53.202Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40832026-06-11T23:08:53.202Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40842026-06-11T23:08:53.855Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40852026-06-11T23:08:55.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
40862026-06-11T23:08:55.621Z
40872026-06-11T23:08:55.621Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40882026-06-11T23:08:56.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-06-11T23:08:56.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-06-11T23:08:56.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-06-11T23:08:56.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40922026-06-11T23:08:56.241Z
40932026-06-11T23:08:56.241Zinfo: running `cargo check --bins` on cert-dev (237/295)
40942026-06-11T23:08:56.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-06-11T23:08:56.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-06-11T23:08:56.856Z Checking yasna v0.5.2
40972026-06-11T23:08:57.256Z Checking rcgen v0.12.1
40982026-06-11T23:08:57.512Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40992026-06-11T23:08:57.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41002026-06-11T23:08:57.864Z
41012026-06-11T23:08:57.864Zinfo: running `cargo check --bins` on clickana (238/295)
41022026-06-11T23:08:58.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-06-11T23:08:58.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-06-11T23:08:58.511Z Compiling darling_core v0.23.0
41052026-06-11T23:08:58.632Z Compiling instability v0.3.11
41062026-06-11T23:08:58.650Z Checking castaway v0.2.4
41072026-06-11T23:08:58.650Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41082026-06-11T23:08:58.650Z Compiling indoc v2.0.7
41092026-06-11T23:08:58.660Z Checking unicode-truncate v1.1.0
41102026-06-11T23:08:58.660Z Checking lru v0.12.5
41112026-06-11T23:08:58.660Z Checking cassowary v0.3.0
41122026-06-11T23:08:58.717Z Checking compact_str v0.8.1
41132026-06-11T23:08:59.941Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41142026-06-11T23:09:00.067Z Compiling darling_macro v0.23.0
41152026-06-11T23:09:00.116Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41162026-06-11T23:09:00.474Z Compiling darling v0.23.0
41172026-06-11T23:09:01.090Z Checking ratatui v0.29.0
41182026-06-11T23:09:02.153Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41192026-06-11T23:09:02.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
41202026-06-11T23:09:02.999Z
41212026-06-11T23:09:02.999Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41222026-06-11T23:09:03.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-06-11T23:09:03.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-06-11T23:09:03.728Z Checking headers-core v0.3.0
41252026-06-11T23:09:03.732Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41262026-06-11T23:09:03.925Z Checking headers v0.4.1
41272026-06-11T23:09:04.293Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-06-11T23:09:05.151Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41292026-06-11T23:09:05.632Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41302026-06-11T23:09:06.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
41312026-06-11T23:09:06.241Z
41322026-06-11T23:09:06.241Zinfo: running `cargo check --bins` on ch-dev (240/295)
41332026-06-11T23:09:06.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-06-11T23:09:06.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-06-11T23:09:06.973Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41362026-06-11T23:09:07.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41372026-06-11T23:09:07.898Z
41382026-06-11T23:09:07.898Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41392026-06-11T23:09:08.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-06-11T23:09:08.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-06-11T23:09:08.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-06-11T23:09:08.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
41432026-06-11T23:09:08.372Z
41442026-06-11T23:09:08.372Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41452026-06-11T23:09:08.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-06-11T23:09:08.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-06-11T23:09:09.103Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41482026-06-11T23:09:10.103Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41492026-06-11T23:09:10.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41502026-06-11T23:09:10.638Z
41512026-06-11T23:09:10.638Zinfo: running `cargo check --bins` on db-dev (243/295)
41522026-06-11T23:09:11.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-11T23:09:11.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-11T23:09:11.364Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41552026-06-11T23:09:12.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41562026-06-11T23:09:12.321Z
41572026-06-11T23:09:12.321Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41582026-06-11T23:09:12.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-11T23:09:12.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-11T23:09:12.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-06-11T23:09:12.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41622026-06-11T23:09:12.967Z
41632026-06-11T23:09:12.967Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41642026-06-11T23:09:13.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-06-11T23:09:13.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-06-11T23:09:13.587Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41672026-06-11T23:09:14.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
41682026-06-11T23:09:14.453Z
41692026-06-11T23:09:14.453Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41702026-06-11T23:09:15.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-06-11T23:09:15.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-06-11T23:09:15.212Z Compiling progenitor-impl v0.13.0
41732026-06-11T23:09:15.335Z Checking progenitor-client v0.13.0
41742026-06-11T23:09:15.338Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41752026-06-11T23:09:15.338Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41762026-06-11T23:09:15.361Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41772026-06-11T23:09:15.383Z Checking git-stub v1.0.0
41782026-06-11T23:09:15.383Z Compiling trait-variant v0.1.2
41792026-06-11T23:09:15.542Z Checking is_ci v1.2.0
41802026-06-11T23:09:15.578Z Checking maplit v1.0.2
41812026-06-11T23:09:15.611Z Checking git-stub-vcs v0.1.0
41822026-06-11T23:09:15.647Z Checking supports-color v3.0.2
41832026-06-11T23:09:15.661Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41842026-06-11T23:09:15.773Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41852026-06-11T23:09:15.822Z Checking drift v0.2.0
41862026-06-11T23:09:15.920Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41872026-06-11T23:09:15.982Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41882026-06-11T23:09:16.087Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41892026-06-11T23:09:16.185Z Checking dropshot-api-manager v0.7.2
41902026-06-11T23:09:16.200Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41912026-06-11T23:09:16.214Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41922026-06-11T23:09:16.311Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41932026-06-11T23:09:16.487Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41942026-06-11T23:09:16.687Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41952026-06-11T23:09:16.704Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41962026-06-11T23:09:17.193Z Compiling progenitor-macro v0.13.0
41972026-06-11T23:09:19.574Z Checking progenitor v0.13.0
41982026-06-11T23:09:19.691Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41992026-06-11T23:09:24.745Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42002026-06-11T23:09:25.853Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42012026-06-11T23:09:26.415Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42022026-06-11T23:09:26.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.39s
42032026-06-11T23:09:27.048Z
42042026-06-11T23:09:27.048Zinfo: running `cargo check --bins` on installinator-api (247/295)
42052026-06-11T23:09:27.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-06-11T23:09:27.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-06-11T23:09:27.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-06-11T23:09:27.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42092026-06-11T23:09:27.659Z
42102026-06-11T23:09:27.659Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42112026-06-11T23:09:28.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-06-11T23:09:28.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-06-11T23:09:28.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-06-11T23:09:28.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42152026-06-11T23:09:28.309Z
42162026-06-11T23:09:28.310Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42172026-06-11T23:09:28.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-06-11T23:09:28.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-06-11T23:09:28.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-06-11T23:09:28.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42212026-06-11T23:09:28.958Z
42222026-06-11T23:09:28.958Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42232026-06-11T23:09:29.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-06-11T23:09:29.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-06-11T23:09:29.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-06-11T23:09:29.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42272026-06-11T23:09:29.606Z
42282026-06-11T23:09:29.606Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42292026-06-11T23:09:30.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-06-11T23:09:30.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-06-11T23:09:30.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-06-11T23:09:30.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42332026-06-11T23:09:30.213Z
42342026-06-11T23:09:30.213Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42352026-06-11T23:09:30.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-06-11T23:09:30.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-06-11T23:09:30.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-06-11T23:09:30.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42392026-06-11T23:09:30.807Z
42402026-06-11T23:09:30.807Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42412026-06-11T23:09:31.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-06-11T23:09:31.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-06-11T23:09:31.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-06-11T23:09:31.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42452026-06-11T23:09:31.432Z
42462026-06-11T23:09:31.432Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42472026-06-11T23:09:31.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-11T23:09:31.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-11T23:09:32.051Z Checking typeid v1.0.3
42502026-06-11T23:09:32.167Z Checking ordered-float v2.10.1
42512026-06-11T23:09:32.189Z Checking unicode-xid v0.2.6
42522026-06-11T23:09:32.200Z Checking cargo-platform v0.2.0
42532026-06-11T23:09:32.208Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42542026-06-11T23:09:32.232Z Checking erased-serde v0.4.9
42552026-06-11T23:09:32.369Z Checking serde-value v0.7.0
42562026-06-11T23:09:32.543Z Checking serde-untagged v0.1.9
42572026-06-11T23:09:32.696Z Checking cargo-util-schemas v0.8.2
42582026-06-11T23:09:33.394Z Checking cargo_metadata v0.21.0
42592026-06-11T23:09:33.990Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42602026-06-11T23:09:34.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
42612026-06-11T23:09:34.904Z
42622026-06-11T23:09:34.904Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42632026-06-11T23:09:35.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-06-11T23:09:35.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-06-11T23:09:35.640Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42662026-06-11T23:09:36.253Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42672026-06-11T23:09:36.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42682026-06-11T23:09:36.969Z
42692026-06-11T23:09:36.969Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42702026-06-11T23:09:37.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-06-11T23:09:37.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-06-11T23:09:37.909Z Compiling vergen-lib v0.1.6
42732026-06-11T23:09:37.909Z Compiling vergen-gitcl v1.0.8
42742026-06-11T23:09:37.909Z Compiling dirs-sys-next v0.1.2
42752026-06-11T23:09:37.920Z Compiling diesel_derives v2.3.7
42762026-06-11T23:09:37.920Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42772026-06-11T23:09:37.920Z Compiling crunchy v0.2.4
42782026-06-11T23:09:37.920Z Compiling glob v0.3.3
42792026-06-11T23:09:38.097Z Compiling dsl_auto_type v0.2.0
42802026-06-11T23:09:38.242Z Compiling dirs-next v2.0.0
42812026-06-11T23:09:38.308Z Checking scheduled-thread-pool v0.2.7
42822026-06-11T23:09:38.333Z Compiling diesel_table_macro_syntax v0.3.0
42832026-06-11T23:09:38.380Z Compiling tiny-keccak v2.0.2
42842026-06-11T23:09:38.454Z Checking r2d2 v0.8.10
42852026-06-11T23:09:38.478Z Compiling term v0.7.0
42862026-06-11T23:09:38.483Z Compiling clang-sys v1.8.1
42872026-06-11T23:09:38.577Z Compiling bit-vec v0.6.3
42882026-06-11T23:09:38.630Z Checking downcast-rs v2.0.2
42892026-06-11T23:09:38.729Z Compiling ascii-canvas v3.0.0
42902026-06-11T23:09:38.798Z Compiling bit-set v0.5.3
42912026-06-11T23:09:38.896Z Compiling itertools v0.10.5
42922026-06-11T23:09:38.951Z Compiling ena v0.14.4
42932026-06-11T23:09:38.970Z Compiling libloading v0.8.9
42942026-06-11T23:09:39.013Z Compiling diff v0.1.13
42952026-06-11T23:09:39.098Z Compiling regex-syntax v0.6.29
42962026-06-11T23:09:39.121Z Compiling bindgen v0.71.1
42972026-06-11T23:09:39.178Z Compiling cexpr v0.6.0
42982026-06-11T23:09:39.282Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42992026-06-11T23:09:39.464Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43002026-06-11T23:09:39.550Z Compiling rustc-hash v2.1.1
43012026-06-11T23:09:39.648Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43022026-06-11T23:09:39.686Z Compiling libxml v0.3.3
43032026-06-11T23:09:39.866Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43042026-06-11T23:09:39.960Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43052026-06-11T23:09:39.974Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43062026-06-11T23:09:40.169Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43072026-06-11T23:09:40.262Z Compiling strum_macros v0.24.3
43082026-06-11T23:09:40.303Z Compiling indoc v1.0.9
43092026-06-11T23:09:40.477Z Compiling lalrpop v0.19.12
43102026-06-11T23:09:41.221Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43112026-06-11T23:09:41.412Z Checking derive_builder v0.20.2
43122026-06-11T23:09:41.535Z Compiling oso-derive v0.27.3
43132026-06-11T23:09:41.625Z Checking quick-xml v0.37.5
43142026-06-11T23:09:41.726Z Compiling impl-trait-for-tuples v0.2.3
43152026-06-11T23:09:42.033Z Checking openssl-probe v0.1.6
43162026-06-11T23:09:42.176Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43172026-06-11T23:09:42.508Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43182026-06-11T23:09:42.703Z Checking bb8 v0.8.6
43192026-06-11T23:09:42.878Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43202026-06-11T23:09:42.900Z Compiling libz-sys v1.1.24
43212026-06-11T23:09:42.987Z Checking nonempty v0.12.0
43222026-06-11T23:09:43.093Z Compiling strsim v0.10.0
43232026-06-11T23:09:43.155Z Compiling libgit2-sys v0.18.3+1.9.2
43242026-06-11T23:09:43.267Z Compiling darling_core v0.13.4
43252026-06-11T23:09:43.424Z Compiling vergen-git2 v9.1.0
43262026-06-11T23:09:43.477Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43272026-06-11T23:09:43.647Z Compiling base64 v0.21.7
43282026-06-11T23:09:43.672Z Compiling rustls v0.21.12
43292026-06-11T23:09:43.895Z Compiling ron v0.8.1
43302026-06-11T23:09:44.002Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43312026-06-11T23:09:44.020Z Checking diesel v2.3.7
43322026-06-11T23:09:44.910Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43332026-06-11T23:09:45.039Z Checking rustls-webpki v0.101.7
43342026-06-11T23:09:45.106Z Checking sct v0.7.1
43352026-06-11T23:09:45.216Z Compiling darling_macro v0.13.4
43362026-06-11T23:09:45.273Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43372026-06-11T23:09:45.696Z Compiling darling v0.13.4
43382026-06-11T23:09:45.794Z Compiling serde_with_macros v1.5.2
43392026-06-11T23:09:46.164Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43402026-06-11T23:09:46.652Z Compiling serde_with v1.14.0
43412026-06-11T23:09:46.718Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43422026-06-11T23:09:47.797Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43432026-06-11T23:09:47.856Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43442026-06-11T23:09:48.484Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43452026-06-11T23:09:49.127Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43462026-06-11T23:09:49.329Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43472026-06-11T23:09:49.352Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43482026-06-11T23:09:49.446Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43492026-06-11T23:09:49.517Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43502026-06-11T23:09:49.542Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43512026-06-11T23:09:49.793Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43522026-06-11T23:09:49.808Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43532026-06-11T23:09:49.825Z Checking tokio-rustls v0.24.1
43542026-06-11T23:09:50.030Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43552026-06-11T23:09:50.602Z Checking rustls-pemfile v1.0.4
43562026-06-11T23:09:50.647Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43572026-06-11T23:09:50.748Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43582026-06-11T23:09:50.898Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43592026-06-11T23:09:50.942Z Checking twox-hash v2.1.2
43602026-06-11T23:09:51.230Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43612026-06-11T23:09:51.246Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43622026-06-11T23:09:51.298Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43632026-06-11T23:09:51.717Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43642026-06-11T23:09:51.879Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43652026-06-11T23:09:52.938Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43662026-06-11T23:09:53.147Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43672026-06-11T23:09:53.252Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43682026-06-11T23:09:53.619Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43692026-06-11T23:09:53.797Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43702026-06-11T23:09:54.265Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43712026-06-11T23:09:54.316Z Checking console v0.16.2
43722026-06-11T23:09:54.628Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43732026-06-11T23:09:54.794Z Checking fatfs v0.3.6
43742026-06-11T23:09:55.265Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43752026-06-11T23:09:55.284Z Compiling seq-macro v0.3.6
43762026-06-11T23:09:55.793Z Checking unit-prefix v0.5.2
43772026-06-11T23:09:55.936Z Checking indicatif v0.18.4
43782026-06-11T23:09:56.333Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43792026-06-11T23:09:56.389Z Checking support-bundle-viewer v0.1.2
43802026-06-11T23:09:56.612Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43812026-06-11T23:09:56.634Z Checking multimap v0.10.1
43822026-06-11T23:10:00.892Z Checking diesel-dtrace v0.5.0
43832026-06-11T23:10:01.152Z Checking async-bb8-diesel v0.2.1
43842026-06-11T23:10:05.935Z Compiling samael v0.0.19
43852026-06-11T23:10:11.135Z Compiling git2 v0.20.4
43862026-06-11T23:10:12.076Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43872026-06-11T23:10:12.449Z Compiling polar-core v0.27.3
43882026-06-11T23:10:13.543Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43892026-06-11T23:10:16.956Z Checking oso v0.27.3
43902026-06-11T23:10:45.390Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43912026-06-11T23:11:56.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
43922026-06-11T23:11:56.570Z
43932026-06-11T23:11:56.570Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43942026-06-11T23:11:57.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-06-11T23:11:57.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-06-11T23:11:57.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-06-11T23:11:57.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43982026-06-11T23:11:57.419Z
43992026-06-11T23:11:57.419Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
44002026-06-11T23:11:57.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-06-11T23:11:57.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-06-11T23:11:57.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-06-11T23:11:57.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44042026-06-11T23:11:57.920Z
44052026-06-11T23:11:57.920Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44062026-06-11T23:11:58.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-06-11T23:11:58.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-06-11T23:11:58.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-06-11T23:11:58.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44102026-06-11T23:11:58.588Z
44112026-06-11T23:11:58.588Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44122026-06-11T23:11:59.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-06-11T23:11:59.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-06-11T23:11:59.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-06-11T23:11:59.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44162026-06-11T23:11:59.180Z
44172026-06-11T23:11:59.180Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44182026-06-11T23:11:59.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-06-11T23:11:59.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-06-11T23:12:00.027Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44212026-06-11T23:12:00.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
44222026-06-11T23:12:01.017Z
44232026-06-11T23:12:01.017Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44242026-06-11T23:12:01.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-06-11T23:12:01.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-06-11T23:12:01.848Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44272026-06-11T23:12:38.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.69s
44282026-06-11T23:12:39.182Z
44292026-06-11T23:12:39.182Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44302026-06-11T23:12:41.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-06-11T23:12:41.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-06-11T23:12:41.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-06-11T23:12:41.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44342026-06-11T23:12:41.843Z
44352026-06-11T23:12:41.843Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44362026-06-11T23:12:41.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-06-11T23:12:41.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-06-11T23:12:41.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-06-11T23:12:41.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44402026-06-11T23:12:41.844Z
44412026-06-11T23:12:41.844Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44422026-06-11T23:12:41.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-06-11T23:12:41.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-06-11T23:12:41.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-06-11T23:12:41.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44462026-06-11T23:12:41.844Z
44472026-06-11T23:12:41.844Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44482026-06-11T23:12:41.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-06-11T23:12:41.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-06-11T23:12:41.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-06-11T23:12:41.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44522026-06-11T23:12:41.844Z
44532026-06-11T23:12:41.845Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44542026-06-11T23:12:42.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-06-11T23:12:42.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-06-11T23:12:42.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-06-11T23:12:42.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44582026-06-11T23:12:42.154Z
44592026-06-11T23:12:42.154Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44602026-06-11T23:12:42.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-06-11T23:12:42.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-06-11T23:12:42.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-06-11T23:12:42.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44642026-06-11T23:12:42.822Z
44652026-06-11T23:12:42.823Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44662026-06-11T23:12:43.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-06-11T23:12:43.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-06-11T23:12:43.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-06-11T23:12:43.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44702026-06-11T23:12:43.483Z
44712026-06-11T23:12:43.484Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44722026-06-11T23:12:44.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-06-11T23:12:44.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-06-11T23:12:44.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-06-11T23:12:44.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44762026-06-11T23:12:44.148Z
44772026-06-11T23:12:44.148Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44782026-06-11T23:12:44.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-06-11T23:12:44.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-06-11T23:12:45.073Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44812026-06-11T23:12:45.079Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44822026-06-11T23:12:45.251Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44832026-06-11T23:12:45.283Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44842026-06-11T23:12:45.301Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44852026-06-11T23:12:45.304Z Checking yansi v1.0.1
44862026-06-11T23:12:45.304Z Checking diff v0.1.13
44872026-06-11T23:12:45.334Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44882026-06-11T23:12:45.393Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44892026-06-11T23:12:45.568Z Checking pretty_assertions v1.4.1
44902026-06-11T23:12:46.223Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44912026-06-11T23:12:46.367Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44922026-06-11T23:13:12.875Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44932026-06-11T23:13:12.901Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44942026-06-11T23:13:12.901Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44952026-06-11T23:13:12.901Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44962026-06-11T23:13:12.901Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44972026-06-11T23:13:12.901Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44982026-06-11T23:13:12.901Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44992026-06-11T23:13:12.901Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45002026-06-11T23:13:12.903Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45012026-06-11T23:13:49.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45022026-06-11T23:13:49.244Z
45032026-06-11T23:13:49.244Zinfo: running `cargo check --bins` on omicron-pins (272/295)
45042026-06-11T23:13:49.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-06-11T23:13:49.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-06-11T23:13:49.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45072026-06-11T23:13:49.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45082026-06-11T23:13:49.848Z
45092026-06-11T23:13:49.848Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45102026-06-11T23:13:50.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-06-11T23:13:50.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-06-11T23:13:50.626Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45132026-06-11T23:13:50.749Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45142026-06-11T23:13:50.755Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45152026-06-11T23:14:16.994Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45162026-06-11T23:14:17.375Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45172026-06-11T23:14:19.079Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45182026-06-11T23:14:19.537Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45192026-06-11T23:14:22.495Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45202026-06-11T23:14:45.524Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45212026-06-11T23:14:46.228Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45222026-06-11T23:14:47.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.00s
45232026-06-11T23:14:48.058Z
45242026-06-11T23:14:48.058Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45252026-06-11T23:14:48.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-06-11T23:14:48.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-06-11T23:14:48.789Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45282026-06-11T23:14:49.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45292026-06-11T23:14:49.683Z
45302026-06-11T23:14:49.683Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45312026-06-11T23:14:50.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-06-11T23:14:50.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-06-11T23:14:50.349Z Compiling blake3 v1.8.3
45342026-06-11T23:14:50.460Z Checking constant_time_eq v0.4.2
45352026-06-11T23:14:50.464Z Checking arrayvec v0.7.6
45362026-06-11T23:14:50.464Z Checking arrayref v0.3.9
45372026-06-11T23:14:50.481Z Checking topological-sort v0.2.2
45382026-06-11T23:14:50.486Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45392026-06-11T23:14:50.486Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45402026-06-11T23:14:50.486Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45412026-06-11T23:14:50.529Z Checking shell-words v1.1.1
45422026-06-11T23:14:51.252Z Checking omicron-zone-package v0.12.2
45432026-06-11T23:14:51.964Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45442026-06-11T23:14:52.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
45452026-06-11T23:14:53.020Z
45462026-06-11T23:14:53.020Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45472026-06-11T23:14:53.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-06-11T23:14:53.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-06-11T23:14:53.682Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45502026-06-11T23:14:54.001Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45512026-06-11T23:14:54.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45522026-06-11T23:14:54.595Z
45532026-06-11T23:14:54.595Zinfo: running `cargo check --bins` on schema (277/295)
45542026-06-11T23:14:55.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-06-11T23:14:55.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-06-11T23:14:55.336Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45572026-06-11T23:14:56.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45582026-06-11T23:14:56.231Z
45592026-06-11T23:14:56.231Zinfo: running `cargo check --bins` on xtask (278/295)
45602026-06-11T23:14:56.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-06-11T23:14:56.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-06-11T23:14:56.697Z Checking libc v0.2.185
45632026-06-11T23:14:56.779Z Checking serde v1.0.228
45642026-06-11T23:14:56.784Z Checking zerofrom v0.1.6
45652026-06-11T23:14:56.789Z Checking bitflags v2.11.0
45662026-06-11T23:14:56.794Z Checking smallvec v1.15.1
45672026-06-11T23:14:56.797Z Checking indexmap v2.14.0
45682026-06-11T23:14:56.811Z Checking serde_json v1.0.149
45692026-06-11T23:14:56.814Z Checking scroll v0.12.0
45702026-06-11T23:14:56.881Z Checking yoke v0.8.1
45712026-06-11T23:14:56.932Z Checking num-traits v0.2.19
45722026-06-11T23:14:56.966Z Checking thiserror v1.0.69
45732026-06-11T23:14:57.044Z Checking zerovec v0.11.5
45742026-06-11T23:14:57.044Z Checking zerotrie v0.2.3
45752026-06-11T23:14:57.065Z Checking errno v0.3.14
45762026-06-11T23:14:57.076Z Checking percent-encoding v2.3.2
45772026-06-11T23:14:57.172Z Checking toml_datetime v0.6.11
45782026-06-11T23:14:57.182Z Checking rustix v1.1.3
45792026-06-11T23:14:57.209Z Checking serde_spanned v0.6.9
45802026-06-11T23:14:57.283Z Checking log v0.4.29
45812026-06-11T23:14:57.328Z Checking form_urlencoded v1.2.2
45822026-06-11T23:14:57.338Z Checking zerocopy v0.7.35
45832026-06-11T23:14:57.348Z Checking toml_edit v0.22.27
45842026-06-11T23:14:57.414Z Checking getrandom v0.4.1
45852026-06-11T23:14:57.433Z Checking goblin v0.8.2
45862026-06-11T23:14:57.449Z Checking ordered-float v2.10.1
45872026-06-11T23:14:57.460Z Checking thiserror v2.0.18
45882026-06-11T23:14:57.491Z Checking tinystr v0.8.2
45892026-06-11T23:14:57.544Z Checking potential_utf v0.1.4
45902026-06-11T23:14:57.556Z Checking syn v2.0.117
45912026-06-11T23:14:57.665Z Checking serde-value v0.7.0
45922026-06-11T23:14:57.676Z Checking icu_locale_core v2.1.1
45932026-06-11T23:14:57.685Z Checking icu_collections v2.1.1
45942026-06-11T23:14:57.819Z Checking dtrace-parser v0.2.0
45952026-06-11T23:14:57.868Z Checking thread-id v4.2.2
45962026-06-11T23:14:57.950Z Checking once_cell v1.21.3
45972026-06-11T23:14:57.993Z Checking cargo-platform v0.2.0
45982026-06-11T23:14:57.996Z Checking terminal_size v0.4.3
45992026-06-11T23:14:58.056Z Checking memmap v0.7.0
46002026-06-11T23:14:58.123Z Checking tempfile v3.25.0
46012026-06-11T23:14:58.134Z Checking clap_builder v4.6.0
46022026-06-11T23:14:58.187Z Checking textwrap v0.16.2
46032026-06-11T23:14:58.198Z Checking fs-err v3.3.0
46042026-06-11T23:14:58.249Z Checking icu_provider v2.1.1
46052026-06-11T23:14:58.326Z Checking camino-tempfile v1.4.1
46062026-06-11T23:14:58.383Z Checking tabled v0.15.0
46072026-06-11T23:14:58.405Z Checking anyhow v1.0.102
46082026-06-11T23:14:58.460Z Checking toml v0.8.23
46092026-06-11T23:14:58.479Z Checking macaddr v1.0.1
46102026-06-11T23:14:58.490Z Checking icu_properties v2.1.2
46112026-06-11T23:14:58.602Z Checking icu_normalizer v2.1.1
46122026-06-11T23:14:58.657Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46132026-06-11T23:14:58.772Z Checking cargo_toml v0.21.0
46142026-06-11T23:14:59.298Z Checking idna_adapter v1.2.1
46152026-06-11T23:14:59.338Z Checking dof v0.3.0
46162026-06-11T23:14:59.341Z Checking clap v4.6.1
46172026-06-11T23:14:59.415Z Checking idna v1.1.0
46182026-06-11T23:14:59.607Z Checking usdt-impl v0.5.0
46192026-06-11T23:14:59.637Z Checking url v2.5.8
46202026-06-11T23:14:59.853Z Checking usdt v0.5.0
46212026-06-11T23:14:59.980Z Checking cargo-util-schemas v0.8.2
46222026-06-11T23:15:00.664Z Checking cargo_metadata v0.21.0
46232026-06-11T23:15:01.269Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46242026-06-11T23:15:01.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
46252026-06-11T23:15:01.805Z
46262026-06-11T23:15:01.805Zinfo: running `cargo check --bins` on dnsadm (279/295)
46272026-06-11T23:15:02.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-06-11T23:15:02.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-06-11T23:15:02.461Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46302026-06-11T23:15:02.940Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46312026-06-11T23:15:03.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
46322026-06-11T23:15:03.531Z
46332026-06-11T23:15:03.531Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46342026-06-11T23:15:04.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-06-11T23:15:04.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-06-11T23:15:04.339Z Checking polyval v0.6.2
46372026-06-11T23:15:04.466Z Checking ctr v0.9.2
46382026-06-11T23:15:04.476Z Checking ssh-encoding v0.2.0
46392026-06-11T23:15:04.476Z Checking blowfish v0.9.1
46402026-06-11T23:15:04.497Z Checking password-hash v0.4.2
46412026-06-11T23:15:04.511Z Checking p521 v0.13.3
46422026-06-11T23:15:04.511Z Checking p256 v0.13.2
46432026-06-11T23:15:04.538Z Checking russh-cryptovec v0.7.3
46442026-06-11T23:15:04.606Z Checking ghash v0.5.1
46452026-06-11T23:15:04.620Z Checking md5 v0.7.0
46462026-06-11T23:15:04.633Z Checking bcrypt-pbkdf v0.10.0
46472026-06-11T23:15:04.649Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46482026-06-11T23:15:04.666Z Checking num-bigint v0.4.6
46492026-06-11T23:15:04.719Z Checking pbkdf2 v0.11.0
46502026-06-11T23:15:04.735Z Checking aes-gcm v0.10.3
46512026-06-11T23:15:04.765Z Checking des v0.8.1
46522026-06-11T23:15:04.783Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46532026-06-11T23:15:04.787Z Checking hex-literal v0.4.1
46542026-06-11T23:15:04.885Z Checking ssh-cipher v0.2.0
46552026-06-11T23:15:04.888Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46562026-06-11T23:15:04.913Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46572026-06-11T23:15:04.913Z Checking socket2 v0.5.10
46582026-06-11T23:15:04.941Z Checking internet-checksum v0.2.1
46592026-06-11T23:15:05.067Z Checking ssh-key v0.6.7
46602026-06-11T23:15:05.173Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46612026-06-11T23:15:05.707Z Checking russh-keys v0.45.0
46622026-06-11T23:15:06.255Z Checking russh v0.45.0
46632026-06-11T23:15:22.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.92s
46642026-06-11T23:15:22.669Z
46652026-06-11T23:15:22.669Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46662026-06-11T23:15:23.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-06-11T23:15:23.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-06-11T23:15:23.326Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46692026-06-11T23:15:23.437Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46702026-06-11T23:15:23.445Z Checking termios v0.3.3
46712026-06-11T23:15:24.634Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46722026-06-11T23:15:24.782Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46732026-06-11T23:15:26.559Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46742026-06-11T23:15:27.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
46752026-06-11T23:15:27.311Z
46762026-06-11T23:15:27.311Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46772026-06-11T23:15:27.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-06-11T23:15:27.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-06-11T23:15:28.029Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46802026-06-11T23:15:28.032Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46812026-06-11T23:15:28.146Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46822026-06-11T23:15:28.156Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46832026-06-11T23:15:28.174Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46842026-06-11T23:15:28.185Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46852026-06-11T23:15:28.891Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46862026-06-11T23:15:29.244Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46872026-06-11T23:15:29.244Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46882026-06-11T23:15:29.884Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46892026-06-11T23:15:31.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
46902026-06-11T23:15:31.688Z
46912026-06-11T23:15:31.688Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46922026-06-11T23:15:32.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-06-11T23:15:32.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-06-11T23:15:32.336Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46952026-06-11T23:15:32.787Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46962026-06-11T23:15:33.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46972026-06-11T23:15:33.301Z
46982026-06-11T23:15:33.301Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46992026-06-11T23:15:33.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-06-11T23:15:33.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-06-11T23:15:33.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47022026-06-11T23:15:33.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47032026-06-11T23:15:33.902Z
47042026-06-11T23:15:33.902Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
47052026-06-11T23:15:34.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-06-11T23:15:34.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-06-11T23:15:34.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47082026-06-11T23:15:34.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47092026-06-11T23:15:34.502Z
47102026-06-11T23:15:34.502Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47112026-06-11T23:15:35.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-06-11T23:15:35.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-06-11T23:15:35.267Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47142026-06-11T23:15:35.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47152026-06-11T23:15:36.064Z
47162026-06-11T23:15:36.064Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47172026-06-11T23:15:36.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-06-11T23:15:36.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-06-11T23:15:36.729Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47202026-06-11T23:15:36.732Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47212026-06-11T23:15:37.020Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47222026-06-11T23:15:37.020Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47232026-06-11T23:15:37.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47242026-06-11T23:15:37.992Z
47252026-06-11T23:15:37.992Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47262026-06-11T23:15:38.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47272026-06-11T23:15:38.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47282026-06-11T23:15:38.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47292026-06-11T23:15:38.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47302026-06-11T23:15:38.589Z
47312026-06-11T23:15:38.589Zinfo: running `cargo check --bins` on omicron-package (289/295)
47322026-06-11T23:15:39.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-06-11T23:15:39.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-06-11T23:15:39.280Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47352026-06-11T23:15:40.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
47362026-06-11T23:15:40.554Z
47372026-06-11T23:15:40.554Zinfo: running `cargo check --bins` on tqdb (290/295)
47382026-06-11T23:15:41.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47392026-06-11T23:15:41.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47402026-06-11T23:15:41.347Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47412026-06-11T23:15:41.703Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47422026-06-11T23:15:42.213Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47432026-06-11T23:15:42.217Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47442026-06-11T23:15:48.183Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47452026-06-11T23:15:48.183Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47462026-06-11T23:15:48.759Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47472026-06-11T23:15:48.759Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47482026-06-11T23:15:48.762Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47492026-06-11T23:15:48.763Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47502026-06-11T23:15:49.547Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47512026-06-11T23:15:50.514Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47522026-06-11T23:15:51.280Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47532026-06-11T23:15:51.892Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47542026-06-11T23:15:56.484Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47552026-06-11T23:16:03.058Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47562026-06-11T23:16:03.058Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47572026-06-11T23:16:03.061Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47582026-06-11T23:16:03.061Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47592026-06-11T23:16:04.519Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47602026-06-11T23:16:05.845Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47612026-06-11T23:16:06.508Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47622026-06-11T23:16:07.794Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47632026-06-11T23:16:08.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.71s
47642026-06-11T23:16:08.564Z
47652026-06-11T23:16:08.564Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47662026-06-11T23:16:09.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-06-11T23:16:09.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-06-11T23:16:09.215Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47692026-06-11T23:16:09.215Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47702026-06-11T23:16:09.218Z Checking rtoolbox v0.0.3
47712026-06-11T23:16:09.347Z Checking tui-tree-widget v0.23.1
47722026-06-11T23:16:09.444Z Checking rpassword v7.4.0
47732026-06-11T23:16:10.456Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47742026-06-11T23:16:13.510Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47752026-06-11T23:16:15.339Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47762026-06-11T23:16:16.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s
47772026-06-11T23:16:16.452Z
47782026-06-11T23:16:16.452Zinfo: running `cargo check --bins` on wicket (292/295)
47792026-06-11T23:16:16.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-11T23:16:17.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-11T23:16:17.165Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47822026-06-11T23:16:17.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
47832026-06-11T23:16:17.742Z
47842026-06-11T23:16:17.742Zinfo: running `cargo check --bins` on wicketd (293/295)
47852026-06-11T23:16:18.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-06-11T23:16:18.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-06-11T23:16:18.478Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47882026-06-11T23:16:18.481Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47892026-06-11T23:16:18.481Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47902026-06-11T23:16:18.481Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47912026-06-11T23:16:19.472Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47922026-06-11T23:16:20.045Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47932026-06-11T23:16:23.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
47942026-06-11T23:16:23.204Z
47952026-06-11T23:16:23.204Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47962026-06-11T23:16:23.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-06-11T23:16:23.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-06-11T23:16:23.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47992026-06-11T23:16:23.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48002026-06-11T23:16:23.798Z
48012026-06-11T23:16:23.798Zinfo: running `cargo check --bins` on zone-setup (295/295)
48022026-06-11T23:16:24.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48032026-06-11T23:16:24.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48042026-06-11T23:16:24.486Z Checking uzers v0.12.2
48052026-06-11T23:16:24.757Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48062026-06-11T23:16:25.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
48072026-06-11T23:16:25.711Z
48082026-06-11T23:16:25.711Zreal 14:11.055690674
48092026-06-11T23:16:25.711Zuser 21:12.955545453
48102026-06-11T23:16:25.711Zsys 4:23.081698744
48112026-06-11T23:16:25.711Ztrap 0.335009871
48122026-06-11T23:16:25.711Ztflt 0.740482042
48132026-06-11T23:16:25.711Zdflt 1.271128406
48142026-06-11T23:16:25.711Zkflt 0.004837542
48152026-06-11T23:16:25.711Zlock 1:19:10.753751478
48162026-06-11T23:16:25.711Zslp 1:41:46.319733014
48172026-06-11T23:16:25.711Zlat 1:00.684033876
48182026-06-11T23:16:25.711Zstop 3:44.787639010
48192026-06-11T23:16:25.714Zprocess exited: duration 1015088 ms, exit code 0
 
48202026-06-11T23:16:25.722Zfound 0 output files