01KRYW5DJEHH73JMSG91GPJBGH: 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: 01KRYW5QWZTSXCSX3YGYSP7EGR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T01:04:51.598Zjob assigned to worker 01KRYW5ZRFNBXGBP4VR9THBZJQ [factory aws, i-0a7cabfcac096b25a] (queued for 49 s)
 
22026-05-19T01:04:58.324Zstarting task 0: "setup"
32026-05-19T01:04:58.329Z++ uname -s
42026-05-19T01:04:58.332Z+ kern=SunOS
52026-05-19T01:04:58.332Z+ build_user=build
62026-05-19T01:04:58.332Z+ build_uid=12345
72026-05-19T01:04:58.332Z+ work_dir=/work
82026-05-19T01:04:58.332Z+ input_dir=/input
92026-05-19T01:04:58.332Z+ [[ 0 == 12345 ]]
102026-05-19T01:04:58.332Z+ case "$kern" in
112026-05-19T01:04:58.332Z+ groupadd -g 12345 build
122026-05-19T01:04:58.339Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T01:05:00.346Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T01:05:00.385Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T01:05:00.388Z+ home_fs=zfs
162026-05-19T01:05:00.388Z+ [[ zfs == autofs ]]
172026-05-19T01:05:00.388Z+ mkdir -p /home/build
182026-05-19T01:05:00.388Z+ chown build:build /home/build /work
192026-05-19T01:05:02.390Z+ chmod 0700 /home/build /work
202026-05-19T01:05:02.394Zprocess exited: duration 4070 ms, exit code 0
 
212026-05-19T01:05:02.401Zstarting task 1: "rust-toolchain"
222026-05-19T01:05:02.405Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T01:05:02.405Z * rust toolchain channel = "1.94.0"
242026-05-19T01:05:02.405Z * rust toolchain profile = "default"
252026-05-19T01:05:02.405Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-19T01:05:02.405Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T01:05:02.406Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T01:05:02.409Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T01:05:02.409Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T01:05:02.501Zinfo: downloading installer
312026-05-19T01:05:03.878Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T01:05:03.878Zwarn: /home/build/.rustup/settings.toml
332026-05-19T01:05:03.878Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T01:05:03.878Zwarn: instead of the one inferred from the default host triple.
352026-05-19T01:05:03.891Zinfo: profile set to default
362026-05-19T01:05:03.891Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T01:05:03.894Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T01:05:04.029Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T01:05:04.032Zinfo: downloading 6 components
402026-05-19T01:05:18.281Z
412026-05-19T01:05:18.281Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-19T01:05:18.315Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T01:05:18.315Z
442026-05-19T01:05:18.315Z
452026-05-19T01:05:18.315ZRust is installed now. Great!
462026-05-19T01:05:18.315Z
472026-05-19T01:05:18.319ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T01:05:18.319Zenvironment variable. This has not been done automatically.
492026-05-19T01:05:18.319Z
502026-05-19T01:05:18.319ZTo configure your current shell, you need to source
512026-05-19T01:05:18.319Zthe corresponding env file under $HOME/.cargo.
522026-05-19T01:05:18.319Z
532026-05-19T01:05:18.319ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T01:05:18.319Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T01:05:18.319Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T01:05:18.319Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T01:05:18.319Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T01:05:18.319Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T01:05:18.319Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T01:05:18.319Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T01:05:18.319Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T01:05:18.404Z+ rustup --version
632026-05-19T01:05:18.414Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T01:05:18.417Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T01:05:18.436Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T01:05:18.439Z+ cargo --version
672026-05-19T01:05:18.451Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T01:05:18.455Z+ rustc --version
692026-05-19T01:05:18.474Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T01:05:18.477Zprocess exited: duration 16075 ms, exit code 0
 
712026-05-19T01:05:18.484Zstarting task 2: "authentication"
722026-05-19T01:05:18.500Zprocess exited: duration 16 ms, exit code 0
 
732026-05-19T01:05:18.507Zstarting task 3: "clone repository"
742026-05-19T01:05:18.510Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T01:05:18.513Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T01:05:18.552ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T01:05:28.516Z+ cd /work/oxidecomputer/omicron
782026-05-19T01:05:28.516Z+ git fetch origin 329dc452fe84bf2e38fe01de06d417796578fe7b
792026-05-19T01:05:28.786ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T01:05:28.786Z * branch 329dc452fe84bf2e38fe01de06d417796578fe7b -> FETCH_HEAD
812026-05-19T01:05:28.795Z+ [[ -n zl/opte-version-override ]]
822026-05-19T01:05:28.798Z++ git branch --show-current
832026-05-19T01:05:28.798Z+ current=main
842026-05-19T01:05:28.798Z+ [[ main != zl/opte-version-override ]]
852026-05-19T01:05:28.798Z+ git branch -f zl/opte-version-override 329dc452fe84bf2e38fe01de06d417796578fe7b
862026-05-19T01:05:28.801Z+ git checkout -f zl/opte-version-override
872026-05-19T01:05:29.041ZSwitched to branch 'zl/opte-version-override'
882026-05-19T01:05:29.046Z+ git reset --hard 329dc452fe84bf2e38fe01de06d417796578fe7b
892026-05-19T01:05:29.109ZHEAD is now at 329dc452f [review] address review comments
902026-05-19T01:05:29.113Zprocess exited: duration 10604 ms, exit code 0
 
