01KRQDKEZ00KF4S93B54DZQTQA: 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: 01KRQDNG1GYZV4673MEH20CKZ1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:36:41.919Zjob assigned to worker 01KRQDNVG6KZ4W3880J997ZSZE [factory aws, i-0399ec9b4fb88aae9] (queued for 53 s)
 
22026-05-16T03:36:47.871Zstarting task 0: "setup"
32026-05-16T03:36:47.878Z++ uname -s
42026-05-16T03:36:47.881Z+ kern=SunOS
52026-05-16T03:36:47.881Z+ build_user=build
62026-05-16T03:36:47.881Z+ build_uid=12345
72026-05-16T03:36:47.881Z+ work_dir=/work
82026-05-16T03:36:47.881Z+ input_dir=/input
92026-05-16T03:36:47.882Z+ [[ 0 == 12345 ]]
102026-05-16T03:36:47.882Z+ case "$kern" in
112026-05-16T03:36:47.882Z+ groupadd -g 12345 build
122026-05-16T03:36:47.882Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:36:49.897Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:36:50.018Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:36:50.056Z+ home_fs=zfs
162026-05-16T03:36:50.056Z+ [[ zfs == autofs ]]
172026-05-16T03:36:50.056Z+ mkdir -p /home/build
182026-05-16T03:36:50.056Z+ chown build:build /home/build /work
192026-05-16T03:36:52.007Z+ chmod 0700 /home/build /work
202026-05-16T03:36:52.035Zprocess exited: duration 4135 ms, exit code 0
 
212026-05-16T03:36:52.079Zstarting task 1: "rust-toolchain"
222026-05-16T03:36:52.091Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-16T03:36:52.091Z * rust toolchain channel = "1.94.0"
242026-05-16T03:36:52.091Z * rust toolchain profile = "default"
252026-05-16T03:36:52.091Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-16T03:36:52.091Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-16T03:36:52.091Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-16T03:36:52.091Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:36:52.091Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-16T03:36:52.166Zinfo: downloading installer
312026-05-16T03:36:53.513Zwarn: It looks like you have an existing rustup settings file at:
322026-05-16T03:36:53.513Zwarn: /home/build/.rustup/settings.toml
332026-05-16T03:36:53.513Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-16T03:36:53.513Zwarn: instead of the one inferred from the default host triple.
352026-05-16T03:36:53.571Zinfo: profile set to default
362026-05-16T03:36:53.571Zinfo: default host triple is x86_64-unknown-illumos
372026-05-16T03:36:53.571Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-16T03:36:53.656Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-16T03:36:53.708Zinfo: downloading 6 components
402026-05-16T03:37:08.067Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-16T03:37:08.067Z
422026-05-16T03:37:08.104Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-16T03:37:08.104Z
442026-05-16T03:37:08.107Z
452026-05-16T03:37:08.107ZRust is installed now. Great!
462026-05-16T03:37:08.107Z
472026-05-16T03:37:08.107ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-16T03:37:08.107Zenvironment variable. This has not been done automatically.
492026-05-16T03:37:08.107Z
502026-05-16T03:37:08.107ZTo configure your current shell, you need to source
512026-05-16T03:37:08.107Zthe corresponding env file under $HOME/.cargo.
522026-05-16T03:37:08.107Z
532026-05-16T03:37:08.107ZThis is usually done by running one of the following (note the leading DOT):
542026-05-16T03:37:08.107Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-16T03:37:08.107Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-16T03:37:08.107Zsource "~/.cargo/env.nu" # For nushell
572026-05-16T03:37:08.107Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-16T03:37:08.107Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-16T03:37:08.107Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-16T03:37:08.107Zwarn: no default linker (`cc`) was found in your PATH
612026-05-16T03:37:08.107Zwarn: many Rust crates require a system C toolchain to build
622026-05-16T03:37:08.185Z+ rustup --version
632026-05-16T03:37:08.194Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-16T03:37:08.197Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-16T03:37:08.216Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-16T03:37:08.221Z+ cargo --version
672026-05-16T03:37:08.231Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-16T03:37:08.234Z+ rustc --version
692026-05-16T03:37:08.253Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-16T03:37:08.255Zprocess exited: duration 16184 ms, exit code 0
 
712026-05-16T03:37:08.262Zstarting task 2: "authentication"
722026-05-16T03:37:08.275ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-16T03:37:26.359Zprocess exited: duration 18093 ms, exit code 0
 
742026-05-16T03:37:26.365Zstarting task 3: "clone repository"
752026-05-16T03:37:26.369Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-16T03:37:26.372Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-16T03:37:26.406ZCloning into '/work/oxidecomputer/omicron'...
782026-05-16T03:37:36.395Z+ cd /work/oxidecomputer/omicron
792026-05-16T03:37:36.395Z+ git fetch origin 2cd3432b8270395fe3d8f64721146ea346dce394
802026-05-16T03:37:36.674ZFrom https://github.com/oxidecomputer/omicron
812026-05-16T03:37:36.674Z * branch 2cd3432b8270395fe3d8f64721146ea346dce394 -> FETCH_HEAD
822026-05-16T03:37:36.694Z+ [[ -n renovate/russh-monorepo ]]
832026-05-16T03:37:36.694Z++ git branch --show-current
842026-05-16T03:37:36.695Z+ current=main
852026-05-16T03:37:36.695Z+ [[ main != renovate/russh-monorepo ]]
862026-05-16T03:37:36.695Z+ git branch -f renovate/russh-monorepo 2cd3432b8270395fe3d8f64721146ea346dce394
872026-05-16T03:37:36.695Z+ git checkout -f renovate/russh-monorepo
882026-05-16T03:37:36.906ZSwitched to branch 'renovate/russh-monorepo'
892026-05-16T03:37:36.909Z+ git reset --hard 2cd3432b8270395fe3d8f64721146ea346dce394
902026-05-16T03:37:37.160ZHEAD is now at 2cd3432b8 Update Rust crate russh-keys to 0.49.2
912026-05-16T03:37:37.164Zprocess exited: duration 10796 ms, exit code 0
 
