01KS0Z12T9BPZ8YHXGN4RVZ94J: 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: 01KS0Z24CZ2XJM04GRDH6JNXQQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T20:34:18.737Zjob assigned to worker 01KS0Z373BXX6Z4F95HQVQW66A [factory aws, i-0493158a7b0ad3d88] (queued for 1 m 20 s)
 
22026-05-19T20:34:25.415Zstarting task 0: "setup"
32026-05-19T20:34:25.422Z++ uname -s
42026-05-19T20:34:25.426Z+ kern=SunOS
52026-05-19T20:34:25.426Z+ build_user=build
62026-05-19T20:34:25.426Z+ build_uid=12345
72026-05-19T20:34:25.426Z+ work_dir=/work
82026-05-19T20:34:25.426Z+ input_dir=/input
92026-05-19T20:34:25.426Z+ [[ 0 == 12345 ]]
102026-05-19T20:34:25.426Z+ case "$kern" in
112026-05-19T20:34:25.426Z+ groupadd -g 12345 build
122026-05-19T20:34:25.436Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T20:34:27.446Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T20:34:27.601Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T20:34:27.606Z+ home_fs=zfs
162026-05-19T20:34:27.606Z+ [[ zfs == autofs ]]
172026-05-19T20:34:27.606Z+ mkdir -p /home/build
182026-05-19T20:34:27.606Z+ chown build:build /home/build /work
192026-05-19T20:34:29.596Z+ chmod 0700 /home/build /work
202026-05-19T20:34:29.600Zprocess exited: duration 4182 ms, exit code 0
 
212026-05-19T20:34:30.014Zstarting task 1: "rust-toolchain"
222026-05-19T20:34:30.020Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T20:34:30.020Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-19T20:34:30.020Z * rust toolchain channel = "1.94.0"
252026-05-19T20:34:30.020Z * rust toolchain profile = "default"
262026-05-19T20:34:30.020Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T20:34:30.020Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T20:34:30.023Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T20:34:30.023Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T20:34:30.103Zinfo: downloading installer
312026-05-19T20:34:31.561Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T20:34:31.561Zwarn: /home/build/.rustup/settings.toml
332026-05-19T20:34:31.561Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T20:34:31.561Zwarn: instead of the one inferred from the default host triple.
352026-05-19T20:34:31.575Zinfo: profile set to default
362026-05-19T20:34:31.575Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T20:34:31.581Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T20:34:31.716Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T20:34:31.719Zinfo: downloading 6 components
402026-05-19T20:34:46.142Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T20:34:46.142Z
422026-05-19T20:34:46.174Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T20:34:46.174Z
442026-05-19T20:34:46.174Z
452026-05-19T20:34:46.174ZRust is installed now. Great!
462026-05-19T20:34:46.174Z
472026-05-19T20:34:46.177ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T20:34:46.177Zenvironment variable. This has not been done automatically.
492026-05-19T20:34:46.177Z
502026-05-19T20:34:46.177ZTo configure your current shell, you need to source
512026-05-19T20:34:46.177Zthe corresponding env file under $HOME/.cargo.
522026-05-19T20:34:46.177Z
532026-05-19T20:34:46.177ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T20:34:46.177Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T20:34:46.177Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T20:34:46.177Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T20:34:46.177Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T20:34:46.177Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T20:34:46.177Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T20:34:46.177Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T20:34:46.178Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T20:34:46.253Z+ rustup --version
632026-05-19T20:34:46.262Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T20:34:46.266Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T20:34:46.284Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T20:34:46.287Z+ cargo --version
672026-05-19T20:34:46.300Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T20:34:46.303Z+ rustc --version
692026-05-19T20:34:46.322Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T20:34:46.326Zprocess exited: duration 16310 ms, exit code 0
 
712026-05-19T20:34:46.334Zstarting task 2: "authentication"
722026-05-19T20:34:46.352Zprocess exited: duration 16 ms, exit code 0
 
732026-05-19T20:34:46.359Zstarting task 3: "clone repository"
742026-05-19T20:34:46.364Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T20:34:46.368Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T20:34:46.393ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T20:34:58.569Z+ cd /work/oxidecomputer/omicron
782026-05-19T20:34:58.569Z+ git fetch origin 7b561f2ef9b479cad72ce9be3044e56597426c9b
792026-05-19T20:34:58.861ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T20:34:58.861Z * branch 7b561f2ef9b479cad72ce9be3044e56597426c9b -> FETCH_HEAD
812026-05-19T20:34:58.870Z+ [[ -n sunshowers/spr/reconfigurator-remove-the-add-zones-with-mupdate-override-planner-config ]]
822026-05-19T20:34:58.873Z++ git branch --show-current
832026-05-19T20:34:58.873Z+ current=main
842026-05-19T20:34:58.873Z+ [[ main != sunshowers/spr/reconfigurator-remove-the-add-zones-with-mupdate-override-planner-config ]]
852026-05-19T20:34:58.873Z+ git branch -f sunshowers/spr/reconfigurator-remove-the-add-zones-with-mupdate-override-planner-config 7b561f2ef9b479cad72ce9be3044e56597426c9b
862026-05-19T20:34:58.877Z+ git checkout -f sunshowers/spr/reconfigurator-remove-the-add-zones-with-mupdate-override-planner-config
872026-05-19T20:34:59.099ZSwitched to branch 'sunshowers/spr/reconfigurator-remove-the-add-zones-with-mupdate-override-planner-config'
882026-05-19T20:34:59.102Z+ git reset --hard 7b561f2ef9b479cad72ce9be3044e56597426c9b
892026-05-19T20:34:59.329ZHEAD is now at 7b561f2ef rebase on main
902026-05-19T20:34:59.334Zprocess exited: duration 12971 ms, exit code 0
 