912026-05-19T01:05:29.119Zstarting task 4: "build"
922026-05-19T01:05:29.124Z+ source .github/buildomat/ci-env.sh
932026-05-19T01:05:29.124Z++ export CARGO_TERM_COLOR=always
942026-05-19T01:05:29.124Z++ CARGO_TERM_COLOR=always
952026-05-19T01:05:29.124Z+ cargo --version
962026-05-19T01:05:29.135Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T01:05:29.138Z+ rustc --version
982026-05-19T01:05:29.159Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T01:05:29.162Z+ source ./env.sh
1002026-05-19T01:05:29.162Z++ OLD_SHELL_OPTS=ehxB
1012026-05-19T01:05:29.162Z++ set -o xtrace
1022026-05-19T01:05:29.162Z++++ dirname ./env.sh
1032026-05-19T01:05:29.171Z+++ readlink -f .
1042026-05-19T01:05:29.175Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-19T01:05:29.178Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-19T01:05:29.178Z++ 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-19T01:05:29.178Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-19T01:05:29.178Z++ 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-19T01:05:29.178Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-19T01:05:29.178Z++ 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-19T01:05:29.178Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-19T01:05:29.178Z++ 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-19T01:05:29.178Z++ case $OLD_SHELL_OPTS in
1142026-05-19T01:05:29.178Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-19T01:05:29.179Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-19T01:05:29.179Z+ 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-19T01:05:29.179Z+ banner prerequisites
1182026-05-19T01:05:29.179Z
1192026-05-19T01:05:29.179Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-19T01:05:29.179Z # # # # # # # # # # # # # # #
1212026-05-19T01:05:29.179Z # # # # ##### # # ##### # # # # # #### #
1222026-05-19T01:05:29.179Z ##### ##### # ##### # # # # # # # # #
1232026-05-19T01:05:29.179Z # # # # # # # # # # # # # # #
1242026-05-19T01:05:29.179Z # # # ###### # # ###### ### # #### # #### #
1252026-05-19T01:05:29.179Z
1262026-05-19T01:05:29.179Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-19T01:05:30.828Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-19T01:05:30.889Z Startup: Caching catalogs ... Done
1292026-05-19T01:05:31.101ZPlanning: Solver setup ... Done (0.179s)
1302026-05-19T01:05:31.117ZPlanning: Running solver ... Done (0.016s)
1312026-05-19T01:05:31.129ZPlanning: Finding local manifests ... Done (0.009s)
1322026-05-19T01:05:31.140ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-19T01:05:31.161ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-19T01:05:31.174ZPlanning: Package planning ... Done (0.014s)
1352026-05-19T01:05:31.177ZPlanning: Merging actions ... Done (0.002s)
1362026-05-19T01:05:31.366ZPlanning: Checking for conflicting actions ... Done (0.190s)
1372026-05-19T01:05:31.369ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-19T01:05:32.255ZPlanning: Evaluating mediators ... Done (0.888s)
1392026-05-19T01:05:32.258ZPlanning: Planning completed in 1.35 seconds
1402026-05-19T01:05:32.264Z Packages to install: 2
1412026-05-19T01:05:32.264Z Estimated space available: 156.08 GB
1422026-05-19T01:05:32.264ZEstimated space to be consumed: 19.74 MB
1432026-05-19T01:05:32.267Z Create boot environment: No
1442026-05-19T01:05:32.267ZCreate backup boot environment: No
1452026-05-19T01:05:32.267Z Rebuild boot archive: No
1462026-05-19T01:05:32.268Z
1472026-05-19T01:05:32.268ZChanged packages:
1482026-05-19T01:05:32.268Zhelios
1492026-05-19T01:05:32.268Z developer/build-essential
1502026-05-19T01:05:32.268Z None -> 11-3.0
1512026-05-19T01:05:32.268Z library/libxmlsec1
1522026-05-19T01:05:32.268Z None -> 1.2.35-3.0
1532026-05-19T01:05:32.302Z
1542026-05-19T01:05:32.302ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-19T01:05:32.989ZDownload: Completed 1.28 MB in 0.69 seconds (1.9M/s)
1562026-05-19T01:05:33.026Z Actions: 1/268 actions (Installing new actions)
1572026-05-19T01:05:33.072Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-19T01:05:33.078ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-19T01:05:33.078ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-19T01:05:33.094ZFinalize: Updating image state ... Done (0.016s)
1612026-05-19T01:05:35.543ZFinalize: Creating fast lookup database ... Done (2.427s)
1622026-05-19T01:05:35.612ZFinalize: Reading search index ... Done (0.010s)
1632026-05-19T01:05:35.615ZFinalize: Updating search index ... Done (0.000s)
1642026-05-19T01:05:35.677ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-19T01:05:35.978ZPlanning: Evaluating mediator changes ... Done
1662026-05-19T01:05:36.086ZPlanning: Checking for conflicting actions ... Done
1672026-05-19T01:05:36.089ZPlanning: Consolidating action changes ... Done
1682026-05-19T01:05:36.257ZPlanning: Evaluating mediators ... Done
1692026-05-19T01:05:36.260ZPlanning: Planning completed in 0.28 seconds
1702026-05-19T01:05:36.282Z Mediators to change: 2
1712026-05-19T01:05:36.282Z Create boot environment: No
1722026-05-19T01:05:36.285ZCreate backup boot environment: No
1732026-05-19T01:05:36.335ZFinalize: Updating package state database ... Done
1742026-05-19T01:05:36.335ZFinalize: Updating package cache ... Done
1752026-05-19T01:05:36.344ZFinalize: Updating image state ... Done
1762026-05-19T01:05:38.371ZFinalize: Creating fast lookup database ... Done
1772026-05-19T01:05:38.438ZFinalize: Reading search index ... Done
1782026-05-19T01:05:38.441ZFinalize: Updating search index ... Done
1792026-05-19T01:05:38.520ZFinalize: Updating package cache ... Done
1802026-05-19T01:05:38.811ZPlanning: Evaluating mediator changes ... Done
1812026-05-19T01:05:38.918ZPlanning: Checking for conflicting actions ... Done
1822026-05-19T01:05:38.922ZPlanning: Consolidating action changes ... Done
1832026-05-19T01:05:39.084ZPlanning: Evaluating mediators ... Done
1842026-05-19T01:05:39.087ZPlanning: Planning completed in 0.27 seconds
1852026-05-19T01:05:39.108Z Mediators to change: 1
1862026-05-19T01:05:39.108Z Create boot environment: No
1872026-05-19T01:05:39.108ZCreate backup boot environment: No
1882026-05-19T01:05:39.160ZFinalize: Updating package state database ... Done
1892026-05-19T01:05:39.160ZFinalize: Updating package cache ... Done
1902026-05-19T01:05:39.169ZFinalize: Updating image state ... Done
1912026-05-19T01:05:41.182ZFinalize: Creating fast lookup database ... Done
1922026-05-19T01:05:41.251ZFinalize: Reading search index ... Done
1932026-05-19T01:05:41.255ZFinalize: Updating search index ... Done
1942026-05-19T01:05:41.331ZFinalize: Updating package cache ... Done
1952026-05-19T01:05:41.655ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-19T01:05:41.655Zapache system 2.4 system
1972026-05-19T01:05:41.655Zclang system 15 system
1982026-05-19T01:05:41.655Zcsh system system illumos
1992026-05-19T01:05:41.655Zctags system system illumos
2002026-05-19T01:05:41.655Zfile vendor vendor darwinsys
2012026-05-19T01:05:41.655Zfile system system illumos
2022026-05-19T01:05:41.655Zgcc vendor 14 vendor
2032026-05-19T01:05:41.655Zgcc system 13 system
2042026-05-19T01:05:41.655Zgcc system 10 system
2052026-05-19T01:05:41.655Zgo system 1.25 system
2062026-05-19T01:05:41.655Zllvm system 15 system
2072026-05-19T01:05:41.655Zmariadb system 11.4 system
2082026-05-19T01:05:41.655Zmta vendor vendor dma
2092026-05-19T01:05:41.655Zopenjdk system 17 system
2102026-05-19T01:05:41.655Zopenjdk system 11 system
2112026-05-19T01:05:41.655Zopenssl vendor 3 vendor
2122026-05-19T01:05:41.655Zperl system 5.40 system
2132026-05-19T01:05:41.655Zpostgresql system 18 system
2142026-05-19T01:05:41.655Zpostgresql system 17 system
2152026-05-19T01:05:41.655Zpython vendor 3 vendor
2162026-05-19T01:05:41.655Zpython system 2 system
2172026-05-19T01:05:41.655Zpython3 vendor 3.13 vendor
2182026-05-19T01:05:41.655Zruby system 3.4 system
2192026-05-19T01:05:41.655Zruby system 3.0 system
2202026-05-19T01:05:41.655Zwords vendor vendor american-english
2212026-05-19T01:05:41.655Zwords system system australian-english
2222026-05-19T01:05:41.655Zwords system system british-english
2232026-05-19T01:05:41.655Zwords system system canadian-english
2242026-05-19T01:05:41.655Zwords system system french
2252026-05-19T01:05:41.655Zwords system system italian
2262026-05-19T01:05:41.655Zwords system system ngerman
2272026-05-19T01:05:41.655Zwords system system ogerman
2282026-05-19T01:05:41.656Zwords system system spanish
2292026-05-19T01:05:41.923ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-19T01:05:41.923Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-19T01:05:42.202ZFMRI IFO
2322026-05-19T01:05:42.202Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-19T01:05:42.202Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-19T01:05:42.202Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-19T01:05:42.202Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-19T01:05:42.202Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-19T01:05:42.202Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-19T01:05:42.202Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-19T01:05:42.202Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-19T01:05:42.202Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-19T01:05:42.449Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-19T01:05:42.711Z Updating crates.io index
2432026-05-19T01:05:42.743Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-19T01:05:43.482Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-19T01:05:43.980Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-19T01:05:44.837Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-19T01:05:45.647Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-19T01:05:46.169Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-19T01:05:47.472Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-19T01:05:48.176Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-19T01:05:48.567Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-19T01:05:49.382Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-19T01:05:49.720Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-19T01:05:50.080Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-19T01:05:50.498Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-19T01:05:51.381Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-19T01:05:51.982Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-19T01:05:52.391Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-19T01:05:52.798Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-19T01:05:53.273Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-19T01:05:53.529Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-19T01:05:53.792Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-19T01:05:54.057Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-19T01:05:54.470Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-19T01:05:54.940Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-19T01:05:55.439Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-19T01:05:55.685Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-19T01:05:56.012Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-19T01:05:57.159Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-19T01:05:57.799Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-19T01:05:58.327Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-19T01:05:58.814Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-19T01:05:59.335Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-19T01:05:59.682Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-19T01:06:00.042Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-19T01:06:00.671Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-19T01:06:00.948Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-19T01:06:01.239Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-19T01:06:01.542Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-19T01:06:01.908Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-19T01:06:14.077Z Downloading crates ...
2822026-05-19T01:06:14.134Z Downloaded pest_derive v2.8.6
2832026-05-19T01:06:14.138Z Downloaded bitflags v2.11.0
2842026-05-19T01:06:14.147Z Downloaded zerofrom v0.1.6
2852026-05-19T01:06:14.150Z Downloaded errno v0.3.14
2862026-05-19T01:06:14.150Z Downloaded displaydoc v0.2.5
2872026-05-19T01:06:14.153Z Downloaded writeable v0.6.2
2882026-05-19T01:06:14.153Z Downloaded clap v4.5.60
2892026-05-19T01:06:14.156Z Downloaded unicode-xid v0.2.6
2902026-05-19T01:06:14.159Z Downloaded typeid v1.0.3
2912026-05-19T01:06:14.160Z Downloaded clap_derive v4.5.55
2922026-05-19T01:06:14.160Z Downloaded anstyle-query v1.1.5
2932026-05-19T01:06:14.163Z Downloaded camino v1.2.2
2942026-05-19T01:06:14.163Z Downloaded ucd-trie v0.1.7
2952026-05-19T01:06:14.163Z Downloaded anyhow v1.0.102
2962026-05-19T01:06:14.166Z Downloaded clap_lex v1.0.0
2972026-05-19T01:06:14.166Z Downloaded fs-err v3.3.0
2982026-05-19T01:06:14.169Z Downloaded anstyle v1.0.13
2992026-05-19T01:06:14.169Z Downloaded bytecount v0.6.9
3002026-05-19T01:06:14.172Z Downloaded zerofrom-derive v0.1.6
3012026-05-19T01:06:14.172Z Downloaded unicode-linebreak v0.1.5
3022026-05-19T01:06:14.175Z Downloaded crypto-common v0.1.7
3032026-05-19T01:06:14.175Z Downloaded clap_builder v4.5.60
3042026-05-19T01:06:14.178Z Downloaded thiserror v1.0.69
3052026-05-19T01:06:14.181Z Downloaded usdt-macro v0.5.0
3062026-05-19T01:06:14.181Z Downloaded cargo-platform v0.2.0
3072026-05-19T01:06:14.184Z Downloaded fastrand v2.3.0
3082026-05-19T01:06:14.184Z Downloaded byteorder v1.5.0
3092026-05-19T01:06:14.184Z Downloaded digest v0.10.7
3102026-05-19T01:06:14.188Z Downloaded cargo_metadata v0.21.0
3112026-05-19T01:06:14.190Z Downloaded usdt v0.5.0
3122026-05-19T01:06:14.190Z Downloaded thiserror v2.0.18
3132026-05-19T01:06:14.194Z Downloaded log v0.4.29
3142026-05-19T01:06:14.194Z Downloaded thiserror-impl v2.0.18
3152026-05-19T01:06:14.197Z Downloaded toml_datetime v0.6.11
3162026-05-19T01:06:14.197Z Downloaded heck v0.5.0
3172026-05-19T01:06:14.197Z Downloaded icu_properties v2.1.2
3182026-05-19T01:06:14.200Z Downloaded dtrace-parser v0.2.0
3192026-05-19T01:06:14.200Z Downloaded getrandom v0.4.1
3202026-05-19T01:06:14.203Z Downloaded thiserror-impl v1.0.69
3212026-05-19T01:06:14.207Z Downloaded proc-macro2 v1.0.106
3222026-05-19T01:06:14.207Z Downloaded plain v0.2.3
3232026-05-19T01:06:14.210Z Downloaded version_check v0.9.5
3242026-05-19T01:06:14.210Z Downloaded usdt-impl v0.5.0
3252026-05-19T01:06:14.210Z Downloaded zerovec-derive v0.11.2
3262026-05-19T01:06:14.210Z Downloaded macaddr v1.0.1
3272026-05-19T01:06:14.213Z Downloaded dof v0.3.0
3282026-05-19T01:06:14.213Z Downloaded zerotrie v0.2.3
3292026-05-19T01:06:14.216Z Downloaded form_urlencoded v1.2.2
3302026-05-19T01:06:14.216Z Downloaded toml v0.8.23
3312026-05-19T01:06:14.216Z Downloaded fnv v1.0.7
3322026-05-19T01:06:14.216Z Downloaded utf8_iter v1.0.4
3332026-05-19T01:06:14.219Z Downloaded erased-serde v0.4.9
3342026-05-19T01:06:14.220Z Downloaded yoke-derive v0.8.1
3352026-05-19T01:06:14.220Z Downloaded utf8parse v0.2.2
3362026-05-19T01:06:14.222Z Downloaded tinystr v0.8.2
3372026-05-19T01:06:14.225Z Downloaded serde_tokenstream v0.2.3
3382026-05-19T01:06:14.225Z Downloaded serde-value v0.7.0
3392026-05-19T01:06:14.225Z Downloaded zerocopy-derive v0.7.35
3402026-05-19T01:06:14.229Z Downloaded usdt-attr-macro v0.5.0
3412026-05-19T01:06:14.229Z Downloaded typenum v1.19.0
3422026-05-19T01:06:14.232Z Downloaded equivalent v1.0.2
3432026-05-19T01:06:14.232Z Downloaded cargo-util-schemas v0.8.2
3442026-05-19T01:06:14.232Z Downloaded thread-id v4.2.2
3452026-05-19T01:06:14.235Z Downloaded quote v1.0.45
3462026-05-19T01:06:14.235Z Downloaded anstream v0.6.21
3472026-05-19T01:06:14.238Z Downloaded yoke v0.8.1
3482026-05-19T01:06:14.238Z Downloaded zmij v1.0.21
3492026-05-19T01:06:14.241Z Downloaded memmap v0.7.0
3502026-05-19T01:06:14.241Z Downloaded heck v0.4.1
3512026-05-19T01:06:14.241Z Downloaded is_terminal_polyfill v1.70.2
3522026-05-19T01:06:14.244Z Downloaded unicode-ident v1.0.24
3532026-05-19T01:06:14.244Z Downloaded autocfg v1.5.0
3542026-05-19T01:06:14.247Z Downloaded zerovec v0.11.5
3552026-05-19T01:06:14.247Z Downloaded unicode-width v0.2.0
3562026-05-19T01:06:14.251Z Downloaded toml_edit v0.22.27
3572026-05-19T01:06:14.254Z Downloaded url v2.5.8
3582026-05-19T01:06:14.257Z Downloaded textwrap v0.16.2
3592026-05-19T01:06:14.257Z Downloaded strsim v0.11.1
3602026-05-19T01:06:14.260Z Downloaded generic-array v0.14.7
3612026-05-19T01:06:14.260Z Downloaded cpufeatures v0.2.17
3622026-05-19T01:06:14.260Z Downloaded colorchoice v1.0.4
3632026-05-19T01:06:14.260Z Downloaded block-buffer v0.10.4
3642026-05-19T01:06:14.263Z Downloaded zerocopy v0.7.35
3652026-05-19T01:06:14.270Z Downloaded winnow v0.7.14
3662026-05-19T01:06:14.275Z Downloaded pest_meta v2.8.6
3672026-05-19T01:06:14.278Z Downloaded serde_spanned v0.6.9
3682026-05-19T01:06:14.278Z Downloaded anstyle-parse v0.2.7
3692026-05-19T01:06:14.278Z Downloaded unicode-width v0.1.14
3702026-05-19T01:06:14.282Z Downloaded potential_utf v0.1.4
3712026-05-19T01:06:14.285Z Downloaded terminal_size v0.4.3
3722026-05-19T01:06:14.285Z Downloaded ordered-float v2.10.1
3732026-05-19T01:06:14.285Z Downloaded cfg-if v1.0.4
3742026-05-19T01:06:14.285Z Downloaded toml_write v0.1.2
3752026-05-19T01:06:14.288Z Downloaded idna_adapter v1.2.1
3762026-05-19T01:06:14.288Z Downloaded cargo_toml v0.21.0
3772026-05-19T01:06:14.288Z Downloaded stable_deref_trait v1.2.1
3782026-05-19T01:06:14.288Z Downloaded sha2 v0.10.9
3792026-05-19T01:06:14.294Z Downloaded pest_generator v2.8.6
3802026-05-19T01:06:14.294Z Downloaded num-traits v0.2.19
3812026-05-19T01:06:14.294Z Downloaded icu_normalizer v2.1.1
3822026-05-19T01:06:14.294Z Downloaded proc-macro-error-attr v1.0.4
3832026-05-19T01:06:14.294Z Downloaded pretty-hex v0.4.1
3842026-05-19T01:06:14.298Z Downloaded itoa v1.0.17
3852026-05-19T01:06:14.301Z Downloaded swrite v0.1.0
3862026-05-19T01:06:14.301Z Downloaded percent-encoding v2.3.2
3872026-05-19T01:06:14.301Z Downloaded scroll_derive v0.12.1
3882026-05-19T01:06:14.301Z Downloaded tabled_derive v0.7.0
3892026-05-19T01:06:14.304Z Downloaded memchr v2.8.0
3902026-05-19T01:06:14.308Z Downloaded scroll v0.12.0
3912026-05-19T01:06:14.311Z Downloaded icu_provider v2.1.1
3922026-05-19T01:06:14.315Z Downloaded semver v1.0.28
3932026-05-19T01:06:14.318Z Downloaded smawk v0.3.2
3942026-05-19T01:06:14.330Z Downloaded tempfile v3.25.0
3952026-05-19T01:06:14.334Z Downloaded serde-untagged v0.1.9
3962026-05-19T01:06:14.338Z Downloaded litemap v0.8.1
3972026-05-19T01:06:14.341Z Downloaded icu_locale_core v2.1.1
3982026-05-19T01:06:14.346Z Downloaded smallvec v1.15.1
3992026-05-19T01:06:14.349Z Downloaded proc-macro-error v1.0.4
4002026-05-19T01:06:14.349Z Downloaded synstructure v0.13.2
4012026-05-19T01:06:14.349Z Downloaded camino-tempfile v1.4.1
4022026-05-19T01:06:14.354Z Downloaded once_cell v1.21.3
4032026-05-19T01:06:14.357Z Downloaded serde_derive v1.0.228
4042026-05-19T01:06:14.361Z Downloaded serde_core v1.0.228
4052026-05-19T01:06:14.364Z Downloaded idna v1.1.0
4062026-05-19T01:06:14.367Z Downloaded icu_collections v2.1.1
4072026-05-19T01:06:14.371Z Downloaded icu_normalizer_data v2.1.1
4082026-05-19T01:06:14.378Z Downloaded papergrid v0.11.0
4092026-05-19T01:06:14.389Z Downloaded goblin v0.8.2
4102026-05-19T01:06:14.395Z Downloaded indexmap v2.14.0
4112026-05-19T01:06:14.400Z Downloaded serde v1.0.228
4122026-05-19T01:06:14.403Z Downloaded serde_json v1.0.149
4132026-05-19T01:06:14.407Z Downloaded hashbrown v0.17.0
4142026-05-19T01:06:14.415Z Downloaded pest v2.8.6
4152026-05-19T01:06:14.419Z Downloaded icu_properties_data v2.1.2
4162026-05-19T01:06:14.426Z Downloaded tabled v0.15.0
4172026-05-19T01:06:14.449Z Downloaded syn v1.0.109
4182026-05-19T01:06:14.461Z Downloaded syn v2.0.117
4192026-05-19T01:06:14.469Z Downloaded rustix v1.1.3
4202026-05-19T01:06:14.498Z Downloaded libc v0.2.185
4212026-05-19T01:06:14.565Z Compiling proc-macro2 v1.0.106
4222026-05-19T01:06:14.565Z Compiling quote v1.0.45
4232026-05-19T01:06:14.566Z Compiling unicode-ident v1.0.24
4242026-05-19T01:06:14.569Z Compiling serde_core v1.0.228
4252026-05-19T01:06:14.569Z Compiling libc v0.2.185
4262026-05-19T01:06:14.569Z Compiling version_check v0.9.5
4272026-05-19T01:06:14.569Z Compiling memchr v2.8.0
4282026-05-19T01:06:14.569Z Compiling serde v1.0.228
4292026-05-19T01:06:14.943Z Compiling stable_deref_trait v1.2.1
4302026-05-19T01:06:15.020Z Compiling zmij v1.0.21
4312026-05-19T01:06:15.076Z Compiling autocfg v1.5.0
4322026-05-19T01:06:15.254Z Compiling ucd-trie v0.1.7
4332026-05-19T01:06:15.433Z Compiling itoa v1.0.17
4342026-05-19T01:06:15.525Z Compiling thiserror v1.0.69
4352026-05-19T01:06:15.557Z Compiling pest v2.8.6
4362026-05-19T01:06:15.619Z Compiling writeable v0.6.2
4372026-05-19T01:06:15.637Z Compiling litemap v0.8.1
4382026-05-19T01:06:15.667Z Compiling rustix v1.1.3
4392026-05-19T01:06:15.859Z Compiling icu_normalizer_data v2.1.1
4402026-05-19T01:06:16.037Z Compiling byteorder v1.5.0
4412026-05-19T01:06:16.053Z Compiling icu_properties_data v2.1.2
4422026-05-19T01:06:16.201Z Compiling syn v2.0.117
4432026-05-19T01:06:16.270Z Compiling errno v0.3.14
4442026-05-19T01:06:16.310Z Compiling serde_json v1.0.149
4452026-05-19T01:06:16.353Z Compiling bitflags v2.11.0
4462026-05-19T01:06:16.595Z Compiling num-traits v0.2.19
4472026-05-19T01:06:16.632Z Compiling hashbrown v0.17.0
4482026-05-19T01:06:16.788Z Compiling pest_meta v2.8.6
4492026-05-19T01:06:16.811Z Compiling equivalent v1.0.2
4502026-05-19T01:06:16.887Z Compiling typeid v1.0.3
4512026-05-19T01:06:16.905Z Compiling smallvec v1.15.1
4522026-05-19T01:06:17.158Z Compiling indexmap v2.14.0
4532026-05-19T01:06:17.230Z Compiling thread-id v4.2.2
4542026-05-19T01:06:17.248Z Compiling proc-macro-error-attr v1.0.4
4552026-05-19T01:06:17.317Z Compiling usdt-impl v0.5.0
4562026-05-19T01:06:17.390Z Compiling toml_write v0.1.2
4572026-05-19T01:06:17.433Z Compiling winnow v0.7.14
4582026-05-19T01:06:17.603Z Compiling erased-serde v0.4.9
4592026-05-19T01:06:17.624Z Compiling syn v1.0.109
4602026-05-19T01:06:18.018Z Compiling proc-macro-error v1.0.4
4612026-05-19T01:06:18.057Z Compiling plain v0.2.3
4622026-05-19T01:06:18.117Z Compiling camino v1.2.2
4632026-05-19T01:06:18.199Z Compiling getrandom v0.4.1
4642026-05-19T01:06:18.456Z Compiling log v0.4.29
4652026-05-19T01:06:18.524Z Compiling utf8_iter v1.0.4
4662026-05-19T01:06:18.552Z Compiling percent-encoding v2.3.2
4672026-05-19T01:06:18.595Z Compiling utf8parse v0.2.2
4682026-05-19T01:06:18.623Z Compiling thiserror v2.0.18
4692026-05-19T01:06:18.702Z Compiling anstyle-parse v0.2.7
4702026-05-19T01:06:18.726Z Compiling form_urlencoded v1.2.2
4712026-05-19T01:06:18.740Z Compiling ordered-float v2.10.1
4722026-05-19T01:06:18.951Z Compiling synstructure v0.13.2
4732026-05-19T01:06:18.993Z Compiling pest_generator v2.8.6
4742026-05-19T01:06:19.004Z Compiling terminal_size v0.4.3
4752026-05-19T01:06:19.215Z Compiling pretty-hex v0.4.1
4762026-05-19T01:06:19.297Z Compiling is_terminal_polyfill v1.70.2
4772026-05-19T01:06:19.348Z Compiling anstyle v1.0.13
4782026-05-19T01:06:19.365Z Compiling anstyle-query v1.1.5
4792026-05-19T01:06:19.383Z Compiling cfg-if v1.0.4
4802026-05-19T01:06:19.401Z Compiling colorchoice v1.0.4
4812026-05-19T01:06:19.518Z Compiling serde-untagged v0.1.9
4822026-05-19T01:06:19.575Z Compiling anstream v0.6.21
4832026-05-19T01:06:19.608Z Compiling semver v1.0.28
4842026-05-19T01:06:19.704Z Compiling fs-err v3.3.0
4852026-05-19T01:06:19.766Z Compiling heck v0.4.1
4862026-05-19T01:06:19.888Z Compiling fastrand v2.3.0
4872026-05-19T01:06:19.906Z Compiling clap_lex v1.0.0
4882026-05-19T01:06:19.931Z Compiling heck v0.5.0
4892026-05-19T01:06:19.999Z Compiling fnv v1.0.7
4902026-05-19T01:06:20.106Z Compiling bytecount v0.6.9
4912026-05-19T01:06:20.139Z Compiling once_cell v1.21.3
4922026-05-19T01:06:20.155Z Compiling unicode-width v0.1.14
4932026-05-19T01:06:20.171Z Compiling unicode-xid v0.2.6
4942026-05-19T01:06:20.242Z Compiling strsim v0.11.1
4952026-05-19T01:06:20.285Z Compiling anyhow v1.0.102
4962026-05-19T01:06:20.301Z Compiling tempfile v3.25.0
4972026-05-19T01:06:20.429Z Compiling clap_builder v4.5.60
4982026-05-19T01:06:20.449Z Compiling papergrid v0.11.0
4992026-05-19T01:06:20.589Z Compiling memmap v0.7.0
5002026-05-19T01:06:20.672Z Compiling unicode-linebreak v0.1.5
5012026-05-19T01:06:20.691Z Compiling serde_derive v1.0.228
5022026-05-19T01:06:20.772Z Compiling zerofrom-derive v0.1.6
5032026-05-19T01:06:20.839Z Compiling yoke-derive v0.8.1
5042026-05-19T01:06:20.916Z Compiling zerovec-derive v0.11.2
5052026-05-19T01:06:20.933Z Compiling displaydoc v0.2.5
5062026-05-19T01:06:21.721Z Compiling thiserror-impl v1.0.69
5072026-05-19T01:06:21.923Z Compiling zerocopy-derive v0.7.35
5082026-05-19T01:06:22.006Z Compiling pest_derive v2.8.6
5092026-05-19T01:06:22.121Z Compiling scroll_derive v0.12.1
5102026-05-19T01:06:22.222Z Compiling zerofrom v0.1.6
5112026-05-19T01:06:22.363Z Compiling yoke v0.8.1
5122026-05-19T01:06:22.438Z Compiling thiserror-impl v2.0.18
5132026-05-19T01:06:22.564Z Compiling zerovec v0.11.5
5142026-05-19T01:06:22.804Z Compiling zerotrie v0.2.3
5152026-05-19T01:06:22.820Z Compiling zerocopy v0.7.35
5162026-05-19T01:06:23.096Z Compiling tinystr v0.8.2
5172026-05-19T01:06:23.120Z Compiling potential_utf v0.1.4
5182026-05-19T01:06:23.138Z Compiling dtrace-parser v0.2.0
5192026-05-19T01:06:23.300Z Compiling icu_locale_core v2.1.1
5202026-05-19T01:06:23.318Z Compiling icu_collections v2.1.1
5212026-05-19T01:06:23.410Z Compiling scroll v0.12.0
5222026-05-19T01:06:23.562Z Compiling tabled_derive v0.7.0
5232026-05-19T01:06:23.698Z Compiling goblin v0.8.2
5242026-05-19T01:06:23.733Z Compiling clap_derive v4.5.55
5252026-05-19T01:06:23.933Z Compiling icu_provider v2.1.1
5262026-05-19T01:06:23.972Z Compiling unicode-width v0.2.0
5272026-05-19T01:06:24.208Z Compiling icu_normalizer v2.1.1
5282026-05-19T01:06:24.235Z Compiling serde_spanned v0.6.9
5292026-05-19T01:06:24.256Z Compiling toml_datetime v0.6.11
5302026-05-19T01:06:24.309Z Compiling icu_properties v2.1.2
5312026-05-19T01:06:24.349Z Compiling dof v0.3.0
5322026-05-19T01:06:24.386Z Compiling serde_tokenstream v0.2.3
5332026-05-19T01:06:24.523Z Compiling toml_edit v0.22.27
5342026-05-19T01:06:24.546Z Compiling serde-value v0.7.0
5352026-05-19T01:06:24.755Z Compiling cargo-platform v0.2.0
5362026-05-19T01:06:24.772Z Compiling smawk v0.3.2
5372026-05-19T01:06:24.915Z Compiling textwrap v0.16.2
5382026-05-19T01:06:24.919Z Compiling tabled v0.15.0
5392026-05-19T01:06:25.033Z Compiling macaddr v1.0.1
5402026-05-19T01:06:25.262Z Compiling idna_adapter v1.2.1
5412026-05-19T01:06:25.338Z Compiling usdt-macro v0.5.0
5422026-05-19T01:06:25.382Z Compiling idna v1.1.0
5432026-05-19T01:06:25.409Z Compiling usdt-attr-macro v0.5.0
5442026-05-19T01:06:25.521Z Compiling clap v4.5.60
5452026-05-19T01:06:25.609Z Compiling camino-tempfile v1.4.1
5462026-05-19T01:06:25.781Z Compiling url v2.5.8
5472026-05-19T01:06:25.971Z Compiling toml v0.8.23
5482026-05-19T01:06:26.094Z Compiling swrite v0.1.0
5492026-05-19T01:06:26.152Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-05-19T01:06:26.388Z Compiling cargo-util-schemas v0.8.2
5512026-05-19T01:06:26.417Z Compiling cargo_toml v0.21.0
5522026-05-19T01:06:26.978Z Compiling usdt v0.5.0
5532026-05-19T01:06:27.360Z Compiling cargo_metadata v0.21.0
5542026-05-19T01:06:28.322Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-19T01:06:30.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.16s
5562026-05-19T01:06:30.693Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-19T01:06:31.268Z Downloading crates ...
5582026-05-19T01:06:31.373Z Downloaded allocator-api2 v0.2.21
5592026-05-19T01:06:31.376Z Downloaded castaway v0.2.4
5602026-05-19T01:06:31.376Z Downloaded async-recursion v1.1.1
5612026-05-19T01:06:31.380Z Downloaded aead v0.5.2
5622026-05-19T01:06:31.383Z Downloaded ascii-canvas v3.0.0
5632026-05-19T01:06:31.383Z Downloaded async-stream v0.3.6
5642026-05-19T01:06:31.386Z Downloaded cargo-platform v0.1.9
5652026-05-19T01:06:31.386Z Downloaded assert_matches v1.5.0
5662026-05-19T01:06:31.386Z Downloaded adler2 v2.0.1
5672026-05-19T01:06:31.389Z Downloaded dunce v1.0.5
5682026-05-19T01:06:31.392Z Downloaded array-init v0.0.4
5692026-05-19T01:06:31.395Z Downloaded bit-vec v0.8.0
5702026-05-19T01:06:31.395Z Downloaded ed25519 v2.2.3
5712026-05-19T01:06:31.395Z Downloaded arrayref v0.3.9
5722026-05-19T01:06:31.398Z Downloaded crucible-workspace-hack v0.1.0
5732026-05-19T01:06:31.398Z Downloaded arrayvec v0.7.6
5742026-05-19T01:06:31.401Z Downloaded crc-catalog v2.4.0
5752026-05-19T01:06:31.401Z Downloaded dropshot-api-manager v0.7.1
5762026-05-19T01:06:31.404Z Downloaded crc32fast v1.5.0
5772026-05-19T01:06:31.404Z Downloaded crc8 v0.1.1
5782026-05-19T01:06:31.407Z Downloaded const-oid v0.9.6
5792026-05-19T01:06:31.407Z Downloaded argon2 v0.5.3
5802026-05-19T01:06:31.412Z Downloaded async-bb8-diesel v0.2.1
5812026-05-19T01:06:31.421Z Downloaded compact_str v0.8.1
5822026-05-19T01:06:31.424Z Downloaded bcs v0.1.6
5832026-05-19T01:06:31.427Z Downloaded dropshot_endpoint v0.16.7
5842026-05-19T01:06:31.430Z Downloaded bitfield-macros v0.19.4
5852026-05-19T01:06:31.430Z Downloaded endian-type v0.1.2
5862026-05-19T01:06:31.430Z Downloaded csv-core v0.1.13
5872026-05-19T01:06:31.434Z Downloaded derive_builder_core v0.20.2
5882026-05-19T01:06:31.434Z Downloaded defmt v0.3.100
5892026-05-19T01:06:31.437Z Downloaded foreign-types-shared v0.1.1
5902026-05-19T01:06:31.437Z Downloaded diesel-dtrace v0.5.0
5912026-05-19T01:06:31.437Z Downloaded block-padding v0.3.3
5922026-05-19T01:06:31.441Z Downloaded dsl_auto_type v0.2.0
5932026-05-19T01:06:31.441Z Downloaded foreign-types-shared v0.3.1
5942026-05-19T01:06:31.441Z Downloaded data-encoding v2.10.0
5952026-05-19T01:06:31.445Z Downloaded ar_archive_writer v0.5.1
5962026-05-19T01:06:31.445Z Downloaded crossterm v0.29.0
5972026-05-19T01:06:31.450Z Downloaded chacha20poly1305 v0.10.1
5982026-05-19T01:06:31.450Z Downloaded cipher v0.4.4
5992026-05-19T01:06:31.450Z Downloaded bitfield-struct v0.6.2
6002026-05-19T01:06:31.454Z Downloaded base64ct v1.8.3
6012026-05-19T01:06:31.454Z Downloaded cmake v0.1.57
6022026-05-19T01:06:31.454Z Downloaded darling v0.23.0
6032026-05-19T01:06:31.458Z Downloaded glob v0.3.3
6042026-05-19T01:06:31.458Z Downloaded futures-executor v0.3.32
6052026-05-19T01:06:31.461Z Downloaded embedded-io v0.6.1
6062026-05-19T01:06:31.461Z Downloaded ed25519-dalek v2.2.0
6072026-05-19T01:06:31.465Z Downloaded crunchy v0.2.4
6082026-05-19T01:06:31.465Z Downloaded foldhash v0.1.5
6092026-05-19T01:06:31.465Z Downloaded crc v3.4.0
6102026-05-19T01:06:31.468Z Downloaded document-features v0.2.12
6112026-05-19T01:06:31.468Z Downloaded float-ord v0.3.2
6122026-05-19T01:06:31.468Z Downloaded flagset v0.4.7
6132026-05-19T01:06:31.468Z Downloaded ctr v0.9.2
6142026-05-19T01:06:31.472Z Downloaded deranged v0.5.8
6152026-05-19T01:06:31.472Z Downloaded darling_macro v0.20.11
6162026-05-19T01:06:31.472Z Downloaded bit-set v0.5.3
6172026-05-19T01:06:31.475Z Downloaded darling_core v0.21.3
6182026-05-19T01:06:31.475Z Downloaded bcrypt-pbkdf v0.10.0
6192026-05-19T01:06:31.478Z Downloaded cargo_metadata v0.19.2
6202026-05-19T01:06:31.478Z Downloaded critical-section v1.2.0
6212026-05-19T01:06:31.481Z Downloaded bit-set v0.8.0
6222026-05-19T01:06:31.481Z Downloaded ahash v0.8.12
6232026-05-19T01:06:31.484Z Downloaded derive-where v1.6.0
6242026-05-19T01:06:31.484Z Downloaded atomic-waker v1.1.2
6252026-05-19T01:06:31.487Z Downloaded async-compression v0.4.41
6262026-05-19T01:06:31.491Z Downloaded difflib v0.4.0
6272026-05-19T01:06:31.494Z Downloaded convert_case v0.4.0
6282026-05-19T01:06:31.494Z Downloaded float-cmp v0.10.0
6292026-05-19T01:06:31.494Z Downloaded diesel_table_macro_syntax v0.3.0
6302026-05-19T01:06:31.494Z Downloaded ciborium-ll v0.2.2
6312026-05-19T01:06:31.497Z Downloaded darling_macro v0.23.0
6322026-05-19T01:06:31.497Z Downloaded cassowary v0.3.0
6332026-05-19T01:06:31.497Z Downloaded blowfish v0.9.1
6342026-05-19T01:06:31.500Z Downloaded backoff v0.4.0
6352026-05-19T01:06:31.500Z Downloaded bb8 v0.8.6
6362026-05-19T01:06:31.501Z Downloaded atty v0.2.14
6372026-05-19T01:06:31.504Z Downloaded cookie v0.18.1
6382026-05-19T01:06:31.504Z Downloaded globwalk v0.9.1
6392026-05-19T01:06:31.507Z Downloaded cobs v0.3.0
6402026-05-19T01:06:31.507Z Downloaded either v1.15.0
6412026-05-19T01:06:31.510Z Downloaded darling_core v0.23.0
6422026-05-19T01:06:31.513Z Downloaded ciborium-io v0.2.2
6432026-05-19T01:06:31.513Z Downloaded base64 v0.22.1
6442026-05-19T01:06:31.516Z Downloaded hash32 v0.3.1
6452026-05-19T01:06:31.519Z Downloaded corncobs v0.1.4
6462026-05-19T01:06:31.519Z Downloaded async-trait v0.1.89
6472026-05-19T01:06:31.519Z Downloaded constant_time_eq v0.4.2
6482026-05-19T01:06:31.522Z Downloaded display-error-chain v0.2.2
6492026-05-19T01:06:31.522Z Downloaded chacha20 v0.9.1
6502026-05-19T01:06:31.525Z Downloaded cpufeatures v0.3.0
6512026-05-19T01:06:31.525Z Downloaded cfg_aliases v0.1.1
6522026-05-19T01:06:31.525Z Downloaded compression-core v0.4.31
6532026-05-19T01:06:31.529Z Downloaded atomicwrites v0.4.4
6542026-05-19T01:06:31.529Z Downloaded hash32 v0.2.1
6552026-05-19T01:06:31.529Z Downloaded cstr-argument v0.1.2
6562026-05-19T01:06:31.529Z Downloaded gethostname v0.5.0
6572026-05-19T01:06:31.532Z Downloaded chacha20 v0.10.0
6582026-05-19T01:06:31.532Z Downloaded futures-task v0.3.32
6592026-05-19T01:06:31.532Z Downloaded dof v0.4.0
6602026-05-19T01:06:31.535Z Downloaded derive_builder_macro v0.20.2
6612026-05-19T01:06:31.535Z Downloaded darling_macro v0.21.3
6622026-05-19T01:06:31.535Z Downloaded ciborium v0.2.2
6632026-05-19T01:06:31.538Z Downloaded git-stub v1.0.0
6642026-05-19T01:06:31.538Z Downloaded futures-macro v0.3.32
6652026-05-19T01:06:31.538Z Downloaded downcast-rs v2.0.2
6662026-05-19T01:06:31.541Z Downloaded fixedbitset v0.4.2
6672026-05-19T01:06:31.541Z Downloaded bitfield v0.19.4
6682026-05-19T01:06:31.541Z Downloaded dtrace-parser v0.3.0
6692026-05-19T01:06:31.544Z Downloaded defmt-parser v1.0.0
6702026-05-19T01:06:31.544Z Downloaded enum-as-inner v0.6.1
6712026-05-19T01:06:31.544Z Downloaded http-range v0.1.5
6722026-05-19T01:06:31.544Z Downloaded hex v0.4.3
6732026-05-19T01:06:31.547Z Downloaded curve25519-dalek-derive v0.1.1
6742026-05-19T01:06:31.547Z Downloaded headers-core v0.3.0
6752026-05-19T01:06:31.547Z Downloaded debug-ignore v1.0.5
6762026-05-19T01:06:31.550Z Downloaded futures-sink v0.3.32
6772026-05-19T01:06:31.550Z Downloaded fallible-iterator v0.2.0
6782026-05-19T01:06:31.550Z Downloaded cbc v0.1.2
6792026-05-19T01:06:31.552Z Downloaded aho-corasick v1.1.4
6802026-05-19T01:06:31.555Z Downloaded ecdsa v0.16.9
6812026-05-19T01:06:31.558Z Downloaded darling v0.21.3
6822026-05-19T01:06:31.561Z Downloaded ghash v0.5.1
6832026-05-19T01:06:31.561Z Downloaded foreign-types-macros v0.2.3
6842026-05-19T01:06:31.561Z Downloaded byte-wrapper v0.1.0
6852026-05-19T01:06:31.565Z Downloaded dropshot-api-manager-types v0.7.1
6862026-05-19T01:06:31.565Z Downloaded compression-codecs v0.4.37
6872026-05-19T01:06:31.568Z Downloaded futures-io v0.3.32
6882026-05-19T01:06:31.568Z Downloaded blake2 v0.10.6
6892026-05-19T01:06:31.571Z Downloaded funty v2.0.0
6902026-05-19T01:06:31.571Z Downloaded dirs-sys-next v0.1.2
6912026-05-19T01:06:31.571Z Downloaded fxhash v0.2.1
6922026-05-19T01:06:31.571Z Downloaded embedded-io v0.4.0
6932026-05-19T01:06:31.573Z Downloaded bit-vec v0.6.3
6942026-05-19T01:06:31.573Z Downloaded crossbeam-epoch v0.9.18
6952026-05-19T01:06:31.577Z Downloaded http-body v1.0.1
6962026-05-19T01:06:31.577Z Downloaded dirs-next v2.0.0
6972026-05-19T01:06:31.577Z Downloaded crc-any v2.5.0
6982026-05-19T01:06:31.580Z Downloaded hex-literal v0.4.1
6992026-05-19T01:06:31.580Z Downloaded crossbeam-channel v0.5.15
7002026-05-19T01:06:31.584Z Downloaded fs-err v2.11.0
7012026-05-19T01:06:31.584Z Downloaded daft v0.1.5
7022026-05-19T01:06:31.584Z Downloaded foreign-types v0.5.0
7032026-05-19T01:06:31.587Z Downloaded find-msvc-tools v0.1.9
7042026-05-19T01:06:31.587Z Downloaded cancel-safe-futures v0.1.5
7052026-05-19T01:06:31.591Z Downloaded camino-tempfile-ext v0.3.3
7062026-05-19T01:06:31.591Z Downloaded ff v0.13.1
7072026-05-19T01:06:31.591Z Downloaded erased-serde v0.3.31
7082026-05-19T01:06:31.594Z Downloaded filetime v0.2.27
7092026-05-19T01:06:31.594Z Downloaded foreign-types v0.3.2
7102026-05-19T01:06:31.594Z Downloaded fd-lock v4.0.4
7112026-05-19T01:06:31.597Z Downloaded env_logger v0.11.9
7122026-05-19T01:06:31.597Z Downloaded inout v0.1.4
7132026-05-19T01:06:31.600Z Downloaded derive-ex v0.1.8
7142026-05-19T01:06:31.600Z Downloaded fixedbitset v0.5.7
7152026-05-19T01:06:31.603Z Downloaded highway v1.3.0
7162026-05-19T01:06:31.603Z Downloaded clang-sys v1.8.1
7172026-05-19T01:06:31.603Z Downloaded bytes v1.11.1
7182026-05-19T01:06:31.607Z Downloaded hubpack v0.1.2
7192026-05-19T01:06:31.610Z Downloaded instant v0.1.13
7202026-05-19T01:06:31.610Z Downloaded httpdate v1.0.3
7212026-05-19T01:06:31.610Z Downloaded hostname v0.3.1
7222026-05-19T01:06:31.612Z Downloaded home v0.5.12
7232026-05-19T01:06:31.613Z Downloaded const_format_proc_macros v0.2.34
7242026-05-19T01:06:31.615Z Downloaded env_filter v1.0.0
7252026-05-19T01:06:31.615Z Downloaded indoc v1.0.9
7262026-05-19T01:06:31.618Z Downloaded hyper-tls v0.6.0
7272026-05-19T01:06:31.618Z Downloaded ena v0.14.4
7282026-05-19T01:06:31.621Z Downloaded hostname v0.4.2
7292026-05-19T01:06:31.621Z Downloaded humantime v2.3.0
7302026-05-19T01:06:31.624Z Downloaded is-terminal v0.4.17
7312026-05-19T01:06:31.624Z Downloaded hubpack_derive v0.1.1
7322026-05-19T01:06:31.624Z Downloaded git-stub-vcs v0.1.0
7332026-05-19T01:06:31.627Z Downloaded http-body-util v0.1.3
7342026-05-19T01:06:31.627Z Downloaded foldhash v0.2.0
7352026-05-19T01:06:31.630Z Downloaded globset v0.4.18
7362026-05-19T01:06:31.630Z Downloaded crossbeam-deque v0.8.6
7372026-05-19T01:06:31.630Z Downloaded buf-list v1.1.2
7382026-05-19T01:06:31.633Z Downloaded internet-checksum v0.2.1
7392026-05-19T01:06:31.633Z Downloaded bzip2 v0.6.1
7402026-05-19T01:06:31.637Z Downloaded diff v0.1.13
7412026-05-19T01:06:31.637Z Downloaded lru v0.12.5
7422026-05-19T01:06:31.640Z Downloaded is_ci v1.2.0
7432026-05-19T01:06:31.640Z Downloaded drift v0.1.3
7442026-05-19T01:06:31.643Z Downloaded instability v0.3.11
7452026-05-19T01:06:31.646Z Downloaded indent_write v2.2.0
7462026-05-19T01:06:31.646Z Downloaded ident_case v1.0.1
7472026-05-19T01:06:31.646Z Downloaded indoc v2.0.7
7482026-05-19T01:06:31.649Z Downloaded daft-derive v0.1.5
7492026-05-19T01:06:31.652Z Downloaded managed v0.8.0
7502026-05-19T01:06:31.652Z Downloaded impl-trait-for-tuples v0.2.3
7512026-05-19T01:06:31.655Z Downloaded lru-slab v0.1.2
7522026-05-19T01:06:31.656Z Downloaded libscf-sys v1.1.0
7532026-05-19T01:06:31.656Z Downloaded lazy_static v1.5.0
7542026-05-19T01:06:31.656Z Downloaded keccak v0.1.6
7552026-05-19T01:06:31.659Z Downloaded memoffset v0.9.1
7562026-05-19T01:06:31.659Z Downloaded md5 v0.7.0
7572026-05-19T01:06:31.659Z Downloaded hyper-staticfile v0.10.1
7582026-05-19T01:06:31.662Z Downloaded match_cfg v0.1.0
7592026-05-19T01:06:31.662Z Downloaded console v0.15.11
7602026-05-19T01:06:31.662Z Downloaded newtype_derive v0.1.6
7612026-05-19T01:06:31.665Z Downloaded defmt-macros v1.0.1
7622026-05-19T01:06:31.665Z Downloaded derive_builder v0.20.2
7632026-05-19T01:06:31.668Z Downloaded colored v3.1.1
7642026-05-19T01:06:31.671Z Downloaded lalrpop-util v0.19.12
7652026-05-19T01:06:31.671Z Downloaded crossbeam-utils v0.8.21
7662026-05-19T01:06:31.674Z Downloaded futures-channel v0.3.32
7672026-05-19T01:06:31.674Z Downloaded maplit v1.0.2
7682026-05-19T01:06:31.678Z Downloaded lru-cache v0.1.2
7692026-05-19T01:06:31.678Z Downloaded fs_extra v1.3.0
7702026-05-19T01:06:31.678Z Downloaded elliptic-curve v0.13.8
7712026-05-19T01:06:31.681Z Downloaded getrandom v0.2.17
7722026-05-19T01:06:31.684Z Downloaded multimap v0.10.1
7732026-05-19T01:06:31.684Z Downloaded des v0.8.1
7742026-05-19T01:06:31.687Z Downloaded linked-hash-map v0.5.6
7752026-05-19T01:06:31.687Z Downloaded cc v1.2.56
7762026-05-19T01:06:31.690Z Downloaded libsw-core v0.3.2
7772026-05-19T01:06:31.690Z Downloaded half v1.8.3
7782026-05-19T01:06:31.693Z Downloaded libloading v0.8.9
7792026-05-19T01:06:31.696Z Downloaded newtype-uuid-macros v0.1.0
7802026-05-19T01:06:31.696Z Downloaded num v0.4.3
7812026-05-19T01:06:31.696Z Downloaded ipnet v2.11.0
7822026-05-19T01:06:31.699Z Downloaded darling_core v0.20.11
7832026-05-19T01:06:31.700Z Downloaded md-5 v0.10.6
7842026-05-19T01:06:31.703Z Downloaded num_enum_derive v0.5.11
7852026-05-19T01:06:31.703Z Downloaded ingot v0.1.1
7862026-05-19T01:06:31.703Z Downloaded nonempty v0.12.0
7872026-05-19T01:06:31.706Z Downloaded futures v0.3.32
7882026-05-19T01:06:31.709Z Downloaded nibble_vec v0.1.0
7892026-05-19T01:06:31.709Z Downloaded fatfs v0.3.6
7902026-05-19T01:06:31.712Z Downloaded futures-core v0.3.32
7912026-05-19T01:06:31.712Z Downloaded new_debug_unreachable v1.0.6
7922026-05-19T01:06:31.712Z Downloaded newtype-uuid v1.3.2
7932026-05-19T01:06:31.712Z Downloaded kstat-rs v0.2.4
7942026-05-19T01:06:31.715Z Downloaded hmac v0.12.1
7952026-05-19T01:06:31.715Z Downloaded num-conv v0.2.0
7962026-05-19T01:06:31.716Z Downloaded normalize-line-endings v0.3.0
7972026-05-19T01:06:31.719Z Downloaded oso-derive v0.27.3
7982026-05-19T01:06:31.719Z Downloaded newline-converter v0.3.0
7992026-05-19T01:06:31.719Z Downloaded libefi-sys v0.1.0
8002026-05-19T01:06:31.719Z Downloaded jobserver v0.1.34
8012026-05-19T01:06:31.722Z Downloaded mime v0.3.17
8022026-05-19T01:06:31.722Z Downloaded derive_more v0.99.20
8032026-05-19T01:06:31.725Z Downloaded nodrop v0.1.14
8042026-05-19T01:06:31.725Z Downloaded ipnetwork v0.21.1
8052026-05-19T01:06:31.729Z Downloaded multer v3.1.0
8062026-05-19T01:06:31.729Z Downloaded libsw v3.5.0
8072026-05-19T01:06:31.729Z Downloaded heapless v0.8.0
8082026-05-19T01:06:31.732Z Downloaded flume v0.11.1
8092026-05-19T01:06:31.735Z Downloaded httparse v1.10.1
8102026-05-19T01:06:31.735Z Downloaded opaque-debug v0.3.1
8112026-05-19T01:06:31.735Z Downloaded num_threads v0.1.7
8122026-05-19T01:06:31.738Z Downloaded maybe-uninit v2.0.0
8132026-05-19T01:06:31.738Z Downloaded litrs v1.0.0
8142026-05-19T01:06:31.741Z Downloaded derive_more-impl v2.1.1
8152026-05-19T01:06:31.744Z Downloaded iana-time-zone v0.1.65
8162026-05-19T01:06:31.744Z Downloaded num-derive v0.4.2
8172026-05-19T01:06:31.747Z Downloaded num-derive v0.3.3
8182026-05-19T01:06:31.748Z Downloaded mime_guess v2.0.5
8192026-05-19T01:06:31.748Z Downloaded group v0.13.0
8202026-05-19T01:06:31.751Z Downloaded openssl-probe v0.2.1
8212026-05-19T01:06:31.751Z Downloaded ingot-types v0.1.2
8222026-05-19T01:06:31.751Z Downloaded dropshot_endpoint v0.17.0
8232026-05-19T01:06:31.754Z Downloaded parse-display v0.10.0
8242026-05-19T01:06:31.755Z Downloaded cexpr v0.6.0
8252026-05-19T01:06:31.758Z Downloaded packed_struct_codegen v0.10.1
8262026-05-19T01:06:31.770Z Downloaded peg-runtime v0.8.5
8272026-05-19T01:06:31.773Z Downloaded pbkdf2 v0.12.2
8282026-05-19T01:06:31.773Z Downloaded num-rational v0.4.2
8292026-05-19T01:06:31.773Z Downloaded pbkdf2 v0.11.0
8302026-05-19T01:06:31.777Z Downloaded path-slash v0.1.5
8312026-05-19T01:06:31.777Z Downloaded parse-size v1.1.0
8322026-05-19T01:06:31.777Z Downloaded openssl-probe v0.1.6
8332026-05-19T01:06:31.780Z Downloaded openssl-macros v0.1.1
8342026-05-19T01:06:31.780Z Downloaded olpc-cjson v0.1.4
8352026-05-19T01:06:31.780Z Downloaded pin-utils v0.1.0
8362026-05-19T01:06:31.780Z Downloaded native-tls v0.2.18
8372026-05-19T01:06:31.783Z Downloaded nanorand v0.7.0
8382026-05-19T01:06:31.783Z Downloaded ingot-macros v0.1.1
8392026-05-19T01:06:31.786Z Downloaded half v2.7.1
8402026-05-19T01:06:31.786Z Downloaded getrandom v0.3.4
8412026-05-19T01:06:31.789Z Downloaded derive_more v2.1.1
8422026-05-19T01:06:31.794Z Downloaded powerfmt v0.2.0
8432026-05-19T01:06:31.797Z Downloaded phf_shared v0.13.1
8442026-05-19T01:06:31.797Z Downloaded num-iter v0.1.45
8452026-05-19T01:06:31.797Z Downloaded num_enum_derive v0.7.5
8462026-05-19T01:06:31.800Z Downloaded num_enum v0.7.5
8472026-05-19T01:06:31.810Z Downloaded lzss v0.8.2
8482026-05-19T01:06:31.810Z Downloaded ignore v0.4.25
8492026-05-19T01:06:31.810Z Downloaded memmap2 v0.9.10
8502026-05-19T01:06:31.810Z Downloaded linear-map v1.2.0
8512026-05-19T01:06:31.810Z Downloaded flate2 v1.1.9
8522026-05-19T01:06:31.810Z Downloaded predicates-tree v1.0.13
8532026-05-19T01:06:31.813Z Downloaded predicates-core v1.0.10
8542026-05-19T01:06:31.813Z Downloaded phf_shared v0.11.3
8552026-05-19T01:06:31.814Z Downloaded bumpalo v3.20.2
8562026-05-19T01:06:31.814Z Downloaded password-hash v0.5.0
8572026-05-19T01:06:31.817Z Downloaded owo-colors v4.3.0
8582026-05-19T01:06:31.817Z Downloaded num-complex v0.4.6
8592026-05-19T01:06:31.817Z Downloaded oxnet v0.1.4
8602026-05-19T01:06:31.820Z Downloaded indexmap v1.9.3
8612026-05-19T01:06:31.823Z Downloaded parse-display-derive v0.10.0
8622026-05-19T01:06:31.823Z Downloaded progenitor-macro v0.14.0
8632026-05-19T01:06:31.823Z Downloaded progenitor-client v0.14.0
8642026-05-19T01:06:31.826Z Downloaded progenitor-client v0.11.2
8652026-05-19T01:06:31.826Z Downloaded proc-macro-crate v3.4.0
8662026-05-19T01:06:31.826Z Downloaded progenitor-macro v0.10.0
8672026-05-19T01:06:31.826Z Downloaded oxide-tokio-rt v0.1.4
8682026-05-19T01:06:31.829Z Downloaded proc-macro-crate v1.3.1
8692026-05-19T01:06:31.829Z Downloaded packed_struct v0.10.1
8702026-05-19T01:06:31.832Z Downloaded crypto-bigint v0.5.5
8712026-05-19T01:06:31.835Z Downloaded peg-macros v0.8.5
8722026-05-19T01:06:31.835Z Downloaded num_enum v0.5.11
8732026-05-19T01:06:31.838Z Downloaded phf_shared v0.12.1
8742026-05-19T01:06:31.841Z Downloaded progenitor-macro v0.11.2
8752026-05-19T01:06:31.841Z Downloaded proc-macro-error-attr2 v2.0.0
8762026-05-19T01:06:31.841Z Downloaded precomputed-hash v0.1.1
8772026-05-19T01:06:31.841Z Downloaded pin-project-internal v1.1.11
8782026-05-19T01:06:31.845Z Downloaded pkcs8 v0.10.2
8792026-05-19T01:06:31.845Z Downloaded pem-rfc7468 v0.7.0
8802026-05-19T01:06:31.848Z Downloaded pem v3.0.6
8812026-05-19T01:06:31.848Z Downloaded heapless v0.7.17
8822026-05-19T01:06:31.851Z Downloaded headers v0.4.1
8832026-05-19T01:06:31.854Z Downloaded psl-types v2.0.11
8842026-05-19T01:06:31.854Z Downloaded rand_chacha v0.3.1
8852026-05-19T01:06:31.854Z Downloaded progenitor-macro v0.13.0
8862026-05-19T01:06:31.857Z Downloaded progenitor-client v0.10.0
8872026-05-19T01:06:31.857Z Downloaded expectorate v1.2.0
8882026-05-19T01:06:31.858Z Downloaded quick-error v1.2.3
8892026-05-19T01:06:31.861Z Downloaded pin-project-lite v0.2.17
8902026-05-19T01:06:31.864Z Downloaded libbz2-rs-sys v0.2.2
8912026-05-19T01:06:31.864Z Downloaded omicron-zone-package v0.12.2
8922026-05-19T01:06:31.867Z Downloaded radium v0.7.0
8932026-05-19T01:06:31.867Z Downloaded phf v0.13.1
8942026-05-19T01:06:31.867Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-05-19T01:06:31.867Z Downloaded aws-lc-rs v1.16.0
8962026-05-19T01:06:31.873Z Downloaded progenitor v0.11.2
8972026-05-19T01:06:31.876Z Downloaded crossterm v0.28.1
8982026-05-19T01:06:31.879Z Downloaded ppv-lite86 v0.2.21
8992026-05-19T01:06:31.879Z Downloaded primeorder v0.13.6
9002026-05-19T01:06:31.882Z Downloaded progenitor-client v0.13.0
9012026-05-19T01:06:31.882Z Downloaded postgres-protocol v0.6.10
9022026-05-19T01:06:31.882Z Downloaded progenitor v0.13.0
9032026-05-19T01:06:31.885Z Downloaded predicates v3.1.4
9042026-05-19T01:06:31.885Z Downloaded ref-cast-impl v1.0.25
9052026-05-19T01:06:31.888Z Downloaded recursive v0.1.1
9062026-05-19T01:06:31.888Z Downloaded ref-cast v1.0.25
9072026-05-19T01:06:31.889Z Downloaded pkg-config v0.3.32
9082026-05-19T01:06:31.892Z Downloaded phf v0.12.1
9092026-05-19T01:06:31.892Z Downloaded der v0.7.10
9102026-05-19T01:06:31.895Z Downloaded parking_lot v0.11.2
9112026-05-19T01:06:31.895Z Downloaded indicatif v0.18.4
9122026-05-19T01:06:31.898Z Downloaded rand_xorshift v0.4.0
9132026-05-19T01:06:31.898Z Downloaded progenitor v0.10.0
9142026-05-19T01:06:31.901Z Downloaded papergrid v0.17.0
9152026-05-19T01:06:31.904Z Downloaded rfc6979 v0.4.0
9162026-05-19T01:06:31.904Z Downloaded pkcs5 v0.7.1
9172026-05-19T01:06:31.908Z Downloaded progenitor v0.14.0
9182026-05-19T01:06:31.908Z Downloaded diesel_derives v2.3.7
9192026-05-19T01:06:31.911Z Downloaded russh-cryptovec v0.7.3
9202026-05-19T01:06:31.914Z Downloaded rtoolbox v0.0.3
9212026-05-19T01:06:31.914Z Downloaded rustc_version v0.4.1
9222026-05-19T01:06:31.914Z Downloaded rustc_version v0.1.7
9232026-05-19T01:06:31.914Z Downloaded proc-macro-error2 v2.0.1
9242026-05-19T01:06:31.917Z Downloaded pkcs1 v0.7.5
9252026-05-19T01:06:31.920Z Downloaded num-integer v0.1.46
9262026-05-19T01:06:31.920Z Downloaded nu-ansi-term v0.50.3
9272026-05-19T01:06:31.920Z Downloaded r2d2 v0.8.10
9282026-05-19T01:06:31.923Z Downloaded hickory-resolver v0.24.4
9292026-05-19T01:06:31.926Z Downloaded bitvec v1.0.1
9302026-05-19T01:06:31.932Z Downloaded rand_chacha v0.9.0
9312026-05-19T01:06:31.936Z Downloaded hickory-resolver v0.25.2
9322026-05-19T01:06:31.936Z Downloaded parking_lot_core v0.9.12
9332026-05-19T01:06:31.939Z Downloaded miniz_oxide v0.8.9
9342026-05-19T01:06:31.939Z Downloaded const_format v0.2.35
9352026-05-19T01:06:31.942Z Downloaded psm v0.1.30
9362026-05-19T01:06:31.945Z Downloaded postgres-types v0.2.12
9372026-05-19T01:06:31.945Z Downloaded scheduled-thread-pool v0.2.7
9382026-05-19T01:06:31.948Z Downloaded rand_core v0.10.0
9392026-05-19T01:06:31.948Z Downloaded rand_seeder v0.4.0
9402026-05-19T01:06:31.951Z Downloaded same-file v1.0.6
9412026-05-19T01:06:31.951Z Downloaded rand_core v0.6.4
9422026-05-19T01:06:31.951Z Downloaded salsa20 v0.10.2
9432026-05-19T01:06:31.951Z Downloaded sapling-renderdag v0.1.0
9442026-05-19T01:06:31.956Z Downloaded polyval v0.6.2
9452026-05-19T01:06:31.956Z Downloaded paste v1.0.15
9462026-05-19T01:06:31.959Z Downloaded rand_core v0.9.5
9472026-05-19T01:06:31.959Z Downloaded parking_lot_core v0.8.6
9482026-05-19T01:06:31.959Z Downloaded peg v0.8.5
9492026-05-19T01:06:31.962Z Downloaded scopeguard v1.2.0
9502026-05-19T01:06:31.962Z Downloaded secrecy v0.8.0
9512026-05-19T01:06:31.962Z Downloaded parking_lot v0.12.5
9522026-05-19T01:06:31.965Z Downloaded secrecy v0.10.3
9532026-05-19T01:06:31.965Z Downloaded scrypt v0.11.0
9542026-05-19T01:06:31.965Z Downloaded serde_bytes v0.11.19
9552026-05-19T01:06:31.968Z Downloaded serde-big-array v0.5.1
9562026-05-19T01:06:31.968Z Downloaded oso v0.27.3
9572026-05-19T01:06:31.971Z Downloaded progenitor-extras v0.2.0
9582026-05-19T01:06:31.972Z Downloaded semver v0.1.20
9592026-05-19T01:06:31.972Z Downloaded scroll_derive v0.13.1
9602026-05-19T01:06:31.975Z Downloaded password-hash v0.4.2
9612026-05-19T01:06:31.975Z Downloaded lock_api v0.4.14
9622026-05-19T01:06:31.975Z Downloaded arc-swap v1.8.2
9632026-05-19T01:06:31.978Z Downloaded hyper-rustls v0.27.7
9642026-05-19T01:06:31.978Z Downloaded base64 v0.21.7
9652026-05-19T01:06:31.983Z Downloaded bitflags v1.3.2
9662026-05-19T01:06:31.987Z Downloaded serde_repr v0.1.20
9672026-05-19T01:06:31.987Z Downloaded serde_plain v1.0.2
9682026-05-19T01:06:31.987Z Downloaded seq-macro v0.3.6
9692026-05-19T01:06:31.987Z Downloaded cookie_store v0.22.1
9702026-05-19T01:06:31.990Z Downloaded convert_case v0.10.0
9712026-05-19T01:06:31.990Z Downloaded resolv-conf v0.7.6
9722026-05-19T01:06:31.990Z Downloaded rustls-native-certs v0.8.3
9732026-05-19T01:06:31.995Z Downloaded console v0.16.2
9742026-05-19T01:06:31.995Z Downloaded colored v2.2.0
9752026-05-19T01:06:31.995Z Downloaded der_derive v0.7.3
9762026-05-19T01:06:31.999Z Downloaded sha1 v0.10.6
9772026-05-19T01:06:31.999Z Downloaded bzip2 v0.4.4
9782026-05-19T01:06:31.999Z Downloaded hashbrown v0.13.2
9792026-05-19T01:06:32.003Z Downloaded shell-words v1.1.1
9802026-05-19T01:06:32.003Z Downloaded backon v1.6.0
9812026-05-19T01:06:32.003Z Downloaded cfg_aliases v0.2.1
9822026-05-19T01:06:32.003Z Downloaded http v1.4.0
9832026-05-19T01:06:32.007Z Downloaded pin-project v1.1.11
9842026-05-19T01:06:32.012Z Downloaded rustc-hash v2.1.1
9852026-05-19T01:06:32.015Z Downloaded sigpipe v0.1.3
9862026-05-19T01:06:32.015Z Downloaded signal-hook-mio v0.2.5
9872026-05-19T01:06:32.015Z Downloaded siphasher v1.0.2
9882026-05-19T01:06:32.015Z Downloaded rustversion v1.0.22
9892026-05-19T01:06:32.018Z Downloaded hickory-server v0.25.2
9902026-05-19T01:06:32.021Z Downloaded slog-bunyan v2.5.0
9912026-05-19T01:06:32.022Z Downloaded signature v2.2.0
9922026-05-19T01:06:32.022Z Downloaded signal-hook-tokio v0.3.1
9932026-05-19T01:06:32.022Z Downloaded postcard v1.1.3
9942026-05-19T01:06:32.025Z Downloaded serde_urlencoded v0.7.1
9952026-05-19T01:06:32.025Z Downloaded rustls-pemfile v1.0.4
9962026-05-19T01:06:32.028Z Downloaded slog-envlogger v2.2.0
9972026-05-19T01:06:32.028Z Downloaded schemars_derive v0.8.22
9982026-05-19T01:06:32.028Z Downloaded progenitor-impl v0.13.0
9992026-05-19T01:06:32.031Z Downloaded defmt v1.0.1
10002026-05-19T01:06:32.034Z Downloaded darling v0.20.11
10012026-05-19T01:06:32.037Z Downloaded p256 v0.13.2
10022026-05-19T01:06:32.037Z Downloaded progenitor-impl v0.11.2
10032026-05-19T01:06:32.040Z Downloaded openssl-sys v0.9.114
10042026-05-19T01:06:32.044Z Downloaded sct v0.7.1
10052026-05-19T01:06:32.044Z Downloaded rusty-fork v0.3.1
10062026-05-19T01:06:32.047Z Downloaded dyn-clone v1.0.20
10072026-05-19T01:06:32.047Z Downloaded base16ct v0.2.0
10082026-05-19T01:06:32.047Z Downloaded async-stream-impl v0.3.6
10092026-05-19T01:06:32.047Z Downloaded sec1 v0.7.3
10102026-05-19T01:06:32.054Z Downloaded serde-hex v0.1.0
10112026-05-19T01:06:32.057Z Downloaded quinn-udp v0.5.14
10122026-05-19T01:06:32.061Z Downloaded sqlparser_derive v0.5.0
10132026-05-19T01:06:32.067Z Downloaded serde_path_to_error v0.1.20
10142026-05-19T01:06:32.071Z Downloaded rcgen v0.12.1
10152026-05-19T01:06:32.076Z Downloaded jiff-static v0.2.21
10162026-05-19T01:06:32.080Z Downloaded strip-ansi-escapes v0.2.1
10172026-05-19T01:06:32.080Z Downloaded structmeta-derive v0.3.0
10182026-05-19T01:06:32.080Z Downloaded structmeta v0.3.0
10192026-05-19T01:06:32.080Z Downloaded ssh-encoding v0.2.0
10202026-05-19T01:06:32.080Z Downloaded russh-keys v0.45.0
10212026-05-19T01:06:32.084Z Downloaded simd-adler32 v0.3.8
10222026-05-19T01:06:32.084Z Downloaded signal-hook-registry v1.4.8
10232026-05-19T01:06:32.084Z Downloaded shlex v1.3.0
10242026-05-19T01:06:32.086Z Downloaded rustls-pki-types v1.14.0
10252026-05-19T01:06:32.087Z Downloaded strum v0.26.3
10262026-05-19T01:06:32.090Z Downloaded subtle v2.6.1
10272026-05-19T01:06:32.093Z Downloaded ssh-cipher v0.2.0
10282026-05-19T01:06:32.093Z Downloaded poly1305 v0.8.0
10292026-05-19T01:06:32.096Z Downloaded supports-color v3.0.2
10302026-05-19T01:06:32.099Z Downloaded strum v0.27.2
10312026-05-19T01:06:32.099Z Downloaded slab v0.4.12
10322026-05-19T01:06:32.099Z Downloaded hashbrown v0.12.3
10332026-05-19T01:06:32.104Z Downloaded sync_wrapper v1.0.2
10342026-05-19T01:06:32.104Z Downloaded slog-json v2.6.1
10352026-05-19T01:06:32.107Z Downloaded minimal-lexical v0.2.1
10362026-05-19T01:06:32.107Z Downloaded slog-async v2.8.0
10372026-05-19T01:06:32.110Z Downloaded prettyplease v0.2.37
10382026-05-19T01:06:32.113Z Downloaded prefix-trie v0.7.0
10392026-05-19T01:06:32.113Z Downloaded tabwriter v1.4.1
10402026-05-19T01:06:32.113Z Downloaded sync-ptr v0.1.4
10412026-05-19T01:06:32.118Z Downloaded testing_table v0.3.0
10422026-05-19T01:06:32.118Z Downloaded tap v1.0.1
10432026-05-19T01:06:32.118Z Downloaded take_mut v0.2.2
10442026-05-19T01:06:32.118Z Downloaded tagptr v0.2.0
10452026-05-19T01:06:32.121Z Downloaded tabled_derive v0.11.0
10462026-05-19T01:06:32.121Z Downloaded spki v0.7.3
10472026-05-19T01:06:32.121Z Downloaded snafu-derive v0.8.9
10482026-05-19T01:06:32.121Z Downloaded slog-stdlog v4.1.1
10492026-05-19T01:06:32.124Z Downloaded slog-scope v4.4.1
10502026-05-19T01:06:32.124Z Downloaded hashbrown v0.16.1
10512026-05-19T01:06:32.127Z Downloaded smallvec v0.6.14
10522026-05-19T01:06:32.132Z Downloaded rustls-pemfile v2.2.0
10532026-05-19T01:06:32.132Z Downloaded scroll v0.13.0
10542026-05-19T01:06:32.135Z Downloaded time-core v0.1.8
10552026-05-19T01:06:32.135Z Downloaded ron v0.8.1
10562026-05-19T01:06:32.138Z Downloaded thiserror-impl-no-std v2.0.2
10572026-05-19T01:06:32.138Z Downloaded smf v0.2.3
10582026-05-19T01:06:32.138Z Downloaded serde_derive_internals v0.29.1
10592026-05-19T01:06:32.138Z Downloaded termtree v0.5.1
10602026-05-19T01:06:32.142Z Downloaded thread-id v5.1.0
10612026-05-19T01:06:32.142Z Downloaded serde_cbor v0.11.2
10622026-05-19T01:06:32.145Z Downloaded static_assertions v1.1.0
10632026-05-19T01:06:32.145Z Downloaded serde_spanned v1.0.4
10642026-05-19T01:06:32.148Z Downloaded sqlformat v0.3.5
10652026-05-19T01:06:32.148Z Downloaded serde_with_macros v3.17.0
10662026-05-19T01:06:32.151Z Downloaded tinyvec_macros v0.1.1
10672026-05-19T01:06:32.151Z Downloaded rayon-core v1.13.0
10682026-05-19T01:06:32.154Z Downloaded strum_macros v0.24.3
10692026-05-19T01:06:32.154Z Downloaded strum_macros v0.27.2
10702026-05-19T01:06:32.157Z Downloaded stringprep v0.1.5
10712026-05-19T01:06:32.161Z Downloaded hashbrown v0.15.5
10722026-05-19T01:06:32.164Z Downloaded string_cache v0.8.9
10732026-05-19T01:06:32.164Z Downloaded stacker v0.1.23
10742026-05-19T01:06:32.167Z Downloaded ryu v1.0.23
10752026-05-19T01:06:32.170Z Downloaded strum_macros v0.26.4
10762026-05-19T01:06:32.170Z Downloaded slog-dtrace v0.3.0
10772026-05-19T01:06:32.170Z Downloaded hyper-util v0.1.20
10782026-05-19T01:06:32.175Z Downloaded tokio-macros v2.7.0
10792026-05-19T01:06:32.178Z Downloaded support-bundle-viewer v0.1.2
10802026-05-19T01:06:32.178Z Downloaded mio v1.2.0
10812026-05-19T01:06:32.181Z Downloaded schemars v0.8.22
10822026-05-19T01:06:32.189Z Downloaded termios v0.3.3
10832026-05-19T01:06:32.192Z Downloaded publicsuffix v2.3.0
10842026-05-19T01:06:32.192Z Downloaded h2 v0.4.13
10852026-05-19T01:06:32.195Z Downloaded nom v7.1.3
10862026-05-19T01:06:32.198Z Downloaded aes v0.8.4
10872026-05-19T01:06:32.201Z Downloaded num-bigint v0.4.6
10882026-05-19T01:06:32.204Z Downloaded libxml v0.3.3
10892026-05-19T01:06:32.207Z Downloaded try-lock v0.2.5
10902026-05-19T01:06:32.212Z Downloaded trait-variant v0.1.2
10912026-05-19T01:06:32.212Z Downloaded time-macros v0.2.27
10922026-05-19T01:06:32.215Z Downloaded thread_local v1.1.9
10932026-05-19T01:06:32.215Z Downloaded spin v0.9.8
10942026-05-19T01:06:32.215Z Downloaded qorb v0.4.1
10952026-05-19T01:06:32.218Z Downloaded progenitor-impl v0.14.0
10962026-05-19T01:06:32.221Z Downloaded quinn v0.11.9
10972026-05-19T01:06:32.221Z Downloaded slog-term v2.9.2
10982026-05-19T01:06:32.224Z Downloaded iddqd v0.3.18
10992026-05-19T01:06:32.227Z Downloaded tower-layer v0.3.3
11002026-05-19T01:06:32.230Z Downloaded tls_codec_derive v0.4.2
11012026-05-19T01:06:32.230Z Downloaded tls_codec v0.4.2
11022026-05-19T01:06:32.233Z Downloaded tiny-keccak v2.0.2
11032026-05-19T01:06:32.233Z Downloaded thiserror-no-std v2.0.2
11042026-05-19T01:06:32.237Z Downloaded itertools v0.10.5
11052026-05-19T01:06:32.240Z Downloaded slog v2.8.2
11062026-05-19T01:06:32.244Z Downloaded tokio-dtrace v0.1.1
11072026-05-19T01:06:32.244Z Downloaded unarray v0.1.4
11082026-05-19T01:06:32.247Z Downloaded similar v2.7.0
11092026-05-19T01:06:32.247Z Downloaded tokio-native-tls v0.3.1
11102026-05-19T01:06:32.247Z Downloaded tower-service v0.3.3
11112026-05-19T01:06:32.251Z Downloaded unit-prefix v0.5.2
11122026-05-19T01:06:32.251Z Downloaded unicode-truncate v1.1.0
11132026-05-19T01:06:32.251Z Downloaded topological-sort v0.2.2
11142026-05-19T01:06:32.255Z Downloaded untrusted v0.9.0
11152026-05-19T01:06:32.255Z Downloaded futures-util v0.3.32
11162026-05-19T01:06:32.261Z Downloaded usdt v0.6.0
11172026-05-19T01:06:32.264Z Downloaded universal-hash v0.5.1
11182026-05-19T01:06:32.264Z Downloaded typify-macro v0.6.2
11192026-05-19T01:06:32.264Z Downloaded typify-macro v0.4.3
11202026-05-19T01:06:32.264Z Downloaded tokio-rustls v0.25.0
11212026-05-19T01:06:32.264Z Downloaded term v1.2.1
11222026-05-19T01:06:32.267Z Downloaded usdt-macro v0.6.0
11232026-05-19T01:06:32.267Z Downloaded usdt-attr-macro v0.6.0
11242026-05-19T01:06:32.268Z Downloaded untrusted v0.7.1
11252026-05-19T01:06:32.271Z Downloaded rsa v0.9.10
11262026-05-19T01:06:32.274Z Downloaded serde_yaml v0.9.34+deprecated
11272026-05-19T01:06:32.274Z Downloaded tokio-tungstenite v0.21.0
11282026-05-19T01:06:32.278Z Downloaded socket2 v0.6.3
11292026-05-19T01:06:32.278Z Downloaded num-bigint-dig v0.8.6
11302026-05-19T01:06:32.281Z Downloaded utf-8 v0.7.6
11312026-05-19T01:06:32.281Z Downloaded toml_writer v1.0.6+spec-1.1.0
11322026-05-19T01:06:32.281Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-05-19T01:06:32.284Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-05-19T01:06:32.284Z Downloaded term v0.7.0
11352026-05-19T01:06:32.288Z Downloaded signal-hook v0.3.18
11362026-05-19T01:06:32.288Z Downloaded itertools v0.12.1
11372026-05-19T01:06:32.292Z Downloaded rand v0.10.0
11382026-05-19T01:06:32.295Z Downloaded want v0.3.1
11392026-05-19T01:06:32.298Z Downloaded void v1.0.2
11402026-05-19T01:06:32.298Z Downloaded wait-timeout v0.2.1
11412026-05-19T01:06:32.298Z Downloaded rand v0.8.5
11422026-05-19T01:06:32.303Z Downloaded itertools v0.13.0
11432026-05-19T01:06:32.307Z Downloaded hyper v1.8.1
11442026-05-19T01:06:32.310Z Downloaded waitgroup v0.1.2
11452026-05-19T01:06:32.310Z Downloaded subprocess v0.2.15
11462026-05-19T01:06:32.310Z Downloaded xattr v1.6.1
11472026-05-19T01:06:32.313Z Downloaded xshell-macros v0.2.7
11482026-05-19T01:06:32.313Z Downloaded schemars v0.9.0
11492026-05-19T01:06:32.321Z Downloaded tui-tree-widget v0.23.1
11502026-05-19T01:06:32.325Z Downloaded samael v0.0.19
11512026-05-19T01:06:32.325Z Downloaded iri-string v0.7.10
11522026-05-19T01:06:32.328Z Downloaded zone_cfg_derive v0.3.1
11532026-05-19T01:06:32.332Z Downloaded zone v0.3.1
11542026-05-19T01:06:32.332Z Downloaded zeroize_derive v1.4.3
11552026-05-19T01:06:32.332Z Downloaded tokio-rustls v0.24.1
11562026-05-19T01:06:32.332Z Downloaded hkdf v0.12.4
11572026-05-19T01:06:32.335Z Downloaded socket2 v0.5.10
11582026-05-19T01:06:32.335Z Downloaded progenitor-impl v0.10.0
11592026-05-19T01:06:32.338Z Downloaded tokio-rustls v0.26.4
11602026-05-19T01:06:32.338Z Downloaded russh v0.45.0
11612026-05-19T01:06:32.341Z Downloaded pretty_assertions v1.4.1
11622026-05-19T01:06:32.346Z Downloaded tokio-tungstenite v0.23.1
11632026-05-19T01:06:32.346Z Downloaded rand v0.9.2
11642026-05-19T01:06:32.349Z Downloaded test-strategy v0.4.5
11652026-05-19T01:06:32.349Z Downloaded aes-gcm v0.10.3
11662026-05-19T01:06:32.352Z Downloaded rustls-platform-verifier v0.6.2
11672026-05-19T01:06:32.356Z Downloaded vsss-rs v3.3.4
11682026-05-19T01:06:32.356Z Downloaded vergen-gitcl v1.0.8
11692026-05-19T01:06:32.359Z Downloaded uzers v0.12.2
11702026-05-19T01:06:32.359Z Downloaded vergen-lib v0.1.6
11712026-05-19T01:06:32.359Z Downloaded tracing-attributes v0.1.31
11722026-05-19T01:06:32.362Z Downloaded vergen-git2 v1.0.7
11732026-05-19T01:06:32.362Z Downloaded tinyvec v1.10.0
11742026-05-19T01:06:32.365Z Downloaded toml_parser v1.0.9+spec-1.1.0
11752026-05-19T01:06:32.370Z Downloaded xshell v0.2.7
11762026-05-19T01:06:32.374Z Downloaded rustls-webpki v0.103.9
11772026-05-19T01:06:32.378Z Downloaded twox-hash v2.1.2
11782026-05-19T01:06:32.378Z Downloaded whoami v2.1.0
11792026-05-19T01:06:32.378Z Downloaded unicase v2.9.0
11802026-05-19T01:06:32.381Z Downloaded schemars v1.2.1
11812026-05-19T01:06:32.386Z Downloaded zstd v0.13.3
11822026-05-19T01:06:32.389Z Downloaded tokio-stream v0.1.18
11832026-05-19T01:06:32.404Z Downloaded toml v0.7.8
11842026-05-19T01:06:32.409Z Downloaded wyz v0.5.1
11852026-05-19T01:06:32.409Z Downloaded itertools v0.14.0
11862026-05-19T01:06:32.409Z Downloaded snafu v0.8.9
11872026-05-19T01:06:32.409Z Downloaded zstd-safe v7.2.4
11882026-05-19T01:06:32.409Z Downloaded zeroize v1.8.2
11892026-05-19T01:06:32.409Z Downloaded tar v0.4.45
11902026-05-19T01:06:32.409Z Downloaded whoami v1.6.1
11912026-05-19T01:06:32.412Z Downloaded walkdir v2.5.0
11922026-05-19T01:06:32.416Z Downloaded vergen v9.0.6
11932026-05-19T01:06:32.419Z Downloaded p521 v0.13.3
11942026-05-19T01:06:32.422Z Downloaded usdt-impl v0.6.0
11952026-05-19T01:06:32.425Z Downloaded tracing-core v0.1.36
11962026-05-19T01:06:32.429Z Downloaded unicode-bidi v0.3.18
11972026-05-19T01:06:32.433Z Downloaded rpassword v7.4.0
11982026-05-19T01:06:32.438Z Downloaded toml v0.9.12+spec-1.1.0
11992026-05-19T01:06:32.442Z Downloaded uuid v1.23.0
12002026-05-19T01:06:32.445Z Downloaded rustyline v14.0.0
12012026-05-19T01:06:32.452Z Downloaded yasna v0.5.2
12022026-05-19T01:06:32.455Z Downloaded unicode-properties v0.1.4
12032026-05-19T01:06:32.455Z Downloaded tungstenite v0.23.0
12042026-05-19T01:06:32.462Z Downloaded typify v0.6.2
12052026-05-19T01:06:32.467Z Downloaded typify v0.4.3
12062026-05-19T01:06:32.470Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-05-19T01:06:32.470Z Downloaded libm v0.2.16
12082026-05-19T01:06:32.476Z Downloaded steno v0.4.1
12092026-05-19T01:06:32.479Z Downloaded toml v1.0.6+spec-1.1.0
12102026-05-19T01:06:32.482Z Downloaded vte v0.14.1
12112026-05-19T01:06:32.485Z Downloaded blake3 v1.8.3
12122026-05-19T01:06:32.488Z Downloaded tokio-postgres v0.7.16
12132026-05-19T01:06:32.492Z Downloaded p384 v0.13.1
12142026-05-19T01:06:32.498Z Downloaded zopfli v0.8.3
12152026-05-19T01:06:32.501Z Downloaded unsafe-libyaml v0.2.11
12162026-05-19T01:06:32.507Z Downloaded reedline v0.40.0
12172026-05-19T01:06:32.510Z Downloaded zerocopy v0.6.6
12182026-05-19T01:06:32.510Z Downloaded toml_edit v0.19.15
12192026-05-19T01:06:32.519Z Downloaded zip v0.6.6
12202026-05-19T01:06:32.522Z Downloaded goblin v0.10.5
12212026-05-19T01:06:32.528Z Downloaded unicode_categories v0.1.1
12222026-05-19T01:06:32.532Z Downloaded tungstenite v0.21.0
12232026-05-19T01:06:32.532Z Downloaded portable-atomic v1.13.1
12242026-05-19T01:06:32.536Z Downloaded ssh-key v0.6.7
12252026-05-19T01:06:32.540Z Downloaded rayon v1.11.0
12262026-05-19T01:06:32.546Z Downloaded yansi v1.0.1
12272026-05-19T01:06:32.556Z Downloaded reqwest v0.13.2
12282026-05-19T01:06:32.561Z Downloaded reqwest v0.12.28
12292026-05-19T01:06:32.570Z Downloaded bindgen v0.71.1
12302026-05-19T01:06:32.574Z Downloaded typed-path v0.9.3
12312026-05-19T01:06:32.577Z Downloaded git2 v0.20.4
12322026-05-19T01:06:32.583Z Downloaded regex v1.12.3
12332026-05-19T01:06:32.586Z Downloaded x509-cert v0.2.5
12342026-05-19T01:06:32.590Z Downloaded lalrpop v0.19.12
12352026-05-19T01:06:32.597Z Downloaded tower v0.5.3
12362026-05-19T01:06:32.602Z Downloaded chrono v0.4.44
12372026-05-19T01:06:32.608Z Downloaded rustls-webpki v0.101.7
12382026-05-19T01:06:32.615Z Downloaded salty v0.3.0
12392026-05-19T01:06:32.619Z Downloaded unicode-segmentation v1.12.0
12402026-05-19T01:06:32.622Z Downloaded dropshot v0.17.0
12412026-05-19T01:06:32.635Z Downloaded tough v0.20.0
12422026-05-19T01:06:32.640Z Downloaded zip v4.6.1
12432026-05-19T01:06:32.643Z Downloaded quick-xml v0.37.5
12442026-05-19T01:06:32.647Z Downloaded unicode-normalization v0.1.25
12452026-05-19T01:06:32.650Z Downloaded zerocopy-derive v0.8.40
12462026-05-19T01:06:32.656Z Downloaded tokio-util v0.7.18
12472026-05-19T01:06:32.659Z Downloaded tower-http v0.6.8
12482026-05-19T01:06:32.665Z Downloaded curve25519-dalek v4.1.3
12492026-05-19T01:06:32.670Z Downloaded radix_trie v0.2.1
12502026-05-19T01:06:32.674Z Downloaded object v0.30.4
12512026-05-19T01:06:32.679Z Downloaded petname v2.0.2
12522026-05-19T01:06:32.683Z Downloaded rustls-webpki v0.102.8
12532026-05-19T01:06:32.694Z Downloaded serde_with v3.17.0
12542026-05-19T01:06:32.701Z Downloaded quinn-proto v0.11.13
12552026-05-19T01:06:32.707Z Downloaded moka v0.12.13
12562026-05-19T01:06:32.711Z Downloaded proptest v1.10.0
12572026-05-19T01:06:32.728Z Downloaded winnow v0.5.40
12582026-05-19T01:06:32.734Z Downloaded tabled v0.20.0
12592026-05-19T01:06:32.745Z Downloaded time v0.3.47
12602026-05-19T01:06:32.754Z Downloaded smoltcp v0.9.1
12612026-05-19T01:06:32.760Z Downloaded polar-core v0.27.3
12622026-05-19T01:06:32.765Z Downloaded nix v0.31.2
12632026-05-19T01:06:32.773Z Downloaded zlib-rs v0.6.2
12642026-05-19T01:06:32.777Z Downloaded webpki-roots v1.0.6
12652026-05-19T01:06:32.781Z Downloaded object v0.37.3
12662026-05-19T01:06:32.785Z Downloaded winnow v0.6.26
12672026-05-19T01:06:32.791Z Downloaded nix v0.28.0
12682026-05-19T01:06:32.797Z Downloaded openssl v0.10.78
12692026-05-19T01:06:32.803Z Downloaded regex-syntax v0.8.10
12702026-05-19T01:06:32.809Z Downloaded nix v0.29.0
12712026-05-19T01:06:32.815Z Downloaded rustls v0.21.12
12722026-05-19T01:06:32.822Z Downloaded rustix v0.38.44
12732026-05-19T01:06:32.837Z Downloaded vcpkg v0.2.15
12742026-05-19T01:06:32.861Z Downloaded diesel v2.3.7
12752026-05-19T01:06:32.873Z Downloaded bstr v1.12.1
12762026-05-19T01:06:32.879Z Downloaded dropshot v0.16.7
12772026-05-19T01:06:32.895Z Downloaded rustls v0.22.4
12782026-05-19T01:06:32.901Z Downloaded regex-syntax v0.6.29
12792026-05-19T01:06:32.906Z Downloaded regress v0.10.5
12802026-05-19T01:06:32.912Z Downloaded zerocopy v0.8.40
12812026-05-19T01:06:32.917Z Downloaded hickory-proto v0.25.2
12822026-05-19T01:06:32.929Z Downloaded smoltcp v0.11.0
12832026-05-19T01:06:32.934Z Downloaded sled v0.34.7
12842026-05-19T01:06:32.939Z Downloaded rustls v0.23.37
12852026-05-19T01:06:32.947Z Downloaded regress v0.11.1
12862026-05-19T01:06:32.954Z Downloaded openapiv3 v2.2.0
12872026-05-19T01:06:32.961Z Downloaded hickory-proto v0.24.4
12882026-05-19T01:06:32.970Z Downloaded nix v0.27.1
12892026-05-19T01:06:32.976Z Downloaded zerocopy-derive v0.6.6
12902026-05-19T01:06:32.991Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-05-19T01:06:33.000Z Downloaded sqlparser v0.61.0
12922026-05-19T01:06:33.013Z Downloaded jiff v0.2.21
12932026-05-19T01:06:33.036Z Downloaded typify-impl v0.6.2
12942026-05-19T01:06:33.043Z Downloaded tracing v0.1.44
12952026-05-19T01:06:33.055Z Downloaded typify-impl v0.4.3
12962026-05-19T01:06:33.065Z Downloaded ratatui v0.29.0
12972026-05-19T01:06:33.085Z Downloaded libz-sys v1.1.24
12982026-05-19T01:06:33.101Z Downloaded regex-automata v0.4.14
12992026-05-19T01:06:33.107Z Downloaded csv v1.4.0
13002026-05-19T01:06:33.120Z Downloaded petgraph v0.6.5
13012026-05-19T01:06:33.130Z Downloaded chrono-tz v0.10.4
13022026-05-19T01:06:33.144Z Downloaded sha3 v0.10.8
13032026-05-19T01:06:33.148Z Downloaded tokio v1.52.1
13042026-05-19T01:06:33.169Z Downloaded petgraph v0.8.3
13052026-05-19T01:06:33.190Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-05-19T01:06:33.216Z Downloaded encoding_rs v0.8.35
13072026-05-19T01:06:33.247Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-05-19T01:06:33.296Z Downloaded ring v0.17.14
13092026-05-19T01:06:33.828Z Downloaded aws-lc-sys v0.37.1
13102026-05-19T01:06:34.074Z Compiling libc v0.2.185
13112026-05-19T01:06:34.074Z Compiling serde v1.0.228
13122026-05-19T01:06:34.078Z Compiling shlex v1.3.0
13132026-05-19T01:06:34.078Z Compiling find-msvc-tools v0.1.9
13142026-05-19T01:06:34.078Z Compiling log v0.4.29
13152026-05-19T01:06:34.078Z Compiling smallvec v1.15.1
13162026-05-19T01:06:34.078Z Compiling syn v2.0.117
13172026-05-19T01:06:34.078Z Compiling typenum v1.19.0
13182026-05-19T01:06:34.413Z Compiling generic-array v0.14.7
13192026-05-19T01:06:34.461Z Compiling subtle v2.6.1
13202026-05-19T01:06:34.474Z Compiling scopeguard v1.2.0
13212026-05-19T01:06:34.486Z Compiling const-oid v0.9.6
13222026-05-19T01:06:34.542Z Compiling portable-atomic v1.13.1
13232026-05-19T01:06:34.581Z Compiling lock_api v0.4.14
13242026-05-19T01:06:34.635Z Compiling zerocopy v0.8.40
13252026-05-19T01:06:34.651Z Compiling serde_json v1.0.149
13262026-05-19T01:06:34.817Z Compiling critical-section v1.2.0
13272026-05-19T01:06:34.862Z Compiling pin-project-lite v0.2.17
13282026-05-19T01:06:34.925Z Compiling parking_lot_core v0.9.12
13292026-05-19T01:06:35.049Z Compiling getrandom v0.2.17
13302026-05-19T01:06:35.081Z Compiling jobserver v0.1.34
13312026-05-19T01:06:35.117Z Compiling errno v0.3.14
13322026-05-19T01:06:35.176Z Compiling rand_core v0.6.4
13332026-05-19T01:06:35.251Z Compiling pkg-config v0.3.32
13342026-05-19T01:06:35.279Z Compiling cc v1.2.56
13352026-05-19T01:06:35.457Z Compiling signal-hook-registry v1.4.8
13362026-05-19T01:06:35.471Z Compiling bitflags v2.11.0
13372026-05-19T01:06:35.552Z Compiling libm v0.2.16
13382026-05-19T01:06:35.665Z Compiling once_cell v1.21.3
13392026-05-19T01:06:35.699Z Compiling parking_lot v0.12.5
13402026-05-19T01:06:35.733Z Compiling mio v1.2.0
13412026-05-19T01:06:35.822Z Compiling num-traits v0.2.19
13422026-05-19T01:06:35.879Z Compiling futures-core v0.3.32
13432026-05-19T01:06:36.041Z Compiling percent-encoding v2.3.2
13442026-05-19T01:06:36.080Z Compiling socket2 v0.6.3
13452026-05-19T01:06:36.119Z Compiling futures-sink v0.3.32
13462026-05-19T01:06:36.179Z Compiling cpufeatures v0.2.17
13472026-05-19T01:06:36.206Z Compiling futures-channel v0.3.32
13482026-05-19T01:06:36.227Z Compiling futures-task v0.3.32
13492026-05-19T01:06:36.230Z Compiling slab v0.4.12
13502026-05-19T01:06:36.254Z Compiling futures-io v0.3.32
13512026-05-19T01:06:36.526Z Compiling getrandom v0.4.1
13522026-05-19T01:06:36.541Z Compiling rustversion v1.0.22
13532026-05-19T01:06:36.561Z Compiling rand_core v0.10.0
13542026-05-19T01:06:36.585Z Compiling getrandom v0.3.4
13552026-05-19T01:06:36.609Z Compiling indexmap v2.14.0
13562026-05-19T01:06:36.733Z Compiling form_urlencoded v1.2.2
13572026-05-19T01:06:37.044Z Compiling cmake v0.1.57
13582026-05-19T01:06:37.159Z Compiling synstructure v0.13.2
13592026-05-19T01:06:37.217Z Compiling dunce v1.0.5
13602026-05-19T01:06:37.314Z Compiling base64ct v1.8.3
13612026-05-19T01:06:37.328Z Compiling fs_extra v1.3.0
13622026-05-19T01:06:37.483Z Compiling ident_case v1.0.1
13632026-05-19T01:06:37.557Z Compiling flagset v0.4.7
13642026-05-19T01:06:37.608Z Compiling pem-rfc7468 v0.7.0
13652026-05-19T01:06:37.620Z Compiling rand_core v0.9.5
13662026-05-19T01:06:37.623Z Compiling aws-lc-sys v0.37.1
13672026-05-19T01:06:37.623Z Compiling rustix v1.1.3
13682026-05-19T01:06:37.663Z Compiling iana-time-zone v0.1.65
13692026-05-19T01:06:37.690Z Compiling uuid v1.23.0
13702026-05-19T01:06:37.797Z Compiling ring v0.17.14
13712026-05-19T01:06:37.875Z Compiling rustc_version v0.4.1
13722026-05-19T01:06:37.909Z Compiling regex-syntax v0.8.10
13732026-05-19T01:06:37.927Z Compiling vcpkg v0.2.15
13742026-05-19T01:06:38.229Z Compiling aws-lc-rs v1.16.0
13752026-05-19T01:06:38.482Z Compiling tracing-core v0.1.36
13762026-05-19T01:06:38.546Z Compiling pest_generator v2.8.6
13772026-05-19T01:06:38.748Z Compiling openssl-sys v0.9.114
13782026-05-19T01:06:39.075Z Compiling serde_derive v1.0.228
13792026-05-19T01:06:39.090Z Compiling zeroize_derive v1.4.3
13802026-05-19T01:06:39.309Z Compiling zerofrom-derive v0.1.6
13812026-05-19T01:06:39.312Z Compiling yoke-derive v0.8.1
13822026-05-19T01:06:39.502Z Compiling zerocopy-derive v0.8.40
13832026-05-19T01:06:39.777Z Compiling zeroize v1.8.2
13842026-05-19T01:06:40.442Z Compiling zerovec-derive v0.11.2
13852026-05-19T01:06:40.536Z Compiling crypto-common v0.1.7
13862026-05-19T01:06:40.551Z Compiling block-buffer v0.10.4
13872026-05-19T01:06:40.682Z Compiling digest v0.10.7
13882026-05-19T01:06:40.722Z Compiling displaydoc v0.2.5
13892026-05-19T01:06:40.780Z Compiling zerofrom v0.1.6
13902026-05-19T01:06:40.907Z Compiling yoke v0.8.1
13912026-05-19T01:06:40.933Z Compiling tokio-macros v2.7.0
13922026-05-19T01:06:41.103Z Compiling hmac v0.12.1
13932026-05-19T01:06:41.260Z Compiling futures-macro v0.3.32
13942026-05-19T01:06:41.520Z Compiling zerotrie v0.2.3
13952026-05-19T01:06:41.625Z Compiling zerovec v0.11.5
13962026-05-19T01:06:41.714Z Compiling block-padding v0.3.3
13972026-05-19T01:06:41.836Z Compiling inout v0.1.4
13982026-05-19T01:06:41.874Z Compiling sha2 v0.10.9
13992026-05-19T01:06:42.008Z Compiling cipher v0.4.4
14002026-05-19T01:06:42.118Z Compiling tinystr v0.8.2
14012026-05-19T01:06:42.152Z Compiling potential_utf v0.1.4
14022026-05-19T01:06:42.280Z Compiling icu_locale_core v2.1.1
14032026-05-19T01:06:42.322Z Compiling icu_collections v2.1.1
14042026-05-19T01:06:42.326Z Compiling futures-util v0.3.32
14052026-05-19T01:06:42.706Z Compiling bytes v1.11.1
14062026-05-19T01:06:42.807Z Compiling der_derive v0.7.3
14072026-05-19T01:06:42.998Z Compiling icu_provider v2.1.1
14082026-05-19T01:06:43.189Z Compiling tokio v1.52.1
14092026-05-19T01:06:43.309Z Compiling icu_properties v2.1.2
14102026-05-19T01:06:43.324Z Compiling icu_normalizer v2.1.1
14112026-05-19T01:06:43.336Z Compiling http v1.4.0
14122026-05-19T01:06:43.785Z Compiling der v0.7.10
14132026-05-19T01:06:43.865Z Compiling chrono v0.4.44
14142026-05-19T01:06:44.127Z Compiling ppv-lite86 v0.2.21
14152026-05-19T01:06:44.254Z Compiling idna_adapter v1.2.1
14162026-05-19T01:06:44.393Z Compiling idna v1.1.0
14172026-05-19T01:06:44.408Z Compiling salsa20 v0.10.2
14182026-05-19T01:06:44.447Z Compiling pbkdf2 v0.12.2
14192026-05-19T01:06:44.547Z Compiling thiserror-impl v2.0.18
14202026-05-19T01:06:44.566Z Compiling scrypt v0.11.0
14212026-05-19T01:06:44.649Z Compiling spki v0.7.3
14222026-05-19T01:06:44.818Z Compiling url v2.5.8
14232026-05-19T01:06:44.858Z Compiling rand_chacha v0.9.0
14242026-05-19T01:06:44.977Z Compiling cbc v0.1.2
14252026-05-19T01:06:45.047Z Compiling aes v0.8.4
14262026-05-19T01:06:45.126Z Compiling rustls-pki-types v1.14.0
14272026-05-19T01:06:45.259Z Compiling tracing-attributes v0.1.31
14282026-05-19T01:06:45.560Z Compiling pkcs5 v0.7.1
14292026-05-19T01:06:45.586Z Compiling rand v0.9.2
14302026-05-19T01:06:45.621Z Compiling http-body v1.0.1
14312026-05-19T01:06:45.848Z Compiling serde_derive_internals v0.29.1
14322026-05-19T01:06:45.900Z Compiling thiserror v2.0.18
14332026-05-19T01:06:46.011Z Compiling httparse v1.10.1
14342026-05-19T01:06:46.044Z Compiling untrusted v0.9.0
14352026-05-19T01:06:46.125Z Compiling untrusted v0.7.1
14362026-05-19T01:06:46.165Z Compiling schemars v0.8.22
14372026-05-19T01:06:46.251Z Compiling base64 v0.22.1
14382026-05-19T01:06:46.383Z Compiling openssl-probe v0.2.1
14392026-05-19T01:06:46.501Z Compiling pkcs8 v0.10.2
14402026-05-19T01:06:46.562Z Compiling pest_derive v2.8.6
14412026-05-19T01:06:46.606Z Compiling tracing v0.1.44
14422026-05-19T01:06:46.608Z Compiling scroll_derive v0.13.1
14432026-05-19T01:06:46.815Z Compiling darling_core v0.20.11
14442026-05-19T01:06:46.829Z Compiling schemars_derive v0.8.22
14452026-05-19T01:06:46.891Z Compiling tower-layer v0.3.3
14462026-05-19T01:06:46.989Z Compiling tokio-util v0.7.18
14472026-05-19T01:06:47.057Z Compiling atomic-waker v1.1.2
14482026-05-19T01:06:47.186Z Compiling try-lock v0.2.5
14492026-05-19T01:06:47.297Z Compiling tinyvec_macros v0.1.1
14502026-05-19T01:06:47.371Z Compiling dyn-clone v1.0.20
14512026-05-19T01:06:47.437Z Compiling rustls v0.23.37
14522026-05-19T01:06:47.514Z Compiling tower-service v0.3.3
14532026-05-19T01:06:47.613Z Compiling scroll v0.13.0
14542026-05-19T01:06:47.616Z Compiling tinyvec v1.10.0
14552026-05-19T01:06:47.887Z Compiling h2 v0.4.13
14562026-05-19T01:06:47.981Z Compiling want v0.3.1
14572026-05-19T01:06:48.147Z Compiling ipnet v2.11.0
14582026-05-19T01:06:48.327Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14592026-05-19T01:06:48.361Z Compiling spin v0.9.8
14602026-05-19T01:06:48.579Z Compiling aho-corasick v1.1.4
14612026-05-19T01:06:48.678Z Compiling httpdate v1.0.3
14622026-05-19T01:06:48.724Z Compiling time-core v0.1.8
14632026-05-19T01:06:48.876Z Compiling crc32fast v1.5.0
14642026-05-19T01:06:48.903Z Compiling num-conv v0.2.0
14652026-05-19T01:06:49.022Z Compiling openssl v0.10.78
14662026-05-19T01:06:49.038Z Compiling pin-utils v0.1.0
14672026-05-19T01:06:49.110Z Compiling foreign-types-shared v0.1.1
14682026-05-19T01:06:49.144Z Compiling powerfmt v0.2.0
14692026-05-19T01:06:49.175Z Compiling darling_macro v0.20.11
14702026-05-19T01:06:49.197Z Compiling foreign-types v0.3.2
14712026-05-19T01:06:49.287Z Compiling deranged v0.5.8
14722026-05-19T01:06:49.318Z Compiling time-macros v0.2.27
14732026-05-19T01:06:49.345Z Compiling tempfile v3.25.0
14742026-05-19T01:06:49.454Z Compiling regex-automata v0.4.14
14752026-05-19T01:06:49.652Z Compiling darling v0.20.11
14762026-05-19T01:06:49.741Z Compiling goblin v0.10.5
14772026-05-19T01:06:50.315Z Compiling openssl-macros v0.1.1
14782026-05-19T01:06:50.391Z Compiling wait-timeout v0.2.1
14792026-05-19T01:06:50.667Z Compiling native-tls v0.2.18
14802026-05-19T01:06:50.709Z Compiling crossbeam-utils v0.8.21
14812026-05-19T01:06:50.818Z Compiling usdt-impl v0.6.0
14822026-05-19T01:06:50.867Z Compiling hyper v1.8.1
14832026-05-19T01:06:50.996Z Compiling syn v1.0.109
14842026-05-19T01:06:51.021Z Compiling simd-adler32 v0.3.8
14852026-05-19T01:06:51.268Z Compiling num_threads v0.1.7
14862026-05-19T01:06:51.373Z Compiling bit-vec v0.8.0
14872026-05-19T01:06:51.389Z Compiling siphasher v1.0.2
14882026-05-19T01:06:51.576Z Compiling quick-error v1.2.3
14892026-05-19T01:06:51.605Z Compiling bit-set v0.8.0
14902026-05-19T01:06:51.684Z Compiling rusty-fork v0.3.1
14912026-05-19T01:06:51.818Z Compiling time v0.3.47
14922026-05-19T01:06:51.974Z Compiling hyper-util v0.1.20
14932026-05-19T01:06:52.521Z Compiling dof v0.4.0
14942026-05-19T01:06:53.442Z Compiling derive_builder_core v0.20.2
14952026-05-19T01:06:53.732Z Compiling unicode-normalization v0.1.25
14962026-05-19T01:06:53.774Z Compiling dtrace-parser v0.3.0
14972026-05-19T01:06:53.854Z Compiling rustls-native-certs v0.8.3
14982026-05-19T01:06:54.103Z Compiling signature v2.2.0
14992026-05-19T01:06:54.138Z Compiling thiserror-impl v1.0.69
15002026-05-19T01:06:54.183Z Compiling scroll_derive v0.12.1
15012026-05-19T01:06:54.275Z Compiling heapless v0.7.17
15022026-05-19T01:06:54.320Z Compiling rand_xorshift v0.4.0
15032026-05-19T01:06:54.484Z Compiling slog v2.8.2
15042026-05-19T01:06:54.509Z Compiling darling_core v0.21.3
15052026-05-19T01:06:54.512Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-19T01:06:54.664Z Compiling sync_wrapper v1.0.2
15072026-05-19T01:06:54.773Z Compiling thread-id v5.1.0
15082026-05-19T01:06:54.794Z Compiling cookie v0.18.1
15092026-05-19T01:06:54.830Z Compiling allocator-api2 v0.2.21
15102026-05-19T01:06:54.852Z Compiling zstd-safe v7.2.4
15112026-05-19T01:06:54.970Z Compiling unarray v0.1.4
15122026-05-19T01:06:55.012Z Compiling paste v1.0.15
15132026-05-19T01:06:55.044Z Compiling adler2 v2.0.1
15142026-05-19T01:06:55.076Z Compiling unicode-properties v0.1.4
15152026-05-19T01:06:55.145Z Compiling signal-hook v0.3.18
15162026-05-19T01:06:55.170Z Compiling unicode-bidi v0.3.18
15172026-05-19T01:06:55.270Z Compiling anyhow v1.0.102
15182026-05-19T01:06:55.334Z Compiling miniz_oxide v0.8.9
15192026-05-19T01:06:55.337Z Compiling proptest v1.10.0
15202026-05-19T01:06:55.383Z Compiling thiserror v1.0.69
15212026-05-19T01:06:55.532Z Compiling stringprep v0.1.5
15222026-05-19T01:06:55.787Z Compiling scroll v0.12.0
15232026-05-19T01:06:55.970Z Compiling tower v0.5.3
15242026-05-19T01:06:56.119Z Compiling derive_builder_macro v0.20.2
15252026-05-19T01:06:56.584Z Compiling ipnetwork v0.21.1
15262026-05-19T01:06:56.635Z Compiling http-body-util v0.1.3
15272026-05-19T01:06:56.649Z Compiling webpki-roots v1.0.6
15282026-05-19T01:06:56.774Z Compiling rand_chacha v0.3.1
15292026-05-19T01:06:56.886Z Compiling erased-serde v0.3.31
15302026-05-19T01:06:56.959Z Compiling serde_tokenstream v0.2.3
15312026-05-19T01:06:56.983Z Compiling toml_datetime v0.6.11
15322026-05-19T01:06:57.084Z Compiling darling_macro v0.21.3
15332026-05-19T01:06:57.249Z Compiling serde_spanned v0.6.9
15342026-05-19T01:06:57.281Z Compiling md-5 v0.10.6
15352026-05-19T01:06:57.379Z Compiling zerocopy-derive v0.7.35
15362026-05-19T01:06:57.394Z Compiling curve25519-dalek v4.1.3
15372026-05-19T01:06:57.452Z Compiling vergen-lib v0.1.6
15382026-05-19T01:06:57.569Z Compiling num-integer v0.1.46
15392026-05-19T01:06:57.597Z Compiling hash32 v0.2.1
15402026-05-19T01:06:57.633Z Compiling ff v0.13.1
15412026-05-19T01:06:57.731Z Compiling memoffset v0.9.1
15422026-05-19T01:06:57.769Z Compiling cfg_aliases v0.2.1
15432026-05-19T01:06:57.788Z Compiling psl-types v2.0.11
15442026-05-19T01:06:57.843Z Compiling rustix v0.38.44
15452026-05-19T01:06:57.895Z Compiling zlib-rs v0.6.2
15462026-05-19T01:06:57.912Z Compiling num-bigint-dig v0.8.6
15472026-05-19T01:06:57.926Z Compiling iri-string v0.7.10
15482026-05-19T01:06:58.100Z Compiling ref-cast v1.0.25
15492026-05-19T01:06:58.195Z Compiling ryu v1.0.23
15502026-05-19T01:06:58.256Z Compiling fallible-iterator v0.2.0
15512026-05-19T01:06:58.380Z Compiling base16ct v0.2.0
15522026-05-19T01:06:58.414Z Compiling smoltcp v0.9.1
15532026-05-19T01:06:58.566Z Compiling litrs v1.0.0
15542026-05-19T01:06:58.581Z Compiling postgres-protocol v0.6.10
15552026-05-19T01:06:58.785Z Compiling sec1 v0.7.3
15562026-05-19T01:06:59.074Z Compiling tower-http v0.6.8
15572026-05-19T01:06:59.094Z Compiling document-features v0.2.12
15582026-05-19T01:06:59.204Z Compiling serde_urlencoded v0.7.1
15592026-05-19T01:06:59.459Z Compiling zerocopy v0.7.35
15602026-05-19T01:06:59.561Z Compiling publicsuffix v2.3.0
15612026-05-19T01:06:59.610Z Compiling nix v0.31.2
15622026-05-19T01:06:59.693Z Compiling num-iter v0.1.45
15632026-05-19T01:06:59.733Z Compiling group v0.13.0
15642026-05-19T01:06:59.988Z Compiling newtype-uuid v1.3.2
15652026-05-19T01:07:00.019Z Compiling darling v0.21.3
15662026-05-19T01:07:00.106Z Compiling rand v0.8.5
15672026-05-19T01:07:00.308Z Compiling oxnet v0.1.4
15682026-05-19T01:07:00.437Z Compiling derive_builder v0.20.2
15692026-05-19T01:07:00.441Z Compiling tokio-native-tls v0.3.1
15702026-05-19T01:07:00.467Z Compiling hubpack_derive v0.1.1
15712026-05-19T01:07:00.624Z Compiling goblin v0.8.2
15722026-05-19T01:07:00.951Z Compiling flate2 v1.1.9
15732026-05-19T01:07:01.274Z Compiling regex v1.12.3
15742026-05-19T01:07:01.425Z Compiling phf_shared v0.13.1
15752026-05-19T01:07:01.440Z Compiling lazy_static v1.5.0
15762026-05-19T01:07:01.442Z Compiling cargo-platform v0.1.9
15772026-05-19T01:07:01.541Z Compiling hkdf v0.12.4
15782026-05-19T01:07:01.570Z Compiling crypto-bigint v0.5.5
15792026-05-19T01:07:01.685Z Compiling terminal_size v0.4.3
15802026-05-19T01:07:01.717Z Compiling async-trait v0.1.89
15812026-05-19T01:07:01.733Z Compiling curve25519-dalek-derive v0.1.1
15822026-05-19T01:07:01.799Z Compiling ref-cast-impl v1.0.25
15832026-05-19T01:07:01.830Z Compiling strum_macros v0.27.2
15842026-05-19T01:07:02.378Z Compiling daft-derive v0.1.5
15852026-05-19T01:07:02.418Z Compiling vergen v9.0.6
15862026-05-19T01:07:02.604Z Compiling fs-err v3.3.0
15872026-05-19T01:07:02.789Z Compiling ahash v0.8.12
15882026-05-19T01:07:02.789Z Compiling foldhash v0.2.0
15892026-05-19T01:07:02.995Z Compiling bumpalo v3.20.2
15902026-05-19T01:07:03.026Z Compiling bitflags v1.3.2
15912026-05-19T01:07:03.094Z Compiling unicode-segmentation v1.12.0
15922026-05-19T01:07:03.108Z Compiling libbz2-rs-sys v0.2.2
15932026-05-19T01:07:03.249Z Compiling object v0.37.3
15942026-05-19T01:07:03.484Z Compiling foldhash v0.1.5
15952026-05-19T01:07:03.518Z Compiling winnow v0.5.40
15962026-05-19T01:07:03.656Z Compiling managed v0.8.0
15972026-05-19T01:07:03.772Z Compiling hashbrown v0.15.5
15982026-05-19T01:07:03.796Z Compiling clap_builder v4.5.60
15992026-05-19T01:07:03.841Z Compiling strum v0.27.2
16002026-05-19T01:07:04.021Z Compiling bzip2 v0.6.1
16012026-05-19T01:07:04.235Z Compiling zopfli v0.8.3
16022026-05-19T01:07:04.319Z Compiling daft v0.1.5
16032026-05-19T01:07:04.335Z Compiling dof v0.3.0
16042026-05-19T01:07:04.651Z Compiling hashbrown v0.16.1
16052026-05-19T01:07:04.825Z Compiling toml_edit v0.19.15
16062026-05-19T01:07:04.911Z Compiling elliptic-curve v0.13.8
16072026-05-19T01:07:05.173Z Compiling phf v0.13.1
16082026-05-19T01:07:05.263Z Compiling cargo_metadata v0.19.2
16092026-05-19T01:07:05.334Z Compiling signal-hook-mio v0.2.5
16102026-05-19T01:07:05.451Z Compiling cookie_store v0.22.1
16112026-05-19T01:07:06.123Z Compiling hubpack v0.1.2
16122026-05-19T01:07:06.666Z Compiling zstd v0.13.3
16132026-05-19T01:07:06.752Z Compiling hyper-tls v0.6.0
16142026-05-19T01:07:06.767Z Compiling bzip2 v0.4.4
16152026-05-19T01:07:06.874Z Compiling serde_with_macros v3.17.0
16162026-05-19T01:07:06.987Z Compiling postgres-types v0.2.12
16172026-05-19T01:07:07.037Z Compiling usdt-macro v0.6.0
16182026-05-19T01:07:07.547Z Compiling usdt-attr-macro v0.6.0
16192026-05-19T01:07:07.567Z Compiling dtrace-parser v0.2.0
16202026-05-19T01:07:07.781Z Compiling ed25519 v2.2.3
16212026-05-19T01:07:08.003Z Compiling bstr v1.12.1
16222026-05-19T01:07:08.040Z Compiling phf_shared v0.11.3
16232026-05-19T01:07:08.076Z Compiling pkcs1 v0.7.5
16242026-05-19T01:07:08.223Z Compiling serde-big-array v0.5.1
16252026-05-19T01:07:08.312Z Compiling hex v0.4.3
16262026-05-19T01:07:08.329Z Compiling rfc6979 v0.4.0
16272026-05-19T01:07:08.366Z Compiling clap_derive v4.5.55
16282026-05-19T01:07:08.449Z Compiling serde_repr v0.1.20
16292026-05-19T01:07:08.476Z Compiling strum_macros v0.26.4
16302026-05-19T01:07:08.588Z Compiling enum-as-inner v0.6.1
16312026-05-19T01:07:08.640Z Compiling float-cmp v0.10.0
16322026-05-19T01:07:08.689Z Compiling memmap2 v0.9.10
16332026-05-19T01:07:08.791Z Compiling thread-id v4.2.2
16342026-05-19T01:07:08.881Z Compiling env_filter v1.0.0
16352026-05-19T01:07:08.914Z Compiling encoding_rs v0.8.35
16362026-05-19T01:07:08.983Z Compiling data-encoding v2.10.0
16372026-05-19T01:07:09.100Z Compiling whoami v2.1.0
16382026-05-19T01:07:09.189Z Compiling keccak v0.1.6
16392026-05-19T01:07:09.479Z Compiling fixedbitset v0.5.7
16402026-05-19T01:07:09.699Z Compiling static_assertions v1.1.0
16412026-05-19T01:07:09.777Z Compiling jiff v0.2.21
16422026-05-19T01:07:09.792Z Compiling rustc-hash v2.1.1
16432026-05-19T01:07:09.914Z Compiling fixedbitset v0.4.2
16442026-05-19T01:07:10.025Z Compiling difflib v0.4.0
16452026-05-19T01:07:10.133Z Compiling precomputed-hash v0.1.1
16462026-05-19T01:07:10.153Z Compiling normalize-line-endings v0.3.0
16472026-05-19T01:07:10.223Z Compiling mime v0.3.17
16482026-05-19T01:07:10.243Z Compiling new_debug_unreachable v1.0.6
16492026-05-19T01:07:10.257Z Compiling predicates-core v1.0.10
16502026-05-19T01:07:10.316Z Compiling either v1.15.0
16512026-05-19T01:07:10.430Z Compiling predicates v3.1.4
16522026-05-19T01:07:10.448Z Compiling string_cache v0.8.9
16532026-05-19T01:07:10.481Z Compiling toml_edit v0.22.27
16542026-05-19T01:07:10.527Z Compiling itertools v0.13.0
16552026-05-19T01:07:10.596Z Compiling strum v0.26.3
16562026-05-19T01:07:10.671Z Compiling clap v4.5.60
16572026-05-19T01:07:10.728Z Compiling petgraph v0.6.5
16582026-05-19T01:07:10.756Z Compiling iddqd v0.3.18
16592026-05-19T01:07:11.018Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16602026-05-19T01:07:11.091Z Compiling petgraph v0.8.3
16612026-05-19T01:07:11.809Z Compiling sha3 v0.10.8
16622026-05-19T01:07:11.977Z Compiling tokio-postgres v0.7.16
16632026-05-19T01:07:12.224Z Compiling hickory-proto v0.25.2
16642026-05-19T01:07:12.274Z Compiling env_logger v0.11.9
16652026-05-19T01:07:12.642Z Compiling zip v4.6.1
16662026-05-19T01:07:13.091Z Compiling usdt-impl v0.5.0
16672026-05-19T01:07:13.297Z Compiling usdt v0.6.0
16682026-05-19T01:07:13.572Z Compiling serde_with v3.17.0
16692026-05-19T01:07:13.619Z Compiling ecdsa v0.16.9
16702026-05-19T01:07:13.688Z Compiling similar v2.7.0
16712026-05-19T01:07:13.973Z Compiling rsa v0.9.10
16722026-05-19T01:07:14.031Z Compiling ed25519-dalek v2.2.0
16732026-05-19T01:07:14.113Z Compiling crossterm v0.28.1
16742026-05-19T01:07:14.594Z Compiling zip v0.6.6
16752026-05-19T01:07:15.146Z Compiling toml v0.7.8
16762026-05-19T01:07:15.582Z Compiling toml_parser v1.0.9+spec-1.1.0
16772026-05-19T01:07:15.616Z Compiling heck v0.4.1
16782026-05-19T01:07:15.722Z Compiling crossbeam-epoch v0.9.18
16792026-05-19T01:07:15.788Z Compiling tokio-stream v0.1.18
16802026-05-19T01:07:15.862Z Compiling buf-list v1.1.2
16812026-05-19T01:07:16.078Z Compiling x509-cert v0.2.5
16822026-05-19T01:07:16.160Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-05-19T01:07:16.255Z Compiling openapiv3 v2.2.0
16842026-05-19T01:07:16.306Z Compiling sha1 v0.10.6
16852026-05-19T01:07:16.499Z Compiling toml_datetime v0.7.5+spec-1.1.0
16862026-05-19T01:07:16.563Z Compiling lalrpop-util v0.19.12
16872026-05-19T01:07:16.770Z Compiling peg-runtime v0.8.5
16882026-05-19T01:07:16.807Z Compiling thread_local v1.1.9
16892026-05-19T01:07:17.074Z Compiling slog-async v2.8.0
16902026-05-19T01:07:17.089Z Compiling crossbeam-channel v0.5.15
16912026-05-19T01:07:17.177Z Compiling futures-executor v0.3.32
16922026-05-19T01:07:17.408Z Compiling filetime v0.2.27
16932026-05-19T01:07:17.458Z Compiling is-terminal v0.4.17
16942026-05-19T01:07:17.506Z Compiling xattr v1.6.1
16952026-05-19T01:07:17.560Z Compiling term v1.2.1
16962026-05-19T01:07:17.563Z Compiling take_mut v0.2.2
16972026-05-19T01:07:17.590Z Compiling futures v0.3.32
16982026-05-19T01:07:17.689Z Compiling tar v0.4.45
16992026-05-19T01:07:17.852Z Compiling slog-term v2.9.2
17002026-05-19T01:07:28.581Z Compiling rustls-webpki v0.103.9
17012026-05-19T01:07:31.468Z Compiling tokio-rustls v0.26.4
17022026-05-19T01:07:31.468Z Compiling rustls-platform-verifier v0.6.2
17032026-05-19T01:07:31.688Z Compiling hyper-rustls v0.27.7
17042026-05-19T01:07:31.899Z Compiling reqwest v0.13.2
17052026-05-19T01:07:31.902Z Compiling reqwest v0.12.28
17062026-05-19T01:07:34.103Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-05-19T01:07:34.320Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-05-19T01:07:37.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17092026-05-19T01:07:37.526Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17102026-05-19T01:07:37.575ZMay 19 01:07:36.736 INFO Starting download, target: Clickhouse
17112026-05-19T01:07:37.575ZMay 19 01:07:36.736 INFO Starting download, target: Cockroach
17122026-05-19T01:07:37.575ZMay 19 01:07:36.736 INFO Starting download, target: Console
17132026-05-19T01:07:37.575ZMay 19 01:07:36.736 INFO Starting download, target: DendriteStub
17142026-05-19T01:07:37.576ZMay 19 01:07:36.736 INFO Starting download, target: TransceiverControl
17152026-05-19T01:07:37.576ZMay 19 01:07:36.736 INFO Starting download, target: MaghemiteMgd
17162026-05-19T01:07:37.596ZMay 19 01:07:36.736 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-05-19T01:07:37.596ZMay 19 01:07:36.736 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17182026-05-19T01:07:37.596ZMay 19 01:07:36.736 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17192026-05-19T01:07:37.596ZMay 19 01:07:36.736 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202026-05-19T01:07:37.596ZMay 19 01:07:36.736 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-05-19T01:07:37.596ZMay 19 01:07:36.736 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17222026-05-19T01:07:38.503ZMay 19 01:07:37.645 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232026-05-19T01:07:38.552ZMay 19 01:07:37.707 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17242026-05-19T01:07:38.727ZMay 19 01:07:37.878 INFO Download complete, target: TransceiverControl
17252026-05-19T01:07:38.791ZMay 19 01:07:37.941 INFO Download complete, target: Console
17262026-05-19T01:07:39.820ZMay 19 01:07:38.990 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-05-19T01:07:39.855ZMay 19 01:07:39.024 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-05-19T01:07:39.866ZMay 19 01:07:39.036 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17292026-05-19T01:07:40.510ZMay 19 01:07:39.680 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17302026-05-19T01:07:40.510ZMay 19 01:07:39.680 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17312026-05-19T01:07:42.384ZMay 19 01:07:41.553 INFO Download complete, target: DendriteStub
17322026-05-19T01:07:42.407ZMay 19 01:07:41.577 INFO Download complete, target: MaghemiteMgd
17332026-05-19T01:07:45.402ZMay 19 01:07:44.569 INFO Checking that binary works, target: Cockroach
17342026-05-19T01:07:45.627ZMay 19 01:07:44.795 INFO Download complete, target: Cockroach
17352026-05-19T01:07:47.021ZMay 19 01:07:46.190 INFO Checking that binary works, target: Clickhouse
17362026-05-19T01:07:47.157ZMay 19 01:07:46.326 INFO Download complete, target: Clickhouse
17372026-05-19T01:07:47.175ZAll builder prerequisites installed successfully, and PATH looks valid
17382026-05-19T01:07:47.180Z
17392026-05-19T01:07:47.180Zreal 2:17.986436123
17402026-05-19T01:07:47.180Zuser 7:02.260534944
17412026-05-19T01:07:47.180Zsys 1:23.318147030
17422026-05-19T01:07:47.180Ztrap 0.239374980
17432026-05-19T01:07:47.180Ztflt 0.934080039
17442026-05-19T01:07:47.180Zdflt 0.747994916
17452026-05-19T01:07:47.180Zkflt 0.034757948
17462026-05-19T01:07:47.180Zlock 22:05.553222066
17472026-05-19T01:07:47.180Zslp 21:37.453403142
17482026-05-19T01:07:47.180Zlat 45.471385135
17492026-05-19T01:07:47.180Zstop 1:57.389472785
17502026-05-19T01:07:47.180Z+ banner hack-check
17512026-05-19T01:07:47.180Z
17522026-05-19T01:07:47.180Z # # ## #### # # #### # # ###### #### # #
17532026-05-19T01:07:47.181Z # # # # # # # # # # # # # # # # #
17542026-05-19T01:07:47.181Z ###### # # # #### ##### # ###### ##### # ####
17552026-05-19T01:07:47.181Z # # ###### # # # # # # # # # #
17562026-05-19T01:07:47.181Z # # # # # # # # # # # # # # # # #
17572026-05-19T01:07:47.181Z # # # # #### # # #### # # ###### #### # #
17582026-05-19T01:07:47.181Z
17592026-05-19T01:07:47.181Z+ export CARGO_INCREMENTAL=0
17602026-05-19T01:07:47.181Z+ CARGO_INCREMENTAL=0
17612026-05-19T01:07:47.181Z+ ptime -m timeout 2h cargo xtask check-features --ci
17622026-05-19T01:07:47.718Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17632026-05-19T01:07:47.955Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17642026-05-19T01:07:49.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
17652026-05-19T01:07:49.979Z Running `target/debug/xtask check-features --ci`
17662026-05-19T01:07:50.006Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17672026-05-19T01:07:50.009Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17682026-05-19T01:07:50.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17692026-05-19T01:07:50.538Z Running `target/debug/xtask download cargo-hack`
17702026-05-19T01:07:51.329Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712026-05-19T01:07:51.651Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17722026-05-19T01:07:54.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
17732026-05-19T01:07:54.349Z Running `target/debug/xtask-downloader cargo-hack`
17742026-05-19T01:07:54.390ZMay 19 01:07:53.559 INFO Starting download, target: CargoHack
17752026-05-19T01:07:54.393ZMay 19 01:07:53.560 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17762026-05-19T01:07:54.828ZMay 19 01:07:53.998 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17772026-05-19T01:07:54.877ZMay 19 01:07:54.047 INFO Download complete, target: CargoHack
17782026-05-19T01:07:54.880Zrunning: "/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"
17792026-05-19T01:07:54.894Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17802026-05-19T01:07:55.051Zinfo: running `cargo check --bins` on api_identity (1/274)
17812026-05-19T01:07:55.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822026-05-19T01:07:55.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832026-05-19T01:07:55.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842026-05-19T01:07:55.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17852026-05-19T01:07:55.645Z
17862026-05-19T01:07:55.645Zinfo: running `cargo check --bins` on bootstore (2/274)
17872026-05-19T01:07:56.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882026-05-19T01:07:56.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892026-05-19T01:07:56.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902026-05-19T01:07:56.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17912026-05-19T01:07:56.236Z
17922026-05-19T01:07:56.236Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17932026-05-19T01:07:56.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-19T01:07:56.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-19T01:07:56.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-19T01:07:56.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17972026-05-19T01:07:56.822Z
17982026-05-19T01:07:56.822Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17992026-05-19T01:07:57.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-19T01:07:57.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-19T01:07:57.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-19T01:07:57.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18032026-05-19T01:07:57.417Z
18042026-05-19T01:07:57.417Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18052026-05-19T01:07:57.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-19T01:07:57.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-19T01:07:57.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-19T01:07:57.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18092026-05-19T01:07:58.012Z
18102026-05-19T01:07:58.012Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18112026-05-19T01:07:58.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-19T01:07:58.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-19T01:07:58.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-19T01:07:58.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18152026-05-19T01:07:58.613Z
18162026-05-19T01:07:58.613Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18172026-05-19T01:07:59.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-19T01:07:59.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-19T01:07:59.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-19T01:07:59.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18212026-05-19T01:07:59.209Z
18222026-05-19T01:07:59.209Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18232026-05-19T01:07:59.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-19T01:07:59.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-19T01:07:59.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-19T01:07:59.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18272026-05-19T01:07:59.809Z
18282026-05-19T01:07:59.809Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18292026-05-19T01:08:00.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-19T01:08:00.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-19T01:08:00.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-19T01:08:00.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18332026-05-19T01:08:00.288Z
18342026-05-19T01:08:00.288Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18352026-05-19T01:08:00.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-19T01:08:00.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-19T01:08:00.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-19T01:08:00.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18392026-05-19T01:08:00.764Z
18402026-05-19T01:08:00.764Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18412026-05-19T01:08:01.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-19T01:08:01.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-19T01:08:01.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-19T01:08:01.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18452026-05-19T01:08:01.241Z
18462026-05-19T01:08:01.241Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18472026-05-19T01:08:01.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-19T01:08:01.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-19T01:08:01.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-19T01:08:01.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18512026-05-19T01:08:01.721Z
18522026-05-19T01:08:01.721Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18532026-05-19T01:08:02.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-19T01:08:02.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-19T01:08:02.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-19T01:08:02.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18572026-05-19T01:08:02.201Z
18582026-05-19T01:08:02.201Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18592026-05-19T01:08:02.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-19T01:08:02.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-19T01:08:02.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-19T01:08:02.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18632026-05-19T01:08:02.679Z
18642026-05-19T01:08:02.679Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18652026-05-19T01:08:03.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-19T01:08:03.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-19T01:08:03.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-19T01:08:03.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18692026-05-19T01:08:03.161Z
18702026-05-19T01:08:03.161Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18712026-05-19T01:08:03.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-19T01:08:03.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-19T01:08:03.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-19T01:08:03.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18752026-05-19T01:08:03.631Z
18762026-05-19T01:08:03.631Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18772026-05-19T01:08:04.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-19T01:08:04.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-19T01:08:04.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-19T01:08:04.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18812026-05-19T01:08:04.101Z
18822026-05-19T01:08:04.101Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18832026-05-19T01:08:04.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-19T01:08:04.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-19T01:08:04.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-19T01:08:04.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18872026-05-19T01:08:04.576Z
18882026-05-19T01:08:04.576Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18892026-05-19T01:08:04.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-19T01:08:04.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-19T01:08:04.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-19T01:08:05.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18932026-05-19T01:08:05.056Z
18942026-05-19T01:08:05.056Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18952026-05-19T01:08:05.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-19T01:08:05.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-19T01:08:05.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-19T01:08:05.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18992026-05-19T01:08:05.542Z
19002026-05-19T01:08:05.542Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19012026-05-19T01:08:05.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-19T01:08:05.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-19T01:08:05.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-19T01:08:05.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19052026-05-19T01:08:06.016Z
19062026-05-19T01:08:06.016Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19072026-05-19T01:08:06.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-19T01:08:06.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-19T01:08:06.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-19T01:08:06.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19112026-05-19T01:08:06.491Z
19122026-05-19T01:08:06.491Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19132026-05-19T01:08:06.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-19T01:08:06.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-19T01:08:06.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-19T01:08:06.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19172026-05-19T01:08:06.972Z
19182026-05-19T01:08:06.972Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19192026-05-19T01:08:07.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-19T01:08:07.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-19T01:08:07.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-19T01:08:07.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19232026-05-19T01:08:07.451Z
19242026-05-19T01:08:07.451Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19252026-05-19T01:08:07.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-19T01:08:07.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-19T01:08:07.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-19T01:08:07.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19292026-05-19T01:08:07.932Z
19302026-05-19T01:08:07.932Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19312026-05-19T01:08:08.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-19T01:08:08.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-19T01:08:08.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-19T01:08:08.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19352026-05-19T01:08:08.411Z
19362026-05-19T01:08:08.411Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19372026-05-19T01:08:08.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-19T01:08:08.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-19T01:08:08.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-19T01:08:08.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19412026-05-19T01:08:08.897Z
19422026-05-19T01:08:08.897Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19432026-05-19T01:08:09.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-19T01:08:09.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-19T01:08:09.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-19T01:08:09.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19472026-05-19T01:08:09.373Z
19482026-05-19T01:08:09.373Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19492026-05-19T01:08:09.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-19T01:08:09.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-19T01:08:09.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-19T01:08:09.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19532026-05-19T01:08:09.852Z
19542026-05-19T01:08:09.852Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19552026-05-19T01:08:10.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-19T01:08:10.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-19T01:08:10.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-19T01:08:10.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19592026-05-19T01:08:10.331Z
19602026-05-19T01:08:10.331Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19612026-05-19T01:08:10.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-19T01:08:10.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-19T01:08:10.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-19T01:08:10.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19652026-05-19T01:08:10.807Z
19662026-05-19T01:08:10.807Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19672026-05-19T01:08:11.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-19T01:08:11.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-19T01:08:11.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-19T01:08:11.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19712026-05-19T01:08:11.285Z
19722026-05-19T01:08:11.285Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19732026-05-19T01:08:11.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-19T01:08:11.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-19T01:08:11.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-19T01:08:11.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19772026-05-19T01:08:11.763Z
19782026-05-19T01:08:11.763Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19792026-05-19T01:08:12.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-19T01:08:12.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-19T01:08:12.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-19T01:08:12.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19832026-05-19T01:08:12.243Z
19842026-05-19T01:08:12.243Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19852026-05-19T01:08:12.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-19T01:08:12.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-19T01:08:12.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-19T01:08:12.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19892026-05-19T01:08:12.725Z
19902026-05-19T01:08:12.725Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19912026-05-19T01:08:13.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-19T01:08:13.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-19T01:08:13.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-19T01:08:13.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19952026-05-19T01:08:13.201Z
19962026-05-19T01:08:13.201Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19972026-05-19T01:08:13.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-19T01:08:13.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-19T01:08:13.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-19T01:08:13.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20012026-05-19T01:08:13.675Z
20022026-05-19T01:08:13.675Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20032026-05-19T01:08:14.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-19T01:08:14.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-19T01:08:14.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-19T01:08:14.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20072026-05-19T01:08:14.147Z
20082026-05-19T01:08:14.148Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20092026-05-19T01:08:14.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-19T01:08:14.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-19T01:08:14.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-19T01:08:14.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20132026-05-19T01:08:14.620Z
20142026-05-19T01:08:14.620Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20152026-05-19T01:08:15.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-19T01:08:15.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-19T01:08:15.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-19T01:08:15.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20192026-05-19T01:08:15.103Z
20202026-05-19T01:08:15.103Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20212026-05-19T01:08:15.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-19T01:08:15.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-19T01:08:15.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-19T01:08:15.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20252026-05-19T01:08:15.581Z
20262026-05-19T01:08:15.581Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20272026-05-19T01:08:15.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-19T01:08:16.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-19T01:08:16.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-19T01:08:16.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20312026-05-19T01:08:16.062Z
20322026-05-19T01:08:16.062Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20332026-05-19T01:08:16.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-19T01:08:16.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-19T01:08:16.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-19T01:08:16.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20372026-05-19T01:08:16.544Z
20382026-05-19T01:08:16.544Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20392026-05-19T01:08:16.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-19T01:08:16.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-19T01:08:16.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-19T01:08:16.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20432026-05-19T01:08:17.027Z
20442026-05-19T01:08:17.027Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20452026-05-19T01:08:17.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-19T01:08:17.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-19T01:08:17.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-19T01:08:17.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20492026-05-19T01:08:17.511Z
20502026-05-19T01:08:17.511Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20512026-05-19T01:08:17.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-19T01:08:17.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-19T01:08:17.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-19T01:08:17.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20552026-05-19T01:08:17.993Z
20562026-05-19T01:08:17.993Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20572026-05-19T01:08:18.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-19T01:08:18.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-19T01:08:18.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-19T01:08:18.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20612026-05-19T01:08:18.475Z
20622026-05-19T01:08:18.475Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20632026-05-19T01:08:18.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-19T01:08:18.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-19T01:08:18.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-19T01:08:18.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20672026-05-19T01:08:18.957Z
20682026-05-19T01:08:18.957Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20692026-05-19T01:08:19.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-19T01:08:19.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-19T01:08:19.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-19T01:08:19.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20732026-05-19T01:08:19.602Z
20742026-05-19T01:08:19.602Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20752026-05-19T01:08:20.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-19T01:08:20.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-19T01:08:20.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-19T01:08:20.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20792026-05-19T01:08:20.251Z
20802026-05-19T01:08:20.251Zinfo: running `cargo check --bins` on nexus-config (51/274)
20812026-05-19T01:08:20.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-19T01:08:20.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-19T01:08:20.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-19T01:08:20.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20852026-05-19T01:08:20.896Z
20862026-05-19T01:08:20.896Zinfo: running `cargo check --bins` on nexus-types (52/274)
20872026-05-19T01:08:21.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-19T01:08:21.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-19T01:08:21.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-19T01:08:21.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20912026-05-19T01:08:21.540Z
20922026-05-19T01:08:21.540Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20932026-05-19T01:08:22.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-19T01:08:22.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-19T01:08:22.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-19T01:08:22.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20972026-05-19T01:08:22.160Z
20982026-05-19T01:08:22.160Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20992026-05-19T01:08:22.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-19T01:08:22.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-19T01:08:22.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-19T01:08:22.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21032026-05-19T01:08:22.757Z
21042026-05-19T01:08:22.757Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21052026-05-19T01:08:23.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-19T01:08:23.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-19T01:08:23.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-19T01:08:23.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21092026-05-19T01:08:23.373Z
21102026-05-19T01:08:23.373Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21112026-05-19T01:08:23.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-19T01:08:23.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-19T01:08:23.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-19T01:08:23.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21152026-05-19T01:08:23.985Z
21162026-05-19T01:08:23.985Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21172026-05-19T01:08:24.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-19T01:08:24.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-19T01:08:24.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-19T01:08:24.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21212026-05-19T01:08:24.599Z
21222026-05-19T01:08:24.599Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21232026-05-19T01:08:25.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-19T01:08:25.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-19T01:08:25.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-19T01:08:25.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21272026-05-19T01:08:25.215Z
21282026-05-19T01:08:25.215Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21292026-05-19T01:08:25.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-19T01:08:25.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-19T01:08:25.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-19T01:08:25.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21332026-05-19T01:08:25.810Z
21342026-05-19T01:08:25.810Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21352026-05-19T01:08:26.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-19T01:08:26.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-19T01:08:26.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-19T01:08:26.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21392026-05-19T01:08:26.404Z
21402026-05-19T01:08:26.404Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21412026-05-19T01:08:26.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-19T01:08:26.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-19T01:08:26.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-19T01:08:26.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21452026-05-19T01:08:27.000Z
21462026-05-19T01:08:27.000Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21472026-05-19T01:08:27.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-19T01:08:27.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-19T01:08:27.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-19T01:08:27.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-05-19T01:08:27.590Z
21522026-05-19T01:08:27.590Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21532026-05-19T01:08:28.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-19T01:08:28.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-19T01:08:28.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-19T01:08:28.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21572026-05-19T01:08:28.201Z
21582026-05-19T01:08:28.201Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21592026-05-19T01:08:28.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-19T01:08:28.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-19T01:08:28.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-19T01:08:28.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21632026-05-19T01:08:28.806Z
21642026-05-19T01:08:28.806Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21652026-05-19T01:08:29.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-19T01:08:29.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-19T01:08:29.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-19T01:08:29.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21692026-05-19T01:08:29.395Z
21702026-05-19T01:08:29.395Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21712026-05-19T01:08:29.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-19T01:08:29.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-19T01:08:29.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-19T01:08:29.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21752026-05-19T01:08:29.989Z
21762026-05-19T01:08:29.989Zinfo: running `cargo check --bins` on ereport-types (67/274)
21772026-05-19T01:08:30.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-19T01:08:30.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-19T01:08:30.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-19T01:08:30.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21812026-05-19T01:08:30.596Z
21822026-05-19T01:08:30.596Zinfo: running `cargo check --bins` on gateway-client (68/274)
21832026-05-19T01:08:31.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-19T01:08:31.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-19T01:08:31.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-19T01:08:31.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21872026-05-19T01:08:31.204Z
21882026-05-19T01:08:31.204Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21892026-05-19T01:08:31.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-19T01:08:31.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-19T01:08:31.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-19T01:08:31.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21932026-05-19T01:08:31.814Z
21942026-05-19T01:08:31.814Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21952026-05-19T01:08:32.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-19T01:08:32.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-19T01:08:32.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-19T01:08:32.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21992026-05-19T01:08:32.422Z
22002026-05-19T01:08:32.422Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22012026-05-19T01:08:32.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-19T01:08:32.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-19T01:08:32.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-19T01:08:32.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22052026-05-19T01:08:33.029Z
22062026-05-19T01:08:33.029Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22072026-05-19T01:08:33.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-19T01:08:33.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-19T01:08:33.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-19T01:08:33.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22112026-05-19T01:08:33.625Z
22122026-05-19T01:08:33.625Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22132026-05-19T01:08:34.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-19T01:08:34.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-19T01:08:34.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-19T01:08:34.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22172026-05-19T01:08:34.243Z
22182026-05-19T01:08:34.243Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22192026-05-19T01:08:34.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-19T01:08:34.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-19T01:08:34.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-19T01:08:34.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22232026-05-19T01:08:34.863Z
22242026-05-19T01:08:34.863Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22252026-05-19T01:08:35.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-19T01:08:35.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-19T01:08:35.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-19T01:08:35.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22292026-05-19T01:08:35.456Z
22302026-05-19T01:08:35.456Zinfo: running `cargo check --bins` on oxlog (76/274)
22312026-05-19T01:08:35.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-19T01:08:35.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-19T01:08:36.074Z Checking cfg-if v1.0.4
22342026-05-19T01:08:36.077Z Checking libc v0.2.185
22352026-05-19T01:08:36.077Z Checking serde_core v1.0.228
22362026-05-19T01:08:36.197Z Checking zeroize v1.8.2
22372026-05-19T01:08:36.205Z Checking memchr v2.8.0
22382026-05-19T01:08:36.214Z Checking log v0.4.29
22392026-05-19T01:08:36.217Z Checking smallvec v1.15.1
22402026-05-19T01:08:36.235Z Checking typenum v1.19.0
22412026-05-19T01:08:36.306Z Checking subtle v2.6.1
22422026-05-19T01:08:36.336Z Checking itoa v1.0.17
22432026-05-19T01:08:36.373Z Checking scopeguard v1.2.0
22442026-05-19T01:08:36.396Z Checking stable_deref_trait v1.2.1
22452026-05-19T01:08:36.399Z Checking const-oid v0.9.6
22462026-05-19T01:08:36.471Z Checking portable-atomic v1.13.1
22472026-05-19T01:08:36.474Z Checking lock_api v0.4.14
22482026-05-19T01:08:36.496Z Checking zerofrom v0.1.6
22492026-05-19T01:08:36.576Z Checking critical-section v1.2.0
22502026-05-19T01:08:36.590Z Checking getrandom v0.2.17
22512026-05-19T01:08:36.608Z Checking errno v0.3.14
22522026-05-19T01:08:36.671Z Checking yoke v0.8.1
22532026-05-19T01:08:36.685Z Checking parking_lot_core v0.9.12
22542026-05-19T01:08:36.724Z Checking signal-hook-registry v1.4.8
22552026-05-19T01:08:36.736Z Checking rand_core v0.6.4
22562026-05-19T01:08:36.756Z Checking generic-array v0.14.7
22572026-05-19T01:08:36.836Z Checking zerovec v0.11.5
22582026-05-19T01:08:36.869Z Checking zerocopy v0.8.40
22592026-05-19T01:08:36.881Z Checking once_cell v1.21.3
22602026-05-19T01:08:36.893Z Checking pin-project-lite v0.2.17
22612026-05-19T01:08:36.909Z Checking parking_lot v0.12.5
22622026-05-19T01:08:36.982Z Checking mio v1.2.0
22632026-05-19T01:08:37.057Z Checking socket2 v0.6.3
22642026-05-19T01:08:37.090Z Checking libm v0.2.16
22652026-05-19T01:08:37.103Z Checking zmij v1.0.21
22662026-05-19T01:08:37.211Z Checking crypto-common v0.1.7
22672026-05-19T01:08:37.275Z Checking block-buffer v0.10.4
22682026-05-19T01:08:37.288Z Checking tinystr v0.8.2
22692026-05-19T01:08:37.306Z Checking futures-core v0.3.32
22702026-05-19T01:08:37.319Z Checking equivalent v1.0.2
22712026-05-19T01:08:37.339Z Checking percent-encoding v2.3.2
22722026-05-19T01:08:37.402Z Checking writeable v0.6.2
22732026-05-19T01:08:37.416Z Checking digest v0.10.7
22742026-05-19T01:08:37.430Z Checking litemap v0.8.1
22752026-05-19T01:08:37.470Z Checking potential_utf v0.1.4
22762026-05-19T01:08:37.483Z Checking zerotrie v0.2.3
22772026-05-19T01:08:37.568Z Checking cpufeatures v0.2.17
22782026-05-19T01:08:37.600Z Checking icu_locale_core v2.1.1
22792026-05-19T01:08:37.615Z Checking icu_collections v2.1.1
22802026-05-19T01:08:37.618Z Checking hmac v0.12.1
22812026-05-19T01:08:37.638Z Checking block-padding v0.3.3
22822026-05-19T01:08:37.716Z Checking serde v1.0.228
22832026-05-19T01:08:37.732Z Checking bitflags v2.11.0
22842026-05-19T01:08:37.792Z Checking serde_json v1.0.149
22852026-05-19T01:08:37.806Z Checking icu_normalizer_data v2.1.1
22862026-05-19T01:08:37.826Z Checking num-traits v0.2.19
22872026-05-19T01:08:37.881Z Checking icu_properties_data v2.1.2
22882026-05-19T01:08:37.908Z Checking hashbrown v0.17.0
22892026-05-19T01:08:37.987Z Checking rand_core v0.10.0
22902026-05-19T01:08:38.017Z Checking futures-sink v0.3.32
22912026-05-19T01:08:38.122Z Checking futures-channel v0.3.32
22922026-05-19T01:08:38.135Z Checking getrandom v0.4.1
22932026-05-19T01:08:38.163Z Checking bytes v1.11.1
22942026-05-19T01:08:38.194Z Checking icu_provider v2.1.1
22952026-05-19T01:08:38.283Z Checking inout v0.1.4
22962026-05-19T01:08:38.323Z Checking slab v0.4.12
22972026-05-19T01:08:38.386Z Checking futures-task v0.3.32
22982026-05-19T01:08:38.398Z Checking indexmap v2.14.0
22992026-05-19T01:08:38.428Z Checking futures-io v0.3.32
23002026-05-19T01:08:38.440Z Checking icu_properties v2.1.2
23012026-05-19T01:08:38.484Z Checking icu_normalizer v2.1.1
23022026-05-19T01:08:38.501Z Checking cipher v0.4.4
23032026-05-19T01:08:38.523Z Checking sha2 v0.10.9
23042026-05-19T01:08:38.540Z Checking futures-util v0.3.32
23052026-05-19T01:08:38.620Z Checking tokio v1.52.1
23062026-05-19T01:08:38.714Z Checking getrandom v0.3.4
23072026-05-19T01:08:38.800Z Checking byteorder v1.5.0
23082026-05-19T01:08:38.813Z Checking base64ct v1.8.3
23092026-05-19T01:08:38.863Z Checking utf8_iter v1.0.4
23102026-05-19T01:08:38.981Z Checking form_urlencoded v1.2.2
23112026-05-19T01:08:38.995Z Checking fnv v1.0.7
23122026-05-19T01:08:39.011Z Checking flagset v0.4.7
23132026-05-19T01:08:39.052Z Checking pem-rfc7468 v0.7.0
23142026-05-19T01:08:39.087Z Checking rand_core v0.9.5
23152026-05-19T01:08:39.117Z Checking salsa20 v0.10.2
23162026-05-19T01:08:39.133Z Checking http v1.4.0
23172026-05-19T01:08:39.211Z Checking der v0.7.10
23182026-05-19T01:08:39.250Z Checking uuid v1.23.0
23192026-05-19T01:08:39.267Z Checking pbkdf2 v0.12.2
23202026-05-19T01:08:39.293Z Checking idna_adapter v1.2.1
23212026-05-19T01:08:39.377Z Checking scrypt v0.11.0
23222026-05-19T01:08:39.414Z Checking idna v1.1.0
23232026-05-19T01:08:39.518Z Checking cbc v0.1.2
23242026-05-19T01:08:39.560Z Checking aes v0.8.4
23252026-05-19T01:08:39.645Z Checking rustix v1.1.3
23262026-05-19T01:08:39.660Z Checking url v2.5.8
23272026-05-19T01:08:39.708Z Checking tracing-core v0.1.36
23282026-05-19T01:08:39.747Z Checking ppv-lite86 v0.2.21
23292026-05-19T01:08:39.944Z Checking spki v0.7.3
23302026-05-19T01:08:39.956Z Checking rustls-pki-types v1.14.0
23312026-05-19T01:08:40.011Z Checking regex-syntax v0.8.10
23322026-05-19T01:08:40.042Z Checking rand_chacha v0.9.0
23332026-05-19T01:08:40.091Z Checking iana-time-zone v0.1.65
23342026-05-19T01:08:40.110Z Checking pkcs5 v0.7.1
23352026-05-19T01:08:40.198Z Checking chrono v0.4.44
23362026-05-19T01:08:40.241Z Checking rand v0.9.2
23372026-05-19T01:08:40.256Z Checking tracing v0.1.44
23382026-05-19T01:08:40.366Z Checking http-body v1.0.1
23392026-05-19T01:08:40.469Z Checking aws-lc-sys v0.37.1
23402026-05-19T01:08:40.484Z Checking base64 v0.22.1
23412026-05-19T01:08:40.498Z Checking openssl-probe v0.2.1
23422026-05-19T01:08:40.510Z Checking untrusted v0.7.1
23432026-05-19T01:08:40.603Z Checking untrusted v0.9.0
23442026-05-19T01:08:40.626Z Checking pkcs8 v0.10.2
23452026-05-19T01:08:40.716Z Checking ring v0.17.14
23462026-05-19T01:08:40.731Z Checking atomic-waker v1.1.2
23472026-05-19T01:08:40.731Z Checking tinyvec_macros v0.1.1
23482026-05-19T01:08:40.799Z Checking plain v0.2.3
23492026-05-19T01:08:40.812Z Checking tower-layer v0.3.3
23502026-05-19T01:08:40.840Z Checking try-lock v0.2.5
23512026-05-19T01:08:40.902Z Checking tower-service v0.3.3
23522026-05-19T01:08:41.036Z Checking want v0.3.1
23532026-05-19T01:08:41.042Z Checking tinyvec v1.10.0
23542026-05-19T01:08:41.042Z Checking aws-lc-rs v1.16.0
23552026-05-19T01:08:41.042Z Checking ipnet v2.11.0
23562026-05-19T01:08:41.063Z Checking semver v1.0.28
23572026-05-19T01:08:41.078Z Checking httparse v1.10.1
23582026-05-19T01:08:41.262Z Checking spin v0.9.8
23592026-05-19T01:08:41.277Z Checking ucd-trie v0.1.7
23602026-05-19T01:08:41.290Z Checking fastrand v2.3.0
23612026-05-19T01:08:41.293Z Checking unicode-ident v1.0.24
23622026-05-19T01:08:41.344Z Checking dyn-clone v1.0.20
23632026-05-19T01:08:41.395Z Checking httpdate v1.0.3
23642026-05-19T01:08:41.407Z Checking foreign-types-shared v0.1.1
23652026-05-19T01:08:41.440Z Checking pin-utils v0.1.0
23662026-05-19T01:08:41.453Z Checking schemars v0.8.22
23672026-05-19T01:08:41.480Z Checking tempfile v3.25.0
23682026-05-19T01:08:41.492Z Checking foreign-types v0.3.2
23692026-05-19T01:08:41.508Z Checking pest v2.8.6
23702026-05-19T01:08:41.536Z Checking proc-macro2 v1.0.106
23712026-05-19T01:08:41.559Z Checking openssl-sys v0.9.114
23722026-05-19T01:08:41.677Z Checking thiserror v2.0.18
23732026-05-19T01:08:41.735Z Checking wait-timeout v0.2.1
23742026-05-19T01:08:41.780Z Checking aho-corasick v1.1.4
23752026-05-19T01:08:41.844Z Checking rustls-webpki v0.103.9
23762026-05-19T01:08:41.858Z Checking simd-adler32 v0.3.8
23772026-05-19T01:08:41.870Z Checking quick-error v1.2.3
23782026-05-19T01:08:41.918Z Checking tokio-util v0.7.18
23792026-05-19T01:08:41.971Z Checking bit-vec v0.8.0
23802026-05-19T01:08:42.028Z Checking utf8parse v0.2.2
23812026-05-19T01:08:42.075Z Checking powerfmt v0.2.0
23822026-05-19T01:08:42.118Z Checking siphasher v1.0.2
23832026-05-19T01:08:42.130Z Checking pretty-hex v0.4.1
23842026-05-19T01:08:42.167Z Checking anstyle v1.0.13
23852026-05-19T01:08:42.227Z Checking deranged v0.5.8
23862026-05-19T01:08:42.244Z Checking bit-set v0.8.0
23872026-05-19T01:08:42.270Z Checking anstyle-parse v0.2.7
23882026-05-19T01:08:42.282Z Checking rustls v0.23.37
23892026-05-19T01:08:42.349Z Checking openssl v0.10.78
23902026-05-19T01:08:42.390Z Checking rusty-fork v0.3.1
23912026-05-19T01:08:42.418Z Checking quote v1.0.45
23922026-05-19T01:08:42.465Z Checking regex-automata v0.4.14
23932026-05-19T01:08:42.527Z Checking h2 v0.4.13
23942026-05-19T01:08:42.566Z Compiling newtype-uuid v1.3.2
23952026-05-19T01:08:42.589Z Checking unicode-normalization v0.1.25
23962026-05-19T01:08:42.602Z Checking rustls-native-certs v0.8.3
23972026-05-19T01:08:42.729Z Checking crossbeam-utils v0.8.21
23982026-05-19T01:08:42.749Z Checking rand_xorshift v0.4.0
23992026-05-19T01:08:42.879Z Checking crc32fast v1.5.0
24002026-05-19T01:08:43.021Z Checking scroll v0.13.0
24012026-05-19T01:08:43.035Z Checking signature v2.2.0
24022026-05-19T01:08:43.106Z Checking sync_wrapper v1.0.2
24032026-05-19T01:08:43.169Z Checking allocator-api2 v0.2.21
24042026-05-19T01:08:43.197Z Checking colorchoice v1.0.4
24052026-05-19T01:08:43.213Z Checking unicode-properties v0.1.4
24062026-05-19T01:08:43.260Z Checking num_threads v0.1.7
24072026-05-19T01:08:43.299Z Checking anstyle-query v1.1.5
24082026-05-19T01:08:43.350Z Checking unicode-bidi v0.3.18
24092026-05-19T01:08:43.396Z Checking is_terminal_polyfill v1.70.2
24102026-05-19T01:08:43.412Z Checking adler2 v2.0.1
24112026-05-19T01:08:43.463Z Checking time-core v0.1.8
24122026-05-19T01:08:43.487Z Checking unarray v0.1.4
24132026-05-19T01:08:43.516Z Checking num-conv v0.2.0
24142026-05-19T01:08:43.592Z Checking proptest v1.10.0
24152026-05-19T01:08:43.606Z Checking miniz_oxide v0.8.9
24162026-05-19T01:08:43.633Z Checking time v0.3.47
24172026-05-19T01:08:43.649Z Checking stringprep v0.1.5
24182026-05-19T01:08:43.805Z Checking anstream v0.6.21
24192026-05-19T01:08:43.967Z Checking goblin v0.10.5
24202026-05-19T01:08:44.009Z Checking tower v0.5.3
24212026-05-19T01:08:44.398Z Checking crossbeam-epoch v0.9.18
24222026-05-19T01:08:44.411Z Compiling daft v0.1.5
24232026-05-19T01:08:44.439Z Checking native-tls v0.2.18
24242026-05-19T01:08:44.622Z Checking syn v2.0.117
24252026-05-19T01:08:44.636Z Checking ipnetwork v0.21.1
24262026-05-19T01:08:44.695Z Checking http-body-util v0.1.3
24272026-05-19T01:08:44.777Z Checking tokio-rustls v0.26.4
24282026-05-19T01:08:44.791Z Checking webpki-roots v1.0.6
24292026-05-19T01:08:44.858Z Checking rand_chacha v0.3.1
24302026-05-19T01:08:44.914Z Checking thiserror v1.0.69
24312026-05-19T01:08:44.928Z Checking scroll v0.12.0
24322026-05-19T01:08:45.018Z Checking zstd-sys v2.0.16+zstd.1.5.7
24332026-05-19T01:08:45.031Z Checking hash32 v0.2.1
24342026-05-19T01:08:45.077Z Checking num-integer v0.1.46
24352026-05-19T01:08:45.134Z Checking serde_spanned v0.6.9
24362026-05-19T01:08:45.164Z Checking toml_datetime v0.6.11
24372026-05-19T01:08:45.192Z Checking md-5 v0.10.6
24382026-05-19T01:08:45.265Z Checking ff v0.13.1
24392026-05-19T01:08:45.317Z Checking base16ct v0.2.0
24402026-05-19T01:08:45.334Z Checking hyper v1.8.1
24412026-05-19T01:08:45.337Z Checking iri-string v0.7.10
24422026-05-19T01:08:45.360Z Checking ryu v1.0.23
24432026-05-19T01:08:45.398Z Checking psl-types v2.0.11
24442026-05-19T01:08:45.481Z Checking fallible-iterator v0.2.0
24452026-05-19T01:08:45.484Z Checking zlib-rs v0.6.2
24462026-05-19T01:08:45.497Z Checking serde_urlencoded v0.7.1
24472026-05-19T01:08:45.518Z Checking publicsuffix v2.3.0
24482026-05-19T01:08:45.707Z Checking sec1 v0.7.3
24492026-05-19T01:08:45.726Z Checking postgres-protocol v0.6.10
24502026-05-19T01:08:45.841Z Checking group v0.13.0
24512026-05-19T01:08:45.921Z Compiling iddqd v0.3.18
24522026-05-19T01:08:45.994Z Checking num-iter v0.1.45
24532026-05-19T01:08:46.051Z Checking heapless v0.7.17
24542026-05-19T01:08:46.106Z Checking goblin v0.8.2
24552026-05-19T01:08:46.266Z Checking hyper-util v0.1.20
24562026-05-19T01:08:46.383Z Checking tower-http v0.6.8
24572026-05-19T01:08:46.386Z Checking dof v0.4.0
24582026-05-19T01:08:46.408Z Checking flate2 v1.1.9
24592026-05-19T01:08:46.482Z Checking zstd-safe v7.2.4
24602026-05-19T01:08:46.654Z Checking rand v0.8.5
24612026-05-19T01:08:46.668Z Checking oxnet v0.1.4
24622026-05-19T01:08:46.708Z Checking cookie v0.18.1
24632026-05-19T01:08:46.915Z Checking tokio-native-tls v0.3.1
24642026-05-19T01:08:46.946Z Checking dtrace-parser v0.3.0
24652026-05-19T01:08:46.969Z Checking phf_shared v0.13.1
24662026-05-19T01:08:47.048Z Checking lazy_static v1.5.0
24672026-05-19T01:08:47.077Z Checking zerocopy v0.7.35
24682026-05-19T01:08:47.117Z Checking terminal_size v0.4.3
24692026-05-19T01:08:47.139Z Checking bzip2-sys v0.1.13+1.0.8
24702026-05-19T01:08:47.174Z Checking signal-hook v0.3.18
24712026-05-19T01:08:47.188Z Checking hkdf v0.12.4
24722026-05-19T01:08:47.191Z Checking crypto-bigint v0.5.5
24732026-05-19T01:08:47.221Z Checking thread-id v5.1.0
24742026-05-19T01:08:47.235Z Checking foldhash v0.1.5
24752026-05-19T01:08:47.301Z Checking managed v0.8.0
24762026-05-19T01:08:47.323Z Checking bumpalo v3.20.2
24772026-05-19T01:08:47.364Z Checking winnow v0.7.14
24782026-05-19T01:08:47.377Z Checking libbz2-rs-sys v0.2.2
24792026-05-19T01:08:47.495Z Checking clap_lex v1.0.0
24802026-05-19T01:08:47.529Z Checking bitflags v1.3.2
24812026-05-19T01:08:47.573Z Checking hyper-rustls v0.27.7
24822026-05-19T01:08:47.586Z Checking strsim v0.11.1
24832026-05-19T01:08:47.603Z Checking foldhash v0.2.0
24842026-05-19T01:08:47.651Z Compiling rayon-core v1.13.0
24852026-05-19T01:08:47.751Z Checking winnow v0.5.40
24862026-05-19T01:08:47.770Z Checking either v1.15.0
24872026-05-19T01:08:47.786Z Checking hashbrown v0.16.1
24882026-05-19T01:08:47.799Z Checking bzip2 v0.6.1
24892026-05-19T01:08:47.861Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24902026-05-19T01:08:47.966Z Checking clap_builder v4.5.60
24912026-05-19T01:08:47.992Z Checking smoltcp v0.9.1
24922026-05-19T01:08:48.053Z Checking hyper-tls v0.6.0
24932026-05-19T01:08:48.133Z Checking dof v0.3.0
24942026-05-19T01:08:48.153Z Checking elliptic-curve v0.13.8
24952026-05-19T01:08:48.233Z Checking zopfli v0.8.3
24962026-05-19T01:08:48.328Z Checking hashbrown v0.15.5
24972026-05-19T01:08:48.434Z Checking signal-hook-mio v0.2.5
24982026-05-19T01:08:48.477Z Checking usdt-impl v0.6.0
24992026-05-19T01:08:48.541Z Checking bzip2 v0.4.4
25002026-05-19T01:08:48.575Z Checking num-bigint-dig v0.8.6
25012026-05-19T01:08:48.622Z Checking phf v0.13.1
25022026-05-19T01:08:48.625Z Checking cookie_store v0.22.1
25032026-05-19T01:08:48.767Z Checking zstd v0.13.3
25042026-05-19T01:08:48.780Z Checking postgres-types v0.2.12
25052026-05-19T01:08:48.811Z Checking dtrace-parser v0.2.0
25062026-05-19T01:08:48.957Z Checking rustls-platform-verifier v0.6.2
25072026-05-19T01:08:48.960Z Checking crossbeam-deque v0.8.6
25082026-05-19T01:08:48.983Z Checking bstr v1.12.1
25092026-05-19T01:08:48.986Z Checking toml_edit v0.19.15
25102026-05-19T01:08:49.054Z Checking regex v1.12.3
25112026-05-19T01:08:49.102Z Checking ed25519 v2.2.3
25122026-05-19T01:08:49.106Z Checking phf_shared v0.11.3
25132026-05-19T01:08:49.147Z Checking curve25519-dalek v4.1.3
25142026-05-19T01:08:49.263Z Checking ref-cast v1.0.25
25152026-05-19T01:08:49.266Z Checking strum v0.27.2
25162026-05-19T01:08:49.294Z Checking hubpack v0.1.2
25172026-05-19T01:08:49.335Z Checking memoffset v0.9.1
25182026-05-19T01:08:49.364Z Checking rustix v0.38.44
25192026-05-19T01:08:49.386Z Checking pkcs1 v0.7.5
25202026-05-19T01:08:49.389Z Checking float-cmp v0.10.0
25212026-05-19T01:08:49.415Z Checking erased-serde v0.3.31
25222026-05-19T01:08:49.428Z Checking hex v0.4.3
25232026-05-19T01:08:49.459Z Checking serde-big-array v0.5.1
25242026-05-19T01:08:49.522Z Checking rfc6979 v0.4.0
25252026-05-19T01:08:49.592Z Checking thread-id v4.2.2
25262026-05-19T01:08:49.605Z Checking memmap2 v0.9.10
25272026-05-19T01:08:49.638Z Checking env_filter v1.0.0
25282026-05-19T01:08:49.652Z Checking encoding_rs v0.8.35
25292026-05-19T01:08:49.669Z Checking fixedbitset v0.4.2
25302026-05-19T01:08:49.763Z Checking normalize-line-endings v0.3.0
25312026-05-19T01:08:49.778Z Checking data-encoding v2.10.0
25322026-05-19T01:08:49.793Z Checking mime v0.3.17
25332026-05-19T01:08:50.822Z Checking difflib v0.4.0
25342026-05-19T01:08:50.825Z Checking toml_write v0.1.2
25352026-05-19T01:08:50.825Z Checking rustc-hash v2.1.1
25362026-05-19T01:08:50.825Z Checking new_debug_unreachable v1.0.6
25372026-05-19T01:08:50.825Z Checking jiff v0.2.21
25382026-05-19T01:08:50.825Z Checking predicates-core v1.0.10
25392026-05-19T01:08:50.825Z Checking precomputed-hash v0.1.1
25402026-05-19T01:08:50.825Z Checking whoami v2.1.0
25412026-05-19T01:08:50.825Z Checking fixedbitset v0.5.7
25422026-05-19T01:08:50.825Z Checking static_assertions v1.1.0
25432026-05-19T01:08:50.825Z Checking keccak v0.1.6
25442026-05-19T01:08:50.825Z Checking unicode-segmentation v1.12.0
25452026-05-19T01:08:50.825Z Checking predicates v3.1.4
25462026-05-19T01:08:50.825Z Checking crossterm v0.28.1
25472026-05-19T01:08:50.825Z Checking tokio-postgres v0.7.16
25482026-05-19T01:08:50.825Z Checking petgraph v0.8.3
25492026-05-19T01:08:50.825Z Checking sha3 v0.10.8
25502026-05-19T01:08:50.825Z Checking similar v2.7.0
25512026-05-19T01:08:50.825Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25522026-05-19T01:08:50.825Z Checking string_cache v0.8.9
25532026-05-19T01:08:50.825Z Checking reqwest v0.12.28
25542026-05-19T01:08:50.825Z Checking toml v0.7.8
25552026-05-19T01:08:50.893Z Checking hickory-proto v0.25.2
25562026-05-19T01:08:50.965Z Checking toml_edit v0.22.27
25572026-05-19T01:08:51.460Z Checking ed25519-dalek v2.2.0
25582026-05-19T01:08:51.509Z Checking petgraph v0.6.5
25592026-05-19T01:08:51.680Z Checking slog v2.8.2
25602026-05-19T01:08:51.698Z Checking env_logger v0.11.9
25612026-05-19T01:08:51.810Z Checking usdt v0.6.0
25622026-05-19T01:08:51.895Z Checking usdt-impl v0.5.0
25632026-05-19T01:08:51.953Z Checking serde_with v3.17.0
25642026-05-19T01:08:51.977Z Checking ecdsa v0.16.9
25652026-05-19T01:08:52.062Z Checking rsa v0.9.10
25662026-05-19T01:08:52.183Z Checking nix v0.31.2
25672026-05-19T01:08:52.265Z Checking zip v4.6.1
25682026-05-19T01:08:52.326Z Checking clap v4.5.60
25692026-05-19T01:08:52.556Z Checking reqwest v0.13.2
25702026-05-19T01:08:52.752Z Checking zip v0.6.6
25712026-05-19T01:08:52.771Z Checking toml_parser v1.0.9+spec-1.1.0
25722026-05-19T01:08:52.812Z Checking itertools v0.13.0
25732026-05-19T01:08:52.848Z Checking strum v0.26.3
25742026-05-19T01:08:52.970Z Checking tokio-stream v0.1.18
25752026-05-19T01:08:53.106Z Checking fs-err v3.3.0
25762026-05-19T01:08:53.123Z Checking ahash v0.8.12
25772026-05-19T01:08:53.247Z Checking object v0.37.3
25782026-05-19T01:08:53.329Z Checking buf-list v1.1.2
25792026-05-19T01:08:53.370Z Checking anyhow v1.0.102
25802026-05-19T01:08:53.415Z Checking camino v1.2.2
25812026-05-19T01:08:53.429Z Checking x509-cert v0.2.5
25822026-05-19T01:08:53.465Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25832026-05-19T01:08:53.514Z Checking openapiv3 v2.2.0
25842026-05-19T01:08:53.571Z Checking toml_datetime v0.7.5+spec-1.1.0
25852026-05-19T01:08:53.670Z Checking sha1 v0.10.6
25862026-05-19T01:08:53.734Z Checking peg-runtime v0.8.5
25872026-05-19T01:08:53.756Z Checking lalrpop-util v0.19.12
25882026-05-19T01:08:53.769Z Checking rayon v1.11.0
25892026-05-19T01:08:53.831Z Checking sigpipe v0.1.3
25902026-05-19T01:08:53.878Z Checking glob v0.3.3
25912026-05-19T01:08:55.430Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25922026-05-19T01:08:55.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.25s
25932026-05-19T01:08:55.879Z
25942026-05-19T01:08:55.879Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25952026-05-19T01:08:56.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-05-19T01:08:56.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-05-19T01:08:56.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-05-19T01:08:56.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25992026-05-19T01:08:56.485Z
26002026-05-19T01:08:56.485Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26012026-05-19T01:08:57.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-19T01:08:57.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-19T01:08:57.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-19T01:08:57.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26052026-05-19T01:08:57.096Z
26062026-05-19T01:08:57.096Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26072026-05-19T01:08:57.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-19T01:08:57.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-19T01:08:57.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-19T01:08:57.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26112026-05-19T01:08:57.724Z
26122026-05-19T01:08:57.724Zinfo: running `cargo check --bins` on oxql-types (80/274)
26132026-05-19T01:08:58.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-19T01:08:58.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-19T01:08:58.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-19T01:08:58.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26172026-05-19T01:08:58.329Z
26182026-05-19T01:08:58.329Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26192026-05-19T01:08:58.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-19T01:08:58.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-19T01:08:58.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-19T01:08:58.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-19T01:08:58.926Z
26242026-05-19T01:08:58.926Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26252026-05-19T01:08:59.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-19T01:08:59.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-19T01:08:59.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-19T01:08:59.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-19T01:08:59.529Z
26302026-05-19T01:08:59.529Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26312026-05-19T01:09:00.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-19T01:09:00.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-19T01:09:00.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-19T01:09:00.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26352026-05-19T01:09:00.111Z
26362026-05-19T01:09:00.111Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26372026-05-19T01:09:00.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-19T01:09:00.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-19T01:09:00.810Z Compiling structmeta-derive v0.3.0
26402026-05-19T01:09:00.927Z Compiling rustls v0.22.4
26412026-05-19T01:09:00.936Z Compiling multer v3.1.0
26422026-05-19T01:09:00.945Z Compiling async-stream-impl v0.3.6
26432026-05-19T01:09:00.948Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26442026-05-19T01:09:00.966Z Compiling dropshot v0.17.0
26452026-05-19T01:09:00.982Z Compiling newtype-uuid-macros v0.1.0
26462026-05-19T01:09:00.982Z Compiling dropshot_endpoint v0.17.0
26472026-05-19T01:09:01.121Z Checking newtype-uuid v1.3.2
26482026-05-19T01:09:01.164Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26492026-05-19T01:09:01.222Z Checking rustls-webpki v0.102.8
26502026-05-19T01:09:01.318Z Checking daft v0.1.5
26512026-05-19T01:09:01.333Z Checking futures-executor v0.3.32
26522026-05-19T01:09:01.481Z Checking thread_local v1.1.9
26532026-05-19T01:09:01.519Z Checking compression-core v0.4.31
26542026-05-19T01:09:01.555Z Checking match_cfg v0.1.0
26552026-05-19T01:09:01.578Z Checking iddqd v0.3.18
26562026-05-19T01:09:01.625Z Checking hostname v0.3.1
26572026-05-19T01:09:01.645Z Checking compression-codecs v0.4.37
26582026-05-19T01:09:01.658Z Checking futures v0.3.32
26592026-05-19T01:09:01.721Z Checking crossbeam-channel v0.5.15
26602026-05-19T01:09:01.736Z Checking slog-json v2.6.1
26612026-05-19T01:09:01.750Z Checking is-terminal v0.4.17
26622026-05-19T01:09:01.812Z Checking toml_datetime v1.0.0+spec-1.1.0
26632026-05-19T01:09:01.840Z Checking serde_spanned v1.0.4
26642026-05-19T01:09:01.894Z Checking take_mut v0.2.2
26652026-05-19T01:09:01.975Z Checking toml_writer v1.0.6+spec-1.1.0
26662026-05-19T01:09:02.002Z Compiling structmeta v0.3.0
26672026-05-19T01:09:02.002Z Checking debug-ignore v1.0.5
26682026-05-19T01:09:02.028Z Checking term v1.2.1
26692026-05-19T01:09:02.061Z Checking slog-async v2.8.0
26702026-05-19T01:09:02.115Z Checking slog-bunyan v2.5.0
26712026-05-19T01:09:02.158Z Checking toml v1.0.6+spec-1.1.0
26722026-05-19T01:09:02.219Z Compiling derive-ex v0.1.8
26732026-05-19T01:09:02.232Z Compiling parse-display-derive v0.10.0
26742026-05-19T01:09:02.244Z Checking async-compression v0.4.41
26752026-05-19T01:09:02.257Z Checking slog-term v2.9.2
26762026-05-19T01:09:02.469Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26772026-05-19T01:09:02.490Z Checking async-stream v0.3.6
26782026-05-19T01:09:02.519Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-05-19T01:09:02.547Z Checking progenitor-client v0.14.0
26802026-05-19T01:09:02.623Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26812026-05-19T01:09:02.757Z Checking waitgroup v0.1.2
26822026-05-19T01:09:02.771Z Checking backon v1.6.0
26832026-05-19T01:09:02.774Z Checking rustls-pemfile v2.2.0
26842026-05-19T01:09:02.866Z Checking serde_path_to_error v0.1.20
26852026-05-19T01:09:02.893Z Checking hostname v0.4.2
26862026-05-19T01:09:02.935Z Checking instant v0.1.13
26872026-05-19T01:09:03.024Z Checking backoff v0.4.0
26882026-05-19T01:09:03.128Z Checking tokio-rustls v0.25.0
26892026-05-19T01:09:03.168Z Checking progenitor-extras v0.2.0
26902026-05-19T01:09:03.189Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26912026-05-19T01:09:03.206Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26922026-05-19T01:09:03.412Z Checking progenitor-client v0.10.0
26932026-05-19T01:09:03.425Z Checking itertools v0.14.0
26942026-05-19T01:09:03.571Z Checking regress v0.10.5
26952026-05-19T01:09:03.603Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26962026-05-19T01:09:03.852Z Checking macaddr v1.0.1
26972026-05-19T01:09:04.006Z Compiling test-strategy v0.4.5
26982026-05-19T01:09:04.018Z Checking parse-display v0.10.0
26992026-05-19T01:09:05.208Z Compiling prettyplease v0.2.37
27002026-05-19T01:09:05.509Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-05-19T01:09:05.641Z Checking num-rational v0.4.2
27022026-05-19T01:09:05.886Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27032026-05-19T01:09:06.104Z Checking num-complex v0.4.6
27042026-05-19T01:09:06.800Z Compiling num v0.4.3
27052026-05-19T01:09:06.865Z Compiling usdt-macro v0.5.0
27062026-05-19T01:09:06.879Z Compiling usdt-attr-macro v0.5.0
27072026-05-19T01:09:06.909Z Checking memmap v0.7.0
27082026-05-19T01:09:06.923Z Checking float-ord v0.3.2
27092026-05-19T01:09:07.028Z Checking unicode-width v0.2.0
27102026-05-19T01:09:07.042Z Compiling convert_case v0.4.0
27112026-05-19T01:09:07.288Z Checking console v0.15.11
27122026-05-19T01:09:07.427Z Compiling derive_more v0.99.20
27132026-05-19T01:09:07.575Z Checking newline-converter v0.3.0
27142026-05-19T01:09:07.603Z Checking atomicwrites v0.4.4
27152026-05-19T01:09:07.666Z Checking usdt v0.5.0
27162026-05-19T01:09:07.686Z Compiling toml v0.8.23
27172026-05-19T01:09:07.735Z Compiling minimal-lexical v0.2.1
27182026-05-19T01:09:07.841Z Checking linked-hash-map v0.5.6
27192026-05-19T01:09:08.012Z Compiling nom v7.1.3
27202026-05-19T01:09:08.055Z Checking lru-cache v0.1.2
27212026-05-19T01:09:08.183Z Checking expectorate v1.2.0
27222026-05-19T01:09:08.721Z Checking camino-tempfile v1.4.1
27232026-05-19T01:09:08.852Z Checking hickory-proto v0.24.4
27242026-05-19T01:09:08.894Z Checking phf_shared v0.12.1
27252026-05-19T01:09:09.042Z Compiling slog-dtrace v0.3.0
27262026-05-19T01:09:09.134Z Compiling chrono-tz v0.10.4
27272026-05-19T01:09:09.237Z Checking heck v0.5.0
27282026-05-19T01:09:09.319Z Checking resolv-conf v0.7.6
27292026-05-19T01:09:09.365Z Compiling const_format_proc_macros v0.2.34
27302026-05-19T01:09:09.401Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27312026-05-19T01:09:09.572Z Checking phf v0.12.1
27322026-05-19T01:09:09.721Z Checking tokio-dtrace v0.1.1
27332026-05-19T01:09:09.786Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27342026-05-19T01:09:09.881Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27352026-05-19T01:09:09.906Z Compiling derive-where v1.6.0
27362026-05-19T01:09:10.035Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27372026-05-19T01:09:10.390Z Checking highway v1.3.0
27382026-05-19T01:09:10.625Z Checking const_format v0.2.35
27392026-05-19T01:09:10.656Z Checking hickory-resolver v0.24.4
27402026-05-19T01:09:10.864Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-05-19T01:09:10.920Z Checking oxide-tokio-rt v0.1.4
27422026-05-19T01:09:11.231Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27432026-05-19T01:09:11.322Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27442026-05-19T01:09:11.366Z Checking gethostname v0.5.0
27452026-05-19T01:09:11.392Z Checking qorb v0.4.1
27462026-05-19T01:09:11.433Z Checking bcs v0.1.6
27472026-05-19T01:09:11.456Z Compiling async-recursion v1.1.1
27482026-05-19T01:09:11.470Z Checking termtree v0.5.1
27492026-05-19T01:09:11.514Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27502026-05-19T01:09:11.514Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27512026-05-19T01:09:15.168Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27522026-05-19T01:09:17.752Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27532026-05-19T01:09:19.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.83s
27542026-05-19T01:09:20.136Z
27552026-05-19T01:09:20.136Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27562026-05-19T01:09:20.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-05-19T01:09:20.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-05-19T01:09:20.827Z Compiling ar_archive_writer v0.5.1
27592026-05-19T01:09:20.942Z Compiling stacker v0.1.23
27602026-05-19T01:09:20.950Z Compiling cfg_aliases v0.1.1
27612026-05-19T01:09:20.957Z Compiling convert_case v0.10.0
27622026-05-19T01:09:20.963Z Checking unicode-width v0.1.14
27632026-05-19T01:09:20.972Z Compiling proc-macro-error v1.0.4
27642026-05-19T01:09:20.983Z Checking fd-lock v4.0.4
27652026-05-19T01:09:20.983Z Checking nibble_vec v0.1.0
27662026-05-19T01:09:21.009Z Compiling nix v0.28.0
27672026-05-19T01:09:21.107Z Checking vte v0.14.1
27682026-05-19T01:09:21.119Z Compiling recursive-proc-macro-impl v0.1.1
27692026-05-19T01:09:21.206Z Checking bytecount v0.6.9
27702026-05-19T01:09:21.221Z Checking endian-type v0.1.2
27712026-05-19T01:09:21.259Z Checking strip-ansi-escapes v0.2.1
27722026-05-19T01:09:21.259Z Compiling derive_more-impl v2.1.1
27732026-05-19T01:09:21.278Z Compiling tabled_derive v0.7.0
27742026-05-19T01:09:21.329Z Checking papergrid v0.11.0
27752026-05-19T01:09:21.346Z Checking radix_trie v0.2.1
27762026-05-19T01:09:21.418Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772026-05-19T01:09:21.527Z Compiling peg-macros v0.8.5
27782026-05-19T01:09:21.580Z Checking winnow v0.6.26
27792026-05-19T01:09:21.806Z Compiling psm v0.1.30
27802026-05-19T01:09:21.898Z Compiling sqlparser_derive v0.5.0
27812026-05-19T01:09:21.965Z Checking nu-ansi-term v0.50.3
27822026-05-19T01:09:22.127Z Checking derive_more v2.1.1
27832026-05-19T01:09:22.183Z Checking unicode_categories v0.1.1
27842026-05-19T01:09:22.209Z Checking home v0.5.12
27852026-05-19T01:09:22.307Z Checking tabled v0.15.0
27862026-05-19T01:09:22.321Z Checking crossterm v0.29.0
27872026-05-19T01:09:22.345Z Checking reedline v0.40.0
27882026-05-19T01:09:22.358Z Checking rustyline v14.0.0
27892026-05-19T01:09:22.604Z Checking recursive v0.1.1
27902026-05-19T01:09:22.704Z Checking sqlparser v0.61.0
27912026-05-19T01:09:22.724Z Checking display-error-chain v0.2.2
27922026-05-19T01:09:22.784Z Checking sqlformat v0.3.5
27932026-05-19T01:09:22.965Z Checking peg v0.8.5
27942026-05-19T01:09:34.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
27952026-05-19T01:09:34.371Z
27962026-05-19T01:09:34.371Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27972026-05-19T01:09:34.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-19T01:09:34.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-19T01:09:35.051Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-19T01:09:38.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
28012026-05-19T01:09:38.779Z
28022026-05-19T01:09:38.779Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28032026-05-19T01:09:39.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-19T01:09:39.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-19T01:09:39.459Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-19T01:09:41.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28072026-05-19T01:09:42.165Z
28082026-05-19T01:09:42.166Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28092026-05-19T01:09:42.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-19T01:09:42.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-19T01:09:42.861Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-19T01:09:46.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28132026-05-19T01:09:46.341Z
28142026-05-19T01:09:46.341Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28152026-05-19T01:09:46.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-19T01:09:46.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-19T01:09:47.031Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-19T01:09:50.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28192026-05-19T01:09:50.600Z
28202026-05-19T01:09:50.600Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28212026-05-19T01:09:51.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-19T01:09:51.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-19T01:09:51.295Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-19T01:09:53.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
28252026-05-19T01:09:54.132Z
28262026-05-19T01:09:54.132Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28272026-05-19T01:09:54.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-19T01:09:54.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-19T01:09:54.816Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-19T01:09:57.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
28312026-05-19T01:09:57.690Z
28322026-05-19T01:09:57.690Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28332026-05-19T01:09:58.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-19T01:09:58.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-19T01:09:58.397Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-19T01:10:01.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
28372026-05-19T01:10:02.130Z
28382026-05-19T01:10:02.131Zinfo: running `cargo check --bins` on oximeter (93/274)
28392026-05-19T01:10:02.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-19T01:10:02.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-19T01:10:02.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-05-19T01:10:02.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28432026-05-19T01:10:02.744Z
28442026-05-19T01:10:02.744Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28452026-05-19T01:10:03.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-19T01:10:03.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-19T01:10:03.397Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28482026-05-19T01:10:03.569Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28492026-05-19T01:10:03.571Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28502026-05-19T01:10:03.919Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28512026-05-19T01:10:07.104Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28522026-05-19T01:10:08.360Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28532026-05-19T01:10:08.530Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28542026-05-19T01:10:09.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.47s
28552026-05-19T01:10:09.404Z
28562026-05-19T01:10:09.404Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28572026-05-19T01:10:09.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-19T01:10:09.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-19T01:10:09.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-19T01:10:09.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28612026-05-19T01:10:10.025Z
28622026-05-19T01:10:10.025Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28632026-05-19T01:10:10.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-19T01:10:10.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-19T01:10:10.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-19T01:10:10.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28672026-05-19T01:10:10.688Z
28682026-05-19T01:10:10.688Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28692026-05-19T01:10:11.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-19T01:10:11.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-19T01:10:11.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-19T01:10:11.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28732026-05-19T01:10:11.307Z
28742026-05-19T01:10:11.307Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28752026-05-19T01:10:11.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-19T01:10:11.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-19T01:10:11.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-19T01:10:11.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28792026-05-19T01:10:11.931Z
28802026-05-19T01:10:11.931Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28812026-05-19T01:10:12.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-19T01:10:12.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-19T01:10:12.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-19T01:10:12.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28852026-05-19T01:10:12.555Z
28862026-05-19T01:10:12.555Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28872026-05-19T01:10:13.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-19T01:10:13.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-19T01:10:13.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-19T01:10:13.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28912026-05-19T01:10:13.170Z
28922026-05-19T01:10:13.170Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28932026-05-19T01:10:13.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-19T01:10:13.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-19T01:10:13.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-19T01:10:13.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-05-19T01:10:13.769Z
28982026-05-19T01:10:13.769Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28992026-05-19T01:10:14.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-19T01:10:14.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-19T01:10:14.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-19T01:10:14.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-05-19T01:10:14.381Z
29042026-05-19T01:10:14.381Zinfo: running `cargo check --bins` on update-engine (103/274)
29052026-05-19T01:10:14.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-19T01:10:14.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-19T01:10:14.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-19T01:10:14.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-05-19T01:10:14.984Z
29102026-05-19T01:10:14.984Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29112026-05-19T01:10:15.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-19T01:10:15.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-19T01:10:15.716Z Compiling crucible-workspace-hack v0.1.0
29142026-05-19T01:10:15.835Z Checking secrecy v0.10.3
29152026-05-19T01:10:15.844Z Compiling heapless v0.8.0
29162026-05-19T01:10:15.852Z Compiling ingot-macros v0.1.1
29172026-05-19T01:10:15.860Z Compiling toml_edit v0.23.10+spec-1.0.0
29182026-05-19T01:10:15.860Z Checking hash32 v0.3.1
29192026-05-19T01:10:15.880Z Compiling smoltcp v0.11.0
29202026-05-19T01:10:15.883Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29212026-05-19T01:10:15.944Z Checking cobs v0.3.0
29222026-05-19T01:10:15.976Z Compiling thiserror-impl-no-std v2.0.2
29232026-05-19T01:10:16.087Z Checking universal-hash v0.5.1
29242026-05-19T01:10:16.113Z Checking half v2.7.1
29252026-05-19T01:10:16.140Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29262026-05-19T01:10:16.215Z Checking opaque-debug v0.3.1
29272026-05-19T01:10:16.250Z Checking ciborium-io v0.2.2
29282026-05-19T01:10:16.291Z Checking poly1305 v0.8.0
29292026-05-19T01:10:16.344Z Checking postcard v1.1.3
29302026-05-19T01:10:16.361Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29312026-05-19T01:10:16.389Z Checking ciborium-ll v0.2.2
29322026-05-19T01:10:16.565Z Compiling proc-macro-crate v3.4.0
29332026-05-19T01:10:16.580Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29342026-05-19T01:10:16.646Z Checking password-hash v0.5.0
29352026-05-19T01:10:16.662Z Checking chacha20 v0.9.1
29362026-05-19T01:10:16.866Z Compiling proc-macro-crate v1.3.1
29372026-05-19T01:10:16.914Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29382026-05-19T01:10:16.928Z Checking blake2 v0.10.6
29392026-05-19T01:10:16.978Z Checking aead v0.5.2
29402026-05-19T01:10:17.129Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29412026-05-19T01:10:17.159Z Compiling foreign-types-macros v0.2.3
29422026-05-19T01:10:17.172Z Compiling num_enum_derive v0.7.5
29432026-05-19T01:10:17.185Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29442026-05-19T01:10:17.235Z Checking thiserror-no-std v2.0.2
29452026-05-19T01:10:17.315Z Checking cpufeatures v0.3.0
29462026-05-19T01:10:17.329Z Checking foreign-types-shared v0.3.1
29472026-05-19T01:10:17.343Z Checking vsss-rs v3.3.4
29482026-05-19T01:10:17.393Z Checking chacha20 v0.10.0
29492026-05-19T01:10:17.419Z Compiling num_enum_derive v0.5.11
29502026-05-19T01:10:17.433Z Checking argon2 v0.5.3
29512026-05-19T01:10:17.615Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29522026-05-19T01:10:17.787Z Checking foreign-types v0.5.0
29532026-05-19T01:10:17.791Z Checking chacha20poly1305 v0.10.1
29542026-05-19T01:10:17.883Z Checking ciborium v0.2.2
29552026-05-19T01:10:18.068Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29562026-05-19T01:10:18.096Z Checking tabwriter v1.4.1
29572026-05-19T01:10:18.254Z Checking byte-wrapper v0.1.0
29582026-05-19T01:10:18.285Z Checking num_enum v0.7.5
29592026-05-19T01:10:18.337Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29602026-05-19T01:10:18.385Z Checking cstr-argument v0.1.2
29612026-05-19T01:10:18.411Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29622026-05-19T01:10:18.482Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29632026-05-19T01:10:18.514Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29642026-05-19T01:10:18.543Z Checking num_enum v0.5.11
29652026-05-19T01:10:18.546Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29662026-05-19T01:10:18.663Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29672026-05-19T01:10:18.690Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29682026-05-19T01:10:18.707Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29692026-05-19T01:10:18.792Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29702026-05-19T01:10:18.831Z Checking ingot-types v0.1.2
29712026-05-19T01:10:18.859Z Checking rand v0.10.0
29722026-05-19T01:10:18.881Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29732026-05-19T01:10:18.903Z Checking indent_write v2.2.0
29742026-05-19T01:10:18.917Z Checking colored v3.1.1
29752026-05-19T01:10:19.041Z Compiling zone_cfg_derive v0.3.1
29762026-05-19T01:10:19.126Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29772026-05-19T01:10:19.213Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-19T01:10:19.228Z Checking ingot v0.1.1
29792026-05-19T01:10:19.231Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29802026-05-19T01:10:19.305Z Checking itertools v0.12.1
29812026-05-19T01:10:19.321Z Compiling num-derive v0.4.2
29822026-05-19T01:10:19.336Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29832026-05-19T01:10:19.394Z Checking swrite v0.1.0
29842026-05-19T01:10:19.491Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29852026-05-19T01:10:19.546Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29862026-05-19T01:10:19.710Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29872026-05-19T01:10:19.724Z Checking dropshot-api-manager-types v0.7.1
29882026-05-19T01:10:19.740Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29892026-05-19T01:10:19.819Z Checking smf v0.2.3
29902026-05-19T01:10:19.833Z Checking nanorand v0.7.0
29912026-05-19T01:10:19.899Z Checking whoami v1.6.1
29922026-05-19T01:10:20.032Z Checking flume v0.11.1
29932026-05-19T01:10:20.063Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-05-19T01:10:20.285Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29952026-05-19T01:10:20.346Z Checking zone v0.3.1
29962026-05-19T01:10:20.869Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-19T01:10:21.885Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-19T01:10:22.796Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29992026-05-19T01:10:25.932Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002026-05-19T01:10:28.044Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30012026-05-19T01:10:29.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s
30022026-05-19T01:10:29.385Z
30032026-05-19T01:10:29.385Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30042026-05-19T01:10:29.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-19T01:10:29.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-19T01:10:29.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-19T01:10:29.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30082026-05-19T01:10:30.003Z
30092026-05-19T01:10:30.003Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30102026-05-19T01:10:30.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-19T01:10:30.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-19T01:10:30.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-05-19T01:10:30.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30142026-05-19T01:10:30.614Z
30152026-05-19T01:10:30.614Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30162026-05-19T01:10:31.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-19T01:10:31.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-19T01:10:31.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-19T01:10:31.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30202026-05-19T01:10:31.230Z
30212026-05-19T01:10:31.230Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30222026-05-19T01:10:31.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-19T01:10:31.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-19T01:10:31.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-19T01:10:31.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30262026-05-19T01:10:31.857Z
30272026-05-19T01:10:31.857Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30282026-05-19T01:10:32.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-19T01:10:32.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-19T01:10:32.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-19T01:10:32.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30322026-05-19T01:10:32.473Z
30332026-05-19T01:10:32.473Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30342026-05-19T01:10:33.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-19T01:10:33.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-19T01:10:33.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-19T01:10:33.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30382026-05-19T01:10:33.107Z
30392026-05-19T01:10:33.107Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30402026-05-19T01:10:33.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-19T01:10:33.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-19T01:10:33.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-19T01:10:33.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30442026-05-19T01:10:33.731Z
30452026-05-19T01:10:33.731Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30462026-05-19T01:10:34.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-19T01:10:34.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-19T01:10:34.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-19T01:10:34.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-19T01:10:34.324Z
30512026-05-19T01:10:34.324Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30522026-05-19T01:10:34.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-19T01:10:34.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-19T01:10:34.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-19T01:10:34.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-19T01:10:34.934Z
30572026-05-19T01:10:34.934Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30582026-05-19T01:10:35.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-19T01:10:35.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-19T01:10:35.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-19T01:10:35.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-19T01:10:35.543Z
30632026-05-19T01:10:35.543Zinfo: running `cargo check --bins` on installinator-client (115/274)
30642026-05-19T01:10:36.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-19T01:10:36.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-19T01:10:36.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-19T01:10:36.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30682026-05-19T01:10:36.162Z
30692026-05-19T01:10:36.162Zinfo: running `cargo check --bins` on nexus-client (116/274)
30702026-05-19T01:10:36.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-19T01:10:36.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-19T01:10:36.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-19T01:10:36.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30742026-05-19T01:10:36.817Z
30752026-05-19T01:10:36.817Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30762026-05-19T01:10:37.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-19T01:10:37.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-19T01:10:37.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-19T01:10:37.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30802026-05-19T01:10:37.467Z
30812026-05-19T01:10:37.467Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30822026-05-19T01:10:37.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-19T01:10:37.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-19T01:10:37.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-19T01:10:37.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-05-19T01:10:38.064Z
30872026-05-19T01:10:38.064Zinfo: running `cargo check --bins` on oxide-client (119/274)
30882026-05-19T01:10:38.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-19T01:10:38.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-19T01:10:38.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-19T01:10:38.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-05-19T01:10:38.669Z
30932026-05-19T01:10:38.669Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30942026-05-19T01:10:39.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-19T01:10:39.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-19T01:10:39.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-19T01:10:39.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30982026-05-19T01:10:39.286Z
30992026-05-19T01:10:39.286Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31002026-05-19T01:10:39.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-19T01:10:39.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-19T01:10:39.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-19T01:10:39.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-05-19T01:10:39.883Z
31052026-05-19T01:10:39.883Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31062026-05-19T01:10:40.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-19T01:10:40.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-19T01:10:40.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-19T01:10:40.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31102026-05-19T01:10:40.509Z
31112026-05-19T01:10:40.509Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31122026-05-19T01:10:41.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-19T01:10:41.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-19T01:10:41.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-19T01:10:41.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31162026-05-19T01:10:41.155Z
31172026-05-19T01:10:41.155Zinfo: running `cargo check --bins` on installinator-common (124/274)
31182026-05-19T01:10:41.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-19T01:10:41.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-19T01:10:41.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-19T01:10:41.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31222026-05-19T01:10:41.799Z
31232026-05-19T01:10:41.799Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31242026-05-19T01:10:42.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-19T01:10:42.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-19T01:10:42.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-19T01:10:42.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-05-19T01:10:42.408Z
31292026-05-19T01:10:42.408Zinfo: running `cargo check --bins` on wicket-common (126/274)
31302026-05-19T01:10:42.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-19T01:10:42.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-19T01:10:42.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-19T01:10:42.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31342026-05-19T01:10:43.039Z
31352026-05-19T01:10:43.039Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31362026-05-19T01:10:43.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-19T01:10:43.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-19T01:10:43.754Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31392026-05-19T01:10:43.869Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-05-19T01:10:43.877Z Checking csv-core v0.1.13
31412026-05-19T01:10:43.884Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31422026-05-19T01:10:43.891Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31432026-05-19T01:10:43.901Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31442026-05-19T01:10:43.911Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31452026-05-19T01:10:43.922Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-05-19T01:10:44.035Z Checking csv v1.4.0
31472026-05-19T01:10:44.052Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31482026-05-19T01:10:44.103Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-05-19T01:10:44.133Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-19T01:10:44.379Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31512026-05-19T01:10:44.762Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31522026-05-19T01:10:44.765Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31532026-05-19T01:10:45.079Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31542026-05-19T01:10:50.885Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-05-19T01:10:51.434Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-05-19T01:10:53.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
31572026-05-19T01:10:54.031Z
31582026-05-19T01:10:54.031Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31592026-05-19T01:10:54.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-19T01:10:54.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-19T01:10:54.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-19T01:10:54.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31632026-05-19T01:10:54.633Z
31642026-05-19T01:10:54.633Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31652026-05-19T01:10:55.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-19T01:10:55.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-19T01:10:55.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-19T01:10:55.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31692026-05-19T01:10:55.327Z
31702026-05-19T01:10:55.327Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31712026-05-19T01:10:55.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-19T01:10:55.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-19T01:10:55.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-19T01:10:55.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31752026-05-19T01:10:56.019Z
31762026-05-19T01:10:56.019Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31772026-05-19T01:10:56.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-19T01:10:56.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-19T01:10:56.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-05-19T01:10:56.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31812026-05-19T01:10:56.684Z
31822026-05-19T01:10:56.684Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31832026-05-19T01:10:57.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-05-19T01:10:57.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-05-19T01:10:57.450Z Compiling regress v0.11.1
31862026-05-19T01:10:57.589Z Compiling unsafe-libyaml v0.2.11
31872026-05-19T01:10:57.602Z Compiling radium v0.7.0
31882026-05-19T01:10:57.614Z Compiling semver v0.1.20
31892026-05-19T01:10:57.628Z Compiling pin-project-internal v1.1.11
31902026-05-19T01:10:57.631Z Checking tap v1.0.1
31912026-05-19T01:10:57.641Z Compiling maybe-uninit v2.0.0
31922026-05-19T01:10:57.756Z Checking wyz v0.5.1
31932026-05-19T01:10:57.874Z Compiling rustc_version v0.1.7
31942026-05-19T01:10:57.943Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31952026-05-19T01:10:57.960Z Checking progenitor-client v0.13.0
31962026-05-19T01:10:58.073Z Compiling snafu-derive v0.8.9
31972026-05-19T01:10:58.096Z Compiling newtype_derive v0.1.6
31982026-05-19T01:10:58.197Z Compiling serde_yaml v0.9.34+deprecated
31992026-05-19T01:10:58.292Z Compiling zerocopy-derive v0.6.6
32002026-05-19T01:10:58.361Z Compiling owo-colors v4.3.0
32012026-05-19T01:10:58.694Z Checking crc-catalog v2.4.0
32022026-05-19T01:10:58.773Z Checking pin-project v1.1.11
32032026-05-19T01:10:58.790Z Checking funty v2.0.0
32042026-05-19T01:10:58.876Z Compiling packed_struct v0.10.1
32052026-05-19T01:10:59.072Z Checking typify-impl v0.6.2
32062026-05-19T01:10:59.132Z Compiling cancel-safe-futures v0.1.5
32072026-05-19T01:10:59.162Z Checking same-file v1.0.6
32082026-05-19T01:10:59.286Z Checking walkdir v2.5.0
32092026-05-19T01:10:59.361Z Checking zerocopy v0.6.6
32102026-05-19T01:10:59.474Z Checking bitvec v1.0.1
32112026-05-19T01:10:59.504Z Checking crc v3.4.0
32122026-05-19T01:10:59.718Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32132026-05-19T01:10:59.738Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32142026-05-19T01:10:59.773Z Checking globset v0.4.18
32152026-05-19T01:11:00.043Z Checking snafu v0.8.9
32162026-05-19T01:11:00.046Z Checking olpc-cjson v0.1.4
32172026-05-19T01:11:00.092Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-19T01:11:00.203Z Checking pem v3.0.6
32192026-05-19T01:11:00.256Z Compiling packed_struct_codegen v0.10.1
32202026-05-19T01:11:00.272Z Checking libsw-core v0.3.2
32212026-05-19T01:11:00.295Z Checking serde_plain v1.0.2
32222026-05-19T01:11:00.350Z Compiling bitfield-macros v0.19.4
32232026-05-19T01:11:00.364Z Compiling indexmap v1.9.3
32242026-05-19T01:11:00.418Z Checking nodrop v0.1.14
32252026-05-19T01:11:00.445Z Checking typed-path v0.9.3
32262026-05-19T01:11:00.515Z Checking array-init v0.0.4
32272026-05-19T01:11:00.580Z Checking libsw v3.5.0
32282026-05-19T01:11:00.733Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32292026-05-19T01:11:00.815Z Checking smallvec v0.6.14
32302026-05-19T01:11:00.907Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-19T01:11:01.012Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-05-19T01:11:01.064Z Checking bitfield v0.19.4
32332026-05-19T01:11:01.185Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32342026-05-19T01:11:01.240Z Checking tough v0.20.0
32352026-05-19T01:11:01.316Z Checking unicode-linebreak v0.1.5
32362026-05-19T01:11:01.337Z Checking hashbrown v0.12.3
32372026-05-19T01:11:01.366Z Checking base64 v0.21.7
32382026-05-19T01:11:01.383Z Checking tagptr v0.2.0
32392026-05-19T01:11:01.413Z Checking linear-map v1.2.0
32402026-05-19T01:11:01.526Z Checking smawk v0.3.2
32412026-05-19T01:11:01.541Z Checking moka v0.12.13
32422026-05-19T01:11:01.590Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32432026-05-19T01:11:01.610Z Checking ron v0.8.1
32442026-05-19T01:11:01.657Z Checking textwrap v0.16.2
32452026-05-19T01:11:01.876Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-05-19T01:11:02.052Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32472026-05-19T01:11:02.084Z Checking serde-hex v0.1.0
32482026-05-19T01:11:02.133Z Checking steno v0.4.1
32492026-05-19T01:11:02.169Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32502026-05-19T01:11:02.337Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32512026-05-19T01:11:02.423Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32522026-05-19T01:11:02.878Z Checking hashbrown v0.13.2
32532026-05-19T01:11:02.895Z Checking crc-any v2.5.0
32542026-05-19T01:11:02.968Z Checking humantime v2.3.0
32552026-05-19T01:11:03.081Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32562026-05-19T01:11:03.166Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32572026-05-19T01:11:03.181Z Checking hickory-resolver v0.25.2
32582026-05-19T01:11:03.302Z Checking path-slash v0.1.5
32592026-05-19T01:11:03.332Z Checking object v0.30.4
32602026-05-19T01:11:03.370Z Checking utf-8 v0.7.6
32612026-05-19T01:11:03.370Z Checking void v1.0.2
32622026-05-19T01:11:03.408Z Checking half v1.8.3
32632026-05-19T01:11:03.466Z Checking lzss v0.8.2
32642026-05-19T01:11:03.483Z Checking tungstenite v0.23.0
32652026-05-19T01:11:03.621Z Checking serde_cbor v0.11.2
32662026-05-19T01:11:03.664Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32672026-05-19T01:11:03.777Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32682026-05-19T01:11:03.795Z Compiling typify-macro v0.6.2
32692026-05-19T01:11:03.827Z Checking nix v0.27.1
32702026-05-19T01:11:03.916Z Checking kstat-rs v0.2.4
32712026-05-19T01:11:03.931Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32722026-05-19T01:11:04.019Z Checking fxhash v0.2.1
32732026-05-19T01:11:04.035Z Checking serde_bytes v0.11.19
32742026-05-19T01:11:04.109Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32752026-05-19T01:11:04.142Z Checking tokio-tungstenite v0.23.1
32762026-05-19T01:11:04.218Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32772026-05-19T01:11:04.348Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32782026-05-19T01:11:04.365Z Checking signal-hook-tokio v0.3.1
32792026-05-19T01:11:05.253Z Compiling typify v0.6.2
32802026-05-19T01:11:05.349Z Compiling progenitor-impl v0.13.0
32812026-05-19T01:11:05.349Z Compiling progenitor-impl v0.14.0
32822026-05-19T01:11:05.469Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32832026-05-19T01:11:06.418Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32842026-05-19T01:11:06.748Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32852026-05-19T01:11:06.965Z Compiling progenitor-macro v0.14.0
32862026-05-19T01:11:06.970Z Compiling progenitor-macro v0.13.0
32872026-05-19T01:11:09.613Z Checking progenitor v0.14.0
32882026-05-19T01:11:09.678Z Checking progenitor v0.13.0
32892026-05-19T01:11:09.736Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32902026-05-19T01:11:09.787Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32912026-05-19T01:11:12.827Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-05-19T01:11:20.301Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32932026-05-19T01:11:26.704Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32942026-05-19T01:11:28.102Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32952026-05-19T01:11:28.616Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962026-05-19T01:11:30.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s
32972026-05-19T01:11:30.934Z
32982026-05-19T01:11:30.934Zinfo: running `cargo check --bins` on gateway-api (133/274)
32992026-05-19T01:11:31.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-19T01:11:31.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-19T01:11:31.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-19T01:11:31.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33032026-05-19T01:11:31.539Z
33042026-05-19T01:11:31.539Zinfo: running `cargo check --bins` on ipcc (134/274)
33052026-05-19T01:11:32.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-19T01:11:32.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-19T01:11:32.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-19T01:11:32.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33092026-05-19T01:11:32.147Z
33102026-05-19T01:11:32.147Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33112026-05-19T01:11:32.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-19T01:11:32.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-19T01:11:32.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-19T01:11:32.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33152026-05-19T01:11:32.743Z
33162026-05-19T01:11:32.743Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33172026-05-19T01:11:33.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-19T01:11:33.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-19T01:11:33.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-19T01:11:33.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33212026-05-19T01:11:33.364Z
33222026-05-19T01:11:33.364Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33232026-05-19T01:11:33.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-19T01:11:33.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-19T01:11:33.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-19T01:11:33.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33272026-05-19T01:11:33.989Z
33282026-05-19T01:11:33.989Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33292026-05-19T01:11:34.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-19T01:11:34.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-19T01:11:34.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-19T01:11:34.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33332026-05-19T01:11:34.612Z
33342026-05-19T01:11:34.612Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33352026-05-19T01:11:35.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-19T01:11:35.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-19T01:11:35.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-19T01:11:35.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-05-19T01:11:35.237Z
33402026-05-19T01:11:35.237Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33412026-05-19T01:11:35.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-19T01:11:35.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-19T01:11:35.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-19T01:11:35.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33452026-05-19T01:11:35.852Z
33462026-05-19T01:11:35.852Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33472026-05-19T01:11:36.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-19T01:11:36.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-19T01:11:36.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-19T01:11:36.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33512026-05-19T01:11:36.475Z
33522026-05-19T01:11:36.475Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33532026-05-19T01:11:37.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-19T01:11:37.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-19T01:11:37.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-19T01:11:37.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33572026-05-19T01:11:37.101Z
33582026-05-19T01:11:37.101Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33592026-05-19T01:11:37.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-19T01:11:37.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-19T01:11:37.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-19T01:11:37.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-05-19T01:11:37.720Z
33642026-05-19T01:11:37.720Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33652026-05-19T01:11:38.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-19T01:11:38.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-19T01:11:38.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-19T01:11:38.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33692026-05-19T01:11:38.349Z
33702026-05-19T01:11:38.349Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33712026-05-19T01:11:38.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-19T01:11:38.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-19T01:11:38.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-19T01:11:38.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33752026-05-19T01:11:38.979Z
33762026-05-19T01:11:38.979Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33772026-05-19T01:11:39.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-19T01:11:39.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-19T01:11:39.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-19T01:11:39.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33812026-05-19T01:11:39.603Z
33822026-05-19T01:11:39.603Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33832026-05-19T01:11:40.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-19T01:11:40.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-19T01:11:40.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-19T01:11:40.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33872026-05-19T01:11:40.227Z
33882026-05-19T01:11:40.227Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33892026-05-19T01:11:40.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-19T01:11:40.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-19T01:11:40.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-19T01:11:40.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33932026-05-19T01:11:40.855Z
33942026-05-19T01:11:40.855Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33952026-05-19T01:11:41.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-19T01:11:41.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-19T01:11:41.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-19T01:11:41.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33992026-05-19T01:11:41.482Z
34002026-05-19T01:11:41.482Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34012026-05-19T01:11:42.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-19T01:11:42.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-19T01:11:42.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-19T01:11:42.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34052026-05-19T01:11:42.110Z
34062026-05-19T01:11:42.110Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34072026-05-19T01:11:42.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-19T01:11:42.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-19T01:11:42.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-19T01:11:42.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-19T01:11:42.735Z
34122026-05-19T01:11:42.735Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34132026-05-19T01:11:43.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-19T01:11:43.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-19T01:11:43.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-19T01:11:43.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-19T01:11:43.355Z
34182026-05-19T01:11:43.355Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34192026-05-19T01:11:43.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-19T01:11:43.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-19T01:11:43.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-19T01:11:43.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34232026-05-19T01:11:43.979Z
34242026-05-19T01:11:43.979Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34252026-05-19T01:11:44.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-19T01:11:44.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-19T01:11:44.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-19T01:11:44.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34292026-05-19T01:11:44.643Z
34302026-05-19T01:11:44.643Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34312026-05-19T01:11:45.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-19T01:11:45.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-19T01:11:45.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-19T01:11:45.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-19T01:11:45.267Z
34362026-05-19T01:11:45.267Zinfo: running `cargo check --bins` on dns-server (156/274)
34372026-05-19T01:11:45.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-19T01:11:45.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-19T01:11:45.956Z Compiling parking_lot_core v0.8.6
34402026-05-19T01:11:45.956Z Compiling git-stub v1.0.0
34412026-05-19T01:11:45.956Z Compiling atomicwrites v0.4.4
34422026-05-19T01:11:45.965Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34432026-05-19T01:11:45.965Z Checking prefix-trie v0.7.0
34442026-05-19T01:11:46.192Z Compiling git-stub-vcs v0.1.0
34452026-05-19T01:11:46.377Z Checking hickory-server v0.25.2
34462026-05-19T01:11:46.494Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472026-05-19T01:11:46.515Z Checking parking_lot v0.11.2
34482026-05-19T01:11:46.564Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34492026-05-19T01:11:46.573Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34502026-05-19T01:11:46.695Z Checking sled v0.34.7
34512026-05-19T01:11:48.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
34522026-05-19T01:11:48.866Z
34532026-05-19T01:11:48.866Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34542026-05-19T01:11:49.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-19T01:11:49.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-19T01:11:49.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-19T01:11:49.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34582026-05-19T01:11:49.495Z
34592026-05-19T01:11:49.495Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34602026-05-19T01:11:50.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-19T01:11:50.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-19T01:11:50.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-19T01:11:50.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34642026-05-19T01:11:50.126Z
34652026-05-19T01:11:50.127Zinfo: running `cargo check --bins` on sp-sim (159/274)
34662026-05-19T01:11:50.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-19T01:11:50.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-19T01:11:50.876Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-05-19T01:11:52.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
34702026-05-19T01:11:52.937Z
34712026-05-19T01:11:52.937Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34722026-05-19T01:11:53.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-19T01:11:53.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-19T01:11:53.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-19T01:11:53.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34762026-05-19T01:11:53.612Z
34772026-05-19T01:11:53.612Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34782026-05-19T01:11:54.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-19T01:11:54.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-19T01:11:54.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-19T01:11:54.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34822026-05-19T01:11:54.286Z
34832026-05-19T01:11:54.286Zinfo: running `cargo check --bins` on db-macros (162/274)
34842026-05-19T01:11:54.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-19T01:11:54.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-19T01:11:54.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-19T01:11:54.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-05-19T01:11:54.883Z
34892026-05-19T01:11:54.883Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34902026-05-19T01:11:55.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-19T01:11:55.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-19T01:11:55.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-19T01:11:55.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34942026-05-19T01:11:55.482Z
34952026-05-19T01:11:55.482Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34962026-05-19T01:11:56.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-19T01:11:56.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-19T01:11:56.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-19T01:11:56.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35002026-05-19T01:11:56.149Z
35012026-05-19T01:11:56.149Zinfo: running `cargo check --bins` on authz-macros (165/274)
35022026-05-19T01:11:56.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-19T01:11:56.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-19T01:11:56.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-19T01:11:56.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-19T01:11:56.749Z
35072026-05-19T01:11:56.749Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35082026-05-19T01:11:57.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-19T01:11:57.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-19T01:11:57.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-19T01:11:57.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35122026-05-19T01:11:57.410Z
35132026-05-19T01:11:57.410Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35142026-05-19T01:11:57.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-19T01:11:57.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-19T01:11:57.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-19T01:11:57.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35182026-05-19T01:11:58.070Z
35192026-05-19T01:11:58.070Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35202026-05-19T01:11:58.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-19T01:11:58.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-19T01:11:58.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-19T01:11:58.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-05-19T01:11:58.669Z
35252026-05-19T01:11:58.669Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35262026-05-19T01:11:59.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-19T01:11:59.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-19T01:11:59.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-19T01:11:59.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-05-19T01:11:59.266Z
35312026-05-19T01:11:59.266Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35322026-05-19T01:11:59.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-19T01:11:59.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-19T01:11:59.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-19T01:11:59.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35362026-05-19T01:11:59.883Z
35372026-05-19T01:11:59.883Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35382026-05-19T01:12:00.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-19T01:12:00.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-19T01:12:00.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-19T01:12:00.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35422026-05-19T01:12:00.487Z
35432026-05-19T01:12:00.487Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35442026-05-19T01:12:01.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-19T01:12:01.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-19T01:12:01.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-19T01:12:01.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35482026-05-19T01:12:01.105Z
35492026-05-19T01:12:01.105Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35502026-05-19T01:12:01.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-19T01:12:01.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-19T01:12:01.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-19T01:12:01.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35542026-05-19T01:12:01.788Z
35552026-05-19T01:12:01.788Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35562026-05-19T01:12:02.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-19T01:12:02.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-19T01:12:02.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-19T01:12:02.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35602026-05-19T01:12:02.473Z
35612026-05-19T01:12:02.473Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35622026-05-19T01:12:03.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-19T01:12:03.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-19T01:12:03.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-19T01:12:03.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35662026-05-19T01:12:03.145Z
35672026-05-19T01:12:03.145Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35682026-05-19T01:12:03.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-19T01:12:03.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-19T01:12:03.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-19T01:12:03.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35722026-05-19T01:12:03.787Z
35732026-05-19T01:12:03.787Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35742026-05-19T01:12:04.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-19T01:12:04.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-19T01:12:04.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-19T01:12:04.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35782026-05-19T01:12:04.439Z
35792026-05-19T01:12:04.439Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35802026-05-19T01:12:04.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-19T01:12:04.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-19T01:12:04.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-19T01:12:04.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35842026-05-19T01:12:05.082Z
35852026-05-19T01:12:05.082Zinfo: running `cargo check --bins` on key-manager (179/274)
35862026-05-19T01:12:05.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-19T01:12:05.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-19T01:12:05.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-19T01:12:05.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35902026-05-19T01:12:05.696Z
35912026-05-19T01:12:05.696Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35922026-05-19T01:12:06.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-19T01:12:06.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-19T01:12:06.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-19T01:12:06.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35962026-05-19T01:12:06.333Z
35972026-05-19T01:12:06.333Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35982026-05-19T01:12:06.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-19T01:12:06.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-19T01:12:06.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-19T01:12:06.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36022026-05-19T01:12:06.970Z
36032026-05-19T01:12:06.970Zinfo: running `cargo check --bins` on typed-rng (182/274)
36042026-05-19T01:12:07.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-19T01:12:07.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-19T01:12:07.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-19T01:12:07.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36082026-05-19T01:12:07.578Z
36092026-05-19T01:12:07.578Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36102026-05-19T01:12:08.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-19T01:12:08.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-19T01:12:08.453Z Compiling typify-impl v0.4.3
36132026-05-19T01:12:08.453Z Compiling libefi-sys v0.1.0
36142026-05-19T01:12:08.457Z Compiling bitfield-struct v0.6.2
36152026-05-19T01:12:08.611Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36162026-05-19T01:12:08.620Z Compiling xshell-macros v0.2.7
36172026-05-19T01:12:08.640Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36182026-05-19T01:12:08.667Z Compiling salty v0.3.0
36192026-05-19T01:12:08.677Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36202026-05-19T01:12:08.840Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-05-19T01:12:08.972Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36222026-05-19T01:12:09.022Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36232026-05-19T01:12:09.027Z Checking xshell v0.2.7
36242026-05-19T01:12:09.191Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36252026-05-19T01:12:09.225Z Checking primeorder v0.13.6
36262026-05-19T01:12:09.244Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-05-19T01:12:09.366Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36282026-05-19T01:12:09.392Z Compiling proc-macro-error-attr2 v2.0.0
36292026-05-19T01:12:09.472Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36302026-05-19T01:12:09.492Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36312026-05-19T01:12:09.527Z Checking tungstenite v0.21.0
36322026-05-19T01:12:09.694Z Checking p384 v0.13.1
36332026-05-19T01:12:09.739Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36342026-05-19T01:12:09.794Z Compiling proc-macro-error2 v2.0.1
36352026-05-19T01:12:09.901Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36362026-05-19T01:12:09.979Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36372026-05-19T01:12:10.121Z Compiling num-derive v0.3.3
36382026-05-19T01:12:10.136Z Compiling tabled_derive v0.11.0
36392026-05-19T01:12:10.324Z Checking tokio-tungstenite v0.21.0
36402026-05-19T01:12:10.615Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36412026-05-19T01:12:10.632Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36422026-05-19T01:12:10.734Z Checking papergrid v0.17.0
36432026-05-19T01:12:11.023Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-19T01:12:11.050Z Checking libscf-sys v1.1.0
36452026-05-19T01:12:11.190Z Checking testing_table v0.3.0
36462026-05-19T01:12:11.293Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-19T01:12:11.345Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-05-19T01:12:11.361Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36492026-05-19T01:12:11.552Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36502026-05-19T01:12:11.600Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-19T01:12:11.773Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36522026-05-19T01:12:11.811Z Compiling unicase v2.9.0
36532026-05-19T01:12:11.837Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36542026-05-19T01:12:11.854Z Checking corncobs v0.1.4
36552026-05-19T01:12:11.996Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-19T01:12:12.026Z Compiling mime_guess v2.0.5
36572026-05-19T01:12:12.064Z Checking tabled v0.20.0
36582026-05-19T01:12:12.111Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36592026-05-19T01:12:12.161Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-19T01:12:12.277Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-19T01:12:12.338Z Checking progenitor-client v0.11.2
36622026-05-19T01:12:12.524Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-19T01:12:12.587Z Checking secrecy v0.8.0
36642026-05-19T01:12:12.602Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36652026-05-19T01:12:12.605Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36662026-05-19T01:12:12.661Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36672026-05-19T01:12:12.825Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36682026-05-19T01:12:13.115Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36692026-05-19T01:12:13.142Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36702026-05-19T01:12:13.297Z Compiling typify-macro v0.4.3
36712026-05-19T01:12:13.321Z Checking filetime v0.2.27
36722026-05-19T01:12:13.427Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-05-19T01:12:13.469Z Checking http-range v0.1.5
36742026-05-19T01:12:13.604Z Checking crc8 v0.1.1
36752026-05-19T01:12:13.706Z Checking xattr v1.6.1
36762026-05-19T01:12:13.811Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36772026-05-19T01:12:13.851Z Checking tar v0.4.45
36782026-05-19T01:12:14.102Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36792026-05-19T01:12:14.237Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36802026-05-19T01:12:14.260Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36812026-05-19T01:12:14.263Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-05-19T01:12:14.356Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36832026-05-19T01:12:14.640Z Checking atty v0.2.14
36842026-05-19T01:12:14.746Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36852026-05-19T01:12:14.785Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36862026-05-19T01:12:14.873Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36872026-05-19T01:12:15.088Z Compiling typify v0.4.3
36882026-05-19T01:12:15.211Z Compiling progenitor-impl v0.11.2
36892026-05-19T01:12:15.232Z Compiling progenitor-impl v0.10.0
36902026-05-19T01:12:15.502Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-19T01:12:15.661Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36922026-05-19T01:12:15.758Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-05-19T01:12:16.209Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36942026-05-19T01:12:16.676Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36952026-05-19T01:12:16.703Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36962026-05-19T01:12:16.721Z Checking hyper-staticfile v0.10.1
36972026-05-19T01:12:16.936Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36982026-05-19T01:12:17.024Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36992026-05-19T01:12:17.110Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37002026-05-19T01:12:17.212Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37012026-05-19T01:12:17.412Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37022026-05-19T01:12:17.507Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37032026-05-19T01:12:17.721Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37042026-05-19T01:12:17.800Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37052026-05-19T01:12:17.986Z Compiling progenitor-macro v0.10.0
37062026-05-19T01:12:18.003Z Compiling progenitor-macro v0.11.2
37072026-05-19T01:12:20.929Z Checking progenitor v0.10.0
37082026-05-19T01:12:20.982Z Checking progenitor v0.11.2
37092026-05-19T01:12:21.068Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37102026-05-19T01:12:21.107Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37112026-05-19T01:12:25.887Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37122026-05-19T01:12:27.046Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-05-19T01:12:37.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.96s
37142026-05-19T01:12:37.770Z
37152026-05-19T01:12:37.771Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37162026-05-19T01:12:39.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-19T01:12:39.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-19T01:12:39.086Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-05-19T01:12:49.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37202026-05-19T01:12:49.435Z
37212026-05-19T01:12:49.435Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37222026-05-19T01:12:50.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-19T01:12:50.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-19T01:12:50.227Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-05-19T01:13:00.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
37262026-05-19T01:13:01.093Z
37272026-05-19T01:13:01.093Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37282026-05-19T01:13:01.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-19T01:13:01.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-19T01:13:01.897Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-05-19T01:13:12.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
37322026-05-19T01:13:12.860Z
37332026-05-19T01:13:12.860Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37342026-05-19T01:13:13.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-19T01:13:13.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-19T01:13:13.664Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-19T01:13:24.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
37382026-05-19T01:13:24.759Z
37392026-05-19T01:13:24.759Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37402026-05-19T01:13:25.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-19T01:13:25.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-19T01:13:25.556Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-19T01:13:36.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s
37442026-05-19T01:13:36.683Z
37452026-05-19T01:13:36.683Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37462026-05-19T01:13:37.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-19T01:13:37.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-19T01:13:37.488Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-19T01:13:48.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37502026-05-19T01:13:48.373Z
37512026-05-19T01:13:48.373Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37522026-05-19T01:13:48.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-19T01:13:48.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-19T01:13:49.177Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-19T01:13:59.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37562026-05-19T01:14:00.053Z
37572026-05-19T01:14:00.053Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37582026-05-19T01:14:00.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-19T01:14:00.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-19T01:14:00.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-19T01:14:00.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37622026-05-19T01:14:00.675Z
37632026-05-19T01:14:00.675Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37642026-05-19T01:14:01.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-19T01:14:01.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-19T01:14:01.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-19T01:14:01.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37682026-05-19T01:14:01.292Z
37692026-05-19T01:14:01.292Zinfo: running `cargo check --bins` on range-requests (193/274)
37702026-05-19T01:14:01.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-19T01:14:01.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-19T01:14:01.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-19T01:14:01.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37742026-05-19T01:14:01.898Z
37752026-05-19T01:14:01.898Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37762026-05-19T01:14:02.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-19T01:14:02.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-19T01:14:02.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-19T01:14:02.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37802026-05-19T01:14:02.508Z
37812026-05-19T01:14:02.508Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37822026-05-19T01:14:03.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-19T01:14:03.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-19T01:14:03.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-19T01:14:03.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37862026-05-19T01:14:03.143Z
37872026-05-19T01:14:03.143Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37882026-05-19T01:14:03.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-19T01:14:03.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-19T01:14:03.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-19T01:14:03.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37922026-05-19T01:14:03.774Z
37932026-05-19T01:14:03.774Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37942026-05-19T01:14:04.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-19T01:14:04.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-19T01:14:04.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-19T01:14:04.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37982026-05-19T01:14:04.398Z
37992026-05-19T01:14:04.398Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38002026-05-19T01:14:04.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-19T01:14:04.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-19T01:14:04.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-19T01:14:04.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-05-19T01:14:05.030Z
38052026-05-19T01:14:05.030Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38062026-05-19T01:14:05.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-19T01:14:05.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-19T01:14:05.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-19T01:14:05.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38102026-05-19T01:14:05.660Z
38112026-05-19T01:14:05.661Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38122026-05-19T01:14:06.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-19T01:14:06.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-19T01:14:06.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-19T01:14:06.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-19T01:14:06.288Z
38172026-05-19T01:14:06.288Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38182026-05-19T01:14:06.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-19T01:14:06.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-19T01:14:06.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-19T01:14:06.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38222026-05-19T01:14:06.932Z
38232026-05-19T01:14:06.932Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38242026-05-19T01:14:07.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-19T01:14:07.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-19T01:14:07.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-19T01:14:07.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38282026-05-19T01:14:07.571Z
38292026-05-19T01:14:07.571Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38302026-05-19T01:14:08.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-19T01:14:08.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-19T01:14:08.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-19T01:14:08.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-19T01:14:08.202Z
38352026-05-19T01:14:08.202Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38362026-05-19T01:14:08.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-19T01:14:08.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-19T01:14:08.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-19T01:14:08.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38402026-05-19T01:14:08.868Z
38412026-05-19T01:14:08.868Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38422026-05-19T01:14:09.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-19T01:14:09.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-19T01:14:09.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-19T01:14:09.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-19T01:14:09.505Z
38472026-05-19T01:14:09.505Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38482026-05-19T01:14:10.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-19T01:14:10.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-19T01:14:10.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-19T01:14:10.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38522026-05-19T01:14:10.156Z
38532026-05-19T01:14:10.156Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38542026-05-19T01:14:10.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-19T01:14:10.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-19T01:14:10.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-19T01:14:10.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38582026-05-19T01:14:10.824Z
38592026-05-19T01:14:10.824Zinfo: running `cargo check --bins` on update-common (208/274)
38602026-05-19T01:14:11.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-19T01:14:11.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-19T01:14:11.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-19T01:14:11.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38642026-05-19T01:14:11.445Z
38652026-05-19T01:14:11.445Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38662026-05-19T01:14:12.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-19T01:14:12.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-19T01:14:12.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-19T01:14:12.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38702026-05-19T01:14:12.115Z
38712026-05-19T01:14:12.115Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38722026-05-19T01:14:12.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-19T01:14:12.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-19T01:14:12.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-19T01:14:12.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38762026-05-19T01:14:12.711Z
38772026-05-19T01:14:12.711Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38782026-05-19T01:14:13.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-19T01:14:13.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-19T01:14:13.510Z Compiling fs-err v2.11.0
38812026-05-19T01:14:13.512Z Checking ignore v0.4.25
38822026-05-19T01:14:13.512Z Checking arc-swap v1.8.2
38832026-05-19T01:14:13.512Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38842026-05-19T01:14:13.655Z Checking predicates-tree v1.0.13
38852026-05-19T01:14:13.658Z Checking parse-size v1.1.0
38862026-05-19T01:14:13.680Z Checking rand_seeder v0.4.0
38872026-05-19T01:14:13.682Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38882026-05-19T01:14:13.758Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38892026-05-19T01:14:13.778Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38902026-05-19T01:14:13.824Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38912026-05-19T01:14:13.855Z Checking slog-scope v4.4.1
38922026-05-19T01:14:13.961Z Compiling petname v2.0.2
38932026-05-19T01:14:13.990Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38942026-05-19T01:14:14.004Z Checking slog-stdlog v4.1.1
38952026-05-19T01:14:14.020Z Checking globwalk v0.9.1
38962026-05-19T01:14:14.104Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38972026-05-19T01:14:14.125Z Checking slog-envlogger v2.2.0
38982026-05-19T01:14:14.202Z Checking camino-tempfile-ext v0.3.3
38992026-05-19T01:14:14.242Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39002026-05-19T01:14:14.279Z Checking sapling-renderdag v0.1.0
39012026-05-19T01:14:14.401Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39022026-05-19T01:14:14.418Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39032026-05-19T01:14:14.522Z Checking subprocess v0.2.15
39042026-05-19T01:14:14.613Z Checking sync-ptr v0.1.4
39052026-05-19T01:14:14.649Z Checking colored v2.2.0
39062026-05-19T01:14:14.734Z Checking assert_matches v1.5.0
39072026-05-19T01:14:14.815Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39082026-05-19T01:14:14.863Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39092026-05-19T01:14:14.935Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39102026-05-19T01:14:14.938Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39112026-05-19T01:14:15.562Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39122026-05-19T01:14:16.900Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39132026-05-19T01:14:19.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.47s
39142026-05-19T01:14:19.386Z
39152026-05-19T01:14:19.386Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39162026-05-19T01:14:19.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-19T01:14:19.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-19T01:14:19.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-19T01:14:19.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39202026-05-19T01:14:19.987Z
39212026-05-19T01:14:19.987Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39222026-05-19T01:14:20.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-19T01:14:20.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-19T01:14:20.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-19T01:14:20.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39262026-05-19T01:14:20.602Z
39272026-05-19T01:14:20.602Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39282026-05-19T01:14:21.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-19T01:14:21.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-19T01:14:21.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-05-19T01:14:21.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39322026-05-19T01:14:21.274Z
39332026-05-19T01:14:21.274Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39342026-05-19T01:14:21.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-05-19T01:14:21.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-05-19T01:14:22.020Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39372026-05-19T01:14:22.020Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39382026-05-19T01:14:22.673Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39392026-05-19T01:14:24.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
39402026-05-19T01:14:24.469Z
39412026-05-19T01:14:24.469Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39422026-05-19T01:14:24.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-19T01:14:24.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-19T01:14:24.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-05-19T01:14:24.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39462026-05-19T01:14:25.082Z
39472026-05-19T01:14:25.082Zinfo: running `cargo check --bins` on cert-dev (217/274)
39482026-05-19T01:14:25.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-19T01:14:25.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-19T01:14:25.696Z Checking yasna v0.5.2
39512026-05-19T01:14:26.102Z Checking rcgen v0.12.1
39522026-05-19T01:14:26.354Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39532026-05-19T01:14:26.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39542026-05-19T01:14:26.709Z
39552026-05-19T01:14:26.709Zinfo: running `cargo check --bins` on clickana (218/274)
39562026-05-19T01:14:27.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-19T01:14:27.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-19T01:14:27.362Z Compiling darling_core v0.23.0
39592026-05-19T01:14:27.366Z Compiling instability v0.3.11
39602026-05-19T01:14:27.366Z Checking castaway v0.2.4
39612026-05-19T01:14:27.488Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39622026-05-19T01:14:27.488Z Compiling indoc v2.0.7
39632026-05-19T01:14:27.490Z Checking unicode-truncate v1.1.0
39642026-05-19T01:14:27.516Z Checking lru v0.12.5
39652026-05-19T01:14:27.516Z Checking cassowary v0.3.0
39662026-05-19T01:14:27.574Z Checking compact_str v0.8.1
39672026-05-19T01:14:28.524Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39682026-05-19T01:14:28.712Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39692026-05-19T01:14:28.922Z Compiling darling_macro v0.23.0
39702026-05-19T01:14:29.337Z Compiling darling v0.23.0
39712026-05-19T01:14:29.950Z Checking ratatui v0.29.0
39722026-05-19T01:14:31.005Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39732026-05-19T01:14:31.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
39742026-05-19T01:14:31.865Z
39752026-05-19T01:14:31.865Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39762026-05-19T01:14:32.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-19T01:14:32.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-19T01:14:32.597Z Checking headers-core v0.3.0
39792026-05-19T01:14:32.597Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39802026-05-19T01:14:32.798Z Checking headers v0.4.1
39812026-05-19T01:14:33.179Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39822026-05-19T01:14:34.035Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39832026-05-19T01:14:34.537Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39842026-05-19T01:14:34.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
39852026-05-19T01:14:35.168Z
39862026-05-19T01:14:35.168Zinfo: running `cargo check --bins` on ch-dev (220/274)
39872026-05-19T01:14:35.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-19T01:14:35.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-19T01:14:35.906Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39902026-05-19T01:14:36.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39912026-05-19T01:14:36.881Z
39922026-05-19T01:14:36.881Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39932026-05-19T01:14:37.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-19T01:14:37.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-19T01:14:37.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-05-19T01:14:37.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
39972026-05-19T01:14:37.360Z
39982026-05-19T01:14:37.360Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39992026-05-19T01:14:37.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-19T01:14:37.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-19T01:14:38.094Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40022026-05-19T01:14:39.109Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40032026-05-19T01:14:39.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
40042026-05-19T01:14:39.682Z
40052026-05-19T01:14:39.682Zinfo: running `cargo check --bins` on db-dev (223/274)
40062026-05-19T01:14:40.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-19T01:14:40.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-19T01:14:40.431Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40092026-05-19T01:14:41.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
40102026-05-19T01:14:41.416Z
40112026-05-19T01:14:41.416Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40122026-05-19T01:14:41.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-19T01:14:41.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-19T01:14:41.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-05-19T01:14:41.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40162026-05-19T01:14:42.132Z
40172026-05-19T01:14:42.132Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40182026-05-19T01:14:42.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-19T01:14:42.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-19T01:14:42.694Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40212026-05-19T01:14:43.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40222026-05-19T01:14:43.551Z
40232026-05-19T01:14:43.551Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40242026-05-19T01:14:44.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-19T01:14:44.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-19T01:14:44.325Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-19T01:14:44.325Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40282026-05-19T01:14:44.325Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40292026-05-19T01:14:44.328Z Checking git-stub v1.0.0
40302026-05-19T01:14:44.328Z Compiling trait-variant v0.1.2
40312026-05-19T01:14:44.328Z Checking is_ci v1.2.0
40322026-05-19T01:14:44.328Z Checking maplit v1.0.2
40332026-05-19T01:14:44.467Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40342026-05-19T01:14:44.519Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40352026-05-19T01:14:44.557Z Checking supports-color v3.0.2
40362026-05-19T01:14:44.595Z Checking git-stub-vcs v0.1.0
40372026-05-19T01:14:44.683Z Checking drift v0.1.3
40382026-05-19T01:14:44.701Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40392026-05-19T01:14:44.716Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40402026-05-19T01:14:44.824Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40412026-05-19T01:14:44.903Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40422026-05-19T01:14:44.973Z Checking dropshot-api-manager v0.7.1
40432026-05-19T01:14:44.991Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40442026-05-19T01:14:45.008Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40452026-05-19T01:14:45.201Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-05-19T01:14:45.224Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40472026-05-19T01:14:45.460Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40482026-05-19T01:14:45.736Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40492026-05-19T01:14:50.800Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40502026-05-19T01:14:51.932Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40512026-05-19T01:14:52.516Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40522026-05-19T01:14:52.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s
40532026-05-19T01:14:53.154Z
40542026-05-19T01:14:53.154Zinfo: running `cargo check --bins` on installinator-api (227/274)
40552026-05-19T01:14:53.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-19T01:14:53.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-19T01:14:53.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-19T01:14:53.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40592026-05-19T01:14:53.774Z
40602026-05-19T01:14:53.774Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40612026-05-19T01:14:54.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-19T01:14:54.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-19T01:14:54.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-05-19T01:14:54.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40652026-05-19T01:14:54.434Z
40662026-05-19T01:14:54.434Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40672026-05-19T01:14:54.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-19T01:14:54.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-19T01:14:54.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-05-19T01:14:55.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40712026-05-19T01:14:55.104Z
40722026-05-19T01:14:55.104Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40732026-05-19T01:14:55.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-19T01:14:55.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-19T01:14:55.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-19T01:14:55.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40772026-05-19T01:14:55.770Z
40782026-05-19T01:14:55.770Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40792026-05-19T01:14:56.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-19T01:14:56.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-19T01:14:56.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-19T01:14:56.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40832026-05-19T01:14:56.390Z
40842026-05-19T01:14:56.390Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40852026-05-19T01:14:56.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-19T01:14:56.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-19T01:14:56.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-19T01:14:56.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40892026-05-19T01:14:56.998Z
40902026-05-19T01:14:56.998Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40912026-05-19T01:14:57.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-19T01:14:57.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-19T01:14:57.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-19T01:14:57.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40952026-05-19T01:14:57.639Z
40962026-05-19T01:14:57.639Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40972026-05-19T01:14:58.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-19T01:14:58.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-19T01:14:58.274Z Checking typeid v1.0.3
41002026-05-19T01:14:58.393Z Checking ordered-float v2.10.1
41012026-05-19T01:14:58.412Z Checking unicode-xid v0.2.6
41022026-05-19T01:14:58.415Z Checking cargo-platform v0.2.0
41032026-05-19T01:14:58.438Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41042026-05-19T01:14:58.463Z Checking erased-serde v0.4.9
41052026-05-19T01:14:58.600Z Checking serde-value v0.7.0
41062026-05-19T01:14:58.781Z Checking serde-untagged v0.1.9
41072026-05-19T01:14:58.940Z Checking cargo-util-schemas v0.8.2
41082026-05-19T01:14:59.641Z Checking cargo_metadata v0.21.0
41092026-05-19T01:15:00.258Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41102026-05-19T01:15:00.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
41112026-05-19T01:15:01.142Z
41122026-05-19T01:15:01.142Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41132026-05-19T01:15:01.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-19T01:15:01.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-19T01:15:01.909Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41162026-05-19T01:15:02.545Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41172026-05-19T01:15:03.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
41182026-05-19T01:15:03.292Z
41192026-05-19T01:15:03.293Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41202026-05-19T01:15:03.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-19T01:15:03.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-19T01:15:04.199Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41232026-05-19T01:15:04.199Z Compiling vergen-gitcl v1.0.8
41242026-05-19T01:15:04.199Z Compiling dirs-sys-next v0.1.2
41252026-05-19T01:15:04.199Z Compiling glob v0.3.3
41262026-05-19T01:15:04.199Z Compiling crunchy v0.2.4
41272026-05-19T01:15:04.199Z Compiling diesel_derives v2.3.7
41282026-05-19T01:15:04.203Z Compiling dsl_auto_type v0.2.0
41292026-05-19T01:15:04.203Z Checking scheduled-thread-pool v0.2.7
41302026-05-19T01:15:04.470Z Compiling dirs-next v2.0.0
41312026-05-19T01:15:04.540Z Compiling diesel_table_macro_syntax v0.3.0
41322026-05-19T01:15:04.585Z Compiling tiny-keccak v2.0.2
41332026-05-19T01:15:04.615Z Compiling term v0.7.0
41342026-05-19T01:15:04.733Z Checking r2d2 v0.8.10
41352026-05-19T01:15:04.753Z Compiling bit-vec v0.6.3
41362026-05-19T01:15:04.797Z Compiling clang-sys v1.8.1
41372026-05-19T01:15:04.815Z Checking downcast-rs v2.0.2
41382026-05-19T01:15:04.918Z Compiling ascii-canvas v3.0.0
41392026-05-19T01:15:04.981Z Compiling bit-set v0.5.3
41402026-05-19T01:15:05.147Z Compiling itertools v0.10.5
41412026-05-19T01:15:05.179Z Compiling ena v0.14.4
41422026-05-19T01:15:05.194Z Compiling libloading v0.8.9
41432026-05-19T01:15:05.207Z Compiling regex-syntax v0.6.29
41442026-05-19T01:15:05.222Z Compiling diff v0.1.13
41452026-05-19T01:15:05.409Z Compiling bindgen v0.71.1
41462026-05-19T01:15:05.412Z Compiling cexpr v0.6.0
41472026-05-19T01:15:05.502Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41482026-05-19T01:15:05.701Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41492026-05-19T01:15:05.853Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41502026-05-19T01:15:05.869Z Compiling libxml v0.3.3
41512026-05-19T01:15:06.103Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41522026-05-19T01:15:06.161Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41532026-05-19T01:15:06.274Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41542026-05-19T01:15:06.428Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41552026-05-19T01:15:06.475Z Compiling strum_macros v0.24.3
41562026-05-19T01:15:06.491Z Compiling indoc v1.0.9
41572026-05-19T01:15:06.709Z Compiling lalrpop v0.19.12
41582026-05-19T01:15:07.503Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41592026-05-19T01:15:07.702Z Checking derive_builder v0.20.2
41602026-05-19T01:15:07.828Z Compiling oso-derive v0.27.3
41612026-05-19T01:15:07.899Z Checking quick-xml v0.37.5
41622026-05-19T01:15:08.077Z Compiling impl-trait-for-tuples v0.2.3
41632026-05-19T01:15:08.388Z Checking openssl-probe v0.1.6
41642026-05-19T01:15:08.539Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41652026-05-19T01:15:08.834Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41662026-05-19T01:15:09.041Z Checking bb8 v0.8.6
41672026-05-19T01:15:09.333Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41682026-05-19T01:15:09.351Z Checking nonempty v0.12.0
41692026-05-19T01:15:09.370Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41702026-05-19T01:15:09.524Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41712026-05-19T01:15:09.565Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41722026-05-19T01:15:09.606Z Checking console v0.16.2
41732026-05-19T01:15:09.721Z Checking unit-prefix v0.5.2
41742026-05-19T01:15:09.760Z Checking support-bundle-viewer v0.1.2
41752026-05-19T01:15:09.867Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41762026-05-19T01:15:09.932Z Checking indicatif v0.18.4
41772026-05-19T01:15:10.023Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-05-19T01:15:10.203Z Checking multimap v0.10.1
41792026-05-19T01:15:10.668Z Checking diesel v2.3.7
41802026-05-19T01:15:12.515Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-05-19T01:15:12.741Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-05-19T01:15:13.111Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-05-19T01:15:14.328Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41842026-05-19T01:15:14.626Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41852026-05-19T01:15:14.782Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41862026-05-19T01:15:15.292Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41872026-05-19T01:15:15.476Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41882026-05-19T01:15:17.477Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-05-19T01:15:22.518Z Compiling samael v0.0.19
41902026-05-19T01:15:27.119Z Checking diesel-dtrace v0.5.0
41912026-05-19T01:15:27.366Z Checking async-bb8-diesel v0.2.1
41922026-05-19T01:15:28.615Z Compiling polar-core v0.27.3
41932026-05-19T01:15:33.183Z Checking oso v0.27.3
41942026-05-19T01:16:10.270Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-05-19T01:16:44.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
41962026-05-19T01:16:44.483Z
41972026-05-19T01:16:44.483Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41982026-05-19T01:16:45.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-19T01:16:45.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-19T01:16:45.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-19T01:16:45.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42022026-05-19T01:16:45.167Z
42032026-05-19T01:16:45.167Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42042026-05-19T01:16:45.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-19T01:16:45.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-19T01:16:45.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-19T01:16:45.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42082026-05-19T01:16:45.875Z
42092026-05-19T01:16:45.875Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42102026-05-19T01:16:46.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-19T01:16:46.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-19T01:16:46.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-05-19T01:16:46.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42142026-05-19T01:16:46.463Z
42152026-05-19T01:16:46.463Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42162026-05-19T01:16:47.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-05-19T01:16:47.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-05-19T01:16:47.375Z Compiling libz-sys v1.1.24
42192026-05-19T01:16:47.496Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-05-19T01:16:47.504Z Compiling vergen-git2 v1.0.7
42212026-05-19T01:16:47.517Z Compiling rustls v0.21.12
42222026-05-19T01:16:47.549Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-05-19T01:16:47.561Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-05-19T01:16:47.561Z Checking rustls-webpki v0.101.7
42252026-05-19T01:16:47.561Z Checking sct v0.7.1
42262026-05-19T01:16:47.730Z Compiling nix v0.29.0
42272026-05-19T01:16:47.755Z Compiling dropshot v0.16.7
42282026-05-19T01:16:47.775Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42292026-05-19T01:16:47.827Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42302026-05-19T01:16:47.928Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42312026-05-19T01:16:48.027Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42322026-05-19T01:16:48.034Z Checking toml v0.9.12+spec-1.1.0
42332026-05-19T01:16:48.074Z Compiling dropshot_endpoint v0.16.7
42342026-05-19T01:16:48.224Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42352026-05-19T01:16:48.397Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42362026-05-19T01:16:48.575Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-05-19T01:16:48.648Z Checking rustls-pemfile v1.0.4
42382026-05-19T01:16:48.805Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42392026-05-19T01:16:48.991Z Checking twox-hash v2.1.2
42402026-05-19T01:16:49.039Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42412026-05-19T01:16:49.322Z Checking tokio-rustls v0.24.1
42422026-05-19T01:16:49.752Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42432026-05-19T01:16:49.930Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42442026-05-19T01:16:50.038Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42452026-05-19T01:16:50.583Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42462026-05-19T01:16:50.650Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42472026-05-19T01:16:50.666Z Checking fatfs v0.3.6
42482026-05-19T01:16:50.730Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42492026-05-19T01:16:50.794Z Compiling seq-macro v0.3.6
42502026-05-19T01:16:54.700Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-19T01:16:54.824Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42522026-05-19T01:16:55.115Z Compiling git2 v0.20.4
42532026-05-19T01:16:57.363Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42542026-05-19T01:17:44.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.60s
42552026-05-19T01:17:44.293Z
42562026-05-19T01:17:44.293Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42572026-05-19T01:17:44.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-19T01:17:44.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-19T01:17:45.211Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-05-19T01:18:24.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.88s
42612026-05-19T01:18:24.410Z
42622026-05-19T01:18:24.410Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42632026-05-19T01:18:24.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-19T01:18:24.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-19T01:18:24.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-19T01:18:24.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42672026-05-19T01:18:25.019Z
42682026-05-19T01:18:25.019Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42692026-05-19T01:18:25.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-19T01:18:25.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-19T01:18:25.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-19T01:18:25.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42732026-05-19T01:18:25.684Z
42742026-05-19T01:18:25.684Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42752026-05-19T01:18:26.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-19T01:18:26.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-19T01:18:26.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-19T01:18:26.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42792026-05-19T01:18:26.363Z
42802026-05-19T01:18:26.363Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42812026-05-19T01:18:26.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-19T01:18:26.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-19T01:18:26.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-19T01:18:26.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42852026-05-19T01:18:27.040Z
42862026-05-19T01:18:27.040Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42872026-05-19T01:18:27.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-19T01:18:27.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-19T01:18:27.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-19T01:18:27.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42912026-05-19T01:18:27.708Z
42922026-05-19T01:18:27.708Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42932026-05-19T01:18:28.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-19T01:18:28.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-19T01:18:28.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-19T01:18:28.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42972026-05-19T01:18:28.394Z
42982026-05-19T01:18:28.394Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42992026-05-19T01:18:28.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-19T01:18:28.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-19T01:18:28.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-19T01:18:28.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43032026-05-19T01:18:29.078Z
43042026-05-19T01:18:29.078Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43052026-05-19T01:18:29.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-19T01:18:29.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-19T01:18:29.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-19T01:18:29.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43092026-05-19T01:18:29.764Z
43102026-05-19T01:18:29.764Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43112026-05-19T01:18:30.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-19T01:18:30.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-19T01:18:30.690Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43142026-05-19T01:18:30.690Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43152026-05-19T01:18:30.879Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43162026-05-19T01:18:30.910Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43172026-05-19T01:18:30.931Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43182026-05-19T01:18:30.933Z Checking yansi v1.0.1
43192026-05-19T01:18:30.933Z Checking diff v0.1.13
43202026-05-19T01:18:30.962Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43212026-05-19T01:18:31.019Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43222026-05-19T01:18:31.198Z Checking pretty_assertions v1.4.1
43232026-05-19T01:18:31.857Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43242026-05-19T01:18:32.220Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43252026-05-19T01:18:55.981Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43262026-05-19T01:18:55.981Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43272026-05-19T01:18:55.984Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-05-19T01:18:55.984Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43292026-05-19T01:18:55.984Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-05-19T01:18:55.984Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43312026-05-19T01:18:56.846Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43322026-05-19T01:18:57.992Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43332026-05-19T01:19:37.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
43342026-05-19T01:19:38.151Z
43352026-05-19T01:19:38.151Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43362026-05-19T01:19:38.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-19T01:19:38.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-19T01:19:38.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-19T01:19:38.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43402026-05-19T01:19:38.765Z
43412026-05-19T01:19:38.765Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43422026-05-19T01:19:39.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-19T01:19:39.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-19T01:19:39.586Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43452026-05-19T01:19:39.715Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43462026-05-19T01:19:39.718Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43472026-05-19T01:20:06.474Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43482026-05-19T01:20:06.874Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43492026-05-19T01:20:08.664Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43502026-05-19T01:20:09.134Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43512026-05-19T01:20:12.275Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-05-19T01:20:35.740Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43532026-05-19T01:20:36.462Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43542026-05-19T01:20:38.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.36s
43552026-05-19T01:20:38.358Z
43562026-05-19T01:20:38.358Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43572026-05-19T01:20:38.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-19T01:20:38.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-19T01:20:39.078Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43602026-05-19T01:20:39.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43612026-05-19T01:20:39.990Z
43622026-05-19T01:20:39.990Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43632026-05-19T01:20:40.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-05-19T01:20:40.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-05-19T01:20:40.676Z Compiling blake3 v1.8.3
43662026-05-19T01:20:40.789Z Checking arrayref v0.3.9
43672026-05-19T01:20:40.789Z Checking constant_time_eq v0.4.2
43682026-05-19T01:20:40.799Z Checking arrayvec v0.7.6
43692026-05-19T01:20:40.818Z Checking topological-sort v0.2.2
43702026-05-19T01:20:40.818Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43712026-05-19T01:20:40.818Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43722026-05-19T01:20:40.818Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43732026-05-19T01:20:40.854Z Checking shell-words v1.1.1
43742026-05-19T01:20:41.686Z Checking omicron-zone-package v0.12.2
43752026-05-19T01:20:42.414Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43762026-05-19T01:20:43.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
43772026-05-19T01:20:43.482Z
43782026-05-19T01:20:43.482Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43792026-05-19T01:20:47.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-19T01:20:47.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-19T01:20:47.745Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43822026-05-19T01:20:47.745Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43832026-05-19T01:20:47.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43842026-05-19T01:20:47.745Z
43852026-05-19T01:20:47.745Zinfo: running `cargo check --bins` on schema (256/274)
43862026-05-19T01:20:47.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-19T01:20:47.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-19T01:20:47.745Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43892026-05-19T01:20:47.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
43902026-05-19T01:20:47.745Z
43912026-05-19T01:20:47.745Zinfo: running `cargo check --bins` on xtask (257/274)
43922026-05-19T01:20:47.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-19T01:20:47.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-19T01:20:47.745Z Checking libc v0.2.185
43952026-05-19T01:20:47.745Z Checking serde v1.0.228
43962026-05-19T01:20:47.745Z Checking zerofrom v0.1.6
43972026-05-19T01:20:47.745Z Checking bitflags v2.11.0
43982026-05-19T01:20:47.745Z Checking smallvec v1.15.1
43992026-05-19T01:20:47.745Z Checking indexmap v2.14.0
44002026-05-19T01:20:47.745Z Checking serde_json v1.0.149
44012026-05-19T01:20:47.745Z Checking num-traits v0.2.19
44022026-05-19T01:20:47.746Z Checking yoke v0.8.1
44032026-05-19T01:20:47.746Z Checking scroll v0.12.0
44042026-05-19T01:20:47.746Z Checking thiserror v1.0.69
44052026-05-19T01:20:47.746Z Checking zerovec v0.11.5
44062026-05-19T01:20:47.746Z Checking zerotrie v0.2.3
44072026-05-19T01:20:47.746Z Checking errno v0.3.14
44082026-05-19T01:20:47.746Z Checking percent-encoding v2.3.2
44092026-05-19T01:20:47.746Z Checking toml_datetime v0.6.11
44102026-05-19T01:20:47.746Z Checking rustix v1.1.3
44112026-05-19T01:20:47.818Z Checking serde_spanned v0.6.9
44122026-05-19T01:20:47.828Z Checking log v0.4.29
44132026-05-19T01:20:47.961Z Checking zerocopy v0.7.35
44142026-05-19T01:20:47.961Z Checking ordered-float v2.10.1
44152026-05-19T01:20:47.961Z Checking form_urlencoded v1.2.2
44162026-05-19T01:20:47.961Z Checking toml_edit v0.22.27
44172026-05-19T01:20:47.961Z Checking getrandom v0.4.1
44182026-05-19T01:20:47.977Z Checking goblin v0.8.2
44192026-05-19T01:20:47.997Z Checking thiserror v2.0.18
44202026-05-19T01:20:48.019Z Checking tinystr v0.8.2
44212026-05-19T01:20:48.084Z Checking potential_utf v0.1.4
44222026-05-19T01:20:48.095Z Checking serde-value v0.7.0
44232026-05-19T01:20:48.105Z Checking syn v2.0.117
44242026-05-19T01:20:48.198Z Checking icu_locale_core v2.1.1
44252026-05-19T01:20:48.219Z Checking icu_collections v2.1.1
44262026-05-19T01:20:48.299Z Checking dtrace-parser v0.2.0
44272026-05-19T01:20:48.347Z Checking thread-id v4.2.2
44282026-05-19T01:20:48.431Z Checking once_cell v1.21.3
44292026-05-19T01:20:48.545Z Checking cargo-platform v0.2.0
44302026-05-19T01:20:48.557Z Checking memmap v0.7.0
44312026-05-19T01:20:48.566Z Checking terminal_size v0.4.3
44322026-05-19T01:20:48.612Z Checking tempfile v3.25.0
44332026-05-19T01:20:48.680Z Checking clap_builder v4.5.60
44342026-05-19T01:20:48.692Z Checking textwrap v0.16.2
44352026-05-19T01:20:48.723Z Checking fs-err v3.3.0
44362026-05-19T01:20:48.778Z Checking icu_provider v2.1.1
44372026-05-19T01:20:48.812Z Checking camino-tempfile v1.4.1
44382026-05-19T01:20:48.902Z Checking tabled v0.15.0
44392026-05-19T01:20:48.905Z Checking anyhow v1.0.102
44402026-05-19T01:20:48.976Z Checking macaddr v1.0.1
44412026-05-19T01:20:49.043Z Checking icu_normalizer v2.1.1
44422026-05-19T01:20:49.077Z Checking icu_properties v2.1.2
44432026-05-19T01:20:49.116Z Checking toml v0.8.23
44442026-05-19T01:20:49.160Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44452026-05-19T01:20:49.443Z Checking cargo_toml v0.21.0
44462026-05-19T01:20:49.895Z Checking idna_adapter v1.2.1
44472026-05-19T01:20:49.904Z Checking clap v4.5.60
44482026-05-19T01:20:49.915Z Checking dof v0.3.0
44492026-05-19T01:20:50.008Z Checking idna v1.1.0
44502026-05-19T01:20:50.180Z Checking usdt-impl v0.5.0
44512026-05-19T01:20:50.238Z Checking url v2.5.8
44522026-05-19T01:20:50.426Z Checking usdt v0.5.0
44532026-05-19T01:20:50.578Z Checking cargo-util-schemas v0.8.2
44542026-05-19T01:20:51.292Z Checking cargo_metadata v0.21.0
44552026-05-19T01:20:51.913Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44562026-05-19T01:20:52.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
44572026-05-19T01:20:52.471Z
44582026-05-19T01:20:52.471Zinfo: running `cargo check --bins` on dnsadm (258/274)
44592026-05-19T01:20:53.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-19T01:20:53.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-19T01:20:53.133Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44622026-05-19T01:20:53.720Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44632026-05-19T01:20:54.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
44642026-05-19T01:20:54.216Z
44652026-05-19T01:20:54.216Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44662026-05-19T01:20:54.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-05-19T01:20:54.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-05-19T01:20:55.031Z Checking polyval v0.6.2
44692026-05-19T01:20:55.155Z Checking ctr v0.9.2
44702026-05-19T01:20:55.166Z Checking ssh-encoding v0.2.0
44712026-05-19T01:20:55.166Z Checking blowfish v0.9.1
44722026-05-19T01:20:55.187Z Checking password-hash v0.4.2
44732026-05-19T01:20:55.201Z Checking p521 v0.13.3
44742026-05-19T01:20:55.204Z Checking p256 v0.13.2
44752026-05-19T01:20:55.229Z Checking russh-cryptovec v0.7.3
44762026-05-19T01:20:55.300Z Checking ghash v0.5.1
44772026-05-19T01:20:55.314Z Checking bcrypt-pbkdf v0.10.0
44782026-05-19T01:20:55.314Z Checking md5 v0.7.0
44792026-05-19T01:20:55.343Z Checking num-bigint v0.4.6
44802026-05-19T01:20:55.356Z Checking des v0.8.1
44812026-05-19T01:20:55.411Z Checking pbkdf2 v0.11.0
44822026-05-19T01:20:55.430Z Checking aes-gcm v0.10.3
44832026-05-19T01:20:55.460Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44842026-05-19T01:20:55.476Z Checking hex-literal v0.4.1
44852026-05-19T01:20:55.491Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44862026-05-19T01:20:55.544Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44872026-05-19T01:20:55.571Z Checking socket2 v0.5.10
44882026-05-19T01:20:55.585Z Checking ssh-cipher v0.2.0
44892026-05-19T01:20:55.588Z Checking internet-checksum v0.2.1
44902026-05-19T01:20:55.764Z Checking ssh-key v0.6.7
44912026-05-19T01:20:55.858Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-19T01:20:56.411Z Checking russh-keys v0.45.0
44932026-05-19T01:20:56.959Z Checking russh v0.45.0
44942026-05-19T01:21:11.914Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44952026-05-19T01:21:13.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.96s
44962026-05-19T01:21:13.390Z
44972026-05-19T01:21:13.390Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44982026-05-19T01:21:13.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-05-19T01:21:13.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-05-19T01:21:14.048Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45012026-05-19T01:21:14.157Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45022026-05-19T01:21:14.165Z Checking termios v0.3.3
45032026-05-19T01:21:15.392Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45042026-05-19T01:21:15.540Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45052026-05-19T01:21:17.359Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45062026-05-19T01:21:17.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
45072026-05-19T01:21:18.130Z
45082026-05-19T01:21:18.130Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45092026-05-19T01:21:18.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-19T01:21:18.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-19T01:21:18.864Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45122026-05-19T01:21:18.981Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45132026-05-19T01:21:18.990Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45142026-05-19T01:21:18.993Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45152026-05-19T01:21:19.005Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45162026-05-19T01:21:19.015Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45172026-05-19T01:21:19.749Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45182026-05-19T01:21:20.078Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45192026-05-19T01:21:20.081Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45202026-05-19T01:21:20.727Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45212026-05-19T01:21:22.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
45222026-05-19T01:21:22.605Z
45232026-05-19T01:21:22.605Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45242026-05-19T01:21:23.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-19T01:21:23.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-19T01:21:23.267Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45272026-05-19T01:21:23.722Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45282026-05-19T01:21:24.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45292026-05-19T01:21:24.225Z
45302026-05-19T01:21:24.225Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45312026-05-19T01:21:24.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-19T01:21:24.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-19T01:21:24.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-19T01:21:24.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45352026-05-19T01:21:24.825Z
45362026-05-19T01:21:24.825Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45372026-05-19T01:21:25.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-19T01:21:25.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-19T01:21:25.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45402026-05-19T01:21:25.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45412026-05-19T01:21:25.423Z
45422026-05-19T01:21:25.423Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45432026-05-19T01:21:25.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-19T01:21:25.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-19T01:21:26.197Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45462026-05-19T01:21:26.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45472026-05-19T01:21:27.020Z
45482026-05-19T01:21:27.020Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45492026-05-19T01:21:27.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-19T01:21:27.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-19T01:21:27.679Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45522026-05-19T01:21:27.682Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45532026-05-19T01:21:27.932Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45542026-05-19T01:21:27.932Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45552026-05-19T01:21:28.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45562026-05-19T01:21:28.918Z
45572026-05-19T01:21:28.918Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45582026-05-19T01:21:29.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-19T01:21:29.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-19T01:21:29.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-05-19T01:21:29.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45622026-05-19T01:21:29.528Z
45632026-05-19T01:21:29.528Zinfo: running `cargo check --bins` on omicron-package (268/274)
45642026-05-19T01:21:30.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-19T01:21:30.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-19T01:21:30.227Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45672026-05-19T01:21:31.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
45682026-05-19T01:21:31.502Z
45692026-05-19T01:21:31.502Zinfo: running `cargo check --bins` on tqdb (269/274)
45702026-05-19T01:21:32.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-05-19T01:21:32.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-05-19T01:21:32.303Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45732026-05-19T01:21:32.659Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45742026-05-19T01:21:33.174Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45752026-05-19T01:21:33.174Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45762026-05-19T01:21:38.956Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45772026-05-19T01:21:38.959Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-05-19T01:21:39.543Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45792026-05-19T01:21:39.546Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45802026-05-19T01:21:39.546Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45812026-05-19T01:21:39.547Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45822026-05-19T01:21:40.318Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45832026-05-19T01:21:41.303Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45842026-05-19T01:21:42.080Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45852026-05-19T01:21:42.709Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45862026-05-19T01:21:46.760Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45872026-05-19T01:21:53.179Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45882026-05-19T01:21:53.182Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45892026-05-19T01:21:53.182Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45902026-05-19T01:21:53.182Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45912026-05-19T01:21:54.665Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45922026-05-19T01:21:55.999Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45932026-05-19T01:21:56.677Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45942026-05-19T01:21:57.927Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45952026-05-19T01:21:58.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.96s
45962026-05-19T01:21:58.688Z
45972026-05-19T01:21:58.688Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45982026-05-19T01:21:59.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-19T01:21:59.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-19T01:21:59.413Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46012026-05-19T01:21:59.416Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46022026-05-19T01:21:59.416Z Checking rtoolbox v0.0.3
46032026-05-19T01:21:59.416Z Checking tui-tree-widget v0.23.1
46042026-05-19T01:21:59.641Z Checking rpassword v7.4.0
46052026-05-19T01:22:00.666Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46062026-05-19T01:22:03.669Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46072026-05-19T01:22:05.528Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46082026-05-19T01:22:06.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s
46092026-05-19T01:22:06.648Z
46102026-05-19T01:22:06.648Zinfo: running `cargo check --bins` on wicket (271/274)
46112026-05-19T01:22:07.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-19T01:22:07.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-19T01:22:07.358Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46142026-05-19T01:22:07.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46152026-05-19T01:22:07.937Z
46162026-05-19T01:22:07.937Zinfo: running `cargo check --bins` on wicketd (272/274)
46172026-05-19T01:22:08.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-19T01:22:08.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-19T01:22:08.677Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46202026-05-19T01:22:08.680Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46212026-05-19T01:22:08.680Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46222026-05-19T01:22:08.681Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46232026-05-19T01:22:09.680Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46242026-05-19T01:22:10.257Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46252026-05-19T01:22:13.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
46262026-05-19T01:22:13.417Z
46272026-05-19T01:22:13.417Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46282026-05-19T01:22:13.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-19T01:22:13.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-19T01:22:13.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46312026-05-19T01:22:13.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46322026-05-19T01:22:14.020Z
46332026-05-19T01:22:14.020Zinfo: running `cargo check --bins` on zone-setup (274/274)
46342026-05-19T01:22:14.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-05-19T01:22:14.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-05-19T01:22:14.706Z Checking uzers v0.12.2
46372026-05-19T01:22:14.982Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46382026-05-19T01:22:15.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46392026-05-19T01:22:15.967Z
46402026-05-19T01:22:15.967Zreal 14:28.779152584
46412026-05-19T01:22:15.967Zuser 21:15.381983405
46422026-05-19T01:22:15.967Zsys 4:21.956689692
46432026-05-19T01:22:15.967Ztrap 0.346933634
46442026-05-19T01:22:15.967Ztflt 1.059223364
46452026-05-19T01:22:15.967Zdflt 1.256024692
46462026-05-19T01:22:15.967Zkflt 0.025690326
46472026-05-19T01:22:15.967Zlock 1:19:28.160759659
46482026-05-19T01:22:15.968Zslp 1:40:57.896085529
46492026-05-19T01:22:15.968Zlat 1:02.907237097
46502026-05-19T01:22:15.968Zstop 3:47.031268502
46512026-05-19T01:22:15.971Zprocess exited: duration 1006839 ms, exit code 0
 
46522026-05-19T01:22:15.977Zfound 0 output files