922026-05-16T03:37:37.171Zstarting task 4: "build"
932026-05-16T03:37:37.174Z+ source .github/buildomat/ci-env.sh
942026-05-16T03:37:37.177Z++ export CARGO_TERM_COLOR=always
952026-05-16T03:37:37.177Z++ CARGO_TERM_COLOR=always
962026-05-16T03:37:37.177Z+ cargo --version
972026-05-16T03:37:37.184Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-05-16T03:37:37.187Z+ rustc --version
992026-05-16T03:37:37.207Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-05-16T03:37:37.210Z+ source ./env.sh
1012026-05-16T03:37:37.215Z++ OLD_SHELL_OPTS=ehxB
1022026-05-16T03:37:37.215Z++ set -o xtrace
1032026-05-16T03:37:37.215Z++++ dirname ./env.sh
1042026-05-16T03:37:37.224Z+++ readlink -f .
1052026-05-16T03:37:37.224Z++ OMICRON_WS=/work/oxidecomputer/omicron
1062026-05-16T03:37:37.224Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-16T03:37:37.224Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-16T03:37:37.224Z++ 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
1092026-05-16T03:37:37.224Z++ 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
1102026-05-16T03:37:37.224Z++ 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
1112026-05-16T03:37:37.224Z++ 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
1122026-05-16T03:37:37.224Z++ 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
1132026-05-16T03:37:37.224Z++ 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
1142026-05-16T03:37:37.224Z++ case $OLD_SHELL_OPTS in
1152026-05-16T03:37:37.224Z++ unset OLD_SHELL_OPTS OMICRON_WS
1162026-05-16T03:37:37.224Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-16T03:37:37.224Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-05-16T03:37:37.224Z+ banner prerequisites
1192026-05-16T03:37:37.224Z
1202026-05-16T03:37:37.224Z ##### ##### ###### ##### ###### #### # # # #### #
1212026-05-16T03:37:37.224Z # # # # # # # # # # # # # # #
1222026-05-16T03:37:37.224Z # # # # ##### # # ##### # # # # # #### #
1232026-05-16T03:37:37.224Z ##### ##### # ##### # # # # # # # # #
1242026-05-16T03:37:37.224Z # # # # # # # # # # # # # # #
1252026-05-16T03:37:37.224Z # # # ###### # # ###### ### # #### # #### #
1262026-05-16T03:37:37.224Z
1272026-05-16T03:37:37.224Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1282026-05-16T03:37:38.675Z Startup: Refreshing catalog 'helios' ... Done
1292026-05-16T03:37:38.715Z Startup: Caching catalogs ... Done
1302026-05-16T03:37:38.913ZPlanning: Solver setup ... Done (0.174s)
1312026-05-16T03:37:38.923ZPlanning: Running solver ... Done (0.016s)
1322026-05-16T03:37:38.928ZPlanning: Finding local manifests ... Done (0.003s)
1332026-05-16T03:37:38.940ZPlanning: Fetching manifests: 0/2 0% complete
1342026-05-16T03:37:38.956ZPlanning: Fetching manifests: 2/2 100% complete
1352026-05-16T03:37:38.967ZPlanning: Package planning ... Done (0.013s)
1362026-05-16T03:37:38.971ZPlanning: Merging actions ... Done (0.001s)
1372026-05-16T03:37:39.157ZPlanning: Checking for conflicting actions ... Done (0.188s)
1382026-05-16T03:37:39.162ZPlanning: Consolidating action changes ... Done (0.001s)
1392026-05-16T03:37:39.927ZPlanning: Evaluating mediators ... Done (0.752s)
1402026-05-16T03:37:39.936ZPlanning: Planning completed in 1.19 seconds
1412026-05-16T03:37:39.936Z Packages to install: 2
1422026-05-16T03:37:39.936Z Estimated space available: 156.08 GB
1432026-05-16T03:37:39.936ZEstimated space to be consumed: 19.74 MB
1442026-05-16T03:37:39.937Z Create boot environment: No
1452026-05-16T03:37:39.937ZCreate backup boot environment: No
1462026-05-16T03:37:39.937Z Rebuild boot archive: No
1472026-05-16T03:37:39.937Z
1482026-05-16T03:37:39.937ZChanged packages:
1492026-05-16T03:37:39.937Zhelios
1502026-05-16T03:37:39.937Z developer/build-essential
1512026-05-16T03:37:39.937Z None -> 11-3.0
1522026-05-16T03:37:39.937Z library/libxmlsec1
1532026-05-16T03:37:39.937Z None -> 1.2.35-3.0
1542026-05-16T03:37:39.973Z
1552026-05-16T03:37:39.974ZDownload: 0/214 items 0.0/1.3MB 0% complete
1562026-05-16T03:37:41.484ZDownload: Completed 1.28 MB in 1.53 seconds (856k/s)
1572026-05-16T03:37:41.540Z Actions: 1/268 actions (Installing new actions)
1582026-05-16T03:37:41.583Z Actions: Completed 268 actions in 0.04 seconds.
1592026-05-16T03:37:41.589ZFinalize: Updating package state database ... Done (0.006s)
1602026-05-16T03:37:41.589ZFinalize: Updating package cache ... Done (0.000s)
1612026-05-16T03:37:41.598ZFinalize: Updating image state ... Done (0.015s)
1622026-05-16T03:37:43.970ZFinalize: Creating fast lookup database ... Done (2.344s)
1632026-05-16T03:37:44.025ZFinalize: Reading search index ... Done (0.012s)
1642026-05-16T03:37:44.028ZFinalize: Updating search index ... Done (0.000s)
1652026-05-16T03:37:44.121ZFinalize: Updating package cache ... Done (0.000s)
1662026-05-16T03:37:44.414ZPlanning: Evaluating mediator changes ... Done
1672026-05-16T03:37:44.562ZPlanning: Checking for conflicting actions ... Done
1682026-05-16T03:37:44.578ZPlanning: Consolidating action changes ... Done
1692026-05-16T03:37:44.680ZPlanning: Evaluating mediators ... Done
1702026-05-16T03:37:44.683ZPlanning: Planning completed in 0.26 seconds
1712026-05-16T03:37:44.698Z Mediators to change: 2
1722026-05-16T03:37:44.698Z Create boot environment: No
1732026-05-16T03:37:44.698ZCreate backup boot environment: No
1742026-05-16T03:37:44.822ZFinalize: Updating package state database ... Done
1752026-05-16T03:37:44.822ZFinalize: Updating package cache ... Done
1762026-05-16T03:37:44.831ZFinalize: Updating image state ... Done
1772026-05-16T03:37:46.786ZFinalize: Creating fast lookup database ... Done
1782026-05-16T03:37:46.836ZFinalize: Reading search index ... Done
1792026-05-16T03:37:46.856ZFinalize: Updating search index ... Done
1802026-05-16T03:37:46.923ZFinalize: Updating package cache ... Done
1812026-05-16T03:37:47.204ZPlanning: Evaluating mediator changes ... Done
1822026-05-16T03:37:47.300ZPlanning: Checking for conflicting actions ... Done
1832026-05-16T03:37:47.303ZPlanning: Consolidating action changes ... Done
1842026-05-16T03:37:47.470ZPlanning: Evaluating mediators ... Done
1852026-05-16T03:37:47.482ZPlanning: Planning completed in 0.26 seconds
1862026-05-16T03:37:47.497Z Mediators to change: 1
1872026-05-16T03:37:47.498Z Create boot environment: No
1882026-05-16T03:37:47.498ZCreate backup boot environment: No
1892026-05-16T03:37:47.558ZFinalize: Updating package state database ... Done
1902026-05-16T03:37:47.558ZFinalize: Updating package cache ... Done
1912026-05-16T03:37:47.573ZFinalize: Updating image state ... Done
1922026-05-16T03:37:49.890ZFinalize: Creating fast lookup database ... Done
1932026-05-16T03:37:50.301ZFinalize: Reading search index ... Done
1942026-05-16T03:37:50.301ZFinalize: Updating search index ... Done
1952026-05-16T03:37:50.301ZFinalize: Updating package cache ... Done
1962026-05-16T03:37:50.304ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972026-05-16T03:37:50.304Zapache system 2.4 system
1982026-05-16T03:37:50.304Zclang system 15 system
1992026-05-16T03:37:50.304Zcsh system system illumos
2002026-05-16T03:37:50.304Zctags system system illumos
2012026-05-16T03:37:50.304Zfile vendor vendor darwinsys
2022026-05-16T03:37:50.304Zfile system system illumos
2032026-05-16T03:37:50.304Zgcc vendor 14 vendor
2042026-05-16T03:37:50.304Zgcc system 13 system
2052026-05-16T03:37:50.304Zgcc system 10 system
2062026-05-16T03:37:50.304Zgo system 1.25 system
2072026-05-16T03:37:50.304Zllvm system 15 system
2082026-05-16T03:37:50.304Zmariadb system 11.4 system
2092026-05-16T03:37:50.304Zmta vendor vendor dma
2102026-05-16T03:37:50.304Zopenjdk system 17 system
2112026-05-16T03:37:50.304Zopenjdk system 11 system
2122026-05-16T03:37:50.304Zopenssl vendor 3 vendor
2132026-05-16T03:37:50.304Zperl system 5.40 system
2142026-05-16T03:37:50.304Zpostgresql system 18 system
2152026-05-16T03:37:50.304Zpostgresql system 17 system
2162026-05-16T03:37:50.304Zpython vendor 3 vendor
2172026-05-16T03:37:50.304Zpython system 2 system
2182026-05-16T03:37:50.304Zpython3 vendor 3.13 vendor
2192026-05-16T03:37:50.304Zruby system 3.4 system
2202026-05-16T03:37:50.304Zruby system 3.0 system
2212026-05-16T03:37:50.304Zwords vendor vendor american-english
2222026-05-16T03:37:50.304Zwords system system australian-english
2232026-05-16T03:37:50.304Zwords system system british-english
2242026-05-16T03:37:50.304Zwords system system canadian-english
2252026-05-16T03:37:50.304Zwords system system french
2262026-05-16T03:37:50.304Zwords system system italian
2272026-05-16T03:37:50.304Zwords system system ngerman
2282026-05-16T03:37:50.304Zwords system system ogerman
2292026-05-16T03:37:50.305Zwords system system spanish
2302026-05-16T03:37:50.305ZPUBLISHER TYPE STATUS P LOCATION
2312026-05-16T03:37:50.305Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2322026-05-16T03:37:50.445ZFMRI IFO
2332026-05-16T03:37:50.445Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2342026-05-16T03:37:50.445Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2352026-05-16T03:37:50.445Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2362026-05-16T03:37:50.445Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2372026-05-16T03:37:50.445Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2382026-05-16T03:37:50.445Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2392026-05-16T03:37:50.445Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2402026-05-16T03:37:50.445Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2412026-05-16T03:37:50.445Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2422026-05-16T03:37:50.679Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432026-05-16T03:37:51.340Z Updating crates.io index
2442026-05-16T03:37:51.344Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452026-05-16T03:37:51.344Z Updating git repository `https://github.com/oxidecomputer/lldp`
2462026-05-16T03:37:52.023Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-05-16T03:37:53.209Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-05-16T03:37:53.458Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-05-16T03:37:54.472Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-05-16T03:37:55.731Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-05-16T03:37:56.485Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-05-16T03:37:56.883Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532026-05-16T03:37:57.690Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-05-16T03:37:57.916Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2552026-05-16T03:37:58.404Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562026-05-16T03:37:58.762Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2572026-05-16T03:37:59.948Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-05-16T03:38:00.379Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-05-16T03:38:00.605Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2602026-05-16T03:38:00.926Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2612026-05-16T03:38:01.229Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2622026-05-16T03:38:01.593Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2632026-05-16T03:38:01.933Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2642026-05-16T03:38:02.149Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2652026-05-16T03:38:02.373Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-05-16T03:38:02.798Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-05-16T03:38:03.209Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-16T03:38:03.572Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-16T03:38:03.879Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-16T03:38:04.558Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-16T03:38:04.563Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-16T03:38:05.398Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732026-05-16T03:38:06.224Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-05-16T03:38:07.070Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-16T03:38:07.073Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-16T03:38:07.312Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-16T03:38:07.677Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-16T03:38:08.180Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-16T03:38:08.415Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-16T03:38:08.657Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-16T03:38:08.951Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-16T03:38:09.255Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-16T03:38:20.966Z Downloading crates ...
2842026-05-16T03:38:21.031Z Downloaded anstyle v1.0.13
2852026-05-16T03:38:21.034Z Downloaded serde_json v1.0.149
2862026-05-16T03:38:21.041Z Downloaded ucd-trie v0.1.7
2872026-05-16T03:38:21.041Z Downloaded thiserror-impl v2.0.18
2882026-05-16T03:38:21.450Z Downloaded toml_write v0.1.2
2892026-05-16T03:38:21.450Z Downloaded fnv v1.0.7
2902026-05-16T03:38:21.450Z Downloaded anstream v0.6.21
2912026-05-16T03:38:21.450Z Downloaded yoke v0.8.1
2922026-05-16T03:38:21.450Z Downloaded clap v4.5.60
2932026-05-16T03:38:21.533Z Downloaded zmij v1.0.21
2942026-05-16T03:38:21.533Z Downloaded textwrap v0.16.2
2952026-05-16T03:38:21.533Z Downloaded zerofrom v0.1.6
2962026-05-16T03:38:21.533Z Downloaded writeable v0.6.2
2972026-05-16T03:38:21.533Z Downloaded byteorder v1.5.0
2982026-05-16T03:38:21.533Z Downloaded zerofrom-derive v0.1.6
2992026-05-16T03:38:21.533Z Downloaded unicode-linebreak v0.1.5
3002026-05-16T03:38:21.533Z Downloaded thiserror v2.0.18
3012026-05-16T03:38:21.533Z Downloaded toml v0.8.23
3022026-05-16T03:38:21.533Z Downloaded erased-serde v0.4.9
3032026-05-16T03:38:21.533Z Downloaded colorchoice v1.0.4
3042026-05-16T03:38:21.533Z Downloaded typeid v1.0.3
3052026-05-16T03:38:21.533Z Downloaded usdt-attr-macro v0.5.0
3062026-05-16T03:38:21.533Z Downloaded anstyle-parse v0.2.7
3072026-05-16T03:38:21.533Z Downloaded cargo-util-schemas v0.8.2
3082026-05-16T03:38:21.533Z Downloaded cargo_toml v0.21.0
3092026-05-16T03:38:21.533Z Downloaded thread-id v4.2.2
3102026-05-16T03:38:21.533Z Downloaded clap_derive v4.5.55
3112026-05-16T03:38:21.533Z Downloaded yoke-derive v0.8.1
3122026-05-16T03:38:21.533Z Downloaded potential_utf v0.1.4
3132026-05-16T03:38:21.533Z Downloaded utf8parse v0.2.2
3142026-05-16T03:38:21.533Z Downloaded cpufeatures v0.2.17
3152026-05-16T03:38:21.533Z Downloaded url v2.5.8
3162026-05-16T03:38:21.533Z Downloaded heck v0.5.0
3172026-05-16T03:38:21.533Z Downloaded tabled_derive v0.7.0
3182026-05-16T03:38:21.533Z Downloaded itoa v1.0.17
3192026-05-16T03:38:21.533Z Downloaded dof v0.3.0
3202026-05-16T03:38:21.533Z Downloaded serde-value v0.7.0
3212026-05-16T03:38:21.533Z Downloaded anstyle-query v1.1.5
3222026-05-16T03:38:21.533Z Downloaded version_check v0.9.5
3232026-05-16T03:38:21.533Z Downloaded ordered-float v2.10.1
3242026-05-16T03:38:21.534Z Downloaded fastrand v2.3.0
3252026-05-16T03:38:21.534Z Downloaded log v0.4.29
3262026-05-16T03:38:21.534Z Downloaded usdt-macro v0.5.0
3272026-05-16T03:38:21.534Z Downloaded unicode-xid v0.2.6
3282026-05-16T03:38:21.534Z Downloaded toml_datetime v0.6.11
3292026-05-16T03:38:21.534Z Downloaded pretty-hex v0.4.1
3302026-05-16T03:38:21.534Z Downloaded thiserror-impl v1.0.69
3312026-05-16T03:38:21.534Z Downloaded form_urlencoded v1.2.2
3322026-05-16T03:38:21.534Z Downloaded smawk v0.3.2
3332026-05-16T03:38:21.534Z Downloaded scroll_derive v0.12.1
3342026-05-16T03:38:21.534Z Downloaded tinystr v0.8.2
3352026-05-16T03:38:21.534Z Downloaded dtrace-parser v0.2.0
3362026-05-16T03:38:21.534Z Downloaded crypto-common v0.1.7
3372026-05-16T03:38:21.534Z Downloaded zerocopy-derive v0.7.35
3382026-05-16T03:38:21.534Z Downloaded terminal_size v0.4.3
3392026-05-16T03:38:21.534Z Downloaded block-buffer v0.10.4
3402026-05-16T03:38:21.534Z Downloaded autocfg v1.5.0
3412026-05-16T03:38:21.534Z Downloaded camino-tempfile v1.4.1
3422026-05-16T03:38:21.534Z Downloaded displaydoc v0.2.5
3432026-05-16T03:38:21.534Z Downloaded zerovec-derive v0.11.2
3442026-05-16T03:38:21.534Z Downloaded clap_lex v1.0.0
3452026-05-16T03:38:21.534Z Downloaded camino v1.2.2
3462026-05-16T03:38:21.534Z Downloaded usdt-impl v0.5.0
3472026-05-16T03:38:21.534Z Downloaded strsim v0.11.1
3482026-05-16T03:38:21.534Z Downloaded unicode-ident v1.0.24
3492026-05-16T03:38:21.534Z Downloaded utf8_iter v1.0.4
3502026-05-16T03:38:21.534Z Downloaded thiserror v1.0.69
3512026-05-16T03:38:21.534Z Downloaded sha2 v0.10.9
3522026-05-16T03:38:21.534Z Downloaded serde_spanned v0.6.9
3532026-05-16T03:38:21.534Z Downloaded scroll v0.12.0
3542026-05-16T03:38:21.534Z Downloaded usdt v0.5.0
3552026-05-16T03:38:21.534Z Downloaded serde-untagged v0.1.9
3562026-05-16T03:38:21.534Z Downloaded zerotrie v0.2.3
3572026-05-16T03:38:21.534Z Downloaded toml_edit v0.22.27
3582026-05-16T03:38:21.534Z Downloaded pest_generator v2.8.6
3592026-05-16T03:38:21.534Z Downloaded anyhow v1.0.102
3602026-05-16T03:38:21.534Z Downloaded zerovec v0.11.5
3612026-05-16T03:38:21.535Z Downloaded cfg-if v1.0.4
3622026-05-16T03:38:21.535Z Downloaded litemap v0.8.1
3632026-05-16T03:38:21.535Z Downloaded stable_deref_trait v1.2.1
3642026-05-16T03:38:21.535Z Downloaded percent-encoding v2.3.2
3652026-05-16T03:38:21.535Z Downloaded zerocopy v0.7.35
3662026-05-16T03:38:21.535Z Downloaded winnow v0.7.14
3672026-05-16T03:38:21.535Z Downloaded memmap v0.7.0
3682026-05-16T03:38:21.535Z Downloaded typenum v1.19.0
3692026-05-16T03:38:21.535Z Downloaded idna_adapter v1.2.1
3702026-05-16T03:38:21.535Z Downloaded equivalent v1.0.2
3712026-05-16T03:38:21.535Z Downloaded errno v0.3.14
3722026-05-16T03:38:21.535Z Downloaded swrite v0.1.0
3732026-05-16T03:38:21.535Z Downloaded unicode-width v0.2.0
3742026-05-16T03:38:21.535Z Downloaded unicode-width v0.1.14
3752026-05-16T03:38:21.535Z Downloaded macaddr v1.0.1
3762026-05-16T03:38:21.535Z Downloaded proc-macro-error-attr v1.0.4
3772026-05-16T03:38:21.535Z Downloaded heck v0.4.1
3782026-05-16T03:38:21.535Z Downloaded is_terminal_polyfill v1.70.2
3792026-05-16T03:38:21.535Z Downloaded generic-array v0.14.7
3802026-05-16T03:38:21.535Z Downloaded cargo-platform v0.2.0
3812026-05-16T03:38:21.535Z Downloaded cargo_metadata v0.21.0
3822026-05-16T03:38:21.535Z Downloaded serde_tokenstream v0.2.3
3832026-05-16T03:38:21.535Z Downloaded smallvec v1.15.1
3842026-05-16T03:38:21.535Z Downloaded bytecount v0.6.9
3852026-05-16T03:38:21.535Z Downloaded plain v0.2.3
3862026-05-16T03:38:21.535Z Downloaded digest v0.10.7
3872026-05-16T03:38:21.535Z Downloaded proc-macro-error v1.0.4
3882026-05-16T03:38:21.535Z Downloaded synstructure v0.13.2
3892026-05-16T03:38:21.535Z Downloaded fs-err v3.3.0
3902026-05-16T03:38:21.535Z Downloaded pest_meta v2.8.6
3912026-05-16T03:38:21.535Z Downloaded quote v1.0.45
3922026-05-16T03:38:21.535Z Downloaded icu_properties v2.1.2
3932026-05-16T03:38:21.548Z Downloaded semver v1.0.28
3942026-05-16T03:38:21.548Z Downloaded once_cell v1.21.3
3952026-05-16T03:38:21.548Z Downloaded getrandom v0.4.1
3962026-05-16T03:38:21.548Z Downloaded proc-macro2 v1.0.106
3972026-05-16T03:38:21.548Z Downloaded icu_provider v2.1.1
3982026-05-16T03:38:21.548Z Downloaded bitflags v2.11.0
3992026-05-16T03:38:21.548Z Downloaded serde_derive v1.0.228
4002026-05-16T03:38:21.548Z Downloaded pest_derive v2.8.6
4012026-05-16T03:38:21.549Z Downloaded num-traits v0.2.19
4022026-05-16T03:38:21.549Z Downloaded tempfile v3.25.0
4032026-05-16T03:38:21.549Z Downloaded papergrid v0.11.0
4042026-05-16T03:38:21.549Z Downloaded icu_normalizer v2.1.1
4052026-05-16T03:38:21.549Z Downloaded serde_core v1.0.228
4062026-05-16T03:38:21.549Z Downloaded icu_normalizer_data v2.1.1
4072026-05-16T03:38:21.549Z Downloaded memchr v2.8.0
4082026-05-16T03:38:21.549Z Downloaded serde v1.0.228
4092026-05-16T03:38:21.549Z Downloaded icu_locale_core v2.1.1
4102026-05-16T03:38:21.549Z Downloaded idna v1.1.0
4112026-05-16T03:38:21.549Z Downloaded icu_collections v2.1.1
4122026-05-16T03:38:21.549Z Downloaded indexmap v2.14.0
4132026-05-16T03:38:21.549Z Downloaded hashbrown v0.17.0
4142026-05-16T03:38:21.549Z Downloaded clap_builder v4.5.60
4152026-05-16T03:38:21.549Z Downloaded pest v2.8.6
4162026-05-16T03:38:21.549Z Downloaded icu_properties_data v2.1.2
4172026-05-16T03:38:21.549Z Downloaded tabled v0.15.0
4182026-05-16T03:38:21.549Z Downloaded goblin v0.8.2
4192026-05-16T03:38:21.549Z Downloaded syn v1.0.109
4202026-05-16T03:38:21.549Z Downloaded syn v2.0.117
4212026-05-16T03:38:21.549Z Downloaded rustix v1.1.3
4222026-05-16T03:38:21.549Z Downloaded libc v0.2.185
4232026-05-16T03:38:21.549Z Compiling proc-macro2 v1.0.106
4242026-05-16T03:38:21.549Z Compiling quote v1.0.45
4252026-05-16T03:38:21.549Z Compiling unicode-ident v1.0.24
4262026-05-16T03:38:21.549Z Compiling serde_core v1.0.228
4272026-05-16T03:38:21.549Z Compiling libc v0.2.185
4282026-05-16T03:38:21.549Z Compiling version_check v0.9.5
4292026-05-16T03:38:21.549Z Compiling memchr v2.8.0
4302026-05-16T03:38:21.660Z Compiling serde v1.0.228
4312026-05-16T03:38:22.209Z Compiling stable_deref_trait v1.2.1
4322026-05-16T03:38:22.212Z Compiling zmij v1.0.21
4332026-05-16T03:38:22.212Z Compiling thiserror v1.0.69
4342026-05-16T03:38:22.212Z Compiling autocfg v1.5.0
4352026-05-16T03:38:22.340Z Compiling itoa v1.0.17
4362026-05-16T03:38:22.359Z Compiling ucd-trie v0.1.7
4372026-05-16T03:38:22.447Z Compiling writeable v0.6.2
4382026-05-16T03:38:22.485Z Compiling litemap v0.8.1
4392026-05-16T03:38:22.947Z Compiling pest v2.8.6
4402026-05-16T03:38:22.952Z Compiling icu_normalizer_data v2.1.1
4412026-05-16T03:38:22.952Z Compiling byteorder v1.5.0
4422026-05-16T03:38:22.952Z Compiling rustix v1.1.3
4432026-05-16T03:38:22.952Z Compiling icu_properties_data v2.1.2
4442026-05-16T03:38:22.962Z Compiling syn v2.0.117
4452026-05-16T03:38:23.058Z Compiling errno v0.3.14
4462026-05-16T03:38:23.089Z Compiling bitflags v2.11.0
4472026-05-16T03:38:23.104Z Compiling serde_json v1.0.149
4482026-05-16T03:38:23.323Z Compiling num-traits v0.2.19
4492026-05-16T03:38:23.345Z Compiling smallvec v1.15.1
4502026-05-16T03:38:23.508Z Compiling hashbrown v0.17.0
4512026-05-16T03:38:23.552Z Compiling pest_meta v2.8.6
4522026-05-16T03:38:23.552Z Compiling typeid v1.0.3
4532026-05-16T03:38:23.743Z Compiling equivalent v1.0.2
4542026-05-16T03:38:23.882Z Compiling thread-id v4.2.2
4552026-05-16T03:38:23.899Z Compiling usdt-impl v0.5.0
4562026-05-16T03:38:23.964Z Compiling proc-macro-error-attr v1.0.4
4572026-05-16T03:38:24.031Z Compiling indexmap v2.14.0
4582026-05-16T03:38:24.045Z Compiling winnow v0.7.14
4592026-05-16T03:38:24.106Z Compiling toml_write v0.1.2
4602026-05-16T03:38:24.147Z Compiling syn v1.0.109
4612026-05-16T03:38:24.306Z Compiling erased-serde v0.4.9
4622026-05-16T03:38:25.089Z Compiling proc-macro-error v1.0.4
4632026-05-16T03:38:25.093Z Compiling getrandom v0.4.1
4642026-05-16T03:38:25.093Z Compiling percent-encoding v2.3.2
4652026-05-16T03:38:25.093Z Compiling camino v1.2.2
4662026-05-16T03:38:25.093Z Compiling log v0.4.29
4672026-05-16T03:38:25.183Z Compiling utf8parse v0.2.2
4682026-05-16T03:38:25.641Z Compiling thiserror v2.0.18
4692026-05-16T03:38:25.646Z Compiling utf8_iter v1.0.4
4702026-05-16T03:38:25.646Z Compiling plain v0.2.3
4712026-05-16T03:38:25.646Z Compiling anstyle-parse v0.2.7
4722026-05-16T03:38:25.646Z Compiling ordered-float v2.10.1
4732026-05-16T03:38:25.646Z Compiling form_urlencoded v1.2.2
4742026-05-16T03:38:25.646Z Compiling synstructure v0.13.2
4752026-05-16T03:38:25.646Z Compiling pest_generator v2.8.6
4762026-05-16T03:38:25.699Z Compiling terminal_size v0.4.3
4772026-05-16T03:38:25.868Z Compiling anstyle-query v1.1.5
4782026-05-16T03:38:25.964Z Compiling cfg-if v1.0.4
4792026-05-16T03:38:26.041Z Compiling pretty-hex v0.4.1
4802026-05-16T03:38:26.055Z Compiling anstyle v1.0.13
4812026-05-16T03:38:26.078Z Compiling colorchoice v1.0.4
4822026-05-16T03:38:26.097Z Compiling is_terminal_polyfill v1.70.2
4832026-05-16T03:38:26.193Z Compiling serde-untagged v0.1.9
4842026-05-16T03:38:26.217Z Compiling anstream v0.6.21
4852026-05-16T03:38:26.322Z Compiling semver v1.0.28
4862026-05-16T03:38:26.349Z Compiling fs-err v3.3.0
4872026-05-16T03:38:26.427Z Compiling fastrand v2.3.0
4882026-05-16T03:38:26.564Z Compiling unicode-width v0.1.14
4892026-05-16T03:38:26.598Z Compiling fnv v1.0.7
4902026-05-16T03:38:26.631Z Compiling clap_lex v1.0.0
4912026-05-16T03:38:26.653Z Compiling heck v0.4.1
4922026-05-16T03:38:26.685Z Compiling anyhow v1.0.102
4932026-05-16T03:38:26.707Z Compiling strsim v0.11.1
4942026-05-16T03:38:26.866Z Compiling unicode-xid v0.2.6
4952026-05-16T03:38:26.889Z Compiling heck v0.5.0
4962026-05-16T03:38:27.044Z Compiling bytecount v0.6.9
4972026-05-16T03:38:27.073Z Compiling once_cell v1.21.3
4982026-05-16T03:38:27.125Z Compiling papergrid v0.11.0
4992026-05-16T03:38:27.159Z Compiling clap_builder v4.5.60
5002026-05-16T03:38:27.219Z Compiling tempfile v3.25.0
5012026-05-16T03:38:27.257Z Compiling memmap v0.7.0
5022026-05-16T03:38:27.281Z Compiling smawk v0.3.2
5032026-05-16T03:38:27.296Z Compiling serde_derive v1.0.228
5042026-05-16T03:38:27.416Z Compiling zerofrom-derive v0.1.6
5052026-05-16T03:38:27.457Z Compiling yoke-derive v0.8.1
5062026-05-16T03:38:27.580Z Compiling zerovec-derive v0.11.2
5072026-05-16T03:38:27.644Z Compiling displaydoc v0.2.5
5082026-05-16T03:38:28.795Z Compiling thiserror-impl v1.0.69
5092026-05-16T03:38:28.868Z Compiling zerocopy-derive v0.7.35
5102026-05-16T03:38:28.868Z Compiling pest_derive v2.8.6
5112026-05-16T03:38:28.868Z Compiling scroll_derive v0.12.1
5122026-05-16T03:38:28.868Z Compiling zerofrom v0.1.6
5132026-05-16T03:38:28.911Z Compiling yoke v0.8.1
5142026-05-16T03:38:28.957Z Compiling thiserror-impl v2.0.18
5152026-05-16T03:38:29.071Z Compiling zerovec v0.11.5
5162026-05-16T03:38:29.302Z Compiling zerotrie v0.2.3
5172026-05-16T03:38:29.801Z Compiling zerocopy v0.7.35
5182026-05-16T03:38:29.835Z Compiling tinystr v0.8.2
5192026-05-16T03:38:29.835Z Compiling potential_utf v0.1.4
5202026-05-16T03:38:29.835Z Compiling dtrace-parser v0.2.0
5212026-05-16T03:38:29.853Z Compiling icu_locale_core v2.1.1
5222026-05-16T03:38:29.857Z Compiling icu_collections v2.1.1
5232026-05-16T03:38:29.933Z Compiling scroll v0.12.0
5242026-05-16T03:38:30.094Z Compiling tabled_derive v0.7.0
5252026-05-16T03:38:30.135Z Compiling clap_derive v4.5.55
5262026-05-16T03:38:30.323Z Compiling goblin v0.8.2
5272026-05-16T03:38:30.462Z Compiling icu_provider v2.1.1
5282026-05-16T03:38:30.512Z Compiling unicode-width v0.2.0
5292026-05-16T03:38:31.083Z Compiling serde_spanned v0.6.9
5302026-05-16T03:38:31.094Z Compiling icu_properties v2.1.2
5312026-05-16T03:38:31.094Z Compiling icu_normalizer v2.1.1
5322026-05-16T03:38:31.094Z Compiling toml_datetime v0.6.11
5332026-05-16T03:38:31.094Z Compiling dof v0.3.0
5342026-05-16T03:38:31.094Z Compiling serde_tokenstream v0.2.3
5352026-05-16T03:38:31.094Z Compiling toml_edit v0.22.27
5362026-05-16T03:38:31.142Z Compiling serde-value v0.7.0
5372026-05-16T03:38:31.204Z Compiling cargo-platform v0.2.0
5382026-05-16T03:38:31.283Z Compiling unicode-linebreak v0.1.5
5392026-05-16T03:38:31.482Z Compiling textwrap v0.16.2
5402026-05-16T03:38:31.499Z Compiling tabled v0.15.0
5412026-05-16T03:38:31.531Z Compiling macaddr v1.0.1
5422026-05-16T03:38:31.666Z Compiling idna_adapter v1.2.1
5432026-05-16T03:38:31.758Z Compiling usdt-macro v0.5.0
5442026-05-16T03:38:32.221Z Compiling idna v1.1.0
5452026-05-16T03:38:32.226Z Compiling usdt-attr-macro v0.5.0
5462026-05-16T03:38:32.226Z Compiling clap v4.5.60
5472026-05-16T03:38:32.226Z Compiling camino-tempfile v1.4.1
5482026-05-16T03:38:32.226Z Compiling url v2.5.8
5492026-05-16T03:38:32.364Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-05-16T03:38:32.460Z Compiling toml v0.8.23
5512026-05-16T03:38:32.491Z Compiling swrite v0.1.0
5522026-05-16T03:38:32.841Z Compiling cargo-util-schemas v0.8.2
5532026-05-16T03:38:32.888Z Compiling cargo_toml v0.21.0
5542026-05-16T03:38:33.421Z Compiling usdt v0.5.0
5552026-05-16T03:38:33.735Z Compiling cargo_metadata v0.21.0
5562026-05-16T03:38:34.673Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-16T03:38:36.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.24s
5582026-05-16T03:38:37.034Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-16T03:38:37.623Z Downloading crates ...
5602026-05-16T03:38:37.699Z Downloaded aead v0.5.2
5612026-05-16T03:38:37.705Z Downloaded backoff v0.4.0
5622026-05-16T03:38:37.715Z Downloaded crc32fast v1.5.0
5632026-05-16T03:38:37.718Z Downloaded ena v0.14.4
5642026-05-16T03:38:37.724Z Downloaded aws-lc-rs v1.16.3
5652026-05-16T03:38:37.730Z Downloaded flate2 v1.1.9
5662026-05-16T03:38:37.733Z Downloaded des v0.8.1
5672026-05-16T03:38:37.736Z Downloaded crossbeam-epoch v0.9.18
5682026-05-16T03:38:37.736Z Downloaded bit-set v0.8.0
5692026-05-16T03:38:37.736Z Downloaded adler2 v2.0.1
5702026-05-16T03:38:37.739Z Downloaded critical-section v1.2.0
5712026-05-16T03:38:37.739Z Downloaded constant_time_eq v0.4.2
5722026-05-16T03:38:37.739Z Downloaded dyn-clone v1.0.20
5732026-05-16T03:38:37.744Z Downloaded crossbeam-deque v0.8.6
5742026-05-16T03:38:37.744Z Downloaded darling v0.20.11
5752026-05-16T03:38:37.752Z Downloaded ascii-canvas v3.0.0
5762026-05-16T03:38:37.752Z Downloaded crunchy v0.2.4
5772026-05-16T03:38:37.755Z Downloaded bb8 v0.8.6
5782026-05-16T03:38:37.755Z Downloaded flagset v0.4.7
5792026-05-16T03:38:37.755Z Downloaded filetime v0.2.27
5802026-05-16T03:38:37.755Z Downloaded array-init v0.0.4
5812026-05-16T03:38:37.755Z Downloaded difflib v0.4.0
5822026-05-16T03:38:37.755Z Downloaded crossbeam-utils v0.8.21
5832026-05-16T03:38:37.755Z Downloaded const-oid v0.9.6
5842026-05-16T03:38:37.755Z Downloaded ff v0.13.1
5852026-05-16T03:38:37.758Z Downloaded dirs-sys-next v0.1.2
5862026-05-16T03:38:37.758Z Downloaded ctr v0.9.2
5872026-05-16T03:38:37.758Z Downloaded embedded-io v0.6.1
5882026-05-16T03:38:37.762Z Downloaded display-error-chain v0.2.2
5892026-05-16T03:38:37.762Z Downloaded ahash v0.8.12
5902026-05-16T03:38:37.766Z Downloaded const_format_proc_macros v0.2.34
5912026-05-16T03:38:37.766Z Downloaded enum-as-inner v0.6.1
5922026-05-16T03:38:37.766Z Downloaded backon v1.6.0
5932026-05-16T03:38:37.769Z Downloaded dof v0.4.0
5942026-05-16T03:38:37.769Z Downloaded document-features v0.2.12
5952026-05-16T03:38:37.769Z Downloaded cfg_aliases v0.1.1
5962026-05-16T03:38:37.769Z Downloaded cstr-argument v0.1.2
5972026-05-16T03:38:37.772Z Downloaded erased-serde v0.3.31
5982026-05-16T03:38:37.772Z Downloaded defmt v1.0.1
5992026-05-16T03:38:37.775Z Downloaded dtrace-parser v0.3.0
6002026-05-16T03:38:37.775Z Downloaded data-encoding v2.10.0
6012026-05-16T03:38:37.775Z Downloaded curve25519-dalek-derive v0.1.1
6022026-05-16T03:38:37.777Z Downloaded cargo-platform v0.1.9
6032026-05-16T03:38:37.777Z Downloaded base16ct v0.2.0
6042026-05-16T03:38:37.777Z Downloaded bitfield v0.19.4
6052026-05-16T03:38:37.780Z Downloaded cancel-safe-futures v0.1.5
6062026-05-16T03:38:37.780Z Downloaded buf-list v1.1.2
6072026-05-16T03:38:37.783Z Downloaded async-stream v0.3.6
6082026-05-16T03:38:37.783Z Downloaded defmt-parser v1.0.0
6092026-05-16T03:38:37.783Z Downloaded chacha20 v0.10.0
6102026-05-16T03:38:37.787Z Downloaded diesel_table_macro_syntax v0.3.0
6112026-05-16T03:38:37.787Z Downloaded darling_macro v0.20.11
6122026-05-16T03:38:37.792Z Downloaded aes v0.8.4
6132026-05-16T03:38:37.792Z Downloaded derive-ex v0.1.8
6142026-05-16T03:38:37.792Z Downloaded crucible-workspace-hack v0.1.0
6152026-05-16T03:38:37.796Z Downloaded cfg_aliases v0.2.1
6162026-05-16T03:38:37.796Z Downloaded block-padding v0.3.3
6172026-05-16T03:38:37.796Z Downloaded assert_matches v1.5.0
6182026-05-16T03:38:37.796Z Downloaded arrayref v0.3.9
6192026-05-16T03:38:37.797Z Downloaded env_filter v1.0.0
6202026-05-16T03:38:37.797Z Downloaded compression-core v0.4.31
6212026-05-16T03:38:37.801Z Downloaded embedded-io v0.4.0
6222026-05-16T03:38:37.801Z Downloaded atty v0.2.14
6232026-05-16T03:38:37.801Z Downloaded atomicwrites v0.4.4
6242026-05-16T03:38:37.801Z Downloaded atomic-waker v1.1.2
6252026-05-16T03:38:37.809Z Downloaded blake2 v0.10.6
6262026-05-16T03:38:37.809Z Downloaded dsl_auto_type v0.2.0
6272026-05-16T03:38:37.809Z Downloaded crc8 v0.1.1
6282026-05-16T03:38:38.219Z Downloaded dirs-next v2.0.0
6292026-05-16T03:38:38.219Z Downloaded arc-swap v1.8.2
6302026-05-16T03:38:38.219Z Downloaded foreign-types-macros v0.2.3
6312026-05-16T03:38:38.219Z Downloaded defmt v0.3.100
6322026-05-16T03:38:38.223Z Downloaded either v1.15.0
6332026-05-16T03:38:38.223Z Downloaded diesel-dtrace v0.5.0
6342026-05-16T03:38:38.223Z Downloaded defmt-macros v1.0.1
6352026-05-16T03:38:38.223Z Downloaded foldhash v0.2.0
6362026-05-16T03:38:38.223Z Downloaded async-stream-impl v0.3.6
6372026-05-16T03:38:38.223Z Downloaded crossterm v0.28.1
6382026-05-16T03:38:38.223Z Downloaded float-cmp v0.10.0
6392026-05-16T03:38:38.223Z Downloaded dropshot-api-manager-types v0.7.1
6402026-05-16T03:38:38.223Z Downloaded futures-io v0.3.32
6412026-05-16T03:38:38.223Z Downloaded endian-type v0.1.2
6422026-05-16T03:38:38.223Z Downloaded foreign-types v0.5.0
6432026-05-16T03:38:38.223Z Downloaded async-recursion v1.1.1
6442026-05-16T03:38:38.223Z Downloaded cargo_metadata v0.19.2
6452026-05-16T03:38:38.223Z Downloaded fd-lock v4.0.4
6462026-05-16T03:38:38.223Z Downloaded debug-ignore v1.0.5
6472026-05-16T03:38:38.223Z Downloaded cpufeatures v0.3.0
6482026-05-16T03:38:38.223Z Downloaded darling_macro v0.21.3
6492026-05-16T03:38:38.223Z Downloaded crc v3.4.0
6502026-05-16T03:38:38.223Z Downloaded float-ord v0.3.2
6512026-05-16T03:38:38.223Z Downloaded futures-sink v0.3.32
6522026-05-16T03:38:38.223Z Downloaded cobs v0.3.0
6532026-05-16T03:38:38.224Z Downloaded futures-macro v0.3.32
6542026-05-16T03:38:38.224Z Downloaded bitfield-struct v0.6.2
6552026-05-16T03:38:38.224Z Downloaded dunce v1.0.5
6562026-05-16T03:38:38.224Z Downloaded ciborium-io v0.2.2
6572026-05-16T03:38:38.224Z Downloaded ciborium-ll v0.2.2
6582026-05-16T03:38:38.224Z Downloaded git-stub v1.0.0
6592026-05-16T03:38:38.224Z Downloaded derive_builder_macro v0.20.2
6602026-05-16T03:38:38.224Z Downloaded convert_case v0.10.0
6612026-05-16T03:38:38.224Z Downloaded darling_macro v0.23.0
6622026-05-16T03:38:38.224Z Downloaded allocator-api2 v0.2.21
6632026-05-16T03:38:38.224Z Downloaded derive_builder_core v0.20.2
6642026-05-16T03:38:38.224Z Downloaded cipher v0.4.4
6652026-05-16T03:38:38.224Z Downloaded bcrypt-pbkdf v0.10.0
6662026-05-16T03:38:38.224Z Downloaded ar_archive_writer v0.5.1
6672026-05-16T03:38:38.224Z Downloaded fallible-iterator v0.2.0
6682026-05-16T03:38:38.224Z Downloaded csv-core v0.1.13
6692026-05-16T03:38:38.224Z Downloaded bit-set v0.5.3
6702026-05-16T03:38:38.224Z Downloaded ecdsa v0.16.9
6712026-05-16T03:38:38.224Z Downloaded foldhash v0.1.5
6722026-05-16T03:38:38.224Z Downloaded convert_case v0.4.0
6732026-05-16T03:38:38.224Z Downloaded find-msvc-tools v0.1.9
6742026-05-16T03:38:38.224Z Downloaded env_logger v0.11.9
6752026-05-16T03:38:38.224Z Downloaded futures-core v0.3.32
6762026-05-16T03:38:38.224Z Downloaded derive_builder v0.20.2
6772026-05-16T03:38:38.224Z Downloaded funty v2.0.0
6782026-05-16T03:38:38.224Z Downloaded hex v0.4.3
6792026-05-16T03:38:38.224Z Downloaded hash32 v0.3.1
6802026-05-16T03:38:38.224Z Downloaded diesel_derives v2.3.7
6812026-05-16T03:38:38.224Z Downloaded globwalk v0.9.1
6822026-05-16T03:38:38.224Z Downloaded async-trait v0.1.89
6832026-05-16T03:38:38.224Z Downloaded hex-literal v0.4.1
6842026-05-16T03:38:38.224Z Downloaded arrayvec v0.7.6
6852026-05-16T03:38:38.225Z Downloaded fxhash v0.2.1
6862026-05-16T03:38:38.225Z Downloaded foreign-types v0.3.2
6872026-05-16T03:38:38.225Z Downloaded hash32 v0.2.1
6882026-05-16T03:38:38.225Z Downloaded ghash v0.5.1
6892026-05-16T03:38:38.225Z Downloaded cmake v0.1.57
6902026-05-16T03:38:38.225Z Downloaded hostname v0.4.2
6912026-05-16T03:38:38.225Z Downloaded gethostname v0.5.0
6922026-05-16T03:38:38.225Z Downloaded camino-tempfile-ext v0.3.3
6932026-05-16T03:38:38.225Z Downloaded http-range v0.1.5
6942026-05-16T03:38:38.225Z Downloaded foreign-types-shared v0.3.1
6952026-05-16T03:38:38.225Z Downloaded headers-core v0.3.0
6962026-05-16T03:38:38.225Z Downloaded daft-derive v0.1.5
6972026-05-16T03:38:38.225Z Downloaded der_derive v0.7.3
6982026-05-16T03:38:38.225Z Downloaded http-body v1.0.1
6992026-05-16T03:38:38.225Z Downloaded base64ct v1.8.3
7002026-05-16T03:38:38.225Z Downloaded futures-task v0.3.32
7012026-05-16T03:38:38.225Z Downloaded crc-catalog v2.4.0
7022026-05-16T03:38:38.225Z Downloaded colored v2.2.0
7032026-05-16T03:38:38.225Z Downloaded fs-err v2.11.0
7042026-05-16T03:38:38.225Z Downloaded daft v0.1.5
7052026-05-16T03:38:38.225Z Downloaded ed25519 v2.2.3
7062026-05-16T03:38:38.225Z Downloaded git-stub-vcs v0.1.0
7072026-05-16T03:38:38.225Z Downloaded compression-codecs v0.4.37
7082026-05-16T03:38:38.225Z Downloaded hubpack v0.1.2
7092026-05-16T03:38:38.225Z Downloaded bcs v0.1.6
7102026-05-16T03:38:38.225Z Downloaded futures-executor v0.3.32
7112026-05-16T03:38:38.225Z Downloaded downcast-rs v2.0.2
7122026-05-16T03:38:38.225Z Downloaded hostname v0.3.1
7132026-05-16T03:38:38.225Z Downloaded chacha20 v0.9.1
7142026-05-16T03:38:38.225Z Downloaded fixedbitset v0.4.2
7152026-05-16T03:38:38.225Z Downloaded hubpack_derive v0.1.1
7162026-05-16T03:38:38.225Z Downloaded httpdate v1.0.3
7172026-05-16T03:38:38.225Z Downloaded fixedbitset v0.5.7
7182026-05-16T03:38:38.225Z Downloaded cbc v0.1.2
7192026-05-16T03:38:38.225Z Downloaded diff v0.1.13
7202026-05-16T03:38:38.225Z Downloaded byte-wrapper v0.1.0
7212026-05-16T03:38:38.225Z Downloaded castaway v0.2.4
7222026-05-16T03:38:38.225Z Downloaded crossbeam-channel v0.5.15
7232026-05-16T03:38:38.226Z Downloaded illumos-nvpair-sys v0.2.0
7242026-05-16T03:38:38.226Z Downloaded fs_extra v1.3.0
7252026-05-16T03:38:38.226Z Downloaded illumos-nvpair v0.3.0
7262026-05-16T03:38:38.226Z Downloaded hyper-tls v0.6.0
7272026-05-16T03:38:38.226Z Downloaded ident_case v1.0.1
7282026-05-16T03:38:38.226Z Downloaded corncobs v0.1.4
7292026-05-16T03:38:38.226Z Downloaded cassowary v0.3.0
7302026-05-16T03:38:38.226Z Downloaded bitflags v1.3.2
7312026-05-16T03:38:38.226Z Downloaded indoc v1.0.9
7322026-05-16T03:38:38.232Z Downloaded colored v3.1.1
7332026-05-16T03:38:38.232Z Downloaded bzip2 v0.4.4
7342026-05-16T03:38:38.232Z Downloaded glob v0.3.3
7352026-05-16T03:38:38.232Z Downloaded instant v0.1.13
7362026-05-16T03:38:38.232Z Downloaded indent_write v2.2.0
7372026-05-16T03:38:38.232Z Downloaded instability v0.3.11
7382026-05-16T03:38:38.232Z Downloaded console v0.15.11
7392026-05-16T03:38:38.233Z Downloaded inout v0.1.4
7402026-05-16T03:38:38.233Z Downloaded drift v0.1.4
7412026-05-16T03:38:38.233Z Downloaded internet-checksum v0.2.1
7422026-05-16T03:38:38.233Z Downloaded highway v1.3.0
7432026-05-16T03:38:38.233Z Downloaded globset v0.4.18
7442026-05-16T03:38:38.233Z Downloaded is_ci v1.2.0
7452026-05-16T03:38:38.233Z Downloaded is-terminal v0.4.17
7462026-05-16T03:38:38.233Z Downloaded clang-sys v1.8.1
7472026-05-16T03:38:38.233Z Downloaded async-bb8-diesel v0.2.1
7482026-05-16T03:38:38.233Z Downloaded kstat-rs v0.2.4
7492026-05-16T03:38:38.233Z Downloaded home v0.5.12
7502026-05-16T03:38:38.233Z Downloaded cookie_store v0.22.1
7512026-05-16T03:38:38.233Z Downloaded bit-vec v0.6.3
7522026-05-16T03:38:38.233Z Downloaded bitfield-macros v0.19.4
7532026-05-16T03:38:38.233Z Downloaded cexpr v0.6.0
7542026-05-16T03:38:38.233Z Downloaded keccak v0.1.6
7552026-05-16T03:38:38.233Z Downloaded blowfish v0.9.1
7562026-05-16T03:38:38.233Z Downloaded lazy_static v1.5.0
7572026-05-16T03:38:38.233Z Downloaded bit-vec v0.8.0
7582026-05-16T03:38:38.233Z Downloaded argon2 v0.5.3
7592026-05-16T03:38:38.233Z Downloaded http-body-util v0.1.3
7602026-05-16T03:38:38.233Z Downloaded ciborium v0.2.2
7612026-05-16T03:38:38.233Z Downloaded cookie v0.18.1
7622026-05-16T03:38:38.233Z Downloaded futures-channel v0.3.32
7632026-05-16T03:38:38.233Z Downloaded libscf-sys v1.1.0
7642026-05-16T03:38:38.233Z Downloaded hyper-staticfile v0.10.1
7652026-05-16T03:38:38.233Z Downloaded humantime v2.3.0
7662026-05-16T03:38:38.233Z Downloaded linked-hash-map v0.5.6
7672026-05-16T03:38:38.233Z Downloaded lalrpop-util v0.19.12
7682026-05-16T03:38:38.233Z Downloaded getrandom v0.2.17
7692026-05-16T03:38:38.233Z Downloaded derive_more v0.99.20
7702026-05-16T03:38:38.233Z Downloaded console v0.16.2
7712026-05-16T03:38:38.233Z Downloaded darling v0.23.0
7722026-05-16T03:38:38.233Z Downloaded md-5 v0.10.6
7732026-05-16T03:38:38.233Z Downloaded ingot v0.1.1
7742026-05-16T03:38:38.233Z Downloaded group v0.13.0
7752026-05-16T03:38:38.233Z Downloaded lzss v0.8.2
7762026-05-16T03:38:38.233Z Downloaded lru v0.12.5
7772026-05-16T03:38:38.234Z Downloaded ingot-types v0.1.2
7782026-05-16T03:38:38.234Z Downloaded lru-slab v0.1.2
7792026-05-16T03:38:38.234Z Downloaded match_cfg v0.1.0
7802026-05-16T03:38:38.234Z Downloaded lru-cache v0.1.2
7812026-05-16T03:38:38.234Z Downloaded maplit v1.0.2
7822026-05-16T03:38:38.234Z Downloaded managed v0.8.0
7832026-05-16T03:38:38.234Z Downloaded const_format v0.2.35
7842026-05-16T03:38:38.234Z Downloaded maybe-uninit v2.0.0
7852026-05-16T03:38:38.234Z Downloaded impl-trait-for-tuples v0.2.3
7862026-05-16T03:38:38.234Z Downloaded derive_more-impl v2.1.1
7872026-05-16T03:38:38.234Z Downloaded new_debug_unreachable v1.0.6
7882026-05-16T03:38:38.234Z Downloaded md5 v0.7.0
7892026-05-16T03:38:38.234Z Downloaded foreign-types-shared v0.1.1
7902026-05-16T03:38:38.234Z Downloaded base64 v0.21.7
7912026-05-16T03:38:38.234Z Downloaded deranged v0.5.8
7922026-05-16T03:38:38.234Z Downloaded normalize-line-endings v0.3.0
7932026-05-16T03:38:38.234Z Downloaded nonempty v0.12.0
7942026-05-16T03:38:38.234Z Downloaded nodrop v0.1.14
7952026-05-16T03:38:38.234Z Downloaded newline-converter v0.3.0
7962026-05-16T03:38:38.234Z Downloaded half v1.8.3
7972026-05-16T03:38:38.234Z Downloaded newtype-uuid-macros v0.1.0
7982026-05-16T03:38:38.234Z Downloaded multimap v0.10.1
7992026-05-16T03:38:38.234Z Downloaded nibble_vec v0.1.0
8002026-05-16T03:38:38.234Z Downloaded memoffset v0.9.1
8012026-05-16T03:38:38.234Z Downloaded newtype_derive v0.1.6
8022026-05-16T03:38:38.234Z Downloaded bzip2 v0.6.1
8032026-05-16T03:38:38.234Z Downloaded hmac v0.12.1
8042026-05-16T03:38:38.234Z Downloaded crc-any v2.5.0
8052026-05-16T03:38:38.234Z Downloaded libloading v0.8.9
8062026-05-16T03:38:38.234Z Downloaded jobserver v0.1.34
8072026-05-16T03:38:38.234Z Downloaded num v0.4.3
8082026-05-16T03:38:38.234Z Downloaded ipnetwork v0.21.1
8092026-05-16T03:38:38.234Z Downloaded num_enum_derive v0.5.11
8102026-05-16T03:38:38.234Z Downloaded num-derive v0.4.2
8112026-05-16T03:38:38.234Z Downloaded dropshot_endpoint v0.16.7
8122026-05-16T03:38:38.234Z Downloaded num-derive v0.3.3
8132026-05-16T03:38:38.234Z Downloaded num-conv v0.2.0
8142026-05-16T03:38:38.234Z Downloaded derive-where v1.6.0
8152026-05-16T03:38:38.234Z Downloaded chacha20poly1305 v0.10.1
8162026-05-16T03:38:38.235Z Downloaded futures v0.3.32
8172026-05-16T03:38:38.235Z Downloaded opaque-debug v0.3.1
8182026-05-16T03:38:38.235Z Downloaded hyper-rustls v0.27.7
8192026-05-16T03:38:38.235Z Downloaded ipnet v2.11.0
8202026-05-16T03:38:38.235Z Downloaded openssl-probe v0.1.6
8212026-05-16T03:38:38.235Z Downloaded openssl-macros v0.1.1
8222026-05-16T03:38:38.235Z Downloaded dropshot_endpoint v0.17.0
8232026-05-16T03:38:38.235Z Downloaded num-iter v0.1.45
8242026-05-16T03:38:38.235Z Downloaded libsw-core v0.3.2
8252026-05-16T03:38:38.235Z Downloaded libefi-sys v0.1.0
8262026-05-16T03:38:38.235Z Downloaded darling_core v0.21.3
8272026-05-16T03:38:38.235Z Downloaded oso-derive v0.27.3
8282026-05-16T03:38:38.235Z Downloaded libsw v3.5.0
8292026-05-16T03:38:38.235Z Downloaded num_threads v0.1.7
8302026-05-16T03:38:38.235Z Downloaded aes-gcm v0.10.3
8312026-05-16T03:38:38.235Z Downloaded mime v0.3.17
8322026-05-16T03:38:38.240Z Downloaded multer v3.1.0
8332026-05-16T03:38:38.240Z Downloaded mime_guess v2.0.5
8342026-05-16T03:38:38.240Z Downloaded openssl-probe v0.2.1
8352026-05-16T03:38:38.240Z Downloaded newtype-uuid v1.3.2
8362026-05-16T03:38:38.240Z Downloaded compact_str v0.8.1
8372026-05-16T03:38:38.240Z Downloaded httparse v1.10.1
8382026-05-16T03:38:38.240Z Downloaded base64 v0.22.1
8392026-05-16T03:38:38.240Z Downloaded packed_struct_codegen v0.10.1
8402026-05-16T03:38:38.240Z Downloaded nanorand v0.7.0
8412026-05-16T03:38:38.240Z Downloaded parse-display v0.10.0
8422026-05-16T03:38:38.240Z Downloaded indoc v2.0.7
8432026-05-16T03:38:38.240Z Downloaded pbkdf2 v0.12.2
8442026-05-16T03:38:38.240Z Downloaded elliptic-curve v0.13.8
8452026-05-16T03:38:38.240Z Downloaded pbkdf2 v0.11.0
8462026-05-16T03:38:38.240Z Downloaded linear-map v1.2.0
8472026-05-16T03:38:38.240Z Downloaded ingot-macros v0.1.1
8482026-05-16T03:38:38.241Z Downloaded bytes v1.11.1
8492026-05-16T03:38:38.241Z Downloaded num_enum v0.5.11
8502026-05-16T03:38:38.241Z Downloaded bumpalo v3.20.2
8512026-05-16T03:38:38.241Z Downloaded getrandom v0.3.4
8522026-05-16T03:38:38.241Z Downloaded pin-utils v0.1.0
8532026-05-16T03:38:38.241Z Downloaded darling_core v0.20.11
8542026-05-16T03:38:38.241Z Downloaded phf_shared v0.13.1
8552026-05-16T03:38:38.241Z Downloaded phf_shared v0.12.1
8562026-05-16T03:38:38.241Z Downloaded peg-runtime v0.8.5
8572026-05-16T03:38:38.241Z Downloaded path-slash v0.1.5
8582026-05-16T03:38:38.241Z Downloaded headers v0.4.1
8592026-05-16T03:38:38.241Z Downloaded der v0.7.10
8602026-05-16T03:38:38.241Z Downloaded darling_core v0.23.0
8612026-05-16T03:38:38.241Z Downloaded oxide-tokio-rt v0.1.4
8622026-05-16T03:38:38.241Z Downloaded owo-colors v4.3.0
8632026-05-16T03:38:38.241Z Downloaded crypto-bigint v0.5.5
8642026-05-16T03:38:38.241Z Downloaded proc-macro-crate v3.4.0
8652026-05-16T03:38:38.241Z Downloaded powerfmt v0.2.0
8662026-05-16T03:38:38.241Z Downloaded oxnet v0.1.4
8672026-05-16T03:38:38.241Z Downloaded lock_api v0.4.14
8682026-05-16T03:38:38.241Z Downloaded predicates-core v1.0.10
8692026-05-16T03:38:38.241Z Downloaded precomputed-hash v0.1.1
8702026-05-16T03:38:38.241Z Downloaded packed_struct v0.10.1
8712026-05-16T03:38:38.241Z Downloaded nu-ansi-term v0.50.3
8722026-05-16T03:38:38.241Z Downloaded indexmap v1.9.3
8732026-05-16T03:38:38.241Z Downloaded paste v1.0.15
8742026-05-16T03:38:38.241Z Downloaded password-hash v0.5.0
8752026-05-16T03:38:38.241Z Downloaded password-hash v0.4.2
8762026-05-16T03:38:38.241Z Downloaded parking_lot_core v0.8.6
8772026-05-16T03:38:38.241Z Downloaded progenitor-client v0.14.0
8782026-05-16T03:38:38.241Z Downloaded psl-types v2.0.11
8792026-05-16T03:38:38.241Z Downloaded half v2.7.1
8802026-05-16T03:38:38.241Z Downloaded async-compression v0.4.41
8812026-05-16T03:38:38.241Z Downloaded progenitor-macro v0.10.0
8822026-05-16T03:38:38.241Z Downloaded progenitor-client v0.11.2
8832026-05-16T03:38:38.241Z Downloaded progenitor-client v0.10.0
8842026-05-16T03:38:38.241Z Downloaded proc-macro-error-attr2 v2.0.0
8852026-05-16T03:38:38.241Z Downloaded phf_shared v0.11.3
8862026-05-16T03:38:38.241Z Downloaded peg-macros v0.8.5
8872026-05-16T03:38:38.242Z Downloaded heapless v0.8.0
8882026-05-16T03:38:38.242Z Downloaded phf v0.13.1
8892026-05-16T03:38:38.242Z Downloaded proc-macro-crate v1.3.1
8902026-05-16T03:38:38.242Z Downloaded predicates-tree v1.0.13
8912026-05-16T03:38:38.242Z Downloaded num-complex v0.4.6
8922026-05-16T03:38:38.242Z Downloaded pem-rfc7468 v0.7.0
8932026-05-16T03:38:38.242Z Downloaded progenitor-macro v0.14.0
8942026-05-16T03:38:38.242Z Downloaded progenitor-macro v0.11.2
8952026-05-16T03:38:38.242Z Downloaded pkcs8 v0.10.2
8962026-05-16T03:38:38.242Z Downloaded phf v0.12.1
8972026-05-16T03:38:38.242Z Downloaded pem v3.0.6
8982026-05-16T03:38:38.242Z Downloaded peg v0.8.5
8992026-05-16T03:38:38.242Z Downloaded progenitor-macro v0.13.0
9002026-05-16T03:38:38.242Z Downloaded pin-project-internal v1.1.11
9012026-05-16T03:38:38.242Z Downloaded native-tls v0.2.18
9022026-05-16T03:38:38.242Z Downloaded libbz2-rs-sys v0.2.2
9032026-05-16T03:38:38.242Z Downloaded ignore v0.4.25
9042026-05-16T03:38:38.242Z Downloaded rand_xorshift v0.4.0
9052026-05-16T03:38:38.242Z Downloaded pin-project-lite v0.2.17
9062026-05-16T03:38:38.242Z Downloaded flume v0.11.1
9072026-05-16T03:38:38.242Z Downloaded predicates v3.1.4
9082026-05-16T03:38:38.242Z Downloaded radium v0.7.0
9092026-05-16T03:38:38.242Z Downloaded postgres-protocol v0.6.10
9102026-05-16T03:38:38.242Z Downloaded parse-display-derive v0.10.0
9112026-05-16T03:38:38.242Z Downloaded parking_lot v0.12.5
9122026-05-16T03:38:38.242Z Downloaded parking_lot v0.11.2
9132026-05-16T03:38:38.242Z Downloaded rand_chacha v0.3.1
9142026-05-16T03:38:38.242Z Downloaded progenitor v0.11.2
9152026-05-16T03:38:38.242Z Downloaded ppv-lite86 v0.2.21
9162026-05-16T03:38:38.242Z Downloaded polyval v0.6.2
9172026-05-16T03:38:38.242Z Downloaded poly1305 v0.8.0
9182026-05-16T03:38:38.242Z Downloaded progenitor v0.14.0
9192026-05-16T03:38:38.242Z Downloaded progenitor v0.13.0
9202026-05-16T03:38:38.242Z Downloaded primeorder v0.13.6
9212026-05-16T03:38:38.242Z Downloaded parking_lot_core v0.9.12
9222026-05-16T03:38:38.242Z Downloaded indicatif v0.18.4
9232026-05-16T03:38:38.242Z Downloaded rfc6979 v0.4.0
9242026-05-16T03:38:38.242Z Downloaded quick-error v1.2.3
9252026-05-16T03:38:38.242Z Downloaded progenitor-client v0.13.0
9262026-05-16T03:38:38.243Z Downloaded omicron-zone-package v0.12.2
9272026-05-16T03:38:38.243Z Downloaded pkg-config v0.3.32
9282026-05-16T03:38:38.243Z Downloaded pkcs5 v0.7.1
9292026-05-16T03:38:38.243Z Downloaded pkcs1 v0.7.5
9302026-05-16T03:38:38.243Z Downloaded miniz_oxide v0.8.9
9312026-05-16T03:38:38.252Z Downloaded ref-cast-impl v1.0.25
9322026-05-16T03:38:38.252Z Downloaded r2d2 v0.8.10
9332026-05-16T03:38:38.252Z Downloaded hickory-resolver v0.25.2
9342026-05-16T03:38:38.252Z Downloaded psm v0.1.30
9352026-05-16T03:38:38.264Z Downloaded p256 v0.13.2
9362026-05-16T03:38:38.264Z Downloaded russh-cryptovec v0.7.3
9372026-05-16T03:38:38.264Z Downloaded derive_more v2.1.1
9382026-05-16T03:38:38.271Z Downloaded expectorate v1.2.0
9392026-05-16T03:38:38.271Z Downloaded rustc_version v0.1.7
9402026-05-16T03:38:38.271Z Downloaded rustc-hash v2.1.1
9412026-05-16T03:38:38.271Z Downloaded russh-cryptovec v0.48.0
9422026-05-16T03:38:38.271Z Downloaded recursive v0.1.1
9432026-05-16T03:38:38.271Z Downloaded rand_core v0.9.5
9442026-05-16T03:38:38.271Z Downloaded rand_core v0.10.0
9452026-05-16T03:38:38.271Z Downloaded same-file v1.0.6
9462026-05-16T03:38:38.271Z Downloaded salsa20 v0.10.2
9472026-05-16T03:38:38.271Z Downloaded rand_chacha v0.9.0
9482026-05-16T03:38:38.271Z Downloaded rand_seeder v0.4.0
9492026-05-16T03:38:38.278Z Downloaded rand_core v0.6.4
9502026-05-16T03:38:38.278Z Downloaded ed25519-dalek v2.2.0
9512026-05-16T03:38:38.278Z Downloaded rustc_version v0.4.1
9522026-05-16T03:38:38.278Z Downloaded rtoolbox v0.0.3
9532026-05-16T03:38:38.278Z Downloaded papergrid v0.17.0
9542026-05-16T03:38:38.282Z Downloaded postcard v1.1.3
9552026-05-16T03:38:38.283Z Downloaded oso v0.27.3
9562026-05-16T03:38:38.287Z Downloaded scopeguard v1.2.0
9572026-05-16T03:38:38.287Z Downloaded hickory-server v0.25.2
9582026-05-16T03:38:38.287Z Downloaded hickory-resolver v0.24.4
9592026-05-16T03:38:38.292Z Downloaded cc v1.2.56
9602026-05-16T03:38:38.295Z Downloaded scheduled-thread-pool v0.2.7
9612026-05-16T03:38:38.295Z Downloaded scroll_derive v0.13.1
9622026-05-16T03:38:38.295Z Downloaded russh-util v0.48.0
9632026-05-16T03:38:38.295Z Downloaded proc-macro-error2 v2.0.1
9642026-05-16T03:38:38.295Z Downloaded parse-size v1.1.0
9652026-05-16T03:38:38.387Z Downloaded semver v0.1.20
9662026-05-16T03:38:38.387Z Downloaded resolv-conf v0.7.6
9672026-05-16T03:38:38.387Z Downloaded progenitor-extras v0.2.0
9682026-05-16T03:38:38.387Z Downloaded scrypt v0.11.0
9692026-05-16T03:38:38.387Z Downloaded olpc-cjson v0.1.4
9702026-05-16T03:38:38.387Z Downloaded num_enum_derive v0.7.5
9712026-05-16T03:38:38.387Z Downloaded num_enum v0.7.5
9722026-05-16T03:38:38.387Z Downloaded jiff-static v0.2.21
9732026-05-16T03:38:38.387Z Downloaded prefix-trie v0.7.0
9742026-05-16T03:38:38.388Z Downloaded num-rational v0.4.2
9752026-05-16T03:38:38.388Z Downloaded sapling-renderdag v0.1.0
9762026-05-16T03:38:38.388Z Downloaded serde_spanned v1.0.4
9772026-05-16T03:38:38.388Z Downloaded serde_plain v1.0.2
9782026-05-16T03:38:38.388Z Downloaded num-integer v0.1.46
9792026-05-16T03:38:38.388Z Downloaded memmap2 v0.9.10
9802026-05-16T03:38:38.388Z Downloaded litrs v1.0.0
9812026-05-16T03:38:38.388Z Downloaded sha1 v0.10.6
9822026-05-16T03:38:38.388Z Downloaded iana-time-zone v0.1.65
9832026-05-16T03:38:38.388Z Downloaded secrecy v0.8.0
9842026-05-16T03:38:38.388Z Downloaded recursive-proc-macro-impl v0.1.1
9852026-05-16T03:38:38.388Z Downloaded quinn-udp v0.5.14
9862026-05-16T03:38:38.388Z Downloaded secrecy v0.10.3
9872026-05-16T03:38:38.388Z Downloaded heapless v0.7.17
9882026-05-16T03:38:38.388Z Downloaded seq-macro v0.3.6
9892026-05-16T03:38:38.388Z Downloaded rustls-pemfile v1.0.4
9902026-05-16T03:38:38.388Z Downloaded rustls-native-certs v0.8.3
9912026-05-16T03:38:38.388Z Downloaded fatfs v0.3.6
9922026-05-16T03:38:38.388Z Downloaded signal-hook-mio v0.2.5
9932026-05-16T03:38:38.388Z Downloaded darling v0.21.3
9942026-05-16T03:38:38.388Z Downloaded postgres-types v0.2.12
9952026-05-16T03:38:38.388Z Downloaded openssl-sys v0.9.115
9962026-05-16T03:38:38.388Z Downloaded sigpipe v0.1.3
9972026-05-16T03:38:38.388Z Downloaded hyper-util v0.1.20
9982026-05-16T03:38:38.388Z Downloaded serde_bytes v0.11.19
9992026-05-16T03:38:38.388Z Downloaded progenitor v0.10.0
10002026-05-16T03:38:38.388Z Downloaded dropshot-api-manager v0.7.1
10012026-05-16T03:38:38.388Z Downloaded minimal-lexical v0.2.1
10022026-05-16T03:38:38.388Z Downloaded signature v2.2.0
10032026-05-16T03:38:38.388Z Downloaded signal-hook-tokio v0.3.1
10042026-05-16T03:38:38.388Z Downloaded progenitor-impl v0.11.2
10052026-05-16T03:38:38.388Z Downloaded serde-big-array v0.5.1
10062026-05-16T03:38:38.388Z Downloaded serde-hex v0.1.0
10072026-05-16T03:38:38.402Z Downloaded progenitor-impl v0.14.0
10082026-05-16T03:38:38.402Z Downloaded progenitor-impl v0.13.0
10092026-05-16T03:38:38.402Z Downloaded rustls-pemfile v2.2.0
10102026-05-16T03:38:38.402Z Downloaded shell-words v1.1.1
10112026-05-16T03:38:38.402Z Downloaded rustversion v1.0.22
10122026-05-16T03:38:38.402Z Downloaded http v1.4.0
10132026-05-16T03:38:38.402Z Downloaded hashbrown v0.12.3
10142026-05-16T03:38:38.402Z Downloaded serde_repr v0.1.20
10152026-05-16T03:38:38.402Z Downloaded russh-keys v0.45.0
10162026-05-16T03:38:38.402Z Downloaded siphasher v1.0.2
10172026-05-16T03:38:38.402Z Downloaded slog-bunyan v2.5.0
10182026-05-16T03:38:38.409Z Downloaded ssh-encoding v0.2.0
10192026-05-16T03:38:38.409Z Downloaded pin-project v1.1.11
10202026-05-16T03:38:38.409Z Downloaded sct v0.7.1
10212026-05-16T03:38:38.409Z Downloaded scroll v0.13.0
10222026-05-16T03:38:38.409Z Downloaded ref-cast v1.0.25
10232026-05-16T03:38:38.413Z Downloaded hashbrown v0.15.5
10242026-05-16T03:38:38.413Z Downloaded slog-envlogger v2.2.0
10252026-05-16T03:38:38.413Z Downloaded russh-keys v0.49.2
10262026-05-16T03:38:38.419Z Downloaded serde_path_to_error v0.1.20
10272026-05-16T03:38:38.830Z Downloaded strum v0.26.3
10282026-05-16T03:38:38.830Z Downloaded serde_urlencoded v0.7.1
10292026-05-16T03:38:38.830Z Downloaded serde_derive_internals v0.29.1
10302026-05-16T03:38:38.831Z Downloaded sec1 v0.7.3
10312026-05-16T03:38:38.834Z Downloaded progenitor-impl v0.10.0
10322026-05-16T03:38:38.834Z Downloaded structmeta v0.3.0
10332026-05-16T03:38:38.834Z Downloaded strum v0.27.2
10342026-05-16T03:38:38.834Z Downloaded ssh-cipher v0.2.0
10352026-05-16T03:38:38.834Z Downloaded slog-json v2.6.1
10362026-05-16T03:38:38.834Z Downloaded aho-corasick v1.1.4
10372026-05-16T03:38:38.834Z Downloaded tabwriter v1.4.1
10382026-05-16T03:38:38.834Z Downloaded subtle v2.6.1
10392026-05-16T03:38:38.834Z Downloaded slog-scope v4.4.1
10402026-05-16T03:38:38.834Z Downloaded slog-dtrace v0.3.0
10412026-05-16T03:38:38.834Z Downloaded take_mut v0.2.2
10422026-05-16T03:38:38.834Z Downloaded tagptr v0.2.0
10432026-05-16T03:38:38.834Z Downloaded tabled_derive v0.11.0
10442026-05-16T03:38:38.834Z Downloaded smf v0.2.3
10452026-05-16T03:38:38.834Z Downloaded smallvec v0.6.14
10462026-05-16T03:38:38.834Z Downloaded hashbrown v0.13.2
10472026-05-16T03:38:38.834Z Downloaded structmeta-derive v0.3.0
10482026-05-16T03:38:38.834Z Downloaded itertools v0.10.5
10492026-05-16T03:38:38.834Z Downloaded shlex v1.3.0
10502026-05-16T03:38:38.834Z Downloaded slab v0.4.12
10512026-05-16T03:38:38.834Z Downloaded schemars_derive v0.8.22
10522026-05-16T03:38:38.834Z Downloaded serde_cbor v0.11.2
10532026-05-16T03:38:38.834Z Downloaded mio v1.2.0
10542026-05-16T03:38:38.834Z Downloaded sqlformat v0.3.5
10552026-05-16T03:38:38.834Z Downloaded spki v0.7.3
10562026-05-16T03:38:38.835Z Downloaded slog-term v2.9.2
10572026-05-16T03:38:38.835Z Downloaded strip-ansi-escapes v0.2.1
10582026-05-16T03:38:38.835Z Downloaded testing_table v0.3.0
10592026-05-16T03:38:38.835Z Downloaded slog-async v2.8.0
10602026-05-16T03:38:38.835Z Downloaded thread-id v5.1.0
10612026-05-16T03:38:38.835Z Downloaded sync_wrapper v1.0.2
10622026-05-16T03:38:38.835Z Downloaded sync-ptr v0.1.4
10632026-05-16T03:38:38.835Z Downloaded supports-color v3.0.2
10642026-05-16T03:38:38.835Z Downloaded serde_with_macros v3.17.0
10652026-05-16T03:38:38.835Z Downloaded crossterm v0.29.0
10662026-05-16T03:38:38.835Z Downloaded simd-adler32 v0.3.8
10672026-05-16T03:38:38.835Z Downloaded pretty_assertions v1.4.1
10682026-05-16T03:38:38.835Z Downloaded thiserror-impl-no-std v2.0.2
10692026-05-16T03:38:38.835Z Downloaded string_cache v0.8.9
10702026-05-16T03:38:38.835Z Downloaded stacker v0.1.23
10712026-05-16T03:38:38.835Z Downloaded termtree v0.5.1
10722026-05-16T03:38:38.835Z Downloaded signal-hook-registry v1.4.8
10732026-05-16T03:38:38.835Z Downloaded tap v1.0.1
10742026-05-16T03:38:38.835Z Downloaded rusty-fork v0.3.1
10752026-05-16T03:38:38.835Z Downloaded stringprep v0.1.5
10762026-05-16T03:38:38.835Z Downloaded ron v0.8.1
10772026-05-16T03:38:38.835Z Downloaded rcgen v0.12.1
10782026-05-16T03:38:38.835Z Downloaded rayon-core v1.13.0
10792026-05-16T03:38:38.835Z Downloaded time-core v0.1.8
10802026-05-16T03:38:38.835Z Downloaded sqlparser_derive v0.5.0
10812026-05-16T03:38:38.835Z Downloaded nom v7.1.3
10822026-05-16T03:38:38.835Z Downloaded strum_macros v0.27.2
10832026-05-16T03:38:38.835Z Downloaded slog-stdlog v4.1.1
10842026-05-16T03:38:38.835Z Downloaded qorb v0.4.1
10852026-05-16T03:38:38.835Z Downloaded rustls-platform-verifier v0.6.2
10862026-05-16T03:38:38.835Z Downloaded static_assertions v1.1.0
10872026-05-16T03:38:38.835Z Downloaded num-bigint v0.4.6
10882026-05-16T03:38:38.835Z Downloaded rustls-pki-types v1.14.0
10892026-05-16T03:38:38.835Z Downloaded itertools v0.13.0
10902026-05-16T03:38:38.835Z Downloaded termios v0.3.3
10912026-05-16T03:38:38.835Z Downloaded strum_macros v0.24.3
10922026-05-16T03:38:38.836Z Downloaded spin v0.9.8
10932026-05-16T03:38:38.836Z Downloaded topological-sort v0.2.2
10942026-05-16T03:38:38.836Z Downloaded thiserror-no-std v2.0.2
10952026-05-16T03:38:38.836Z Downloaded schemars v0.8.22
10962026-05-16T03:38:38.836Z Downloaded tokio-macros v2.7.0
10972026-05-16T03:38:38.836Z Downloaded support-bundle-viewer v0.1.2
10982026-05-16T03:38:38.836Z Downloaded strum_macros v0.26.4
10992026-05-16T03:38:38.836Z Downloaded tower-service v0.3.3
11002026-05-16T03:38:38.836Z Downloaded rand v0.8.6
11012026-05-16T03:38:38.836Z Downloaded publicsuffix v2.3.0
11022026-05-16T03:38:38.836Z Downloaded hyper v1.8.1
11032026-05-16T03:38:38.836Z Downloaded try-lock v0.2.5
11042026-05-16T03:38:38.836Z Downloaded trait-variant v0.1.2
11052026-05-16T03:38:38.836Z Downloaded signal-hook v0.3.18
11062026-05-16T03:38:38.836Z Downloaded libxml v0.3.3
11072026-05-16T03:38:38.836Z Downloaded tls_codec v0.4.2
11082026-05-16T03:38:38.836Z Downloaded tinyvec_macros v0.1.1
11092026-05-16T03:38:38.836Z Downloaded hashbrown v0.16.1
11102026-05-16T03:38:38.836Z Downloaded typify-macro v0.6.2
11112026-05-16T03:38:38.836Z Downloaded bitvec v1.0.1
11122026-05-16T03:38:38.836Z Downloaded tower-layer v0.3.3
11132026-05-16T03:38:38.836Z Downloaded typify-macro v0.4.3
11142026-05-16T03:38:38.836Z Downloaded tls_codec_derive v0.4.2
11152026-05-16T03:38:38.836Z Downloaded untrusted v0.9.0
11162026-05-16T03:38:38.836Z Downloaded unit-prefix v0.5.2
11172026-05-16T03:38:38.836Z Downloaded tiny-keccak v2.0.2
11182026-05-16T03:38:38.836Z Downloaded hkdf v0.12.4
11192026-05-16T03:38:38.836Z Downloaded term v0.7.0
11202026-05-16T03:38:38.836Z Downloaded itertools v0.12.1
11212026-05-16T03:38:38.836Z Downloaded time-macros v0.2.27
11222026-05-16T03:38:38.836Z Downloaded term v1.2.1
11232026-05-16T03:38:38.836Z Downloaded socket2 v0.6.3
11242026-05-16T03:38:38.836Z Downloaded tokio-native-tls v0.3.1
11252026-05-16T03:38:38.836Z Downloaded snafu-derive v0.8.9
11262026-05-16T03:38:38.836Z Downloaded usdt v0.6.0
11272026-05-16T03:38:38.837Z Downloaded utf-8 v0.7.6
11282026-05-16T03:38:38.837Z Downloaded thread_local v1.1.9
11292026-05-16T03:38:38.837Z Downloaded iddqd v0.3.18
11302026-05-16T03:38:38.837Z Downloaded quinn v0.11.9
11312026-05-16T03:38:38.840Z Downloaded toml_writer v1.0.6+spec-1.1.0
11322026-05-16T03:38:38.841Z Downloaded tokio-dtrace v0.1.1
11332026-05-16T03:38:38.841Z Downloaded slog v2.8.2
11342026-05-16T03:38:38.841Z Downloaded serde_yaml v0.9.34+deprecated
11352026-05-16T03:38:38.841Z Downloaded universal-hash v0.5.1
11362026-05-16T03:38:38.841Z Downloaded futures-util v0.3.32
11372026-05-16T03:38:38.841Z Downloaded void v1.0.2
11382026-05-16T03:38:38.841Z Downloaded tui-tree-widget v0.23.1
11392026-05-16T03:38:38.841Z Downloaded tokio-tungstenite v0.21.0
11402026-05-16T03:38:38.841Z Downloaded tokio-rustls v0.25.0
11412026-05-16T03:38:38.841Z Downloaded rustls-webpki v0.103.9
11422026-05-16T03:38:38.841Z Downloaded schemars v0.9.0
11432026-05-16T03:38:38.841Z Downloaded xattr v1.6.1
11442026-05-16T03:38:38.841Z Downloaded usdt-attr-macro v0.6.0
11452026-05-16T03:38:38.841Z Downloaded tokio-tungstenite v0.23.1
11462026-05-16T03:38:38.841Z Downloaded rand v0.9.2
11472026-05-16T03:38:38.841Z Downloaded untrusted v0.7.1
11482026-05-16T03:38:38.841Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11492026-05-16T03:38:38.841Z Downloaded prettyplease v0.2.37
11502026-05-16T03:38:38.841Z Downloaded unarray v0.1.4
11512026-05-16T03:38:38.841Z Downloaded xshell-macros v0.2.7
11522026-05-16T03:38:38.841Z Downloaded wait-timeout v0.2.1
11532026-05-16T03:38:38.841Z Downloaded blake3 v1.8.3
11542026-05-16T03:38:38.841Z Downloaded zeroize_derive v1.4.3
11552026-05-16T03:38:38.841Z Downloaded iri-string v0.7.10
11562026-05-16T03:38:38.841Z Downloaded test-strategy v0.4.5
11572026-05-16T03:38:38.841Z Downloaded want v0.3.1
11582026-05-16T03:38:38.841Z Downloaded usdt-macro v0.6.0
11592026-05-16T03:38:38.841Z Downloaded schemars v1.2.1
11602026-05-16T03:38:38.841Z Downloaded vergen-lib v0.1.6
11612026-05-16T03:38:38.841Z Downloaded unicode-truncate v1.1.0
11622026-05-16T03:38:38.841Z Downloaded tokio-rustls v0.24.1
11632026-05-16T03:38:38.841Z Downloaded similar v2.7.0
11642026-05-16T03:38:38.841Z Downloaded tokio-rustls v0.26.4
11652026-05-16T03:38:38.841Z Downloaded zone_cfg_derive v0.3.1
11662026-05-16T03:38:38.841Z Downloaded zone v0.3.1
11672026-05-16T03:38:38.842Z Downloaded h2 v0.4.13
11682026-05-16T03:38:38.842Z Downloaded tracing-attributes v0.1.31
11692026-05-16T03:38:38.842Z Downloaded unicase v2.9.0
11702026-05-16T03:38:38.842Z Downloaded twox-hash v2.1.2
11712026-05-16T03:38:38.842Z Downloaded wyz v0.5.1
11722026-05-16T03:38:38.842Z Downloaded tokio-stream v0.1.18
11732026-05-16T03:38:38.842Z Downloaded num-bigint-dig v0.8.6
11742026-05-16T03:38:38.842Z Downloaded subprocess v0.2.15
11752026-05-16T03:38:38.842Z Downloaded socket2 v0.5.10
11762026-05-16T03:38:38.842Z Downloaded uzers v0.12.2
11772026-05-16T03:38:38.842Z Downloaded snafu v0.8.9
11782026-05-16T03:38:38.842Z Downloaded waitgroup v0.1.2
11792026-05-16T03:38:38.842Z Downloaded vergen-git2 v1.0.7
11802026-05-16T03:38:38.842Z Downloaded xshell v0.2.7
11812026-05-16T03:38:38.842Z Downloaded toml_parser v1.0.9+spec-1.1.0
11822026-05-16T03:38:38.842Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11832026-05-16T03:38:38.842Z Downloaded samael v0.0.19
11842026-05-16T03:38:38.842Z Downloaded tinyvec v1.10.0
11852026-05-16T03:38:38.842Z Downloaded libm v0.2.16
11862026-05-16T03:38:38.842Z Downloaded whoami v2.1.0
11872026-05-16T03:38:38.842Z Downloaded whoami v1.6.1
11882026-05-16T03:38:38.842Z Downloaded p521 v0.13.3
11892026-05-16T03:38:38.842Z Downloaded walkdir v2.5.0
11902026-05-16T03:38:38.842Z Downloaded unicode-properties v0.1.4
11912026-05-16T03:38:38.842Z Downloaded toml v1.0.6+spec-1.1.0
11922026-05-16T03:38:38.842Z Downloaded toml v0.7.8
11932026-05-16T03:38:38.842Z Downloaded tar v0.4.45
11942026-05-16T03:38:38.842Z Downloaded ryu v1.0.23
11952026-05-16T03:38:38.842Z Downloaded vsss-rs v3.3.4
11962026-05-16T03:38:38.842Z Downloaded itertools v0.14.0
11972026-05-16T03:38:38.842Z Downloaded usdt-impl v0.6.0
11982026-05-16T03:38:38.842Z Downloaded rsa v0.9.10
11992026-05-16T03:38:38.842Z Downloaded zstd v0.13.3
12002026-05-16T03:38:38.842Z Downloaded tungstenite v0.21.0
12012026-05-16T03:38:38.843Z Downloaded rand v0.10.0
12022026-05-16T03:38:38.843Z Downloaded zstd-safe v7.2.4
12032026-05-16T03:38:38.843Z Downloaded vergen v9.0.6
12042026-05-16T03:38:38.843Z Downloaded steno v0.4.1
12052026-05-16T03:38:38.843Z Downloaded typify v0.6.2
12062026-05-16T03:38:38.843Z Downloaded zeroize v1.8.2
12072026-05-16T03:38:38.843Z Downloaded rustyline v14.0.0
12082026-05-16T03:38:38.843Z Downloaded unicode-bidi v0.3.18
12092026-05-16T03:38:38.843Z Downloaded yasna v0.5.2
12102026-05-16T03:38:38.843Z Downloaded uuid v1.23.0
12112026-05-16T03:38:38.843Z Downloaded unsafe-libyaml v0.2.11
12122026-05-16T03:38:38.843Z Downloaded toml v0.9.12+spec-1.1.0
12132026-05-16T03:38:38.843Z Downloaded tracing-core v0.1.36
12142026-05-16T03:38:38.843Z Downloaded bindgen v0.71.1
12152026-05-16T03:38:38.843Z Downloaded russh v0.45.0
12162026-05-16T03:38:38.843Z Downloaded tungstenite v0.23.0
12172026-05-16T03:38:38.843Z Downloaded typify v0.4.3
12182026-05-16T03:38:38.843Z Downloaded vergen-gitcl v1.0.8
12192026-05-16T03:38:38.843Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-05-16T03:38:38.843Z Downloaded rpassword v7.4.0
12212026-05-16T03:38:38.843Z Downloaded chrono v0.4.44
12222026-05-16T03:38:38.843Z Downloaded p384 v0.13.1
12232026-05-16T03:38:38.843Z Downloaded zerocopy v0.6.6
12242026-05-16T03:38:38.843Z Downloaded reedline v0.40.0
12252026-05-16T03:38:38.843Z Downloaded zopfli v0.8.3
12262026-05-16T03:38:38.843Z Downloaded ssh-key v0.6.7
12272026-05-16T03:38:38.850Z Downloaded toml_edit v0.19.15
12282026-05-16T03:38:38.854Z Downloaded vte v0.14.1
12292026-05-16T03:38:38.864Z Downloaded yansi v1.0.1
12302026-05-16T03:38:38.867Z Downloaded reqwest v0.12.28
12312026-05-16T03:38:38.871Z Downloaded unicode_categories v0.1.1
12322026-05-16T03:38:38.874Z Downloaded tokio-postgres v0.7.16
12332026-05-16T03:38:38.874Z Downloaded reqwest v0.13.2
12342026-05-16T03:38:38.878Z Downloaded git2 v0.20.4
12352026-05-16T03:38:38.898Z Downloaded zip v0.6.6
12362026-05-16T03:38:38.914Z Downloaded portable-atomic v1.13.1
12372026-05-16T03:38:38.918Z Downloaded unicode-segmentation v1.12.0
12382026-05-16T03:38:38.922Z Downloaded rustls-webpki v0.101.7
12392026-05-16T03:38:38.930Z Downloaded regex v1.12.3
12402026-05-16T03:38:38.937Z Downloaded quick-xml v0.37.5
12412026-05-16T03:38:38.945Z Downloaded typed-path v0.9.3
12422026-05-16T03:38:38.945Z Downloaded lalrpop v0.19.12
12432026-05-16T03:38:38.954Z Downloaded x509-cert v0.2.5
12442026-05-16T03:38:38.960Z Downloaded moka v0.12.13
12452026-05-16T03:38:38.960Z Downloaded salty v0.3.0
12462026-05-16T03:38:38.964Z Downloaded zerocopy-derive v0.8.40
12472026-05-16T03:38:38.967Z Downloaded tokio-util v0.7.18
12482026-05-16T03:38:38.970Z Downloaded rayon v1.11.0
12492026-05-16T03:38:38.974Z Downloaded tower v0.5.3
12502026-05-16T03:38:38.980Z Downloaded nix v0.27.1
12512026-05-16T03:38:38.986Z Downloaded serde_with v3.17.0
12522026-05-16T03:38:38.995Z Downloaded unicode-normalization v0.1.25
12532026-05-16T03:38:39.001Z Downloaded bstr v1.12.1
12542026-05-16T03:38:39.004Z Downloaded zip v4.6.1
12552026-05-16T03:38:39.006Z Downloaded tower-http v0.6.8
12562026-05-16T03:38:39.010Z Downloaded tough v0.22.0
12572026-05-16T03:38:39.016Z Downloaded radix_trie v0.2.1
12582026-05-16T03:38:39.019Z Downloaded object v0.30.4
12592026-05-16T03:38:39.024Z Downloaded winnow v0.5.40
12602026-05-16T03:38:39.031Z Downloaded winnow v0.6.26
12612026-05-16T03:38:39.034Z Downloaded rustls-webpki v0.102.8
12622026-05-16T03:38:39.049Z Downloaded openssl v0.10.79
12632026-05-16T03:38:39.053Z Downloaded nix v0.28.0
12642026-05-16T03:38:39.112Z Downloaded curve25519-dalek v4.1.3
12652026-05-16T03:38:39.122Z Downloaded goblin v0.10.5
12662026-05-16T03:38:39.122Z Downloaded tabled v0.20.0
12672026-05-16T03:38:39.122Z Downloaded rustls v0.21.12
12682026-05-16T03:38:39.122Z Downloaded zlib-rs v0.6.2
12692026-05-16T03:38:39.122Z Downloaded regex-syntax v0.6.29
12702026-05-16T03:38:39.122Z Downloaded proptest v1.10.0
12712026-05-16T03:38:39.122Z Downloaded vcpkg v0.2.15
12722026-05-16T03:38:39.531Z Downloaded openapiv3 v2.2.0
12732026-05-16T03:38:39.536Z Downloaded regress v0.11.1
12742026-05-16T03:38:39.536Z Downloaded polar-core v0.27.3
12752026-05-16T03:38:39.536Z Downloaded rustls v0.22.4
12762026-05-16T03:38:39.536Z Downloaded nix v0.29.0
12772026-05-16T03:38:39.536Z Downloaded rustix v0.38.44
12782026-05-16T03:38:39.536Z Downloaded time v0.3.47
12792026-05-16T03:38:39.536Z Downloaded smoltcp v0.9.1
12802026-05-16T03:38:39.536Z Downloaded regress v0.10.5
12812026-05-16T03:38:39.537Z Downloaded regex-syntax v0.8.10
12822026-05-16T03:38:39.537Z Downloaded nix v0.31.2
12832026-05-16T03:38:39.537Z Downloaded hickory-proto v0.24.4
12842026-05-16T03:38:39.537Z Downloaded dropshot v0.16.7
12852026-05-16T03:38:39.537Z Downloaded dropshot v0.17.0
12862026-05-16T03:38:39.537Z Downloaded quinn-proto v0.11.13
12872026-05-16T03:38:39.537Z Downloaded bzip2-sys v0.1.13+1.0.8
12882026-05-16T03:38:39.537Z Downloaded petname v2.0.2
12892026-05-16T03:38:39.537Z Downloaded object v0.37.3
12902026-05-16T03:38:39.537Z Downloaded webpki-roots v1.0.6
12912026-05-16T03:38:39.537Z Downloaded hickory-proto v0.25.2
12922026-05-16T03:38:39.537Z Downloaded regex-automata v0.4.14
12932026-05-16T03:38:39.537Z Downloaded zerocopy v0.8.40
12942026-05-16T03:38:39.537Z Downloaded jiff v0.2.21
12952026-05-16T03:38:39.537Z Downloaded chrono-tz v0.10.4
12962026-05-16T03:38:39.537Z Downloaded diesel v2.3.7
12972026-05-16T03:38:39.537Z Downloaded smoltcp v0.11.0
12982026-05-16T03:38:39.537Z Downloaded libz-sys v1.1.24
12992026-05-16T03:38:39.537Z Downloaded rustls v0.23.37
13002026-05-16T03:38:39.537Z Downloaded sqlparser v0.61.0
13012026-05-16T03:38:39.537Z Downloaded sled v0.34.7
13022026-05-16T03:38:39.537Z Downloaded typify-impl v0.6.2
13032026-05-16T03:38:39.537Z Downloaded ratatui v0.29.0
13042026-05-16T03:38:39.537Z Downloaded tracing v0.1.44
13052026-05-16T03:38:39.537Z Downloaded typify-impl v0.4.3
13062026-05-16T03:38:39.537Z Downloaded zerocopy-derive v0.6.6
13072026-05-16T03:38:39.537Z Downloaded petgraph v0.6.5
13082026-05-16T03:38:39.602Z Downloaded petgraph v0.8.3
13092026-05-16T03:38:39.618Z Downloaded csv v1.4.0
13102026-05-16T03:38:39.639Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13112026-05-16T03:38:39.652Z Downloaded sha3 v0.10.8
13122026-05-16T03:38:39.659Z Downloaded tokio v1.52.1
13132026-05-16T03:38:39.732Z Downloaded encoding_rs v0.8.35
13142026-05-16T03:38:39.757Z Downloaded ring v0.17.14
13152026-05-16T03:38:39.786Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-05-16T03:38:39.952Z Downloaded aws-lc-sys v0.40.0
13172026-05-16T03:38:40.200Z Compiling libc v0.2.185
13182026-05-16T03:38:40.200Z Compiling serde v1.0.228
13192026-05-16T03:38:40.211Z Compiling log v0.4.29
13202026-05-16T03:38:40.211Z Compiling find-msvc-tools v0.1.9
13212026-05-16T03:38:40.341Z Compiling shlex v1.3.0
13222026-05-16T03:38:40.361Z Compiling syn v2.0.117
13232026-05-16T03:38:40.372Z Compiling smallvec v1.15.1
13242026-05-16T03:38:40.376Z Compiling typenum v1.19.0
13252026-05-16T03:38:40.557Z Compiling generic-array v0.14.7
13262026-05-16T03:38:40.578Z Compiling subtle v2.6.1
13272026-05-16T03:38:40.613Z Compiling scopeguard v1.2.0
13282026-05-16T03:38:40.641Z Compiling const-oid v0.9.6
13292026-05-16T03:38:40.698Z Compiling lock_api v0.4.14
13302026-05-16T03:38:40.729Z Compiling serde_json v1.0.149
13312026-05-16T03:38:40.753Z Compiling zerocopy v0.8.40
13322026-05-16T03:38:40.807Z Compiling pin-project-lite v0.2.17
13332026-05-16T03:38:40.903Z Compiling portable-atomic v1.13.1
13342026-05-16T03:38:40.917Z Compiling parking_lot_core v0.9.12
13352026-05-16T03:38:41.186Z Compiling pkg-config v0.3.32
13362026-05-16T03:38:41.195Z Compiling bitflags v2.11.0
13372026-05-16T03:38:41.279Z Compiling getrandom v0.2.17
13382026-05-16T03:38:41.362Z Compiling jobserver v0.1.34
13392026-05-16T03:38:41.378Z Compiling errno v0.3.14
13402026-05-16T03:38:41.411Z Compiling rand_core v0.6.4
13412026-05-16T03:38:41.508Z Compiling signal-hook-registry v1.4.8
13422026-05-16T03:38:41.724Z Compiling cc v1.2.56
13432026-05-16T03:38:42.198Z Compiling libm v0.2.16
13442026-05-16T03:38:42.226Z Compiling critical-section v1.2.0
13452026-05-16T03:38:42.226Z Compiling futures-core v0.3.32
13462026-05-16T03:38:42.227Z Compiling parking_lot v0.12.5
13472026-05-16T03:38:42.227Z Compiling once_cell v1.21.3
13482026-05-16T03:38:42.227Z Compiling mio v1.2.0
13492026-05-16T03:38:42.227Z Compiling num-traits v0.2.19
13502026-05-16T03:38:42.227Z Compiling percent-encoding v2.3.2
13512026-05-16T03:38:42.227Z Compiling socket2 v0.6.3
13522026-05-16T03:38:42.227Z Compiling futures-sink v0.3.32
13532026-05-16T03:38:42.277Z Compiling cpufeatures v0.2.17
13542026-05-16T03:38:42.302Z Compiling futures-channel v0.3.32
13552026-05-16T03:38:42.314Z Compiling futures-io v0.3.32
13562026-05-16T03:38:42.342Z Compiling getrandom v0.4.1
13572026-05-16T03:38:42.427Z Compiling slab v0.4.12
13582026-05-16T03:38:42.877Z Compiling futures-task v0.3.32
13592026-05-16T03:38:42.916Z Compiling rand_core v0.10.0
13602026-05-16T03:38:42.917Z Compiling indexmap v2.14.0
13612026-05-16T03:38:42.917Z Compiling rustversion v1.0.22
13622026-05-16T03:38:42.917Z Compiling getrandom v0.3.4
13632026-05-16T03:38:42.917Z Compiling cmake v0.1.57
13642026-05-16T03:38:42.997Z Compiling form_urlencoded v1.2.2
13652026-05-16T03:38:43.091Z Compiling fs_extra v1.3.0
13662026-05-16T03:38:43.211Z Compiling dunce v1.0.5
13672026-05-16T03:38:43.229Z Compiling base64ct v1.8.3
13682026-05-16T03:38:43.256Z Compiling synstructure v0.13.2
13692026-05-16T03:38:43.310Z Compiling ident_case v1.0.1
13702026-05-16T03:38:43.354Z Compiling aws-lc-sys v0.40.0
13712026-05-16T03:38:43.442Z Compiling pem-rfc7468 v0.7.0
13722026-05-16T03:38:43.473Z Compiling rustix v1.1.3
13732026-05-16T03:38:43.533Z Compiling iana-time-zone v0.1.65
13742026-05-16T03:38:43.571Z Compiling flagset v0.4.7
13752026-05-16T03:38:43.705Z Compiling regex-syntax v0.8.10
13762026-05-16T03:38:43.720Z Compiling rand_core v0.9.5
13772026-05-16T03:38:43.734Z Compiling ring v0.17.14
13782026-05-16T03:38:43.746Z Compiling vcpkg v0.2.15
13792026-05-16T03:38:43.832Z Compiling aws-lc-rs v1.16.3
13802026-05-16T03:38:43.985Z Compiling uuid v1.23.0
13812026-05-16T03:38:44.112Z Compiling rustc_version v0.4.1
13822026-05-16T03:38:44.434Z Compiling tracing-core v0.1.36
13832026-05-16T03:38:44.459Z Compiling openssl-sys v0.9.115
13842026-05-16T03:38:44.727Z Compiling base64 v0.22.1
13852026-05-16T03:38:44.959Z Compiling serde_derive v1.0.228
13862026-05-16T03:38:45.000Z Compiling zeroize_derive v1.4.3
13872026-05-16T03:38:45.014Z Compiling zerofrom-derive v0.1.6
13882026-05-16T03:38:45.046Z Compiling yoke-derive v0.8.1
13892026-05-16T03:38:45.186Z Compiling zerovec-derive v0.11.2
13902026-05-16T03:38:45.656Z Compiling zeroize v1.8.2
13912026-05-16T03:38:46.098Z Compiling zerocopy-derive v0.8.40
13922026-05-16T03:38:46.630Z Compiling displaydoc v0.2.5
13932026-05-16T03:38:46.665Z Compiling tokio-macros v2.7.0
13942026-05-16T03:38:46.665Z Compiling crypto-common v0.1.7
13952026-05-16T03:38:46.665Z Compiling zerofrom v0.1.6
13962026-05-16T03:38:46.665Z Compiling yoke v0.8.1
13972026-05-16T03:38:46.665Z Compiling block-buffer v0.10.4
13982026-05-16T03:38:46.715Z Compiling digest v0.10.7
13992026-05-16T03:38:46.732Z Compiling zerovec v0.11.5
14002026-05-16T03:38:46.939Z Compiling zerotrie v0.2.3
14012026-05-16T03:38:46.957Z Compiling futures-macro v0.3.32
14022026-05-16T03:38:47.015Z Compiling hmac v0.12.1
14032026-05-16T03:38:47.183Z Compiling tinystr v0.8.2
14042026-05-16T03:38:47.620Z Compiling potential_utf v0.1.4
14052026-05-16T03:38:47.625Z Compiling block-padding v0.3.3
14062026-05-16T03:38:47.625Z Compiling icu_locale_core v2.1.1
14072026-05-16T03:38:47.625Z Compiling icu_collections v2.1.1
14082026-05-16T03:38:47.625Z Compiling inout v0.1.4
14092026-05-16T03:38:47.625Z Compiling cipher v0.4.4
14102026-05-16T03:38:47.764Z Compiling futures-util v0.3.32
14112026-05-16T03:38:47.808Z Compiling sha2 v0.10.9
14122026-05-16T03:38:47.835Z Compiling der_derive v0.7.3
14132026-05-16T03:38:48.214Z Compiling icu_provider v2.1.1
14142026-05-16T03:38:48.386Z Compiling bytes v1.11.1
14152026-05-16T03:38:48.507Z Compiling icu_normalizer v2.1.1
14162026-05-16T03:38:48.690Z Compiling icu_properties v2.1.2
14172026-05-16T03:38:48.776Z Compiling der v0.7.10
14182026-05-16T03:38:48.974Z Compiling tokio v1.52.1
14192026-05-16T03:38:49.033Z Compiling http v1.4.0
14202026-05-16T03:38:49.161Z Compiling chrono v0.4.44
14212026-05-16T03:38:49.819Z Compiling idna_adapter v1.2.1
14222026-05-16T03:38:49.935Z Compiling idna v1.1.0
14232026-05-16T03:38:49.949Z Compiling spki v0.7.3
14242026-05-16T03:38:49.963Z Compiling salsa20 v0.10.2
14252026-05-16T03:38:49.977Z Compiling pbkdf2 v0.12.2
14262026-05-16T03:38:50.499Z Compiling rustls-pki-types v1.14.0
14272026-05-16T03:38:50.503Z Compiling tracing-attributes v0.1.31
14282026-05-16T03:38:50.503Z Compiling thiserror-impl v2.0.18
14292026-05-16T03:38:50.503Z Compiling ppv-lite86 v0.2.21
14302026-05-16T03:38:50.536Z Compiling url v2.5.8
14312026-05-16T03:38:50.959Z Compiling scrypt v0.11.0
14322026-05-16T03:38:50.962Z Compiling http-body v1.0.1
14332026-05-16T03:38:50.962Z Compiling cbc v0.1.2
14342026-05-16T03:38:50.962Z Compiling rand_chacha v0.9.0
14352026-05-16T03:38:50.962Z Compiling aes v0.8.4
14362026-05-16T03:38:50.962Z Compiling httparse v1.10.1
14372026-05-16T03:38:51.264Z Compiling openssl-probe v0.2.1
14382026-05-16T03:38:51.318Z Compiling untrusted v0.7.1
14392026-05-16T03:38:51.392Z Compiling tracing v0.1.44
14402026-05-16T03:38:51.436Z Compiling untrusted v0.9.0
14412026-05-16T03:38:51.450Z Compiling tinyvec_macros v0.1.1
14422026-05-16T03:38:51.460Z Compiling thiserror v2.0.18
14432026-05-16T03:38:51.510Z Compiling tinyvec v1.10.0
14442026-05-16T03:38:51.548Z Compiling pkcs5 v0.7.1
14452026-05-16T03:38:51.561Z Compiling rand v0.9.2
14462026-05-16T03:38:51.650Z Compiling pest_generator v2.8.6
14472026-05-16T03:38:52.240Z Compiling serde_derive_internals v0.29.1
14482026-05-16T03:38:52.243Z Compiling aho-corasick v1.1.4
14492026-05-16T03:38:52.244Z Compiling tower-service v0.3.3
14502026-05-16T03:38:52.244Z Compiling atomic-waker v1.1.2
14512026-05-16T03:38:52.244Z Compiling tower-layer v0.3.3
14522026-05-16T03:38:52.337Z Compiling rustls v0.23.37
14532026-05-16T03:38:52.340Z Compiling try-lock v0.2.5
14542026-05-16T03:38:52.387Z Compiling schemars v0.8.22
14552026-05-16T03:38:52.440Z Compiling dyn-clone v1.0.20
14562026-05-16T03:38:52.511Z Compiling want v0.3.1
14572026-05-16T03:38:52.575Z Compiling pest_derive v2.8.6
14582026-05-16T03:38:52.608Z Compiling pkcs8 v0.10.2
14592026-05-16T03:38:52.670Z Compiling tokio-util v0.7.18
14602026-05-16T03:38:52.723Z Compiling schemars_derive v0.8.22
14612026-05-16T03:38:52.958Z Compiling regex-automata v0.4.14
14622026-05-16T03:38:53.262Z Compiling ipnet v2.11.0
14632026-05-16T03:38:53.293Z Compiling scroll_derive v0.13.1
14642026-05-16T03:38:53.504Z Compiling h2 v0.4.13
14652026-05-16T03:38:53.717Z Compiling darling_core v0.20.11
14662026-05-16T03:38:53.789Z Compiling openssl v0.10.79
14672026-05-16T03:38:53.962Z Compiling httpdate v1.0.3
14682026-05-16T03:38:53.979Z Compiling foreign-types-shared v0.1.1
14692026-05-16T03:38:54.042Z Compiling pin-utils v0.1.0
14702026-05-16T03:38:54.154Z Compiling tempfile v3.25.0
14712026-05-16T03:38:54.154Z Compiling scroll v0.13.0
14722026-05-16T03:38:54.195Z Compiling foreign-types v0.3.2
14732026-05-16T03:38:54.388Z Compiling unicode-normalization v0.1.25
14742026-05-16T03:38:54.623Z Compiling openssl-macros v0.1.1
14752026-05-16T03:38:54.847Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14762026-05-16T03:38:54.865Z Compiling spin v0.9.8
14772026-05-16T03:38:55.088Z Compiling powerfmt v0.2.0
14782026-05-16T03:38:55.123Z Compiling num-conv v0.2.0
14792026-05-16T03:38:55.220Z Compiling native-tls v0.2.18
14802026-05-16T03:38:55.239Z Compiling time-core v0.1.8
14812026-05-16T03:38:55.273Z Compiling crc32fast v1.5.0
14822026-05-16T03:38:55.373Z Compiling time-macros v0.2.27
14832026-05-16T03:38:55.977Z Compiling deranged v0.5.8
14842026-05-16T03:38:56.003Z Compiling darling_macro v0.20.11
14852026-05-16T03:38:56.427Z Compiling hyper v1.8.1
14862026-05-16T03:38:56.448Z Compiling darling v0.20.11
14872026-05-16T03:38:56.493Z Compiling goblin v0.10.5
14882026-05-16T03:38:56.561Z Compiling rustls-native-certs v0.8.3
14892026-05-16T03:38:56.800Z Compiling sync_wrapper v1.0.2
14902026-05-16T03:38:56.919Z Compiling wait-timeout v0.2.1
14912026-05-16T03:38:56.967Z Compiling syn v1.0.109
14922026-05-16T03:38:57.167Z Compiling usdt-impl v0.6.0
14932026-05-16T03:38:57.324Z Compiling crossbeam-utils v0.8.21
14942026-05-16T03:38:58.126Z Compiling num_threads v0.1.7
14952026-05-16T03:38:58.190Z Compiling siphasher v1.0.2
14962026-05-16T03:38:58.191Z Compiling hyper-util v0.1.20
14972026-05-16T03:38:58.191Z Compiling quick-error v1.2.3
14982026-05-16T03:38:58.191Z Compiling simd-adler32 v0.3.8
14992026-05-16T03:38:58.191Z Compiling bit-vec v0.8.0
15002026-05-16T03:38:58.191Z Compiling bit-set v0.8.0
15012026-05-16T03:38:58.239Z Compiling rusty-fork v0.3.1
15022026-05-16T03:38:58.239Z Compiling time v0.3.47
15032026-05-16T03:38:58.284Z Compiling tower v0.5.3
15042026-05-16T03:38:58.304Z Compiling derive_builder_core v0.20.2
15052026-05-16T03:38:58.671Z Compiling dtrace-parser v0.3.0
15062026-05-16T03:38:58.719Z Compiling http-body-util v0.1.3
15072026-05-16T03:38:59.027Z Compiling webpki-roots v1.0.6
15082026-05-16T03:38:59.090Z Compiling signature v2.2.0
15092026-05-16T03:38:59.147Z Compiling dof v0.4.0
15102026-05-16T03:38:59.198Z Compiling scroll_derive v0.12.1
15112026-05-16T03:38:59.288Z Compiling thiserror-impl v1.0.69
15122026-05-16T03:38:59.409Z Compiling heapless v0.7.17
15132026-05-16T03:38:59.592Z Compiling rand_xorshift v0.4.0
15142026-05-16T03:38:59.693Z Compiling slog v2.8.2
15152026-05-16T03:38:59.744Z Compiling darling_core v0.21.3
15162026-05-16T03:38:59.813Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-05-16T03:38:59.888Z Compiling thread-id v5.1.0
15182026-05-16T03:38:59.978Z Compiling cookie v0.18.1
15192026-05-16T03:39:00.109Z Compiling iri-string v0.7.10
15202026-05-16T03:39:00.181Z Compiling allocator-api2 v0.2.21
15212026-05-16T03:39:00.343Z Compiling zstd-safe v7.2.4
15222026-05-16T03:39:00.615Z Compiling signal-hook v0.3.18
15232026-05-16T03:39:01.063Z Compiling adler2 v2.0.1
15242026-05-16T03:39:01.064Z Compiling ryu v1.0.23
15252026-05-16T03:39:01.064Z Compiling unicode-bidi v0.3.18
15262026-05-16T03:39:01.149Z Compiling unarray v0.1.4
15272026-05-16T03:39:01.149Z Compiling paste v1.0.15
15282026-05-16T03:39:01.149Z Compiling unicode-properties v0.1.4
15292026-05-16T03:39:01.149Z Compiling anyhow v1.0.102
15302026-05-16T03:39:01.149Z Compiling proptest v1.10.0
15312026-05-16T03:39:01.149Z Compiling stringprep v0.1.5
15322026-05-16T03:39:01.198Z Compiling serde_urlencoded v0.7.1
15332026-05-16T03:39:01.262Z Compiling tower-http v0.6.8
15342026-05-16T03:39:01.413Z Compiling miniz_oxide v0.8.9
15352026-05-16T03:39:01.431Z Compiling thiserror v1.0.69
15362026-05-16T03:39:01.659Z Compiling scroll v0.12.0
15372026-05-16T03:39:01.983Z Compiling derive_builder_macro v0.20.2
15382026-05-16T03:39:02.009Z Compiling tokio-native-tls v0.3.1
15392026-05-16T03:39:02.172Z Compiling bstr v1.12.1
15402026-05-16T03:39:02.216Z Compiling darling_macro v0.21.3
15412026-05-16T03:39:02.307Z Compiling ipnetwork v0.21.1
15422026-05-16T03:39:02.420Z Compiling rand_chacha v0.3.1
15432026-05-16T03:39:02.610Z Compiling toml_datetime v0.6.11
15442026-05-16T03:39:02.679Z Compiling serde_spanned v0.6.9
15452026-05-16T03:39:02.701Z Compiling erased-serde v0.3.31
15462026-05-16T03:39:02.872Z Compiling serde_tokenstream v0.2.3
15472026-05-16T03:39:02.893Z Compiling md-5 v0.10.6
15482026-05-16T03:39:02.893Z Compiling async-trait v0.1.89
15492026-05-16T03:39:02.979Z Compiling pin-project-internal v1.1.11
15502026-05-16T03:39:03.111Z Compiling zerocopy-derive v0.7.35
15512026-05-16T03:39:03.179Z Compiling curve25519-dalek v4.1.3
15522026-05-16T03:39:03.227Z Compiling vergen-lib v0.1.6
15532026-05-16T03:39:03.421Z Compiling num-integer v0.1.46
15542026-05-16T03:39:03.511Z Compiling hash32 v0.2.1
15552026-05-16T03:39:03.703Z Compiling ff v0.13.1
15562026-05-16T03:39:03.718Z Compiling memoffset v0.9.1
15572026-05-16T03:39:04.242Z Compiling zlib-rs v0.6.2
15582026-05-16T03:39:04.253Z Compiling smoltcp v0.9.1
15592026-05-16T03:39:04.253Z Compiling cfg_aliases v0.2.1
15602026-05-16T03:39:04.254Z Compiling litrs v1.0.0
15612026-05-16T03:39:04.254Z Compiling rustix v0.38.44
15622026-05-16T03:39:04.254Z Compiling num-bigint-dig v0.8.6
15632026-05-16T03:39:04.254Z Compiling base16ct v0.2.0
15642026-05-16T03:39:04.266Z Compiling psl-types v2.0.11
15652026-05-16T03:39:04.317Z Compiling ref-cast v1.0.25
15662026-05-16T03:39:04.385Z Compiling fallible-iterator v0.2.0
15672026-05-16T03:39:04.385Z Compiling publicsuffix v2.3.0
15682026-05-16T03:39:04.466Z Compiling document-features v0.2.12
15692026-05-16T03:39:04.702Z Compiling sec1 v0.7.3
15702026-05-16T03:39:04.741Z Compiling postgres-protocol v0.6.10
15712026-05-16T03:39:04.788Z Compiling pin-project v1.1.11
15722026-05-16T03:39:04.897Z Compiling nix v0.31.2
15732026-05-16T03:39:04.980Z Compiling zerocopy v0.7.35
15742026-05-16T03:39:05.204Z Compiling group v0.13.0
15752026-05-16T03:39:05.360Z Compiling num-iter v0.1.45
15762026-05-16T03:39:05.432Z Compiling newtype-uuid v1.3.2
15772026-05-16T03:39:05.522Z Compiling darling v0.21.3
15782026-05-16T03:39:05.605Z Compiling rand v0.8.6
15792026-05-16T03:39:05.725Z Compiling oxnet v0.1.4
15802026-05-16T03:39:05.754Z Compiling derive_builder v0.20.2
15812026-05-16T03:39:05.838Z Compiling hubpack_derive v0.1.1
15822026-05-16T03:39:05.869Z Compiling hyper-tls v0.6.0
15832026-05-16T03:39:06.091Z Compiling goblin v0.8.2
15842026-05-16T03:39:06.469Z Compiling phf_shared v0.13.1
15852026-05-16T03:39:06.619Z Compiling regex v1.12.3
15862026-05-16T03:39:06.630Z Compiling lazy_static v1.5.0
15872026-05-16T03:39:06.687Z Compiling flate2 v1.1.9
15882026-05-16T03:39:06.721Z Compiling futures-executor v0.3.32
15892026-05-16T03:39:06.909Z Compiling hex v0.4.3
15902026-05-16T03:39:06.975Z Compiling cargo-platform v0.1.9
15912026-05-16T03:39:07.049Z Compiling hkdf v0.12.4
15922026-05-16T03:39:07.064Z Compiling crypto-bigint v0.5.5
15932026-05-16T03:39:07.096Z Compiling curve25519-dalek-derive v0.1.1
15942026-05-16T03:39:07.170Z Compiling strum_macros v0.27.2
15952026-05-16T03:39:07.202Z Compiling daft-derive v0.1.5
15962026-05-16T03:39:07.226Z Compiling snafu-derive v0.8.9
15972026-05-16T03:39:07.725Z Compiling ref-cast-impl v1.0.25
15982026-05-16T03:39:07.906Z Compiling terminal_size v0.4.3
15992026-05-16T03:39:08.048Z Compiling vergen v9.0.6
16002026-05-16T03:39:08.225Z Compiling fs-err v3.3.0
16012026-05-16T03:39:08.254Z Compiling ahash v0.8.12
16022026-05-16T03:39:08.411Z Compiling encoding_rs v0.8.35
16032026-05-16T03:39:08.458Z Compiling foldhash v0.1.5
16042026-05-16T03:39:08.625Z Compiling same-file v1.0.6
16052026-05-16T03:39:09.207Z Compiling bumpalo v3.20.2
16062026-05-16T03:39:09.250Z Compiling foldhash v0.2.0
16072026-05-16T03:39:09.250Z Compiling unicode-segmentation v1.12.0
16082026-05-16T03:39:09.251Z Compiling managed v0.8.0
16092026-05-16T03:39:09.251Z Compiling mime v0.3.17
16102026-05-16T03:39:09.288Z Compiling object v0.37.3
16112026-05-16T03:39:09.739Z Compiling libbz2-rs-sys v0.2.2
16122026-05-16T03:39:09.771Z Compiling bitflags v1.3.2
16132026-05-16T03:39:09.771Z Compiling winnow v0.5.40
16142026-05-16T03:39:09.771Z Compiling hashbrown v0.16.1
16152026-05-16T03:39:09.771Z Compiling strum v0.27.2
16162026-05-16T03:39:09.771Z Compiling snafu v0.8.9
16172026-05-16T03:39:09.955Z Compiling bzip2 v0.6.1
16182026-05-16T03:39:10.119Z Compiling zopfli v0.8.3
16192026-05-16T03:39:10.129Z Compiling walkdir v2.5.0
16202026-05-16T03:39:10.155Z Compiling clap_builder v4.5.60
16212026-05-16T03:39:10.179Z Compiling hashbrown v0.15.5
16222026-05-16T03:39:10.399Z Compiling dof v0.3.0
16232026-05-16T03:39:10.594Z Compiling elliptic-curve v0.13.8
16242026-05-16T03:39:10.734Z Compiling daft v0.1.5
16252026-05-16T03:39:10.927Z Compiling toml_edit v0.19.15
16262026-05-16T03:39:10.995Z Compiling cargo_metadata v0.19.2
16272026-05-16T03:39:11.017Z Compiling futures v0.3.32
16282026-05-16T03:39:11.546Z Compiling phf v0.13.1
16292026-05-16T03:39:12.012Z Compiling cookie_store v0.22.1
16302026-05-16T03:39:12.019Z Compiling signal-hook-mio v0.2.5
16312026-05-16T03:39:12.019Z Compiling hubpack v0.1.2
16322026-05-16T03:39:12.142Z Compiling zstd v0.13.3
16332026-05-16T03:39:12.648Z Compiling bzip2 v0.4.4
16342026-05-16T03:39:12.651Z Compiling serde_with_macros v3.17.0
16352026-05-16T03:39:12.651Z Compiling postgres-types v0.2.12
16362026-05-16T03:39:12.996Z Compiling usdt-attr-macro v0.6.0
16372026-05-16T03:39:13.101Z Compiling usdt-macro v0.6.0
16382026-05-16T03:39:13.394Z Compiling globset v0.4.18
16392026-05-16T03:39:13.496Z Compiling dtrace-parser v0.2.0
16402026-05-16T03:39:13.591Z Compiling ed25519 v2.2.3
16412026-05-16T03:39:13.662Z Compiling phf_shared v0.11.3
16422026-05-16T03:39:13.774Z Compiling olpc-cjson v0.1.4
16432026-05-16T03:39:13.830Z Compiling pkcs1 v0.7.5
16442026-05-16T03:39:13.842Z Compiling serde_plain v1.0.2
16452026-05-16T03:39:13.976Z Compiling serde-big-array v0.5.1
16462026-05-16T03:39:14.034Z Compiling rfc6979 v0.4.0
16472026-05-16T03:39:14.068Z Compiling enum-as-inner v0.6.1
16482026-05-16T03:39:14.071Z Compiling strum_macros v0.26.4
16492026-05-16T03:39:14.154Z Compiling clap_derive v4.5.55
16502026-05-16T03:39:14.220Z Compiling serde_repr v0.1.20
16512026-05-16T03:39:14.223Z Compiling async-recursion v1.1.1
16522026-05-16T03:39:14.487Z Compiling pem v3.0.6
16532026-05-16T03:39:14.550Z Compiling float-cmp v0.10.0
16542026-05-16T03:39:14.733Z Compiling thread-id v4.2.2
16552026-05-16T03:39:14.775Z Compiling memmap2 v0.9.10
16562026-05-16T03:39:14.817Z Compiling env_filter v1.0.0
16572026-05-16T03:39:14.862Z Compiling keccak v0.1.6
16582026-05-16T03:39:14.909Z Compiling precomputed-hash v0.1.1
16592026-05-16T03:39:14.987Z Compiling predicates-core v1.0.10
16602026-05-16T03:39:15.001Z Compiling jiff v0.2.21
16612026-05-16T03:39:15.140Z Compiling rustc-hash v2.1.1
16622026-05-16T03:39:15.167Z Compiling difflib v0.4.0
16632026-05-16T03:39:15.648Z Compiling fixedbitset v0.5.7
16642026-05-16T03:39:15.651Z Compiling static_assertions v1.1.0
16652026-05-16T03:39:15.651Z Compiling new_debug_unreachable v1.0.6
16662026-05-16T03:39:15.669Z Compiling data-encoding v2.10.0
16672026-05-16T03:39:15.690Z Compiling normalize-line-endings v0.3.0
16682026-05-16T03:39:15.714Z Compiling whoami v2.1.0
16692026-05-16T03:39:15.786Z Compiling typed-path v0.9.3
16702026-05-16T03:39:15.820Z Compiling fixedbitset v0.4.2
16712026-05-16T03:39:15.928Z Compiling either v1.15.0
16722026-05-16T03:39:16.033Z Compiling petgraph v0.6.5
16732026-05-16T03:39:16.083Z Compiling hickory-proto v0.25.2
16742026-05-16T03:39:16.134Z Compiling itertools v0.13.0
16752026-05-16T03:39:16.359Z Compiling clap v4.5.60
16762026-05-16T03:39:16.507Z Compiling tokio-postgres v0.7.16
16772026-05-16T03:39:16.591Z Compiling toml_edit v0.22.27
16782026-05-16T03:39:17.012Z Compiling strum v0.26.3
16792026-05-16T03:39:17.129Z Compiling predicates v3.1.4
16802026-05-16T03:39:17.331Z Compiling string_cache v0.8.9
16812026-05-16T03:39:17.487Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16822026-05-16T03:39:17.550Z Compiling zip v4.6.1
16832026-05-16T03:39:17.759Z Compiling petgraph v0.8.3
16842026-05-16T03:39:18.513Z Compiling iddqd v0.3.18
16852026-05-16T03:39:18.605Z Compiling sha3 v0.10.8
16862026-05-16T03:39:19.080Z Compiling env_logger v0.11.9
16872026-05-16T03:39:19.157Z Compiling usdt v0.6.0
16882026-05-16T03:39:19.253Z Compiling usdt-impl v0.5.0
16892026-05-16T03:39:19.411Z Compiling ecdsa v0.16.9
16902026-05-16T03:39:19.451Z Compiling rsa v0.9.10
16912026-05-16T03:39:19.708Z Compiling ed25519-dalek v2.2.0
16922026-05-16T03:39:19.733Z Compiling serde_with v3.17.0
16932026-05-16T03:39:19.849Z Compiling crossterm v0.28.1
16942026-05-16T03:39:20.366Z Compiling zip v0.6.6
16952026-05-16T03:39:20.366Z Compiling toml v0.7.8
16962026-05-16T03:39:21.209Z Compiling similar v2.7.0
16972026-05-16T03:39:21.659Z Compiling heck v0.4.1
16982026-05-16T03:39:21.756Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-16T03:39:21.756Z Compiling crossbeam-epoch v0.9.18
17002026-05-16T03:39:21.756Z Compiling tokio-stream v0.1.18
17012026-05-16T03:39:21.756Z Compiling buf-list v1.1.2
17022026-05-16T03:39:21.756Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17032026-05-16T03:39:21.757Z Compiling x509-cert v0.2.5
17042026-05-16T03:39:21.895Z Compiling openapiv3 v2.2.0
17052026-05-16T03:39:21.975Z Compiling sha1 v0.10.6
17062026-05-16T03:39:21.975Z Compiling toml_datetime v0.7.5+spec-1.1.0
17072026-05-16T03:39:22.077Z Compiling peg-runtime v0.8.5
17082026-05-16T03:39:22.204Z Compiling lalrpop-util v0.19.12
17092026-05-16T03:39:22.247Z Compiling thread_local v1.1.9
17102026-05-16T03:39:22.316Z Compiling slog-async v2.8.0
17112026-05-16T03:39:22.341Z Compiling crossbeam-channel v0.5.15
17122026-05-16T03:39:22.484Z Compiling is-terminal v0.4.17
17132026-05-16T03:39:22.617Z Compiling filetime v0.2.27
17142026-05-16T03:39:22.648Z Compiling term v1.2.1
17152026-05-16T03:39:22.755Z Compiling take_mut v0.2.2
17162026-05-16T03:39:22.778Z Compiling xattr v1.6.1
17172026-05-16T03:39:22.937Z Compiling tar v0.4.45
17182026-05-16T03:39:23.195Z Compiling slog-term v2.9.2
17192026-05-16T03:39:32.954Z Compiling rustls-webpki v0.103.9
17202026-05-16T03:39:35.813Z Compiling tokio-rustls v0.26.4
17212026-05-16T03:39:35.813Z Compiling rustls-platform-verifier v0.6.2
17222026-05-16T03:39:35.939Z Compiling hyper-rustls v0.27.7
17232026-05-16T03:39:36.142Z Compiling reqwest v0.12.28
17242026-05-16T03:39:36.142Z Compiling reqwest v0.13.2
17252026-05-16T03:39:37.403Z Compiling tough v0.22.0
17262026-05-16T03:39:41.047Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-05-16T03:39:41.075Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-05-16T03:39:42.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17292026-05-16T03:39:43.066Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-05-16T03:39:43.170ZMay 16 03:39:42.108 INFO Starting download, target: Console
17312026-05-16T03:39:43.170ZMay 16 03:39:42.109 INFO Starting download, target: DendriteStub
17322026-05-16T03:39:43.170ZMay 16 03:39:42.109 INFO Starting download, target: Clickhouse
17332026-05-16T03:39:43.170ZMay 16 03:39:42.109 INFO Starting download, target: Cockroach
17342026-05-16T03:39:43.170ZMay 16 03:39:42.109 INFO Starting download, target: MaghemiteMgd
17352026-05-16T03:39:43.170ZMay 16 03:39:42.109 INFO Starting download, target: TransceiverControl
17362026-05-16T03:39:43.170ZMay 16 03:39:42.109 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-05-16T03:39:43.239ZMay 16 03:39:42.109 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-05-16T03:39:43.240ZMay 16 03:39:42.109 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-05-16T03:39:43.240ZMay 16 03:39:42.109 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-05-16T03:39:43.240ZMay 16 03:39:42.109 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-05-16T03:39:43.240ZMay 16 03:39:42.109 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-05-16T03:39:44.177ZMay 16 03:39:43.107 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-05-16T03:39:44.420ZMay 16 03:39:43.332 INFO Download complete, target: Console
17442026-05-16T03:39:45.162ZMay 16 03:39:44.079 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-05-16T03:39:45.357ZMay 16 03:39:44.204 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17462026-05-16T03:39:45.529ZMay 16 03:39:44.407 INFO Download complete, target: TransceiverControl
17472026-05-16T03:39:49.390ZMay 16 03:39:48.360 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-05-16T03:39:50.055ZMay 16 03:39:49.026 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-05-16T03:39:51.948ZMay 16 03:39:50.640 INFO Download complete, target: MaghemiteMgd
17502026-05-16T03:39:52.025ZMay 16 03:39:50.762 INFO Checking that binary works, target: Clickhouse
17512026-05-16T03:39:52.025ZMay 16 03:39:50.863 INFO Download complete, target: Clickhouse
17522026-05-16T03:39:52.484ZMay 16 03:39:51.304 INFO Download complete, target: DendriteStub
17532026-05-16T03:39:54.771ZMay 16 03:39:53.643 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-05-16T03:39:54.771ZMay 16 03:39:53.644 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-05-16T03:39:59.248ZMay 16 03:39:58.097 INFO Checking that binary works, target: Cockroach
17562026-05-16T03:39:59.314ZMay 16 03:39:58.211 INFO Download complete, target: Cockroach
17572026-05-16T03:39:59.314ZAll builder prerequisites installed successfully, and PATH looks valid
17582026-05-16T03:39:59.314Z
17592026-05-16T03:39:59.314Zreal 2:22.013724778
17602026-05-16T03:39:59.314Zuser 6:52.943627808
17612026-05-16T03:39:59.314Zsys 1:21.614187518
17622026-05-16T03:39:59.314Ztrap 0.208221433
17632026-05-16T03:39:59.314Ztflt 0.740700430
17642026-05-16T03:39:59.314Zdflt 0.454174988
17652026-05-16T03:39:59.314Zkflt 0.026205726
17662026-05-16T03:39:59.314Zlock 23:32.956712059
17672026-05-16T03:39:59.314Zslp 21:13.218252318
17682026-05-16T03:39:59.314Zlat 42.463089212
17692026-05-16T03:39:59.314Zstop 1:59.785988098
17702026-05-16T03:39:59.314Z+ banner hack-check
17712026-05-16T03:39:59.314Z
17722026-05-16T03:39:59.314Z # # ## #### # # #### # # ###### #### # #
17732026-05-16T03:39:59.314Z # # # # # # # # # # # # # # # # #
17742026-05-16T03:39:59.314Z ###### # # # #### ##### # ###### ##### # ####
17752026-05-16T03:39:59.314Z # # ###### # # # # # # # # # #
17762026-05-16T03:39:59.314Z # # # # # # # # # # # # # # # # #
17772026-05-16T03:39:59.314Z # # # # #### # # #### # # ###### #### # #
17782026-05-16T03:39:59.314Z
17792026-05-16T03:39:59.314Z+ export CARGO_INCREMENTAL=0
17802026-05-16T03:39:59.314Z+ CARGO_INCREMENTAL=0
17812026-05-16T03:39:59.315Z+ ptime -m timeout 2h cargo xtask check-features --ci
17822026-05-16T03:39:59.775Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17832026-05-16T03:40:01.151Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17842026-05-16T03:40:01.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
17852026-05-16T03:40:01.873Z Running `target/debug/xtask check-features --ci`
17862026-05-16T03:40:01.900Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17872026-05-16T03:40:01.900Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17882026-05-16T03:40:02.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17892026-05-16T03:40:02.420Z Running `target/debug/xtask download cargo-hack`
17902026-05-16T03:40:03.303Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-05-16T03:40:03.502Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-05-16T03:40:07.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
17932026-05-16T03:40:07.376Z Running `target/debug/xtask-downloader cargo-hack`
17942026-05-16T03:40:07.376ZMay 16 03:40:05.158 INFO Starting download, target: CargoHack
17952026-05-16T03:40:07.376ZMay 16 03:40:05.159 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17962026-05-16T03:40:07.376ZMay 16 03:40:05.358 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17972026-05-16T03:40:07.376ZMay 16 03:40:05.407 INFO Download complete, target: CargoHack
17982026-05-16T03:40:07.376Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17992026-05-16T03:40:07.376Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18002026-05-16T03:40:07.376Zinfo: running `cargo check --bins` on api_identity (1/276)
18012026-05-16T03:40:07.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-05-16T03:40:07.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-05-16T03:40:07.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-05-16T03:40:07.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18052026-05-16T03:40:07.376Z
18062026-05-16T03:40:07.376Zinfo: running `cargo check --bins` on bootstore (2/276)
18072026-05-16T03:40:07.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-05-16T03:40:07.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-05-16T03:40:07.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-05-16T03:40:07.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18112026-05-16T03:40:07.758Z
18122026-05-16T03:40:07.758Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18132026-05-16T03:40:08.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-05-16T03:40:08.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-05-16T03:40:08.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-05-16T03:40:08.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18172026-05-16T03:40:08.363Z
18182026-05-16T03:40:08.363Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18192026-05-16T03:40:08.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-05-16T03:40:08.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-05-16T03:40:08.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-05-16T03:40:08.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18232026-05-16T03:40:08.976Z
18242026-05-16T03:40:08.976Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18252026-05-16T03:40:09.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-05-16T03:40:09.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-05-16T03:40:09.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-05-16T03:40:09.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18292026-05-16T03:40:09.602Z
18302026-05-16T03:40:09.602Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18312026-05-16T03:40:10.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-05-16T03:40:10.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-05-16T03:40:10.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-05-16T03:40:10.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18352026-05-16T03:40:10.132Z
18362026-05-16T03:40:10.132Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18372026-05-16T03:40:10.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-05-16T03:40:10.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-05-16T03:40:10.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-05-16T03:40:10.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18412026-05-16T03:40:10.729Z
18422026-05-16T03:40:10.729Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18432026-05-16T03:40:11.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-16T03:40:11.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-16T03:40:11.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-16T03:40:11.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18472026-05-16T03:40:11.327Z
18482026-05-16T03:40:11.327Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18492026-05-16T03:40:11.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-16T03:40:11.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-16T03:40:11.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-16T03:40:11.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18532026-05-16T03:40:11.868Z
18542026-05-16T03:40:11.868Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18552026-05-16T03:40:12.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-16T03:40:12.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-16T03:40:12.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-16T03:40:12.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18592026-05-16T03:40:12.260Z
18602026-05-16T03:40:12.260Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18612026-05-16T03:40:12.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-16T03:40:12.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-16T03:40:12.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-16T03:40:12.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18652026-05-16T03:40:12.720Z
18662026-05-16T03:40:12.720Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18672026-05-16T03:40:13.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-16T03:40:13.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-16T03:40:13.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-16T03:40:13.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18712026-05-16T03:40:13.191Z
18722026-05-16T03:40:13.191Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18732026-05-16T03:40:13.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-16T03:40:13.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-16T03:40:13.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-16T03:40:13.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-05-16T03:40:13.692Z
18782026-05-16T03:40:13.692Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18792026-05-16T03:40:14.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-16T03:40:14.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-16T03:40:14.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-16T03:40:14.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18832026-05-16T03:40:14.138Z
18842026-05-16T03:40:14.138Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18852026-05-16T03:40:14.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-16T03:40:14.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-16T03:40:14.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-16T03:40:14.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-05-16T03:40:14.602Z
18902026-05-16T03:40:14.602Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18912026-05-16T03:40:15.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-16T03:40:15.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-16T03:40:15.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-16T03:40:15.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-05-16T03:40:15.170Z
18962026-05-16T03:40:15.170Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18972026-05-16T03:40:15.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-16T03:40:15.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-16T03:40:15.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-16T03:40:15.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19012026-05-16T03:40:15.794Z
19022026-05-16T03:40:15.794Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19032026-05-16T03:40:16.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-16T03:40:16.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-16T03:40:16.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-16T03:40:16.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-05-16T03:40:16.047Z
19082026-05-16T03:40:16.047Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19092026-05-16T03:40:16.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-16T03:40:16.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-16T03:40:16.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-16T03:40:16.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19132026-05-16T03:40:16.775Z
19142026-05-16T03:40:16.775Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19152026-05-16T03:40:16.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-16T03:40:17.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-16T03:40:17.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-16T03:40:17.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19192026-05-16T03:40:17.065Z
19202026-05-16T03:40:17.065Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19212026-05-16T03:40:18.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-16T03:40:18.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-16T03:40:18.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-16T03:40:18.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19252026-05-16T03:40:18.788Z
19262026-05-16T03:40:18.788Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19272026-05-16T03:40:18.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-16T03:40:18.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-16T03:40:18.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-16T03:40:18.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-05-16T03:40:18.848Z
19322026-05-16T03:40:18.849Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19332026-05-16T03:40:18.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-16T03:40:18.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-16T03:40:18.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-16T03:40:18.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19372026-05-16T03:40:18.849Z
19382026-05-16T03:40:18.849Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19392026-05-16T03:40:18.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-16T03:40:18.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-16T03:40:18.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-16T03:40:18.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19432026-05-16T03:40:18.982Z
19442026-05-16T03:40:18.983Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19452026-05-16T03:40:19.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-16T03:40:19.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-16T03:40:19.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-16T03:40:19.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19492026-05-16T03:40:19.361Z
19502026-05-16T03:40:19.361Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19512026-05-16T03:40:19.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-16T03:40:19.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-16T03:40:19.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-16T03:40:19.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19552026-05-16T03:40:19.853Z
19562026-05-16T03:40:19.853Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19572026-05-16T03:40:20.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-16T03:40:20.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-16T03:40:20.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-16T03:40:20.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19612026-05-16T03:40:20.266Z
19622026-05-16T03:40:20.266Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19632026-05-16T03:40:21.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-16T03:40:21.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-16T03:40:21.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-16T03:40:21.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19672026-05-16T03:40:21.314Z
19682026-05-16T03:40:21.314Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19692026-05-16T03:40:21.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-16T03:40:21.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-16T03:40:21.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-16T03:40:21.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19732026-05-16T03:40:21.326Z
19742026-05-16T03:40:21.326Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19752026-05-16T03:40:21.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-16T03:40:21.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-16T03:40:21.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-16T03:40:21.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-05-16T03:40:21.860Z
19802026-05-16T03:40:21.860Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19812026-05-16T03:40:22.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-16T03:40:22.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-16T03:40:22.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-16T03:40:22.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19852026-05-16T03:40:22.491Z
19862026-05-16T03:40:22.491Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19872026-05-16T03:40:22.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-16T03:40:22.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-16T03:40:22.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-16T03:40:22.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-05-16T03:40:22.875Z
19922026-05-16T03:40:22.875Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19932026-05-16T03:40:23.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-16T03:40:23.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-16T03:40:23.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-16T03:40:23.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19972026-05-16T03:40:23.251Z
19982026-05-16T03:40:23.251Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19992026-05-16T03:40:23.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-16T03:40:23.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-16T03:40:23.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-16T03:40:23.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-05-16T03:40:23.630Z
20042026-05-16T03:40:23.631Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20052026-05-16T03:40:24.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-16T03:40:24.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-16T03:40:24.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-16T03:40:24.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-05-16T03:40:24.602Z
20102026-05-16T03:40:24.602Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20112026-05-16T03:40:24.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-16T03:40:24.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-16T03:40:24.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-16T03:40:24.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20152026-05-16T03:40:24.602Z
20162026-05-16T03:40:24.602Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20172026-05-16T03:40:24.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-16T03:40:25.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-16T03:40:25.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-16T03:40:25.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20212026-05-16T03:40:25.139Z
20222026-05-16T03:40:25.139Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20232026-05-16T03:40:25.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-16T03:40:25.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-16T03:40:25.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-16T03:40:25.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-05-16T03:40:25.503Z
20282026-05-16T03:40:25.503Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20292026-05-16T03:40:25.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-16T03:40:25.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-16T03:40:25.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-16T03:40:25.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-05-16T03:40:25.977Z
20342026-05-16T03:40:25.977Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20352026-05-16T03:40:26.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-16T03:40:26.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-16T03:40:26.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-16T03:40:26.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-05-16T03:40:26.550Z
20402026-05-16T03:40:26.550Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20412026-05-16T03:40:26.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-16T03:40:26.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-16T03:40:26.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-16T03:40:26.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20452026-05-16T03:40:26.902Z
20462026-05-16T03:40:26.902Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20472026-05-16T03:40:27.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-16T03:40:27.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-16T03:40:27.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-16T03:40:27.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20512026-05-16T03:40:27.382Z
20522026-05-16T03:40:27.382Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20532026-05-16T03:40:27.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-16T03:40:27.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-16T03:40:27.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-16T03:40:27.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20572026-05-16T03:40:27.871Z
20582026-05-16T03:40:27.871Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20592026-05-16T03:40:28.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-16T03:40:28.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-16T03:40:28.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-16T03:40:28.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-05-16T03:40:28.325Z
20642026-05-16T03:40:28.325Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20652026-05-16T03:40:28.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-16T03:40:28.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-16T03:40:28.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-16T03:40:28.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-05-16T03:40:28.775Z
20702026-05-16T03:40:28.775Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20712026-05-16T03:40:29.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-16T03:40:29.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-16T03:40:29.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-16T03:40:29.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-05-16T03:40:29.367Z
20762026-05-16T03:40:29.367Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20772026-05-16T03:40:29.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-16T03:40:29.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-16T03:40:29.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-16T03:40:29.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-05-16T03:40:29.688Z
20822026-05-16T03:40:29.688Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20832026-05-16T03:40:30.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-16T03:40:30.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-16T03:40:30.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-16T03:40:30.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20872026-05-16T03:40:30.184Z
20882026-05-16T03:40:30.184Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20892026-05-16T03:40:30.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-16T03:40:30.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-16T03:40:30.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-16T03:40:30.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20932026-05-16T03:40:30.781Z
20942026-05-16T03:40:30.781Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20952026-05-16T03:40:31.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-16T03:40:31.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-16T03:40:31.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-16T03:40:31.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-05-16T03:40:31.555Z
21002026-05-16T03:40:31.555Zinfo: running `cargo check --bins` on nexus-config (51/276)
21012026-05-16T03:40:31.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-16T03:40:31.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-16T03:40:31.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-16T03:40:31.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21052026-05-16T03:40:32.021Z
21062026-05-16T03:40:32.021Zinfo: running `cargo check --bins` on nexus-types (52/276)
21072026-05-16T03:40:32.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-16T03:40:32.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-16T03:40:32.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-16T03:40:32.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21112026-05-16T03:40:32.639Z
21122026-05-16T03:40:32.639Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21132026-05-16T03:40:33.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-16T03:40:33.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-16T03:40:33.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-16T03:40:33.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21172026-05-16T03:40:33.296Z
21182026-05-16T03:40:33.296Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21192026-05-16T03:40:33.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-16T03:40:33.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-16T03:40:33.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-16T03:40:33.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21232026-05-16T03:40:33.957Z
21242026-05-16T03:40:33.957Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21252026-05-16T03:40:34.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-16T03:40:34.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-16T03:40:34.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-16T03:40:34.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21292026-05-16T03:40:34.686Z
21302026-05-16T03:40:34.686Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21312026-05-16T03:40:35.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-16T03:40:35.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-16T03:40:35.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-16T03:40:35.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21352026-05-16T03:40:35.117Z
21362026-05-16T03:40:35.117Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21372026-05-16T03:40:35.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-16T03:40:35.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-16T03:40:35.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-16T03:40:35.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21412026-05-16T03:40:35.755Z
21422026-05-16T03:40:35.755Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21432026-05-16T03:40:36.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-16T03:40:36.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-16T03:40:36.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-16T03:40:36.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21472026-05-16T03:40:36.898Z
21482026-05-16T03:40:36.899Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21492026-05-16T03:40:36.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-16T03:40:36.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-16T03:40:36.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-16T03:40:36.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21532026-05-16T03:40:36.899Z
21542026-05-16T03:40:36.899Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21552026-05-16T03:40:37.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-16T03:40:37.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-16T03:40:37.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-16T03:40:37.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21592026-05-16T03:40:37.481Z
21602026-05-16T03:40:37.481Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21612026-05-16T03:40:37.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-16T03:40:37.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-16T03:40:37.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-16T03:40:37.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21652026-05-16T03:40:37.983Z
21662026-05-16T03:40:37.983Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21672026-05-16T03:40:38.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-16T03:40:38.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-16T03:40:38.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-16T03:40:38.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21712026-05-16T03:40:38.612Z
21722026-05-16T03:40:38.612Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21732026-05-16T03:40:39.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-16T03:40:39.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-16T03:40:39.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-16T03:40:39.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21772026-05-16T03:40:39.156Z
21782026-05-16T03:40:39.156Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21792026-05-16T03:40:39.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-16T03:40:39.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-16T03:40:39.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-16T03:40:39.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21832026-05-16T03:40:39.789Z
21842026-05-16T03:40:39.789Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21852026-05-16T03:40:40.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-16T03:40:40.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-16T03:40:40.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-16T03:40:40.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21892026-05-16T03:40:40.376Z
21902026-05-16T03:40:40.376Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21912026-05-16T03:40:40.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-16T03:40:40.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-16T03:40:40.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-16T03:40:40.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-05-16T03:40:40.884Z
21962026-05-16T03:40:40.884Zinfo: running `cargo check --bins` on ereport-types (67/276)
21972026-05-16T03:40:41.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-16T03:40:41.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-16T03:40:41.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-16T03:40:41.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22012026-05-16T03:40:41.907Z
22022026-05-16T03:40:41.907Zinfo: running `cargo check --bins` on gateway-client (68/276)
22032026-05-16T03:40:41.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-16T03:40:42.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-16T03:40:42.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-16T03:40:42.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22072026-05-16T03:40:42.099Z
22082026-05-16T03:40:42.099Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22092026-05-16T03:40:42.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-16T03:40:42.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-16T03:40:42.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-16T03:40:42.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22132026-05-16T03:40:42.655Z
22142026-05-16T03:40:42.655Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22152026-05-16T03:40:43.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-16T03:40:43.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-16T03:40:43.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-16T03:40:43.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22192026-05-16T03:40:43.285Z
22202026-05-16T03:40:43.285Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22212026-05-16T03:40:43.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-16T03:40:43.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-16T03:40:43.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-16T03:40:43.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22252026-05-16T03:40:43.937Z
22262026-05-16T03:40:43.937Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22272026-05-16T03:40:44.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-16T03:40:44.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-16T03:40:44.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-16T03:40:44.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22312026-05-16T03:40:44.420Z
22322026-05-16T03:40:44.421Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22332026-05-16T03:40:44.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-16T03:40:45.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-16T03:40:45.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-16T03:40:45.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22372026-05-16T03:40:45.308Z
22382026-05-16T03:40:45.308Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22392026-05-16T03:40:45.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-16T03:40:45.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-16T03:40:45.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-05-16T03:40:45.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22432026-05-16T03:40:45.738Z
22442026-05-16T03:40:45.738Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22452026-05-16T03:40:46.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-05-16T03:40:47.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-05-16T03:40:47.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-05-16T03:40:47.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22492026-05-16T03:40:47.531Z
22502026-05-16T03:40:47.531Zinfo: running `cargo check --bins` on oxlog (76/276)
22512026-05-16T03:40:47.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-05-16T03:40:47.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-05-16T03:40:47.531Z Checking cfg-if v1.0.4
22542026-05-16T03:40:47.531Z Checking libc v0.2.185
22552026-05-16T03:40:47.531Z Checking serde_core v1.0.228
22562026-05-16T03:40:47.531Z Checking zeroize v1.8.2
22572026-05-16T03:40:47.531Z Checking memchr v2.8.0
22582026-05-16T03:40:47.531Z Checking log v0.4.29
22592026-05-16T03:40:47.531Z Checking smallvec v1.15.1
22602026-05-16T03:40:47.531Z Checking typenum v1.19.0
22612026-05-16T03:40:47.531Z Checking subtle v2.6.1
22622026-05-16T03:40:47.531Z Checking itoa v1.0.17
22632026-05-16T03:40:47.531Z Checking scopeguard v1.2.0
22642026-05-16T03:40:47.531Z Checking stable_deref_trait v1.2.1
22652026-05-16T03:40:47.531Z Checking const-oid v0.9.6
22662026-05-16T03:40:47.531Z Checking zerofrom v0.1.6
22672026-05-16T03:40:47.532Z Checking lock_api v0.4.14
22682026-05-16T03:40:47.532Z Checking pin-project-lite v0.2.17
22692026-05-16T03:40:47.532Z Checking yoke v0.8.1
22702026-05-16T03:40:47.532Z Checking getrandom v0.2.17
22712026-05-16T03:40:47.532Z Checking errno v0.3.14
22722026-05-16T03:40:47.532Z Checking parking_lot_core v0.9.12
22732026-05-16T03:40:47.532Z Checking portable-atomic v1.13.1
22742026-05-16T03:40:47.532Z Checking signal-hook-registry v1.4.8
22752026-05-16T03:40:47.532Z Checking rand_core v0.6.4
22762026-05-16T03:40:47.532Z Checking zerovec v0.11.5
22772026-05-16T03:40:47.532Z Checking generic-array v0.14.7
22782026-05-16T03:40:47.532Z Checking futures-core v0.3.32
22792026-05-16T03:40:47.596Z Checking critical-section v1.2.0
22802026-05-16T03:40:47.650Z Checking parking_lot v0.12.5
22812026-05-16T03:40:47.650Z Checking mio v1.2.0
22822026-05-16T03:40:47.681Z Checking zerocopy v0.8.40
22832026-05-16T03:40:47.746Z Checking once_cell v1.21.3
22842026-05-16T03:40:47.777Z Checking zmij v1.0.21
22852026-05-16T03:40:47.880Z Checking socket2 v0.6.3
22862026-05-16T03:40:47.915Z Checking tinystr v0.8.2
22872026-05-16T03:40:47.915Z Checking libm v0.2.16
22882026-05-16T03:40:47.915Z Checking crypto-common v0.1.7
22892026-05-16T03:40:47.942Z Checking block-buffer v0.10.4
22902026-05-16T03:40:48.017Z Checking equivalent v1.0.2
22912026-05-16T03:40:48.075Z Checking writeable v0.6.2
22922026-05-16T03:40:48.075Z Checking litemap v0.8.1
22932026-05-16T03:40:48.075Z Checking percent-encoding v2.3.2
22942026-05-16T03:40:48.136Z Checking digest v0.10.7
22952026-05-16T03:40:48.136Z Checking potential_utf v0.1.4
22962026-05-16T03:40:48.383Z Checking zerotrie v0.2.3
22972026-05-16T03:40:48.935Z Checking futures-sink v0.3.32
22982026-05-16T03:40:48.935Z Checking icu_locale_core v2.1.1
22992026-05-16T03:40:48.935Z Checking icu_collections v2.1.1
23002026-05-16T03:40:48.935Z Checking cpufeatures v0.2.17
23012026-05-16T03:40:48.935Z Checking futures-channel v0.3.32
23022026-05-16T03:40:48.935Z Checking futures-io v0.3.32
23032026-05-16T03:40:48.935Z Checking serde v1.0.228
23042026-05-16T03:40:48.935Z Checking bitflags v2.11.0
23052026-05-16T03:40:48.936Z Checking serde_json v1.0.149
23062026-05-16T03:40:49.002Z Checking slab v0.4.12
23072026-05-16T03:40:49.002Z Checking futures-task v0.3.32
23082026-05-16T03:40:49.002Z Checking num-traits v0.2.19
23092026-05-16T03:40:49.002Z Checking hmac v0.12.1
23102026-05-16T03:40:49.002Z Checking icu_normalizer_data v2.1.1
23112026-05-16T03:40:49.002Z Checking futures-util v0.3.32
23122026-05-16T03:40:49.002Z Checking icu_properties_data v2.1.2
23132026-05-16T03:40:49.002Z Checking rand_core v0.10.0
23142026-05-16T03:40:49.002Z Checking icu_provider v2.1.1
23152026-05-16T03:40:49.002Z Checking bytes v1.11.1
23162026-05-16T03:40:49.003Z Checking hashbrown v0.17.0
23172026-05-16T03:40:49.003Z Checking getrandom v0.4.1
23182026-05-16T03:40:49.041Z Checking icu_properties v2.1.2
23192026-05-16T03:40:49.042Z Checking icu_normalizer v2.1.1
23202026-05-16T03:40:49.092Z Checking block-padding v0.3.3
23212026-05-16T03:40:49.117Z Checking utf8_iter v1.0.4
23222026-05-16T03:40:49.210Z Checking inout v0.1.4
23232026-05-16T03:40:49.236Z Checking tokio v1.52.1
23242026-05-16T03:40:49.276Z Checking sha2 v0.10.9
23252026-05-16T03:40:49.307Z Checking indexmap v2.14.0
23262026-05-16T03:40:49.307Z Checking form_urlencoded v1.2.2
23272026-05-16T03:40:49.469Z Checking cipher v0.4.4
23282026-05-16T03:40:49.508Z Checking getrandom v0.3.4
23292026-05-16T03:40:49.545Z Checking fnv v1.0.7
23302026-05-16T03:40:49.567Z Checking base64ct v1.8.3
23312026-05-16T03:40:49.567Z Checking byteorder v1.5.0
23322026-05-16T03:40:49.583Z Checking flagset v0.4.7
23332026-05-16T03:40:49.713Z Checking rand_core v0.9.5
23342026-05-16T03:40:49.748Z Checking http v1.4.0
23352026-05-16T03:40:49.777Z Checking pem-rfc7468 v0.7.0
23362026-05-16T03:40:49.784Z Checking idna_adapter v1.2.1
23372026-05-16T03:40:49.851Z Checking regex-syntax v0.8.10
23382026-05-16T03:40:49.928Z Checking salsa20 v0.10.2
23392026-05-16T03:40:49.974Z Checking idna v1.1.0
23402026-05-16T03:40:49.974Z Checking der v0.7.10
23412026-05-16T03:40:50.032Z Checking uuid v1.23.0
23422026-05-16T03:40:50.195Z Checking url v2.5.8
23432026-05-16T03:40:50.331Z Checking pbkdf2 v0.12.2
23442026-05-16T03:40:50.384Z Checking rustix v1.1.3
23452026-05-16T03:40:50.430Z Checking ppv-lite86 v0.2.21
23462026-05-16T03:40:50.430Z Checking tracing-core v0.1.36
23472026-05-16T03:40:50.551Z Checking rustls-pki-types v1.14.0
23482026-05-16T03:40:50.586Z Checking iana-time-zone v0.1.65
23492026-05-16T03:40:50.673Z Checking spki v0.7.3
23502026-05-16T03:40:50.673Z Checking base64 v0.22.1
23512026-05-16T03:40:50.695Z Checking chrono v0.4.44
23522026-05-16T03:40:50.695Z Checking tracing v0.1.44
23532026-05-16T03:40:50.788Z Checking rand_chacha v0.9.0
23542026-05-16T03:40:50.822Z Checking scrypt v0.11.0
23552026-05-16T03:40:50.885Z Checking http-body v1.0.1
23562026-05-16T03:40:50.918Z Checking aes v0.8.4
23572026-05-16T03:40:50.929Z Checking cbc v0.1.2
23582026-05-16T03:40:50.978Z Checking aws-lc-sys v0.40.0
23592026-05-16T03:40:51.004Z Checking openssl-probe v0.2.1
23602026-05-16T03:40:51.059Z Checking untrusted v0.9.0
23612026-05-16T03:40:51.089Z Checking untrusted v0.7.1
23622026-05-16T03:40:51.109Z Checking tinyvec_macros v0.1.1
23632026-05-16T03:40:51.123Z Checking rand v0.9.2
23642026-05-16T03:40:51.158Z Checking ring v0.17.14
23652026-05-16T03:40:51.346Z Checking tinyvec v1.10.0
23662026-05-16T03:40:51.436Z Checking atomic-waker v1.1.2
23672026-05-16T03:40:51.436Z Checking pkcs5 v0.7.1
23682026-05-16T03:40:51.436Z Checking tower-service v0.3.3
23692026-05-16T03:40:51.458Z Checking tower-layer v0.3.3
23702026-05-16T03:40:51.470Z Checking try-lock v0.2.5
23712026-05-16T03:40:51.476Z Checking aws-lc-rs v1.16.3
23722026-05-16T03:40:51.499Z Checking ipnet v2.11.0
23732026-05-16T03:40:51.510Z Checking pkcs8 v0.10.2
23742026-05-16T03:40:51.524Z Checking httparse v1.10.1
23752026-05-16T03:40:51.552Z Checking want v0.3.1
23762026-05-16T03:40:51.569Z Checking aho-corasick v1.1.4
23772026-05-16T03:40:51.747Z Checking plain v0.2.3
23782026-05-16T03:40:51.778Z Checking fastrand v2.3.0
23792026-05-16T03:40:51.778Z Checking pin-utils v0.1.0
23802026-05-16T03:40:51.778Z Checking httpdate v1.0.3
23812026-05-16T03:40:51.829Z Checking dyn-clone v1.0.20
23822026-05-16T03:40:51.829Z Checking foreign-types-shared v0.1.1
23832026-05-16T03:40:51.873Z Checking tempfile v3.25.0
23842026-05-16T03:40:51.883Z Checking foreign-types v0.3.2
23852026-05-16T03:40:51.883Z Checking unicode-normalization v0.1.25
23862026-05-16T03:40:51.911Z Checking semver v1.0.28
23872026-05-16T03:40:51.944Z Checking openssl-sys v0.9.115
23882026-05-16T03:40:52.058Z Checking spin v0.9.8
23892026-05-16T03:40:52.102Z Checking ucd-trie v0.1.7
23902026-05-16T03:40:52.142Z Checking unicode-ident v1.0.24
23912026-05-16T03:40:52.241Z Checking pest v2.8.6
23922026-05-16T03:40:52.275Z Checking regex-automata v0.4.14
23932026-05-16T03:40:52.275Z Checking proc-macro2 v1.0.106
23942026-05-16T03:40:52.275Z Checking schemars v0.8.22
23952026-05-16T03:40:52.319Z Checking rustls-native-certs v0.8.3
23962026-05-16T03:40:52.332Z Checking rustls-webpki v0.103.9
23972026-05-16T03:40:52.332Z Checking openssl v0.10.79
23982026-05-16T03:40:52.382Z Checking tokio-util v0.7.18
23992026-05-16T03:40:52.412Z Checking thiserror v2.0.18
24002026-05-16T03:40:52.496Z Checking sync_wrapper v1.0.2
24012026-05-16T03:40:52.561Z Checking wait-timeout v0.2.1
24022026-05-16T03:40:52.578Z Checking utf8parse v0.2.2
24032026-05-16T03:40:52.660Z Checking powerfmt v0.2.0
24042026-05-16T03:40:52.677Z Checking siphasher v1.0.2
24052026-05-16T03:40:52.699Z Checking rustls v0.23.37
24062026-05-16T03:40:52.811Z Checking quick-error v1.2.3
24072026-05-16T03:40:52.843Z Checking pretty-hex v0.4.1
24082026-05-16T03:40:52.918Z Checking simd-adler32 v0.3.8
24092026-05-16T03:40:52.918Z Checking bit-vec v0.8.0
24102026-05-16T03:40:52.938Z Checking anstyle v1.0.13
24112026-05-16T03:40:52.942Z Checking h2 v0.4.13
24122026-05-16T03:40:53.056Z Checking rusty-fork v0.3.1
24132026-05-16T03:40:53.084Z Checking bit-set v0.8.0
24142026-05-16T03:40:53.112Z Checking deranged v0.5.8
24152026-05-16T03:40:53.217Z Checking anstyle-parse v0.2.7
24162026-05-16T03:40:53.227Z Checking tower v0.5.3
24172026-05-16T03:40:53.307Z Checking quote v1.0.45
24182026-05-16T03:40:53.362Z Compiling newtype-uuid v1.3.2
24192026-05-16T03:40:53.423Z Checking http-body-util v0.1.3
24202026-05-16T03:40:53.535Z Checking crossbeam-utils v0.8.21
24212026-05-16T03:40:53.773Z Checking webpki-roots v1.0.6
24222026-05-16T03:40:53.773Z Checking rand_xorshift v0.4.0
24232026-05-16T03:40:53.806Z Checking crc32fast v1.5.0
24242026-05-16T03:40:53.807Z Checking scroll v0.13.0
24252026-05-16T03:40:54.007Z Checking signature v2.2.0
24262026-05-16T03:40:54.061Z Checking adler2 v2.0.1
24272026-05-16T03:40:54.061Z Checking is_terminal_polyfill v1.70.2
24282026-05-16T03:40:54.061Z Checking anstyle-query v1.1.5
24292026-05-16T03:40:54.061Z Checking time-core v0.1.8
24302026-05-16T03:40:54.123Z Checking unarray v0.1.4
24312026-05-16T03:40:54.123Z Checking unicode-bidi v0.3.18
24322026-05-16T03:40:54.123Z Checking unicode-properties v0.1.4
24332026-05-16T03:40:54.167Z Checking iri-string v0.7.10
24342026-05-16T03:40:54.167Z Checking allocator-api2 v0.2.21
24352026-05-16T03:40:54.174Z Checking ryu v1.0.23
24362026-05-16T03:40:54.272Z Checking num-conv v0.2.0
24372026-05-16T03:40:54.282Z Checking num_threads v0.1.7
24382026-05-16T03:40:54.324Z Checking native-tls v0.2.18
24392026-05-16T03:40:54.345Z Checking colorchoice v1.0.4
24402026-05-16T03:40:54.356Z Checking stringprep v0.1.5
24412026-05-16T03:40:54.367Z Checking time v0.3.47
24422026-05-16T03:40:54.405Z Checking serde_urlencoded v0.7.1
24432026-05-16T03:40:54.439Z Checking anstream v0.6.21
24442026-05-16T03:40:54.487Z Checking tokio-native-tls v0.3.1
24452026-05-16T03:40:54.510Z Checking proptest v1.10.0
24462026-05-16T03:40:54.605Z Checking bstr v1.12.1
24472026-05-16T03:40:54.630Z Checking miniz_oxide v0.8.9
24482026-05-16T03:40:54.654Z Checking goblin v0.10.5
24492026-05-16T03:40:54.998Z Checking crossbeam-epoch v0.9.18
24502026-05-16T03:40:55.173Z Compiling daft v0.1.5
24512026-05-16T03:40:55.201Z Checking tokio-rustls v0.26.4
24522026-05-16T03:40:55.201Z Checking tower-http v0.6.8
24532026-05-16T03:40:55.233Z Checking syn v2.0.117
24542026-05-16T03:40:55.454Z Checking ipnetwork v0.21.1
24552026-05-16T03:40:55.506Z Checking rand_chacha v0.3.1
24562026-05-16T03:40:55.506Z Checking scroll v0.12.0
24572026-05-16T03:40:55.506Z Checking thiserror v1.0.69
24582026-05-16T03:40:55.548Z Checking hash32 v0.2.1
24592026-05-16T03:40:55.549Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-05-16T03:40:55.603Z Checking num-integer v0.1.46
24612026-05-16T03:40:55.639Z Checking toml_datetime v0.6.11
24622026-05-16T03:40:55.639Z Checking serde_spanned v0.6.9
24632026-05-16T03:40:55.663Z Checking md-5 v0.10.6
24642026-05-16T03:40:55.671Z Checking hyper v1.8.1
24652026-05-16T03:40:55.710Z Checking ff v0.13.1
24662026-05-16T03:40:55.752Z Checking psl-types v2.0.11
24672026-05-16T03:40:55.790Z Checking zlib-rs v0.6.2
24682026-05-16T03:40:55.802Z Checking base16ct v0.2.0
24692026-05-16T03:40:55.846Z Checking fallible-iterator v0.2.0
24702026-05-16T03:40:55.866Z Compiling iddqd v0.3.18
24712026-05-16T03:40:55.976Z Checking sec1 v0.7.3
24722026-05-16T03:40:56.200Z Checking postgres-protocol v0.6.10
24732026-05-16T03:40:57.377Z Checking publicsuffix v2.3.0
24742026-05-16T03:40:57.417Z Checking group v0.13.0
24752026-05-16T03:40:57.417Z Checking num-iter v0.1.45
24762026-05-16T03:40:57.417Z Checking heapless v0.7.17
24772026-05-16T03:40:57.417Z Checking zstd-safe v7.2.4
24782026-05-16T03:40:57.417Z Checking goblin v0.8.2
24792026-05-16T03:40:57.417Z Checking hyper-util v0.1.20
24802026-05-16T03:40:57.417Z Checking cookie v0.18.1
24812026-05-16T03:40:57.417Z Checking flate2 v1.1.9
24822026-05-16T03:40:57.417Z Checking rand v0.8.6
24832026-05-16T03:40:57.417Z Checking oxnet v0.1.4
24842026-05-16T03:40:57.417Z Checking dtrace-parser v0.3.0
24852026-05-16T03:40:57.417Z Checking dof v0.4.0
24862026-05-16T03:40:57.417Z Checking phf_shared v0.13.1
24872026-05-16T03:40:57.417Z Checking lazy_static v1.5.0
24882026-05-16T03:40:57.417Z Checking zerocopy v0.7.35
24892026-05-16T03:40:57.417Z Checking pin-project v1.1.11
24902026-05-16T03:40:57.417Z Checking bzip2-sys v0.1.13+1.0.8
24912026-05-16T03:40:57.417Z Checking signal-hook v0.3.18
24922026-05-16T03:40:57.417Z Checking terminal_size v0.4.3
24932026-05-16T03:40:57.417Z Checking futures-executor v0.3.32
24942026-05-16T03:40:57.417Z Checking hex v0.4.3
24952026-05-16T03:40:57.467Z Checking hkdf v0.12.4
24962026-05-16T03:40:57.512Z Checking crypto-bigint v0.5.5
24972026-05-16T03:40:57.512Z Checking thread-id v5.1.0
24982026-05-16T03:40:57.538Z Checking encoding_rs v0.8.35
24992026-05-16T03:40:57.572Z Checking bumpalo v3.20.2
25002026-05-16T03:40:57.594Z Checking libbz2-rs-sys v0.2.2
25012026-05-16T03:40:57.594Z Compiling rayon-core v1.13.0
25022026-05-16T03:40:57.614Z Checking strsim v0.11.1
25032026-05-16T03:40:57.745Z Checking managed v0.8.0
25042026-05-16T03:40:57.753Z Checking same-file v1.0.6
25052026-05-16T03:40:57.772Z Checking hyper-rustls v0.27.7
25062026-05-16T03:40:57.795Z Checking hyper-tls v0.6.0
25072026-05-16T03:40:57.876Z Checking winnow v0.7.14
25082026-05-16T03:40:57.919Z Checking clap_lex v1.0.0
25092026-05-16T03:40:57.943Z Checking bitflags v1.3.2
25102026-05-16T03:40:57.970Z Checking foldhash v0.2.0
25112026-05-16T03:40:57.986Z Checking either v1.15.0
25122026-05-16T03:40:58.019Z Checking mime v0.3.17
25132026-05-16T03:40:58.056Z Checking foldhash v0.1.5
25142026-05-16T03:40:58.093Z Checking winnow v0.5.40
25152026-05-16T03:40:58.193Z Checking hashbrown v0.16.1
25162026-05-16T03:40:58.210Z Checking clap_builder v4.5.60
25172026-05-16T03:40:58.210Z Checking hashbrown v0.15.5
25182026-05-16T03:40:58.324Z Checking elliptic-curve v0.13.8
25192026-05-16T03:40:58.488Z Checking dof v0.3.0
25202026-05-16T03:40:58.524Z Checking reqwest v0.12.28
25212026-05-16T03:40:58.644Z Checking smoltcp v0.9.1
25222026-05-16T03:40:58.684Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25232026-05-16T03:40:58.684Z Checking bzip2 v0.6.1
25242026-05-16T03:40:58.713Z Checking walkdir v2.5.0
25252026-05-16T03:40:58.840Z Checking zopfli v0.8.3
25262026-05-16T03:40:58.852Z Checking usdt-impl v0.6.0
25272026-05-16T03:40:58.877Z Checking futures v0.3.32
25282026-05-16T03:40:58.946Z Checking signal-hook-mio v0.2.5
25292026-05-16T03:40:59.034Z Checking num-bigint-dig v0.8.6
25302026-05-16T03:40:59.053Z Checking bzip2 v0.4.4
25312026-05-16T03:40:59.141Z Checking snafu v0.8.9
25322026-05-16T03:40:59.178Z Checking phf v0.13.1
25332026-05-16T03:40:59.249Z Checking cookie_store v0.22.1
25342026-05-16T03:40:59.284Z Checking toml_edit v0.19.15
25352026-05-16T03:40:59.304Z Checking zstd v0.13.3
25362026-05-16T03:40:59.317Z Checking postgres-types v0.2.12
25372026-05-16T03:40:59.358Z Checking dtrace-parser v0.2.0
25382026-05-16T03:40:59.410Z Checking crossbeam-deque v0.8.6
25392026-05-16T03:40:59.460Z Checking rustls-platform-verifier v0.6.2
25402026-05-16T03:40:59.474Z Checking globset v0.4.18
25412026-05-16T03:40:59.541Z Checking regex v1.12.3
25422026-05-16T03:40:59.567Z Checking ed25519 v2.2.3
25432026-05-16T03:40:59.585Z Checking phf_shared v0.11.3
25442026-05-16T03:40:59.592Z Checking olpc-cjson v0.1.4
25452026-05-16T03:40:59.606Z Checking curve25519-dalek v4.1.3
25462026-05-16T03:40:59.769Z Checking ref-cast v1.0.25
25472026-05-16T03:40:59.769Z Checking strum v0.27.2
25482026-05-16T03:40:59.796Z Checking hubpack v0.1.2
25492026-05-16T03:40:59.796Z Checking memoffset v0.9.1
25502026-05-16T03:40:59.812Z Checking rustix v0.38.44
25512026-05-16T03:40:59.815Z Checking pkcs1 v0.7.5
25522026-05-16T03:40:59.831Z Checking pem v3.0.6
25532026-05-16T03:40:59.844Z Checking float-cmp v0.10.0
25542026-05-16T03:40:59.849Z Checking serde_plain v1.0.2
25552026-05-16T03:40:59.895Z Checking erased-serde v0.3.31
25562026-05-16T03:40:59.960Z Checking serde-big-array v0.5.1
25572026-05-16T03:40:59.979Z Checking rfc6979 v0.4.0
25582026-05-16T03:40:59.989Z Checking thread-id v4.2.2
25592026-05-16T03:41:00.020Z Checking memmap2 v0.9.10
25602026-05-16T03:41:00.066Z Checking env_filter v1.0.0
25612026-05-16T03:41:00.087Z Checking unicode-segmentation v1.12.0
25622026-05-16T03:41:00.095Z Checking predicates-core v1.0.10
25632026-05-16T03:41:00.174Z Checking fixedbitset v0.4.2
25642026-05-16T03:41:00.200Z Checking difflib v0.4.0
25652026-05-16T03:41:00.212Z Checking static_assertions v1.1.0
25662026-05-16T03:41:00.258Z Checking whoami v2.1.0
25672026-05-16T03:41:00.273Z Checking data-encoding v2.10.0
25682026-05-16T03:41:00.279Z Checking typed-path v0.9.3
25692026-05-16T03:41:00.313Z Checking normalize-line-endings v0.3.0
25702026-05-16T03:41:00.368Z Checking fixedbitset v0.5.7
25712026-05-16T03:41:00.372Z Checking jiff v0.2.21
25722026-05-16T03:41:00.399Z Checking rustc-hash v2.1.1
25732026-05-16T03:41:00.412Z Checking new_debug_unreachable v1.0.6
25742026-05-16T03:41:00.446Z Checking keccak v0.1.6
25752026-05-16T03:41:00.474Z Checking precomputed-hash v0.1.1
25762026-05-16T03:41:00.506Z Checking toml_write v0.1.2
25772026-05-16T03:41:00.540Z Checking hickory-proto v0.25.2
25782026-05-16T03:41:00.553Z Checking string_cache v0.8.9
25792026-05-16T03:41:00.564Z Checking petgraph v0.8.3
25802026-05-16T03:41:00.587Z Checking crossterm v0.28.1
25812026-05-16T03:41:00.606Z Checking sha3 v0.10.8
25822026-05-16T03:41:00.666Z Checking toml_edit v0.22.27
25832026-05-16T03:41:00.805Z Checking tokio-postgres v0.7.16
25842026-05-16T03:41:01.048Z Checking tough v0.22.0
25852026-05-16T03:41:01.316Z Checking similar v2.7.0
25862026-05-16T03:41:01.601Z Checking predicates v3.1.4
25872026-05-16T03:41:01.671Z Checking ed25519-dalek v2.2.0
25882026-05-16T03:41:01.745Z Checking petgraph v0.6.5
25892026-05-16T03:41:01.848Z Checking slog v2.8.2
25902026-05-16T03:41:01.897Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25912026-05-16T03:41:02.053Z Checking toml v0.7.8
25922026-05-16T03:41:02.112Z Checking env_logger v0.11.9
25932026-05-16T03:41:02.117Z Checking usdt v0.6.0
25942026-05-16T03:41:02.276Z Checking ecdsa v0.16.9
25952026-05-16T03:41:02.287Z Checking usdt-impl v0.5.0
25962026-05-16T03:41:02.352Z Checking rsa v0.9.10
25972026-05-16T03:41:02.568Z Checking nix v0.31.2
25982026-05-16T03:41:02.599Z Checking zip v4.6.1
25992026-05-16T03:41:02.819Z Checking reqwest v0.13.2
26002026-05-16T03:41:02.918Z Checking clap v4.5.60
26012026-05-16T03:41:02.955Z Checking zip v0.6.6
26022026-05-16T03:41:02.993Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-05-16T03:41:03.052Z Checking itertools v0.13.0
26042026-05-16T03:41:03.146Z Checking serde_with v3.17.0
26052026-05-16T03:41:03.329Z Checking strum v0.26.3
26062026-05-16T03:41:03.358Z Checking fs-err v3.3.0
26072026-05-16T03:41:03.358Z Checking ahash v0.8.12
26082026-05-16T03:41:03.385Z Checking object v0.37.3
26092026-05-16T03:41:03.571Z Checking tokio-stream v0.1.18
26102026-05-16T03:41:03.598Z Checking buf-list v1.1.2
26112026-05-16T03:41:03.614Z Checking anyhow v1.0.102
26122026-05-16T03:41:03.650Z Checking camino v1.2.2
26132026-05-16T03:41:03.746Z Checking x509-cert v0.2.5
26142026-05-16T03:41:03.808Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26152026-05-16T03:41:03.897Z Checking openapiv3 v2.2.0
26162026-05-16T03:41:03.932Z Checking toml_datetime v0.7.5+spec-1.1.0
26172026-05-16T03:41:04.053Z Checking sha1 v0.10.6
26182026-05-16T03:41:04.092Z Checking peg-runtime v0.8.5
26192026-05-16T03:41:04.128Z Checking lalrpop-util v0.19.12
26202026-05-16T03:41:04.144Z Checking rayon v1.11.0
26212026-05-16T03:41:04.249Z Checking sigpipe v0.1.3
26222026-05-16T03:41:04.271Z Checking glob v0.3.3
26232026-05-16T03:41:05.679Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-05-16T03:41:05.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.72s
26252026-05-16T03:41:06.053Z
26262026-05-16T03:41:06.053Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26272026-05-16T03:41:06.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-16T03:41:06.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-16T03:41:06.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-16T03:41:06.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26312026-05-16T03:41:06.641Z
26322026-05-16T03:41:06.641Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26332026-05-16T03:41:08.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-16T03:41:09.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-16T03:41:09.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-16T03:41:09.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26372026-05-16T03:41:09.029Z
26382026-05-16T03:41:09.029Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26392026-05-16T03:41:09.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-16T03:41:09.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-16T03:41:09.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-16T03:41:09.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-05-16T03:41:09.029Z
26442026-05-16T03:41:09.029Zinfo: running `cargo check --bins` on oxql-types (80/276)
26452026-05-16T03:41:09.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-16T03:41:09.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-16T03:41:09.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-16T03:41:09.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-05-16T03:41:09.067Z
26502026-05-16T03:41:09.067Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26512026-05-16T03:41:09.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-16T03:41:09.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-16T03:41:09.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-16T03:41:09.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-16T03:41:09.067Z
26562026-05-16T03:41:09.067Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26572026-05-16T03:41:09.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-16T03:41:09.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-16T03:41:09.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-16T03:41:09.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26612026-05-16T03:41:09.609Z
26622026-05-16T03:41:09.609Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26632026-05-16T03:41:10.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-16T03:41:10.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-16T03:41:10.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-05-16T03:41:10.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26672026-05-16T03:41:10.190Z
26682026-05-16T03:41:10.190Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26692026-05-16T03:41:10.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-05-16T03:41:10.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-05-16T03:41:10.870Z Compiling structmeta-derive v0.3.0
26722026-05-16T03:41:10.990Z Compiling rustls v0.22.4
26732026-05-16T03:41:10.996Z Compiling multer v3.1.0
26742026-05-16T03:41:11.006Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752026-05-16T03:41:11.006Z Compiling async-stream-impl v0.3.6
26762026-05-16T03:41:11.043Z Compiling dropshot v0.17.0
26772026-05-16T03:41:11.083Z Compiling newtype-uuid-macros v0.1.0
26782026-05-16T03:41:11.083Z Compiling dropshot_endpoint v0.17.0
26792026-05-16T03:41:11.170Z Checking newtype-uuid v1.3.2
26802026-05-16T03:41:11.241Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-05-16T03:41:11.286Z Checking rustls-webpki v0.102.8
26822026-05-16T03:41:11.359Z Checking daft v0.1.5
26832026-05-16T03:41:11.373Z Checking thread_local v1.1.9
26842026-05-16T03:41:11.546Z Checking match_cfg v0.1.0
26852026-05-16T03:41:11.810Z Checking compression-core v0.4.31
26862026-05-16T03:41:11.850Z Checking iddqd v0.3.18
26872026-05-16T03:41:11.850Z Checking hostname v0.3.1
26882026-05-16T03:41:11.850Z Checking crossbeam-channel v0.5.15
26892026-05-16T03:41:11.850Z Checking slog-json v2.6.1
26902026-05-16T03:41:11.850Z Checking compression-codecs v0.4.37
26912026-05-16T03:41:11.850Z Checking serde_spanned v1.0.4
26922026-05-16T03:41:12.040Z Checking is-terminal v0.4.17
26932026-05-16T03:41:12.056Z Checking toml_datetime v1.0.0+spec-1.1.0
26942026-05-16T03:41:12.056Z Checking debug-ignore v1.0.5
26952026-05-16T03:41:12.056Z Checking take_mut v0.2.2
26962026-05-16T03:41:12.056Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-05-16T03:41:12.056Z Checking term v1.2.1
26982026-05-16T03:41:12.056Z Compiling structmeta v0.3.0
26992026-05-16T03:41:12.056Z Checking slog-async v2.8.0
27002026-05-16T03:41:12.087Z Checking async-compression v0.4.41
27012026-05-16T03:41:12.133Z Checking toml v1.0.6+spec-1.1.0
27022026-05-16T03:41:12.207Z Checking slog-bunyan v2.5.0
27032026-05-16T03:41:12.241Z Checking slog-term v2.9.2
27042026-05-16T03:41:12.246Z Compiling derive-ex v0.1.8
27052026-05-16T03:41:12.300Z Compiling parse-display-derive v0.10.0
27062026-05-16T03:41:12.313Z Checking async-stream v0.3.6
27072026-05-16T03:41:12.437Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27082026-05-16T03:41:12.452Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-05-16T03:41:12.482Z Checking progenitor-client v0.14.0
27102026-05-16T03:41:12.530Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27112026-05-16T03:41:12.667Z Checking waitgroup v0.1.2
27122026-05-16T03:41:12.685Z Checking backon v1.6.0
27132026-05-16T03:41:12.700Z Checking rustls-pemfile v2.2.0
27142026-05-16T03:41:12.755Z Checking serde_path_to_error v0.1.20
27152026-05-16T03:41:12.788Z Checking hostname v0.4.2
27162026-05-16T03:41:12.837Z Checking instant v0.1.13
27172026-05-16T03:41:12.916Z Checking backoff v0.4.0
27182026-05-16T03:41:13.042Z Checking progenitor-extras v0.2.0
27192026-05-16T03:41:13.062Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27202026-05-16T03:41:13.066Z Checking tokio-rustls v0.25.0
27212026-05-16T03:41:13.094Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27222026-05-16T03:41:13.281Z Checking itertools v0.14.0
27232026-05-16T03:41:13.285Z Checking progenitor-client v0.10.0
27242026-05-16T03:41:13.448Z Checking regress v0.10.5
27252026-05-16T03:41:13.536Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27262026-05-16T03:41:13.717Z Checking macaddr v1.0.1
27272026-05-16T03:41:13.972Z Compiling test-strategy v0.4.5
27282026-05-16T03:41:13.986Z Checking parse-display v0.10.0
27292026-05-16T03:41:15.051Z Compiling prettyplease v0.2.37
27302026-05-16T03:41:15.398Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27312026-05-16T03:41:15.501Z Checking num-rational v0.4.2
27322026-05-16T03:41:15.758Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27332026-05-16T03:41:16.023Z Checking num-complex v0.4.6
27342026-05-16T03:41:16.604Z Checking num v0.4.3
27352026-05-16T03:41:16.667Z Compiling usdt-attr-macro v0.5.0
27362026-05-16T03:41:16.686Z Compiling usdt-macro v0.5.0
27372026-05-16T03:41:16.711Z Checking memmap v0.7.0
27382026-05-16T03:41:16.729Z Compiling float-ord v0.3.2
27392026-05-16T03:41:16.893Z Compiling convert_case v0.4.0
27402026-05-16T03:41:16.900Z Checking unicode-width v0.2.0
27412026-05-16T03:41:17.096Z Checking console v0.15.11
27422026-05-16T03:41:17.226Z Compiling derive_more v0.99.20
27432026-05-16T03:41:17.401Z Checking newline-converter v0.3.0
27442026-05-16T03:41:17.409Z Checking atomicwrites v0.4.4
27452026-05-16T03:41:17.418Z Checking usdt v0.5.0
27462026-05-16T03:41:17.481Z Compiling toml v0.8.23
27472026-05-16T03:41:17.519Z Checking linked-hash-map v0.5.6
27482026-05-16T03:41:17.591Z Compiling minimal-lexical v0.2.1
27492026-05-16T03:41:17.675Z Checking lru-cache v0.1.2
27502026-05-16T03:41:17.798Z Compiling nom v7.1.3
27512026-05-16T03:41:17.831Z Checking expectorate v1.2.0
27522026-05-16T03:41:18.664Z Checking camino-tempfile v1.4.1
27532026-05-16T03:41:20.160Z Checking hickory-proto v0.24.4
27542026-05-16T03:41:20.160Z Checking phf_shared v0.12.1
27552026-05-16T03:41:20.160Z Compiling slog-dtrace v0.3.0
27562026-05-16T03:41:20.203Z Checking resolv-conf v0.7.6
27572026-05-16T03:41:20.203Z Checking heck v0.5.0
27582026-05-16T03:41:20.203Z Compiling chrono-tz v0.10.4
27592026-05-16T03:41:20.203Z Compiling const_format_proc_macros v0.2.34
27602026-05-16T03:41:20.203Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612026-05-16T03:41:20.203Z Checking phf v0.12.1
27622026-05-16T03:41:20.203Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27632026-05-16T03:41:20.203Z Checking tokio-dtrace v0.1.1
27642026-05-16T03:41:20.203Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27652026-05-16T03:41:20.203Z Compiling derive-where v1.6.0
27662026-05-16T03:41:20.203Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27672026-05-16T03:41:20.203Z Checking highway v1.3.0
27682026-05-16T03:41:20.310Z Checking hickory-resolver v0.24.4
27692026-05-16T03:41:20.357Z Checking const_format v0.2.35
27702026-05-16T03:41:20.674Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27712026-05-16T03:41:20.692Z Checking oxide-tokio-rt v0.1.4
27722026-05-16T03:41:20.920Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732026-05-16T03:41:20.976Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-05-16T03:41:21.030Z Checking qorb v0.4.1
27752026-05-16T03:41:21.053Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-05-16T03:41:21.058Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-05-16T03:41:21.149Z Checking gethostname v0.5.0
27782026-05-16T03:41:21.161Z Checking bcs v0.1.6
27792026-05-16T03:41:21.198Z Checking termtree v0.5.1
27802026-05-16T03:41:24.527Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-05-16T03:41:27.264Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-05-16T03:41:29.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s
27832026-05-16T03:41:29.479Z
27842026-05-16T03:41:29.479Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27852026-05-16T03:41:30.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-05-16T03:41:30.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-05-16T03:41:30.171Z Compiling ar_archive_writer v0.5.1
27882026-05-16T03:41:30.175Z Compiling stacker v0.1.23
27892026-05-16T03:41:30.290Z Compiling cfg_aliases v0.1.1
27902026-05-16T03:41:30.294Z Compiling convert_case v0.10.0
27912026-05-16T03:41:30.294Z Checking unicode-width v0.1.14
27922026-05-16T03:41:30.306Z Compiling proc-macro-error v1.0.4
27932026-05-16T03:41:30.319Z Checking fd-lock v4.0.4
27942026-05-16T03:41:30.323Z Checking nibble_vec v0.1.0
27952026-05-16T03:41:30.341Z Compiling nix v0.28.0
27962026-05-16T03:41:30.429Z Checking vte v0.14.1
27972026-05-16T03:41:30.442Z Compiling recursive-proc-macro-impl v0.1.1
27982026-05-16T03:41:30.521Z Checking endian-type v0.1.2
27992026-05-16T03:41:30.534Z Checking bytecount v0.6.9
28002026-05-16T03:41:30.575Z Checking strip-ansi-escapes v0.2.1
28012026-05-16T03:41:30.578Z Compiling derive_more-impl v2.1.1
28022026-05-16T03:41:30.589Z Compiling tabled_derive v0.7.0
28032026-05-16T03:41:30.641Z Checking radix_trie v0.2.1
28042026-05-16T03:41:30.652Z Checking papergrid v0.11.0
28052026-05-16T03:41:30.722Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-16T03:41:30.829Z Compiling peg-macros v0.8.5
28072026-05-16T03:41:30.842Z Checking winnow v0.6.26
28082026-05-16T03:41:31.094Z Compiling psm v0.1.30
28092026-05-16T03:41:31.177Z Compiling sqlparser_derive v0.5.0
28102026-05-16T03:41:31.259Z Checking nu-ansi-term v0.50.3
28112026-05-16T03:41:31.393Z Checking derive_more v2.1.1
28122026-05-16T03:41:31.465Z Checking home v0.5.12
28132026-05-16T03:41:31.478Z Checking unicode_categories v0.1.1
28142026-05-16T03:41:31.548Z Checking tabled v0.15.0
28152026-05-16T03:41:31.568Z Checking crossterm v0.29.0
28162026-05-16T03:41:31.610Z Checking rustyline v14.0.0
28172026-05-16T03:41:31.628Z Checking reedline v0.40.0
28182026-05-16T03:41:31.940Z Checking recursive v0.1.1
28192026-05-16T03:41:31.948Z Checking sqlparser v0.61.0
28202026-05-16T03:41:31.954Z Checking display-error-chain v0.2.2
28212026-05-16T03:41:31.969Z Checking sqlformat v0.3.5
28222026-05-16T03:41:32.162Z Checking peg v0.8.5
28232026-05-16T03:41:43.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
28242026-05-16T03:41:43.272Z
28252026-05-16T03:41:43.272Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28262026-05-16T03:41:43.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-16T03:41:43.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-16T03:41:43.950Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-16T03:41:47.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28302026-05-16T03:41:47.587Z
28312026-05-16T03:41:47.587Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28322026-05-16T03:41:48.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-16T03:41:48.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-16T03:41:48.271Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-16T03:41:50.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28362026-05-16T03:41:50.880Z
28372026-05-16T03:41:50.880Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28382026-05-16T03:41:51.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-16T03:41:51.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-16T03:41:51.561Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-16T03:41:54.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28422026-05-16T03:41:54.952Z
28432026-05-16T03:41:54.952Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28442026-05-16T03:41:55.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-16T03:41:55.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-16T03:41:55.634Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-16T03:41:58.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28482026-05-16T03:41:59.256Z
28492026-05-16T03:41:59.256Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28502026-05-16T03:41:59.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-16T03:41:59.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-16T03:41:59.717Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-16T03:42:02.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28542026-05-16T03:42:02.449Z
28552026-05-16T03:42:02.449Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28562026-05-16T03:42:02.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-16T03:42:02.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-16T03:42:03.182Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-16T03:42:05.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28602026-05-16T03:42:05.899Z
28612026-05-16T03:42:05.899Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28622026-05-16T03:42:06.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-16T03:42:06.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-16T03:42:06.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-05-16T03:42:09.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28662026-05-16T03:42:10.144Z
28672026-05-16T03:42:10.144Zinfo: running `cargo check --bins` on oximeter (93/276)
28682026-05-16T03:42:10.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-16T03:42:10.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-16T03:42:10.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-05-16T03:42:10.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28722026-05-16T03:42:10.752Z
28732026-05-16T03:42:10.752Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28742026-05-16T03:42:11.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-16T03:42:11.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-16T03:42:11.387Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-05-16T03:42:11.550Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28782026-05-16T03:42:11.566Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-05-16T03:42:11.905Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-05-16T03:42:14.774Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-05-16T03:42:15.966Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-05-16T03:42:16.130Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-05-16T03:42:16.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
28842026-05-16T03:42:16.974Z
28852026-05-16T03:42:16.974Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28862026-05-16T03:42:17.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-16T03:42:17.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-16T03:42:17.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-16T03:42:17.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28902026-05-16T03:42:17.577Z
28912026-05-16T03:42:17.577Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28922026-05-16T03:42:18.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-16T03:42:18.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-16T03:42:18.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-16T03:42:18.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28962026-05-16T03:42:18.236Z
28972026-05-16T03:42:18.237Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28982026-05-16T03:42:18.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-16T03:42:18.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-16T03:42:18.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-16T03:42:18.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-05-16T03:42:18.847Z
29032026-05-16T03:42:18.847Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29042026-05-16T03:42:19.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-16T03:42:19.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-16T03:42:19.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-16T03:42:19.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-16T03:42:19.462Z
29092026-05-16T03:42:19.462Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29102026-05-16T03:42:19.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-16T03:42:20.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-16T03:42:20.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-16T03:42:20.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-16T03:42:20.073Z
29152026-05-16T03:42:20.073Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29162026-05-16T03:42:20.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-16T03:42:20.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-16T03:42:20.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-16T03:42:20.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29202026-05-16T03:42:20.734Z
29212026-05-16T03:42:20.734Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29222026-05-16T03:42:21.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-16T03:42:21.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-16T03:42:21.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-16T03:42:21.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-05-16T03:42:21.289Z
29272026-05-16T03:42:21.289Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29282026-05-16T03:42:21.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-16T03:42:21.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-16T03:42:21.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-16T03:42:21.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29322026-05-16T03:42:21.899Z
29332026-05-16T03:42:21.899Zinfo: running `cargo check --bins` on update-engine (103/276)
29342026-05-16T03:42:22.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-16T03:42:22.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-16T03:42:22.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-05-16T03:42:22.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29382026-05-16T03:42:22.486Z
29392026-05-16T03:42:22.486Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29402026-05-16T03:42:23.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-05-16T03:42:23.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-05-16T03:42:23.226Z Compiling crucible-workspace-hack v0.1.0
29432026-05-16T03:42:23.326Z Checking secrecy v0.10.3
29442026-05-16T03:42:23.334Z Compiling heapless v0.8.0
29452026-05-16T03:42:23.342Z Compiling ingot-macros v0.1.1
29462026-05-16T03:42:23.349Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-05-16T03:42:23.353Z Checking hash32 v0.3.1
29482026-05-16T03:42:23.371Z Compiling smoltcp v0.11.0
29492026-05-16T03:42:23.374Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-05-16T03:42:23.427Z Checking cobs v0.3.0
29512026-05-16T03:42:23.473Z Compiling thiserror-impl-no-std v2.0.2
29522026-05-16T03:42:23.564Z Checking universal-hash v0.5.1
29532026-05-16T03:42:23.577Z Checking half v2.7.1
29542026-05-16T03:42:23.615Z Checking opaque-debug v0.3.1
29552026-05-16T03:42:23.679Z Checking ciborium-io v0.2.2
29562026-05-16T03:42:23.694Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-05-16T03:42:23.764Z Checking poly1305 v0.8.0
29582026-05-16T03:42:23.791Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29592026-05-16T03:42:23.850Z Checking ciborium-ll v0.2.2
29602026-05-16T03:42:23.924Z Compiling proc-macro-crate v3.4.0
29612026-05-16T03:42:24.026Z Checking postcard v1.1.3
29622026-05-16T03:42:24.043Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29632026-05-16T03:42:24.074Z Checking password-hash v0.5.0
29642026-05-16T03:42:24.294Z Checking chacha20 v0.9.1
29652026-05-16T03:42:24.323Z Compiling proc-macro-crate v1.3.1
29662026-05-16T03:42:24.327Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29672026-05-16T03:42:24.381Z Checking blake2 v0.10.6
29682026-05-16T03:42:24.470Z Compiling num_enum_derive v0.7.5
29692026-05-16T03:42:24.486Z Checking aead v0.5.2
29702026-05-16T03:42:24.554Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29712026-05-16T03:42:24.616Z Compiling foreign-types-macros v0.2.3
29722026-05-16T03:42:24.630Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29732026-05-16T03:42:24.649Z Checking thiserror-no-std v2.0.2
29742026-05-16T03:42:24.716Z Checking foreign-types-shared v0.3.1
29752026-05-16T03:42:24.734Z Checking cpufeatures v0.3.0
29762026-05-16T03:42:24.761Z Checking vsss-rs v3.3.4
29772026-05-16T03:42:24.803Z Compiling num_enum_derive v0.5.11
29782026-05-16T03:42:24.808Z Checking chacha20 v0.10.0
29792026-05-16T03:42:24.877Z Checking chacha20poly1305 v0.10.1
29802026-05-16T03:42:25.002Z Checking argon2 v0.5.3
29812026-05-16T03:42:25.026Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29822026-05-16T03:42:25.191Z Checking foreign-types v0.5.0
29832026-05-16T03:42:25.326Z Checking ciborium v0.2.2
29842026-05-16T03:42:25.372Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-05-16T03:42:25.449Z Checking tabwriter v1.4.1
29862026-05-16T03:42:25.492Z Checking num_enum v0.7.5
29872026-05-16T03:42:25.591Z Checking byte-wrapper v0.1.0
29882026-05-16T03:42:25.604Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-05-16T03:42:25.652Z Checking cstr-argument v0.1.2
29902026-05-16T03:42:25.781Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29912026-05-16T03:42:25.797Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-05-16T03:42:25.808Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29932026-05-16T03:42:25.823Z Checking num_enum v0.5.11
29942026-05-16T03:42:25.841Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952026-05-16T03:42:25.931Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-05-16T03:42:25.968Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29972026-05-16T03:42:26.018Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29982026-05-16T03:42:26.093Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29992026-05-16T03:42:26.123Z Checking rand v0.10.0
30002026-05-16T03:42:26.140Z Checking ingot-types v0.1.2
30012026-05-16T03:42:26.144Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30022026-05-16T03:42:26.165Z Checking indent_write v2.2.0
30032026-05-16T03:42:26.290Z Checking colored v3.1.1
30042026-05-16T03:42:26.300Z Compiling zone_cfg_derive v0.3.1
30052026-05-16T03:42:26.404Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30062026-05-16T03:42:26.453Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30072026-05-16T03:42:26.467Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-05-16T03:42:26.483Z Checking itertools v0.12.1
30092026-05-16T03:42:26.493Z Checking ingot v0.1.1
30102026-05-16T03:42:26.548Z Compiling num-derive v0.4.2
30112026-05-16T03:42:26.573Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30122026-05-16T03:42:26.634Z Checking swrite v0.1.0
30132026-05-16T03:42:26.723Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30142026-05-16T03:42:26.771Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-05-16T03:42:26.953Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30162026-05-16T03:42:26.970Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-05-16T03:42:26.970Z Checking dropshot-api-manager-types v0.7.1
30182026-05-16T03:42:27.025Z Checking smf v0.2.3
30192026-05-16T03:42:27.061Z Checking nanorand v0.7.0
30202026-05-16T03:42:27.097Z Checking whoami v1.6.1
30212026-05-16T03:42:27.243Z Checking flume v0.11.1
30222026-05-16T03:42:27.257Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30232026-05-16T03:42:27.459Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30242026-05-16T03:42:27.470Z Checking zone v0.3.1
30252026-05-16T03:42:28.023Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30262026-05-16T03:42:28.972Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30272026-05-16T03:42:29.857Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30282026-05-16T03:42:32.972Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30292026-05-16T03:42:34.995Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-05-16T03:42:36.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
30312026-05-16T03:42:36.274Z
30322026-05-16T03:42:36.275Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30332026-05-16T03:42:36.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-16T03:42:36.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-16T03:42:36.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-16T03:42:36.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30372026-05-16T03:42:36.886Z
30382026-05-16T03:42:36.886Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30392026-05-16T03:42:37.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-16T03:42:37.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-16T03:42:37.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-16T03:42:37.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-05-16T03:42:37.501Z
30442026-05-16T03:42:37.501Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30452026-05-16T03:42:38.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-16T03:42:38.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-16T03:42:38.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-16T03:42:38.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492026-05-16T03:42:38.111Z
30502026-05-16T03:42:38.111Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30512026-05-16T03:42:38.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-16T03:42:38.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-16T03:42:38.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-16T03:42:38.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-16T03:42:38.710Z
30562026-05-16T03:42:38.711Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30572026-05-16T03:42:39.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-16T03:42:39.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-16T03:42:39.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-16T03:42:39.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-16T03:42:39.311Z
30622026-05-16T03:42:39.311Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30632026-05-16T03:42:39.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-16T03:42:39.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-16T03:42:39.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-16T03:42:39.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30672026-05-16T03:42:39.908Z
30682026-05-16T03:42:39.908Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30692026-05-16T03:42:40.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-16T03:42:40.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-16T03:42:40.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-16T03:42:40.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-05-16T03:42:40.504Z
30742026-05-16T03:42:40.504Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30752026-05-16T03:42:40.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-16T03:42:41.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-16T03:42:41.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-16T03:42:41.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30792026-05-16T03:42:41.093Z
30802026-05-16T03:42:41.093Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30812026-05-16T03:42:41.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-16T03:42:41.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-16T03:42:41.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-16T03:42:41.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30852026-05-16T03:42:41.688Z
30862026-05-16T03:42:41.688Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30872026-05-16T03:42:42.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-16T03:42:42.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-16T03:42:42.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-16T03:42:42.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30912026-05-16T03:42:42.288Z
30922026-05-16T03:42:42.288Zinfo: running `cargo check --bins` on installinator-client (115/276)
30932026-05-16T03:42:42.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-16T03:42:42.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-16T03:42:42.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-16T03:42:42.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30972026-05-16T03:42:42.888Z
30982026-05-16T03:42:42.888Zinfo: running `cargo check --bins` on nexus-client (116/276)
30992026-05-16T03:42:43.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-16T03:42:43.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-16T03:42:43.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-16T03:42:43.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31032026-05-16T03:42:43.524Z
31042026-05-16T03:42:43.524Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31052026-05-16T03:42:44.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-16T03:42:44.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-16T03:42:44.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-16T03:42:44.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31092026-05-16T03:42:44.197Z
31102026-05-16T03:42:44.197Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31112026-05-16T03:42:44.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-16T03:42:44.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-16T03:42:44.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-16T03:42:44.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31152026-05-16T03:42:44.742Z
31162026-05-16T03:42:44.742Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31172026-05-16T03:42:45.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-16T03:42:45.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-16T03:42:45.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-16T03:42:45.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31212026-05-16T03:42:45.330Z
31222026-05-16T03:42:45.330Zinfo: running `cargo check --bins` on oxide-client (120/276)
31232026-05-16T03:42:45.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-16T03:42:45.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-16T03:42:45.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-16T03:42:45.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-05-16T03:42:45.921Z
31282026-05-16T03:42:45.921Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31292026-05-16T03:42:46.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-16T03:42:46.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-16T03:42:46.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-16T03:42:46.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-05-16T03:42:46.522Z
31342026-05-16T03:42:46.522Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31352026-05-16T03:42:47.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-16T03:42:47.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-16T03:42:47.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-16T03:42:47.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31392026-05-16T03:42:47.110Z
31402026-05-16T03:42:47.110Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31412026-05-16T03:42:47.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-16T03:42:47.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-16T03:42:47.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-16T03:42:47.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31452026-05-16T03:42:47.719Z
31462026-05-16T03:42:47.719Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31472026-05-16T03:42:48.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-16T03:42:48.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-16T03:42:48.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-16T03:42:48.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-05-16T03:42:48.341Z
31522026-05-16T03:42:48.341Zinfo: running `cargo check --bins` on installinator-common (125/276)
31532026-05-16T03:42:48.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-16T03:42:48.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-16T03:42:48.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-16T03:42:48.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31572026-05-16T03:42:48.951Z
31582026-05-16T03:42:48.951Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31592026-05-16T03:42:49.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-16T03:42:49.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-16T03:42:49.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-16T03:42:49.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31632026-05-16T03:42:49.534Z
31642026-05-16T03:42:49.534Zinfo: running `cargo check --bins` on wicket-common (127/276)
31652026-05-16T03:42:50.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-16T03:42:50.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-16T03:42:50.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-16T03:42:50.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31692026-05-16T03:42:50.145Z
31702026-05-16T03:42:50.145Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31712026-05-16T03:42:50.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-16T03:42:50.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-16T03:42:50.862Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-05-16T03:42:50.950Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-05-16T03:42:50.958Z Checking csv-core v0.1.13
31762026-05-16T03:42:50.966Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-05-16T03:42:50.971Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31782026-05-16T03:42:50.975Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31792026-05-16T03:42:50.992Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31802026-05-16T03:42:51.005Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-05-16T03:42:51.111Z Checking csv v1.4.0
31822026-05-16T03:42:51.153Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-05-16T03:42:51.167Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-05-16T03:42:51.196Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-05-16T03:42:51.211Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-05-16T03:42:51.449Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-05-16T03:42:51.810Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-05-16T03:42:51.813Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-05-16T03:42:52.136Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31902026-05-16T03:42:57.975Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912026-05-16T03:42:58.500Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31922026-05-16T03:43:00.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.69s
31932026-05-16T03:43:01.034Z
31942026-05-16T03:43:01.034Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31952026-05-16T03:43:01.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-16T03:43:01.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-16T03:43:01.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-05-16T03:43:01.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31992026-05-16T03:43:01.634Z
32002026-05-16T03:43:01.634Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
32012026-05-16T03:43:02.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-16T03:43:02.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-16T03:43:02.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-16T03:43:02.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32052026-05-16T03:43:02.315Z
32062026-05-16T03:43:02.315Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32072026-05-16T03:43:02.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-16T03:43:02.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-16T03:43:02.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-16T03:43:02.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32112026-05-16T03:43:03.008Z
32122026-05-16T03:43:03.008Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32132026-05-16T03:43:03.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-16T03:43:03.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-16T03:43:03.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-05-16T03:43:03.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32172026-05-16T03:43:03.637Z
32182026-05-16T03:43:03.638Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32192026-05-16T03:43:04.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-05-16T03:43:04.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-05-16T03:43:04.397Z Compiling regress v0.11.1
32222026-05-16T03:43:04.536Z Compiling unsafe-libyaml v0.2.11
32232026-05-16T03:43:04.549Z Compiling semver v0.1.20
32242026-05-16T03:43:04.553Z Compiling radium v0.7.0
32252026-05-16T03:43:04.574Z Compiling maybe-uninit v2.0.0
32262026-05-16T03:43:04.577Z Checking tap v1.0.1
32272026-05-16T03:43:04.601Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-05-16T03:43:04.685Z Checking wyz v0.5.1
32292026-05-16T03:43:04.819Z Compiling rustc_version v0.1.7
32302026-05-16T03:43:04.858Z Checking progenitor-client v0.13.0
32312026-05-16T03:43:04.960Z Compiling zerocopy-derive v0.6.6
32322026-05-16T03:43:05.031Z Compiling newtype_derive v0.1.6
32332026-05-16T03:43:05.046Z Compiling serde_yaml v0.9.34+deprecated
32342026-05-16T03:43:05.119Z Checking crc-catalog v2.4.0
32352026-05-16T03:43:05.215Z Compiling owo-colors v4.3.0
32362026-05-16T03:43:05.228Z Checking funty v2.0.0
32372026-05-16T03:43:05.265Z Compiling cancel-safe-futures v0.1.5
32382026-05-16T03:43:05.463Z Compiling packed_struct v0.10.1
32392026-05-16T03:43:05.541Z Checking bitvec v1.0.1
32402026-05-16T03:43:05.648Z Checking crc v3.4.0
32412026-05-16T03:43:05.778Z Checking zerocopy v0.6.6
32422026-05-16T03:43:05.800Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32432026-05-16T03:43:05.821Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-05-16T03:43:05.951Z Checking typify-impl v0.6.2
32452026-05-16T03:43:06.068Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32462026-05-16T03:43:06.151Z Compiling packed_struct_codegen v0.10.1
32472026-05-16T03:43:06.312Z Checking libsw-core v0.3.2
32482026-05-16T03:43:06.328Z Compiling bitfield-macros v0.19.4
32492026-05-16T03:43:06.453Z Compiling indexmap v1.9.3
32502026-05-16T03:43:06.474Z Checking nodrop v0.1.14
32512026-05-16T03:43:06.567Z Checking array-init v0.0.4
32522026-05-16T03:43:06.665Z Checking libsw v3.5.0
32532026-05-16T03:43:06.812Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32542026-05-16T03:43:06.828Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-05-16T03:43:06.869Z Checking smallvec v0.6.14
32562026-05-16T03:43:06.995Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-05-16T03:43:07.023Z Checking bitfield v0.19.4
32582026-05-16T03:43:07.220Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32592026-05-16T03:43:07.290Z Checking linear-map v1.2.0
32602026-05-16T03:43:07.316Z Checking hashbrown v0.12.3
32612026-05-16T03:43:07.344Z Checking unicode-linebreak v0.1.5
32622026-05-16T03:43:07.411Z Checking tagptr v0.2.0
32632026-05-16T03:43:07.457Z Checking smawk v0.3.2
32642026-05-16T03:43:07.549Z Checking base64 v0.21.7
32652026-05-16T03:43:07.564Z Checking moka v0.12.13
32662026-05-16T03:43:07.585Z Checking textwrap v0.16.2
32672026-05-16T03:43:07.695Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32682026-05-16T03:43:07.710Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32692026-05-16T03:43:07.781Z Checking ron v0.8.1
32702026-05-16T03:43:07.797Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32712026-05-16T03:43:07.873Z Checking steno v0.4.1
32722026-05-16T03:43:08.046Z Checking serde-hex v0.1.0
32732026-05-16T03:43:08.180Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32742026-05-16T03:43:08.253Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32752026-05-16T03:43:08.291Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32762026-05-16T03:43:08.338Z Checking hashbrown v0.13.2
32772026-05-16T03:43:08.579Z Checking crc-any v2.5.0
32782026-05-16T03:43:08.778Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32792026-05-16T03:43:08.796Z Checking humantime v2.3.0
32802026-05-16T03:43:08.862Z Checking object v0.30.4
32812026-05-16T03:43:08.894Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-05-16T03:43:08.981Z Checking hickory-resolver v0.25.2
32832026-05-16T03:43:08.996Z Checking void v1.0.2
32842026-05-16T03:43:09.010Z Checking utf-8 v0.7.6
32852026-05-16T03:43:09.060Z Checking half v1.8.3
32862026-05-16T03:43:09.097Z Checking path-slash v0.1.5
32872026-05-16T03:43:09.143Z Checking tungstenite v0.23.0
32882026-05-16T03:43:09.199Z Checking lzss v0.8.2
32892026-05-16T03:43:09.257Z Checking serde_cbor v0.11.2
32902026-05-16T03:43:09.535Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32912026-05-16T03:43:09.549Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32922026-05-16T03:43:09.564Z Checking nix v0.27.1
32932026-05-16T03:43:09.656Z Checking kstat-rs v0.2.4
32942026-05-16T03:43:09.696Z Checking fxhash v0.2.1
32952026-05-16T03:43:09.707Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32962026-05-16T03:43:09.779Z Checking serde_bytes v0.11.19
32972026-05-16T03:43:09.809Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32982026-05-16T03:43:09.839Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32992026-05-16T03:43:09.949Z Checking tokio-tungstenite v0.23.1
33002026-05-16T03:43:10.063Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33012026-05-16T03:43:10.115Z Checking signal-hook-tokio v0.3.1
33022026-05-16T03:43:10.393Z Compiling typify-macro v0.6.2
33032026-05-16T03:43:11.190Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33042026-05-16T03:43:11.513Z Compiling typify v0.6.2
33052026-05-16T03:43:11.591Z Compiling progenitor-impl v0.13.0
33062026-05-16T03:43:11.592Z Compiling progenitor-impl v0.14.0
33072026-05-16T03:43:12.081Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33082026-05-16T03:43:12.401Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33092026-05-16T03:43:13.189Z Compiling progenitor-macro v0.14.0
33102026-05-16T03:43:13.202Z Compiling progenitor-macro v0.13.0
33112026-05-16T03:43:15.758Z Checking progenitor v0.14.0
33122026-05-16T03:43:15.761Z Checking progenitor v0.13.0
33132026-05-16T03:43:15.885Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33142026-05-16T03:43:15.888Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33152026-05-16T03:43:18.881Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33162026-05-16T03:43:26.478Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-05-16T03:43:32.859Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-05-16T03:43:34.204Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-05-16T03:43:34.702Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-05-16T03:43:36.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.11s
33212026-05-16T03:43:36.958Z
33222026-05-16T03:43:36.958Zinfo: running `cargo check --bins` on gateway-api (134/276)
33232026-05-16T03:43:37.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-16T03:43:37.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-16T03:43:37.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-16T03:43:37.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-16T03:43:37.564Z
33282026-05-16T03:43:37.564Zinfo: running `cargo check --bins` on ipcc (135/276)
33292026-05-16T03:43:38.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-16T03:43:38.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-16T03:43:38.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-16T03:43:38.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33332026-05-16T03:43:38.171Z
33342026-05-16T03:43:38.171Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33352026-05-16T03:43:38.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-16T03:43:38.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-16T03:43:38.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-16T03:43:38.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33392026-05-16T03:43:38.766Z
33402026-05-16T03:43:38.766Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33412026-05-16T03:43:39.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-16T03:43:39.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-16T03:43:39.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-16T03:43:39.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-16T03:43:39.375Z
33462026-05-16T03:43:39.375Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33472026-05-16T03:43:39.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-16T03:43:39.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-16T03:43:39.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-16T03:43:39.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-16T03:43:39.984Z
33522026-05-16T03:43:39.984Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33532026-05-16T03:43:40.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-16T03:43:40.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-16T03:43:40.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-16T03:43:40.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-16T03:43:40.590Z
33582026-05-16T03:43:40.590Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33592026-05-16T03:43:41.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-16T03:43:41.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-16T03:43:41.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-16T03:43:41.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-16T03:43:41.200Z
33642026-05-16T03:43:41.200Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33652026-05-16T03:43:41.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-16T03:43:41.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-16T03:43:41.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-16T03:43:41.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-16T03:43:41.805Z
33702026-05-16T03:43:41.805Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33712026-05-16T03:43:42.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-16T03:43:42.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-16T03:43:42.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-16T03:43:42.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-16T03:43:42.408Z
33762026-05-16T03:43:42.408Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33772026-05-16T03:43:42.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-16T03:43:42.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-16T03:43:42.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-16T03:43:42.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-16T03:43:43.016Z
33822026-05-16T03:43:43.016Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33832026-05-16T03:43:43.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-16T03:43:43.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-16T03:43:43.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-16T03:43:43.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-16T03:43:43.623Z
33882026-05-16T03:43:43.623Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33892026-05-16T03:43:44.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-16T03:43:44.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-16T03:43:44.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-16T03:43:44.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-16T03:43:44.224Z
33942026-05-16T03:43:44.224Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33952026-05-16T03:43:44.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-16T03:43:44.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-16T03:43:44.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-16T03:43:44.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-16T03:43:44.830Z
34002026-05-16T03:43:44.830Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
34012026-05-16T03:43:45.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-16T03:43:45.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-16T03:43:45.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-16T03:43:45.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-16T03:43:45.441Z
34062026-05-16T03:43:45.441Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34072026-05-16T03:43:45.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-16T03:43:45.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-16T03:43:45.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-16T03:43:45.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-16T03:43:46.051Z
34122026-05-16T03:43:46.051Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34132026-05-16T03:43:46.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-16T03:43:46.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-16T03:43:46.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-16T03:43:46.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-16T03:43:46.664Z
34182026-05-16T03:43:46.664Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34192026-05-16T03:43:47.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-16T03:43:47.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-16T03:43:47.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-16T03:43:47.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-16T03:43:47.269Z
34242026-05-16T03:43:47.269Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34252026-05-16T03:43:47.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-16T03:43:47.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-16T03:43:47.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-16T03:43:47.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-16T03:43:47.881Z
34302026-05-16T03:43:47.881Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34312026-05-16T03:43:48.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-16T03:43:48.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-16T03:43:48.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-16T03:43:48.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-05-16T03:43:48.480Z
34362026-05-16T03:43:48.480Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34372026-05-16T03:43:48.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-16T03:43:48.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-16T03:43:48.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-16T03:43:48.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34412026-05-16T03:43:49.089Z
34422026-05-16T03:43:49.089Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34432026-05-16T03:43:49.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-16T03:43:49.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-16T03:43:49.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-16T03:43:49.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34472026-05-16T03:43:49.701Z
34482026-05-16T03:43:49.701Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34492026-05-16T03:43:50.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-16T03:43:50.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-16T03:43:50.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-16T03:43:50.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34532026-05-16T03:43:50.339Z
34542026-05-16T03:43:50.339Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34552026-05-16T03:43:50.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-16T03:43:50.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-16T03:43:50.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-16T03:43:50.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34592026-05-16T03:43:50.948Z
34602026-05-16T03:43:50.948Zinfo: running `cargo check --bins` on dns-server (157/276)
34612026-05-16T03:43:51.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-16T03:43:51.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-16T03:43:51.603Z Compiling parking_lot_core v0.8.6
34642026-05-16T03:43:51.603Z Compiling atomicwrites v0.4.4
34652026-05-16T03:43:51.603Z Compiling git-stub v1.0.0
34662026-05-16T03:43:51.606Z Checking prefix-trie v0.7.0
34672026-05-16T03:43:51.606Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34682026-05-16T03:43:51.853Z Compiling git-stub-vcs v0.1.0
34692026-05-16T03:43:51.994Z Checking hickory-server v0.25.2
34702026-05-16T03:43:52.105Z Checking parking_lot v0.11.2
34712026-05-16T03:43:52.128Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34722026-05-16T03:43:52.181Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34732026-05-16T03:43:52.184Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34742026-05-16T03:43:52.306Z Checking sled v0.34.7
34752026-05-16T03:43:54.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34762026-05-16T03:43:54.354Z
34772026-05-16T03:43:54.354Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34782026-05-16T03:43:54.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-16T03:43:54.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-16T03:43:54.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-16T03:43:54.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34822026-05-16T03:43:54.955Z
34832026-05-16T03:43:54.955Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34842026-05-16T03:43:55.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-16T03:43:55.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-16T03:43:55.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-16T03:43:55.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34882026-05-16T03:43:55.563Z
34892026-05-16T03:43:55.563Zinfo: running `cargo check --bins` on sp-sim (160/276)
34902026-05-16T03:43:56.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-16T03:43:56.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-16T03:43:56.286Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34932026-05-16T03:43:58.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34942026-05-16T03:43:58.248Z
34952026-05-16T03:43:58.248Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34962026-05-16T03:43:58.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-16T03:43:58.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-16T03:43:58.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-16T03:43:58.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35002026-05-16T03:43:58.912Z
35012026-05-16T03:43:58.912Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
35022026-05-16T03:43:59.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-16T03:43:59.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-16T03:43:59.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-16T03:43:59.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35062026-05-16T03:43:59.565Z
35072026-05-16T03:43:59.565Zinfo: running `cargo check --bins` on db-macros (163/276)
35082026-05-16T03:44:00.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-16T03:44:00.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-16T03:44:00.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-16T03:44:00.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-05-16T03:44:00.155Z
35132026-05-16T03:44:00.155Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35142026-05-16T03:44:00.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-16T03:44:00.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-16T03:44:00.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-16T03:44:00.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-05-16T03:44:00.747Z
35192026-05-16T03:44:00.747Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35202026-05-16T03:44:01.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-16T03:44:01.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-16T03:44:01.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-16T03:44:01.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35242026-05-16T03:44:01.397Z
35252026-05-16T03:44:01.397Zinfo: running `cargo check --bins` on authz-macros (166/276)
35262026-05-16T03:44:01.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-16T03:44:01.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-16T03:44:01.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-16T03:44:01.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-05-16T03:44:01.988Z
35312026-05-16T03:44:01.988Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35322026-05-16T03:44:02.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-16T03:44:02.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-16T03:44:02.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-16T03:44:02.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35362026-05-16T03:44:02.657Z
35372026-05-16T03:44:02.657Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35382026-05-16T03:44:03.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-16T03:44:03.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-16T03:44:03.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-16T03:44:03.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35422026-05-16T03:44:03.283Z
35432026-05-16T03:44:03.284Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35442026-05-16T03:44:03.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-16T03:44:03.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-16T03:44:03.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-16T03:44:03.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-16T03:44:03.927Z
35492026-05-16T03:44:03.927Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35502026-05-16T03:44:04.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-16T03:44:04.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-16T03:44:04.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-16T03:44:04.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-05-16T03:44:04.530Z
35552026-05-16T03:44:04.530Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35562026-05-16T03:44:05.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-16T03:44:05.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-16T03:44:05.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-16T03:44:05.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35602026-05-16T03:44:05.066Z
35612026-05-16T03:44:05.066Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35622026-05-16T03:44:05.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-16T03:44:05.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-16T03:44:05.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-16T03:44:05.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-05-16T03:44:05.651Z
35672026-05-16T03:44:05.651Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35682026-05-16T03:44:06.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-16T03:44:06.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-16T03:44:06.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-16T03:44:06.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-05-16T03:44:06.241Z
35732026-05-16T03:44:06.241Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35742026-05-16T03:44:06.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-16T03:44:06.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-16T03:44:06.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-16T03:44:06.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35782026-05-16T03:44:06.884Z
35792026-05-16T03:44:06.884Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35802026-05-16T03:44:07.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-16T03:44:07.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-16T03:44:07.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-16T03:44:07.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35842026-05-16T03:44:07.538Z
35852026-05-16T03:44:07.538Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35862026-05-16T03:44:08.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-16T03:44:08.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-16T03:44:08.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-16T03:44:08.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35902026-05-16T03:44:08.184Z
35912026-05-16T03:44:08.184Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35922026-05-16T03:44:08.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-16T03:44:08.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-16T03:44:08.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-16T03:44:08.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-16T03:44:08.807Z
35972026-05-16T03:44:08.807Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35982026-05-16T03:44:09.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-16T03:44:09.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-16T03:44:09.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-16T03:44:09.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36022026-05-16T03:44:09.417Z
36032026-05-16T03:44:09.417Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36042026-05-16T03:44:09.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-16T03:44:09.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-16T03:44:09.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-16T03:44:09.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36082026-05-16T03:44:10.033Z
36092026-05-16T03:44:10.033Zinfo: running `cargo check --bins` on key-manager (180/276)
36102026-05-16T03:44:10.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-16T03:44:10.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-16T03:44:10.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-16T03:44:10.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-05-16T03:44:10.681Z
36152026-05-16T03:44:10.681Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36162026-05-16T03:44:11.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-16T03:44:11.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-16T03:44:11.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-16T03:44:11.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-05-16T03:44:11.258Z
36212026-05-16T03:44:11.258Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36222026-05-16T03:44:11.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-16T03:44:11.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-16T03:44:11.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-16T03:44:11.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36262026-05-16T03:44:11.886Z
36272026-05-16T03:44:11.887Zinfo: running `cargo check --bins` on typed-rng (183/276)
36282026-05-16T03:44:12.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-16T03:44:12.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-16T03:44:12.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-16T03:44:12.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-05-16T03:44:12.470Z
36332026-05-16T03:44:12.470Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36342026-05-16T03:44:13.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-16T03:44:13.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-16T03:44:13.330Z Compiling typify-impl v0.4.3
36372026-05-16T03:44:13.330Z Compiling libefi-sys v0.1.0
36382026-05-16T03:44:13.333Z Compiling bitfield-struct v0.6.2
36392026-05-16T03:44:13.483Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36402026-05-16T03:44:13.492Z Compiling xshell-macros v0.2.7
36412026-05-16T03:44:13.504Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36422026-05-16T03:44:13.519Z Compiling salty v0.3.0
36432026-05-16T03:44:13.548Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36442026-05-16T03:44:13.692Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36452026-05-16T03:44:13.837Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-05-16T03:44:13.864Z Checking xshell v0.2.7
36472026-05-16T03:44:13.890Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36482026-05-16T03:44:14.031Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36492026-05-16T03:44:14.048Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36502026-05-16T03:44:14.087Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36512026-05-16T03:44:14.160Z Checking primeorder v0.13.6
36522026-05-16T03:44:14.225Z Compiling proc-macro-error-attr2 v2.0.0
36532026-05-16T03:44:14.324Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36542026-05-16T03:44:14.354Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36552026-05-16T03:44:14.395Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36562026-05-16T03:44:14.557Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36572026-05-16T03:44:14.644Z Checking tungstenite v0.21.0
36582026-05-16T03:44:14.650Z Compiling proc-macro-error2 v2.0.1
36592026-05-16T03:44:14.654Z Checking p384 v0.13.1
36602026-05-16T03:44:14.657Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36612026-05-16T03:44:15.033Z Compiling num-derive v0.3.3
36622026-05-16T03:44:15.089Z Checking tokio-tungstenite v0.21.0
36632026-05-16T03:44:15.264Z Compiling tabled_derive v0.11.0
36642026-05-16T03:44:15.296Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36652026-05-16T03:44:15.393Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36662026-05-16T03:44:15.500Z Checking papergrid v0.17.0
36672026-05-16T03:44:15.668Z Checking testing_table v0.3.0
36682026-05-16T03:44:15.765Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36692026-05-16T03:44:15.779Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-05-16T03:44:16.070Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36712026-05-16T03:44:16.266Z Checking libscf-sys v1.1.0
36722026-05-16T03:44:16.283Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36732026-05-16T03:44:16.300Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36742026-05-16T03:44:16.399Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36752026-05-16T03:44:16.415Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36762026-05-16T03:44:16.504Z Compiling illumos-nvpair-sys v0.2.0
36772026-05-16T03:44:16.523Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36782026-05-16T03:44:16.595Z Compiling unicase v2.9.0
36792026-05-16T03:44:16.610Z Checking corncobs v0.1.4
36802026-05-16T03:44:16.739Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36812026-05-16T03:44:16.787Z Checking tabled v0.20.0
36822026-05-16T03:44:16.801Z Compiling mime_guess v2.0.5
36832026-05-16T03:44:16.900Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36842026-05-16T03:44:16.995Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36852026-05-16T03:44:17.052Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36862026-05-16T03:44:17.110Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36872026-05-16T03:44:17.218Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36882026-05-16T03:44:17.319Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-05-16T03:44:17.336Z Checking progenitor-client v0.11.2
36902026-05-16T03:44:17.351Z Checking secrecy v0.8.0
36912026-05-16T03:44:17.471Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36922026-05-16T03:44:17.731Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36932026-05-16T03:44:17.841Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36942026-05-16T03:44:17.855Z Compiling typify-macro v0.4.3
36952026-05-16T03:44:17.896Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36962026-05-16T03:44:17.930Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36972026-05-16T03:44:17.998Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36982026-05-16T03:44:18.125Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36992026-05-16T03:44:18.161Z Checking filetime v0.2.27
37002026-05-16T03:44:18.299Z Checking crc8 v0.1.1
37012026-05-16T03:44:18.401Z Checking http-range v0.1.5
37022026-05-16T03:44:18.443Z Checking xattr v1.6.1
37032026-05-16T03:44:18.528Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37042026-05-16T03:44:18.574Z Checking tar v0.4.45
37052026-05-16T03:44:18.715Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37062026-05-16T03:44:18.817Z Checking illumos-nvpair v0.3.0
37072026-05-16T03:44:18.977Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37082026-05-16T03:44:18.993Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37092026-05-16T03:44:18.996Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37102026-05-16T03:44:19.358Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37112026-05-16T03:44:19.374Z Checking atty v0.2.14
37122026-05-16T03:44:19.443Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37132026-05-16T03:44:19.451Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37142026-05-16T03:44:19.472Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37152026-05-16T03:44:19.556Z Compiling typify v0.4.3
37162026-05-16T03:44:19.769Z Compiling progenitor-impl v0.11.2
37172026-05-16T03:44:19.944Z Compiling progenitor-impl v0.10.0
37182026-05-16T03:44:20.112Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37192026-05-16T03:44:20.302Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37202026-05-16T03:44:20.559Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37212026-05-16T03:44:20.636Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37222026-05-16T03:44:21.080Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37232026-05-16T03:44:21.274Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37242026-05-16T03:44:21.444Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37252026-05-16T03:44:21.562Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37262026-05-16T03:44:21.611Z Checking hyper-staticfile v0.10.1
37272026-05-16T03:44:21.649Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37282026-05-16T03:44:21.787Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37292026-05-16T03:44:21.903Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37302026-05-16T03:44:21.906Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37312026-05-16T03:44:22.152Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37322026-05-16T03:44:22.185Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37332026-05-16T03:44:22.190Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37342026-05-16T03:44:22.376Z Compiling progenitor-macro v0.11.2
37352026-05-16T03:44:22.426Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37362026-05-16T03:44:22.520Z Compiling progenitor-macro v0.10.0
37372026-05-16T03:44:25.020Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37382026-05-16T03:44:25.337Z Checking progenitor v0.11.2
37392026-05-16T03:44:25.352Z Checking progenitor v0.10.0
37402026-05-16T03:44:25.465Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37412026-05-16T03:44:25.480Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37422026-05-16T03:44:30.084Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37432026-05-16T03:44:40.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.50s
37442026-05-16T03:44:41.189Z
37452026-05-16T03:44:41.189Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37462026-05-16T03:44:41.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-16T03:44:41.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-16T03:44:41.968Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-16T03:44:52.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
37502026-05-16T03:44:52.805Z
37512026-05-16T03:44:52.805Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37522026-05-16T03:44:53.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-16T03:44:53.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-16T03:44:53.586Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-16T03:45:04.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
37562026-05-16T03:45:04.565Z
37572026-05-16T03:45:04.565Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37582026-05-16T03:45:05.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-16T03:45:05.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-16T03:45:05.349Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-16T03:45:16.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37622026-05-16T03:45:16.252Z
37632026-05-16T03:45:16.252Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37642026-05-16T03:45:16.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-16T03:45:16.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-16T03:45:17.034Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-16T03:45:27.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37682026-05-16T03:45:27.944Z
37692026-05-16T03:45:27.944Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37702026-05-16T03:45:28.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-16T03:45:28.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-16T03:45:28.726Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-16T03:45:39.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37742026-05-16T03:45:39.605Z
37752026-05-16T03:45:39.605Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37762026-05-16T03:45:40.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-16T03:45:40.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-16T03:45:40.401Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-16T03:45:51.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37802026-05-16T03:45:51.266Z
37812026-05-16T03:45:51.266Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37822026-05-16T03:45:51.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-16T03:45:51.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-16T03:45:52.055Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-05-16T03:46:02.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
37862026-05-16T03:46:02.899Z
37872026-05-16T03:46:02.899Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37882026-05-16T03:46:03.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-16T03:46:03.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-16T03:46:03.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-16T03:46:03.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37922026-05-16T03:46:03.513Z
37932026-05-16T03:46:03.513Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37942026-05-16T03:46:04.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-16T03:46:04.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-16T03:46:04.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-16T03:46:04.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37982026-05-16T03:46:04.127Z
37992026-05-16T03:46:04.127Zinfo: running `cargo check --bins` on range-requests (194/276)
38002026-05-16T03:46:04.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-16T03:46:04.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-16T03:46:04.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-16T03:46:04.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-05-16T03:46:04.727Z
38052026-05-16T03:46:04.727Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38062026-05-16T03:46:05.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-16T03:46:05.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-16T03:46:05.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-16T03:46:05.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38102026-05-16T03:46:05.329Z
38112026-05-16T03:46:05.329Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38122026-05-16T03:46:05.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-16T03:46:05.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-16T03:46:05.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-16T03:46:05.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-16T03:46:05.959Z
38172026-05-16T03:46:05.959Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38182026-05-16T03:46:06.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-16T03:46:06.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-16T03:46:06.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-16T03:46:06.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-16T03:46:06.582Z
38232026-05-16T03:46:06.582Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38242026-05-16T03:46:07.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-16T03:46:07.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-16T03:46:07.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-16T03:46:07.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-05-16T03:46:07.215Z
38292026-05-16T03:46:07.215Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38302026-05-16T03:46:07.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-16T03:46:07.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-16T03:46:07.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-16T03:46:07.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-16T03:46:07.854Z
38352026-05-16T03:46:07.854Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38362026-05-16T03:46:08.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-16T03:46:08.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-16T03:46:08.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-16T03:46:08.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-05-16T03:46:08.487Z
38412026-05-16T03:46:08.487Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38422026-05-16T03:46:09.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-16T03:46:09.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-16T03:46:09.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-16T03:46:09.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-16T03:46:09.117Z
38472026-05-16T03:46:09.117Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38482026-05-16T03:46:09.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-16T03:46:09.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-16T03:46:09.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-16T03:46:09.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-05-16T03:46:09.746Z
38532026-05-16T03:46:09.746Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38542026-05-16T03:46:10.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-16T03:46:10.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-16T03:46:10.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-16T03:46:10.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-05-16T03:46:10.376Z
38592026-05-16T03:46:10.376Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38602026-05-16T03:46:10.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-16T03:46:10.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-16T03:46:10.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-16T03:46:10.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38642026-05-16T03:46:11.011Z
38652026-05-16T03:46:11.011Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38662026-05-16T03:46:11.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-16T03:46:11.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-16T03:46:11.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-16T03:46:11.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38702026-05-16T03:46:11.640Z
38712026-05-16T03:46:11.640Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38722026-05-16T03:46:12.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-16T03:46:12.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-16T03:46:12.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-16T03:46:12.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38762026-05-16T03:46:12.297Z
38772026-05-16T03:46:12.297Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38782026-05-16T03:46:12.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-16T03:46:12.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-16T03:46:12.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-16T03:46:12.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38822026-05-16T03:46:12.937Z
38832026-05-16T03:46:12.937Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38842026-05-16T03:46:13.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-16T03:46:13.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-16T03:46:13.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-16T03:46:13.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38882026-05-16T03:46:13.585Z
38892026-05-16T03:46:13.585Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38902026-05-16T03:46:14.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-16T03:46:14.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-16T03:46:14.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-16T03:46:14.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38942026-05-16T03:46:14.245Z
38952026-05-16T03:46:14.246Zinfo: running `cargo check --bins` on update-common (210/276)
38962026-05-16T03:46:14.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-16T03:46:14.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-16T03:46:14.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-16T03:46:14.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39002026-05-16T03:46:14.867Z
39012026-05-16T03:46:14.867Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
39022026-05-16T03:46:15.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-16T03:46:15.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-16T03:46:15.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-16T03:46:15.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39062026-05-16T03:46:15.532Z
39072026-05-16T03:46:15.532Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39082026-05-16T03:46:16.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-16T03:46:16.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-16T03:46:16.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-05-16T03:46:16.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39122026-05-16T03:46:16.124Z
39132026-05-16T03:46:16.124Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39142026-05-16T03:46:16.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-05-16T03:46:16.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-05-16T03:46:16.901Z Compiling fs-err v2.11.0
39172026-05-16T03:46:16.901Z Checking ignore v0.4.25
39182026-05-16T03:46:16.904Z Checking arc-swap v1.8.2
39192026-05-16T03:46:17.033Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39202026-05-16T03:46:17.038Z Checking predicates-tree v1.0.13
39212026-05-16T03:46:17.040Z Checking parse-size v1.1.0
39222026-05-16T03:46:17.069Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39232026-05-16T03:46:17.080Z Checking rand_seeder v0.4.0
39242026-05-16T03:46:17.133Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39252026-05-16T03:46:17.164Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39262026-05-16T03:46:17.215Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39272026-05-16T03:46:17.228Z Checking slog-scope v4.4.1
39282026-05-16T03:46:17.264Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39292026-05-16T03:46:17.355Z Checking slog-stdlog v4.1.1
39302026-05-16T03:46:17.369Z Compiling petname v2.0.2
39312026-05-16T03:46:17.383Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39322026-05-16T03:46:17.404Z Checking globwalk v0.9.1
39332026-05-16T03:46:17.447Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39342026-05-16T03:46:17.468Z Checking slog-envlogger v2.2.0
39352026-05-16T03:46:17.578Z Checking camino-tempfile-ext v0.3.3
39362026-05-16T03:46:17.610Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39372026-05-16T03:46:17.650Z Checking sapling-renderdag v0.1.0
39382026-05-16T03:46:17.766Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39392026-05-16T03:46:17.793Z Checking subprocess v0.2.15
39402026-05-16T03:46:17.886Z Checking sync-ptr v0.1.4
39412026-05-16T03:46:17.996Z Checking colored v2.2.0
39422026-05-16T03:46:18.012Z Checking assert_matches v1.5.0
39432026-05-16T03:46:18.071Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39442026-05-16T03:46:18.236Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39452026-05-16T03:46:18.239Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39462026-05-16T03:46:18.930Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39472026-05-16T03:46:20.238Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39482026-05-16T03:46:22.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
39492026-05-16T03:46:22.649Z
39502026-05-16T03:46:22.649Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39512026-05-16T03:46:23.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-16T03:46:23.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-16T03:46:23.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-16T03:46:23.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39552026-05-16T03:46:23.251Z
39562026-05-16T03:46:23.252Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39572026-05-16T03:46:23.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-16T03:46:23.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-16T03:46:23.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-16T03:46:23.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39612026-05-16T03:46:23.864Z
39622026-05-16T03:46:23.864Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39632026-05-16T03:46:24.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-16T03:46:24.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-16T03:46:24.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-05-16T03:46:24.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39672026-05-16T03:46:24.508Z
39682026-05-16T03:46:24.508Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39692026-05-16T03:46:25.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-05-16T03:46:25.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-05-16T03:46:25.229Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39722026-05-16T03:46:25.229Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39732026-05-16T03:46:25.871Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39742026-05-16T03:46:27.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39752026-05-16T03:46:27.640Z
39762026-05-16T03:46:27.640Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39772026-05-16T03:46:28.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-16T03:46:28.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-16T03:46:28.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-16T03:46:28.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39812026-05-16T03:46:28.239Z
39822026-05-16T03:46:28.239Zinfo: running `cargo check --bins` on cert-dev (219/276)
39832026-05-16T03:46:28.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-16T03:46:28.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-16T03:46:28.849Z Checking yasna v0.5.2
39862026-05-16T03:46:29.245Z Checking rcgen v0.12.1
39872026-05-16T03:46:29.490Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39882026-05-16T03:46:29.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39892026-05-16T03:46:29.855Z
39902026-05-16T03:46:29.855Zinfo: running `cargo check --bins` on clickana (220/276)
39912026-05-16T03:46:30.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-05-16T03:46:30.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-05-16T03:46:30.506Z Compiling darling_core v0.23.0
39942026-05-16T03:46:30.510Z Compiling instability v0.3.11
39952026-05-16T03:46:30.616Z Checking castaway v0.2.4
39962026-05-16T03:46:30.629Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39972026-05-16T03:46:30.629Z Compiling indoc v2.0.7
39982026-05-16T03:46:30.644Z Checking unicode-truncate v1.1.0
39992026-05-16T03:46:30.647Z Checking lru v0.12.5
40002026-05-16T03:46:30.656Z Checking cassowary v0.3.0
40012026-05-16T03:46:30.707Z Checking compact_str v0.8.1
40022026-05-16T03:46:31.673Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40032026-05-16T03:46:31.854Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40042026-05-16T03:46:32.028Z Compiling darling_macro v0.23.0
40052026-05-16T03:46:32.434Z Compiling darling v0.23.0
40062026-05-16T03:46:33.035Z Checking ratatui v0.29.0
40072026-05-16T03:46:34.083Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40082026-05-16T03:46:34.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
40092026-05-16T03:46:34.929Z
40102026-05-16T03:46:34.929Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40112026-05-16T03:46:35.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-16T03:46:35.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-16T03:46:35.652Z Checking headers-core v0.3.0
40142026-05-16T03:46:35.657Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40152026-05-16T03:46:35.848Z Checking headers v0.4.1
40162026-05-16T03:46:36.209Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40172026-05-16T03:46:37.042Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40182026-05-16T03:46:37.535Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40192026-05-16T03:46:37.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
40202026-05-16T03:46:38.154Z
40212026-05-16T03:46:38.155Zinfo: running `cargo check --bins` on ch-dev (222/276)
40222026-05-16T03:46:38.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-16T03:46:38.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-16T03:46:38.881Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40252026-05-16T03:46:39.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40262026-05-16T03:46:39.840Z
40272026-05-16T03:46:39.840Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40282026-05-16T03:46:40.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-16T03:46:40.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-16T03:46:40.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-05-16T03:46:40.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40322026-05-16T03:46:40.310Z
40332026-05-16T03:46:40.310Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40342026-05-16T03:46:40.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-16T03:46:40.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-16T03:46:41.029Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40372026-05-16T03:46:42.003Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40382026-05-16T03:46:42.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
40392026-05-16T03:46:42.543Z
40402026-05-16T03:46:42.543Zinfo: running `cargo check --bins` on db-dev (225/276)
40412026-05-16T03:46:43.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-16T03:46:43.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-16T03:46:43.266Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40442026-05-16T03:46:44.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40452026-05-16T03:46:44.217Z
40462026-05-16T03:46:44.217Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40472026-05-16T03:46:44.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-16T03:46:44.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-16T03:46:44.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-05-16T03:46:44.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40512026-05-16T03:46:44.863Z
40522026-05-16T03:46:44.863Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40532026-05-16T03:46:45.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-16T03:46:45.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-16T03:46:45.525Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40562026-05-16T03:46:46.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40572026-05-16T03:46:46.316Z
40582026-05-16T03:46:46.316Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40592026-05-16T03:46:46.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-05-16T03:46:46.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-05-16T03:46:47.075Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40622026-05-16T03:46:47.075Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40632026-05-16T03:46:47.075Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40642026-05-16T03:46:47.078Z Checking git-stub v1.0.0
40652026-05-16T03:46:47.078Z Compiling trait-variant v0.1.2
40662026-05-16T03:46:47.078Z Checking is_ci v1.2.0
40672026-05-16T03:46:47.194Z Checking maplit v1.0.2
40682026-05-16T03:46:47.248Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40692026-05-16T03:46:47.275Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40702026-05-16T03:46:47.300Z Checking supports-color v3.0.2
40712026-05-16T03:46:47.371Z Checking git-stub-vcs v0.1.0
40722026-05-16T03:46:47.429Z Checking drift v0.1.4
40732026-05-16T03:46:47.463Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40742026-05-16T03:46:47.480Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40752026-05-16T03:46:47.555Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40762026-05-16T03:46:47.688Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40772026-05-16T03:46:47.705Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40782026-05-16T03:46:47.719Z Checking dropshot-api-manager v0.7.1
40792026-05-16T03:46:47.738Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40802026-05-16T03:46:47.926Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40812026-05-16T03:46:47.946Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40822026-05-16T03:46:48.111Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40832026-05-16T03:46:48.425Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40842026-05-16T03:46:53.297Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40852026-05-16T03:46:54.383Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40862026-05-16T03:46:54.937Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40872026-05-16T03:46:55.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
40882026-05-16T03:46:55.572Z
40892026-05-16T03:46:55.572Zinfo: running `cargo check --bins` on installinator-api (229/276)
40902026-05-16T03:46:56.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-16T03:46:56.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-16T03:46:56.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-16T03:46:56.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40942026-05-16T03:46:56.180Z
40952026-05-16T03:46:56.180Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40962026-05-16T03:46:56.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-16T03:46:56.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-16T03:46:56.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-16T03:46:56.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-05-16T03:46:56.832Z
41012026-05-16T03:46:56.832Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
41022026-05-16T03:46:57.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-16T03:46:57.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-16T03:46:57.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-16T03:46:57.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41062026-05-16T03:46:57.474Z
41072026-05-16T03:46:57.474Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41082026-05-16T03:46:58.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-16T03:46:58.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-16T03:46:58.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-16T03:46:58.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41122026-05-16T03:46:58.115Z
41132026-05-16T03:46:58.115Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41142026-05-16T03:46:58.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-16T03:46:58.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-16T03:46:58.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-16T03:46:58.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41182026-05-16T03:46:58.717Z
41192026-05-16T03:46:58.717Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41202026-05-16T03:46:59.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-16T03:46:59.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-16T03:46:59.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-16T03:46:59.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41242026-05-16T03:46:59.323Z
41252026-05-16T03:46:59.323Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41262026-05-16T03:46:59.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-16T03:46:59.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-16T03:46:59.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-05-16T03:46:59.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41302026-05-16T03:46:59.942Z
41312026-05-16T03:46:59.943Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41322026-05-16T03:47:00.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-05-16T03:47:00.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-05-16T03:47:00.563Z Checking typeid v1.0.3
41352026-05-16T03:47:00.676Z Checking ordered-float v2.10.1
41362026-05-16T03:47:00.694Z Checking unicode-xid v0.2.6
41372026-05-16T03:47:00.708Z Checking cargo-platform v0.2.0
41382026-05-16T03:47:00.717Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41392026-05-16T03:47:00.740Z Checking erased-serde v0.4.9
41402026-05-16T03:47:00.874Z Checking serde-value v0.7.0
41412026-05-16T03:47:01.046Z Checking serde-untagged v0.1.9
41422026-05-16T03:47:01.196Z Checking cargo-util-schemas v0.8.2
41432026-05-16T03:47:01.868Z Checking cargo_metadata v0.21.0
41442026-05-16T03:47:02.459Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41452026-05-16T03:47:03.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
41462026-05-16T03:47:03.304Z
41472026-05-16T03:47:03.304Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41482026-05-16T03:47:03.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-05-16T03:47:03.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-05-16T03:47:04.037Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41512026-05-16T03:47:04.664Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41522026-05-16T03:47:05.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41532026-05-16T03:47:05.379Z
41542026-05-16T03:47:05.379Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41552026-05-16T03:47:05.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-16T03:47:05.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-16T03:47:06.246Z Compiling vergen-gitcl v1.0.8
41582026-05-16T03:47:06.246Z Compiling dirs-sys-next v0.1.2
41592026-05-16T03:47:06.246Z Compiling crunchy v0.2.4
41602026-05-16T03:47:06.246Z Compiling diesel_derives v2.3.7
41612026-05-16T03:47:06.249Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41622026-05-16T03:47:06.249Z Compiling glob v0.3.3
41632026-05-16T03:47:06.249Z Compiling dsl_auto_type v0.2.0
41642026-05-16T03:47:06.249Z Checking scheduled-thread-pool v0.2.7
41652026-05-16T03:47:06.531Z Compiling dirs-next v2.0.0
41662026-05-16T03:47:06.566Z Compiling diesel_table_macro_syntax v0.3.0
41672026-05-16T03:47:06.636Z Compiling tiny-keccak v2.0.2
41682026-05-16T03:47:06.651Z Compiling term v0.7.0
41692026-05-16T03:47:06.768Z Checking r2d2 v0.8.10
41702026-05-16T03:47:06.782Z Compiling clang-sys v1.8.1
41712026-05-16T03:47:06.796Z Checking downcast-rs v2.0.2
41722026-05-16T03:47:06.842Z Compiling bit-vec v0.6.3
41732026-05-16T03:47:06.943Z Compiling ascii-canvas v3.0.0
41742026-05-16T03:47:07.057Z Compiling bit-set v0.5.3
41752026-05-16T03:47:07.148Z Compiling itertools v0.10.5
41762026-05-16T03:47:07.180Z Compiling ena v0.14.4
41772026-05-16T03:47:07.198Z Compiling libloading v0.8.9
41782026-05-16T03:47:07.212Z Compiling diff v0.1.13
41792026-05-16T03:47:07.225Z Compiling regex-syntax v0.6.29
41802026-05-16T03:47:07.296Z Compiling bindgen v0.71.1
41812026-05-16T03:47:07.400Z Compiling cexpr v0.6.0
41822026-05-16T03:47:07.463Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41832026-05-16T03:47:07.649Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41842026-05-16T03:47:07.760Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41852026-05-16T03:47:07.798Z Compiling libxml v0.3.3
41862026-05-16T03:47:08.017Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41872026-05-16T03:47:08.095Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41882026-05-16T03:47:08.190Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41892026-05-16T03:47:08.322Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41902026-05-16T03:47:08.338Z Compiling strum_macros v0.24.3
41912026-05-16T03:47:08.375Z Compiling indoc v1.0.9
41922026-05-16T03:47:08.586Z Compiling lalrpop v0.19.12
41932026-05-16T03:47:09.432Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41942026-05-16T03:47:09.621Z Checking derive_builder v0.20.2
41952026-05-16T03:47:09.723Z Compiling oso-derive v0.27.3
41962026-05-16T03:47:09.738Z Checking quick-xml v0.37.5
41972026-05-16T03:47:09.979Z Compiling impl-trait-for-tuples v0.2.3
41982026-05-16T03:47:10.214Z Checking openssl-probe v0.1.6
41992026-05-16T03:47:10.356Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42002026-05-16T03:47:10.589Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42012026-05-16T03:47:10.780Z Checking bb8 v0.8.6
42022026-05-16T03:47:11.083Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42032026-05-16T03:47:11.102Z Checking nonempty v0.12.0
42042026-05-16T03:47:11.121Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42052026-05-16T03:47:11.265Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42062026-05-16T03:47:11.303Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42072026-05-16T03:47:11.341Z Checking console v0.16.2
42082026-05-16T03:47:11.482Z Checking unit-prefix v0.5.2
42092026-05-16T03:47:11.503Z Checking support-bundle-viewer v0.1.2
42102026-05-16T03:47:11.614Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42112026-05-16T03:47:11.644Z Checking indicatif v0.18.4
42122026-05-16T03:47:11.745Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42132026-05-16T03:47:11.865Z Checking multimap v0.10.1
42142026-05-16T03:47:12.243Z Checking diesel v2.3.7
42152026-05-16T03:47:14.158Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42162026-05-16T03:47:14.260Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42172026-05-16T03:47:14.305Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42182026-05-16T03:47:14.650Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42192026-05-16T03:47:14.850Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42202026-05-16T03:47:15.872Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42212026-05-16T03:47:15.990Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42222026-05-16T03:47:16.640Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42232026-05-16T03:47:18.691Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42242026-05-16T03:47:22.293Z Compiling samael v0.0.19
42252026-05-16T03:47:27.291Z Checking async-bb8-diesel v0.2.1
42262026-05-16T03:47:27.633Z Checking diesel-dtrace v0.5.0
42272026-05-16T03:47:29.563Z Compiling polar-core v0.27.3
42282026-05-16T03:47:33.953Z Checking oso v0.27.3
42292026-05-16T03:48:10.007Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42302026-05-16T03:48:43.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42312026-05-16T03:48:43.791Z
42322026-05-16T03:48:43.791Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42332026-05-16T03:48:44.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-05-16T03:48:44.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-05-16T03:48:44.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-05-16T03:48:44.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42372026-05-16T03:48:44.440Z
42382026-05-16T03:48:44.440Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42392026-05-16T03:48:44.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-05-16T03:48:44.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-05-16T03:48:44.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-05-16T03:48:44.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42432026-05-16T03:48:45.091Z
42442026-05-16T03:48:45.091Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42452026-05-16T03:48:45.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-05-16T03:48:45.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-05-16T03:48:45.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-05-16T03:48:45.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42492026-05-16T03:48:45.686Z
42502026-05-16T03:48:45.686Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42512026-05-16T03:48:46.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-16T03:48:46.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-16T03:48:46.549Z Compiling libz-sys v1.1.24
42542026-05-16T03:48:46.682Z Compiling libgit2-sys v0.18.3+1.9.2
42552026-05-16T03:48:46.720Z Compiling vergen-git2 v1.0.7
42562026-05-16T03:48:46.725Z Compiling rustls v0.21.12
42572026-05-16T03:48:46.725Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42582026-05-16T03:48:46.725Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42592026-05-16T03:48:46.725Z Checking rustls-webpki v0.101.7
42602026-05-16T03:48:46.726Z Checking sct v0.7.1
42612026-05-16T03:48:46.890Z Compiling nix v0.29.0
42622026-05-16T03:48:46.940Z Compiling dropshot v0.16.7
42632026-05-16T03:48:46.981Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42642026-05-16T03:48:47.033Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42652026-05-16T03:48:47.051Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42662026-05-16T03:48:47.197Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42672026-05-16T03:48:47.214Z Checking toml v0.9.12+spec-1.1.0
42682026-05-16T03:48:47.218Z Compiling dropshot_endpoint v0.16.7
42692026-05-16T03:48:47.334Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42702026-05-16T03:48:47.531Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42712026-05-16T03:48:47.701Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42722026-05-16T03:48:47.783Z Checking rustls-pemfile v1.0.4
42732026-05-16T03:48:47.929Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42742026-05-16T03:48:48.109Z Checking twox-hash v2.1.2
42752026-05-16T03:48:48.147Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42762026-05-16T03:48:48.318Z Checking tokio-rustls v0.24.1
42772026-05-16T03:48:48.912Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42782026-05-16T03:48:49.008Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42792026-05-16T03:48:49.039Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42802026-05-16T03:48:49.593Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42812026-05-16T03:48:49.649Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42822026-05-16T03:48:49.686Z Checking fatfs v0.3.6
42832026-05-16T03:48:49.789Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42842026-05-16T03:48:49.807Z Compiling seq-macro v0.3.6
42852026-05-16T03:48:53.562Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42862026-05-16T03:48:53.683Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42872026-05-16T03:48:53.996Z Compiling git2 v0.20.4
42882026-05-16T03:48:56.173Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42892026-05-16T03:49:42.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.97s
42902026-05-16T03:49:42.881Z
42912026-05-16T03:49:42.881Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42922026-05-16T03:49:43.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-16T03:49:43.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-16T03:49:43.771Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42952026-05-16T03:50:22.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.86s
42962026-05-16T03:50:22.980Z
42972026-05-16T03:50:22.980Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42982026-05-16T03:50:23.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-16T03:50:23.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-16T03:50:23.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-16T03:50:23.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43022026-05-16T03:50:23.585Z
43032026-05-16T03:50:23.585Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43042026-05-16T03:50:24.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-16T03:50:24.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-16T03:50:24.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-16T03:50:24.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43082026-05-16T03:50:24.250Z
43092026-05-16T03:50:24.250Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43102026-05-16T03:50:24.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-16T03:50:24.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-16T03:50:24.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-05-16T03:50:24.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43142026-05-16T03:50:24.923Z
43152026-05-16T03:50:24.923Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43162026-05-16T03:50:25.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-16T03:50:25.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-16T03:50:25.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-05-16T03:50:25.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43202026-05-16T03:50:25.592Z
43212026-05-16T03:50:25.592Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43222026-05-16T03:50:26.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-05-16T03:50:26.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-05-16T03:50:26.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-05-16T03:50:26.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43262026-05-16T03:50:26.247Z
43272026-05-16T03:50:26.247Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43282026-05-16T03:50:26.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-05-16T03:50:26.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-05-16T03:50:26.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-05-16T03:50:26.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43322026-05-16T03:50:26.920Z
43332026-05-16T03:50:26.920Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43342026-05-16T03:50:27.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-05-16T03:50:27.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-05-16T03:50:27.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-05-16T03:50:27.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43382026-05-16T03:50:27.593Z
43392026-05-16T03:50:27.593Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43402026-05-16T03:50:28.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-05-16T03:50:28.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-05-16T03:50:28.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-05-16T03:50:28.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43442026-05-16T03:50:28.268Z
43452026-05-16T03:50:28.268Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43462026-05-16T03:50:28.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-16T03:50:28.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-16T03:50:29.182Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43492026-05-16T03:50:29.182Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43502026-05-16T03:50:29.369Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43512026-05-16T03:50:29.399Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43522026-05-16T03:50:29.420Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43532026-05-16T03:50:29.439Z Checking diff v0.1.13
43542026-05-16T03:50:29.442Z Checking yansi v1.0.1
43552026-05-16T03:50:29.442Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43562026-05-16T03:50:29.506Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43572026-05-16T03:50:29.711Z Checking pretty_assertions v1.4.1
43582026-05-16T03:50:30.331Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43592026-05-16T03:50:30.493Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43602026-05-16T03:50:53.948Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43612026-05-16T03:50:53.951Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43622026-05-16T03:50:53.951Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43632026-05-16T03:50:53.951Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43642026-05-16T03:50:53.951Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43652026-05-16T03:50:53.951Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43662026-05-16T03:50:54.763Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43672026-05-16T03:50:55.858Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43682026-05-16T03:51:34.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43692026-05-16T03:51:34.453Z
43702026-05-16T03:51:34.453Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43712026-05-16T03:51:34.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-05-16T03:51:34.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-05-16T03:51:34.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-05-16T03:51:34.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43752026-05-16T03:51:35.056Z
43762026-05-16T03:51:35.056Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43772026-05-16T03:51:35.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-16T03:51:35.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-16T03:51:35.842Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43802026-05-16T03:51:35.964Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43812026-05-16T03:51:35.967Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43822026-05-16T03:52:01.608Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43832026-05-16T03:52:01.995Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43842026-05-16T03:52:04.558Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43852026-05-16T03:52:04.558Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43862026-05-16T03:52:07.069Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43872026-05-16T03:52:30.028Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43882026-05-16T03:52:30.736Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43892026-05-16T03:52:32.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.30s
43902026-05-16T03:52:32.581Z
43912026-05-16T03:52:32.581Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43922026-05-16T03:52:33.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-16T03:52:33.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-16T03:52:33.317Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43952026-05-16T03:52:33.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43962026-05-16T03:52:34.199Z
43972026-05-16T03:52:34.199Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43982026-05-16T03:52:34.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-05-16T03:52:34.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-05-16T03:52:34.868Z Compiling blake3 v1.8.3
44012026-05-16T03:52:34.980Z Checking constant_time_eq v0.4.2
44022026-05-16T03:52:34.983Z Checking arrayref v0.3.9
44032026-05-16T03:52:34.983Z Checking arrayvec v0.7.6
44042026-05-16T03:52:35.000Z Checking topological-sort v0.2.2
44052026-05-16T03:52:35.004Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44062026-05-16T03:52:35.004Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44072026-05-16T03:52:35.010Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44082026-05-16T03:52:35.043Z Checking shell-words v1.1.1
44092026-05-16T03:52:35.770Z Checking omicron-zone-package v0.12.2
44102026-05-16T03:52:36.480Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44112026-05-16T03:52:37.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
44122026-05-16T03:52:37.512Z
44132026-05-16T03:52:37.512Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44142026-05-16T03:52:38.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-05-16T03:52:38.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-05-16T03:52:38.160Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44172026-05-16T03:52:38.480Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44182026-05-16T03:52:38.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44192026-05-16T03:52:39.058Z
44202026-05-16T03:52:39.059Zinfo: running `cargo check --bins` on schema (258/276)
44212026-05-16T03:52:39.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-05-16T03:52:39.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-05-16T03:52:39.796Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44242026-05-16T03:52:40.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44252026-05-16T03:52:40.689Z
44262026-05-16T03:52:40.689Zinfo: running `cargo check --bins` on xtask (259/276)
44272026-05-16T03:52:41.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-05-16T03:52:41.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-05-16T03:52:41.145Z Checking libc v0.2.185
44302026-05-16T03:52:41.148Z Checking serde v1.0.228
44312026-05-16T03:52:41.233Z Checking zerofrom v0.1.6
44322026-05-16T03:52:41.237Z Checking bitflags v2.11.0
44332026-05-16T03:52:41.244Z Checking smallvec v1.15.1
44342026-05-16T03:52:41.250Z Checking indexmap v2.14.0
44352026-05-16T03:52:41.260Z Checking serde_json v1.0.149
44362026-05-16T03:52:41.264Z Checking scroll v0.12.0
44372026-05-16T03:52:41.328Z Checking yoke v0.8.1
44382026-05-16T03:52:41.380Z Checking num-traits v0.2.19
44392026-05-16T03:52:41.411Z Checking thiserror v1.0.69
44402026-05-16T03:52:41.489Z Checking zerovec v0.11.5
44412026-05-16T03:52:41.489Z Checking zerotrie v0.2.3
44422026-05-16T03:52:41.509Z Checking percent-encoding v2.3.2
44432026-05-16T03:52:41.520Z Checking errno v0.3.14
44442026-05-16T03:52:41.624Z Checking serde_spanned v0.6.9
44452026-05-16T03:52:41.636Z Checking rustix v1.1.3
44462026-05-16T03:52:41.645Z Checking toml_datetime v0.6.11
44472026-05-16T03:52:41.735Z Checking log v0.4.29
44482026-05-16T03:52:41.745Z Checking form_urlencoded v1.2.2
44492026-05-16T03:52:41.761Z Checking zerocopy v0.7.35
44502026-05-16T03:52:41.818Z Checking toml_edit v0.22.27
44512026-05-16T03:52:41.846Z Checking getrandom v0.4.1
44522026-05-16T03:52:41.868Z Checking thiserror v2.0.18
44532026-05-16T03:52:41.880Z Checking goblin v0.8.2
44542026-05-16T03:52:41.893Z Checking ordered-float v2.10.1
44552026-05-16T03:52:41.909Z Checking tinystr v0.8.2
44562026-05-16T03:52:41.969Z Checking potential_utf v0.1.4
44572026-05-16T03:52:41.981Z Checking syn v2.0.117
44582026-05-16T03:52:42.086Z Checking icu_locale_core v2.1.1
44592026-05-16T03:52:42.099Z Checking icu_collections v2.1.1
44602026-05-16T03:52:42.115Z Checking serde-value v0.7.0
44612026-05-16T03:52:42.236Z Checking dtrace-parser v0.2.0
44622026-05-16T03:52:42.317Z Checking thread-id v4.2.2
44632026-05-16T03:52:42.397Z Checking once_cell v1.21.3
44642026-05-16T03:52:42.410Z Checking cargo-platform v0.2.0
44652026-05-16T03:52:42.443Z Checking terminal_size v0.4.3
44662026-05-16T03:52:42.477Z Checking memmap v0.7.0
44672026-05-16T03:52:42.567Z Checking tempfile v3.25.0
44682026-05-16T03:52:42.579Z Checking clap_builder v4.5.60
44692026-05-16T03:52:42.589Z Checking textwrap v0.16.2
44702026-05-16T03:52:42.599Z Checking fs-err v3.3.0
44712026-05-16T03:52:42.624Z Checking icu_provider v2.1.1
44722026-05-16T03:52:42.756Z Checking camino-tempfile v1.4.1
44732026-05-16T03:52:42.771Z Checking tabled v0.15.0
44742026-05-16T03:52:42.791Z Checking anyhow v1.0.102
44752026-05-16T03:52:42.859Z Checking icu_properties v2.1.2
44762026-05-16T03:52:42.890Z Checking icu_normalizer v2.1.1
44772026-05-16T03:52:42.910Z Checking toml v0.8.23
44782026-05-16T03:52:42.983Z Checking macaddr v1.0.1
44792026-05-16T03:52:43.164Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44802026-05-16T03:52:43.222Z Checking cargo_toml v0.21.0
44812026-05-16T03:52:43.664Z Checking idna_adapter v1.2.1
44822026-05-16T03:52:43.737Z Checking dof v0.3.0
44832026-05-16T03:52:43.753Z Checking clap v4.5.60
44842026-05-16T03:52:43.780Z Checking idna v1.1.0
44852026-05-16T03:52:43.993Z Checking url v2.5.8
44862026-05-16T03:52:43.993Z Checking usdt-impl v0.5.0
44872026-05-16T03:52:44.240Z Checking usdt v0.5.0
44882026-05-16T03:52:44.331Z Checking cargo-util-schemas v0.8.2
44892026-05-16T03:52:45.011Z Checking cargo_metadata v0.21.0
44902026-05-16T03:52:45.622Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44912026-05-16T03:52:46.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
44922026-05-16T03:52:46.158Z
44932026-05-16T03:52:46.158Zinfo: running `cargo check --bins` on dnsadm (260/276)
44942026-05-16T03:52:46.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-05-16T03:52:46.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-05-16T03:52:46.798Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44972026-05-16T03:52:47.275Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44982026-05-16T03:52:47.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44992026-05-16T03:52:47.866Z
45002026-05-16T03:52:47.866Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
45012026-05-16T03:52:48.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-05-16T03:52:48.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-05-16T03:52:48.665Z Checking polyval v0.6.2
45042026-05-16T03:52:48.790Z Checking ssh-encoding v0.2.0
45052026-05-16T03:52:48.793Z Checking ctr v0.9.2
45062026-05-16T03:52:48.809Z Checking blowfish v0.9.1
45072026-05-16T03:52:48.827Z Checking p521 v0.13.3
45082026-05-16T03:52:48.831Z Checking p256 v0.13.2
45092026-05-16T03:52:48.852Z Checking password-hash v0.4.2
45102026-05-16T03:52:48.867Z Checking md5 v0.7.0
45112026-05-16T03:52:48.932Z Checking ghash v0.5.1
45122026-05-16T03:52:48.947Z Checking bcrypt-pbkdf v0.10.0
45132026-05-16T03:52:48.976Z Checking russh-cryptovec v0.7.3
45142026-05-16T03:52:48.980Z Checking russh-cryptovec v0.48.0
45152026-05-16T03:52:49.034Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45162026-05-16T03:52:49.050Z Checking aes-gcm v0.10.3
45172026-05-16T03:52:49.071Z Checking pbkdf2 v0.11.0
45182026-05-16T03:52:49.086Z Checking num-bigint v0.4.6
45192026-05-16T03:52:49.136Z Checking des v0.8.1
45202026-05-16T03:52:49.139Z Checking russh-util v0.48.0
45212026-05-16T03:52:49.164Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45222026-05-16T03:52:49.201Z Checking ssh-cipher v0.2.0
45232026-05-16T03:52:49.218Z Checking hex-literal v0.4.1
45242026-05-16T03:52:49.255Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45252026-05-16T03:52:49.271Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45262026-05-16T03:52:49.287Z Checking socket2 v0.5.10
45272026-05-16T03:52:49.313Z Checking internet-checksum v0.2.1
45282026-05-16T03:52:49.414Z Checking ssh-key v0.6.7
45292026-05-16T03:52:49.540Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45302026-05-16T03:52:50.078Z Checking russh-keys v0.45.0
45312026-05-16T03:52:50.078Z Checking russh-keys v0.49.2
45322026-05-16T03:52:50.654Z Checking russh v0.45.0
45332026-05-16T03:53:06.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.83s
45342026-05-16T03:53:06.916Z
45352026-05-16T03:53:06.916Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45362026-05-16T03:53:07.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-05-16T03:53:07.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-05-16T03:53:07.560Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45392026-05-16T03:53:07.671Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45402026-05-16T03:53:07.678Z Checking termios v0.3.3
45412026-05-16T03:53:08.865Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45422026-05-16T03:53:09.015Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45432026-05-16T03:53:10.784Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45442026-05-16T03:53:11.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
45452026-05-16T03:53:11.539Z
45462026-05-16T03:53:11.539Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45472026-05-16T03:53:12.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-05-16T03:53:12.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-05-16T03:53:12.247Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45502026-05-16T03:53:12.249Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45512026-05-16T03:53:12.363Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45522026-05-16T03:53:12.366Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45532026-05-16T03:53:12.379Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45542026-05-16T03:53:12.387Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45552026-05-16T03:53:13.103Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45562026-05-16T03:53:13.453Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45572026-05-16T03:53:13.453Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45582026-05-16T03:53:14.093Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45592026-05-16T03:53:15.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45602026-05-16T03:53:15.927Z
45612026-05-16T03:53:15.927Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45622026-05-16T03:53:16.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-16T03:53:16.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-16T03:53:16.573Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45652026-05-16T03:53:17.026Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45662026-05-16T03:53:17.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45672026-05-16T03:53:17.533Z
45682026-05-16T03:53:17.533Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45692026-05-16T03:53:18.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-05-16T03:53:18.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-05-16T03:53:18.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45722026-05-16T03:53:18.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45732026-05-16T03:53:18.120Z
45742026-05-16T03:53:18.120Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45752026-05-16T03:53:18.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-05-16T03:53:18.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-05-16T03:53:18.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45782026-05-16T03:53:18.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45792026-05-16T03:53:18.711Z
45802026-05-16T03:53:18.711Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45812026-05-16T03:53:19.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-05-16T03:53:19.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-05-16T03:53:19.464Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45842026-05-16T03:53:20.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45852026-05-16T03:53:20.286Z
45862026-05-16T03:53:20.286Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45872026-05-16T03:53:20.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-05-16T03:53:20.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-05-16T03:53:20.946Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45902026-05-16T03:53:20.949Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45912026-05-16T03:53:21.223Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45922026-05-16T03:53:21.226Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45932026-05-16T03:53:22.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45942026-05-16T03:53:22.213Z
45952026-05-16T03:53:22.213Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45962026-05-16T03:53:22.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-05-16T03:53:22.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-05-16T03:53:22.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45992026-05-16T03:53:22.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46002026-05-16T03:53:22.803Z
46012026-05-16T03:53:22.803Zinfo: running `cargo check --bins` on omicron-package (270/276)
46022026-05-16T03:53:23.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-05-16T03:53:23.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-05-16T03:53:23.483Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46052026-05-16T03:53:24.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
46062026-05-16T03:53:24.753Z
46072026-05-16T03:53:24.754Zinfo: running `cargo check --bins` on tqdb (271/276)
46082026-05-16T03:53:25.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-16T03:53:25.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-16T03:53:25.533Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46112026-05-16T03:53:25.883Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46122026-05-16T03:53:26.391Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46132026-05-16T03:53:26.394Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46142026-05-16T03:53:32.209Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46152026-05-16T03:53:32.213Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46162026-05-16T03:53:32.781Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46172026-05-16T03:53:32.784Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46182026-05-16T03:53:32.784Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46192026-05-16T03:53:32.784Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46202026-05-16T03:53:33.532Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46212026-05-16T03:53:34.500Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46222026-05-16T03:53:35.271Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46232026-05-16T03:53:35.882Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46242026-05-16T03:53:40.118Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46252026-05-16T03:53:46.422Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46262026-05-16T03:53:46.425Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46272026-05-16T03:53:46.425Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46282026-05-16T03:53:46.425Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46292026-05-16T03:53:47.884Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46302026-05-16T03:53:49.203Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46312026-05-16T03:53:49.869Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46322026-05-16T03:53:51.112Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46332026-05-16T03:53:51.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.89s
46342026-05-16T03:53:51.865Z
46352026-05-16T03:53:51.866Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46362026-05-16T03:53:52.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-05-16T03:53:52.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-05-16T03:53:52.585Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46392026-05-16T03:53:52.588Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46402026-05-16T03:53:52.588Z Checking rtoolbox v0.0.3
46412026-05-16T03:53:52.716Z Checking tui-tree-widget v0.23.1
46422026-05-16T03:53:52.816Z Checking rpassword v7.4.0
46432026-05-16T03:53:53.827Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46442026-05-16T03:53:56.864Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46452026-05-16T03:53:58.677Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46462026-05-16T03:53:59.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
46472026-05-16T03:53:59.795Z
46482026-05-16T03:53:59.795Zinfo: running `cargo check --bins` on wicket (273/276)
46492026-05-16T03:54:00.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-05-16T03:54:00.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-05-16T03:54:00.493Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46522026-05-16T03:54:00.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46532026-05-16T03:54:01.051Z
46542026-05-16T03:54:01.051Zinfo: running `cargo check --bins` on wicketd (274/276)
46552026-05-16T03:54:01.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-05-16T03:54:01.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-05-16T03:54:01.766Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46582026-05-16T03:54:01.766Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46592026-05-16T03:54:01.770Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46602026-05-16T03:54:01.770Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46612026-05-16T03:54:02.749Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46622026-05-16T03:54:03.313Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46632026-05-16T03:54:06.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46642026-05-16T03:54:06.440Z
46652026-05-16T03:54:06.440Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46662026-05-16T03:54:06.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-05-16T03:54:06.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-05-16T03:54:06.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46692026-05-16T03:54:06.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46702026-05-16T03:54:07.031Z
46712026-05-16T03:54:07.031Zinfo: running `cargo check --bins` on zone-setup (276/276)
46722026-05-16T03:54:07.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46732026-05-16T03:54:07.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46742026-05-16T03:54:07.695Z Checking uzers v0.12.2
46752026-05-16T03:54:07.970Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46762026-05-16T03:54:08.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46772026-05-16T03:54:08.917Z
46782026-05-16T03:54:08.917Zreal 14:09.674588769
46792026-05-16T03:54:08.917Zuser 20:33.370239740
46802026-05-16T03:54:08.917Zsys 4:13.805315438
46812026-05-16T03:54:08.917Ztrap 0.318295281
46822026-05-16T03:54:08.917Ztflt 0.717545402
46832026-05-16T03:54:08.917Zdflt 1.135353524
46842026-05-16T03:54:08.917Zkflt 0.004887632
46852026-05-16T03:54:08.917Zlock 1:16:30.988750608
46862026-05-16T03:54:08.921Zslp 1:38:04.305537209
46872026-05-16T03:54:08.921Zlat 56.058322629
46882026-05-16T03:54:08.921Zstop 3:39.770437870
46892026-05-16T03:54:08.921Zprocess exited: duration 991742 ms, exit code 0
 
46902026-05-16T03:54:08.929Zfound 0 output files