912026-05-19T20:34:59.341Zstarting task 4: "build"
922026-05-19T20:34:59.345Z+ source .github/buildomat/ci-env.sh
932026-05-19T20:34:59.348Z++ export CARGO_TERM_COLOR=always
942026-05-19T20:34:59.348Z++ CARGO_TERM_COLOR=always
952026-05-19T20:34:59.348Z+ cargo --version
962026-05-19T20:34:59.356Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T20:34:59.358Z+ rustc --version
982026-05-19T20:34:59.378Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T20:34:59.381Z+ source ./env.sh
1002026-05-19T20:34:59.381Z++ OLD_SHELL_OPTS=ehxB
1012026-05-19T20:34:59.381Z++ set -o xtrace
1022026-05-19T20:34:59.385Z++++ dirname ./env.sh
1032026-05-19T20:34:59.394Z+++ readlink -f .
1042026-05-19T20:34:59.397Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-19T20:34:59.397Z++ 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-19T20:34:59.397Z++ 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-19T20:34:59.397Z++ 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-19T20:34:59.398Z++ 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-19T20:34:59.398Z++ 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-19T20:34:59.398Z++ 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-19T20:34:59.398Z++ 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-19T20:34:59.398Z++ 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-19T20:34:59.398Z++ case $OLD_SHELL_OPTS in
1142026-05-19T20:34:59.398Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-19T20:34:59.398Z+ 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-19T20:34:59.398Z+ 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-19T20:34:59.398Z+ banner prerequisites
1182026-05-19T20:34:59.401Z
1192026-05-19T20:34:59.401Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-19T20:34:59.401Z # # # # # # # # # # # # # # #
1212026-05-19T20:34:59.401Z # # # # ##### # # ##### # # # # # #### #
1222026-05-19T20:34:59.401Z ##### ##### # ##### # # # # # # # # #
1232026-05-19T20:34:59.401Z # # # # # # # # # # # # # # #
1242026-05-19T20:34:59.401Z # # # ###### # # ###### ### # #### # #### #
1252026-05-19T20:34:59.401Z
1262026-05-19T20:34:59.401Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-19T20:35:00.871Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-19T20:35:00.925Z Startup: Caching catalogs ... Done
1292026-05-19T20:35:01.133ZPlanning: Solver setup ... Done (0.173s)
1302026-05-19T20:35:01.146ZPlanning: Running solver ... Done (0.016s)
1312026-05-19T20:35:01.151ZPlanning: Finding local manifests ... Done (0.002s)
1322026-05-19T20:35:01.162ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-19T20:35:01.186ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-19T20:35:01.199ZPlanning: Package planning ... Done (0.013s)
1352026-05-19T20:35:01.202ZPlanning: Merging actions ... Done (0.002s)
1362026-05-19T20:35:01.389ZPlanning: Checking for conflicting actions ... Done (0.188s)
1372026-05-19T20:35:01.392ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-19T20:35:01.993ZPlanning: Evaluating mediators ... Done (0.603s)
1392026-05-19T20:35:01.996ZPlanning: Planning completed in 1.05 seconds
1402026-05-19T20:35:02.001Z Packages to install: 2
1412026-05-19T20:35:02.001Z Estimated space available: 156.08 GB
1422026-05-19T20:35:02.005ZEstimated space to be consumed: 19.74 MB
1432026-05-19T20:35:02.005Z Create boot environment: No
1442026-05-19T20:35:02.005ZCreate backup boot environment: No
1452026-05-19T20:35:02.005Z Rebuild boot archive: No
1462026-05-19T20:35:02.005Z
1472026-05-19T20:35:02.005ZChanged packages:
1482026-05-19T20:35:02.005Zhelios
1492026-05-19T20:35:02.005Z developer/build-essential
1502026-05-19T20:35:02.005Z None -> 11-3.0
1512026-05-19T20:35:02.005Z library/libxmlsec1
1522026-05-19T20:35:02.005Z None -> 1.2.35-3.0
1532026-05-19T20:35:02.024Z
1542026-05-19T20:35:02.024ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-19T20:35:02.696ZDownload: Completed 1.28 MB in 0.67 seconds (1.9M/s)
1562026-05-19T20:35:02.776Z Actions: 1/268 actions (Installing new actions)
1572026-05-19T20:35:02.823Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-19T20:35:02.831ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-19T20:35:02.835ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-19T20:35:02.845ZFinalize: Updating image state ... Done (0.015s)
1612026-05-19T20:35:05.161ZFinalize: Creating fast lookup database ... Done (2.296s)
1622026-05-19T20:35:05.230ZFinalize: Reading search index ... Done (0.012s)
1632026-05-19T20:35:05.234ZFinalize: Updating search index ... Done (0.000s)
1642026-05-19T20:35:05.301ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-19T20:35:05.589ZPlanning: Evaluating mediator changes ... Done
1662026-05-19T20:35:05.693ZPlanning: Checking for conflicting actions ... Done
1672026-05-19T20:35:05.696ZPlanning: Consolidating action changes ... Done
1682026-05-19T20:35:05.851ZPlanning: Evaluating mediators ... Done
1692026-05-19T20:35:05.854ZPlanning: Planning completed in 0.26 seconds
1702026-05-19T20:35:05.873Z Mediators to change: 2
1712026-05-19T20:35:05.873Z Create boot environment: No
1722026-05-19T20:35:05.873ZCreate backup boot environment: No
1732026-05-19T20:35:05.924ZFinalize: Updating package state database ... Done
1742026-05-19T20:35:05.924ZFinalize: Updating package cache ... Done
1752026-05-19T20:35:05.933ZFinalize: Updating image state ... Done
1762026-05-19T20:35:07.894ZFinalize: Creating fast lookup database ... Done
1772026-05-19T20:35:07.929ZFinalize: Reading search index ... Done
1782026-05-19T20:35:07.934ZFinalize: Updating search index ... Done
1792026-05-19T20:35:08.019ZFinalize: Updating package cache ... Done
1802026-05-19T20:35:08.352ZPlanning: Evaluating mediator changes ... Done
1812026-05-19T20:35:08.406ZPlanning: Checking for conflicting actions ... Done
1822026-05-19T20:35:08.411ZPlanning: Consolidating action changes ... Done
1832026-05-19T20:35:08.564ZPlanning: Evaluating mediators ... Done
1842026-05-19T20:35:08.567ZPlanning: Planning completed in 0.26 seconds
1852026-05-19T20:35:08.586Z Mediators to change: 1
1862026-05-19T20:35:08.586Z Create boot environment: No
1872026-05-19T20:35:08.586ZCreate backup boot environment: No
1882026-05-19T20:35:08.647ZFinalize: Updating package state database ... Done
1892026-05-19T20:35:08.647ZFinalize: Updating package cache ... Done
1902026-05-19T20:35:08.657ZFinalize: Updating image state ... Done
1912026-05-19T20:35:10.607ZFinalize: Creating fast lookup database ... Done
1922026-05-19T20:35:10.665ZFinalize: Reading search index ... Done
1932026-05-19T20:35:10.668ZFinalize: Updating search index ... Done
1942026-05-19T20:35:10.735ZFinalize: Updating package cache ... Done
1952026-05-19T20:35:11.074ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-19T20:35:11.074Zapache system 2.4 system
1972026-05-19T20:35:11.074Zclang system 15 system
1982026-05-19T20:35:11.074Zcsh system system illumos
1992026-05-19T20:35:11.074Zctags system system illumos
2002026-05-19T20:35:11.074Zfile vendor vendor darwinsys
2012026-05-19T20:35:11.074Zfile system system illumos
2022026-05-19T20:35:11.074Zgcc vendor 14 vendor
2032026-05-19T20:35:11.074Zgcc system 13 system
2042026-05-19T20:35:11.074Zgcc system 10 system
2052026-05-19T20:35:11.074Zgo system 1.25 system
2062026-05-19T20:35:11.074Zllvm system 15 system
2072026-05-19T20:35:11.074Zmariadb system 11.4 system
2082026-05-19T20:35:11.074Zmta vendor vendor dma
2092026-05-19T20:35:11.074Zopenjdk system 17 system
2102026-05-19T20:35:11.074Zopenjdk system 11 system
2112026-05-19T20:35:11.074Zopenssl vendor 3 vendor
2122026-05-19T20:35:11.074Zperl system 5.40 system
2132026-05-19T20:35:11.074Zpostgresql system 18 system
2142026-05-19T20:35:11.074Zpostgresql system 17 system
2152026-05-19T20:35:11.074Zpython vendor 3 vendor
2162026-05-19T20:35:11.074Zpython system 2 system
2172026-05-19T20:35:11.074Zpython3 vendor 3.13 vendor
2182026-05-19T20:35:11.074Zruby system 3.4 system
2192026-05-19T20:35:11.075Zruby system 3.0 system
2202026-05-19T20:35:11.075Zwords vendor vendor american-english
2212026-05-19T20:35:11.075Zwords system system australian-english
2222026-05-19T20:35:11.075Zwords system system british-english
2232026-05-19T20:35:11.075Zwords system system canadian-english
2242026-05-19T20:35:11.075Zwords system system french
2252026-05-19T20:35:11.075Zwords system system italian
2262026-05-19T20:35:11.075Zwords system system ngerman
2272026-05-19T20:35:11.075Zwords system system ogerman
2282026-05-19T20:35:11.075Zwords system system spanish
2292026-05-19T20:35:11.286ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-19T20:35:11.286Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-19T20:35:11.552ZFMRI IFO
2322026-05-19T20:35:11.552Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-19T20:35:11.553Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-19T20:35:11.553Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-19T20:35:11.553Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-19T20:35:11.553Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-19T20:35:11.553Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-19T20:35:11.553Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-19T20:35:11.553Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-19T20:35:11.553Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-19T20:35:11.791Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-19T20:35:12.065Z Updating crates.io index
2432026-05-19T20:35:12.096Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-19T20:35:12.408Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-19T20:35:13.213Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-19T20:35:13.631Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-19T20:35:14.754Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-19T20:35:15.313Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-19T20:35:16.659Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-19T20:35:17.475Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-19T20:35:17.950Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-19T20:35:18.799Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-19T20:35:19.374Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-19T20:35:19.822Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-19T20:35:20.125Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-19T20:35:21.128Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-19T20:35:21.625Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-19T20:35:21.855Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-19T20:35:22.216Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-19T20:35:22.655Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-19T20:35:22.929Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-19T20:35:23.325Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-19T20:35:23.544Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-19T20:35:23.817Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-19T20:35:24.281Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-19T20:35:24.664Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-19T20:35:25.321Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-19T20:35:25.745Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-19T20:35:26.079Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-19T20:35:26.400Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-19T20:35:27.520Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-19T20:35:28.375Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-19T20:35:28.799Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-19T20:35:29.109Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-19T20:35:30.017Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-19T20:35:30.336Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-19T20:35:31.027Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-19T20:35:31.263Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-19T20:35:31.546Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-19T20:35:31.851Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-19T20:35:32.163Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-19T20:35:44.194Z Downloading crates ...
2832026-05-19T20:35:44.256Z Downloaded anstyle-query v1.1.5
2842026-05-19T20:35:44.262Z Downloaded zerofrom v0.1.6
2852026-05-19T20:35:44.265Z Downloaded cfg-if v1.0.4
2862026-05-19T20:35:44.265Z Downloaded thread-id v4.2.2
2872026-05-19T20:35:44.265Z Downloaded bytecount v0.6.9
2882026-05-19T20:35:44.268Z Downloaded anstyle-parse v0.2.7
2892026-05-19T20:35:44.272Z Downloaded block-buffer v0.10.4
2902026-05-19T20:35:44.272Z Downloaded toml v0.8.23
2912026-05-19T20:35:44.272Z Downloaded cargo-platform v0.2.0
2922026-05-19T20:35:44.276Z Downloaded bitflags v2.11.0
2932026-05-19T20:35:44.276Z Downloaded ucd-trie v0.1.7
2942026-05-19T20:35:44.280Z Downloaded camino v1.2.2
2952026-05-19T20:35:44.280Z Downloaded usdt-impl v0.5.0
2962026-05-19T20:35:44.280Z Downloaded digest v0.10.7
2972026-05-19T20:35:44.283Z Downloaded tinystr v0.8.2
2982026-05-19T20:35:44.283Z Downloaded proc-macro-error v1.0.4
2992026-05-19T20:35:44.283Z Downloaded cpufeatures v0.2.17
3002026-05-19T20:35:44.283Z Downloaded cargo_toml v0.21.0
3012026-05-19T20:35:44.287Z Downloaded camino-tempfile v1.4.1
3022026-05-19T20:35:44.287Z Downloaded clap_derive v4.5.55
3032026-05-19T20:35:44.290Z Downloaded zmij v1.0.21
3042026-05-19T20:35:44.290Z Downloaded yoke v0.8.1
3052026-05-19T20:35:44.290Z Downloaded zerofrom-derive v0.1.6
3062026-05-19T20:35:44.294Z Downloaded usdt v0.5.0
3072026-05-19T20:35:44.294Z Downloaded heck v0.4.1
3082026-05-19T20:35:44.294Z Downloaded colorchoice v1.0.4
3092026-05-19T20:35:44.294Z Downloaded toml_datetime v0.6.11
3102026-05-19T20:35:44.301Z Downloaded autocfg v1.5.0
3112026-05-19T20:35:44.301Z Downloaded clap v4.5.60
3122026-05-19T20:35:44.306Z Downloaded zerocopy-derive v0.7.35
3132026-05-19T20:35:44.306Z Downloaded fastrand v2.3.0
3142026-05-19T20:35:44.306Z Downloaded yoke-derive v0.8.1
3152026-05-19T20:35:44.306Z Downloaded toml_write v0.1.2
3162026-05-19T20:35:44.306Z Downloaded crypto-common v0.1.7
3172026-05-19T20:35:44.306Z Downloaded anyhow v1.0.102
3182026-05-19T20:35:44.309Z Downloaded anstream v0.6.21
3192026-05-19T20:35:44.309Z Downloaded unicode-linebreak v0.1.5
3202026-05-19T20:35:44.314Z Downloaded cargo_metadata v0.21.0
3212026-05-19T20:35:44.314Z Downloaded icu_properties v2.1.2
3222026-05-19T20:35:44.317Z Downloaded usdt-macro v0.5.0
3232026-05-19T20:35:44.317Z Downloaded thiserror-impl v2.0.18
3242026-05-19T20:35:44.317Z Downloaded anstyle v1.0.13
3252026-05-19T20:35:44.317Z Downloaded version_check v0.9.5
3262026-05-19T20:35:44.317Z Downloaded plain v0.2.3
3272026-05-19T20:35:44.323Z Downloaded unicode-xid v0.2.6
3282026-05-19T20:35:44.323Z Downloaded fnv v1.0.7
3292026-05-19T20:35:44.323Z Downloaded dtrace-parser v0.2.0
3302026-05-19T20:35:44.323Z Downloaded swrite v0.1.0
3312026-05-19T20:35:44.332Z Downloaded typeid v1.0.3
3322026-05-19T20:35:44.332Z Downloaded form_urlencoded v1.2.2
3332026-05-19T20:35:44.332Z Downloaded equivalent v1.0.2
3342026-05-19T20:35:44.332Z Downloaded thiserror v1.0.69
3352026-05-19T20:35:44.340Z Downloaded thiserror-impl v1.0.69
3362026-05-19T20:35:44.340Z Downloaded serde_spanned v0.6.9
3372026-05-19T20:35:44.340Z Downloaded potential_utf v0.1.4
3382026-05-19T20:35:44.340Z Downloaded strsim v0.11.1
3392026-05-19T20:35:44.340Z Downloaded zerovec-derive v0.11.2
3402026-05-19T20:35:44.340Z Downloaded serde-value v0.7.0
3412026-05-19T20:35:44.340Z Downloaded textwrap v0.16.2
3422026-05-19T20:35:44.343Z Downloaded ordered-float v2.10.1
3432026-05-19T20:35:44.343Z Downloaded smawk v0.3.2
3442026-05-19T20:35:44.343Z Downloaded percent-encoding v2.3.2
3452026-05-19T20:35:44.343Z Downloaded clap_lex v1.0.0
3462026-05-19T20:35:44.343Z Downloaded stable_deref_trait v1.2.1
3472026-05-19T20:35:44.343Z Downloaded utf8_iter v1.0.4
3482026-05-19T20:35:44.343Z Downloaded usdt-attr-macro v0.5.0
3492026-05-19T20:35:44.343Z Downloaded byteorder v1.5.0
3502026-05-19T20:35:44.348Z Downloaded url v2.5.8
3512026-05-19T20:35:44.348Z Downloaded scroll_derive v0.12.1
3522026-05-19T20:35:44.353Z Downloaded memmap v0.7.0
3532026-05-19T20:35:44.353Z Downloaded dof v0.3.0
3542026-05-19T20:35:44.358Z Downloaded utf8parse v0.2.2
3552026-05-19T20:35:44.358Z Downloaded idna_adapter v1.2.1
3562026-05-19T20:35:44.358Z Downloaded toml_edit v0.22.27
3572026-05-19T20:35:44.368Z Downloaded writeable v0.6.2
3582026-05-19T20:35:44.368Z Downloaded thiserror v2.0.18
3592026-05-19T20:35:44.374Z Downloaded zerotrie v0.2.3
3602026-05-19T20:35:44.374Z Downloaded is_terminal_polyfill v1.70.2
3612026-05-19T20:35:44.374Z Downloaded proc-macro-error-attr v1.0.4
3622026-05-19T20:35:44.374Z Downloaded unicode-ident v1.0.24
3632026-05-19T20:35:44.378Z Downloaded terminal_size v0.4.3
3642026-05-19T20:35:44.378Z Downloaded tabled_derive v0.7.0
3652026-05-19T20:35:44.378Z Downloaded zerovec v0.11.5
3662026-05-19T20:35:44.378Z Downloaded heck v0.5.0
3672026-05-19T20:35:44.387Z Downloaded generic-array v0.14.7
3682026-05-19T20:35:44.387Z Downloaded pretty-hex v0.4.1
3692026-05-19T20:35:44.387Z Downloaded errno v0.3.14
3702026-05-19T20:35:44.387Z Downloaded itoa v1.0.17
3712026-05-19T20:35:44.387Z Downloaded macaddr v1.0.1
3722026-05-19T20:35:44.393Z Downloaded erased-serde v0.4.9
3732026-05-19T20:35:44.393Z Downloaded sha2 v0.10.9
3742026-05-19T20:35:44.397Z Downloaded zerocopy v0.7.35
3752026-05-19T20:35:44.406Z Downloaded icu_collections v2.1.1
3762026-05-19T20:35:44.409Z Downloaded typenum v1.19.0
3772026-05-19T20:35:44.409Z Downloaded serde_tokenstream v0.2.3
3782026-05-19T20:35:44.414Z Downloaded serde-untagged v0.1.9
3792026-05-19T20:35:44.414Z Downloaded fs-err v3.3.0
3802026-05-19T20:35:44.414Z Downloaded quote v1.0.45
3812026-05-19T20:35:44.420Z Downloaded displaydoc v0.2.5
3822026-05-19T20:35:44.420Z Downloaded unicode-width v0.1.14
3832026-05-19T20:35:44.473Z Downloaded once_cell v1.21.3
3842026-05-19T20:35:44.473Z Downloaded cargo-util-schemas v0.8.2
3852026-05-19T20:35:44.473Z Downloaded unicode-width v0.2.0
3862026-05-19T20:35:44.488Z Downloaded semver v1.0.28
3872026-05-19T20:35:44.488Z Downloaded pest_derive v2.8.6
3882026-05-19T20:35:44.488Z Downloaded synstructure v0.13.2
3892026-05-19T20:35:44.488Z Downloaded winnow v0.7.14
3902026-05-19T20:35:44.488Z Downloaded tempfile v3.25.0
3912026-05-19T20:35:44.488Z Downloaded litemap v0.8.1
3922026-05-19T20:35:44.488Z Downloaded smallvec v1.15.1
3932026-05-19T20:35:44.488Z Downloaded pest_generator v2.8.6
3942026-05-19T20:35:44.488Z Downloaded log v0.4.29
3952026-05-19T20:35:44.488Z Downloaded getrandom v0.4.1
3962026-05-19T20:35:44.488Z Downloaded scroll v0.12.0
3972026-05-19T20:35:44.488Z Downloaded serde_derive v1.0.228
3982026-05-19T20:35:44.488Z Downloaded num-traits v0.2.19
3992026-05-19T20:35:44.488Z Downloaded icu_provider v2.1.1
4002026-05-19T20:35:44.488Z Downloaded icu_normalizer_data v2.1.1
4012026-05-19T20:35:44.494Z Downloaded pest_meta v2.8.6
4022026-05-19T20:35:44.494Z Downloaded papergrid v0.11.0
4032026-05-19T20:35:44.494Z Downloaded proc-macro2 v1.0.106
4042026-05-19T20:35:44.494Z Downloaded icu_normalizer v2.1.1
4052026-05-19T20:35:44.497Z Downloaded serde_core v1.0.228
4062026-05-19T20:35:44.503Z Downloaded serde v1.0.228
4072026-05-19T20:35:44.507Z Downloaded clap_builder v4.5.60
4082026-05-19T20:35:44.513Z Downloaded icu_locale_core v2.1.1
4092026-05-19T20:35:44.516Z Downloaded memchr v2.8.0
4102026-05-19T20:35:44.522Z Downloaded indexmap v2.14.0
4112026-05-19T20:35:44.540Z Downloaded pest v2.8.6
4122026-05-19T20:35:44.544Z Downloaded goblin v0.8.2
4132026-05-19T20:35:44.555Z Downloaded serde_json v1.0.149
4142026-05-19T20:35:44.561Z Downloaded idna v1.1.0
4152026-05-19T20:35:44.561Z Downloaded hashbrown v0.17.0
4162026-05-19T20:35:44.565Z Downloaded icu_properties_data v2.1.2
4172026-05-19T20:35:44.569Z Downloaded tabled v0.15.0
4182026-05-19T20:35:44.585Z Downloaded syn v1.0.109
4192026-05-19T20:35:44.598Z Downloaded syn v2.0.117
4202026-05-19T20:35:44.606Z Downloaded rustix v1.1.3
4212026-05-19T20:35:44.637Z Downloaded libc v0.2.185
4222026-05-19T20:35:44.702Z Compiling proc-macro2 v1.0.106
4232026-05-19T20:35:44.702Z Compiling quote v1.0.45
4242026-05-19T20:35:44.702Z Compiling unicode-ident v1.0.24
4252026-05-19T20:35:44.708Z Compiling serde_core v1.0.228
4262026-05-19T20:35:44.708Z Compiling libc v0.2.185
4272026-05-19T20:35:44.708Z Compiling version_check v0.9.5
4282026-05-19T20:35:44.708Z Compiling stable_deref_trait v1.2.1
4292026-05-19T20:35:44.708Z Compiling memchr v2.8.0
4302026-05-19T20:35:44.978Z Compiling serde v1.0.228
4312026-05-19T20:35:45.014Z Compiling zmij v1.0.21
4322026-05-19T20:35:45.256Z Compiling ucd-trie v0.1.7
4332026-05-19T20:35:45.420Z Compiling autocfg v1.5.0
4342026-05-19T20:35:45.420Z Compiling thiserror v1.0.69
4352026-05-19T20:35:45.573Z Compiling itoa v1.0.17
4362026-05-19T20:35:45.672Z Compiling pest v2.8.6
4372026-05-19T20:35:45.790Z Compiling litemap v0.8.1
4382026-05-19T20:35:45.838Z Compiling writeable v0.6.2
4392026-05-19T20:35:45.856Z Compiling icu_normalizer_data v2.1.1
4402026-05-19T20:35:45.952Z Compiling rustix v1.1.3
4412026-05-19T20:35:46.002Z Compiling icu_properties_data v2.1.2
4422026-05-19T20:35:46.057Z Compiling byteorder v1.5.0
4432026-05-19T20:35:46.298Z Compiling syn v2.0.117
4442026-05-19T20:35:46.367Z Compiling errno v0.3.14
4452026-05-19T20:35:46.384Z Compiling bitflags v2.11.0
4462026-05-19T20:35:46.519Z Compiling serde_json v1.0.149
4472026-05-19T20:35:46.623Z Compiling num-traits v0.2.19
4482026-05-19T20:35:46.745Z Compiling equivalent v1.0.2
4492026-05-19T20:35:46.761Z Compiling pest_meta v2.8.6
4502026-05-19T20:35:46.821Z Compiling smallvec v1.15.1
4512026-05-19T20:35:46.838Z Compiling typeid v1.0.3
4522026-05-19T20:35:47.041Z Compiling hashbrown v0.17.0
4532026-05-19T20:35:47.197Z Compiling thread-id v4.2.2
4542026-05-19T20:35:47.285Z Compiling usdt-impl v0.5.0
4552026-05-19T20:35:47.330Z Compiling proc-macro-error-attr v1.0.4
4562026-05-19T20:35:47.347Z Compiling winnow v0.7.14
4572026-05-19T20:35:47.495Z Compiling syn v1.0.109
4582026-05-19T20:35:47.516Z Compiling erased-serde v0.4.9
4592026-05-19T20:35:47.592Z Compiling indexmap v2.14.0
4602026-05-19T20:35:47.784Z Compiling toml_write v0.1.2
4612026-05-19T20:35:48.112Z Compiling proc-macro-error v1.0.4
4622026-05-19T20:35:48.216Z Compiling thiserror v2.0.18
4632026-05-19T20:35:48.299Z Compiling percent-encoding v2.3.2
4642026-05-19T20:35:48.402Z Compiling utf8_iter v1.0.4
4652026-05-19T20:35:48.491Z Compiling camino v1.2.2
4662026-05-19T20:35:48.507Z Compiling plain v0.2.3
4672026-05-19T20:35:48.552Z Compiling getrandom v0.4.1
4682026-05-19T20:35:48.555Z Compiling log v0.4.29
4692026-05-19T20:35:48.620Z Compiling utf8parse v0.2.2
4702026-05-19T20:35:48.715Z Compiling anstyle-parse v0.2.7
4712026-05-19T20:35:48.757Z Compiling form_urlencoded v1.2.2
4722026-05-19T20:35:48.792Z Compiling ordered-float v2.10.1
4732026-05-19T20:35:48.892Z Compiling synstructure v0.13.2
4742026-05-19T20:35:48.895Z Compiling pest_generator v2.8.6
4752026-05-19T20:35:49.018Z Compiling terminal_size v0.4.3
4762026-05-19T20:35:49.157Z Compiling cfg-if v1.0.4
4772026-05-19T20:35:49.235Z Compiling anstyle-query v1.1.5
4782026-05-19T20:35:49.278Z Compiling pretty-hex v0.4.1
4792026-05-19T20:35:49.348Z Compiling is_terminal_polyfill v1.70.2
4802026-05-19T20:35:49.388Z Compiling anstyle v1.0.13
4812026-05-19T20:35:49.420Z Compiling colorchoice v1.0.4
4822026-05-19T20:35:49.437Z Compiling serde-untagged v0.1.9
4832026-05-19T20:35:49.560Z Compiling anstream v0.6.21
4842026-05-19T20:35:49.616Z Compiling semver v1.0.28
4852026-05-19T20:35:49.674Z Compiling fs-err v3.3.0
4862026-05-19T20:35:49.692Z Compiling bytecount v0.6.9
4872026-05-19T20:35:49.830Z Compiling heck v0.5.0
4882026-05-19T20:35:49.860Z Compiling unicode-xid v0.2.6
4892026-05-19T20:35:49.879Z Compiling anyhow v1.0.102
4902026-05-19T20:35:49.910Z Compiling heck v0.4.1
4912026-05-19T20:35:49.936Z Compiling strsim v0.11.1
4922026-05-19T20:35:49.986Z Compiling fnv v1.0.7
4932026-05-19T20:35:50.066Z Compiling clap_lex v1.0.0
4942026-05-19T20:35:50.133Z Compiling once_cell v1.21.3
4952026-05-19T20:35:50.184Z Compiling unicode-width v0.1.14
4962026-05-19T20:35:50.282Z Compiling fastrand v2.3.0
4972026-05-19T20:35:50.299Z Compiling clap_builder v4.5.60
4982026-05-19T20:35:50.465Z Compiling tempfile v3.25.0
4992026-05-19T20:35:50.502Z Compiling papergrid v0.11.0
5002026-05-19T20:35:50.543Z Compiling memmap v0.7.0
5012026-05-19T20:35:50.572Z Compiling smawk v0.3.2
5022026-05-19T20:35:50.602Z Compiling serde_derive v1.0.228
5032026-05-19T20:35:50.755Z Compiling zerofrom-derive v0.1.6
5042026-05-19T20:35:50.761Z Compiling yoke-derive v0.8.1
5052026-05-19T20:35:50.900Z Compiling zerovec-derive v0.11.2
5062026-05-19T20:35:51.037Z Compiling displaydoc v0.2.5
5072026-05-19T20:35:51.779Z Compiling thiserror-impl v1.0.69
5082026-05-19T20:35:51.918Z Compiling zerocopy-derive v0.7.35
5092026-05-19T20:35:51.971Z Compiling pest_derive v2.8.6
5102026-05-19T20:35:52.024Z Compiling scroll_derive v0.12.1
5112026-05-19T20:35:52.158Z Compiling zerofrom v0.1.6
5122026-05-19T20:35:52.292Z Compiling yoke v0.8.1
5132026-05-19T20:35:52.393Z Compiling thiserror-impl v2.0.18
5142026-05-19T20:35:52.487Z Compiling zerovec v0.11.5
5152026-05-19T20:35:52.688Z Compiling zerotrie v0.2.3
5162026-05-19T20:35:52.787Z Compiling zerocopy v0.7.35
5172026-05-19T20:35:52.989Z Compiling tinystr v0.8.2
5182026-05-19T20:35:53.008Z Compiling potential_utf v0.1.4
5192026-05-19T20:35:53.165Z Compiling icu_locale_core v2.1.1
5202026-05-19T20:35:53.182Z Compiling icu_collections v2.1.1
5212026-05-19T20:35:53.199Z Compiling dtrace-parser v0.2.0
5222026-05-19T20:35:53.336Z Compiling scroll v0.12.0
5232026-05-19T20:35:53.354Z Compiling tabled_derive v0.7.0
5242026-05-19T20:35:53.616Z Compiling goblin v0.8.2
5252026-05-19T20:35:53.664Z Compiling clap_derive v4.5.55
5262026-05-19T20:35:53.827Z Compiling icu_provider v2.1.1
5272026-05-19T20:35:53.987Z Compiling unicode-width v0.2.0
5282026-05-19T20:35:54.044Z Compiling toml_datetime v0.6.11
5292026-05-19T20:35:54.086Z Compiling icu_properties v2.1.2
5302026-05-19T20:35:54.113Z Compiling icu_normalizer v2.1.1
5312026-05-19T20:35:54.133Z Compiling serde_spanned v0.6.9
5322026-05-19T20:35:54.215Z Compiling dof v0.3.0
5332026-05-19T20:35:54.259Z Compiling toml_edit v0.22.27
5342026-05-19T20:35:54.282Z Compiling serde_tokenstream v0.2.3
5352026-05-19T20:35:54.305Z Compiling serde-value v0.7.0
5362026-05-19T20:35:54.610Z Compiling cargo-platform v0.2.0
5372026-05-19T20:35:54.646Z Compiling unicode-linebreak v0.1.5
5382026-05-19T20:35:54.668Z Compiling tabled v0.15.0
5392026-05-19T20:35:54.879Z Compiling textwrap v0.16.2
5402026-05-19T20:35:54.896Z Compiling macaddr v1.0.1
5412026-05-19T20:35:55.141Z Compiling idna_adapter v1.2.1
5422026-05-19T20:35:55.176Z Compiling camino-tempfile v1.4.1
5432026-05-19T20:35:55.206Z Compiling usdt-macro v0.5.0
5442026-05-19T20:35:55.282Z Compiling idna v1.1.0
5452026-05-19T20:35:55.355Z Compiling usdt-attr-macro v0.5.0
5462026-05-19T20:35:55.400Z Compiling clap v4.5.60
5472026-05-19T20:35:55.769Z Compiling toml v0.8.23
5482026-05-19T20:35:55.844Z Compiling url v2.5.8
5492026-05-19T20:35:56.003Z Compiling swrite v0.1.0
5502026-05-19T20:35:56.065Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-19T20:35:56.320Z Compiling cargo-util-schemas v0.8.2
5522026-05-19T20:35:56.396Z Compiling cargo_toml v0.21.0
5532026-05-19T20:35:56.620Z Compiling usdt v0.5.0
5542026-05-19T20:35:57.221Z Compiling cargo_metadata v0.21.0
5552026-05-19T20:35:58.143Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-19T20:36:00.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.56s
5572026-05-19T20:36:00.429Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-19T20:36:01.000Z Downloading crates ...
5592026-05-19T20:36:01.106Z Downloaded ciborium-io v0.2.2
5602026-05-19T20:36:01.115Z Downloaded array-init v0.0.4
5612026-05-19T20:36:01.118Z Downloaded crc v3.4.0
5622026-05-19T20:36:01.122Z Downloaded arc-swap v1.8.2
5632026-05-19T20:36:01.125Z Downloaded crc8 v0.1.1
5642026-05-19T20:36:01.130Z Downloaded critical-section v1.2.0
5652026-05-19T20:36:01.130Z Downloaded ascii-canvas v3.0.0
5662026-05-19T20:36:01.133Z Downloaded defmt v0.3.100
5672026-05-19T20:36:01.133Z Downloaded crossbeam-epoch v0.9.18
5682026-05-19T20:36:01.136Z Downloaded adler2 v2.0.1
5692026-05-19T20:36:01.136Z Downloaded aead v0.5.2
5702026-05-19T20:36:01.136Z Downloaded darling_macro v0.21.3
5712026-05-19T20:36:01.145Z Downloaded derive_more v0.99.20
5722026-05-19T20:36:01.148Z Downloaded fixedbitset v0.4.2
5732026-05-19T20:36:01.151Z Downloaded bitfield v0.19.4
5742026-05-19T20:36:01.151Z Downloaded crossbeam-deque v0.8.6
5752026-05-19T20:36:01.151Z Downloaded async-stream-impl v0.3.6
5762026-05-19T20:36:01.154Z Downloaded crypto-bigint v0.5.5
5772026-05-19T20:36:01.157Z Downloaded diesel_table_macro_syntax v0.3.0
5782026-05-19T20:36:01.157Z Downloaded crc32fast v1.5.0
5792026-05-19T20:36:01.157Z Downloaded der_derive v0.7.3
5802026-05-19T20:36:01.160Z Downloaded clang-sys v1.8.1
5812026-05-19T20:36:01.160Z Downloaded cookie_store v0.22.1
5822026-05-19T20:36:01.163Z Downloaded atty v0.2.14
5832026-05-19T20:36:01.163Z Downloaded dsl_auto_type v0.2.0
5842026-05-19T20:36:01.163Z Downloaded csv-core v0.1.13
5852026-05-19T20:36:01.166Z Downloaded either v1.15.0
5862026-05-19T20:36:01.166Z Downloaded dof v0.4.0
5872026-05-19T20:36:01.166Z Downloaded darling_macro v0.20.11
5882026-05-19T20:36:01.166Z Downloaded argon2 v0.5.3
5892026-05-19T20:36:01.171Z Downloaded env_filter v1.0.0
5902026-05-19T20:36:01.171Z Downloaded castaway v0.2.4
5912026-05-19T20:36:01.174Z Downloaded crossbeam-utils v0.8.21
5922026-05-19T20:36:01.174Z Downloaded cpufeatures v0.3.0
5932026-05-19T20:36:01.174Z Downloaded async-recursion v1.1.1
5942026-05-19T20:36:01.177Z Downloaded bcrypt-pbkdf v0.10.0
5952026-05-19T20:36:01.177Z Downloaded arrayref v0.3.9
5962026-05-19T20:36:01.177Z Downloaded convert_case v0.4.0
5972026-05-19T20:36:01.177Z Downloaded crossbeam-channel v0.5.15
5982026-05-19T20:36:01.181Z Downloaded async-trait v0.1.89
5992026-05-19T20:36:01.184Z Downloaded dropshot_endpoint v0.17.0
6002026-05-19T20:36:01.187Z Downloaded dyn-clone v1.0.20
6012026-05-19T20:36:01.187Z Downloaded document-features v0.2.12
6022026-05-19T20:36:01.190Z Downloaded bit-set v0.8.0
6032026-05-19T20:36:01.190Z Downloaded display-error-chain v0.2.2
6042026-05-19T20:36:01.190Z Downloaded derive_builder_macro v0.20.2
6052026-05-19T20:36:01.193Z Downloaded enum-as-inner v0.6.1
6062026-05-19T20:36:01.193Z Downloaded cargo-platform v0.1.9
6072026-05-19T20:36:01.194Z Downloaded dtrace-parser v0.3.0
6082026-05-19T20:36:01.194Z Downloaded curve25519-dalek-derive v0.1.1
6092026-05-19T20:36:01.197Z Downloaded ahash v0.8.12
6102026-05-19T20:36:01.197Z Downloaded cobs v0.3.0
6112026-05-19T20:36:01.200Z Downloaded daft v0.1.7
6122026-05-19T20:36:01.203Z Downloaded atomicwrites v0.4.4
6132026-05-19T20:36:01.206Z Downloaded backoff v0.4.0
6142026-05-19T20:36:01.209Z Downloaded dropshot-api-manager-types v0.7.1
6152026-05-19T20:36:01.209Z Downloaded debug-ignore v1.0.5
6162026-05-19T20:36:01.210Z Downloaded difflib v0.4.0
6172026-05-19T20:36:01.210Z Downloaded cstr-argument v0.1.2
6182026-05-19T20:36:01.214Z Downloaded cfg_aliases v0.1.1
6192026-05-19T20:36:01.214Z Downloaded crc-catalog v2.4.0
6202026-05-19T20:36:01.214Z Downloaded foreign-types-shared v0.3.1
6212026-05-19T20:36:01.214Z Downloaded async-stream v0.3.6
6222026-05-19T20:36:01.217Z Downloaded deranged v0.5.8
6232026-05-19T20:36:01.217Z Downloaded foldhash v0.2.0
6242026-05-19T20:36:01.220Z Downloaded ciborium-ll v0.2.2
6252026-05-19T20:36:01.220Z Downloaded block-padding v0.3.3
6262026-05-19T20:36:01.220Z Downloaded crucible-workspace-hack v0.1.0
6272026-05-19T20:36:01.220Z Downloaded foreign-types-macros v0.2.3
6282026-05-19T20:36:01.224Z Downloaded ena v0.14.4
6292026-05-19T20:36:01.224Z Downloaded ecdsa v0.16.9
6302026-05-19T20:36:01.224Z Downloaded assert_matches v1.5.0
6312026-05-19T20:36:01.227Z Downloaded flate2 v1.1.9
6322026-05-19T20:36:01.230Z Downloaded foreign-types v0.3.2
6332026-05-19T20:36:01.230Z Downloaded bb8 v0.8.6
6342026-05-19T20:36:01.233Z Downloaded fd-lock v4.0.4
6352026-05-19T20:36:01.236Z Downloaded cfg_aliases v0.2.1
6362026-05-19T20:36:01.240Z Downloaded futures-core v0.3.32
6372026-05-19T20:36:01.240Z Downloaded darling_macro v0.23.0
6382026-05-19T20:36:01.240Z Downloaded endian-type v0.1.2
6392026-05-19T20:36:01.244Z Downloaded blake2 v0.10.6
6402026-05-19T20:36:01.244Z Downloaded ed25519 v2.2.3
6412026-05-19T20:36:01.244Z Downloaded defmt-parser v1.0.0
6422026-05-19T20:36:01.247Z Downloaded allocator-api2 v0.2.21
6432026-05-19T20:36:01.251Z Downloaded bit-set v0.5.3
6442026-05-19T20:36:01.254Z Downloaded float-cmp v0.10.0
6452026-05-19T20:36:01.254Z Downloaded flagset v0.4.7
6462026-05-19T20:36:01.259Z Downloaded bitfield-macros v0.19.4
6472026-05-19T20:36:01.262Z Downloaded dirs-sys-next v0.1.2
6482026-05-19T20:36:01.262Z Downloaded embedded-io v0.4.0
6492026-05-19T20:36:01.262Z Downloaded dirs-next v2.0.0
6502026-05-19T20:36:01.265Z Downloaded crunchy v0.2.4
6512026-05-19T20:36:01.265Z Downloaded atomic-waker v1.1.2
6522026-05-19T20:36:01.265Z Downloaded compression-core v0.4.31
6532026-05-19T20:36:01.269Z Downloaded ff v0.13.1
6542026-05-19T20:36:01.269Z Downloaded env_logger v0.11.9
6552026-05-19T20:36:01.274Z Downloaded foreign-types v0.5.0
6562026-05-19T20:36:01.275Z Downloaded derive-where v1.6.0
6572026-05-19T20:36:01.278Z Downloaded fxhash v0.2.1
6582026-05-19T20:36:01.278Z Downloaded embedded-io v0.6.1
6592026-05-19T20:36:01.278Z Downloaded downcast-rs v2.0.2
6602026-05-19T20:36:01.279Z Downloaded base16ct v0.2.0
6612026-05-19T20:36:01.279Z Downloaded dunce v1.0.5
6622026-05-19T20:36:01.279Z Downloaded derive-ex v0.1.8
6632026-05-19T20:36:01.284Z Downloaded data-encoding v2.10.0
6642026-05-19T20:36:01.284Z Downloaded git-stub v1.0.0
6652026-05-19T20:36:01.284Z Downloaded foreign-types-shared v0.1.1
6662026-05-19T20:36:01.284Z Downloaded gethostname v0.5.0
6672026-05-19T20:36:01.288Z Downloaded futures-io v0.3.32
6682026-05-19T20:36:01.288Z Downloaded console v0.15.11
6692026-05-19T20:36:01.288Z Downloaded cmake v0.1.57
6702026-05-19T20:36:01.288Z Downloaded cbc v0.1.2
6712026-05-19T20:36:01.288Z Downloaded futures-task v0.3.32
6722026-05-19T20:36:01.288Z Downloaded futures-sink v0.3.32
6732026-05-19T20:36:01.291Z Downloaded futures-macro v0.3.32
6742026-05-19T20:36:01.291Z Downloaded hash32 v0.3.1
6752026-05-19T20:36:01.291Z Downloaded ghash v0.5.1
6762026-05-19T20:36:01.291Z Downloaded hash32 v0.2.1
6772026-05-19T20:36:01.295Z Downloaded console v0.16.2
6782026-05-19T20:36:01.295Z Downloaded chacha20 v0.9.1
6792026-05-19T20:36:01.295Z Downloaded hex v0.4.3
6802026-05-19T20:36:01.298Z Downloaded async-bb8-diesel v0.2.1
6812026-05-19T20:36:01.298Z Downloaded bitfield-struct v0.6.2
6822026-05-19T20:36:01.302Z Downloaded foldhash v0.1.5
6832026-05-19T20:36:01.302Z Downloaded daft-derive v0.1.7
6842026-05-19T20:36:01.306Z Downloaded funty v2.0.0
6852026-05-19T20:36:01.306Z Downloaded blowfish v0.9.1
6862026-05-19T20:36:01.306Z Downloaded base64ct v1.8.3
6872026-05-19T20:36:01.306Z Downloaded arrayvec v0.7.6
6882026-05-19T20:36:01.309Z Downloaded cargo_metadata v0.19.2
6892026-05-19T20:36:01.309Z Downloaded buf-list v1.1.2
6902026-05-19T20:36:01.313Z Downloaded hex-literal v0.4.1
6912026-05-19T20:36:01.313Z Downloaded bitflags v1.3.2
6922026-05-19T20:36:01.316Z Downloaded convert_case v0.10.0
6932026-05-19T20:36:01.316Z Downloaded headers-core v0.3.0
6942026-05-19T20:36:01.319Z Downloaded constant_time_eq v0.4.2
6952026-05-19T20:36:01.320Z Downloaded drift v0.1.4
6962026-05-19T20:36:01.323Z Downloaded home v0.5.12
6972026-05-19T20:36:01.326Z Downloaded float-ord v0.3.2
6982026-05-19T20:36:01.327Z Downloaded defmt-macros v1.0.1
6992026-05-19T20:36:01.330Z Downloaded http-body v1.0.1
7002026-05-19T20:36:01.330Z Downloaded hostname v0.3.1
7012026-05-19T20:36:01.330Z Downloaded defmt v1.0.1
7022026-05-19T20:36:01.333Z Downloaded ctr v0.9.2
7032026-05-19T20:36:01.333Z Downloaded diesel-dtrace v0.5.0
7042026-05-19T20:36:01.336Z Downloaded filetime v0.2.27
7052026-05-19T20:36:01.336Z Downloaded http-range v0.1.5
7062026-05-19T20:36:01.336Z Downloaded corncobs v0.1.4
7072026-05-19T20:36:01.340Z Downloaded des v0.8.1
7082026-05-19T20:36:01.340Z Downloaded ident_case v1.0.1
7092026-05-19T20:36:01.340Z Downloaded indent_write v2.2.0
7102026-05-19T20:36:01.340Z Downloaded fixedbitset v0.5.7
7112026-05-19T20:36:01.343Z Downloaded fallible-iterator v0.2.0
7122026-05-19T20:36:01.343Z Downloaded erased-serde v0.3.31
7132026-05-19T20:36:01.343Z Downloaded find-msvc-tools v0.1.9
7142026-05-19T20:36:01.346Z Downloaded derive_builder_core v0.20.2
7152026-05-19T20:36:01.346Z Downloaded globwalk v0.9.1
7162026-05-19T20:36:01.346Z Downloaded darling v0.21.3
7172026-05-19T20:36:01.350Z Downloaded const_format_proc_macros v0.2.34
7182026-05-19T20:36:01.354Z Downloaded byte-wrapper v0.1.0
7192026-05-19T20:36:01.354Z Downloaded illumos-nvpair-sys v0.2.0
7202026-05-19T20:36:01.357Z Downloaded hostname v0.4.2
7212026-05-19T20:36:01.357Z Downloaded hubpack_derive v0.1.1
7222026-05-19T20:36:01.357Z Downloaded httpdate v1.0.3
7232026-05-19T20:36:01.357Z Downloaded ciborium v0.2.2
7242026-05-19T20:36:01.361Z Downloaded inout v0.1.4
7252026-05-19T20:36:01.361Z Downloaded futures-executor v0.3.32
7262026-05-19T20:36:01.361Z Downloaded bzip2 v0.4.4
7272026-05-19T20:36:01.361Z Downloaded aho-corasick v1.1.4
7282026-05-19T20:36:01.364Z Downloaded ar_archive_writer v0.5.1
7292026-05-19T20:36:01.367Z Downloaded bit-vec v0.8.0
7302026-05-19T20:36:01.367Z Downloaded bit-vec v0.6.3
7312026-05-19T20:36:01.370Z Downloaded darling v0.20.11
7322026-05-19T20:36:01.373Z Downloaded illumos-nvpair v0.3.0
7332026-05-19T20:36:01.373Z Downloaded fs_extra v1.3.0
7342026-05-19T20:36:01.373Z Downloaded derive_builder v0.20.2
7352026-05-19T20:36:01.376Z Downloaded is_ci v1.2.0
7362026-05-19T20:36:01.379Z Downloaded is-terminal v0.4.17
7372026-05-19T20:36:01.379Z Downloaded cancel-safe-futures v0.1.5
7382026-05-19T20:36:01.379Z Downloaded internet-checksum v0.2.1
7392026-05-19T20:36:01.382Z Downloaded instability v0.3.11
7402026-05-19T20:36:01.383Z Downloaded glob v0.3.3
7412026-05-19T20:36:01.386Z Downloaded highway v1.3.0
7422026-05-19T20:36:01.386Z Downloaded bcs v0.1.6
7432026-05-19T20:36:01.386Z Downloaded http-body-util v0.1.3
7442026-05-19T20:36:01.389Z Downloaded compression-codecs v0.4.37
7452026-05-19T20:36:01.393Z Downloaded colored v3.1.1
7462026-05-19T20:36:01.393Z Downloaded kstat-rs v0.2.4
7472026-05-19T20:36:01.393Z Downloaded cassowary v0.3.0
7482026-05-19T20:36:01.396Z Downloaded elliptic-curve v0.13.8
7492026-05-19T20:36:01.396Z Downloaded bzip2 v0.6.1
7502026-05-19T20:36:01.396Z Downloaded indoc v1.0.9
7512026-05-19T20:36:01.400Z Downloaded keccak v0.1.6
7522026-05-19T20:36:01.400Z Downloaded lalrpop-util v0.19.12
7532026-05-19T20:36:01.400Z Downloaded instant v0.1.13
7542026-05-19T20:36:01.403Z Downloaded hubpack v0.1.2
7552026-05-19T20:36:01.403Z Downloaded linked-hash-map v0.5.6
7562026-05-19T20:36:01.403Z Downloaded darling_core v0.23.0
7572026-05-19T20:36:01.406Z Downloaded diff v0.1.13
7582026-05-19T20:36:01.409Z Downloaded colored v2.2.0
7592026-05-19T20:36:01.409Z Downloaded lazy_static v1.5.0
7602026-05-19T20:36:01.413Z Downloaded libscf-sys v1.1.0
7612026-05-19T20:36:01.413Z Downloaded cipher v0.4.4
7622026-05-19T20:36:01.413Z Downloaded lru v0.12.5
7632026-05-19T20:36:01.413Z Downloaded cexpr v0.6.0
7642026-05-19T20:36:01.416Z Downloaded camino-tempfile-ext v0.3.3
7652026-05-19T20:36:01.416Z Downloaded maplit v1.0.2
7662026-05-19T20:36:01.416Z Downloaded lru-cache v0.1.2
7672026-05-19T20:36:01.421Z Downloaded group v0.13.0
7682026-05-19T20:36:01.421Z Downloaded fs-err v2.11.0
7692026-05-19T20:36:01.421Z Downloaded darling v0.23.0
7702026-05-19T20:36:01.424Z Downloaded const-oid v0.9.6
7712026-05-19T20:36:01.424Z Downloaded chacha20 v0.10.0
7722026-05-19T20:36:01.427Z Downloaded managed v0.8.0
7732026-05-19T20:36:01.427Z Downloaded mime v0.3.17
7742026-05-19T20:36:01.427Z Downloaded hyper-tls v0.6.0
7752026-05-19T20:36:01.430Z Downloaded git-stub-vcs v0.1.0
7762026-05-19T20:36:01.430Z Downloaded multimap v0.10.1
7772026-05-19T20:36:01.433Z Downloaded lzss v0.8.2
7782026-05-19T20:36:01.433Z Downloaded ingot v0.1.1
7792026-05-19T20:36:01.437Z Downloaded lru-slab v0.1.2
7802026-05-19T20:36:01.437Z Downloaded humantime v2.3.0
7812026-05-19T20:36:01.441Z Downloaded hyper-staticfile v0.10.1
7822026-05-19T20:36:01.444Z Downloaded md5 v0.7.0
7832026-05-19T20:36:01.444Z Downloaded maybe-uninit v2.0.0
7842026-05-19T20:36:01.447Z Downloaded fatfs v0.3.6
7852026-05-19T20:36:01.447Z Downloaded nodrop v0.1.14
7862026-05-19T20:36:01.450Z Downloaded newtype_derive v0.1.6
7872026-05-19T20:36:01.450Z Downloaded impl-trait-for-tuples v0.2.3
7882026-05-19T20:36:01.454Z Downloaded nibble_vec v0.1.0
7892026-05-19T20:36:01.454Z Downloaded memoffset v0.9.1
7902026-05-19T20:36:01.457Z Downloaded nonempty v0.12.0
7912026-05-19T20:36:01.457Z Downloaded match_cfg v0.1.0
7922026-05-19T20:36:01.457Z Downloaded newline-converter v0.3.0
7932026-05-19T20:36:01.457Z Downloaded new_debug_unreachable v1.0.6
7942026-05-19T20:36:01.457Z Downloaded globset v0.4.18
7952026-05-19T20:36:01.460Z Downloaded getrandom v0.2.17
7962026-05-19T20:36:01.460Z Downloaded ipnetwork v0.21.1
7972026-05-19T20:36:01.463Z Downloaded hmac v0.12.1
7982026-05-19T20:36:01.463Z Downloaded futures-channel v0.3.32
7992026-05-19T20:36:01.466Z Downloaded num-iter v0.1.45
8002026-05-19T20:36:01.466Z Downloaded normalize-line-endings v0.3.0
8012026-05-19T20:36:01.466Z Downloaded newtype-uuid-macros v0.1.0
8022026-05-19T20:36:01.469Z Downloaded jobserver v0.1.34
8032026-05-19T20:36:01.469Z Downloaded num-conv v0.2.0
8042026-05-19T20:36:01.469Z Downloaded num v0.4.3
8052026-05-19T20:36:01.473Z Downloaded futures v0.3.32
8062026-05-19T20:36:01.476Z Downloaded num_threads v0.1.7
8072026-05-19T20:36:01.479Z Downloaded hyper-rustls v0.27.7
8082026-05-19T20:36:01.486Z Downloaded libsw-core v0.3.2
8092026-05-19T20:36:01.489Z Downloaded oso-derive v0.27.3
8102026-05-19T20:36:01.489Z Downloaded dropshot-api-manager v0.7.1
8112026-05-19T20:36:01.492Z Downloaded md-5 v0.10.6
8122026-05-19T20:36:01.492Z Downloaded libsw v3.5.0
8132026-05-19T20:36:01.560Z Downloaded opaque-debug v0.3.1
8142026-05-19T20:36:01.564Z Downloaded darling_core v0.20.11
8152026-05-19T20:36:01.564Z Downloaded cookie v0.18.1
8162026-05-19T20:36:01.564Z Downloaded olpc-cjson v0.1.4
8172026-05-19T20:36:01.564Z Downloaded num_enum_derive v0.5.11
8182026-05-19T20:36:01.564Z Downloaded newtype-uuid v1.3.2
8192026-05-19T20:36:01.564Z Downloaded libloading v0.8.9
8202026-05-19T20:36:01.564Z Downloaded parse-size v1.1.0
8212026-05-19T20:36:01.564Z Downloaded parse-display v0.10.0
8222026-05-19T20:36:01.564Z Downloaded openssl-probe v0.1.6
8232026-05-19T20:36:01.564Z Downloaded openssl-macros v0.1.1
8242026-05-19T20:36:01.564Z Downloaded num-derive v0.3.3
8252026-05-19T20:36:01.564Z Downloaded libefi-sys v0.1.0
8262026-05-19T20:36:01.564Z Downloaded httparse v1.10.1
8272026-05-19T20:36:01.564Z Downloaded nu-ansi-term v0.50.3
8282026-05-19T20:36:01.564Z Downloaded lock_api v0.4.14
8292026-05-19T20:36:01.564Z Downloaded iana-time-zone v0.1.65
8302026-05-19T20:36:01.564Z Downloaded der v0.7.10
8312026-05-19T20:36:01.564Z Downloaded num-complex v0.4.6
8322026-05-19T20:36:01.564Z Downloaded peg-runtime v0.8.5
8332026-05-19T20:36:01.564Z Downloaded path-slash v0.1.5
8342026-05-19T20:36:01.564Z Downloaded packed_struct_codegen v0.10.1
8352026-05-19T20:36:01.564Z Downloaded crossterm v0.28.1
8362026-05-19T20:36:01.564Z Downloaded phf_shared v0.11.3
8372026-05-19T20:36:01.564Z Downloaded darling_core v0.21.3
8382026-05-19T20:36:01.564Z Downloaded pbkdf2 v0.11.0
8392026-05-19T20:36:01.564Z Downloaded nanorand v0.7.0
8402026-05-19T20:36:01.564Z Downloaded multer v3.1.0
8412026-05-19T20:36:01.565Z Downloaded phf_shared v0.13.1
8422026-05-19T20:36:01.565Z Downloaded pbkdf2 v0.12.2
8432026-05-19T20:36:01.565Z Downloaded mime_guess v2.0.5
8442026-05-19T20:36:01.565Z Downloaded ingot-types v0.1.2
8452026-05-19T20:36:01.565Z Downloaded ingot-macros v0.1.1
8462026-05-19T20:36:01.565Z Downloaded powerfmt v0.2.0
8472026-05-19T20:36:01.565Z Downloaded phf_shared v0.12.1
8482026-05-19T20:36:01.565Z Downloaded num_enum_derive v0.7.5
8492026-05-19T20:36:01.565Z Downloaded native-tls v0.2.18
8502026-05-19T20:36:01.565Z Downloaded ipnet v2.11.0
8512026-05-19T20:36:01.565Z Downloaded half v1.8.3
8522026-05-19T20:36:01.565Z Downloaded flume v0.11.1
8532026-05-19T20:36:01.565Z Downloaded num-integer v0.1.46
8542026-05-19T20:36:01.565Z Downloaded packed_struct v0.10.1
8552026-05-19T20:36:01.565Z Downloaded half v2.7.1
8562026-05-19T20:36:01.569Z Downloaded compact_str v0.8.1
8572026-05-19T20:36:01.569Z Downloaded base64 v0.22.1
8582026-05-19T20:36:01.573Z Downloaded predicates-tree v1.0.13
8592026-05-19T20:36:01.573Z Downloaded predicates-core v1.0.10
8602026-05-19T20:36:01.573Z Downloaded indexmap v1.9.3
8612026-05-19T20:36:01.576Z Downloaded num_enum v0.7.5
8622026-05-19T20:36:01.579Z Downloaded heapless v0.8.0
8632026-05-19T20:36:01.582Z Downloaded pin-utils v0.1.0
8642026-05-19T20:36:01.582Z Downloaded num_enum v0.5.11
8652026-05-19T20:36:01.587Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-05-19T20:36:01.587Z Downloaded proc-macro-crate v3.4.0
8672026-05-19T20:36:01.587Z Downloaded proc-macro-crate v1.3.1
8682026-05-19T20:36:01.590Z Downloaded password-hash v0.4.2
8692026-05-19T20:36:01.590Z Downloaded num-rational v0.4.2
8702026-05-19T20:36:01.590Z Downloaded const_format v0.2.35
8712026-05-19T20:36:01.593Z Downloaded chacha20poly1305 v0.10.1
8722026-05-19T20:36:01.593Z Downloaded backon v1.6.0
8732026-05-19T20:36:01.596Z Downloaded num-derive v0.4.2
8742026-05-19T20:36:01.596Z Downloaded linear-map v1.2.0
8752026-05-19T20:36:01.599Z Downloaded dropshot_endpoint v0.16.7
8762026-05-19T20:36:01.602Z Downloaded peg v0.8.5
8772026-05-19T20:36:01.602Z Downloaded progenitor-client v0.10.0
8782026-05-19T20:36:01.606Z Downloaded precomputed-hash v0.1.1
8792026-05-19T20:36:01.606Z Downloaded progenitor-client v0.11.2
8802026-05-19T20:36:01.606Z Downloaded litrs v1.0.0
8812026-05-19T20:36:01.611Z Downloaded cc v1.2.56
8822026-05-19T20:36:01.611Z Downloaded bytes v1.11.1
8832026-05-19T20:36:01.614Z Downloaded pem v3.0.6
8842026-05-19T20:36:01.614Z Downloaded diesel_derives v2.3.7
8852026-05-19T20:36:01.617Z Downloaded paste v1.0.15
8862026-05-19T20:36:01.617Z Downloaded oxnet v0.1.4
8872026-05-19T20:36:01.620Z Downloaded phf v0.13.1
8882026-05-19T20:36:01.620Z Downloaded memmap2 v0.9.10
8892026-05-19T20:36:01.620Z Downloaded parse-display-derive v0.10.0
8902026-05-19T20:36:01.623Z Downloaded progenitor-macro v0.11.2
8912026-05-19T20:36:01.623Z Downloaded parking_lot_core v0.8.6
8922026-05-19T20:36:01.623Z Downloaded oxide-tokio-rt v0.1.4
8932026-05-19T20:36:01.627Z Downloaded psl-types v2.0.11
8942026-05-19T20:36:01.627Z Downloaded openssl-probe v0.2.1
8952026-05-19T20:36:01.627Z Downloaded crc-any v2.5.0
8962026-05-19T20:36:01.630Z Downloaded password-hash v0.5.0
8972026-05-19T20:36:01.630Z Downloaded ed25519-dalek v2.2.0
8982026-05-19T20:36:01.633Z Downloaded quick-error v1.2.3
8992026-05-19T20:36:01.633Z Downloaded progenitor-client v0.14.0
9002026-05-19T20:36:01.633Z Downloaded bumpalo v3.20.2
9012026-05-19T20:36:01.636Z Downloaded pkcs8 v0.10.2
9022026-05-19T20:36:01.639Z Downloaded progenitor-macro v0.14.0
9032026-05-19T20:36:01.639Z Downloaded parking_lot v0.11.2
9042026-05-19T20:36:01.639Z Downloaded indicatif v0.18.4
9052026-05-19T20:36:01.642Z Downloaded indoc v2.0.7
9062026-05-19T20:36:01.645Z Downloaded rand_chacha v0.3.1
9072026-05-19T20:36:01.645Z Downloaded radium v0.7.0
9082026-05-19T20:36:01.645Z Downloaded progenitor-macro v0.10.0
9092026-05-19T20:36:01.648Z Downloaded getrandom v0.3.4
9102026-05-19T20:36:01.648Z Downloaded phf v0.12.1
9112026-05-19T20:36:01.651Z Downloaded predicates v3.1.4
9122026-05-19T20:36:01.651Z Downloaded pkg-config v0.3.32
9132026-05-19T20:36:01.654Z Downloaded expectorate v1.2.0
9142026-05-19T20:36:01.654Z Downloaded headers v0.4.1
9152026-05-19T20:36:01.657Z Downloaded derive_more-impl v2.1.1
9162026-05-19T20:36:01.661Z Downloaded rand_xorshift v0.4.0
9172026-05-19T20:36:01.665Z Downloaded libbz2-rs-sys v0.2.2
9182026-05-19T20:36:01.665Z Downloaded proc-macro-error2 v2.0.1
9192026-05-19T20:36:01.668Z Downloaded heapless v0.7.17
9202026-05-19T20:36:01.671Z Downloaded pin-project-lite v0.2.17
9212026-05-19T20:36:01.674Z Downloaded ppv-lite86 v0.2.21
9222026-05-19T20:36:01.674Z Downloaded progenitor-client v0.13.0
9232026-05-19T20:36:01.677Z Downloaded polyval v0.6.2
9242026-05-19T20:36:01.677Z Downloaded poly1305 v0.8.0
9252026-05-19T20:36:01.677Z Downloaded base64 v0.21.7
9262026-05-19T20:36:01.680Z Downloaded async-compression v0.4.41
9272026-05-19T20:36:01.684Z Downloaded aes v0.8.4
9282026-05-19T20:36:01.687Z Downloaded progenitor v0.14.0
9292026-05-19T20:36:01.687Z Downloaded recursive-proc-macro-impl v0.1.1
9302026-05-19T20:36:01.687Z Downloaded recursive v0.1.1
9312026-05-19T20:36:01.690Z Downloaded progenitor v0.13.0
9322026-05-19T20:36:01.690Z Downloaded progenitor v0.11.2
9332026-05-19T20:36:01.690Z Downloaded pem-rfc7468 v0.7.0
9342026-05-19T20:36:01.693Z Downloaded primeorder v0.13.6
9352026-05-19T20:36:01.693Z Downloaded peg-macros v0.8.5
9362026-05-19T20:36:01.696Z Downloaded owo-colors v4.3.0
9372026-05-19T20:36:01.699Z Downloaded psm v0.1.30
9382026-05-19T20:36:01.702Z Downloaded russh-cryptovec v0.7.3
9392026-05-19T20:36:01.702Z Downloaded progenitor-macro v0.13.0
9402026-05-19T20:36:01.705Z Downloaded rustc_version v0.1.7
9412026-05-19T20:36:01.705Z Downloaded rustc-hash v2.1.1
9422026-05-19T20:36:01.705Z Downloaded rfc6979 v0.4.0
9432026-05-19T20:36:01.705Z Downloaded derive_more v2.1.1
9442026-05-19T20:36:01.712Z Downloaded r2d2 v0.8.10
9452026-05-19T20:36:01.716Z Downloaded progenitor v0.10.0
9462026-05-19T20:36:01.716Z Downloaded pkcs5 v0.7.1
9472026-05-19T20:36:01.719Z Downloaded parking_lot_core v0.9.12
9482026-05-19T20:36:01.719Z Downloaded progenitor-extras v0.2.0
9492026-05-19T20:36:01.719Z Downloaded papergrid v0.17.0
9502026-05-19T20:36:01.724Z Downloaded oso v0.27.3
9512026-05-19T20:36:01.724Z Downloaded rand_core v0.6.4
9522026-05-19T20:36:01.728Z Downloaded omicron-zone-package v0.12.2
9532026-05-19T20:36:01.728Z Downloaded rtoolbox v0.0.3
9542026-05-19T20:36:01.728Z Downloaded ignore v0.4.25
9552026-05-19T20:36:01.731Z Downloaded postgres-protocol v0.6.10
9562026-05-19T20:36:01.731Z Downloaded rustc_version v0.4.1
9572026-05-19T20:36:01.736Z Downloaded same-file v1.0.6
9582026-05-19T20:36:01.736Z Downloaded sapling-renderdag v0.1.0
9592026-05-19T20:36:01.739Z Downloaded pin-project-internal v1.1.11
9602026-05-19T20:36:01.744Z Downloaded rand_seeder v0.4.0
9612026-05-19T20:36:01.744Z Downloaded rand_core v0.10.0
9622026-05-19T20:36:01.744Z Downloaded pkcs1 v0.7.5
9632026-05-19T20:36:01.748Z Downloaded hickory-resolver v0.24.4
9642026-05-19T20:36:01.751Z Downloaded ref-cast v1.0.25
9652026-05-19T20:36:01.751Z Downloaded scopeguard v1.2.0
9662026-05-19T20:36:01.754Z Downloaded scroll_derive v0.13.1
9672026-05-19T20:36:01.758Z Downloaded serde-big-array v0.5.1
9682026-05-19T20:36:01.761Z Downloaded http v1.4.0
9692026-05-19T20:36:01.761Z Downloaded resolv-conf v0.7.6
9702026-05-19T20:36:01.765Z Downloaded secrecy v0.10.3
9712026-05-19T20:36:01.765Z Downloaded postcard v1.1.3
9722026-05-19T20:36:01.765Z Downloaded scrypt v0.11.0
9732026-05-19T20:36:01.770Z Downloaded jiff-static v0.2.21
9742026-05-19T20:36:01.773Z Downloaded rand_core v0.9.5
9752026-05-19T20:36:01.773Z Downloaded aes-gcm v0.10.3
9762026-05-19T20:36:01.782Z Downloaded quinn-udp v0.5.14
9772026-05-19T20:36:01.782Z Downloaded seq-macro v0.3.6
9782026-05-19T20:36:01.789Z Downloaded salsa20 v0.10.2
9792026-05-19T20:36:01.789Z Downloaded p256 v0.13.2
9802026-05-19T20:36:01.789Z Downloaded rustls-pemfile v2.2.0
9812026-05-19T20:36:01.789Z Downloaded scheduled-thread-pool v0.2.7
9822026-05-19T20:36:01.792Z Downloaded rustls-native-certs v0.8.3
9832026-05-19T20:36:01.792Z Downloaded serde_plain v1.0.2
9842026-05-19T20:36:01.792Z Downloaded postgres-types v0.2.12
9852026-05-19T20:36:01.798Z Downloaded ref-cast-impl v1.0.25
9862026-05-19T20:36:01.803Z Downloaded signal-hook-mio v0.2.5
9872026-05-19T20:36:01.803Z Downloaded shell-words v1.1.1
9882026-05-19T20:36:01.806Z Downloaded siphasher v1.0.2
9892026-05-19T20:36:01.806Z Downloaded hickory-server v0.25.2
9902026-05-19T20:36:01.809Z Downloaded serde_bytes v0.11.19
9912026-05-19T20:36:01.809Z Downloaded secrecy v0.8.0
9922026-05-19T20:36:01.812Z Downloaded sha1 v0.10.6
9932026-05-19T20:36:01.812Z Downloaded parking_lot v0.12.5
9942026-05-19T20:36:01.815Z Downloaded rustversion v1.0.22
9952026-05-19T20:36:01.815Z Downloaded miniz_oxide v0.8.9
9962026-05-19T20:36:01.820Z Downloaded rand_chacha v0.9.0
9972026-05-19T20:36:01.820Z Downloaded crossterm v0.29.0
9982026-05-19T20:36:01.827Z Downloaded schemars_derive v0.8.22
9992026-05-19T20:36:01.827Z Downloaded sct v0.7.1
10002026-05-19T20:36:01.831Z Downloaded slog-envlogger v2.2.0
10012026-05-19T20:36:01.834Z Downloaded serde_repr v0.1.20
10022026-05-19T20:36:01.837Z Downloaded serde_urlencoded v0.7.1
10032026-05-19T20:36:01.840Z Downloaded sigpipe v0.1.3
10042026-05-19T20:36:01.843Z Downloaded pin-project v1.1.11
10052026-05-19T20:36:01.848Z Downloaded semver v0.1.20
10062026-05-19T20:36:01.851Z Downloaded russh-keys v0.45.0
10072026-05-19T20:36:01.851Z Downloaded rustls-pemfile v1.0.4
10082026-05-19T20:36:01.854Z Downloaded progenitor-impl v0.14.0
10092026-05-19T20:36:01.854Z Downloaded serde_derive_internals v0.29.1
10102026-05-19T20:36:01.857Z Downloaded hickory-resolver v0.25.2
10112026-05-19T20:36:01.861Z Downloaded ssh-cipher v0.2.0
10122026-05-19T20:36:01.864Z Downloaded rustls-pki-types v1.14.0
10132026-05-19T20:36:01.868Z Downloaded serde_path_to_error v0.1.20
10142026-05-19T20:36:01.873Z Downloaded slog-bunyan v2.5.0
10152026-05-19T20:36:01.876Z Downloaded prettyplease v0.2.37
10162026-05-19T20:36:01.876Z Downloaded hyper-util v0.1.20
10172026-05-19T20:36:01.879Z Downloaded signature v2.2.0
10182026-05-19T20:36:01.879Z Downloaded ssh-encoding v0.2.0
10192026-05-19T20:36:01.882Z Downloaded shlex v1.3.0
10202026-05-19T20:36:01.882Z Downloaded rusty-fork v0.3.1
10212026-05-19T20:36:01.886Z Downloaded structmeta v0.3.0
10222026-05-19T20:36:01.886Z Downloaded strum v0.27.2
10232026-05-19T20:36:01.889Z Downloaded slog-async v2.8.0
10242026-05-19T20:36:01.889Z Downloaded simd-adler32 v0.3.8
10252026-05-19T20:36:01.892Z Downloaded scroll v0.13.0
10262026-05-19T20:36:01.895Z Downloaded sec1 v0.7.3
10272026-05-19T20:36:01.898Z Downloaded itertools v0.10.5
10282026-05-19T20:36:01.901Z Downloaded slab v0.4.12
10292026-05-19T20:36:01.901Z Downloaded openssl-sys v0.9.115
10302026-05-19T20:36:01.904Z Downloaded subtle v2.6.1
10312026-05-19T20:36:01.904Z Downloaded smallvec v0.6.14
10322026-05-19T20:36:01.907Z Downloaded slog-stdlog v4.1.1
10332026-05-19T20:36:01.907Z Downloaded sync-ptr v0.1.4
10342026-05-19T20:36:01.907Z Downloaded supports-color v3.0.2
10352026-05-19T20:36:01.907Z Downloaded serde_spanned v1.0.4
10362026-05-19T20:36:01.910Z Downloaded serde-hex v0.1.0
10372026-05-19T20:36:01.911Z Downloaded strip-ansi-escapes v0.2.1
10382026-05-19T20:36:01.911Z Downloaded sqlparser_derive v0.5.0
10392026-05-19T20:36:01.913Z Downloaded strum v0.26.3
10402026-05-19T20:36:01.913Z Downloaded structmeta-derive v0.3.0
10412026-05-19T20:36:01.913Z Downloaded slog-scope v4.4.1
10422026-05-19T20:36:01.918Z Downloaded slog-json v2.6.1
10432026-05-19T20:36:01.918Z Downloaded prefix-trie v0.7.0
10442026-05-19T20:36:01.920Z Downloaded tabled_derive v0.11.0
10452026-05-19T20:36:01.923Z Downloaded termtree v0.5.1
10462026-05-19T20:36:01.923Z Downloaded tagptr v0.2.0
10472026-05-19T20:36:01.923Z Downloaded progenitor-impl v0.13.0
10482026-05-19T20:36:01.926Z Downloaded progenitor-impl v0.10.0
10492026-05-19T20:36:01.929Z Downloaded spki v0.7.3
10502026-05-19T20:36:01.932Z Downloaded serde_with_macros v3.17.0
10512026-05-19T20:36:01.932Z Downloaded tabwriter v1.4.1
10522026-05-19T20:36:01.935Z Downloaded sqlformat v0.3.5
10532026-05-19T20:36:01.935Z Downloaded testing_table v0.3.0
10542026-05-19T20:36:01.938Z Downloaded stacker v0.1.23
10552026-05-19T20:36:01.942Z Downloaded signal-hook-tokio v0.3.1
10562026-05-19T20:36:01.942Z Downloaded signal-hook-registry v1.4.8
10572026-05-19T20:36:01.942Z Downloaded hashbrown v0.15.5
10582026-05-19T20:36:01.945Z Downloaded take_mut v0.2.2
10592026-05-19T20:36:01.945Z Downloaded sync_wrapper v1.0.2
10602026-05-19T20:36:01.950Z Downloaded progenitor-impl v0.11.2
10612026-05-19T20:36:01.953Z Downloaded static_assertions v1.1.0
10622026-05-19T20:36:01.953Z Downloaded thiserror-impl-no-std v2.0.2
10632026-05-19T20:36:01.956Z Downloaded stringprep v0.1.5
10642026-05-19T20:36:01.956Z Downloaded hashbrown v0.12.3
10652026-05-19T20:36:01.960Z Downloaded time-core v0.1.8
10662026-05-19T20:36:01.960Z Downloaded schemars v0.8.22
10672026-05-19T20:36:01.965Z Downloaded strum_macros v0.24.3
10682026-05-19T20:36:01.968Z Downloaded num-bigint v0.4.6
10692026-05-19T20:36:01.968Z Downloaded nom v7.1.3
10702026-05-19T20:36:01.971Z Downloaded tap v1.0.1
10712026-05-19T20:36:01.974Z Downloaded strum_macros v0.27.2
10722026-05-19T20:36:01.974Z Downloaded slog-term v2.9.2
10732026-05-19T20:36:01.976Z Downloaded smf v0.2.3
10742026-05-19T20:36:01.979Z Downloaded tokio-macros v2.7.0
10752026-05-19T20:36:01.979Z Downloaded slog-dtrace v0.3.0
10762026-05-19T20:36:01.982Z Downloaded pretty_assertions v1.4.1
10772026-05-19T20:36:01.982Z Downloaded iddqd v0.3.18
10782026-05-19T20:36:01.986Z Downloaded snafu-derive v0.8.9
10792026-05-19T20:36:01.989Z Downloaded thread-id v5.1.0
10802026-05-19T20:36:01.993Z Downloaded rcgen v0.12.1
10812026-05-19T20:36:01.999Z Downloaded serde_cbor v0.11.2
10822026-05-19T20:36:02.005Z Downloaded tinyvec_macros v0.1.1
10832026-05-19T20:36:02.010Z Downloaded minimal-lexical v0.2.1
10842026-05-19T20:36:02.013Z Downloaded mio v1.2.0
10852026-05-19T20:36:02.016Z Downloaded tower-service v0.3.3
10862026-05-19T20:36:02.018Z Downloaded topological-sort v0.2.2
10872026-05-19T20:36:02.018Z Downloaded termios v0.3.3
10882026-05-19T20:36:02.028Z Downloaded signal-hook v0.3.18
10892026-05-19T20:36:02.035Z Downloaded thiserror-no-std v2.0.2
10902026-05-19T20:36:02.041Z Downloaded time-macros v0.2.27
10912026-05-19T20:36:02.041Z Downloaded tower-layer v0.3.3
10922026-05-19T20:36:02.041Z Downloaded support-bundle-viewer v0.1.2
10932026-05-19T20:36:02.041Z Downloaded strum_macros v0.26.4
10942026-05-19T20:36:02.044Z Downloaded string_cache v0.8.9
10952026-05-19T20:36:02.044Z Downloaded iri-string v0.7.10
10962026-05-19T20:36:02.047Z Downloaded rustls-platform-verifier v0.6.2
10972026-05-19T20:36:02.050Z Downloaded hashbrown v0.13.2
10982026-05-19T20:36:02.050Z Downloaded similar v2.7.0
10992026-05-19T20:36:02.052Z Downloaded tls_codec v0.4.2
11002026-05-19T20:36:02.055Z Downloaded num-bigint-dig v0.8.6
11012026-05-19T20:36:02.059Z Downloaded typify-macro v0.6.2
11022026-05-19T20:36:02.064Z Downloaded unarray v0.1.4
11032026-05-19T20:36:02.067Z Downloaded ron v0.8.1
11042026-05-19T20:36:02.067Z Downloaded trait-variant v0.1.2
11052026-05-19T20:36:02.070Z Downloaded hyper v1.8.1
11062026-05-19T20:36:02.073Z Downloaded tokio-dtrace v0.1.1
11072026-05-19T20:36:02.077Z Downloaded universal-hash v0.5.1
11082026-05-19T20:36:02.079Z Downloaded untrusted v0.7.1
11092026-05-19T20:36:02.079Z Downloaded thread_local v1.1.9
11102026-05-19T20:36:02.083Z Downloaded spin v0.9.8
11112026-05-19T20:36:02.083Z Downloaded h2 v0.4.13
11122026-05-19T20:36:02.086Z Downloaded futures-util v0.3.32
11132026-05-19T20:36:02.091Z Downloaded try-lock v0.2.5
11142026-05-19T20:36:02.094Z Downloaded tokio-tungstenite v0.21.0
11152026-05-19T20:36:02.094Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-05-19T20:36:02.098Z Downloaded tokio-tungstenite v0.23.1
11172026-05-19T20:36:02.098Z Downloaded usdt v0.6.0
11182026-05-19T20:36:02.098Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11192026-05-19T20:36:02.102Z Downloaded untrusted v0.9.0
11202026-05-19T20:36:02.102Z Downloaded utf-8 v0.7.6
11212026-05-19T20:36:02.102Z Downloaded tls_codec_derive v0.4.2
11222026-05-19T20:36:02.106Z Downloaded toml_writer v1.0.6+spec-1.1.0
11232026-05-19T20:36:02.106Z Downloaded term v1.2.1
11242026-05-19T20:36:02.106Z Downloaded unicode-truncate v1.1.0
11252026-05-19T20:36:02.106Z Downloaded rand v0.8.6
11262026-05-19T20:36:02.109Z Downloaded usdt-macro v0.6.0
11272026-05-19T20:36:02.109Z Downloaded usdt-attr-macro v0.6.0
11282026-05-19T20:36:02.109Z Downloaded rustls-webpki v0.103.9
11292026-05-19T20:36:02.112Z Downloaded tokio-rustls v0.25.0
11302026-05-19T20:36:02.112Z Downloaded tokio-native-tls v0.3.1
11312026-05-19T20:36:02.116Z Downloaded serde_yaml v0.9.34+deprecated
11322026-05-19T20:36:02.119Z Downloaded quinn v0.11.9
11332026-05-19T20:36:02.122Z Downloaded tiny-keccak v2.0.2
11342026-05-19T20:36:02.122Z Downloaded itertools v0.13.0
11352026-05-19T20:36:02.127Z Downloaded itertools v0.14.0
11362026-05-19T20:36:02.129Z Downloaded subprocess v0.2.15
11372026-05-19T20:36:02.132Z Downloaded void v1.0.2
11382026-05-19T20:36:02.136Z Downloaded want v0.3.1
11392026-05-19T20:36:02.136Z Downloaded typify-macro v0.4.3
11402026-05-19T20:36:02.136Z Downloaded wait-timeout v0.2.1
11412026-05-19T20:36:02.140Z Downloaded publicsuffix v2.3.0
11422026-05-19T20:36:02.146Z Downloaded snafu v0.8.9
11432026-05-19T20:36:02.149Z Downloaded itertools v0.12.1
11442026-05-19T20:36:02.152Z Downloaded xattr v1.6.1
11452026-05-19T20:36:02.159Z Downloaded tokio-rustls v0.24.1
11462026-05-19T20:36:02.162Z Downloaded tokio-rustls v0.26.4
11472026-05-19T20:36:02.162Z Downloaded socket2 v0.6.3
11482026-05-19T20:36:02.162Z Downloaded socket2 v0.5.10
11492026-05-19T20:36:02.166Z Downloaded tokio-stream v0.1.18
11502026-05-19T20:36:02.166Z Downloaded waitgroup v0.1.2
11512026-05-19T20:36:02.166Z Downloaded term v0.7.0
11522026-05-19T20:36:02.169Z Downloaded xshell-macros v0.2.7
11532026-05-19T20:36:02.169Z Downloaded unit-prefix v0.5.2
11542026-05-19T20:36:02.173Z Downloaded tui-tree-widget v0.23.1
11552026-05-19T20:36:02.176Z Downloaded ryu v1.0.23
11562026-05-19T20:36:02.180Z Downloaded rand v0.9.2
11572026-05-19T20:36:02.188Z Downloaded rayon-core v1.13.0
11582026-05-19T20:36:02.191Z Downloaded vergen-gitcl v1.0.8
11592026-05-19T20:36:02.194Z Downloaded zeroize_derive v1.4.3
11602026-05-19T20:36:02.194Z Downloaded zone_cfg_derive v0.3.1
11612026-05-19T20:36:02.198Z Downloaded zone v0.3.1
11622026-05-19T20:36:02.201Z Downloaded twox-hash v2.1.2
11632026-05-19T20:36:02.201Z Downloaded tinyvec v1.10.0
11642026-05-19T20:36:02.208Z Downloaded whoami v1.6.1
11652026-05-19T20:36:02.215Z Downloaded qorb v0.4.1
11662026-05-19T20:36:02.219Z Downloaded vergen-git2 v1.0.7
11672026-05-19T20:36:02.225Z Downloaded rsa v0.9.10
11682026-05-19T20:36:02.228Z Downloaded whoami v2.1.0
11692026-05-19T20:36:02.228Z Downloaded xshell v0.2.7
11702026-05-19T20:36:02.228Z Downloaded usdt-impl v0.6.0
11712026-05-19T20:36:02.232Z Downloaded vsss-rs v3.3.4
11722026-05-19T20:36:02.236Z Downloaded vergen-lib v0.1.6
11732026-05-19T20:36:02.236Z Downloaded toml v0.9.12+spec-1.1.0
11742026-05-19T20:36:02.239Z Downloaded toml v0.7.8
11752026-05-19T20:36:02.239Z Downloaded vergen v9.0.6
11762026-05-19T20:36:02.243Z Downloaded zeroize v1.8.2
11772026-05-19T20:36:02.246Z Downloaded slog v2.8.2
11782026-05-19T20:36:02.246Z Downloaded steno v0.4.1
11792026-05-19T20:36:02.250Z Downloaded hashbrown v0.16.1
11802026-05-19T20:36:02.253Z Downloaded tungstenite v0.21.0
11812026-05-19T20:36:02.259Z Downloaded tungstenite v0.23.0
11822026-05-19T20:36:02.262Z Downloaded walkdir v2.5.0
11832026-05-19T20:36:02.265Z Downloaded test-strategy v0.4.5
11842026-05-19T20:36:02.265Z Downloaded typify v0.6.2
11852026-05-19T20:36:02.268Z Downloaded samael v0.0.19
11862026-05-19T20:36:02.271Z Downloaded zstd-safe v7.2.4
11872026-05-19T20:36:02.271Z Downloaded libxml v0.3.3
11882026-05-19T20:36:02.274Z Downloaded schemars v1.2.1
11892026-05-19T20:36:02.284Z Downloaded schemars v0.9.0
11902026-05-19T20:36:02.288Z Downloaded yasna v0.5.2
11912026-05-19T20:36:02.293Z Downloaded wyz v0.5.1
11922026-05-19T20:36:02.293Z Downloaded uuid v1.23.0
11932026-05-19T20:36:02.298Z Downloaded unicode-properties v0.1.4
11942026-05-19T20:36:02.298Z Downloaded unicase v2.9.0
11952026-05-19T20:36:02.302Z Downloaded toml_edit v0.23.10+spec-1.0.0
11962026-05-19T20:36:02.305Z Downloaded uzers v0.12.2
11972026-05-19T20:36:02.317Z Downloaded toml v1.0.6+spec-1.1.0
11982026-05-19T20:36:02.320Z Downloaded zstd v0.13.3
11992026-05-19T20:36:02.323Z Downloaded toml_parser v1.0.9+spec-1.1.0
12002026-05-19T20:36:02.323Z Downloaded tar v0.4.45
12012026-05-19T20:36:02.327Z Downloaded tokio-postgres v0.7.16
12022026-05-19T20:36:02.333Z Downloaded hkdf v0.12.4
12032026-05-19T20:36:02.337Z Downloaded rand v0.10.0
12042026-05-19T20:36:02.390Z Downloaded tracing-attributes v0.1.31
12052026-05-19T20:36:02.390Z Downloaded ssh-key v0.6.7
12062026-05-19T20:36:02.390Z Downloaded typify v0.4.3
12072026-05-19T20:36:02.390Z Downloaded vte v0.14.1
12082026-05-19T20:36:02.390Z Downloaded reedline v0.40.0
12092026-05-19T20:36:02.390Z Downloaded regex v1.12.3
12102026-05-19T20:36:02.390Z Downloaded tracing-core v0.1.36
12112026-05-19T20:36:02.390Z Downloaded unsafe-libyaml v0.2.11
12122026-05-19T20:36:02.390Z Downloaded unicode-bidi v0.3.18
12132026-05-19T20:36:02.390Z Downloaded reqwest v0.13.2
12142026-05-19T20:36:02.390Z Downloaded zerocopy v0.6.6
12152026-05-19T20:36:02.390Z Downloaded reqwest v0.12.28
12162026-05-19T20:36:02.390Z Downloaded p521 v0.13.3
12172026-05-19T20:36:02.399Z Downloaded russh v0.45.0
12182026-05-19T20:36:02.403Z Downloaded zip v0.6.6
12192026-05-19T20:36:02.403Z Downloaded libm v0.2.16
12202026-05-19T20:36:02.418Z Downloaded goblin v0.10.5
12212026-05-19T20:36:02.422Z Downloaded rustyline v14.0.0
12222026-05-19T20:36:02.436Z Downloaded zerocopy-derive v0.8.40
12232026-05-19T20:36:02.446Z Downloaded lalrpop v0.19.12
12242026-05-19T20:36:02.452Z Downloaded zopfli v0.8.3
12252026-05-19T20:36:02.455Z Downloaded rpassword v7.4.0
12262026-05-19T20:36:02.455Z Downloaded unicode_categories v0.1.1
12272026-05-19T20:36:02.469Z Downloaded salty v0.3.0
12282026-05-19T20:36:02.478Z Downloaded aws-lc-rs v1.16.3
12292026-05-19T20:36:02.484Z Downloaded unicode-normalization v0.1.25
12302026-05-19T20:36:02.490Z Downloaded bitvec v1.0.1
12312026-05-19T20:36:02.498Z Downloaded tower-http v0.6.8
12322026-05-19T20:36:02.503Z Downloaded tower v0.5.3
12332026-05-19T20:36:02.507Z Downloaded tough v0.22.0
12342026-05-19T20:36:02.513Z Downloaded proptest v1.10.0
12352026-05-19T20:36:02.518Z Downloaded toml_edit v0.19.15
12362026-05-19T20:36:02.526Z Downloaded tokio-util v0.7.18
12372026-05-19T20:36:02.538Z Downloaded petname v2.0.2
12382026-05-19T20:36:02.553Z Downloaded nix v0.27.1
12392026-05-19T20:36:02.567Z Downloaded dropshot v0.16.7
12402026-05-19T20:36:02.579Z Downloaded winnow v0.6.26
12412026-05-19T20:36:02.585Z Downloaded git2 v0.20.4
12422026-05-19T20:36:02.589Z Downloaded chrono v0.4.44
12432026-05-19T20:36:02.594Z Downloaded yansi v1.0.1
12442026-05-19T20:36:02.599Z Downloaded curve25519-dalek v4.1.3
12452026-05-19T20:36:02.602Z Downloaded x509-cert v0.2.5
12462026-05-19T20:36:02.602Z Downloaded unicode-segmentation v1.12.0
12472026-05-19T20:36:02.606Z Downloaded typed-path v0.9.3
12482026-05-19T20:36:02.609Z Downloaded p384 v0.13.1
12492026-05-19T20:36:02.612Z Downloaded winnow v0.5.40
12502026-05-19T20:36:02.615Z Downloaded blake3 v1.8.3
12512026-05-19T20:36:02.619Z Downloaded polar-core v0.27.3
12522026-05-19T20:36:02.625Z Downloaded portable-atomic v1.13.1
12532026-05-19T20:36:02.635Z Downloaded rustls-webpki v0.101.7
12542026-05-19T20:36:02.638Z Downloaded rayon v1.11.0
12552026-05-19T20:36:02.642Z Downloaded tabled v0.20.0
12562026-05-19T20:36:02.651Z Downloaded zip v4.6.1
12572026-05-19T20:36:02.654Z Downloaded nix v0.31.2
12582026-05-19T20:36:02.659Z Downloaded openssl v0.10.79
12592026-05-19T20:36:02.666Z Downloaded bindgen v0.71.1
12602026-05-19T20:36:02.669Z Downloaded zlib-rs v0.6.2
12612026-05-19T20:36:02.674Z Downloaded smoltcp v0.9.1
12622026-05-19T20:36:02.678Z Downloaded hickory-proto v0.24.4
12632026-05-19T20:36:02.686Z Downloaded moka v0.12.13
12642026-05-19T20:36:02.691Z Downloaded quick-xml v0.37.5
12652026-05-19T20:36:02.695Z Downloaded dropshot v0.17.0
12662026-05-19T20:36:02.707Z Downloaded rustls-webpki v0.102.8
12672026-05-19T20:36:02.718Z Downloaded zerocopy v0.8.40
12682026-05-19T20:36:02.723Z Downloaded regress v0.11.1
12692026-05-19T20:36:02.728Z Downloaded serde_with v3.17.0
12702026-05-19T20:36:02.732Z Downloaded rustls v0.23.37
12712026-05-19T20:36:02.739Z Downloaded diesel v2.3.7
12722026-05-19T20:36:02.753Z Downloaded webpki-roots v1.0.6
12732026-05-19T20:36:02.756Z Downloaded quinn-proto v0.11.13
12742026-05-19T20:36:02.774Z Downloaded object v0.30.4
12752026-05-19T20:36:02.779Z Downloaded radix_trie v0.2.1
12762026-05-19T20:36:02.793Z Downloaded sqlparser v0.61.0
12772026-05-19T20:36:02.815Z Downloaded sled v0.34.7
12782026-05-19T20:36:02.822Z Downloaded typify-impl v0.6.2
12792026-05-19T20:36:02.831Z Downloaded typify-impl v0.4.3
12802026-05-19T20:36:02.842Z Downloaded ratatui v0.29.0
12812026-05-19T20:36:02.869Z Downloaded rustls v0.21.12
12822026-05-19T20:36:02.876Z Downloaded zerocopy-derive v0.6.6
12832026-05-19T20:36:02.882Z Downloaded time v0.3.47
12842026-05-19T20:36:02.888Z Downloaded regex-syntax v0.6.29
12852026-05-19T20:36:02.893Z Downloaded bstr v1.12.1
12862026-05-19T20:36:02.897Z Downloaded vcpkg v0.2.15
12872026-05-19T20:36:02.921Z Downloaded nix v0.29.0
12882026-05-19T20:36:02.925Z Downloaded nix v0.28.0
12892026-05-19T20:36:02.930Z Downloaded object v0.37.3
12902026-05-19T20:36:02.952Z Downloaded csv v1.4.0
12912026-05-19T20:36:02.965Z Downloaded smoltcp v0.11.0
12922026-05-19T20:36:02.974Z Downloaded openapiv3 v2.2.0
12932026-05-19T20:36:02.979Z Downloaded libz-sys v1.1.24
12942026-05-19T20:36:02.989Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12952026-05-19T20:36:03.001Z Downloaded rustls v0.22.4
12962026-05-19T20:36:03.006Z Downloaded regress v0.10.5
12972026-05-19T20:36:03.011Z Downloaded rustix v0.38.44
12982026-05-19T20:36:03.023Z Downloaded tokio v1.52.1
12992026-05-19T20:36:03.047Z Downloaded regex-syntax v0.8.10
13002026-05-19T20:36:03.050Z Downloaded hickory-proto v0.25.2
13012026-05-19T20:36:03.075Z Downloaded encoding_rs v0.8.35
13022026-05-19T20:36:03.140Z Downloaded tracing v0.1.44
13032026-05-19T20:36:03.173Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-05-19T20:36:03.226Z Downloaded regex-automata v0.4.14
13052026-05-19T20:36:03.252Z Downloaded jiff v0.2.21
13062026-05-19T20:36:03.263Z Downloaded petgraph v0.6.5
13072026-05-19T20:36:03.277Z Downloaded chrono-tz v0.10.4
13082026-05-19T20:36:03.295Z Downloaded petgraph v0.8.3
13092026-05-19T20:36:03.317Z Downloaded sha3 v0.10.8
13102026-05-19T20:36:03.477Z Downloaded ring v0.17.14
13112026-05-19T20:36:03.536Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-19T20:36:04.144Z Downloaded aws-lc-sys v0.40.0
13132026-05-19T20:36:04.391Z Compiling libc v0.2.185
13142026-05-19T20:36:04.391Z Compiling serde v1.0.228
13152026-05-19T20:36:04.394Z Compiling log v0.4.29
13162026-05-19T20:36:04.394Z Compiling find-msvc-tools v0.1.9
13172026-05-19T20:36:04.394Z Compiling shlex v1.3.0
13182026-05-19T20:36:04.394Z Compiling smallvec v1.15.1
13192026-05-19T20:36:04.394Z Compiling syn v2.0.117
13202026-05-19T20:36:04.527Z Compiling typenum v1.19.0
13212026-05-19T20:36:04.738Z Compiling generic-array v0.14.7
13222026-05-19T20:36:04.741Z Compiling subtle v2.6.1
13232026-05-19T20:36:05.178Z Compiling scopeguard v1.2.0
13242026-05-19T20:36:05.184Z Compiling const-oid v0.9.6
13252026-05-19T20:36:05.184Z Compiling serde_json v1.0.149
13262026-05-19T20:36:05.184Z Compiling lock_api v0.4.14
13272026-05-19T20:36:05.184Z Compiling zerocopy v0.8.40
13282026-05-19T20:36:05.184Z Compiling pin-project-lite v0.2.17
13292026-05-19T20:36:05.184Z Compiling parking_lot_core v0.9.12
13302026-05-19T20:36:05.184Z Compiling portable-atomic v1.13.1
13312026-05-19T20:36:05.330Z Compiling getrandom v0.2.17
13322026-05-19T20:36:05.343Z Compiling jobserver v0.1.34
13332026-05-19T20:36:05.393Z Compiling errno v0.3.14
13342026-05-19T20:36:05.521Z Compiling rand_core v0.6.4
13352026-05-19T20:36:05.550Z Compiling pkg-config v0.3.32
13362026-05-19T20:36:05.566Z Compiling cc v1.2.56
13372026-05-19T20:36:05.848Z Compiling signal-hook-registry v1.4.8
13382026-05-19T20:36:05.880Z Compiling bitflags v2.11.0
13392026-05-19T20:36:05.987Z Compiling futures-core v0.3.32
13402026-05-19T20:36:06.115Z Compiling libm v0.2.16
13412026-05-19T20:36:06.129Z Compiling critical-section v1.2.0
13422026-05-19T20:36:06.145Z Compiling parking_lot v0.12.5
13432026-05-19T20:36:06.179Z Compiling mio v1.2.0
13442026-05-19T20:36:06.213Z Compiling once_cell v1.21.3
13452026-05-19T20:36:06.227Z Compiling num-traits v0.2.19
13462026-05-19T20:36:06.242Z Compiling percent-encoding v2.3.2
13472026-05-19T20:36:06.428Z Compiling socket2 v0.6.3
13482026-05-19T20:36:06.455Z Compiling futures-sink v0.3.32
13492026-05-19T20:36:06.517Z Compiling futures-task v0.3.32
13502026-05-19T20:36:06.600Z Compiling futures-channel v0.3.32
13512026-05-19T20:36:06.612Z Compiling getrandom v0.4.1
13522026-05-19T20:36:06.659Z Compiling cpufeatures v0.2.17
13532026-05-19T20:36:06.692Z Compiling slab v0.4.12
13542026-05-19T20:36:06.739Z Compiling futures-io v0.3.32
13552026-05-19T20:36:06.790Z Compiling rand_core v0.10.0
13562026-05-19T20:36:06.853Z Compiling indexmap v2.14.0
13572026-05-19T20:36:06.877Z Compiling rustversion v1.0.22
13582026-05-19T20:36:06.892Z Compiling getrandom v0.3.4
13592026-05-19T20:36:06.957Z Compiling cmake v0.1.57
13602026-05-19T20:36:07.155Z Compiling form_urlencoded v1.2.2
13612026-05-19T20:36:07.303Z Compiling dunce v1.0.5
13622026-05-19T20:36:07.363Z Compiling fs_extra v1.3.0
13632026-05-19T20:36:07.401Z Compiling ident_case v1.0.1
13642026-05-19T20:36:07.531Z Compiling synstructure v0.13.2
13652026-05-19T20:36:07.545Z Compiling base64ct v1.8.3
13662026-05-19T20:36:07.619Z Compiling aws-lc-sys v0.40.0
13672026-05-19T20:36:07.647Z Compiling iana-time-zone v0.1.65
13682026-05-19T20:36:07.845Z Compiling pem-rfc7468 v0.7.0
13692026-05-19T20:36:07.858Z Compiling regex-syntax v0.8.10
13702026-05-19T20:36:07.882Z Compiling flagset v0.4.7
13712026-05-19T20:36:07.935Z Compiling rustix v1.1.3
13722026-05-19T20:36:07.966Z Compiling rand_core v0.9.5
13732026-05-19T20:36:08.013Z Compiling ring v0.17.14
13742026-05-19T20:36:08.157Z Compiling vcpkg v0.2.15
13752026-05-19T20:36:08.160Z Compiling aws-lc-rs v1.16.3
13762026-05-19T20:36:08.249Z Compiling uuid v1.23.0
13772026-05-19T20:36:08.456Z Compiling rustc_version v0.4.1
13782026-05-19T20:36:08.805Z Compiling tracing-core v0.1.36
13792026-05-19T20:36:08.916Z Compiling openssl-sys v0.9.115
13802026-05-19T20:36:08.968Z Compiling base64 v0.22.1
13812026-05-19T20:36:09.296Z Compiling serde_derive v1.0.228
13822026-05-19T20:36:09.325Z Compiling zeroize_derive v1.4.3
13832026-05-19T20:36:09.375Z Compiling zerofrom-derive v0.1.6
13842026-05-19T20:36:09.457Z Compiling yoke-derive v0.8.1
13852026-05-19T20:36:09.717Z Compiling zerocopy-derive v0.8.40
13862026-05-19T20:36:10.030Z Compiling zeroize v1.8.2
13872026-05-19T20:36:10.266Z Compiling zerovec-derive v0.11.2
13882026-05-19T20:36:10.596Z Compiling displaydoc v0.2.5
13892026-05-19T20:36:10.697Z Compiling crypto-common v0.1.7
13902026-05-19T20:36:10.784Z Compiling zerofrom v0.1.6
13912026-05-19T20:36:10.870Z Compiling block-buffer v0.10.4
13922026-05-19T20:36:10.911Z Compiling yoke v0.8.1
13932026-05-19T20:36:11.045Z Compiling digest v0.10.7
13942026-05-19T20:36:11.100Z Compiling tokio-macros v2.7.0
13952026-05-19T20:36:11.303Z Compiling futures-macro v0.3.32
13962026-05-19T20:36:11.347Z Compiling zerotrie v0.2.3
13972026-05-19T20:36:11.402Z Compiling zerovec v0.11.5
13982026-05-19T20:36:11.646Z Compiling hmac v0.12.1
13992026-05-19T20:36:11.806Z Compiling block-padding v0.3.3
14002026-05-19T20:36:11.831Z Compiling sha2 v0.10.9
14012026-05-19T20:36:11.918Z Compiling tinystr v0.8.2
14022026-05-19T20:36:11.966Z Compiling potential_utf v0.1.4
14032026-05-19T20:36:12.110Z Compiling icu_locale_core v2.1.1
14042026-05-19T20:36:12.125Z Compiling icu_collections v2.1.1
14052026-05-19T20:36:12.138Z Compiling futures-util v0.3.32
14062026-05-19T20:36:12.590Z Compiling inout v0.1.4
14072026-05-19T20:36:12.748Z Compiling bytes v1.11.1
14082026-05-19T20:36:12.752Z Compiling icu_provider v2.1.1
14092026-05-19T20:36:12.985Z Compiling cipher v0.4.4
14102026-05-19T20:36:13.059Z Compiling icu_properties v2.1.2
14112026-05-19T20:36:13.179Z Compiling icu_normalizer v2.1.1
14122026-05-19T20:36:13.219Z Compiling tokio v1.52.1
14132026-05-19T20:36:13.240Z Compiling der_derive v0.7.3
14142026-05-19T20:36:13.340Z Compiling http v1.4.0
14152026-05-19T20:36:13.707Z Compiling chrono v0.4.44
14162026-05-19T20:36:14.122Z Compiling idna_adapter v1.2.1
14172026-05-19T20:36:14.136Z Compiling ppv-lite86 v0.2.21
14182026-05-19T20:36:14.170Z Compiling der v0.7.10
14192026-05-19T20:36:14.229Z Compiling idna v1.1.0
14202026-05-19T20:36:14.256Z Compiling salsa20 v0.10.2
14212026-05-19T20:36:14.379Z Compiling pbkdf2 v0.12.2
14222026-05-19T20:36:14.394Z Compiling rustls-pki-types v1.14.0
14232026-05-19T20:36:14.445Z Compiling tracing-attributes v0.1.31
14242026-05-19T20:36:14.492Z Compiling thiserror-impl v2.0.18
14252026-05-19T20:36:14.832Z Compiling url v2.5.8
14262026-05-19T20:36:14.864Z Compiling scrypt v0.11.0
14272026-05-19T20:36:15.072Z Compiling spki v0.7.3
14282026-05-19T20:36:15.145Z Compiling rand_chacha v0.9.0
14292026-05-19T20:36:15.275Z Compiling http-body v1.0.1
14302026-05-19T20:36:15.331Z Compiling cbc v0.1.2
14312026-05-19T20:36:15.428Z Compiling aes v0.8.4
14322026-05-19T20:36:15.565Z Compiling httparse v1.10.1
14332026-05-19T20:36:15.619Z Compiling untrusted v0.9.0
14342026-05-19T20:36:15.734Z Compiling tracing v0.1.44
14352026-05-19T20:36:15.791Z Compiling openssl-probe v0.2.1
14362026-05-19T20:36:15.803Z Compiling thiserror v2.0.18
14372026-05-19T20:36:15.824Z Compiling untrusted v0.7.1
14382026-05-19T20:36:15.904Z Compiling tinyvec_macros v0.1.1
14392026-05-19T20:36:15.943Z Compiling pkcs5 v0.7.1
14402026-05-19T20:36:15.971Z Compiling tinyvec v1.10.0
14412026-05-19T20:36:16.002Z Compiling pest_generator v2.8.6
14422026-05-19T20:36:16.016Z Compiling rand v0.9.2
14432026-05-19T20:36:16.320Z Compiling serde_derive_internals v0.29.1
14442026-05-19T20:36:16.427Z Compiling aho-corasick v1.1.4
14452026-05-19T20:36:16.514Z Compiling schemars v0.8.22
14462026-05-19T20:36:16.702Z Compiling tower-service v0.3.3
14472026-05-19T20:36:16.722Z Compiling dyn-clone v1.0.20
14482026-05-19T20:36:16.800Z Compiling rustls v0.23.37
14492026-05-19T20:36:16.815Z Compiling try-lock v0.2.5
14502026-05-19T20:36:16.859Z Compiling tower-layer v0.3.3
14512026-05-19T20:36:16.922Z Compiling atomic-waker v1.1.2
14522026-05-19T20:36:16.969Z Compiling tokio-util v0.7.18
14532026-05-19T20:36:17.021Z Compiling want v0.3.1
14542026-05-19T20:36:17.066Z Compiling pest_derive v2.8.6
14552026-05-19T20:36:17.187Z Compiling pkcs8 v0.10.2
14562026-05-19T20:36:17.224Z Compiling schemars_derive v0.8.22
14572026-05-19T20:36:17.478Z Compiling regex-automata v0.4.14
14582026-05-19T20:36:17.747Z Compiling h2 v0.4.13
14592026-05-19T20:36:17.784Z Compiling ipnet v2.11.0
14602026-05-19T20:36:18.009Z Compiling scroll_derive v0.13.1
14612026-05-19T20:36:18.095Z Compiling darling_core v0.20.11
14622026-05-19T20:36:18.274Z Compiling httpdate v1.0.3
14632026-05-19T20:36:18.493Z Compiling foreign-types-shared v0.1.1
14642026-05-19T20:36:18.493Z Compiling openssl v0.10.79
14652026-05-19T20:36:18.581Z Compiling pin-utils v0.1.0
14662026-05-19T20:36:18.656Z Compiling tempfile v3.25.0
14672026-05-19T20:36:18.751Z Compiling foreign-types v0.3.2
14682026-05-19T20:36:18.783Z Compiling scroll v0.13.0
14692026-05-19T20:36:18.888Z Compiling unicode-normalization v0.1.25
14702026-05-19T20:36:19.041Z Compiling openssl-macros v0.1.1
14712026-05-19T20:36:19.336Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-19T20:36:19.425Z Compiling spin v0.9.8
14732026-05-19T20:36:19.428Z Compiling num-conv v0.2.0
14742026-05-19T20:36:19.568Z Compiling crc32fast v1.5.0
14752026-05-19T20:36:19.629Z Compiling time-core v0.1.8
14762026-05-19T20:36:19.738Z Compiling powerfmt v0.2.0
14772026-05-19T20:36:19.776Z Compiling native-tls v0.2.18
14782026-05-19T20:36:19.876Z Compiling deranged v0.5.8
14792026-05-19T20:36:19.916Z Compiling time-macros v0.2.27
14802026-05-19T20:36:20.329Z Compiling darling_macro v0.20.11
14812026-05-19T20:36:20.832Z Compiling hyper v1.8.1
14822026-05-19T20:36:20.889Z Compiling darling v0.20.11
14832026-05-19T20:36:20.972Z Compiling goblin v0.10.5
14842026-05-19T20:36:20.993Z Compiling rustls-native-certs v0.8.3
14852026-05-19T20:36:21.287Z Compiling sync_wrapper v1.0.2
14862026-05-19T20:36:21.397Z Compiling wait-timeout v0.2.1
14872026-05-19T20:36:21.520Z Compiling quick-error v1.2.3
14882026-05-19T20:36:21.632Z Compiling crossbeam-utils v0.8.21
14892026-05-19T20:36:21.662Z Compiling bit-vec v0.8.0
14902026-05-19T20:36:21.667Z Compiling syn v1.0.109
14912026-05-19T20:36:21.889Z Compiling hyper-util v0.1.20
14922026-05-19T20:36:21.909Z Compiling simd-adler32 v0.3.8
14932026-05-19T20:36:21.971Z Compiling num_threads v0.1.7
14942026-05-19T20:36:22.071Z Compiling usdt-impl v0.6.0
14952026-05-19T20:36:22.155Z Compiling siphasher v1.0.2
14962026-05-19T20:36:22.299Z Compiling time v0.3.47
14972026-05-19T20:36:22.472Z Compiling bit-set v0.8.0
14982026-05-19T20:36:22.633Z Compiling rusty-fork v0.3.1
14992026-05-19T20:36:22.648Z Compiling tower v0.5.3
15002026-05-19T20:36:22.942Z Compiling derive_builder_core v0.20.2
15012026-05-19T20:36:23.114Z Compiling dtrace-parser v0.3.0
15022026-05-19T20:36:23.261Z Compiling http-body-util v0.1.3
15032026-05-19T20:36:23.512Z Compiling webpki-roots v1.0.6
15042026-05-19T20:36:23.618Z Compiling signature v2.2.0
15052026-05-19T20:36:23.634Z Compiling dof v0.4.0
15062026-05-19T20:36:23.795Z Compiling thiserror-impl v1.0.69
15072026-05-19T20:36:23.808Z Compiling scroll_derive v0.12.1
15082026-05-19T20:36:23.837Z Compiling heapless v0.7.17
15092026-05-19T20:36:23.850Z Compiling rand_xorshift v0.4.0
15102026-05-19T20:36:24.009Z Compiling slog v2.8.2
15112026-05-19T20:36:24.071Z Compiling darling_core v0.21.3
15122026-05-19T20:36:24.191Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-19T20:36:24.453Z Compiling thread-id v5.1.0
15142026-05-19T20:36:24.468Z Compiling cookie v0.18.1
15152026-05-19T20:36:24.535Z Compiling allocator-api2 v0.2.21
15162026-05-19T20:36:24.645Z Compiling unicode-bidi v0.3.18
15172026-05-19T20:36:24.782Z Compiling paste v1.0.15
15182026-05-19T20:36:24.856Z Compiling adler2 v2.0.1
15192026-05-19T20:36:24.986Z Compiling anyhow v1.0.102
15202026-05-19T20:36:25.003Z Compiling ryu v1.0.23
15212026-05-19T20:36:25.047Z Compiling unicode-properties v0.1.4
15222026-05-19T20:36:25.172Z Compiling iri-string v0.7.10
15232026-05-19T20:36:25.182Z Compiling signal-hook v0.3.18
15242026-05-19T20:36:25.186Z Compiling unarray v0.1.4
15252026-05-19T20:36:25.251Z Compiling zstd-safe v7.2.4
15262026-05-19T20:36:25.300Z Compiling proptest v1.10.0
15272026-05-19T20:36:25.366Z Compiling stringprep v0.1.5
15282026-05-19T20:36:25.438Z Compiling serde_urlencoded v0.7.1
15292026-05-19T20:36:25.536Z Compiling thiserror v1.0.69
15302026-05-19T20:36:25.638Z Compiling miniz_oxide v0.8.9
15312026-05-19T20:36:26.281Z Compiling scroll v0.12.0
15322026-05-19T20:36:26.335Z Compiling tower-http v0.6.8
15332026-05-19T20:36:26.593Z Compiling derive_builder_macro v0.20.2
15342026-05-19T20:36:26.608Z Compiling tokio-native-tls v0.3.1
15352026-05-19T20:36:26.608Z Compiling darling_macro v0.21.3
15362026-05-19T20:36:26.730Z Compiling bstr v1.12.1
15372026-05-19T20:36:26.773Z Compiling ipnetwork v0.21.1
15382026-05-19T20:36:27.041Z Compiling rand_chacha v0.3.1
15392026-05-19T20:36:27.091Z Compiling serde_spanned v0.6.9
15402026-05-19T20:36:27.127Z Compiling erased-serde v0.3.31
15412026-05-19T20:36:27.171Z Compiling serde_tokenstream v0.2.3
15422026-05-19T20:36:27.233Z Compiling toml_datetime v0.6.11
15432026-05-19T20:36:27.377Z Compiling md-5 v0.10.6
15442026-05-19T20:36:27.480Z Compiling async-trait v0.1.89
15452026-05-19T20:36:27.495Z Compiling zerocopy-derive v0.7.35
15462026-05-19T20:36:27.539Z Compiling pin-project-internal v1.1.11
15472026-05-19T20:36:27.636Z Compiling curve25519-dalek v4.1.3
15482026-05-19T20:36:27.836Z Compiling vergen-lib v0.1.6
15492026-05-19T20:36:27.922Z Compiling num-integer v0.1.46
15502026-05-19T20:36:28.015Z Compiling hash32 v0.2.1
15512026-05-19T20:36:28.210Z Compiling ff v0.13.1
15522026-05-19T20:36:28.242Z Compiling memoffset v0.9.1
15532026-05-19T20:36:28.338Z Compiling litrs v1.0.0
15542026-05-19T20:36:28.350Z Compiling smoltcp v0.9.1
15552026-05-19T20:36:28.433Z Compiling fallible-iterator v0.2.0
15562026-05-19T20:36:28.491Z Compiling base16ct v0.2.0
15572026-05-19T20:36:28.625Z Compiling rustix v0.38.44
15582026-05-19T20:36:28.674Z Compiling cfg_aliases v0.2.1
15592026-05-19T20:36:28.687Z Compiling psl-types v2.0.11
15602026-05-19T20:36:28.746Z Compiling num-bigint-dig v0.8.6
15612026-05-19T20:36:28.749Z Compiling ref-cast v1.0.25
15622026-05-19T20:36:28.812Z Compiling zlib-rs v0.6.2
15632026-05-19T20:36:28.836Z Compiling document-features v0.2.12
15642026-05-19T20:36:28.950Z Compiling publicsuffix v2.3.0
15652026-05-19T20:36:29.099Z Compiling nix v0.31.2
15662026-05-19T20:36:29.105Z Compiling postgres-protocol v0.6.10
15672026-05-19T20:36:29.138Z Compiling pin-project v1.1.11
15682026-05-19T20:36:29.240Z Compiling sec1 v0.7.3
15692026-05-19T20:36:29.437Z Compiling zerocopy v0.7.35
15702026-05-19T20:36:29.519Z Compiling group v0.13.0
15712026-05-19T20:36:29.655Z Compiling num-iter v0.1.45
15722026-05-19T20:36:29.774Z Compiling newtype-uuid v1.3.2
15732026-05-19T20:36:29.965Z Compiling rand v0.8.6
15742026-05-19T20:36:29.996Z Compiling darling v0.21.3
15752026-05-19T20:36:30.080Z Compiling derive_builder v0.20.2
15762026-05-19T20:36:30.098Z Compiling oxnet v0.1.4
15772026-05-19T20:36:30.173Z Compiling hyper-tls v0.6.0
15782026-05-19T20:36:30.392Z Compiling goblin v0.8.2
15792026-05-19T20:36:30.516Z Compiling hubpack_derive v0.1.1
15802026-05-19T20:36:31.044Z Compiling phf_shared v0.13.1
15812026-05-19T20:36:31.086Z Compiling regex v1.12.3
15822026-05-19T20:36:31.197Z Compiling lazy_static v1.5.0
15832026-05-19T20:36:31.283Z Compiling futures-executor v0.3.32
15842026-05-19T20:36:31.297Z Compiling hex v0.4.3
15852026-05-19T20:36:31.300Z Compiling cargo-platform v0.1.9
15862026-05-19T20:36:31.528Z Compiling hkdf v0.12.4
15872026-05-19T20:36:31.543Z Compiling crypto-bigint v0.5.5
15882026-05-19T20:36:31.565Z Compiling terminal_size v0.4.3
15892026-05-19T20:36:31.569Z Compiling curve25519-dalek-derive v0.1.1
15902026-05-19T20:36:31.693Z Compiling flate2 v1.1.9
15912026-05-19T20:36:31.716Z Compiling strum_macros v0.27.2
15922026-05-19T20:36:32.040Z Compiling daft-derive v0.1.7
15932026-05-19T20:36:32.108Z Compiling ref-cast-impl v1.0.25
15942026-05-19T20:36:32.208Z Compiling snafu-derive v0.8.9
15952026-05-19T20:36:32.649Z Compiling vergen v9.0.6
15962026-05-19T20:36:32.762Z Compiling fs-err v3.3.0
15972026-05-19T20:36:32.832Z Compiling ahash v0.8.12
15982026-05-19T20:36:32.948Z Compiling encoding_rs v0.8.35
15992026-05-19T20:36:33.033Z Compiling mime v0.3.17
16002026-05-19T20:36:33.284Z Compiling managed v0.8.0
16012026-05-19T20:36:33.501Z Compiling bumpalo v3.20.2
16022026-05-19T20:36:33.647Z Compiling bitflags v1.3.2
16032026-05-19T20:36:33.671Z Compiling object v0.37.3
16042026-05-19T20:36:33.725Z Compiling unicode-segmentation v1.12.0
16052026-05-19T20:36:33.751Z Compiling foldhash v0.2.0
16062026-05-19T20:36:33.870Z Compiling libbz2-rs-sys v0.2.2
16072026-05-19T20:36:33.939Z Compiling same-file v1.0.6
16082026-05-19T20:36:33.970Z Compiling winnow v0.5.40
16092026-05-19T20:36:34.103Z Compiling foldhash v0.1.5
16102026-05-19T20:36:34.115Z Compiling clap_builder v4.5.60
16112026-05-19T20:36:34.129Z Compiling snafu v0.8.9
16122026-05-19T20:36:34.268Z Compiling hashbrown v0.15.5
16132026-05-19T20:36:34.449Z Compiling bzip2 v0.6.1
16142026-05-19T20:36:34.485Z Compiling walkdir v2.5.0
16152026-05-19T20:36:34.610Z Compiling hashbrown v0.16.1
16162026-05-19T20:36:34.792Z Compiling zopfli v0.8.3
16172026-05-19T20:36:34.818Z Compiling strum v0.27.2
16182026-05-19T20:36:35.118Z Compiling daft v0.1.7
16192026-05-19T20:36:35.293Z Compiling toml_edit v0.19.15
16202026-05-19T20:36:35.351Z Compiling dof v0.3.0
16212026-05-19T20:36:35.412Z Compiling elliptic-curve v0.13.8
16222026-05-19T20:36:35.460Z Compiling cargo_metadata v0.19.2
16232026-05-19T20:36:35.833Z Compiling futures v0.3.32
16242026-05-19T20:36:36.119Z Compiling phf v0.13.1
16252026-05-19T20:36:36.266Z Compiling signal-hook-mio v0.2.5
16262026-05-19T20:36:36.383Z Compiling hubpack v0.1.2
16272026-05-19T20:36:36.606Z Compiling cookie_store v0.22.1
16282026-05-19T20:36:36.642Z Compiling zstd v0.13.3
16292026-05-19T20:36:36.826Z Compiling bzip2 v0.4.4
16302026-05-19T20:36:36.912Z Compiling serde_with_macros v3.17.0
16312026-05-19T20:36:37.117Z Compiling postgres-types v0.2.12
16322026-05-19T20:36:37.249Z Compiling usdt-attr-macro v0.6.0
16332026-05-19T20:36:37.663Z Compiling usdt-macro v0.6.0
16342026-05-19T20:36:37.938Z Compiling globset v0.4.18
16352026-05-19T20:36:38.031Z Compiling dtrace-parser v0.2.0
16362026-05-19T20:36:38.036Z Compiling ed25519 v2.2.3
16372026-05-19T20:36:38.261Z Compiling phf_shared v0.11.3
16382026-05-19T20:36:38.381Z Compiling olpc-cjson v0.1.4
16392026-05-19T20:36:38.428Z Compiling pkcs1 v0.7.5
16402026-05-19T20:36:38.456Z Compiling serde-big-array v0.5.1
16412026-05-19T20:36:38.541Z Compiling serde_plain v1.0.2
16422026-05-19T20:36:38.606Z Compiling rfc6979 v0.4.0
16432026-05-19T20:36:38.620Z Compiling clap_derive v4.5.55
16442026-05-19T20:36:38.730Z Compiling serde_repr v0.1.20
16452026-05-19T20:36:38.734Z Compiling strum_macros v0.26.4
16462026-05-19T20:36:38.802Z Compiling async-recursion v1.1.1
16472026-05-19T20:36:38.833Z Compiling enum-as-inner v0.6.1
16482026-05-19T20:36:38.930Z Compiling pem v3.0.6
16492026-05-19T20:36:39.251Z Compiling float-cmp v0.10.0
16502026-05-19T20:36:39.267Z Compiling thread-id v4.2.2
16512026-05-19T20:36:39.323Z Compiling memmap2 v0.9.10
16522026-05-19T20:36:39.350Z Compiling env_filter v1.0.0
16532026-05-19T20:36:39.398Z Compiling data-encoding v2.10.0
16542026-05-19T20:36:39.442Z Compiling keccak v0.1.6
16552026-05-19T20:36:39.534Z Compiling fixedbitset v0.4.2
16562026-05-19T20:36:39.648Z Compiling whoami v2.1.0
16572026-05-19T20:36:39.753Z Compiling typed-path v0.9.3
16582026-05-19T20:36:40.015Z Compiling normalize-line-endings v0.3.0
16592026-05-19T20:36:40.080Z Compiling predicates-core v1.0.10
16602026-05-19T20:36:40.111Z Compiling precomputed-hash v0.1.1
16612026-05-19T20:36:40.199Z Compiling rustc-hash v2.1.1
16622026-05-19T20:36:40.249Z Compiling difflib v0.4.0
16632026-05-19T20:36:40.252Z Compiling new_debug_unreachable v1.0.6
16642026-05-19T20:36:40.321Z Compiling either v1.15.0
16652026-05-19T20:36:40.342Z Compiling static_assertions v1.1.0
16662026-05-19T20:36:40.364Z Compiling jiff v0.2.21
16672026-05-19T20:36:40.424Z Compiling fixedbitset v0.5.7
16682026-05-19T20:36:40.466Z Compiling strum v0.26.3
16692026-05-19T20:36:40.531Z Compiling itertools v0.13.0
16702026-05-19T20:36:40.596Z Compiling predicates v3.1.4
16712026-05-19T20:36:40.748Z Compiling petgraph v0.8.3
16722026-05-19T20:36:40.864Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-05-19T20:36:41.006Z Compiling clap v4.5.60
16742026-05-19T20:36:41.094Z Compiling string_cache v0.8.9
16752026-05-19T20:36:41.284Z Compiling iddqd v0.3.18
16762026-05-19T20:36:41.328Z Compiling toml_edit v0.22.27
16772026-05-19T20:36:41.541Z Compiling tokio-postgres v0.7.16
16782026-05-19T20:36:41.826Z Compiling petgraph v0.6.5
16792026-05-19T20:36:42.461Z Compiling hickory-proto v0.25.2
16802026-05-19T20:36:42.674Z Compiling sha3 v0.10.8
16812026-05-19T20:36:43.135Z Compiling zip v4.6.1
16822026-05-19T20:36:43.293Z Compiling env_logger v0.11.9
16832026-05-19T20:36:43.626Z Compiling usdt v0.6.0
16842026-05-19T20:36:43.652Z Compiling usdt-impl v0.5.0
16852026-05-19T20:36:43.721Z Compiling ecdsa v0.16.9
16862026-05-19T20:36:43.879Z Compiling rsa v0.9.10
16872026-05-19T20:36:44.039Z Compiling ed25519-dalek v2.2.0
16882026-05-19T20:36:44.085Z Compiling serde_with v3.17.0
16892026-05-19T20:36:44.099Z Compiling crossterm v0.28.1
16902026-05-19T20:36:44.580Z Compiling zip v0.6.6
16912026-05-19T20:36:44.691Z Compiling toml v0.7.8
16922026-05-19T20:36:45.619Z Compiling similar v2.7.0
16932026-05-19T20:36:45.634Z Compiling heck v0.4.1
16942026-05-19T20:36:45.702Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-05-19T20:36:45.767Z Compiling crossbeam-epoch v0.9.18
16962026-05-19T20:36:45.881Z Compiling tokio-stream v0.1.18
16972026-05-19T20:36:46.104Z Compiling buf-list v1.1.2
16982026-05-19T20:36:46.358Z Compiling x509-cert v0.2.5
16992026-05-19T20:36:46.373Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17002026-05-19T20:36:46.389Z Compiling openapiv3 v2.2.0
17012026-05-19T20:36:46.523Z Compiling sha1 v0.10.6
17022026-05-19T20:36:46.685Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-19T20:36:46.749Z Compiling peg-runtime v0.8.5
17042026-05-19T20:36:46.979Z Compiling lalrpop-util v0.19.12
17052026-05-19T20:36:47.035Z Compiling thread_local v1.1.9
17062026-05-19T20:36:47.173Z Compiling slog-async v2.8.0
17072026-05-19T20:36:47.189Z Compiling crossbeam-channel v0.5.15
17082026-05-19T20:36:47.192Z Compiling filetime v0.2.27
17092026-05-19T20:36:47.283Z Compiling is-terminal v0.4.17
17102026-05-19T20:36:47.378Z Compiling take_mut v0.2.2
17112026-05-19T20:36:47.381Z Compiling xattr v1.6.1
17122026-05-19T20:36:47.484Z Compiling term v1.2.1
17132026-05-19T20:36:47.635Z Compiling tar v0.4.45
17142026-05-19T20:36:47.989Z Compiling slog-term v2.9.2
17152026-05-19T20:36:57.532Z Compiling rustls-webpki v0.103.9
17162026-05-19T20:37:00.363Z Compiling tokio-rustls v0.26.4
17172026-05-19T20:37:00.363Z Compiling rustls-platform-verifier v0.6.2
17182026-05-19T20:37:00.574Z Compiling hyper-rustls v0.27.7
17192026-05-19T20:37:00.776Z Compiling reqwest v0.12.28
17202026-05-19T20:37:00.776Z Compiling reqwest v0.13.2
17212026-05-19T20:37:02.024Z Compiling tough v0.22.0
17222026-05-19T20:37:04.583Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-19T20:37:04.796Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-19T20:37:07.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17252026-05-19T20:37:07.769Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-05-19T20:37:07.824ZMay 19 20:37:06.486 INFO Starting download, target: DendriteStub
17272026-05-19T20:37:07.824ZMay 19 20:37:06.487 INFO Starting download, target: Console
17282026-05-19T20:37:07.824ZMay 19 20:37:06.487 INFO Starting download, target: Cockroach
17292026-05-19T20:37:07.835ZMay 19 20:37:06.487 INFO Starting download, target: Clickhouse
17302026-05-19T20:37:07.835ZMay 19 20:37:06.487 INFO Starting download, target: MaghemiteMgd
17312026-05-19T20:37:07.836ZMay 19 20:37:06.487 INFO Starting download, target: TransceiverControl
17322026-05-19T20:37:07.836ZMay 19 20:37:06.487 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-05-19T20:37:07.836ZMay 19 20:37:06.487 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-05-19T20:37:07.836ZMay 19 20:37:06.487 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-05-19T20:37:07.836ZMay 19 20:37:06.487 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-05-19T20:37:07.836ZMay 19 20:37:06.487 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-19T20:37:07.836ZMay 19 20:37:06.487 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-05-19T20:37:08.406ZMay 19 20:37:07.057 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-19T20:37:08.604ZMay 19 20:37:07.261 INFO Download complete, target: TransceiverControl
17402026-05-19T20:37:08.744ZMay 19 20:37:07.413 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-05-19T20:37:08.982ZMay 19 20:37:07.642 INFO Download complete, target: Console
17422026-05-19T20:37:09.772ZMay 19 20:37:08.436 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-05-19T20:37:09.792ZMay 19 20:37:08.459 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-05-19T20:37:09.944ZMay 19 20:37:08.593 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-05-19T20:37:10.374ZMay 19 20:37:09.043 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-05-19T20:37:10.374ZMay 19 20:37:09.043 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-05-19T20:37:12.162ZMay 19 20:37:10.831 INFO Download complete, target: DendriteStub
17482026-05-19T20:37:12.341ZMay 19 20:37:11.011 INFO Download complete, target: MaghemiteMgd
17492026-05-19T20:37:14.933ZMay 19 20:37:13.603 INFO Checking that binary works, target: Cockroach
17502026-05-19T20:37:15.098ZMay 19 20:37:13.766 INFO Download complete, target: Cockroach
17512026-05-19T20:37:16.422ZMay 19 20:37:15.084 INFO Checking that binary works, target: Clickhouse
17522026-05-19T20:37:16.526ZMay 19 20:37:15.196 INFO Download complete, target: Clickhouse
17532026-05-19T20:37:16.543ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-05-19T20:37:16.546Z
17552026-05-19T20:37:16.546Zreal 2:17.128871739
17562026-05-19T20:37:16.546Zuser 6:55.754463663
17572026-05-19T20:37:16.546Zsys 1:22.028508405
17582026-05-19T20:37:16.546Ztrap 0.225203835
17592026-05-19T20:37:16.546Ztflt 0.885396166
17602026-05-19T20:37:16.546Zdflt 0.843715790
17612026-05-19T20:37:16.546Zkflt 0.035328967
17622026-05-19T20:37:16.546Zlock 21:25.528040058
17632026-05-19T20:37:16.546Zslp 21:22.535211563
17642026-05-19T20:37:16.546Zlat 42.450532693
17652026-05-19T20:37:16.546Zstop 1:57.129846789
17662026-05-19T20:37:16.546Z+ banner hack-check
17672026-05-19T20:37:16.546Z
17682026-05-19T20:37:16.546Z # # ## #### # # #### # # ###### #### # #
17692026-05-19T20:37:16.546Z # # # # # # # # # # # # # # # # #
17702026-05-19T20:37:16.546Z ###### # # # #### ##### # ###### ##### # ####
17712026-05-19T20:37:16.546Z # # ###### # # # # # # # # # #
17722026-05-19T20:37:16.546Z # # # # # # # # # # # # # # # # #
17732026-05-19T20:37:16.546Z # # # # #### # # #### # # ###### #### # #
17742026-05-19T20:37:16.546Z
17752026-05-19T20:37:16.546Z+ export CARGO_INCREMENTAL=0
17762026-05-19T20:37:16.546Z+ CARGO_INCREMENTAL=0
17772026-05-19T20:37:16.546Z+ ptime -m timeout 2h cargo xtask check-features --ci
17782026-05-19T20:37:17.073Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-05-19T20:37:17.299Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-05-19T20:37:19.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17812026-05-19T20:37:19.236Z Running `target/debug/xtask check-features --ci`
17822026-05-19T20:37:19.265Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17832026-05-19T20:37:19.268Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17842026-05-19T20:37:19.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17852026-05-19T20:37:19.847Z Running `target/debug/xtask download cargo-hack`
17862026-05-19T20:37:20.563Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-05-19T20:37:20.873Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-05-19T20:37:23.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17892026-05-19T20:37:23.511Z Running `target/debug/xtask-downloader cargo-hack`
17902026-05-19T20:37:23.559ZMay 19 20:37:22.221 INFO Starting download, target: CargoHack
17912026-05-19T20:37:23.563ZMay 19 20:37:22.221 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17922026-05-19T20:37:23.778ZMay 19 20:37:22.447 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17932026-05-19T20:37:23.831ZMay 19 20:37:22.497 INFO Download complete, target: CargoHack
17942026-05-19T20:37:23.838Zrunning: "/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"
17952026-05-19T20:37:23.844Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17962026-05-19T20:37:24.005Zinfo: running `cargo check --bins` on api_identity (1/276)
17972026-05-19T20:37:24.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-19T20:37:24.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-19T20:37:24.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-19T20:37:24.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18012026-05-19T20:37:24.583Z
18022026-05-19T20:37:24.583Zinfo: running `cargo check --bins` on bootstore (2/276)
18032026-05-19T20:37:25.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-19T20:37:25.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-19T20:37:25.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-19T20:37:25.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18072026-05-19T20:37:25.167Z
18082026-05-19T20:37:25.167Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18092026-05-19T20:37:25.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-19T20:37:25.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-19T20:37:25.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-19T20:37:25.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18132026-05-19T20:37:25.751Z
18142026-05-19T20:37:25.751Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18152026-05-19T20:37:26.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-19T20:37:26.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-19T20:37:26.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-19T20:37:26.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-05-19T20:37:26.333Z
18202026-05-19T20:37:26.333Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18212026-05-19T20:37:26.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-19T20:37:26.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-19T20:37:26.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-19T20:37:26.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18252026-05-19T20:37:26.915Z
18262026-05-19T20:37:26.915Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18272026-05-19T20:37:27.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-19T20:37:27.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-19T20:37:27.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-19T20:37:27.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18312026-05-19T20:37:27.522Z
18322026-05-19T20:37:27.522Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18332026-05-19T20:37:28.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-19T20:37:28.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-19T20:37:28.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-19T20:37:28.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-19T20:37:28.115Z
18382026-05-19T20:37:28.115Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18392026-05-19T20:37:28.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-19T20:37:28.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-19T20:37:28.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-19T20:37:28.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-05-19T20:37:28.710Z
18442026-05-19T20:37:28.710Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18452026-05-19T20:37:29.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-19T20:37:29.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-19T20:37:29.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-19T20:37:29.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18492026-05-19T20:37:29.177Z
18502026-05-19T20:37:29.177Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18512026-05-19T20:37:29.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-19T20:37:29.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-19T20:37:29.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-19T20:37:29.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18552026-05-19T20:37:29.651Z
18562026-05-19T20:37:29.651Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18572026-05-19T20:37:30.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-19T20:37:30.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-19T20:37:30.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-19T20:37:30.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-05-19T20:37:30.118Z
18622026-05-19T20:37:30.118Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18632026-05-19T20:37:30.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-19T20:37:30.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-19T20:37:30.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-19T20:37:30.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-19T20:37:30.584Z
18682026-05-19T20:37:30.584Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18692026-05-19T20:37:30.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-19T20:37:30.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-19T20:37:30.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-19T20:37:30.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-19T20:37:31.055Z
18742026-05-19T20:37:31.055Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18752026-05-19T20:37:31.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-19T20:37:31.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-19T20:37:31.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-19T20:37:31.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18792026-05-19T20:37:31.528Z
18802026-05-19T20:37:31.528Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18812026-05-19T20:37:31.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-19T20:37:31.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-19T20:37:31.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-19T20:37:31.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18852026-05-19T20:37:32.002Z
18862026-05-19T20:37:32.002Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18872026-05-19T20:37:32.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-19T20:37:32.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-19T20:37:32.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-19T20:37:32.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18912026-05-19T20:37:32.477Z
18922026-05-19T20:37:32.477Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18932026-05-19T20:37:32.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-19T20:37:32.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-19T20:37:32.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-19T20:37:32.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-19T20:37:32.946Z
18982026-05-19T20:37:32.946Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18992026-05-19T20:37:33.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-19T20:37:33.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-19T20:37:33.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-19T20:37:33.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-19T20:37:33.413Z
19042026-05-19T20:37:33.413Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19052026-05-19T20:37:33.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-19T20:37:33.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-19T20:37:33.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-19T20:37:33.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-19T20:37:33.882Z
19102026-05-19T20:37:33.882Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19112026-05-19T20:37:34.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-19T20:37:34.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-19T20:37:34.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-19T20:37:34.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19152026-05-19T20:37:34.358Z
19162026-05-19T20:37:34.358Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19172026-05-19T20:37:34.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-19T20:37:34.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-19T20:37:34.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-19T20:37:34.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-05-19T20:37:34.829Z
19222026-05-19T20:37:34.829Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19232026-05-19T20:37:35.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-19T20:37:35.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-19T20:37:35.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-19T20:37:35.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-05-19T20:37:35.298Z
19282026-05-19T20:37:35.298Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19292026-05-19T20:37:35.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-19T20:37:35.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-19T20:37:35.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-19T20:37:35.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-05-19T20:37:35.772Z
19342026-05-19T20:37:35.773Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19352026-05-19T20:37:36.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-19T20:37:36.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-19T20:37:36.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-19T20:37:36.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19392026-05-19T20:37:36.246Z
19402026-05-19T20:37:36.246Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19412026-05-19T20:37:36.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-19T20:37:36.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-19T20:37:36.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-19T20:37:36.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19452026-05-19T20:37:36.720Z
19462026-05-19T20:37:36.720Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19472026-05-19T20:37:37.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-19T20:37:37.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-19T20:37:37.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-19T20:37:37.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-19T20:37:37.193Z
19522026-05-19T20:37:37.193Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19532026-05-19T20:37:37.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-19T20:37:37.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-19T20:37:37.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-19T20:37:37.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-19T20:37:37.665Z
19582026-05-19T20:37:37.665Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19592026-05-19T20:37:38.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-19T20:37:38.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-19T20:37:38.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-19T20:37:38.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-19T20:37:38.140Z
19642026-05-19T20:37:38.140Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19652026-05-19T20:37:38.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-19T20:37:38.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-19T20:37:38.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-19T20:37:38.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-05-19T20:37:38.613Z
19702026-05-19T20:37:38.613Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19712026-05-19T20:37:39.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-19T20:37:39.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-19T20:37:39.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-19T20:37:39.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-19T20:37:39.083Z
19762026-05-19T20:37:39.083Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19772026-05-19T20:37:39.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-19T20:37:39.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-19T20:37:39.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-19T20:37:39.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-05-19T20:37:39.557Z
19822026-05-19T20:37:39.557Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19832026-05-19T20:37:39.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-19T20:37:39.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-19T20:37:39.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-19T20:37:39.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-19T20:37:40.029Z
19882026-05-19T20:37:40.029Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19892026-05-19T20:37:40.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-19T20:37:40.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-19T20:37:40.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-19T20:37:40.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-19T20:37:40.497Z
19942026-05-19T20:37:40.497Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19952026-05-19T20:37:40.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-19T20:37:40.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-19T20:37:40.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-19T20:37:40.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-19T20:37:40.970Z
20002026-05-19T20:37:40.970Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20012026-05-19T20:37:41.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-19T20:37:41.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-19T20:37:41.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-19T20:37:41.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20052026-05-19T20:37:41.446Z
20062026-05-19T20:37:41.446Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20072026-05-19T20:37:41.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-19T20:37:41.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-19T20:37:41.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-19T20:37:41.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20112026-05-19T20:37:41.919Z
20122026-05-19T20:37:41.919Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20132026-05-19T20:37:42.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-19T20:37:42.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-19T20:37:42.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-19T20:37:42.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-19T20:37:42.390Z
20182026-05-19T20:37:42.391Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20192026-05-19T20:37:42.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-19T20:37:42.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-19T20:37:42.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-19T20:37:42.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-19T20:37:42.864Z
20242026-05-19T20:37:42.864Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20252026-05-19T20:37:43.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-19T20:37:43.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-19T20:37:43.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-19T20:37:43.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20292026-05-19T20:37:43.338Z
20302026-05-19T20:37:43.338Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20312026-05-19T20:37:43.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-19T20:37:43.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-19T20:37:43.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-19T20:37:43.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20352026-05-19T20:37:43.815Z
20362026-05-19T20:37:43.815Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20372026-05-19T20:37:44.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-19T20:37:44.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-19T20:37:44.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-19T20:37:44.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20412026-05-19T20:37:44.290Z
20422026-05-19T20:37:44.290Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20432026-05-19T20:37:44.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-19T20:37:44.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-19T20:37:44.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-19T20:37:44.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20472026-05-19T20:37:44.765Z
20482026-05-19T20:37:44.765Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20492026-05-19T20:37:45.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-19T20:37:45.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-19T20:37:45.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-19T20:37:45.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-05-19T20:37:45.237Z
20542026-05-19T20:37:45.237Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20552026-05-19T20:37:45.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-19T20:37:45.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-19T20:37:45.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-19T20:37:45.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-05-19T20:37:45.716Z
20602026-05-19T20:37:45.716Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20612026-05-19T20:37:46.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-19T20:37:46.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-19T20:37:46.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-19T20:37:46.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-05-19T20:37:46.193Z
20662026-05-19T20:37:46.193Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20672026-05-19T20:37:46.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-19T20:37:46.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-19T20:37:46.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-19T20:37:46.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-05-19T20:37:46.667Z
20722026-05-19T20:37:46.667Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20732026-05-19T20:37:47.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-19T20:37:47.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-19T20:37:47.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-19T20:37:47.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-05-19T20:37:47.141Z
20782026-05-19T20:37:47.141Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20792026-05-19T20:37:47.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-19T20:37:47.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-19T20:37:47.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-19T20:37:47.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-05-19T20:37:47.615Z
20842026-05-19T20:37:47.615Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20852026-05-19T20:37:48.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-19T20:37:48.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-19T20:37:48.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-19T20:37:48.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892026-05-19T20:37:48.251Z
20902026-05-19T20:37:48.251Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20912026-05-19T20:37:48.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-19T20:37:48.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-19T20:37:48.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-19T20:37:48.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20952026-05-19T20:37:48.893Z
20962026-05-19T20:37:48.893Zinfo: running `cargo check --bins` on nexus-config (51/276)
20972026-05-19T20:37:49.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-19T20:37:49.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-19T20:37:49.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-19T20:37:49.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21012026-05-19T20:37:49.531Z
21022026-05-19T20:37:49.531Zinfo: running `cargo check --bins` on nexus-types (52/276)
21032026-05-19T20:37:50.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-19T20:37:50.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-19T20:37:50.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-19T20:37:50.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21072026-05-19T20:37:50.167Z
21082026-05-19T20:37:50.167Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21092026-05-19T20:37:50.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-19T20:37:50.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-19T20:37:50.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-19T20:37:50.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21132026-05-19T20:37:50.774Z
21142026-05-19T20:37:50.774Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21152026-05-19T20:37:51.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-19T20:37:51.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-19T20:37:51.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-19T20:37:51.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21192026-05-19T20:37:51.358Z
21202026-05-19T20:37:51.358Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21212026-05-19T20:37:51.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-19T20:37:51.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-19T20:37:51.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-19T20:37:51.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21252026-05-19T20:37:51.968Z
21262026-05-19T20:37:51.968Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21272026-05-19T20:37:52.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-19T20:37:52.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-19T20:37:52.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-19T20:37:52.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-05-19T20:37:52.578Z
21322026-05-19T20:37:52.578Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21332026-05-19T20:37:53.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-19T20:37:53.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-19T20:37:53.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-19T20:37:53.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-19T20:37:53.183Z
21382026-05-19T20:37:53.183Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21392026-05-19T20:37:53.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-19T20:37:53.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-19T20:37:53.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-19T20:37:53.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21432026-05-19T20:37:53.791Z
21442026-05-19T20:37:53.791Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21452026-05-19T20:37:54.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-19T20:37:54.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-19T20:37:54.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-19T20:37:54.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21492026-05-19T20:37:54.382Z
21502026-05-19T20:37:54.382Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21512026-05-19T20:37:54.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-19T20:37:54.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-19T20:37:54.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-19T20:37:54.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-05-19T20:37:54.970Z
21562026-05-19T20:37:54.970Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21572026-05-19T20:37:55.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-19T20:37:55.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-19T20:37:55.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-19T20:37:55.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21612026-05-19T20:37:55.558Z
21622026-05-19T20:37:55.558Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21632026-05-19T20:37:56.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-19T20:37:56.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-19T20:37:56.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-19T20:37:56.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21672026-05-19T20:37:56.145Z
21682026-05-19T20:37:56.145Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21692026-05-19T20:37:56.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-19T20:37:56.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-19T20:37:56.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-19T20:37:56.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21732026-05-19T20:37:56.750Z
21742026-05-19T20:37:56.750Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21752026-05-19T20:37:57.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-19T20:37:57.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-19T20:37:57.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-19T20:37:57.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21792026-05-19T20:37:57.355Z
21802026-05-19T20:37:57.355Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21812026-05-19T20:37:57.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-19T20:37:57.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-19T20:37:57.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-19T20:37:57.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-19T20:37:57.937Z
21862026-05-19T20:37:57.937Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21872026-05-19T20:37:58.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-19T20:37:58.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-19T20:37:58.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-19T20:37:58.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-19T20:37:58.518Z
21922026-05-19T20:37:58.518Zinfo: running `cargo check --bins` on ereport-types (67/276)
21932026-05-19T20:37:59.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-19T20:37:59.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-19T20:37:59.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-19T20:37:59.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-19T20:37:59.106Z
21982026-05-19T20:37:59.106Zinfo: running `cargo check --bins` on gateway-client (68/276)
21992026-05-19T20:37:59.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-19T20:37:59.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-19T20:37:59.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-19T20:37:59.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-05-19T20:37:59.700Z
22042026-05-19T20:37:59.700Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22052026-05-19T20:38:00.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-19T20:38:00.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-19T20:38:00.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-19T20:38:00.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22092026-05-19T20:38:00.295Z
22102026-05-19T20:38:00.295Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22112026-05-19T20:38:00.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-19T20:38:00.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-19T20:38:00.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-19T20:38:00.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-05-19T20:38:00.891Z
22162026-05-19T20:38:00.891Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22172026-05-19T20:38:01.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-19T20:38:01.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-19T20:38:01.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-19T20:38:01.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-05-19T20:38:01.483Z
22222026-05-19T20:38:01.483Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22232026-05-19T20:38:01.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-19T20:38:01.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-19T20:38:01.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-19T20:38:01.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-05-19T20:38:02.081Z
22282026-05-19T20:38:02.081Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22292026-05-19T20:38:02.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-19T20:38:02.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-19T20:38:02.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-19T20:38:02.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22332026-05-19T20:38:02.698Z
22342026-05-19T20:38:02.698Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22352026-05-19T20:38:03.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-19T20:38:03.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-19T20:38:03.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-19T20:38:03.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22392026-05-19T20:38:03.317Z
22402026-05-19T20:38:03.317Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22412026-05-19T20:38:03.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-19T20:38:03.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-19T20:38:03.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-19T20:38:03.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-05-19T20:38:03.904Z
22462026-05-19T20:38:03.904Zinfo: running `cargo check --bins` on oxlog (76/276)
22472026-05-19T20:38:04.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-19T20:38:04.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-19T20:38:04.520Z Checking cfg-if v1.0.4
22502026-05-19T20:38:04.523Z Checking libc v0.2.185
22512026-05-19T20:38:04.523Z Checking serde_core v1.0.228
22522026-05-19T20:38:04.640Z Checking zeroize v1.8.2
22532026-05-19T20:38:04.648Z Checking memchr v2.8.0
22542026-05-19T20:38:04.657Z Checking log v0.4.29
22552026-05-19T20:38:04.667Z Checking smallvec v1.15.1
22562026-05-19T20:38:04.678Z Checking typenum v1.19.0
22572026-05-19T20:38:04.678Z Checking subtle v2.6.1
22582026-05-19T20:38:04.778Z Checking itoa v1.0.17
22592026-05-19T20:38:04.814Z Checking scopeguard v1.2.0
22602026-05-19T20:38:04.832Z Checking stable_deref_trait v1.2.1
22612026-05-19T20:38:04.847Z Checking const-oid v0.9.6
22622026-05-19T20:38:04.906Z Checking zerofrom v0.1.6
22632026-05-19T20:38:04.918Z Checking lock_api v0.4.14
22642026-05-19T20:38:04.932Z Checking pin-project-lite v0.2.17
22652026-05-19T20:38:05.015Z Checking portable-atomic v1.13.1
22662026-05-19T20:38:05.028Z Checking yoke v0.8.1
22672026-05-19T20:38:05.038Z Checking getrandom v0.2.17
22682026-05-19T20:38:05.042Z Checking errno v0.3.14
22692026-05-19T20:38:05.114Z Checking parking_lot_core v0.9.12
22702026-05-19T20:38:05.164Z Checking signal-hook-registry v1.4.8
22712026-05-19T20:38:05.184Z Checking rand_core v0.6.4
22722026-05-19T20:38:05.188Z Checking zerovec v0.11.5
22732026-05-19T20:38:05.188Z Checking generic-array v0.14.7
22742026-05-19T20:38:05.296Z Checking critical-section v1.2.0
22752026-05-19T20:38:05.322Z Checking futures-core v0.3.32
22762026-05-19T20:38:05.388Z Checking parking_lot v0.12.5
22772026-05-19T20:38:05.400Z Checking mio v1.2.0
22782026-05-19T20:38:05.411Z Checking once_cell v1.21.3
22792026-05-19T20:38:05.438Z Checking zerocopy v0.8.40
22802026-05-19T20:38:05.534Z Checking zmij v1.0.21
22812026-05-19T20:38:05.572Z Checking socket2 v0.6.3
22822026-05-19T20:38:05.585Z Checking libm v0.2.16
22832026-05-19T20:38:05.636Z Checking tinystr v0.8.2
22842026-05-19T20:38:05.664Z Checking crypto-common v0.1.7
22852026-05-19T20:38:05.677Z Checking block-buffer v0.10.4
22862026-05-19T20:38:05.743Z Checking equivalent v1.0.2
22872026-05-19T20:38:05.785Z Checking percent-encoding v2.3.2
22882026-05-19T20:38:05.808Z Checking digest v0.10.7
22892026-05-19T20:38:05.811Z Checking litemap v0.8.1
22902026-05-19T20:38:05.832Z Checking writeable v0.6.2
22912026-05-19T20:38:05.844Z Checking potential_utf v0.1.4
22922026-05-19T20:38:05.921Z Checking zerotrie v0.2.3
22932026-05-19T20:38:05.969Z Checking futures-sink v0.3.32
22942026-05-19T20:38:05.985Z Checking icu_locale_core v2.1.1
22952026-05-19T20:38:05.999Z Checking icu_collections v2.1.1
22962026-05-19T20:38:06.003Z Checking slab v0.4.12
22972026-05-19T20:38:06.064Z Checking futures-channel v0.3.32
22982026-05-19T20:38:06.095Z Checking serde v1.0.228
22992026-05-19T20:38:06.163Z Checking bitflags v2.11.0
23002026-05-19T20:38:06.166Z Checking serde_json v1.0.149
23012026-05-19T20:38:06.253Z Checking futures-task v0.3.32
23022026-05-19T20:38:06.279Z Checking num-traits v0.2.19
23032026-05-19T20:38:06.355Z Checking futures-io v0.3.32
23042026-05-19T20:38:06.360Z Checking cpufeatures v0.2.17
23052026-05-19T20:38:06.389Z Checking hmac v0.12.1
23062026-05-19T20:38:06.401Z Checking icu_normalizer_data v2.1.1
23072026-05-19T20:38:06.413Z Checking futures-util v0.3.32
23082026-05-19T20:38:06.471Z Checking icu_properties_data v2.1.2
23092026-05-19T20:38:06.502Z Checking bytes v1.11.1
23102026-05-19T20:38:06.516Z Checking hashbrown v0.17.0
23112026-05-19T20:38:06.534Z Checking icu_provider v2.1.1
23122026-05-19T20:38:06.597Z Checking rand_core v0.10.0
23132026-05-19T20:38:06.738Z Checking getrandom v0.4.1
23142026-05-19T20:38:06.764Z Checking icu_properties v2.1.2
23152026-05-19T20:38:06.798Z Checking icu_normalizer v2.1.1
23162026-05-19T20:38:06.834Z Checking block-padding v0.3.3
23172026-05-19T20:38:06.884Z Checking utf8_iter v1.0.4
23182026-05-19T20:38:06.937Z Checking tokio v1.52.1
23192026-05-19T20:38:06.965Z Checking inout v0.1.4
23202026-05-19T20:38:06.977Z Checking indexmap v2.14.0
23212026-05-19T20:38:07.005Z Checking sha2 v0.10.9
23222026-05-19T20:38:07.103Z Checking cipher v0.4.4
23232026-05-19T20:38:07.117Z Checking form_urlencoded v1.2.2
23242026-05-19T20:38:07.243Z Checking getrandom v0.3.4
23252026-05-19T20:38:07.287Z Checking byteorder v1.5.0
23262026-05-19T20:38:07.313Z Checking fnv v1.0.7
23272026-05-19T20:38:07.386Z Checking base64ct v1.8.3
23282026-05-19T20:38:07.407Z Checking flagset v0.4.7
23292026-05-19T20:38:07.490Z Checking rand_core v0.9.5
23302026-05-19T20:38:07.530Z Checking http v1.4.0
23312026-05-19T20:38:07.544Z Checking regex-syntax v0.8.10
23322026-05-19T20:38:07.605Z Checking idna_adapter v1.2.1
23332026-05-19T20:38:07.618Z Checking pem-rfc7468 v0.7.0
23342026-05-19T20:38:07.668Z Checking salsa20 v0.10.2
23352026-05-19T20:38:07.725Z Checking idna v1.1.0
23362026-05-19T20:38:07.772Z Checking der v0.7.10
23372026-05-19T20:38:07.802Z Checking uuid v1.23.0
23382026-05-19T20:38:07.969Z Checking url v2.5.8
23392026-05-19T20:38:08.098Z Checking pbkdf2 v0.12.2
23402026-05-19T20:38:08.120Z Checking rustix v1.1.3
23412026-05-19T20:38:08.208Z Checking tracing-core v0.1.36
23422026-05-19T20:38:08.221Z Checking ppv-lite86 v0.2.21
23432026-05-19T20:38:08.329Z Checking rustls-pki-types v1.14.0
23442026-05-19T20:38:08.424Z Checking iana-time-zone v0.1.65
23452026-05-19T20:38:08.502Z Checking spki v0.7.3
23462026-05-19T20:38:08.516Z Checking base64 v0.22.1
23472026-05-19T20:38:08.528Z Checking rand_chacha v0.9.0
23482026-05-19T20:38:08.538Z Checking chrono v0.4.44
23492026-05-19T20:38:08.610Z Checking tracing v0.1.44
23502026-05-19T20:38:08.667Z Checking scrypt v0.11.0
23512026-05-19T20:38:08.719Z Checking http-body v1.0.1
23522026-05-19T20:38:08.749Z Checking aes v0.8.4
23532026-05-19T20:38:08.806Z Checking cbc v0.1.2
23542026-05-19T20:38:08.884Z Checking aws-lc-sys v0.40.0
23552026-05-19T20:38:08.884Z Checking tinyvec_macros v0.1.1
23562026-05-19T20:38:08.884Z Checking untrusted v0.9.0
23572026-05-19T20:38:08.914Z Checking untrusted v0.7.1
23582026-05-19T20:38:08.932Z Checking openssl-probe v0.2.1
23592026-05-19T20:38:08.946Z Checking tinyvec v1.10.0
23602026-05-19T20:38:08.965Z Checking ring v0.17.14
23612026-05-19T20:38:09.025Z Checking rand v0.9.2
23622026-05-19T20:38:09.040Z Checking atomic-waker v1.1.2
23632026-05-19T20:38:09.137Z Checking tower-layer v0.3.3
23642026-05-19T20:38:09.150Z Checking pkcs5 v0.7.1
23652026-05-19T20:38:09.248Z Checking tower-service v0.3.3
23662026-05-19T20:38:09.283Z Checking try-lock v0.2.5
23672026-05-19T20:38:09.319Z Checking aws-lc-rs v1.16.3
23682026-05-19T20:38:09.339Z Checking ipnet v2.11.0
23692026-05-19T20:38:09.381Z Checking want v0.3.1
23702026-05-19T20:38:09.392Z Checking httparse v1.10.1
23712026-05-19T20:38:09.404Z Checking pkcs8 v0.10.2
23722026-05-19T20:38:09.495Z Checking aho-corasick v1.1.4
23732026-05-19T20:38:09.509Z Checking plain v0.2.3
23742026-05-19T20:38:09.577Z Checking dyn-clone v1.0.20
23752026-05-19T20:38:09.592Z Checking fastrand v2.3.0
23762026-05-19T20:38:09.604Z Checking httpdate v1.0.3
23772026-05-19T20:38:09.617Z Checking pin-utils v0.1.0
23782026-05-19T20:38:09.678Z Checking foreign-types-shared v0.1.1
23792026-05-19T20:38:09.694Z Checking unicode-normalization v0.1.25
23802026-05-19T20:38:09.746Z Checking semver v1.0.28
23812026-05-19T20:38:09.759Z Checking foreign-types v0.3.2
23822026-05-19T20:38:09.771Z Checking tempfile v3.25.0
23832026-05-19T20:38:09.828Z Checking openssl-sys v0.9.115
23842026-05-19T20:38:09.952Z Checking spin v0.9.8
23852026-05-19T20:38:09.969Z Checking unicode-ident v1.0.24
23862026-05-19T20:38:09.973Z Checking ucd-trie v0.1.7
23872026-05-19T20:38:10.082Z Checking proc-macro2 v1.0.106
23882026-05-19T20:38:10.099Z Checking schemars v0.8.22
23892026-05-19T20:38:10.114Z Checking pest v2.8.6
23902026-05-19T20:38:10.140Z Checking rustls-native-certs v0.8.3
23912026-05-19T20:38:10.156Z Checking rustls-webpki v0.103.9
23922026-05-19T20:38:10.168Z Checking regex-automata v0.4.14
23932026-05-19T20:38:10.203Z Checking tokio-util v0.7.18
23942026-05-19T20:38:10.216Z Checking openssl v0.10.79
23952026-05-19T20:38:10.263Z Checking thiserror v2.0.18
23962026-05-19T20:38:10.368Z Checking sync_wrapper v1.0.2
23972026-05-19T20:38:10.395Z Checking wait-timeout v0.2.1
23982026-05-19T20:38:10.469Z Checking bit-vec v0.8.0
23992026-05-19T20:38:10.513Z Checking pretty-hex v0.4.1
24002026-05-19T20:38:10.579Z Checking rustls v0.23.37
24012026-05-19T20:38:10.629Z Checking simd-adler32 v0.3.8
24022026-05-19T20:38:10.661Z Checking powerfmt v0.2.0
24032026-05-19T20:38:10.739Z Checking anstyle v1.0.13
24042026-05-19T20:38:10.794Z Checking siphasher v1.0.2
24052026-05-19T20:38:10.808Z Checking h2 v0.4.13
24062026-05-19T20:38:10.820Z Checking utf8parse v0.2.2
24072026-05-19T20:38:10.918Z Checking quick-error v1.2.3
24082026-05-19T20:38:10.931Z Checking anstyle-parse v0.2.7
24092026-05-19T20:38:10.946Z Checking deranged v0.5.8
24102026-05-19T20:38:11.087Z Checking rusty-fork v0.3.1
24112026-05-19T20:38:11.094Z Checking bit-set v0.8.0
24122026-05-19T20:38:11.174Z Checking tower v0.5.3
24132026-05-19T20:38:11.188Z Checking quote v1.0.45
24142026-05-19T20:38:11.224Z Compiling newtype-uuid v1.3.2
24152026-05-19T20:38:11.356Z Checking http-body-util v0.1.3
24162026-05-19T20:38:11.403Z Checking webpki-roots v1.0.6
24172026-05-19T20:38:11.522Z Checking crossbeam-utils v0.8.21
24182026-05-19T20:38:11.556Z Checking rand_xorshift v0.4.0
24192026-05-19T20:38:11.571Z Checking crc32fast v1.5.0
24202026-05-19T20:38:11.676Z Checking scroll v0.13.0
24212026-05-19T20:38:11.707Z Checking signature v2.2.0
24222026-05-19T20:38:11.840Z Checking is_terminal_polyfill v1.70.2
24232026-05-19T20:38:11.853Z Checking adler2 v2.0.1
24242026-05-19T20:38:11.853Z Checking unicode-bidi v0.3.18
24252026-05-19T20:38:11.904Z Checking num-conv v0.2.0
24262026-05-19T20:38:11.925Z Checking unarray v0.1.4
24272026-05-19T20:38:11.957Z Checking num_threads v0.1.7
24282026-05-19T20:38:11.971Z Checking unicode-properties v0.1.4
24292026-05-19T20:38:12.018Z Checking colorchoice v1.0.4
24302026-05-19T20:38:12.031Z Checking allocator-api2 v0.2.21
24312026-05-19T20:38:12.058Z Checking iri-string v0.7.10
24322026-05-19T20:38:12.128Z Checking anstyle-query v1.1.5
24332026-05-19T20:38:12.163Z Checking ryu v1.0.23
24342026-05-19T20:38:12.177Z Checking time-core v0.1.8
24352026-05-19T20:38:12.221Z Checking anstream v0.6.21
24362026-05-19T20:38:12.244Z Checking native-tls v0.2.18
24372026-05-19T20:38:12.298Z Checking serde_urlencoded v0.7.1
24382026-05-19T20:38:12.315Z Checking time v0.3.47
24392026-05-19T20:38:12.329Z Checking stringprep v0.1.5
24402026-05-19T20:38:12.421Z Checking proptest v1.10.0
24412026-05-19T20:38:12.424Z Checking tokio-native-tls v0.3.1
24422026-05-19T20:38:12.478Z Checking miniz_oxide v0.8.9
24432026-05-19T20:38:12.503Z Checking bstr v1.12.1
24442026-05-19T20:38:12.594Z Checking goblin v0.10.5
24452026-05-19T20:38:12.833Z Checking crossbeam-epoch v0.9.18
24462026-05-19T20:38:12.900Z Checking syn v2.0.117
24472026-05-19T20:38:12.975Z Checking tokio-rustls v0.26.4
24482026-05-19T20:38:13.058Z Compiling daft v0.1.7
24492026-05-19T20:38:13.097Z Checking tower-http v0.6.8
24502026-05-19T20:38:13.208Z Checking ipnetwork v0.21.1
24512026-05-19T20:38:13.337Z Checking rand_chacha v0.3.1
24522026-05-19T20:38:13.377Z Checking thiserror v1.0.69
24532026-05-19T20:38:13.425Z Checking scroll v0.12.0
24542026-05-19T20:38:13.446Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-19T20:38:13.473Z Checking hash32 v0.2.1
24562026-05-19T20:38:13.546Z Checking num-integer v0.1.46
24572026-05-19T20:38:13.558Z Checking hyper v1.8.1
24582026-05-19T20:38:13.562Z Checking toml_datetime v0.6.11
24592026-05-19T20:38:13.623Z Checking serde_spanned v0.6.9
24602026-05-19T20:38:13.646Z Checking md-5 v0.10.6
24612026-05-19T20:38:13.748Z Checking ff v0.13.1
24622026-05-19T20:38:13.762Z Checking fallible-iterator v0.2.0
24632026-05-19T20:38:13.774Z Checking psl-types v2.0.11
24642026-05-19T20:38:13.786Z Checking zlib-rs v0.6.2
24652026-05-19T20:38:13.909Z Checking base16ct v0.2.0
24662026-05-19T20:38:13.917Z Checking publicsuffix v2.3.0
24672026-05-19T20:38:14.002Z Checking sec1 v0.7.3
24682026-05-19T20:38:14.028Z Checking postgres-protocol v0.6.10
24692026-05-19T20:38:14.051Z Checking group v0.13.0
24702026-05-19T20:38:14.196Z Checking num-iter v0.1.45
24712026-05-19T20:38:14.209Z Compiling iddqd v0.3.18
24722026-05-19T20:38:14.309Z Checking goblin v0.8.2
24732026-05-19T20:38:14.337Z Checking heapless v0.7.17
24742026-05-19T20:38:14.371Z Checking zstd-safe v7.2.4
24752026-05-19T20:38:14.452Z Checking hyper-util v0.1.20
24762026-05-19T20:38:14.535Z Checking rand v0.8.6
24772026-05-19T20:38:14.667Z Checking flate2 v1.1.9
24782026-05-19T20:38:14.751Z Checking cookie v0.18.1
24792026-05-19T20:38:14.901Z Checking dof v0.4.0
24802026-05-19T20:38:14.956Z Checking oxnet v0.1.4
24812026-05-19T20:38:14.983Z Checking dtrace-parser v0.3.0
24822026-05-19T20:38:15.050Z Checking phf_shared v0.13.1
24832026-05-19T20:38:15.151Z Checking lazy_static v1.5.0
24842026-05-19T20:38:15.196Z Checking zerocopy v0.7.35
24852026-05-19T20:38:15.222Z Checking pin-project v1.1.11
24862026-05-19T20:38:15.239Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-19T20:38:15.242Z Checking signal-hook v0.3.18
24882026-05-19T20:38:15.317Z Checking terminal_size v0.4.3
24892026-05-19T20:38:15.334Z Checking futures-executor v0.3.32
24902026-05-19T20:38:15.347Z Checking hkdf v0.12.4
24912026-05-19T20:38:15.434Z Checking hex v0.4.3
24922026-05-19T20:38:15.447Z Checking crypto-bigint v0.5.5
24932026-05-19T20:38:15.477Z Checking thread-id v5.1.0
24942026-05-19T20:38:15.481Z Checking encoding_rs v0.8.35
24952026-05-19T20:38:15.533Z Checking clap_lex v1.0.0
24962026-05-19T20:38:15.556Z Checking winnow v0.7.14
24972026-05-19T20:38:15.658Z Compiling rayon-core v1.13.0
24982026-05-19T20:38:15.686Z Checking foldhash v0.1.5
24992026-05-19T20:38:15.699Z Checking foldhash v0.2.0
25002026-05-19T20:38:15.711Z Checking hyper-rustls v0.27.7
25012026-05-19T20:38:15.819Z Checking hyper-tls v0.6.0
25022026-05-19T20:38:15.831Z Checking winnow v0.5.40
25032026-05-19T20:38:15.849Z Checking bumpalo v3.20.2
25042026-05-19T20:38:15.918Z Checking libbz2-rs-sys v0.2.2
25052026-05-19T20:38:15.988Z Checking mime v0.3.17
25062026-05-19T20:38:16.045Z Checking managed v0.8.0
25072026-05-19T20:38:16.161Z Checking either v1.15.0
25082026-05-19T20:38:16.213Z Checking same-file v1.0.6
25092026-05-19T20:38:16.231Z Checking bitflags v1.3.2
25102026-05-19T20:38:16.304Z Checking strsim v0.11.1
25112026-05-19T20:38:16.316Z Checking bzip2 v0.6.1
25122026-05-19T20:38:16.328Z Checking walkdir v2.5.0
25132026-05-19T20:38:16.342Z Checking elliptic-curve v0.13.8
25142026-05-19T20:38:16.346Z Checking smoltcp v0.9.1
25152026-05-19T20:38:16.421Z Checking reqwest v0.12.28
25162026-05-19T20:38:16.462Z Checking clap_builder v4.5.60
25172026-05-19T20:38:16.474Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-05-19T20:38:16.487Z Checking dof v0.3.0
25192026-05-19T20:38:16.655Z Checking zopfli v0.8.3
25202026-05-19T20:38:16.673Z Checking hashbrown v0.16.1
25212026-05-19T20:38:16.739Z Checking hashbrown v0.15.5
25222026-05-19T20:38:16.768Z Checking usdt-impl v0.6.0
25232026-05-19T20:38:16.932Z Checking futures v0.3.32
25242026-05-19T20:38:16.982Z Checking signal-hook-mio v0.2.5
25252026-05-19T20:38:16.995Z Checking toml_edit v0.19.15
25262026-05-19T20:38:17.009Z Checking bzip2 v0.4.4
25272026-05-19T20:38:17.051Z Checking snafu v0.8.9
25282026-05-19T20:38:17.092Z Checking num-bigint-dig v0.8.6
25292026-05-19T20:38:17.171Z Checking phf v0.13.1
25302026-05-19T20:38:17.217Z Checking cookie_store v0.22.1
25312026-05-19T20:38:17.286Z Checking zstd v0.13.3
25322026-05-19T20:38:17.299Z Checking postgres-types v0.2.12
25332026-05-19T20:38:17.319Z Checking dtrace-parser v0.2.0
25342026-05-19T20:38:17.440Z Checking crossbeam-deque v0.8.6
25352026-05-19T20:38:17.472Z Checking rustls-platform-verifier v0.6.2
25362026-05-19T20:38:17.616Z Checking globset v0.4.18
25372026-05-19T20:38:17.621Z Checking regex v1.12.3
25382026-05-19T20:38:17.621Z Checking ed25519 v2.2.3
25392026-05-19T20:38:17.625Z Checking phf_shared v0.11.3
25402026-05-19T20:38:17.634Z Checking olpc-cjson v0.1.4
25412026-05-19T20:38:17.710Z Checking curve25519-dalek v4.1.3
25422026-05-19T20:38:17.762Z Checking ref-cast v1.0.25
25432026-05-19T20:38:17.765Z Checking strum v0.27.2
25442026-05-19T20:38:17.793Z Checking hubpack v0.1.2
25452026-05-19T20:38:17.806Z Checking memoffset v0.9.1
25462026-05-19T20:38:17.841Z Checking rustix v0.38.44
25472026-05-19T20:38:17.857Z Checking pkcs1 v0.7.5
25482026-05-19T20:38:17.877Z Checking pem v3.0.6
25492026-05-19T20:38:17.881Z Checking float-cmp v0.10.0
25502026-05-19T20:38:17.908Z Checking rfc6979 v0.4.0
25512026-05-19T20:38:17.957Z Checking erased-serde v0.3.31
25522026-05-19T20:38:18.010Z Checking serde-big-array v0.5.1
25532026-05-19T20:38:18.023Z Checking serde_plain v1.0.2
25542026-05-19T20:38:18.034Z Checking thread-id v4.2.2
25552026-05-19T20:38:18.048Z Checking memmap2 v0.9.10
25562026-05-19T20:38:18.064Z Checking env_filter v1.0.0
25572026-05-19T20:38:18.111Z Checking whoami v2.1.0
25582026-05-19T20:38:18.140Z Checking static_assertions v1.1.0
25592026-05-19T20:38:18.160Z Checking difflib v0.4.0
25602026-05-19T20:38:18.201Z Checking new_debug_unreachable v1.0.6
25612026-05-19T20:38:18.201Z Checking typed-path v0.9.3
25622026-05-19T20:38:18.224Z Checking normalize-line-endings v0.3.0
25632026-05-19T20:38:18.278Z Checking fixedbitset v0.5.7
25642026-05-19T20:38:18.304Z Checking rustc-hash v2.1.1
25652026-05-19T20:38:18.317Z Checking data-encoding v2.10.0
25662026-05-19T20:38:18.336Z Checking fixedbitset v0.4.2
25672026-05-19T20:38:18.340Z Checking predicates-core v1.0.10
25682026-05-19T20:38:18.418Z Checking keccak v0.1.6
25692026-05-19T20:38:18.460Z Checking toml_write v0.1.2
25702026-05-19T20:38:18.471Z Checking jiff v0.2.21
25712026-05-19T20:38:18.486Z Checking unicode-segmentation v1.12.0
25722026-05-19T20:38:18.498Z Checking precomputed-hash v0.1.1
25732026-05-19T20:38:18.581Z Checking string_cache v0.8.9
25742026-05-19T20:38:18.584Z Checking hickory-proto v0.25.2
25752026-05-19T20:38:18.584Z Checking sha3 v0.10.8
25762026-05-19T20:38:18.625Z Checking toml_edit v0.22.27
25772026-05-19T20:38:18.645Z Checking crossterm v0.28.1
25782026-05-19T20:38:18.750Z Checking petgraph v0.6.5
25792026-05-19T20:38:18.795Z Checking similar v2.7.0
25802026-05-19T20:38:18.808Z Checking ed25519-dalek v2.2.0
25812026-05-19T20:38:18.976Z Checking tough v0.22.0
25822026-05-19T20:38:19.036Z Checking petgraph v0.8.3
25832026-05-19T20:38:19.172Z Checking predicates v3.1.4
25842026-05-19T20:38:19.478Z Checking slog v2.8.2
25852026-05-19T20:38:19.713Z Checking tokio-postgres v0.7.16
25862026-05-19T20:38:19.741Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25872026-05-19T20:38:19.990Z Checking env_logger v0.11.9
25882026-05-19T20:38:20.186Z Checking usdt v0.6.0
25892026-05-19T20:38:20.199Z Checking usdt-impl v0.5.0
25902026-05-19T20:38:20.355Z Checking rsa v0.9.10
25912026-05-19T20:38:20.484Z Checking toml v0.7.8
25922026-05-19T20:38:20.580Z Checking ecdsa v0.16.9
25932026-05-19T20:38:20.697Z Checking zip v4.6.1
25942026-05-19T20:38:20.791Z Checking nix v0.31.2
25952026-05-19T20:38:20.827Z Checking clap v4.5.60
25962026-05-19T20:38:20.921Z Checking reqwest v0.13.2
25972026-05-19T20:38:20.981Z Checking zip v0.6.6
25982026-05-19T20:38:20.994Z Checking toml_parser v1.0.9+spec-1.1.0
25992026-05-19T20:38:21.251Z Checking itertools v0.13.0
26002026-05-19T20:38:21.270Z Checking serde_with v3.17.0
26012026-05-19T20:38:21.302Z Checking strum v0.26.3
26022026-05-19T20:38:21.321Z Checking fs-err v3.3.0
26032026-05-19T20:38:21.355Z Checking ahash v0.8.12
26042026-05-19T20:38:21.414Z Checking object v0.37.3
26052026-05-19T20:38:21.555Z Checking tokio-stream v0.1.18
26062026-05-19T20:38:21.617Z Checking buf-list v1.1.2
26072026-05-19T20:38:21.761Z Checking camino v1.2.2
26082026-05-19T20:38:21.824Z Checking anyhow v1.0.102
26092026-05-19T20:38:21.831Z Checking x509-cert v0.2.5
26102026-05-19T20:38:21.941Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26112026-05-19T20:38:21.987Z Checking openapiv3 v2.2.0
26122026-05-19T20:38:22.009Z Checking sha1 v0.10.6
26132026-05-19T20:38:22.035Z Checking toml_datetime v0.7.5+spec-1.1.0
26142026-05-19T20:38:22.180Z Checking lalrpop-util v0.19.12
26152026-05-19T20:38:22.210Z Checking peg-runtime v0.8.5
26162026-05-19T20:38:22.234Z Checking rayon v1.11.0
26172026-05-19T20:38:22.282Z Checking sigpipe v0.1.3
26182026-05-19T20:38:22.340Z Checking glob v0.3.3
26192026-05-19T20:38:23.645Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26202026-05-19T20:38:23.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.01s
26212026-05-19T20:38:24.089Z
26222026-05-19T20:38:24.089Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26232026-05-19T20:38:24.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-19T20:38:24.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-19T20:38:24.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-19T20:38:24.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26272026-05-19T20:38:24.693Z
26282026-05-19T20:38:24.693Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26292026-05-19T20:38:25.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-19T20:38:25.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-19T20:38:25.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-19T20:38:25.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26332026-05-19T20:38:25.296Z
26342026-05-19T20:38:25.296Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26352026-05-19T20:38:25.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-19T20:38:25.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-19T20:38:25.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-19T20:38:25.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26392026-05-19T20:38:25.914Z
26402026-05-19T20:38:25.914Zinfo: running `cargo check --bins` on oxql-types (80/276)
26412026-05-19T20:38:26.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-19T20:38:26.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-19T20:38:26.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-19T20:38:26.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26452026-05-19T20:38:26.515Z
26462026-05-19T20:38:26.515Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26472026-05-19T20:38:27.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-19T20:38:27.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-19T20:38:27.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-19T20:38:27.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-05-19T20:38:27.121Z
26522026-05-19T20:38:27.121Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26532026-05-19T20:38:27.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-19T20:38:27.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-19T20:38:27.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-19T20:38:27.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26572026-05-19T20:38:27.723Z
26582026-05-19T20:38:27.723Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26592026-05-19T20:38:28.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-19T20:38:28.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-19T20:38:28.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-19T20:38:28.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26632026-05-19T20:38:28.303Z
26642026-05-19T20:38:28.303Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26652026-05-19T20:38:28.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-19T20:38:28.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-19T20:38:28.994Z Compiling structmeta-derive v0.3.0
26682026-05-19T20:38:29.111Z Compiling rustls v0.22.4
26692026-05-19T20:38:29.120Z Compiling multer v3.1.0
26702026-05-19T20:38:29.129Z Compiling async-stream-impl v0.3.6
26712026-05-19T20:38:29.130Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26722026-05-19T20:38:29.151Z Compiling dropshot v0.17.0
26732026-05-19T20:38:29.166Z Compiling newtype-uuid-macros v0.1.0
26742026-05-19T20:38:29.166Z Compiling dropshot_endpoint v0.17.0
26752026-05-19T20:38:29.286Z Checking newtype-uuid v1.3.2
26762026-05-19T20:38:29.365Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772026-05-19T20:38:29.409Z Checking rustls-webpki v0.102.8
26782026-05-19T20:38:29.491Z Checking daft v0.1.7
26792026-05-19T20:38:29.511Z Checking thread_local v1.1.9
26802026-05-19T20:38:29.677Z Checking compression-core v0.4.31
26812026-05-19T20:38:29.709Z Checking match_cfg v0.1.0
26822026-05-19T20:38:29.727Z Checking iddqd v0.3.18
26832026-05-19T20:38:29.805Z Checking hostname v0.3.1
26842026-05-19T20:38:29.810Z Checking compression-codecs v0.4.37
26852026-05-19T20:38:29.817Z Checking crossbeam-channel v0.5.15
26862026-05-19T20:38:29.881Z Checking slog-json v2.6.1
26872026-05-19T20:38:29.922Z Checking toml_datetime v1.0.0+spec-1.1.0
26882026-05-19T20:38:29.967Z Checking serde_spanned v1.0.4
26892026-05-19T20:38:30.035Z Checking is-terminal v0.4.17
26902026-05-19T20:38:30.100Z Checking take_mut v0.2.2
26912026-05-19T20:38:30.125Z Checking debug-ignore v1.0.5
26922026-05-19T20:38:30.125Z Checking toml_writer v1.0.6+spec-1.1.0
26932026-05-19T20:38:30.149Z Checking term v1.2.1
26942026-05-19T20:38:30.161Z Compiling structmeta v0.3.0
26952026-05-19T20:38:30.201Z Checking slog-async v2.8.0
26962026-05-19T20:38:30.223Z Checking slog-bunyan v2.5.0
26972026-05-19T20:38:30.313Z Checking toml v1.0.6+spec-1.1.0
26982026-05-19T20:38:30.337Z Checking async-compression v0.4.41
26992026-05-19T20:38:30.365Z Checking slog-term v2.9.2
27002026-05-19T20:38:30.379Z Compiling derive-ex v0.1.8
27012026-05-19T20:38:30.382Z Compiling parse-display-derive v0.10.0
27022026-05-19T20:38:30.577Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-05-19T20:38:30.592Z Checking async-stream v0.3.6
27042026-05-19T20:38:30.622Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27052026-05-19T20:38:30.652Z Checking progenitor-client v0.14.0
27062026-05-19T20:38:30.714Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-05-19T20:38:30.858Z Checking waitgroup v0.1.2
27082026-05-19T20:38:30.884Z Checking backon v1.6.0
27092026-05-19T20:38:30.897Z Checking rustls-pemfile v2.2.0
27102026-05-19T20:38:30.951Z Checking serde_path_to_error v0.1.20
27112026-05-19T20:38:30.964Z Checking hostname v0.4.2
27122026-05-19T20:38:31.033Z Checking instant v0.1.13
27132026-05-19T20:38:31.119Z Checking backoff v0.4.0
27142026-05-19T20:38:31.213Z Checking tokio-rustls v0.25.0
27152026-05-19T20:38:31.227Z Checking progenitor-extras v0.2.0
27162026-05-19T20:38:31.269Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-05-19T20:38:31.290Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-05-19T20:38:31.448Z Checking itertools v0.14.0
27192026-05-19T20:38:31.485Z Checking progenitor-client v0.10.0
27202026-05-19T20:38:31.654Z Checking regress v0.10.5
27212026-05-19T20:38:31.670Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27222026-05-19T20:38:31.915Z Checking macaddr v1.0.1
27232026-05-19T20:38:32.051Z Compiling test-strategy v0.4.5
27242026-05-19T20:38:32.100Z Checking parse-display v0.10.0
27252026-05-19T20:38:33.251Z Compiling prettyplease v0.2.37
27262026-05-19T20:38:33.597Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-05-19T20:38:33.709Z Checking num-rational v0.4.2
27282026-05-19T20:38:33.965Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-05-19T20:38:34.141Z Checking num-complex v0.4.6
27302026-05-19T20:38:34.825Z Compiling num v0.4.3
27312026-05-19T20:38:34.873Z Compiling usdt-attr-macro v0.5.0
27322026-05-19T20:38:34.912Z Compiling usdt-macro v0.5.0
27332026-05-19T20:38:34.947Z Checking memmap v0.7.0
27342026-05-19T20:38:34.961Z Compiling float-ord v0.3.2
27352026-05-19T20:38:35.078Z Compiling convert_case v0.4.0
27362026-05-19T20:38:35.081Z Checking unicode-width v0.2.0
27372026-05-19T20:38:35.341Z Checking console v0.15.11
27382026-05-19T20:38:35.462Z Compiling derive_more v0.99.20
27392026-05-19T20:38:35.620Z Checking newline-converter v0.3.0
27402026-05-19T20:38:35.633Z Checking atomicwrites v0.4.4
27412026-05-19T20:38:35.658Z Checking usdt v0.5.0
27422026-05-19T20:38:35.734Z Compiling toml v0.8.23
27432026-05-19T20:38:35.762Z Checking linked-hash-map v0.5.6
27442026-05-19T20:38:35.829Z Compiling minimal-lexical v0.2.1
27452026-05-19T20:38:35.935Z Checking lru-cache v0.1.2
27462026-05-19T20:38:36.071Z Compiling nom v7.1.3
27472026-05-19T20:38:36.085Z Checking expectorate v1.2.0
27482026-05-19T20:38:36.347Z Checking camino-tempfile v1.4.1
27492026-05-19T20:38:36.585Z Checking hickory-proto v0.24.4
27502026-05-19T20:38:36.739Z Checking phf_shared v0.12.1
27512026-05-19T20:38:36.881Z Compiling slog-dtrace v0.3.0
27522026-05-19T20:38:37.088Z Checking heck v0.5.0
27532026-05-19T20:38:37.107Z Checking resolv-conf v0.7.6
27542026-05-19T20:38:37.232Z Compiling chrono-tz v0.10.4
27552026-05-19T20:38:37.299Z Compiling const_format_proc_macros v0.2.34
27562026-05-19T20:38:37.425Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-05-19T20:38:37.487Z Checking phf v0.12.1
27582026-05-19T20:38:37.580Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27592026-05-19T20:38:37.636Z Checking tokio-dtrace v0.1.1
27602026-05-19T20:38:37.824Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-05-19T20:38:37.910Z Compiling derive-where v1.6.0
27622026-05-19T20:38:38.086Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-05-19T20:38:38.121Z Checking highway v1.3.0
27642026-05-19T20:38:38.368Z Checking const_format v0.2.35
27652026-05-19T20:38:38.469Z Checking hickory-resolver v0.24.4
27662026-05-19T20:38:38.601Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-05-19T20:38:39.051Z Checking oxide-tokio-rt v0.1.4
27682026-05-19T20:38:39.108Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-05-19T20:38:39.227Z Checking gethostname v0.5.0
27702026-05-19T20:38:39.238Z Checking qorb v0.4.1
27712026-05-19T20:38:39.298Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27722026-05-19T20:38:39.313Z Checking bcs v0.1.6
27732026-05-19T20:38:39.326Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-05-19T20:38:39.428Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-05-19T20:38:39.494Z Checking termtree v0.5.1
27762026-05-19T20:38:42.960Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-05-19T20:38:45.656Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-05-19T20:38:47.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.48s
27792026-05-19T20:38:47.977Z
27802026-05-19T20:38:47.977Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27812026-05-19T20:38:48.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-05-19T20:38:48.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-05-19T20:38:48.660Z Compiling ar_archive_writer v0.5.1
27842026-05-19T20:38:48.770Z Compiling stacker v0.1.23
27852026-05-19T20:38:48.773Z Compiling cfg_aliases v0.1.1
27862026-05-19T20:38:48.785Z Compiling convert_case v0.10.0
27872026-05-19T20:38:48.785Z Checking unicode-width v0.1.14
27882026-05-19T20:38:48.800Z Compiling proc-macro-error v1.0.4
27892026-05-19T20:38:48.810Z Checking fd-lock v4.0.4
27902026-05-19T20:38:48.813Z Checking nibble_vec v0.1.0
27912026-05-19T20:38:48.835Z Compiling nix v0.28.0
27922026-05-19T20:38:48.925Z Checking vte v0.14.1
27932026-05-19T20:38:48.937Z Compiling recursive-proc-macro-impl v0.1.1
27942026-05-19T20:38:49.024Z Checking endian-type v0.1.2
27952026-05-19T20:38:49.036Z Checking bytecount v0.6.9
27962026-05-19T20:38:49.075Z Compiling derive_more-impl v2.1.1
27972026-05-19T20:38:49.087Z Checking strip-ansi-escapes v0.2.1
27982026-05-19T20:38:49.100Z Compiling tabled_derive v0.7.0
27992026-05-19T20:38:49.133Z Checking papergrid v0.11.0
28002026-05-19T20:38:49.145Z Checking radix_trie v0.2.1
28012026-05-19T20:38:49.196Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-05-19T20:38:49.325Z Compiling peg-macros v0.8.5
28032026-05-19T20:38:49.348Z Checking winnow v0.6.26
28042026-05-19T20:38:49.589Z Compiling psm v0.1.30
28052026-05-19T20:38:49.659Z Compiling sqlparser_derive v0.5.0
28062026-05-19T20:38:49.746Z Checking home v0.5.12
28072026-05-19T20:38:49.854Z Checking nu-ansi-term v0.50.3
28082026-05-19T20:38:49.873Z Checking derive_more v2.1.1
28092026-05-19T20:38:49.962Z Checking unicode_categories v0.1.1
28102026-05-19T20:38:50.054Z Checking tabled v0.15.0
28112026-05-19T20:38:50.067Z Checking reedline v0.40.0
28122026-05-19T20:38:50.107Z Checking rustyline v14.0.0
28132026-05-19T20:38:50.107Z Checking crossterm v0.29.0
28142026-05-19T20:38:50.408Z Checking recursive v0.1.1
28152026-05-19T20:38:50.443Z Checking display-error-chain v0.2.2
28162026-05-19T20:38:50.488Z Checking sqlformat v0.3.5
28172026-05-19T20:38:50.500Z Checking sqlparser v0.61.0
28182026-05-19T20:38:50.671Z Checking peg v0.8.5
28192026-05-19T20:39:01.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
28202026-05-19T20:39:01.798Z
28212026-05-19T20:39:01.798Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28222026-05-19T20:39:02.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-19T20:39:02.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-19T20:39:02.475Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-19T20:39:05.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28262026-05-19T20:39:07.267Z
28272026-05-19T20:39:07.267Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28282026-05-19T20:39:07.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-19T20:39:07.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-19T20:39:07.268Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-19T20:39:09.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28322026-05-19T20:39:09.409Z
28332026-05-19T20:39:09.409Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28342026-05-19T20:39:09.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-19T20:39:09.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-19T20:39:10.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-19T20:39:13.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28382026-05-19T20:39:13.498Z
28392026-05-19T20:39:13.498Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28402026-05-19T20:39:14.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-19T20:39:14.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-19T20:39:14.175Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-19T20:39:17.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28442026-05-19T20:39:17.656Z
28452026-05-19T20:39:17.656Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28462026-05-19T20:39:18.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-19T20:39:18.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-19T20:39:18.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-19T20:39:20.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28502026-05-19T20:39:21.105Z
28512026-05-19T20:39:21.105Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28522026-05-19T20:39:21.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-19T20:39:21.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-19T20:39:21.783Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-19T20:39:24.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28562026-05-19T20:39:24.614Z
28572026-05-19T20:39:24.614Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28582026-05-19T20:39:25.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-19T20:39:25.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-19T20:39:25.297Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-19T20:39:28.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28622026-05-19T20:39:28.881Z
28632026-05-19T20:39:28.881Zinfo: running `cargo check --bins` on oximeter (93/276)
28642026-05-19T20:39:29.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-19T20:39:29.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-19T20:39:29.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-05-19T20:39:29.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28682026-05-19T20:39:29.485Z
28692026-05-19T20:39:29.485Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28702026-05-19T20:39:29.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-19T20:39:29.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-19T20:39:30.132Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-05-19T20:39:30.294Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-05-19T20:39:30.297Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28752026-05-19T20:39:30.630Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-05-19T20:39:33.501Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-05-19T20:39:34.699Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-05-19T20:39:34.862Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-05-19T20:39:35.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
28802026-05-19T20:39:35.717Z
28812026-05-19T20:39:35.717Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28822026-05-19T20:39:36.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-19T20:39:36.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-19T20:39:36.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-19T20:39:36.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28862026-05-19T20:39:36.320Z
28872026-05-19T20:39:36.320Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28882026-05-19T20:39:36.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-19T20:39:36.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-19T20:39:36.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-19T20:39:36.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28922026-05-19T20:39:36.964Z
28932026-05-19T20:39:36.964Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28942026-05-19T20:39:37.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-19T20:39:37.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-19T20:39:37.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-19T20:39:37.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28982026-05-19T20:39:37.578Z
28992026-05-19T20:39:37.578Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29002026-05-19T20:39:38.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-19T20:39:38.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-19T20:39:38.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-19T20:39:38.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-05-19T20:39:38.197Z
29052026-05-19T20:39:38.197Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29062026-05-19T20:39:38.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-19T20:39:38.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-19T20:39:38.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-19T20:39:38.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29102026-05-19T20:39:38.823Z
29112026-05-19T20:39:38.823Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29122026-05-19T20:39:39.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-19T20:39:39.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-19T20:39:39.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-19T20:39:39.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29162026-05-19T20:39:39.443Z
29172026-05-19T20:39:39.443Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29182026-05-19T20:39:39.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-19T20:39:39.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-19T20:39:39.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-19T20:39:39.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-05-19T20:39:40.042Z
29232026-05-19T20:39:40.042Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29242026-05-19T20:39:40.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-19T20:39:40.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-19T20:39:40.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-19T20:39:40.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29282026-05-19T20:39:40.665Z
29292026-05-19T20:39:40.665Zinfo: running `cargo check --bins` on update-engine (103/276)
29302026-05-19T20:39:41.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-19T20:39:41.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-19T20:39:41.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-19T20:39:41.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29342026-05-19T20:39:41.266Z
29352026-05-19T20:39:41.266Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29362026-05-19T20:39:41.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-19T20:39:41.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-19T20:39:41.995Z Compiling crucible-workspace-hack v0.1.0
29392026-05-19T20:39:42.113Z Checking secrecy v0.10.3
29402026-05-19T20:39:42.122Z Compiling heapless v0.8.0
29412026-05-19T20:39:42.130Z Compiling ingot-macros v0.1.1
29422026-05-19T20:39:42.138Z Compiling toml_edit v0.23.10+spec-1.0.0
29432026-05-19T20:39:42.141Z Checking hash32 v0.3.1
29442026-05-19T20:39:42.160Z Compiling smoltcp v0.11.0
29452026-05-19T20:39:42.164Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-05-19T20:39:42.217Z Checking cobs v0.3.0
29472026-05-19T20:39:42.279Z Compiling thiserror-impl-no-std v2.0.2
29482026-05-19T20:39:42.367Z Checking universal-hash v0.5.1
29492026-05-19T20:39:42.379Z Checking half v2.7.1
29502026-05-19T20:39:42.405Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-19T20:39:42.491Z Checking ciborium-io v0.2.2
29522026-05-19T20:39:42.524Z Checking opaque-debug v0.3.1
29532026-05-19T20:39:42.605Z Checking postcard v1.1.3
29542026-05-19T20:39:42.621Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29552026-05-19T20:39:42.634Z Checking poly1305 v0.8.0
29562026-05-19T20:39:42.646Z Checking ciborium-ll v0.2.2
29572026-05-19T20:39:42.820Z Compiling proc-macro-crate v3.4.0
29582026-05-19T20:39:42.887Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-05-19T20:39:42.901Z Checking password-hash v0.5.0
29602026-05-19T20:39:42.915Z Checking chacha20 v0.9.1
29612026-05-19T20:39:43.108Z Compiling proc-macro-crate v1.3.1
29622026-05-19T20:39:43.125Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29632026-05-19T20:39:43.153Z Checking blake2 v0.10.6
29642026-05-19T20:39:43.195Z Checking aead v0.5.2
29652026-05-19T20:39:43.339Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-05-19T20:39:43.357Z Compiling foreign-types-macros v0.2.3
29672026-05-19T20:39:43.381Z Compiling num_enum_derive v0.7.5
29682026-05-19T20:39:43.394Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-05-19T20:39:43.450Z Checking thiserror-no-std v2.0.2
29702026-05-19T20:39:43.523Z Checking cpufeatures v0.3.0
29712026-05-19T20:39:43.540Z Checking foreign-types-shared v0.3.1
29722026-05-19T20:39:43.543Z Checking vsss-rs v3.3.4
29732026-05-19T20:39:43.596Z Checking chacha20 v0.10.0
29742026-05-19T20:39:43.626Z Compiling num_enum_derive v0.5.11
29752026-05-19T20:39:43.641Z Checking argon2 v0.5.3
29762026-05-19T20:39:43.807Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-19T20:39:43.948Z Checking foreign-types v0.5.0
29782026-05-19T20:39:43.983Z Checking chacha20poly1305 v0.10.1
29792026-05-19T20:39:44.028Z Checking ciborium v0.2.2
29802026-05-19T20:39:44.218Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-05-19T20:39:44.239Z Checking tabwriter v1.4.1
29822026-05-19T20:39:44.387Z Checking byte-wrapper v0.1.0
29832026-05-19T20:39:44.420Z Checking num_enum v0.7.5
29842026-05-19T20:39:44.439Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-05-19T20:39:44.504Z Checking cstr-argument v0.1.2
29862026-05-19T20:39:44.533Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29872026-05-19T20:39:44.598Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-05-19T20:39:44.628Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29892026-05-19T20:39:44.641Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-05-19T20:39:44.655Z Checking num_enum v0.5.11
29912026-05-19T20:39:44.766Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29922026-05-19T20:39:44.796Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-05-19T20:39:44.810Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-05-19T20:39:44.859Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-05-19T20:39:44.922Z Checking ingot-types v0.1.2
29962026-05-19T20:39:44.956Z Checking rand v0.10.0
29972026-05-19T20:39:45.009Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-05-19T20:39:45.009Z Checking indent_write v2.2.0
29992026-05-19T20:39:45.009Z Checking colored v3.1.1
30002026-05-19T20:39:45.111Z Compiling zone_cfg_derive v0.3.1
30012026-05-19T20:39:45.206Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-05-19T20:39:45.266Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-19T20:39:45.282Z Checking ingot v0.1.1
30042026-05-19T20:39:45.294Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-19T20:39:45.365Z Checking itertools v0.12.1
30062026-05-19T20:39:45.379Z Compiling num-derive v0.4.2
30072026-05-19T20:39:45.395Z Checking swrite v0.1.0
30082026-05-19T20:39:45.464Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30092026-05-19T20:39:45.485Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-19T20:39:45.640Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-05-19T20:39:45.738Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30122026-05-19T20:39:45.754Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30132026-05-19T20:39:45.801Z Checking dropshot-api-manager-types v0.7.1
30142026-05-19T20:39:45.824Z Checking smf v0.2.3
30152026-05-19T20:39:45.864Z Checking nanorand v0.7.0
30162026-05-19T20:39:45.967Z Checking whoami v1.6.1
30172026-05-19T20:39:46.054Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-19T20:39:46.068Z Checking flume v0.11.1
30192026-05-19T20:39:46.294Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30202026-05-19T20:39:46.359Z Checking zone v0.3.1
30212026-05-19T20:39:46.845Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-19T20:39:47.818Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-19T20:39:48.709Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-19T20:39:51.889Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-05-19T20:39:53.962Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-05-19T20:39:55.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
30272026-05-19T20:39:55.270Z
30282026-05-19T20:39:55.270Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30292026-05-19T20:39:55.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-19T20:39:55.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-19T20:39:55.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-19T20:39:55.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30332026-05-19T20:39:55.882Z
30342026-05-19T20:39:55.882Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30352026-05-19T20:39:56.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-19T20:39:56.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-19T20:39:56.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-19T20:39:56.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30392026-05-19T20:39:56.496Z
30402026-05-19T20:39:56.496Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30412026-05-19T20:39:57.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-19T20:39:57.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-19T20:39:57.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-19T20:39:57.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30452026-05-19T20:39:57.109Z
30462026-05-19T20:39:57.109Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30472026-05-19T20:39:57.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-19T20:39:57.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-19T20:39:57.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-19T20:39:57.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30512026-05-19T20:39:57.736Z
30522026-05-19T20:39:57.736Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30532026-05-19T20:39:58.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-19T20:39:58.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-19T20:39:58.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-19T20:39:58.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30572026-05-19T20:39:58.356Z
30582026-05-19T20:39:58.356Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30592026-05-19T20:39:58.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-19T20:39:58.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-19T20:39:58.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-19T20:39:58.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30632026-05-19T20:39:58.974Z
30642026-05-19T20:39:58.974Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30652026-05-19T20:39:59.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-19T20:39:59.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-19T20:39:59.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-19T20:39:59.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30692026-05-19T20:39:59.596Z
30702026-05-19T20:39:59.596Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30712026-05-19T20:40:00.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-19T20:40:00.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-19T20:40:00.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-19T20:40:00.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-05-19T20:40:00.197Z
30762026-05-19T20:40:00.197Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30772026-05-19T20:40:00.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-19T20:40:00.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-19T20:40:00.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-19T20:40:00.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30812026-05-19T20:40:00.817Z
30822026-05-19T20:40:00.817Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30832026-05-19T20:40:01.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-19T20:40:01.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-19T20:40:01.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-19T20:40:01.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30872026-05-19T20:40:01.439Z
30882026-05-19T20:40:01.439Zinfo: running `cargo check --bins` on installinator-client (115/276)
30892026-05-19T20:40:01.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-19T20:40:01.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-19T20:40:01.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-19T20:40:01.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30932026-05-19T20:40:02.055Z
30942026-05-19T20:40:02.055Zinfo: running `cargo check --bins` on nexus-client (116/276)
30952026-05-19T20:40:02.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-19T20:40:02.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-19T20:40:02.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-19T20:40:02.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30992026-05-19T20:40:02.708Z
31002026-05-19T20:40:02.708Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31012026-05-19T20:40:03.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-19T20:40:03.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-19T20:40:03.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-19T20:40:03.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31052026-05-19T20:40:03.362Z
31062026-05-19T20:40:03.362Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31072026-05-19T20:40:03.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-19T20:40:03.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-19T20:40:03.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-19T20:40:03.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-05-19T20:40:03.963Z
31122026-05-19T20:40:03.963Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31132026-05-19T20:40:04.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-19T20:40:04.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-19T20:40:04.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-19T20:40:04.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31172026-05-19T20:40:04.565Z
31182026-05-19T20:40:04.565Zinfo: running `cargo check --bins` on oxide-client (120/276)
31192026-05-19T20:40:05.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-19T20:40:05.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-19T20:40:05.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-19T20:40:05.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31232026-05-19T20:40:05.171Z
31242026-05-19T20:40:05.171Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31252026-05-19T20:40:05.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-19T20:40:05.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-19T20:40:05.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-19T20:40:05.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31292026-05-19T20:40:05.790Z
31302026-05-19T20:40:05.790Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31312026-05-19T20:40:06.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-19T20:40:06.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-19T20:40:06.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-19T20:40:06.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31352026-05-19T20:40:06.389Z
31362026-05-19T20:40:06.390Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31372026-05-19T20:40:06.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-19T20:40:06.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-19T20:40:06.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-19T20:40:06.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31412026-05-19T20:40:07.019Z
31422026-05-19T20:40:07.019Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31432026-05-19T20:40:07.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-19T20:40:07.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-19T20:40:07.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-19T20:40:07.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31472026-05-19T20:40:07.650Z
31482026-05-19T20:40:07.650Zinfo: running `cargo check --bins` on installinator-common (125/276)
31492026-05-19T20:40:08.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-19T20:40:08.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-19T20:40:08.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-19T20:40:08.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-05-19T20:40:08.283Z
31542026-05-19T20:40:08.283Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31552026-05-19T20:40:08.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-19T20:40:08.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-19T20:40:08.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-19T20:40:08.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31592026-05-19T20:40:08.886Z
31602026-05-19T20:40:08.886Zinfo: running `cargo check --bins` on wicket-common (127/276)
31612026-05-19T20:40:09.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-19T20:40:09.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-19T20:40:09.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-19T20:40:09.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31652026-05-19T20:40:09.514Z
31662026-05-19T20:40:09.514Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31672026-05-19T20:40:10.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-19T20:40:10.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-19T20:40:10.222Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-05-19T20:40:10.338Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-05-19T20:40:10.347Z Checking csv-core v0.1.13
31722026-05-19T20:40:10.392Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-05-19T20:40:10.392Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-05-19T20:40:10.392Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-05-19T20:40:10.392Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-05-19T20:40:10.395Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-19T20:40:10.504Z Checking csv v1.4.0
31782026-05-19T20:40:10.546Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-05-19T20:40:10.561Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-05-19T20:40:10.586Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-05-19T20:40:10.603Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-05-19T20:40:10.856Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-05-19T20:40:11.226Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-05-19T20:40:11.230Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31852026-05-19T20:40:11.558Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-05-19T20:40:17.487Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-05-19T20:40:18.018Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-05-19T20:40:20.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
31892026-05-19T20:40:20.547Z
31902026-05-19T20:40:20.547Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31912026-05-19T20:40:21.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-19T20:40:21.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-19T20:40:21.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-19T20:40:21.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31952026-05-19T20:40:21.160Z
31962026-05-19T20:40:21.160Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31972026-05-19T20:40:21.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-19T20:40:21.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-19T20:40:21.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-19T20:40:21.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32012026-05-19T20:40:21.864Z
32022026-05-19T20:40:21.865Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32032026-05-19T20:40:22.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-19T20:40:22.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-19T20:40:22.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-19T20:40:22.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32072026-05-19T20:40:22.552Z
32082026-05-19T20:40:22.552Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32092026-05-19T20:40:23.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-19T20:40:23.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-19T20:40:23.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-19T20:40:23.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32132026-05-19T20:40:23.213Z
32142026-05-19T20:40:23.213Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32152026-05-19T20:40:23.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-19T20:40:23.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-19T20:40:23.987Z Compiling regress v0.11.1
32182026-05-19T20:40:24.128Z Compiling unsafe-libyaml v0.2.11
32192026-05-19T20:40:24.149Z Compiling radium v0.7.0
32202026-05-19T20:40:24.149Z Compiling semver v0.1.20
32212026-05-19T20:40:24.166Z Checking tap v1.0.1
32222026-05-19T20:40:24.166Z Compiling maybe-uninit v2.0.0
32232026-05-19T20:40:24.191Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32242026-05-19T20:40:24.263Z Checking wyz v0.5.1
32252026-05-19T20:40:24.410Z Compiling rustc_version v0.1.7
32262026-05-19T20:40:24.460Z Checking progenitor-client v0.13.0
32272026-05-19T20:40:24.493Z Compiling zerocopy-derive v0.6.6
32282026-05-19T20:40:24.603Z Checking crc-catalog v2.4.0
32292026-05-19T20:40:24.626Z Compiling newtype_derive v0.1.6
32302026-05-19T20:40:24.703Z Compiling serde_yaml v0.9.34+deprecated
32312026-05-19T20:40:24.707Z Compiling cancel-safe-futures v0.1.5
32322026-05-19T20:40:24.814Z Checking funty v2.0.0
32332026-05-19T20:40:24.866Z Compiling packed_struct v0.10.1
32342026-05-19T20:40:24.908Z Compiling owo-colors v4.3.0
32352026-05-19T20:40:25.132Z Checking bitvec v1.0.1
32362026-05-19T20:40:25.226Z Checking crc v3.4.0
32372026-05-19T20:40:25.338Z Checking zerocopy v0.6.6
32382026-05-19T20:40:25.394Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-05-19T20:40:25.410Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-05-19T20:40:25.546Z Checking typify-impl v0.6.2
32412026-05-19T20:40:25.690Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32422026-05-19T20:40:25.746Z Compiling packed_struct_codegen v0.10.1
32432026-05-19T20:40:25.942Z Checking libsw-core v0.3.2
32442026-05-19T20:40:25.957Z Compiling bitfield-macros v0.19.4
32452026-05-19T20:40:26.091Z Compiling indexmap v1.9.3
32462026-05-19T20:40:26.142Z Checking nodrop v0.1.14
32472026-05-19T20:40:26.241Z Checking array-init v0.0.4
32482026-05-19T20:40:26.312Z Checking libsw v3.5.0
32492026-05-19T20:40:26.426Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-19T20:40:26.462Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-05-19T20:40:26.545Z Checking smallvec v0.6.14
32522026-05-19T20:40:26.641Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-05-19T20:40:26.672Z Checking bitfield v0.19.4
32542026-05-19T20:40:26.843Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-05-19T20:40:26.944Z Checking base64 v0.21.7
32562026-05-19T20:40:26.966Z Checking tagptr v0.2.0
32572026-05-19T20:40:27.063Z Checking linear-map v1.2.0
32582026-05-19T20:40:27.100Z Checking smawk v0.3.2
32592026-05-19T20:40:27.123Z Checking hashbrown v0.12.3
32602026-05-19T20:40:27.220Z Checking unicode-linebreak v0.1.5
32612026-05-19T20:40:27.236Z Checking ron v0.8.1
32622026-05-19T20:40:27.247Z Checking moka v0.12.13
32632026-05-19T20:40:27.261Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-05-19T20:40:27.337Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-05-19T20:40:27.437Z Checking textwrap v0.16.2
32662026-05-19T20:40:27.476Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-05-19T20:40:27.656Z Checking steno v0.4.1
32682026-05-19T20:40:27.762Z Checking serde-hex v0.1.0
32692026-05-19T20:40:27.875Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-19T20:40:27.889Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-19T20:40:27.903Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32722026-05-19T20:40:28.038Z Checking hashbrown v0.13.2
32732026-05-19T20:40:28.290Z Checking humantime v2.3.0
32742026-05-19T20:40:28.462Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-05-19T20:40:28.477Z Checking crc-any v2.5.0
32762026-05-19T20:40:28.481Z Checking object v0.30.4
32772026-05-19T20:40:28.525Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-05-19T20:40:28.665Z Checking hickory-resolver v0.25.2
32792026-05-19T20:40:28.678Z Checking utf-8 v0.7.6
32802026-05-19T20:40:28.691Z Checking path-slash v0.1.5
32812026-05-19T20:40:28.694Z Checking half v1.8.3
32822026-05-19T20:40:28.804Z Checking void v1.0.2
32832026-05-19T20:40:28.815Z Checking tungstenite v0.23.0
32842026-05-19T20:40:28.903Z Checking lzss v0.8.2
32852026-05-19T20:40:28.903Z Checking serde_cbor v0.11.2
32862026-05-19T20:40:29.227Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-05-19T20:40:29.242Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-05-19T20:40:29.245Z Checking nix v0.27.1
32892026-05-19T20:40:29.279Z Checking kstat-rs v0.2.4
32902026-05-19T20:40:29.368Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32912026-05-19T20:40:29.386Z Checking fxhash v0.2.1
32922026-05-19T20:40:29.467Z Checking serde_bytes v0.11.19
32932026-05-19T20:40:29.483Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-05-19T20:40:29.508Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32952026-05-19T20:40:29.645Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32962026-05-19T20:40:29.751Z Checking tokio-tungstenite v0.23.1
32972026-05-19T20:40:29.787Z Checking signal-hook-tokio v0.3.1
32982026-05-19T20:40:30.076Z Compiling typify-macro v0.6.2
32992026-05-19T20:40:30.817Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-05-19T20:40:31.212Z Compiling typify v0.6.2
33012026-05-19T20:40:31.292Z Compiling progenitor-impl v0.13.0
33022026-05-19T20:40:31.292Z Compiling progenitor-impl v0.14.0
33032026-05-19T20:40:31.727Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-05-19T20:40:32.065Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33052026-05-19T20:40:32.884Z Compiling progenitor-macro v0.13.0
33062026-05-19T20:40:32.924Z Compiling progenitor-macro v0.14.0
33072026-05-19T20:40:35.308Z Checking progenitor v0.13.0
33082026-05-19T20:40:35.436Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33092026-05-19T20:40:35.560Z Checking progenitor v0.14.0
33102026-05-19T20:40:35.673Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-05-19T20:40:38.464Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-05-19T20:40:46.112Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-05-19T20:40:52.408Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-05-19T20:40:53.769Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-05-19T20:40:54.276Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-05-19T20:40:56.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.14s
33172026-05-19T20:40:56.562Z
33182026-05-19T20:40:56.562Zinfo: running `cargo check --bins` on gateway-api (134/276)
33192026-05-19T20:40:57.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-19T20:40:57.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-19T20:40:57.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-19T20:40:57.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33232026-05-19T20:40:57.222Z
33242026-05-19T20:40:57.222Zinfo: running `cargo check --bins` on ipcc (135/276)
33252026-05-19T20:40:57.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-19T20:40:57.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-19T20:40:57.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-19T20:40:57.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33292026-05-19T20:40:57.808Z
33302026-05-19T20:40:57.808Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33312026-05-19T20:40:58.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-19T20:40:58.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-19T20:40:58.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-19T20:40:58.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33352026-05-19T20:40:58.398Z
33362026-05-19T20:40:58.398Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33372026-05-19T20:40:58.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-19T20:40:58.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-19T20:40:58.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-19T20:40:58.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33412026-05-19T20:40:59.005Z
33422026-05-19T20:40:59.005Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33432026-05-19T20:40:59.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-19T20:40:59.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-19T20:40:59.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-19T20:40:59.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33472026-05-19T20:40:59.624Z
33482026-05-19T20:40:59.624Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33492026-05-19T20:41:00.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-19T20:41:00.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-19T20:41:00.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-19T20:41:00.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33532026-05-19T20:41:00.244Z
33542026-05-19T20:41:00.245Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33552026-05-19T20:41:00.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-19T20:41:00.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-19T20:41:00.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-19T20:41:00.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33592026-05-19T20:41:00.863Z
33602026-05-19T20:41:00.863Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33612026-05-19T20:41:01.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-19T20:41:01.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-19T20:41:01.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-19T20:41:01.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33652026-05-19T20:41:01.485Z
33662026-05-19T20:41:01.485Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33672026-05-19T20:41:02.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-19T20:41:02.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-19T20:41:02.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-19T20:41:02.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-19T20:41:02.097Z
33722026-05-19T20:41:02.097Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33732026-05-19T20:41:02.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-19T20:41:02.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-19T20:41:02.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-19T20:41:02.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-19T20:41:02.707Z
33782026-05-19T20:41:02.707Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33792026-05-19T20:41:03.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-19T20:41:03.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-19T20:41:03.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-19T20:41:03.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-05-19T20:41:03.327Z
33842026-05-19T20:41:03.327Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33852026-05-19T20:41:03.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-19T20:41:03.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-19T20:41:03.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-19T20:41:03.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-05-19T20:41:03.934Z
33902026-05-19T20:41:03.934Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33912026-05-19T20:41:04.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-19T20:41:04.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-19T20:41:04.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-19T20:41:04.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-05-19T20:41:04.545Z
33962026-05-19T20:41:04.545Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33972026-05-19T20:41:05.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-19T20:41:05.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-19T20:41:05.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-19T20:41:05.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-05-19T20:41:05.166Z
34022026-05-19T20:41:05.166Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34032026-05-19T20:41:05.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-19T20:41:05.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-19T20:41:05.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-19T20:41:05.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34072026-05-19T20:41:05.786Z
34082026-05-19T20:41:05.786Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34092026-05-19T20:41:06.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-19T20:41:06.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-19T20:41:06.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-19T20:41:06.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-05-19T20:41:06.430Z
34142026-05-19T20:41:06.430Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34152026-05-19T20:41:06.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-19T20:41:06.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-19T20:41:06.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-19T20:41:06.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-05-19T20:41:07.023Z
34202026-05-19T20:41:07.023Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34212026-05-19T20:41:07.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-19T20:41:07.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-19T20:41:07.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-19T20:41:07.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34252026-05-19T20:41:07.645Z
34262026-05-19T20:41:07.645Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34272026-05-19T20:41:08.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-19T20:41:08.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-19T20:41:08.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-19T20:41:08.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-05-19T20:41:08.266Z
34322026-05-19T20:41:08.266Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34332026-05-19T20:41:08.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-19T20:41:08.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-19T20:41:08.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-19T20:41:08.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34372026-05-19T20:41:08.883Z
34382026-05-19T20:41:08.883Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34392026-05-19T20:41:09.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-19T20:41:09.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-19T20:41:09.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-19T20:41:09.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34432026-05-19T20:41:09.502Z
34442026-05-19T20:41:09.502Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34452026-05-19T20:41:10.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-19T20:41:10.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-19T20:41:10.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-19T20:41:10.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34492026-05-19T20:41:10.162Z
34502026-05-19T20:41:10.162Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34512026-05-19T20:41:10.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-19T20:41:10.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-19T20:41:10.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-19T20:41:10.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34552026-05-19T20:41:10.777Z
34562026-05-19T20:41:10.777Zinfo: running `cargo check --bins` on dns-server (157/276)
34572026-05-19T20:41:11.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-19T20:41:11.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-19T20:41:11.443Z Compiling parking_lot_core v0.8.6
34602026-05-19T20:41:11.444Z Compiling atomicwrites v0.4.4
34612026-05-19T20:41:11.444Z Compiling git-stub v1.0.0
34622026-05-19T20:41:11.448Z Checking prefix-trie v0.7.0
34632026-05-19T20:41:11.448Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34642026-05-19T20:41:11.682Z Compiling git-stub-vcs v0.1.0
34652026-05-19T20:41:11.849Z Checking hickory-server v0.25.2
34662026-05-19T20:41:11.954Z Checking parking_lot v0.11.2
34672026-05-19T20:41:11.957Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34682026-05-19T20:41:12.052Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34692026-05-19T20:41:12.052Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34702026-05-19T20:41:12.124Z Checking sled v0.34.7
34712026-05-19T20:41:14.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
34722026-05-19T20:41:14.220Z
34732026-05-19T20:41:14.220Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34742026-05-19T20:41:14.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-19T20:41:14.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-19T20:41:14.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-19T20:41:14.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-05-19T20:41:14.831Z
34792026-05-19T20:41:14.831Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34802026-05-19T20:41:15.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-19T20:41:15.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-19T20:41:15.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-19T20:41:15.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-05-19T20:41:15.451Z
34852026-05-19T20:41:15.451Zinfo: running `cargo check --bins` on sp-sim (160/276)
34862026-05-19T20:41:16.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-19T20:41:16.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-19T20:41:16.191Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34892026-05-19T20:41:17.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
34902026-05-19T20:41:18.157Z
34912026-05-19T20:41:18.157Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34922026-05-19T20:41:18.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-19T20:41:18.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-19T20:41:18.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-19T20:41:18.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34962026-05-19T20:41:18.825Z
34972026-05-19T20:41:18.825Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34982026-05-19T20:41:19.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-19T20:41:19.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-19T20:41:19.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-19T20:41:19.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35022026-05-19T20:41:19.498Z
35032026-05-19T20:41:19.498Zinfo: running `cargo check --bins` on db-macros (163/276)
35042026-05-19T20:41:20.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-19T20:41:20.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-19T20:41:20.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-19T20:41:20.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-05-19T20:41:20.102Z
35092026-05-19T20:41:20.102Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35102026-05-19T20:41:20.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-19T20:41:20.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-19T20:41:20.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-19T20:41:20.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35142026-05-19T20:41:20.707Z
35152026-05-19T20:41:20.707Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35162026-05-19T20:41:21.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-19T20:41:21.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-19T20:41:21.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-19T20:41:21.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35202026-05-19T20:41:21.377Z
35212026-05-19T20:41:21.377Zinfo: running `cargo check --bins` on authz-macros (166/276)
35222026-05-19T20:41:21.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-19T20:41:21.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-19T20:41:21.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-19T20:41:21.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35262026-05-19T20:41:21.983Z
35272026-05-19T20:41:21.983Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35282026-05-19T20:41:22.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-19T20:41:22.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-19T20:41:22.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-19T20:41:22.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35322026-05-19T20:41:22.643Z
35332026-05-19T20:41:22.643Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35342026-05-19T20:41:23.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-19T20:41:23.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-19T20:41:23.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-19T20:41:23.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35382026-05-19T20:41:23.301Z
35392026-05-19T20:41:23.301Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35402026-05-19T20:41:23.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-19T20:41:23.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-19T20:41:23.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-19T20:41:23.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35442026-05-19T20:41:23.898Z
35452026-05-19T20:41:23.898Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35462026-05-19T20:41:24.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-19T20:41:24.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-19T20:41:24.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-19T20:41:24.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-05-19T20:41:24.494Z
35512026-05-19T20:41:24.494Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35522026-05-19T20:41:25.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-19T20:41:25.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-19T20:41:25.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-19T20:41:25.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35562026-05-19T20:41:25.107Z
35572026-05-19T20:41:25.107Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35582026-05-19T20:41:25.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-19T20:41:25.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-19T20:41:25.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-19T20:41:25.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-05-19T20:41:25.711Z
35632026-05-19T20:41:25.711Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35642026-05-19T20:41:26.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-19T20:41:26.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-19T20:41:26.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-19T20:41:26.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35682026-05-19T20:41:26.306Z
35692026-05-19T20:41:26.306Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35702026-05-19T20:41:26.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-19T20:41:26.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-19T20:41:26.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-19T20:41:26.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35742026-05-19T20:41:26.967Z
35752026-05-19T20:41:26.967Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35762026-05-19T20:41:27.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-19T20:41:27.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-19T20:41:27.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-19T20:41:27.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35802026-05-19T20:41:27.627Z
35812026-05-19T20:41:27.627Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35822026-05-19T20:41:28.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-19T20:41:28.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-19T20:41:28.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-19T20:41:28.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35862026-05-19T20:41:28.282Z
35872026-05-19T20:41:28.282Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35882026-05-19T20:41:28.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-19T20:41:28.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-19T20:41:28.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-19T20:41:28.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35922026-05-19T20:41:28.913Z
35932026-05-19T20:41:28.913Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35942026-05-19T20:41:29.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-19T20:41:29.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-19T20:41:29.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-19T20:41:29.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35982026-05-19T20:41:29.546Z
35992026-05-19T20:41:29.546Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36002026-05-19T20:41:30.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-19T20:41:30.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-19T20:41:30.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-19T20:41:30.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36042026-05-19T20:41:30.177Z
36052026-05-19T20:41:30.177Zinfo: running `cargo check --bins` on key-manager (180/276)
36062026-05-19T20:41:30.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-19T20:41:30.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-19T20:41:30.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-19T20:41:30.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36102026-05-19T20:41:30.790Z
36112026-05-19T20:41:30.790Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36122026-05-19T20:41:31.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-19T20:41:31.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-19T20:41:31.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-19T20:41:31.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36162026-05-19T20:41:31.424Z
36172026-05-19T20:41:31.424Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36182026-05-19T20:41:31.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-19T20:41:31.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-19T20:41:31.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-19T20:41:31.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-05-19T20:41:32.052Z
36232026-05-19T20:41:32.052Zinfo: running `cargo check --bins` on typed-rng (183/276)
36242026-05-19T20:41:32.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-19T20:41:32.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-19T20:41:32.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-19T20:41:32.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36282026-05-19T20:41:32.651Z
36292026-05-19T20:41:32.651Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36302026-05-19T20:41:33.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-19T20:41:33.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-19T20:41:33.513Z Compiling typify-impl v0.4.3
36332026-05-19T20:41:33.517Z Compiling libefi-sys v0.1.0
36342026-05-19T20:41:33.650Z Compiling bitfield-struct v0.6.2
36352026-05-19T20:41:33.669Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-19T20:41:33.679Z Compiling xshell-macros v0.2.7
36372026-05-19T20:41:33.709Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36382026-05-19T20:41:33.719Z Compiling salty v0.3.0
36392026-05-19T20:41:33.782Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36402026-05-19T20:41:33.912Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36412026-05-19T20:41:34.026Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36422026-05-19T20:41:34.041Z Checking xshell v0.2.7
36432026-05-19T20:41:34.066Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-19T20:41:34.173Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36452026-05-19T20:41:34.264Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-05-19T20:41:34.279Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36472026-05-19T20:41:34.367Z Checking primeorder v0.13.6
36482026-05-19T20:41:34.449Z Compiling proc-macro-error-attr2 v2.0.0
36492026-05-19T20:41:34.505Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36502026-05-19T20:41:34.603Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36512026-05-19T20:41:34.621Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36522026-05-19T20:41:34.740Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36532026-05-19T20:41:34.784Z Checking tungstenite v0.21.0
36542026-05-19T20:41:34.835Z Checking p384 v0.13.1
36552026-05-19T20:41:34.849Z Compiling proc-macro-error2 v2.0.1
36562026-05-19T20:41:34.875Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36572026-05-19T20:41:35.209Z Compiling num-derive v0.3.3
36582026-05-19T20:41:35.246Z Checking tokio-tungstenite v0.21.0
36592026-05-19T20:41:35.493Z Compiling tabled_derive v0.11.0
36602026-05-19T20:41:35.545Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-19T20:41:35.609Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36622026-05-19T20:41:35.665Z Checking papergrid v0.17.0
36632026-05-19T20:41:35.920Z Checking testing_table v0.3.0
36642026-05-19T20:41:35.973Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-05-19T20:41:36.018Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-05-19T20:41:36.091Z Checking libscf-sys v1.1.0
36672026-05-19T20:41:36.294Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36682026-05-19T20:41:36.450Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36692026-05-19T20:41:36.504Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36702026-05-19T20:41:36.545Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-19T20:41:36.652Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36722026-05-19T20:41:36.703Z Compiling unicase v2.9.0
36732026-05-19T20:41:36.743Z Checking corncobs v0.1.4
36742026-05-19T20:41:36.759Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36752026-05-19T20:41:36.849Z Compiling illumos-nvpair-sys v0.2.0
36762026-05-19T20:41:36.877Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-05-19T20:41:36.909Z Compiling mime_guess v2.0.5
36782026-05-19T20:41:37.165Z Checking tabled v0.20.0
36792026-05-19T20:41:37.182Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36802026-05-19T20:41:37.205Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36812026-05-19T20:41:37.243Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36822026-05-19T20:41:37.394Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36832026-05-19T20:41:37.455Z Checking progenitor-client v0.11.2
36842026-05-19T20:41:37.498Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36852026-05-19T20:41:37.554Z Checking secrecy v0.8.0
36862026-05-19T20:41:37.681Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36872026-05-19T20:41:37.698Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-05-19T20:41:38.035Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36892026-05-19T20:41:38.051Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36902026-05-19T20:41:38.135Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36912026-05-19T20:41:38.151Z Compiling typify-macro v0.4.3
36922026-05-19T20:41:38.226Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36932026-05-19T20:41:38.265Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36942026-05-19T20:41:38.304Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36952026-05-19T20:41:38.405Z Checking filetime v0.2.27
36962026-05-19T20:41:38.471Z Checking crc8 v0.1.1
36972026-05-19T20:41:38.573Z Checking xattr v1.6.1
36982026-05-19T20:41:38.707Z Checking http-range v0.1.5
36992026-05-19T20:41:38.712Z Checking tar v0.4.45
37002026-05-19T20:41:38.840Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37012026-05-19T20:41:39.032Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37022026-05-19T20:41:39.072Z Checking illumos-nvpair v0.3.0
37032026-05-19T20:41:39.197Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37042026-05-19T20:41:39.233Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37052026-05-19T20:41:39.249Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37062026-05-19T20:41:39.584Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37072026-05-19T20:41:39.601Z Checking atty v0.2.14
37082026-05-19T20:41:39.617Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37092026-05-19T20:41:39.703Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37102026-05-19T20:41:39.720Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37112026-05-19T20:41:39.842Z Compiling typify v0.4.3
37122026-05-19T20:41:40.054Z Compiling progenitor-impl v0.11.2
37132026-05-19T20:41:40.174Z Compiling progenitor-impl v0.10.0
37142026-05-19T20:41:40.347Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37152026-05-19T20:41:40.719Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37162026-05-19T20:41:40.870Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37172026-05-19T20:41:40.975Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37182026-05-19T20:41:41.316Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37192026-05-19T20:41:41.518Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37202026-05-19T20:41:41.827Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37212026-05-19T20:41:41.860Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37222026-05-19T20:41:41.878Z Checking hyper-staticfile v0.10.1
37232026-05-19T20:41:42.027Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37242026-05-19T20:41:42.159Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-05-19T20:41:42.203Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37262026-05-19T20:41:42.332Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37272026-05-19T20:41:42.519Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37282026-05-19T20:41:42.539Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37292026-05-19T20:41:42.612Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37302026-05-19T20:41:42.711Z Compiling progenitor-macro v0.11.2
37312026-05-19T20:41:42.801Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37322026-05-19T20:41:42.817Z Compiling progenitor-macro v0.10.0
37332026-05-19T20:41:45.257Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37342026-05-19T20:41:45.622Z Checking progenitor v0.11.2
37352026-05-19T20:41:45.719Z Checking progenitor v0.10.0
37362026-05-19T20:41:45.750Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37372026-05-19T20:41:45.841Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37382026-05-19T20:41:50.397Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37392026-05-19T20:42:01.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.66s
37402026-05-19T20:42:01.534Z
37412026-05-19T20:42:01.534Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37422026-05-19T20:42:02.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-19T20:42:02.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-19T20:42:02.330Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-19T20:42:13.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37462026-05-19T20:42:13.278Z
37472026-05-19T20:42:13.278Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37482026-05-19T20:42:13.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-19T20:42:13.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-19T20:42:14.100Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-19T20:42:24.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37522026-05-19T20:42:24.916Z
37532026-05-19T20:42:24.916Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37542026-05-19T20:42:25.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-19T20:42:25.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-19T20:42:25.718Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-19T20:42:36.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
37582026-05-19T20:42:36.619Z
37592026-05-19T20:42:36.619Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37602026-05-19T20:42:37.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-19T20:42:37.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-19T20:42:37.415Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-19T20:42:48.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37642026-05-19T20:42:48.303Z
37652026-05-19T20:42:48.303Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37662026-05-19T20:42:48.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-19T20:42:48.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-19T20:42:49.091Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-19T20:42:59.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37702026-05-19T20:42:59.986Z
37712026-05-19T20:42:59.986Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37722026-05-19T20:43:00.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-19T20:43:00.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-19T20:43:00.774Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-19T20:43:11.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37762026-05-19T20:43:11.709Z
37772026-05-19T20:43:11.709Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37782026-05-19T20:43:12.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-19T20:43:12.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-19T20:43:12.502Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-19T20:43:23.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
37822026-05-19T20:43:23.456Z
37832026-05-19T20:43:23.456Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37842026-05-19T20:43:23.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-19T20:43:23.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-19T20:43:23.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-19T20:43:23.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882026-05-19T20:43:24.071Z
37892026-05-19T20:43:24.071Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37902026-05-19T20:43:24.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-19T20:43:24.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-19T20:43:24.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-19T20:43:24.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37942026-05-19T20:43:24.686Z
37952026-05-19T20:43:24.686Zinfo: running `cargo check --bins` on range-requests (194/276)
37962026-05-19T20:43:25.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-19T20:43:25.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-19T20:43:25.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-19T20:43:25.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-05-19T20:43:25.290Z
38012026-05-19T20:43:25.290Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38022026-05-19T20:43:25.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-19T20:43:25.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-19T20:43:25.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-19T20:43:25.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-05-19T20:43:25.897Z
38072026-05-19T20:43:25.897Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38082026-05-19T20:43:26.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-19T20:43:26.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-19T20:43:26.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-19T20:43:26.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38122026-05-19T20:43:26.529Z
38132026-05-19T20:43:26.529Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38142026-05-19T20:43:27.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-19T20:43:27.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-19T20:43:27.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-19T20:43:27.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-05-19T20:43:27.154Z
38192026-05-19T20:43:27.154Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38202026-05-19T20:43:27.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-19T20:43:27.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-19T20:43:27.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-19T20:43:27.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38242026-05-19T20:43:27.779Z
38252026-05-19T20:43:27.779Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38262026-05-19T20:43:28.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-19T20:43:28.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-19T20:43:28.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-19T20:43:28.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-19T20:43:28.408Z
38312026-05-19T20:43:28.408Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38322026-05-19T20:43:28.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-19T20:43:28.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-19T20:43:28.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-19T20:43:28.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-05-19T20:43:29.037Z
38372026-05-19T20:43:29.037Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38382026-05-19T20:43:29.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-19T20:43:29.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-19T20:43:29.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-19T20:43:29.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-05-19T20:43:29.663Z
38432026-05-19T20:43:29.663Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38442026-05-19T20:43:30.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-19T20:43:30.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-19T20:43:30.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-19T20:43:30.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-05-19T20:43:30.289Z
38492026-05-19T20:43:30.289Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38502026-05-19T20:43:30.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-19T20:43:30.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-19T20:43:30.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-19T20:43:30.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-05-19T20:43:30.920Z
38552026-05-19T20:43:30.921Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38562026-05-19T20:43:31.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-19T20:43:31.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-19T20:43:31.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-19T20:43:31.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38602026-05-19T20:43:31.554Z
38612026-05-19T20:43:31.554Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38622026-05-19T20:43:32.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-19T20:43:32.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-19T20:43:32.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-19T20:43:32.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38662026-05-19T20:43:32.195Z
38672026-05-19T20:43:32.195Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38682026-05-19T20:43:32.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-19T20:43:32.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-19T20:43:32.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-19T20:43:32.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38722026-05-19T20:43:32.863Z
38732026-05-19T20:43:32.863Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38742026-05-19T20:43:33.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-19T20:43:33.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-19T20:43:33.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-19T20:43:33.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38782026-05-19T20:43:33.505Z
38792026-05-19T20:43:33.505Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38802026-05-19T20:43:34.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-19T20:43:34.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-19T20:43:34.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-19T20:43:34.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38842026-05-19T20:43:34.160Z
38852026-05-19T20:43:34.160Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38862026-05-19T20:43:34.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-19T20:43:34.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-19T20:43:34.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-19T20:43:34.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38902026-05-19T20:43:34.812Z
38912026-05-19T20:43:34.812Zinfo: running `cargo check --bins` on update-common (210/276)
38922026-05-19T20:43:35.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-19T20:43:35.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-19T20:43:35.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-19T20:43:35.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38962026-05-19T20:43:35.431Z
38972026-05-19T20:43:35.431Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38982026-05-19T20:43:35.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-19T20:43:35.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-19T20:43:35.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-19T20:43:35.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39022026-05-19T20:43:36.098Z
39032026-05-19T20:43:36.098Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39042026-05-19T20:43:36.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-19T20:43:36.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-19T20:43:36.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-19T20:43:36.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39082026-05-19T20:43:36.706Z
39092026-05-19T20:43:36.706Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39102026-05-19T20:43:37.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-19T20:43:37.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-19T20:43:37.494Z Compiling fs-err v2.11.0
39132026-05-19T20:43:37.499Z Checking ignore v0.4.25
39142026-05-19T20:43:37.499Z Checking arc-swap v1.8.2
39152026-05-19T20:43:37.636Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39162026-05-19T20:43:37.636Z Checking predicates-tree v1.0.13
39172026-05-19T20:43:37.643Z Checking parse-size v1.1.0
39182026-05-19T20:43:37.667Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-19T20:43:37.670Z Checking rand_seeder v0.4.0
39202026-05-19T20:43:37.731Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39212026-05-19T20:43:37.768Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39222026-05-19T20:43:37.818Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39232026-05-19T20:43:37.832Z Checking slog-scope v4.4.1
39242026-05-19T20:43:37.868Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-05-19T20:43:37.960Z Checking slog-stdlog v4.1.1
39262026-05-19T20:43:37.977Z Compiling petname v2.0.2
39272026-05-19T20:43:37.992Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39282026-05-19T20:43:38.005Z Checking globwalk v0.9.1
39292026-05-19T20:43:38.052Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39302026-05-19T20:43:38.080Z Checking slog-envlogger v2.2.0
39312026-05-19T20:43:38.181Z Checking camino-tempfile-ext v0.3.3
39322026-05-19T20:43:38.230Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-05-19T20:43:38.246Z Checking sapling-renderdag v0.1.0
39342026-05-19T20:43:38.376Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39352026-05-19T20:43:38.418Z Checking subprocess v0.2.15
39362026-05-19T20:43:38.481Z Checking sync-ptr v0.1.4
39372026-05-19T20:43:38.607Z Checking colored v2.2.0
39382026-05-19T20:43:38.620Z Checking assert_matches v1.5.0
39392026-05-19T20:43:38.696Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39402026-05-19T20:43:38.852Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39412026-05-19T20:43:38.855Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39422026-05-19T20:43:39.607Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39432026-05-19T20:43:40.946Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39442026-05-19T20:43:43.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s
39452026-05-19T20:43:43.356Z
39462026-05-19T20:43:43.356Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39472026-05-19T20:43:43.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-19T20:43:43.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-19T20:43:43.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-19T20:43:43.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39512026-05-19T20:43:43.957Z
39522026-05-19T20:43:43.957Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39532026-05-19T20:43:44.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-19T20:43:44.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-19T20:43:44.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-19T20:43:44.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-05-19T20:43:44.584Z
39582026-05-19T20:43:44.584Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39592026-05-19T20:43:45.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-19T20:43:45.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-19T20:43:45.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-19T20:43:45.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39632026-05-19T20:43:45.258Z
39642026-05-19T20:43:45.258Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39652026-05-19T20:43:45.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-19T20:43:45.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-19T20:43:45.996Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39682026-05-19T20:43:45.999Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39692026-05-19T20:43:46.641Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39702026-05-19T20:43:48.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
39712026-05-19T20:43:48.440Z
39722026-05-19T20:43:48.440Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39732026-05-19T20:43:48.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-19T20:43:48.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-19T20:43:48.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-19T20:43:48.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39772026-05-19T20:43:49.051Z
39782026-05-19T20:43:49.051Zinfo: running `cargo check --bins` on cert-dev (219/276)
39792026-05-19T20:43:49.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-19T20:43:49.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-19T20:43:49.665Z Checking yasna v0.5.2
39822026-05-19T20:43:50.064Z Checking rcgen v0.12.1
39832026-05-19T20:43:50.309Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39842026-05-19T20:43:50.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39852026-05-19T20:43:50.678Z
39862026-05-19T20:43:50.678Zinfo: running `cargo check --bins` on clickana (220/276)
39872026-05-19T20:43:51.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-19T20:43:51.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-19T20:43:51.339Z Compiling darling_core v0.23.0
39902026-05-19T20:43:51.448Z Compiling instability v0.3.11
39912026-05-19T20:43:51.453Z Checking castaway v0.2.4
39922026-05-19T20:43:51.460Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39932026-05-19T20:43:51.463Z Compiling indoc v2.0.7
39942026-05-19T20:43:51.473Z Checking unicode-truncate v1.1.0
39952026-05-19T20:43:51.477Z Checking lru v0.12.5
39962026-05-19T20:43:51.477Z Checking cassowary v0.3.0
39972026-05-19T20:43:51.540Z Checking compact_str v0.8.1
39982026-05-19T20:43:52.518Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39992026-05-19T20:43:52.705Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40002026-05-19T20:43:52.859Z Compiling darling_macro v0.23.0
40012026-05-19T20:43:53.271Z Compiling darling v0.23.0
40022026-05-19T20:43:53.881Z Checking ratatui v0.29.0
40032026-05-19T20:43:54.952Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40042026-05-19T20:43:55.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
40052026-05-19T20:43:55.810Z
40062026-05-19T20:43:55.810Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40072026-05-19T20:43:56.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-19T20:43:56.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-19T20:43:56.540Z Checking headers-core v0.3.0
40102026-05-19T20:43:56.543Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40112026-05-19T20:43:56.735Z Checking headers v0.4.1
40122026-05-19T20:43:57.105Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40132026-05-19T20:43:57.956Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40142026-05-19T20:43:58.455Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40152026-05-19T20:43:58.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
40162026-05-19T20:43:59.077Z
40172026-05-19T20:43:59.077Zinfo: running `cargo check --bins` on ch-dev (222/276)
40182026-05-19T20:43:59.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-19T20:43:59.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-19T20:43:59.806Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40212026-05-19T20:44:00.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40222026-05-19T20:44:00.755Z
40232026-05-19T20:44:00.755Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40242026-05-19T20:44:01.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-19T20:44:01.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-19T20:44:01.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-05-19T20:44:01.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40282026-05-19T20:44:01.229Z
40292026-05-19T20:44:01.229Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40302026-05-19T20:44:01.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-19T20:44:01.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-19T20:44:01.951Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40332026-05-19T20:44:02.940Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40342026-05-19T20:44:03.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40352026-05-19T20:44:03.481Z
40362026-05-19T20:44:03.481Zinfo: running `cargo check --bins` on db-dev (225/276)
40372026-05-19T20:44:04.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-19T20:44:04.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-19T20:44:04.202Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40402026-05-19T20:44:04.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40412026-05-19T20:44:05.171Z
40422026-05-19T20:44:05.171Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40432026-05-19T20:44:05.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-19T20:44:05.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-19T20:44:05.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-05-19T20:44:05.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40472026-05-19T20:44:05.815Z
40482026-05-19T20:44:05.815Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40492026-05-19T20:44:06.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-19T20:44:06.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-19T20:44:06.427Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40522026-05-19T20:44:07.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40532026-05-19T20:44:07.289Z
40542026-05-19T20:44:07.289Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40552026-05-19T20:44:07.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-19T20:44:07.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-19T20:44:08.039Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-05-19T20:44:08.039Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-05-19T20:44:08.043Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40602026-05-19T20:44:08.043Z Checking git-stub v1.0.0
40612026-05-19T20:44:08.043Z Compiling trait-variant v0.1.2
40622026-05-19T20:44:08.043Z Checking is_ci v1.2.0
40632026-05-19T20:44:08.043Z Checking maplit v1.0.2
40642026-05-19T20:44:08.188Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40652026-05-19T20:44:08.245Z Checking supports-color v3.0.2
40662026-05-19T20:44:08.259Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40672026-05-19T20:44:08.308Z Checking git-stub-vcs v0.1.0
40682026-05-19T20:44:08.366Z Checking drift v0.1.4
40692026-05-19T20:44:08.380Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40702026-05-19T20:44:08.460Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40712026-05-19T20:44:08.503Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40722026-05-19T20:44:08.660Z Checking dropshot-api-manager v0.7.1
40732026-05-19T20:44:08.678Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40742026-05-19T20:44:08.694Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40752026-05-19T20:44:08.708Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40762026-05-19T20:44:08.902Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40772026-05-19T20:44:08.951Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40782026-05-19T20:44:09.084Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40792026-05-19T20:44:09.445Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40802026-05-19T20:44:14.319Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40812026-05-19T20:44:15.401Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40822026-05-19T20:44:15.961Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40832026-05-19T20:44:16.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40842026-05-19T20:44:16.599Z
40852026-05-19T20:44:16.599Zinfo: running `cargo check --bins` on installinator-api (229/276)
40862026-05-19T20:44:17.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-19T20:44:17.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-19T20:44:17.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-19T20:44:17.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40902026-05-19T20:44:17.199Z
40912026-05-19T20:44:17.199Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40922026-05-19T20:44:17.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-19T20:44:17.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-19T20:44:17.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-19T20:44:17.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40962026-05-19T20:44:17.845Z
40972026-05-19T20:44:17.845Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40982026-05-19T20:44:18.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-19T20:44:18.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-19T20:44:18.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-19T20:44:18.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41022026-05-19T20:44:18.487Z
41032026-05-19T20:44:18.487Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41042026-05-19T20:44:19.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-19T20:44:19.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-19T20:44:19.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-19T20:44:19.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41082026-05-19T20:44:19.134Z
41092026-05-19T20:44:19.134Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41102026-05-19T20:44:19.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-19T20:44:19.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-19T20:44:19.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-19T20:44:19.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41142026-05-19T20:44:19.741Z
41152026-05-19T20:44:19.741Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41162026-05-19T20:44:20.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-19T20:44:20.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-19T20:44:20.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-19T20:44:20.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41202026-05-19T20:44:20.333Z
41212026-05-19T20:44:20.333Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41222026-05-19T20:44:20.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-19T20:44:20.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-19T20:44:20.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-19T20:44:20.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41262026-05-19T20:44:20.956Z
41272026-05-19T20:44:20.957Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41282026-05-19T20:44:21.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-19T20:44:21.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-19T20:44:21.576Z Checking typeid v1.0.3
41312026-05-19T20:44:21.685Z Checking ordered-float v2.10.1
41322026-05-19T20:44:21.704Z Checking unicode-xid v0.2.6
41332026-05-19T20:44:21.715Z Checking cargo-platform v0.2.0
41342026-05-19T20:44:21.726Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41352026-05-19T20:44:21.754Z Checking erased-serde v0.4.9
41362026-05-19T20:44:21.888Z Checking serde-value v0.7.0
41372026-05-19T20:44:22.063Z Checking serde-untagged v0.1.9
41382026-05-19T20:44:22.219Z Checking cargo-util-schemas v0.8.2
41392026-05-19T20:44:22.905Z Checking cargo_metadata v0.21.0
41402026-05-19T20:44:23.502Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41412026-05-19T20:44:24.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
41422026-05-19T20:44:24.353Z
41432026-05-19T20:44:24.353Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41442026-05-19T20:44:24.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-19T20:44:24.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-19T20:44:25.090Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41472026-05-19T20:44:25.724Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41482026-05-19T20:44:26.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
41492026-05-19T20:44:26.446Z
41502026-05-19T20:44:26.446Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41512026-05-19T20:44:27.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-05-19T20:44:27.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-05-19T20:44:27.324Z Compiling vergen-gitcl v1.0.8
41542026-05-19T20:44:27.324Z Compiling dirs-sys-next v0.1.2
41552026-05-19T20:44:27.324Z Compiling glob v0.3.3
41562026-05-19T20:44:27.324Z Compiling crunchy v0.2.4
41572026-05-19T20:44:27.367Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-19T20:44:27.368Z Compiling diesel_derives v2.3.7
41592026-05-19T20:44:27.368Z Compiling dsl_auto_type v0.2.0
41602026-05-19T20:44:27.368Z Checking scheduled-thread-pool v0.2.7
41612026-05-19T20:44:27.601Z Compiling dirs-next v2.0.0
41622026-05-19T20:44:27.656Z Compiling diesel_table_macro_syntax v0.3.0
41632026-05-19T20:44:27.713Z Compiling tiny-keccak v2.0.2
41642026-05-19T20:44:27.726Z Compiling term v0.7.0
41652026-05-19T20:44:27.838Z Checking r2d2 v0.8.10
41662026-05-19T20:44:27.855Z Compiling bit-vec v0.6.3
41672026-05-19T20:44:27.877Z Compiling clang-sys v1.8.1
41682026-05-19T20:44:27.926Z Checking downcast-rs v2.0.2
41692026-05-19T20:44:28.021Z Compiling bit-set v0.5.3
41702026-05-19T20:44:28.041Z Compiling ascii-canvas v3.0.0
41712026-05-19T20:44:28.180Z Compiling itertools v0.10.5
41722026-05-19T20:44:28.249Z Compiling ena v0.14.4
41732026-05-19T20:44:28.272Z Compiling libloading v0.8.9
41742026-05-19T20:44:28.282Z Compiling diff v0.1.13
41752026-05-19T20:44:28.308Z Compiling regex-syntax v0.6.29
41762026-05-19T20:44:28.449Z Compiling bindgen v0.71.1
41772026-05-19T20:44:28.481Z Compiling cexpr v0.6.0
41782026-05-19T20:44:28.535Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41792026-05-19T20:44:28.728Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41802026-05-19T20:44:28.911Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41812026-05-19T20:44:28.926Z Compiling libxml v0.3.3
41822026-05-19T20:44:29.149Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41832026-05-19T20:44:29.190Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41842026-05-19T20:44:29.220Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41852026-05-19T20:44:29.420Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41862026-05-19T20:44:29.467Z Compiling strum_macros v0.24.3
41872026-05-19T20:44:29.641Z Compiling indoc v1.0.9
41882026-05-19T20:44:29.671Z Compiling lalrpop v0.19.12
41892026-05-19T20:44:30.461Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41902026-05-19T20:44:30.654Z Checking derive_builder v0.20.2
41912026-05-19T20:44:30.774Z Compiling oso-derive v0.27.3
41922026-05-19T20:44:30.809Z Checking quick-xml v0.37.5
41932026-05-19T20:44:31.028Z Compiling impl-trait-for-tuples v0.2.3
41942026-05-19T20:44:31.273Z Checking openssl-probe v0.1.6
41952026-05-19T20:44:31.413Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41962026-05-19T20:44:31.673Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41972026-05-19T20:44:31.870Z Checking bb8 v0.8.6
41982026-05-19T20:44:32.134Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41992026-05-19T20:44:32.185Z Checking nonempty v0.12.0
42002026-05-19T20:44:32.205Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-05-19T20:44:32.347Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42022026-05-19T20:44:32.365Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42032026-05-19T20:44:32.419Z Checking console v0.16.2
42042026-05-19T20:44:32.564Z Checking unit-prefix v0.5.2
42052026-05-19T20:44:32.636Z Checking support-bundle-viewer v0.1.2
42062026-05-19T20:44:32.703Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42072026-05-19T20:44:32.731Z Checking indicatif v0.18.4
42082026-05-19T20:44:32.887Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42092026-05-19T20:44:33.049Z Checking multimap v0.10.1
42102026-05-19T20:44:33.435Z Checking diesel v2.3.7
42112026-05-19T20:44:35.222Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42122026-05-19T20:44:35.528Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42132026-05-19T20:44:36.047Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42142026-05-19T20:44:36.960Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42152026-05-19T20:44:37.315Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42162026-05-19T20:44:37.647Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42172026-05-19T20:44:37.994Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42182026-05-19T20:44:38.013Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42192026-05-19T20:44:40.076Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42202026-05-19T20:44:45.015Z Compiling samael v0.0.19
42212026-05-19T20:44:48.903Z Checking async-bb8-diesel v0.2.1
42222026-05-19T20:44:49.265Z Checking diesel-dtrace v0.5.0
42232026-05-19T20:44:50.083Z Compiling polar-core v0.27.3
42242026-05-19T20:44:54.562Z Checking oso v0.27.3
42252026-05-19T20:45:31.157Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42262026-05-19T20:46:05.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42272026-05-19T20:46:05.308Z
42282026-05-19T20:46:05.308Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42292026-05-19T20:46:05.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-19T20:46:05.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-19T20:46:05.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-05-19T20:46:05.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42332026-05-19T20:46:05.978Z
42342026-05-19T20:46:05.978Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42352026-05-19T20:46:06.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-05-19T20:46:06.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-05-19T20:46:06.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-05-19T20:46:06.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42392026-05-19T20:46:06.640Z
42402026-05-19T20:46:06.640Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42412026-05-19T20:46:07.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-19T20:46:07.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-19T20:46:07.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-05-19T20:46:07.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42452026-05-19T20:46:07.282Z
42462026-05-19T20:46:07.282Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42472026-05-19T20:46:07.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-19T20:46:07.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-19T20:46:08.113Z Compiling libz-sys v1.1.24
42502026-05-19T20:46:08.247Z Compiling libgit2-sys v0.18.3+1.9.2
42512026-05-19T20:46:08.272Z Compiling vergen-git2 v1.0.7
42522026-05-19T20:46:08.275Z Compiling rustls v0.21.12
42532026-05-19T20:46:08.275Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42542026-05-19T20:46:08.279Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42552026-05-19T20:46:08.279Z Checking sct v0.7.1
42562026-05-19T20:46:08.279Z Checking rustls-webpki v0.101.7
42572026-05-19T20:46:08.455Z Compiling nix v0.29.0
42582026-05-19T20:46:08.513Z Compiling dropshot v0.16.7
42592026-05-19T20:46:08.533Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42602026-05-19T20:46:08.572Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42612026-05-19T20:46:08.718Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42622026-05-19T20:46:08.752Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42632026-05-19T20:46:08.769Z Checking toml v0.9.12+spec-1.1.0
42642026-05-19T20:46:08.783Z Compiling dropshot_endpoint v0.16.7
42652026-05-19T20:46:08.988Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42662026-05-19T20:46:09.066Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42672026-05-19T20:46:09.277Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42682026-05-19T20:46:09.346Z Checking rustls-pemfile v1.0.4
42692026-05-19T20:46:09.487Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-19T20:46:09.663Z Checking twox-hash v2.1.2
42712026-05-19T20:46:09.702Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42722026-05-19T20:46:09.941Z Checking tokio-rustls v0.24.1
42732026-05-19T20:46:10.476Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42742026-05-19T20:46:10.574Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42752026-05-19T20:46:10.595Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42762026-05-19T20:46:11.149Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42772026-05-19T20:46:11.247Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42782026-05-19T20:46:11.297Z Checking fatfs v0.3.6
42792026-05-19T20:46:11.315Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42802026-05-19T20:46:11.388Z Compiling seq-macro v0.3.6
42812026-05-19T20:46:15.202Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-19T20:46:15.324Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42832026-05-19T20:46:15.639Z Compiling git2 v0.20.4
42842026-05-19T20:46:17.848Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42852026-05-19T20:47:03.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.58s
42862026-05-19T20:47:04.054Z
42872026-05-19T20:47:04.054Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42882026-05-19T20:47:04.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-19T20:47:04.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-19T20:47:04.950Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42912026-05-19T20:47:43.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.45s
42922026-05-19T20:47:43.735Z
42932026-05-19T20:47:43.735Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42942026-05-19T20:47:44.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-19T20:47:44.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-19T20:47:44.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-19T20:47:44.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42982026-05-19T20:47:44.333Z
42992026-05-19T20:47:44.333Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43002026-05-19T20:47:44.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-19T20:47:44.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-19T20:47:44.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-19T20:47:44.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43042026-05-19T20:47:44.988Z
43052026-05-19T20:47:44.988Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43062026-05-19T20:47:45.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-19T20:47:45.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-19T20:47:45.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-19T20:47:45.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43102026-05-19T20:47:45.645Z
43112026-05-19T20:47:45.645Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43122026-05-19T20:47:46.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-19T20:47:46.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-19T20:47:46.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-19T20:47:46.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43162026-05-19T20:47:46.291Z
43172026-05-19T20:47:46.291Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43182026-05-19T20:47:46.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-19T20:47:46.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-19T20:47:46.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-19T20:47:46.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43222026-05-19T20:47:46.936Z
43232026-05-19T20:47:46.936Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43242026-05-19T20:47:47.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-19T20:47:47.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-19T20:47:47.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-19T20:47:47.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43282026-05-19T20:47:47.600Z
43292026-05-19T20:47:47.600Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43302026-05-19T20:47:48.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-19T20:47:48.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-19T20:47:48.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-19T20:47:48.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43342026-05-19T20:47:48.265Z
43352026-05-19T20:47:48.265Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43362026-05-19T20:47:48.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-19T20:47:48.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-19T20:47:48.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-19T20:47:48.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43402026-05-19T20:47:48.925Z
43412026-05-19T20:47:48.925Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43422026-05-19T20:47:49.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-19T20:47:49.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-19T20:47:49.830Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43452026-05-19T20:47:49.830Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-05-19T20:47:50.019Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43472026-05-19T20:47:50.050Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43482026-05-19T20:47:50.071Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43492026-05-19T20:47:50.074Z Checking diff v0.1.13
43502026-05-19T20:47:50.074Z Checking yansi v1.0.1
43512026-05-19T20:47:50.074Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43522026-05-19T20:47:50.162Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43532026-05-19T20:47:50.342Z Checking pretty_assertions v1.4.1
43542026-05-19T20:47:50.991Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43552026-05-19T20:47:51.132Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43562026-05-19T20:48:14.734Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43572026-05-19T20:48:14.752Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43582026-05-19T20:48:14.753Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43592026-05-19T20:48:14.753Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43602026-05-19T20:48:14.753Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43612026-05-19T20:48:14.753Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43622026-05-19T20:48:15.550Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43632026-05-19T20:48:16.666Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43642026-05-19T20:48:55.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43652026-05-19T20:48:55.436Z
43662026-05-19T20:48:55.436Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43672026-05-19T20:48:55.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-19T20:48:55.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-19T20:48:55.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43702026-05-19T20:48:55.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43712026-05-19T20:48:56.039Z
43722026-05-19T20:48:56.039Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43732026-05-19T20:48:56.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-19T20:48:56.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-19T20:48:56.824Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43762026-05-19T20:48:56.945Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43772026-05-19T20:48:56.949Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43782026-05-19T20:49:22.779Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43792026-05-19T20:49:23.168Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43802026-05-19T20:49:24.883Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43812026-05-19T20:49:25.338Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43822026-05-19T20:49:28.275Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43832026-05-19T20:49:51.334Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43842026-05-19T20:49:52.043Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43852026-05-19T20:49:53.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.63s
43862026-05-19T20:49:53.891Z
43872026-05-19T20:49:53.891Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43882026-05-19T20:49:54.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-19T20:49:54.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-19T20:49:54.621Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43912026-05-19T20:49:55.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43922026-05-19T20:49:55.512Z
43932026-05-19T20:49:55.512Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43942026-05-19T20:49:56.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-19T20:49:56.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-19T20:49:56.168Z Compiling blake3 v1.8.3
43972026-05-19T20:49:56.278Z Checking arrayvec v0.7.6
43982026-05-19T20:49:56.278Z Checking arrayref v0.3.9
43992026-05-19T20:49:56.281Z Checking constant_time_eq v0.4.2
44002026-05-19T20:49:56.297Z Checking topological-sort v0.2.2
44012026-05-19T20:49:56.300Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44022026-05-19T20:49:56.300Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44032026-05-19T20:49:56.300Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44042026-05-19T20:49:56.349Z Checking shell-words v1.1.1
44052026-05-19T20:49:57.160Z Checking omicron-zone-package v0.12.2
44062026-05-19T20:49:57.869Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44072026-05-19T20:49:58.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
44082026-05-19T20:49:58.922Z
44092026-05-19T20:49:58.922Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44102026-05-19T20:49:59.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-05-19T20:49:59.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-05-19T20:49:59.570Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44132026-05-19T20:49:59.892Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44142026-05-19T20:50:00.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44152026-05-19T20:50:00.487Z
44162026-05-19T20:50:00.487Zinfo: running `cargo check --bins` on schema (258/276)
44172026-05-19T20:50:01.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-19T20:50:01.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-19T20:50:01.222Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44202026-05-19T20:50:01.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44212026-05-19T20:50:02.141Z
44222026-05-19T20:50:02.141Zinfo: running `cargo check --bins` on xtask (259/276)
44232026-05-19T20:50:02.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-19T20:50:02.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-19T20:50:02.602Z Checking libc v0.2.185
44262026-05-19T20:50:02.605Z Checking serde v1.0.228
44272026-05-19T20:50:02.683Z Checking zerofrom v0.1.6
44282026-05-19T20:50:02.691Z Checking bitflags v2.11.0
44292026-05-19T20:50:02.696Z Checking smallvec v1.15.1
44302026-05-19T20:50:02.703Z Checking indexmap v2.14.0
44312026-05-19T20:50:02.714Z Checking serde_json v1.0.149
44322026-05-19T20:50:02.717Z Checking scroll v0.12.0
44332026-05-19T20:50:02.783Z Checking yoke v0.8.1
44342026-05-19T20:50:02.835Z Checking num-traits v0.2.19
44352026-05-19T20:50:02.865Z Checking thiserror v1.0.69
44362026-05-19T20:50:02.948Z Checking percent-encoding v2.3.2
44372026-05-19T20:50:02.958Z Checking zerovec v0.11.5
44382026-05-19T20:50:02.970Z Checking zerotrie v0.2.3
44392026-05-19T20:50:02.979Z Checking errno v0.3.14
44402026-05-19T20:50:03.072Z Checking serde_spanned v0.6.9
44412026-05-19T20:50:03.090Z Checking toml_datetime v0.6.11
44422026-05-19T20:50:03.097Z Checking rustix v1.1.3
44432026-05-19T20:50:03.195Z Checking log v0.4.29
44442026-05-19T20:50:03.210Z Checking form_urlencoded v1.2.2
44452026-05-19T20:50:03.220Z Checking zerocopy v0.7.35
44462026-05-19T20:50:03.264Z Checking toml_edit v0.22.27
44472026-05-19T20:50:03.306Z Checking getrandom v0.4.1
44482026-05-19T20:50:03.331Z Checking thiserror v2.0.18
44492026-05-19T20:50:03.343Z Checking goblin v0.8.2
44502026-05-19T20:50:03.346Z Checking ordered-float v2.10.1
44512026-05-19T20:50:03.387Z Checking tinystr v0.8.2
44522026-05-19T20:50:03.429Z Checking potential_utf v0.1.4
44532026-05-19T20:50:03.440Z Checking syn v2.0.117
44542026-05-19T20:50:03.560Z Checking icu_collections v2.1.1
44552026-05-19T20:50:03.563Z Checking icu_locale_core v2.1.1
44562026-05-19T20:50:03.578Z Checking serde-value v0.7.0
44572026-05-19T20:50:03.701Z Checking dtrace-parser v0.2.0
44582026-05-19T20:50:03.781Z Checking thread-id v4.2.2
44592026-05-19T20:50:03.862Z Checking once_cell v1.21.3
44602026-05-19T20:50:03.874Z Checking cargo-platform v0.2.0
44612026-05-19T20:50:03.909Z Checking terminal_size v0.4.3
44622026-05-19T20:50:03.936Z Checking memmap v0.7.0
44632026-05-19T20:50:04.036Z Checking clap_builder v4.5.60
44642026-05-19T20:50:04.040Z Checking tempfile v3.25.0
44652026-05-19T20:50:04.057Z Checking textwrap v0.16.2
44662026-05-19T20:50:04.065Z Checking fs-err v3.3.0
44672026-05-19T20:50:04.111Z Checking icu_provider v2.1.1
44682026-05-19T20:50:04.228Z Checking camino-tempfile v1.4.1
44692026-05-19T20:50:04.239Z Checking anyhow v1.0.102
44702026-05-19T20:50:04.258Z Checking tabled v0.15.0
44712026-05-19T20:50:04.345Z Checking icu_properties v2.1.2
44722026-05-19T20:50:04.359Z Checking icu_normalizer v2.1.1
44732026-05-19T20:50:04.383Z Checking toml v0.8.23
44742026-05-19T20:50:04.436Z Checking macaddr v1.0.1
44752026-05-19T20:50:04.616Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44762026-05-19T20:50:04.704Z Checking cargo_toml v0.21.0
44772026-05-19T20:50:05.146Z Checking idna_adapter v1.2.1
44782026-05-19T20:50:05.203Z Checking dof v0.3.0
44792026-05-19T20:50:05.223Z Checking clap v4.5.60
44802026-05-19T20:50:05.264Z Checking idna v1.1.0
44812026-05-19T20:50:05.462Z Checking usdt-impl v0.5.0
44822026-05-19T20:50:05.483Z Checking url v2.5.8
44832026-05-19T20:50:05.705Z Checking usdt v0.5.0
44842026-05-19T20:50:05.816Z Checking cargo-util-schemas v0.8.2
44852026-05-19T20:50:06.499Z Checking cargo_metadata v0.21.0
44862026-05-19T20:50:07.095Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44872026-05-19T20:50:07.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
44882026-05-19T20:50:07.633Z
44892026-05-19T20:50:07.633Zinfo: running `cargo check --bins` on dnsadm (260/276)
44902026-05-19T20:50:08.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-05-19T20:50:08.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-05-19T20:50:08.282Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44932026-05-19T20:50:08.759Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44942026-05-19T20:50:09.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44952026-05-19T20:50:09.338Z
44962026-05-19T20:50:09.338Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44972026-05-19T20:50:09.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-19T20:50:09.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-19T20:50:10.151Z Checking polyval v0.6.2
45002026-05-19T20:50:10.274Z Checking ctr v0.9.2
45012026-05-19T20:50:10.285Z Checking ssh-encoding v0.2.0
45022026-05-19T20:50:10.289Z Checking blowfish v0.9.1
45032026-05-19T20:50:10.306Z Checking password-hash v0.4.2
45042026-05-19T20:50:10.320Z Checking p256 v0.13.2
45052026-05-19T20:50:10.324Z Checking p521 v0.13.3
45062026-05-19T20:50:10.350Z Checking russh-cryptovec v0.7.3
45072026-05-19T20:50:10.413Z Checking ghash v0.5.1
45082026-05-19T20:50:10.428Z Checking bcrypt-pbkdf v0.10.0
45092026-05-19T20:50:10.431Z Checking md5 v0.7.0
45102026-05-19T20:50:10.466Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45112026-05-19T20:50:10.517Z Checking num-bigint v0.4.6
45122026-05-19T20:50:10.529Z Checking pbkdf2 v0.11.0
45132026-05-19T20:50:10.544Z Checking aes-gcm v0.10.3
45142026-05-19T20:50:10.578Z Checking des v0.8.1
45152026-05-19T20:50:10.592Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45162026-05-19T20:50:10.610Z Checking hex-literal v0.4.1
45172026-05-19T20:50:10.676Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45182026-05-19T20:50:10.689Z Checking ssh-cipher v0.2.0
45192026-05-19T20:50:10.704Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45202026-05-19T20:50:10.704Z Checking socket2 v0.5.10
45212026-05-19T20:50:10.737Z Checking internet-checksum v0.2.1
45222026-05-19T20:50:10.854Z Checking ssh-key v0.6.7
45232026-05-19T20:50:10.979Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45242026-05-19T20:50:11.487Z Checking russh-keys v0.45.0
45252026-05-19T20:50:12.050Z Checking russh v0.45.0
45262026-05-19T20:50:28.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.80s
45272026-05-19T20:50:28.350Z
45282026-05-19T20:50:28.350Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45292026-05-19T20:50:28.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-05-19T20:50:28.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-05-19T20:50:29.000Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45322026-05-19T20:50:29.109Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45332026-05-19T20:50:29.117Z Checking termios v0.3.3
45342026-05-19T20:50:30.314Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45352026-05-19T20:50:30.465Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45362026-05-19T20:50:32.240Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45372026-05-19T20:50:32.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45382026-05-19T20:50:32.996Z
45392026-05-19T20:50:32.996Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45402026-05-19T20:50:33.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-05-19T20:50:33.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-05-19T20:50:33.718Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45432026-05-19T20:50:33.722Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45442026-05-19T20:50:33.841Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45452026-05-19T20:50:33.846Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45462026-05-19T20:50:33.855Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45472026-05-19T20:50:33.864Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45482026-05-19T20:50:34.578Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45492026-05-19T20:50:34.936Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-05-19T20:50:34.941Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45512026-05-19T20:50:35.574Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45522026-05-19T20:50:37.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
45532026-05-19T20:50:37.413Z
45542026-05-19T20:50:37.413Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45552026-05-19T20:50:37.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-19T20:50:37.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-19T20:50:38.060Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45582026-05-19T20:50:38.512Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45592026-05-19T20:50:38.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45602026-05-19T20:50:39.014Z
45612026-05-19T20:50:39.014Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45622026-05-19T20:50:39.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-19T20:50:39.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-19T20:50:39.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45652026-05-19T20:50:39.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45662026-05-19T20:50:39.605Z
45672026-05-19T20:50:39.605Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45682026-05-19T20:50:40.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-19T20:50:40.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-19T20:50:40.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-19T20:50:40.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45722026-05-19T20:50:40.206Z
45732026-05-19T20:50:40.206Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45742026-05-19T20:50:40.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-19T20:50:40.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-19T20:50:40.960Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45772026-05-19T20:50:41.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45782026-05-19T20:50:41.766Z
45792026-05-19T20:50:41.766Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45802026-05-19T20:50:42.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-19T20:50:42.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-19T20:50:42.428Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45832026-05-19T20:50:42.431Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45842026-05-19T20:50:42.705Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45852026-05-19T20:50:42.706Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45862026-05-19T20:50:43.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45872026-05-19T20:50:43.698Z
45882026-05-19T20:50:43.698Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45892026-05-19T20:50:44.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-19T20:50:44.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-19T20:50:44.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-05-19T20:50:44.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45932026-05-19T20:50:44.294Z
45942026-05-19T20:50:44.294Zinfo: running `cargo check --bins` on omicron-package (270/276)
45952026-05-19T20:50:44.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-19T20:50:44.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-19T20:50:44.984Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45982026-05-19T20:50:46.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45992026-05-19T20:50:46.250Z
46002026-05-19T20:50:46.250Zinfo: running `cargo check --bins` on tqdb (271/276)
46012026-05-19T20:50:46.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-19T20:50:46.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-19T20:50:47.035Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46042026-05-19T20:50:47.391Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46052026-05-19T20:50:47.903Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46062026-05-19T20:50:47.909Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46072026-05-19T20:50:53.784Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46082026-05-19T20:50:53.794Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46092026-05-19T20:50:54.358Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46102026-05-19T20:50:54.363Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46112026-05-19T20:50:54.363Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-05-19T20:50:54.363Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46132026-05-19T20:50:55.154Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46142026-05-19T20:50:56.120Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46152026-05-19T20:50:56.886Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46162026-05-19T20:50:57.491Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46172026-05-19T20:51:01.818Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46182026-05-19T20:51:08.156Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46192026-05-19T20:51:08.164Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46202026-05-19T20:51:08.164Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46212026-05-19T20:51:08.164Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46222026-05-19T20:51:13.058Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46232026-05-19T20:51:13.083Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46242026-05-19T20:51:13.083Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46252026-05-19T20:51:13.083Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46262026-05-19T20:51:13.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.18s
46272026-05-19T20:51:13.658Z
46282026-05-19T20:51:13.658Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46292026-05-19T20:51:14.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-05-19T20:51:14.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-05-19T20:51:14.374Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46322026-05-19T20:51:14.378Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46332026-05-19T20:51:14.378Z Checking rtoolbox v0.0.3
46342026-05-19T20:51:14.506Z Checking tui-tree-widget v0.23.1
46352026-05-19T20:51:14.603Z Checking rpassword v7.4.0
46362026-05-19T20:51:15.609Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46372026-05-19T20:51:18.604Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46382026-05-19T20:51:20.423Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46392026-05-19T20:51:21.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s
46402026-05-19T20:51:21.539Z
46412026-05-19T20:51:21.539Zinfo: running `cargo check --bins` on wicket (273/276)
46422026-05-19T20:51:22.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-19T20:51:22.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-19T20:51:22.236Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46452026-05-19T20:51:22.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46462026-05-19T20:51:22.809Z
46472026-05-19T20:51:22.809Zinfo: running `cargo check --bins` on wicketd (274/276)
46482026-05-19T20:51:23.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-19T20:51:23.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-19T20:51:23.535Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46512026-05-19T20:51:23.539Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46522026-05-19T20:51:23.540Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46532026-05-19T20:51:23.540Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46542026-05-19T20:51:24.521Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46552026-05-19T20:51:25.089Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46562026-05-19T20:51:28.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
46572026-05-19T20:51:28.233Z
46582026-05-19T20:51:28.233Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46592026-05-19T20:51:28.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-19T20:51:28.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-19T20:51:28.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46622026-05-19T20:51:28.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46632026-05-19T20:51:28.822Z
46642026-05-19T20:51:28.823Zinfo: running `cargo check --bins` on zone-setup (276/276)
46652026-05-19T20:51:29.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-19T20:51:29.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-19T20:51:29.498Z Checking uzers v0.12.2
46682026-05-19T20:51:29.771Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46692026-05-19T20:51:30.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46702026-05-19T20:51:30.744Z
46712026-05-19T20:51:30.745Zreal 14:14.197195037
46722026-05-19T20:51:30.745Zuser 20:39.819280779
46732026-05-19T20:51:30.745Zsys 4:17.628899532
46742026-05-19T20:51:30.745Ztrap 0.313226206
46752026-05-19T20:51:30.745Ztflt 1.165968291
46762026-05-19T20:51:30.745Zdflt 1.381098784
46772026-05-19T20:51:30.745Zkflt 0.023497577
46782026-05-19T20:51:30.745Zlock 1:16:50.817581384
46792026-05-19T20:51:30.745Zslp 1:38:45.902640572
46802026-05-19T20:51:30.745Zlat 57.520127903
46812026-05-19T20:51:30.745Zstop 3:42.164445469
46822026-05-19T20:51:30.750Zprocess exited: duration 991401 ms, exit code 0
 
46832026-05-19T20:51:30.759Zfound 0 output files