01KRMVHW877D5YDB1PKVXSQQXV: 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: 01KRMVJHY6DSXZRDQTDSW8PV8K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T03:41:52.768Zjob assigned to worker 01KRMVJMWESXJPKHGGJ53M4B4V [factory aws, i-04bda4bccab5161c0] (queued for 43 s)
 
22026-05-15T03:41:59.682Zstarting task 0: "setup"
32026-05-15T03:41:59.688Z++ uname -s
42026-05-15T03:41:59.691Z+ kern=SunOS
52026-05-15T03:41:59.691Z+ build_user=build
62026-05-15T03:41:59.691Z+ build_uid=12345
72026-05-15T03:41:59.691Z+ work_dir=/work
82026-05-15T03:41:59.691Z+ input_dir=/input
92026-05-15T03:41:59.691Z+ [[ 0 == 12345 ]]
102026-05-15T03:41:59.691Z+ case "$kern" in
112026-05-15T03:41:59.691Z+ groupadd -g 12345 build
122026-05-15T03:41:59.697Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T03:42:01.703Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T03:42:01.749Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T03:42:01.752Z+ home_fs=zfs
162026-05-15T03:42:01.752Z+ [[ zfs == autofs ]]
172026-05-15T03:42:01.752Z+ mkdir -p /home/build
182026-05-15T03:42:01.752Z+ chown build:build /home/build /work
192026-05-15T03:42:02.754Z+ chmod 0700 /home/build /work
202026-05-15T03:42:02.757Zprocess exited: duration 3072 ms, exit code 0
 
212026-05-15T03:42:02.763Zstarting task 1: "rust-toolchain"
222026-05-15T03:42:02.766Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-15T03:42:02.766Z * rust toolchain channel = "1.94.0"
242026-05-15T03:42:02.766Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-15T03:42:02.766Z * rust toolchain profile = "default"
262026-05-15T03:42:02.766Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T03:42:02.766Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T03:42:02.769Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T03:42:02.769Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T03:42:02.874Zinfo: downloading installer
312026-05-15T03:42:04.410Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T03:42:04.410Zwarn: /home/build/.rustup/settings.toml
332026-05-15T03:42:04.410Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T03:42:04.410Zwarn: instead of the one inferred from the default host triple.
352026-05-15T03:42:04.423Zinfo: profile set to default
362026-05-15T03:42:04.423Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T03:42:04.425Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T03:42:04.565Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T03:42:04.568Zinfo: downloading 6 components
402026-05-15T03:42:18.315Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-15T03:42:18.315Z
422026-05-15T03:42:18.348Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T03:42:18.348Z
442026-05-15T03:42:18.348Z
452026-05-15T03:42:18.348ZRust is installed now. Great!
462026-05-15T03:42:18.348Z
472026-05-15T03:42:18.348ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T03:42:18.348Zenvironment variable. This has not been done automatically.
492026-05-15T03:42:18.348Z
502026-05-15T03:42:18.348ZTo configure your current shell, you need to source
512026-05-15T03:42:18.348Zthe corresponding env file under $HOME/.cargo.
522026-05-15T03:42:18.348Z
532026-05-15T03:42:18.348ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T03:42:18.351Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T03:42:18.351Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T03:42:18.352Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T03:42:18.352Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T03:42:18.352Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T03:42:18.352Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T03:42:18.352Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T03:42:18.352Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T03:42:18.439Z+ rustup --version
632026-05-15T03:42:18.446Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T03:42:18.449Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T03:42:18.468Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T03:42:18.471Z+ cargo --version
672026-05-15T03:42:18.485Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T03:42:18.488Z+ rustc --version
692026-05-15T03:42:18.509Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T03:42:18.551Zprocess exited: duration 15745 ms, exit code 0
 
712026-05-15T03:42:18.563Zstarting task 2: "authentication"
722026-05-15T03:42:18.579Zprocess exited: duration 16 ms, exit code 0
 
732026-05-15T03:42:18.588Zstarting task 3: "clone repository"
742026-05-15T03:42:18.591Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T03:42:18.596Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T03:42:18.615ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T03:42:29.431Z+ cd /work/oxidecomputer/omicron
782026-05-15T03:42:29.431Z+ git fetch origin 0d69997dfcfb739fd3ccb1191d383f38e50001eb
792026-05-15T03:42:29.718ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T03:42:29.718Z * branch 0d69997dfcfb739fd3ccb1191d383f38e50001eb -> FETCH_HEAD
812026-05-15T03:42:29.727Z+ [[ -n renovate/crucible-pantry-client-digest ]]
822026-05-15T03:42:29.730Z++ git branch --show-current
832026-05-15T03:42:29.730Z+ current=main
842026-05-15T03:42:29.730Z+ [[ main != renovate/crucible-pantry-client-digest ]]
852026-05-15T03:42:29.730Z+ git branch -f renovate/crucible-pantry-client-digest 0d69997dfcfb739fd3ccb1191d383f38e50001eb
862026-05-15T03:42:29.734Z+ git checkout -f renovate/crucible-pantry-client-digest
872026-05-15T03:42:29.968ZSwitched to branch 'renovate/crucible-pantry-client-digest'
882026-05-15T03:42:29.972Z+ git reset --hard 0d69997dfcfb739fd3ccb1191d383f38e50001eb
892026-05-15T03:42:29.986ZHEAD is now at 0d69997df Update crucible-pantry-client digest to c59a136
902026-05-15T03:42:29.989Zprocess exited: duration 11398 ms, exit code 0
 
912026-05-15T03:42:29.998Zstarting task 4: "build"
922026-05-15T03:42:30.001Z+ source .github/buildomat/ci-env.sh
932026-05-15T03:42:30.004Z++ export CARGO_TERM_COLOR=always
942026-05-15T03:42:30.004Z++ CARGO_TERM_COLOR=always
952026-05-15T03:42:30.004Z+ cargo --version
962026-05-15T03:42:30.012Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-15T03:42:30.015Z+ rustc --version
982026-05-15T03:42:30.035Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-15T03:42:30.039Z+ source ./env.sh
1002026-05-15T03:42:30.039Z++ OLD_SHELL_OPTS=ehxB
1012026-05-15T03:42:30.039Z++ set -o xtrace
1022026-05-15T03:42:30.043Z++++ dirname ./env.sh
1032026-05-15T03:42:30.043Z+++ readlink -f .
1042026-05-15T03:42:30.043Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-15T03:42:30.043Z++ 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-15T03:42:30.043Z++ 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-15T03:42:30.043Z++ 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-15T03:42:30.043Z++ 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-15T03:42:30.043Z++ 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-15T03:42:30.043Z++ 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-15T03:42:30.043Z++ 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-15T03:42:30.043Z++ 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-15T03:42:30.043Z++ case $OLD_SHELL_OPTS in
1142026-05-15T03:42:30.043Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-15T03:42:30.043Z+ 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-15T03:42:30.043Z+ 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-15T03:42:30.043Z+ banner prerequisites
1182026-05-15T03:42:30.048Z
1192026-05-15T03:42:30.049Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-15T03:42:30.049Z # # # # # # # # # # # # # # #
1212026-05-15T03:42:30.049Z # # # # ##### # # ##### # # # # # #### #
1222026-05-15T03:42:30.049Z ##### ##### # ##### # # # # # # # # #
1232026-05-15T03:42:30.049Z # # # # # # # # # # # # # # #
1242026-05-15T03:42:30.049Z # # # ###### # # ###### ### # #### # #### #
1252026-05-15T03:42:30.049Z
1262026-05-15T03:42:30.049Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-15T03:42:31.401Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-15T03:42:31.456Z Startup: Caching catalogs ... Done
1292026-05-15T03:42:31.663ZPlanning: Solver setup ... Done (0.174s)
1302026-05-15T03:42:31.677ZPlanning: Running solver ... Done (0.016s)
1312026-05-15T03:42:31.683ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-15T03:42:31.693ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-15T03:42:31.709ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-15T03:42:31.724ZPlanning: Package planning ... Done (0.014s)
1352026-05-15T03:42:31.726ZPlanning: Merging actions ... Done (0.001s)
1362026-05-15T03:42:31.919ZPlanning: Checking for conflicting actions ... Done (0.193s)
1372026-05-15T03:42:31.923ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-15T03:42:32.726ZPlanning: Evaluating mediators ... Done (0.807s)
1392026-05-15T03:42:32.729ZPlanning: Planning completed in 1.25 seconds
1402026-05-15T03:42:32.735Z Packages to install: 2
1412026-05-15T03:42:32.739Z Estimated space available: 156.07 GB
1422026-05-15T03:42:32.739ZEstimated space to be consumed: 19.74 MB
1432026-05-15T03:42:32.739Z Create boot environment: No
1442026-05-15T03:42:32.739ZCreate backup boot environment: No
1452026-05-15T03:42:32.739Z Rebuild boot archive: No
1462026-05-15T03:42:32.739Z
1472026-05-15T03:42:32.739ZChanged packages:
1482026-05-15T03:42:32.739Zhelios
1492026-05-15T03:42:32.739Z developer/build-essential
1502026-05-15T03:42:32.739Z None -> 11-3.0
1512026-05-15T03:42:32.739Z library/libxmlsec1
1522026-05-15T03:42:32.739Z None -> 1.2.35-3.0
1532026-05-15T03:42:32.792Z
1542026-05-15T03:42:32.792ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-15T03:42:33.422ZDownload: Completed 1.28 MB in 0.64 seconds (2.0M/s)
1562026-05-15T03:42:33.472Z Actions: 1/268 actions (Installing new actions)
1572026-05-15T03:42:33.529Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-15T03:42:33.529ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-15T03:42:33.529ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-15T03:42:33.586ZFinalize: Updating image state ... Done (0.015s)
1612026-05-15T03:42:35.874ZFinalize: Creating fast lookup database ... Done (2.354s)
1622026-05-15T03:42:35.944ZFinalize: Reading search index ... Done (0.011s)
1632026-05-15T03:42:35.953ZFinalize: Updating search index ... Done (0.000s)
1642026-05-15T03:42:36.007ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-15T03:42:36.299ZPlanning: Evaluating mediator changes ... Done
1662026-05-15T03:42:36.411ZPlanning: Checking for conflicting actions ... Done
1672026-05-15T03:42:36.416ZPlanning: Consolidating action changes ... Done
1682026-05-15T03:42:36.578ZPlanning: Evaluating mediators ... Done
1692026-05-15T03:42:36.593ZPlanning: Planning completed in 0.27 seconds
1702026-05-15T03:42:36.603Z Mediators to change: 2
1712026-05-15T03:42:36.603Z Create boot environment: No
1722026-05-15T03:42:36.603ZCreate backup boot environment: No
1732026-05-15T03:42:36.630ZFinalize: Updating package state database ... Done
1742026-05-15T03:42:36.630ZFinalize: Updating package cache ... Done
1752026-05-15T03:42:36.635ZFinalize: Updating image state ... Done
1762026-05-15T03:42:38.609ZFinalize: Creating fast lookup database ... Done
1772026-05-15T03:42:38.671ZFinalize: Reading search index ... Done
1782026-05-15T03:42:38.677ZFinalize: Updating search index ... Done
1792026-05-15T03:42:38.742ZFinalize: Updating package cache ... Done
1802026-05-15T03:42:39.024ZPlanning: Evaluating mediator changes ... Done
1812026-05-15T03:42:39.134ZPlanning: Checking for conflicting actions ... Done
1822026-05-15T03:42:39.138ZPlanning: Consolidating action changes ... Done
1832026-05-15T03:42:39.295ZPlanning: Evaluating mediators ... Done
1842026-05-15T03:42:39.297ZPlanning: Planning completed in 0.27 seconds
1852026-05-15T03:42:39.318Z Mediators to change: 1
1862026-05-15T03:42:39.318Z Create boot environment: No
1872026-05-15T03:42:39.321ZCreate backup boot environment: No
1882026-05-15T03:42:39.372ZFinalize: Updating package state database ... Done
1892026-05-15T03:42:39.375ZFinalize: Updating package cache ... Done
1902026-05-15T03:42:39.381ZFinalize: Updating image state ... Done
1912026-05-15T03:42:41.353ZFinalize: Creating fast lookup database ... Done
1922026-05-15T03:42:41.419ZFinalize: Reading search index ... Done
1932026-05-15T03:42:41.421ZFinalize: Updating search index ... Done
1942026-05-15T03:42:41.491ZFinalize: Updating package cache ... Done
1952026-05-15T03:42:41.800ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-15T03:42:41.800Zapache system 2.4 system
1972026-05-15T03:42:41.800Zclang system 15 system
1982026-05-15T03:42:41.800Zcsh system system illumos
1992026-05-15T03:42:41.800Zctags system system illumos
2002026-05-15T03:42:41.800Zfile vendor vendor darwinsys
2012026-05-15T03:42:41.800Zfile system system illumos
2022026-05-15T03:42:41.800Zgcc vendor 14 vendor
2032026-05-15T03:42:41.800Zgcc system 13 system
2042026-05-15T03:42:41.800Zgcc system 10 system
2052026-05-15T03:42:41.800Zgo system 1.25 system
2062026-05-15T03:42:41.800Zllvm system 15 system
2072026-05-15T03:42:41.800Zmariadb system 11.4 system
2082026-05-15T03:42:41.800Zmta vendor vendor dma
2092026-05-15T03:42:41.800Zopenjdk system 17 system
2102026-05-15T03:42:41.800Zopenjdk system 11 system
2112026-05-15T03:42:41.800Zopenssl vendor 3 vendor
2122026-05-15T03:42:41.800Zperl system 5.40 system
2132026-05-15T03:42:41.801Zpostgresql system 18 system
2142026-05-15T03:42:41.801Zpostgresql system 17 system
2152026-05-15T03:42:41.801Zpython vendor 3 vendor
2162026-05-15T03:42:41.801Zpython system 2 system
2172026-05-15T03:42:41.801Zpython3 vendor 3.13 vendor
2182026-05-15T03:42:41.801Zruby system 3.4 system
2192026-05-15T03:42:41.801Zruby system 3.0 system
2202026-05-15T03:42:41.801Zwords vendor vendor american-english
2212026-05-15T03:42:41.801Zwords system system australian-english
2222026-05-15T03:42:41.801Zwords system system british-english
2232026-05-15T03:42:41.801Zwords system system canadian-english
2242026-05-15T03:42:41.801Zwords system system french
2252026-05-15T03:42:41.801Zwords system system italian
2262026-05-15T03:42:41.801Zwords system system ngerman
2272026-05-15T03:42:41.801Zwords system system ogerman
2282026-05-15T03:42:41.801Zwords system system spanish
2292026-05-15T03:42:42.056ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-15T03:42:42.056Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-15T03:42:42.324ZFMRI IFO
2322026-05-15T03:42:42.324Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-15T03:42:42.324Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-15T03:42:42.324Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-15T03:42:42.324Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-15T03:42:42.324Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-15T03:42:42.324Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-15T03:42:42.324Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-15T03:42:42.324Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-15T03:42:42.324Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-15T03:42:42.572Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-15T03:42:42.810Z Updating crates.io index
2432026-05-15T03:42:42.845Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-15T03:42:43.592Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-15T03:42:43.897Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-15T03:42:44.556Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-15T03:42:45.387Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-15T03:42:45.883Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-15T03:42:47.645Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-15T03:42:48.556Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-15T03:42:48.806Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-15T03:42:49.679Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-15T03:42:50.049Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-15T03:42:50.345Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-15T03:42:50.741Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-15T03:42:51.650Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-15T03:42:52.116Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-15T03:42:52.414Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-15T03:42:52.709Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-15T03:42:53.207Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-15T03:42:53.438Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-15T03:42:53.659Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-15T03:42:53.900Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-15T03:42:54.319Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-15T03:42:54.651Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-15T03:42:55.723Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-15T03:42:56.105Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-15T03:42:56.423Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-15T03:42:56.937Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-15T03:42:57.811Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-15T03:42:58.421Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-15T03:42:58.866Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-15T03:42:59.172Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-15T03:42:59.493Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-15T03:42:59.851Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-15T03:43:00.424Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-15T03:43:00.741Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-15T03:43:01.008Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-15T03:43:01.252Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-15T03:43:01.758Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-15T03:43:14.076Z Downloading crates ...
2822026-05-15T03:43:14.161Z Downloaded utf8_iter v1.0.4
2832026-05-15T03:43:14.184Z Downloaded fnv v1.0.7
2842026-05-15T03:43:14.184Z Downloaded is_terminal_polyfill v1.70.2
2852026-05-15T03:43:14.184Z Downloaded erased-serde v0.4.9
2862026-05-15T03:43:14.184Z Downloaded zmij v1.0.21
2872026-05-15T03:43:14.184Z Downloaded ucd-trie v0.1.7
2882026-05-15T03:43:14.184Z Downloaded toml_write v0.1.2
2892026-05-15T03:43:14.184Z Downloaded clap_builder v4.5.60
2902026-05-15T03:43:14.184Z Downloaded serde_derive v1.0.228
2912026-05-15T03:43:14.184Z Downloaded toml_datetime v0.6.11
2922026-05-15T03:43:14.185Z Downloaded memchr v2.8.0
2932026-05-15T03:43:14.185Z Downloaded toml v0.8.23
2942026-05-15T03:43:14.185Z Downloaded usdt-impl v0.5.0
2952026-05-15T03:43:14.185Z Downloaded textwrap v0.16.2
2962026-05-15T03:43:14.185Z Downloaded usdt-attr-macro v0.5.0
2972026-05-15T03:43:14.202Z Downloaded unicode-linebreak v0.1.5
2982026-05-15T03:43:14.202Z Downloaded clap_derive v4.5.55
2992026-05-15T03:43:14.202Z Downloaded thiserror v2.0.18
3002026-05-15T03:43:14.202Z Downloaded zerofrom v0.1.6
3012026-05-15T03:43:14.202Z Downloaded thiserror v1.0.69
3022026-05-15T03:43:14.202Z Downloaded cpufeatures v0.2.17
3032026-05-15T03:43:14.202Z Downloaded colorchoice v1.0.4
3042026-05-15T03:43:14.202Z Downloaded cargo_metadata v0.21.0
3052026-05-15T03:43:14.202Z Downloaded anstyle-query v1.1.5
3062026-05-15T03:43:14.202Z Downloaded clap v4.5.60
3072026-05-15T03:43:14.202Z Downloaded displaydoc v0.2.5
3082026-05-15T03:43:14.203Z Downloaded yoke-derive v0.8.1
3092026-05-15T03:43:14.203Z Downloaded utf8parse v0.2.2
3102026-05-15T03:43:14.203Z Downloaded usdt v0.5.0
3112026-05-15T03:43:14.203Z Downloaded anstyle v1.0.13
3122026-05-15T03:43:14.203Z Downloaded version_check v0.9.5
3132026-05-15T03:43:14.203Z Downloaded byteorder v1.5.0
3142026-05-15T03:43:14.203Z Downloaded unicode-xid v0.2.6
3152026-05-15T03:43:14.203Z Downloaded thread-id v4.2.2
3162026-05-15T03:43:14.203Z Downloaded plain v0.2.3
3172026-05-15T03:43:14.203Z Downloaded memmap v0.7.0
3182026-05-15T03:43:14.203Z Downloaded form_urlencoded v1.2.2
3192026-05-15T03:43:14.237Z Downloaded autocfg v1.5.0
3202026-05-15T03:43:14.237Z Downloaded zerofrom-derive v0.1.6
3212026-05-15T03:43:14.237Z Downloaded typeid v1.0.3
3222026-05-15T03:43:14.238Z Downloaded smallvec v1.15.1
3232026-05-15T03:43:14.238Z Downloaded bitflags v2.11.0
3242026-05-15T03:43:14.238Z Downloaded equivalent v1.0.2
3252026-05-15T03:43:14.238Z Downloaded digest v0.10.7
3262026-05-15T03:43:14.238Z Downloaded thiserror-impl v1.0.69
3272026-05-15T03:43:14.238Z Downloaded yoke v0.8.1
3282026-05-15T03:43:14.238Z Downloaded writeable v0.6.2
3292026-05-15T03:43:14.238Z Downloaded usdt-macro v0.5.0
3302026-05-15T03:43:14.238Z Downloaded tinystr v0.8.2
3312026-05-15T03:43:14.287Z Downloaded zerocopy-derive v0.7.35
3322026-05-15T03:43:14.287Z Downloaded thiserror-impl v2.0.18
3332026-05-15T03:43:14.287Z Downloaded getrandom v0.4.1
3342026-05-15T03:43:14.287Z Downloaded cargo-platform v0.2.0
3352026-05-15T03:43:14.287Z Downloaded zerovec-derive v0.11.2
3362026-05-15T03:43:14.287Z Downloaded unicode-ident v1.0.24
3372026-05-15T03:43:14.288Z Downloaded potential_utf v0.1.4
3382026-05-15T03:43:14.288Z Downloaded heck v0.5.0
3392026-05-15T03:43:14.288Z Downloaded synstructure v0.13.2
3402026-05-15T03:43:14.288Z Downloaded errno v0.3.14
3412026-05-15T03:43:14.288Z Downloaded ordered-float v2.10.1
3422026-05-15T03:43:14.288Z Downloaded dtrace-parser v0.2.0
3432026-05-15T03:43:14.288Z Downloaded serde_tokenstream v0.2.3
3442026-05-15T03:43:14.288Z Downloaded toml_edit v0.22.27
3452026-05-15T03:43:14.288Z Downloaded strsim v0.11.1
3462026-05-15T03:43:14.288Z Downloaded typenum v1.19.0
3472026-05-15T03:43:14.288Z Downloaded unicode-width v0.2.0
3482026-05-15T03:43:14.288Z Downloaded zerotrie v0.2.3
3492026-05-15T03:43:14.288Z Downloaded terminal_size v0.4.3
3502026-05-15T03:43:14.288Z Downloaded url v2.5.8
3512026-05-15T03:43:14.288Z Downloaded scroll_derive v0.12.1
3522026-05-15T03:43:14.288Z Downloaded camino-tempfile v1.4.1
3532026-05-15T03:43:14.288Z Downloaded crypto-common v0.1.7
3542026-05-15T03:43:14.289Z Downloaded cfg-if v1.0.4
3552026-05-15T03:43:14.289Z Downloaded stable_deref_trait v1.2.1
3562026-05-15T03:43:14.289Z Downloaded zerovec v0.11.5
3572026-05-15T03:43:14.289Z Downloaded smawk v0.3.2
3582026-05-15T03:43:14.289Z Downloaded idna_adapter v1.2.1
3592026-05-15T03:43:14.289Z Downloaded proc-macro-error-attr v1.0.4
3602026-05-15T03:43:14.289Z Downloaded zerocopy v0.7.35
3612026-05-15T03:43:14.311Z Downloaded winnow v0.7.14
3622026-05-15T03:43:14.311Z Downloaded percent-encoding v2.3.2
3632026-05-15T03:43:14.311Z Downloaded heck v0.4.1
3642026-05-15T03:43:14.311Z Downloaded serde-value v0.7.0
3652026-05-15T03:43:14.311Z Downloaded generic-array v0.14.7
3662026-05-15T03:43:14.311Z Downloaded unicode-width v0.1.14
3672026-05-15T03:43:14.311Z Downloaded swrite v0.1.0
3682026-05-15T03:43:14.311Z Downloaded macaddr v1.0.1
3692026-05-15T03:43:14.311Z Downloaded clap_lex v1.0.0
3702026-05-15T03:43:14.311Z Downloaded pretty-hex v0.4.1
3712026-05-15T03:43:14.311Z Downloaded block-buffer v0.10.4
3722026-05-15T03:43:14.311Z Downloaded dof v0.3.0
3732026-05-15T03:43:14.311Z Downloaded sha2 v0.10.9
3742026-05-15T03:43:14.311Z Downloaded bytecount v0.6.9
3752026-05-15T03:43:14.311Z Downloaded anstream v0.6.21
3762026-05-15T03:43:14.311Z Downloaded camino v1.2.2
3772026-05-15T03:43:14.344Z Downloaded tabled_derive v0.7.0
3782026-05-15T03:43:14.344Z Downloaded serde_spanned v0.6.9
3792026-05-15T03:43:14.344Z Downloaded itoa v1.0.17
3802026-05-15T03:43:14.344Z Downloaded fastrand v2.3.0
3812026-05-15T03:43:14.344Z Downloaded fs-err v3.3.0
3822026-05-15T03:43:14.344Z Downloaded proc-macro-error v1.0.4
3832026-05-15T03:43:14.344Z Downloaded anstyle-parse v0.2.7
3842026-05-15T03:43:14.344Z Downloaded cargo_toml v0.21.0
3852026-05-15T03:43:14.399Z Downloaded tempfile v3.25.0
3862026-05-15T03:43:14.399Z Downloaded icu_properties v2.1.2
3872026-05-15T03:43:14.399Z Downloaded icu_collections v2.1.1
3882026-05-15T03:43:14.399Z Downloaded serde-untagged v0.1.9
3892026-05-15T03:43:14.399Z Downloaded scroll v0.12.0
3902026-05-15T03:43:14.399Z Downloaded pest_generator v2.8.6
3912026-05-15T03:43:14.399Z Downloaded cargo-util-schemas v0.8.2
3922026-05-15T03:43:14.399Z Downloaded anyhow v1.0.102
3932026-05-15T03:43:14.399Z Downloaded quote v1.0.45
3942026-05-15T03:43:14.399Z Downloaded litemap v0.8.1
3952026-05-15T03:43:14.399Z Downloaded serde_core v1.0.228
3962026-05-15T03:43:14.399Z Downloaded semver v1.0.28
3972026-05-15T03:43:14.399Z Downloaded icu_locale_core v2.1.1
3982026-05-15T03:43:14.399Z Downloaded once_cell v1.21.3
3992026-05-15T03:43:14.399Z Downloaded pest v2.8.6
4002026-05-15T03:43:14.428Z Downloaded num-traits v0.2.19
4012026-05-15T03:43:14.429Z Downloaded log v0.4.29
4022026-05-15T03:43:14.429Z Downloaded icu_provider v2.1.1
4032026-05-15T03:43:14.429Z Downloaded proc-macro2 v1.0.106
4042026-05-15T03:43:14.429Z Downloaded papergrid v0.11.0
4052026-05-15T03:43:14.429Z Downloaded pest_derive v2.8.6
4062026-05-15T03:43:14.429Z Downloaded icu_normalizer v2.1.1
4072026-05-15T03:43:14.429Z Downloaded icu_normalizer_data v2.1.1
4082026-05-15T03:43:14.429Z Downloaded serde v1.0.228
4092026-05-15T03:43:14.429Z Downloaded pest_meta v2.8.6
4102026-05-15T03:43:14.451Z Downloaded indexmap v2.14.0
4112026-05-15T03:43:14.451Z Downloaded icu_properties_data v2.1.2
4122026-05-15T03:43:14.451Z Downloaded hashbrown v0.17.0
4132026-05-15T03:43:14.515Z Downloaded tabled v0.15.0
4142026-05-15T03:43:14.515Z Downloaded idna v1.1.0
4152026-05-15T03:43:14.515Z Downloaded serde_json v1.0.149
4162026-05-15T03:43:14.515Z Downloaded goblin v0.8.2
4172026-05-15T03:43:14.546Z Downloaded syn v1.0.109
4182026-05-15T03:43:14.546Z Downloaded syn v2.0.117
4192026-05-15T03:43:14.546Z Downloaded rustix v1.1.3
4202026-05-15T03:43:14.567Z Downloaded libc v0.2.185
4212026-05-15T03:43:14.612Z Compiling proc-macro2 v1.0.106
4222026-05-15T03:43:14.612Z Compiling unicode-ident v1.0.24
4232026-05-15T03:43:14.628Z Compiling quote v1.0.45
4242026-05-15T03:43:14.628Z Compiling serde_core v1.0.228
4252026-05-15T03:43:14.628Z Compiling libc v0.2.185
4262026-05-15T03:43:14.629Z Compiling version_check v0.9.5
4272026-05-15T03:43:14.629Z Compiling memchr v2.8.0
4282026-05-15T03:43:14.629Z Compiling serde v1.0.228
4292026-05-15T03:43:14.948Z Compiling stable_deref_trait v1.2.1
4302026-05-15T03:43:15.016Z Compiling zmij v1.0.21
4312026-05-15T03:43:15.323Z Compiling autocfg v1.5.0
4322026-05-15T03:43:15.405Z Compiling itoa v1.0.17
4332026-05-15T03:43:15.502Z Compiling ucd-trie v0.1.7
4342026-05-15T03:43:15.560Z Compiling thiserror v1.0.69
4352026-05-15T03:43:15.598Z Compiling litemap v0.8.1
4362026-05-15T03:43:15.675Z Compiling pest v2.8.6
4372026-05-15T03:43:15.717Z Compiling writeable v0.6.2
4382026-05-15T03:43:15.769Z Compiling icu_properties_data v2.1.2
4392026-05-15T03:43:15.953Z Compiling icu_normalizer_data v2.1.1
4402026-05-15T03:43:15.974Z Compiling rustix v1.1.3
4412026-05-15T03:43:16.096Z Compiling byteorder v1.5.0
4422026-05-15T03:43:16.142Z Compiling syn v2.0.117
4432026-05-15T03:43:16.273Z Compiling errno v0.3.14
4442026-05-15T03:43:16.288Z Compiling bitflags v2.11.0
4452026-05-15T03:43:16.325Z Compiling serde_json v1.0.149
4462026-05-15T03:43:16.567Z Compiling num-traits v0.2.19
4472026-05-15T03:43:16.614Z Compiling typeid v1.0.3
4482026-05-15T03:43:16.628Z Compiling smallvec v1.15.1
4492026-05-15T03:43:16.770Z Compiling pest_meta v2.8.6
4502026-05-15T03:43:16.882Z Compiling equivalent v1.0.2
4512026-05-15T03:43:16.978Z Compiling hashbrown v0.17.0
4522026-05-15T03:43:17.078Z Compiling thread-id v4.2.2
4532026-05-15T03:43:17.165Z Compiling proc-macro-error-attr v1.0.4
4542026-05-15T03:43:17.214Z Compiling usdt-impl v0.5.0
4552026-05-15T03:43:17.230Z Compiling winnow v0.7.14
4562026-05-15T03:43:17.350Z Compiling erased-serde v0.4.9
4572026-05-15T03:43:17.436Z Compiling syn v1.0.109
4582026-05-15T03:43:17.553Z Compiling indexmap v2.14.0
4592026-05-15T03:43:17.620Z Compiling toml_write v0.1.2
4602026-05-15T03:43:17.979Z Compiling proc-macro-error v1.0.4
4612026-05-15T03:43:18.169Z Compiling utf8_iter v1.0.4
4622026-05-15T03:43:18.186Z Compiling camino v1.2.2
4632026-05-15T03:43:18.322Z Compiling plain v0.2.3
4642026-05-15T03:43:18.441Z Compiling thiserror v2.0.18
4652026-05-15T03:43:18.455Z Compiling log v0.4.29
4662026-05-15T03:43:18.469Z Compiling utf8parse v0.2.2
4672026-05-15T03:43:18.499Z Compiling getrandom v0.4.1
4682026-05-15T03:43:18.583Z Compiling percent-encoding v2.3.2
4692026-05-15T03:43:18.636Z Compiling anstyle-parse v0.2.7
4702026-05-15T03:43:18.719Z Compiling form_urlencoded v1.2.2
4712026-05-15T03:43:18.744Z Compiling ordered-float v2.10.1
4722026-05-15T03:43:18.845Z Compiling synstructure v0.13.2
4732026-05-15T03:43:18.863Z Compiling pest_generator v2.8.6
4742026-05-15T03:43:18.982Z Compiling terminal_size v0.4.3
4752026-05-15T03:43:19.123Z Compiling colorchoice v1.0.4
4762026-05-15T03:43:19.244Z Compiling anstyle-query v1.1.5
4772026-05-15T03:43:19.260Z Compiling is_terminal_polyfill v1.70.2
4782026-05-15T03:43:19.305Z Compiling anstyle v1.0.13
4792026-05-15T03:43:19.355Z Compiling cfg-if v1.0.4
4802026-05-15T03:43:19.358Z Compiling pretty-hex v0.4.1
4812026-05-15T03:43:19.389Z Compiling serde-untagged v0.1.9
4822026-05-15T03:43:19.512Z Compiling anstream v0.6.21
4832026-05-15T03:43:19.549Z Compiling semver v1.0.28
4842026-05-15T03:43:19.603Z Compiling fs-err v3.3.0
4852026-05-15T03:43:19.627Z Compiling anyhow v1.0.102
4862026-05-15T03:43:19.801Z Compiling fastrand v2.3.0
4872026-05-15T03:43:19.816Z Compiling clap_lex v1.0.0
4882026-05-15T03:43:19.872Z Compiling bytecount v0.6.9
4892026-05-15T03:43:19.907Z Compiling strsim v0.11.1
4902026-05-15T03:43:19.930Z Compiling once_cell v1.21.3
4912026-05-15T03:43:20.048Z Compiling unicode-xid v0.2.6
4922026-05-15T03:43:20.066Z Compiling unicode-width v0.1.14
4932026-05-15T03:43:20.147Z Compiling heck v0.4.1
4942026-05-15T03:43:20.173Z Compiling fnv v1.0.7
4952026-05-15T03:43:20.255Z Compiling heck v0.5.0
4962026-05-15T03:43:20.279Z Compiling clap_builder v4.5.60
4972026-05-15T03:43:20.310Z Compiling tempfile v3.25.0
4982026-05-15T03:43:20.342Z Compiling papergrid v0.11.0
4992026-05-15T03:43:20.518Z Compiling serde_derive v1.0.228
5002026-05-15T03:43:20.589Z Compiling zerofrom-derive v0.1.6
5012026-05-15T03:43:20.607Z Compiling yoke-derive v0.8.1
5022026-05-15T03:43:20.678Z Compiling zerovec-derive v0.11.2
5032026-05-15T03:43:20.947Z Compiling displaydoc v0.2.5
5042026-05-15T03:43:21.715Z Compiling thiserror-impl v1.0.69
5052026-05-15T03:43:21.796Z Compiling zerocopy-derive v0.7.35
5062026-05-15T03:43:21.800Z Compiling pest_derive v2.8.6
5072026-05-15T03:43:21.841Z Compiling scroll_derive v0.12.1
5082026-05-15T03:43:22.004Z Compiling zerofrom v0.1.6
5092026-05-15T03:43:22.136Z Compiling yoke v0.8.1
5102026-05-15T03:43:22.235Z Compiling thiserror-impl v2.0.18
5112026-05-15T03:43:22.328Z Compiling zerovec v0.11.5
5122026-05-15T03:43:22.499Z Compiling zerotrie v0.2.3
5132026-05-15T03:43:22.676Z Compiling zerocopy v0.7.35
5142026-05-15T03:43:22.817Z Compiling tinystr v0.8.2
5152026-05-15T03:43:22.845Z Compiling potential_utf v0.1.4
5162026-05-15T03:43:23.040Z Compiling icu_locale_core v2.1.1
5172026-05-15T03:43:23.040Z Compiling icu_collections v2.1.1
5182026-05-15T03:43:23.114Z Compiling dtrace-parser v0.2.0
5192026-05-15T03:43:23.231Z Compiling scroll v0.12.0
5202026-05-15T03:43:23.352Z Compiling tabled_derive v0.7.0
5212026-05-15T03:43:23.516Z Compiling goblin v0.8.2
5222026-05-15T03:43:23.540Z Compiling clap_derive v4.5.55
5232026-05-15T03:43:23.687Z Compiling icu_provider v2.1.1
5242026-05-15T03:43:23.857Z Compiling memmap v0.7.0
5252026-05-15T03:43:23.910Z Compiling serde_spanned v0.6.9
5262026-05-15T03:43:23.981Z Compiling icu_properties v2.1.2
5272026-05-15T03:43:24.003Z Compiling icu_normalizer v2.1.1
5282026-05-15T03:43:24.023Z Compiling toml_datetime v0.6.11
5292026-05-15T03:43:24.048Z Compiling dof v0.3.0
5302026-05-15T03:43:24.133Z Compiling serde_tokenstream v0.2.3
5312026-05-15T03:43:24.261Z Compiling toml_edit v0.22.27
5322026-05-15T03:43:24.371Z Compiling serde-value v0.7.0
5332026-05-15T03:43:24.424Z Compiling cargo-platform v0.2.0
5342026-05-15T03:43:24.527Z Compiling unicode-width v0.2.0
5352026-05-15T03:43:24.708Z Compiling unicode-linebreak v0.1.5
5362026-05-15T03:43:24.735Z Compiling smawk v0.3.2
5372026-05-15T03:43:24.807Z Compiling tabled v0.15.0
5382026-05-15T03:43:24.893Z Compiling idna_adapter v1.2.1
5392026-05-15T03:43:24.898Z Compiling usdt-attr-macro v0.5.0
5402026-05-15T03:43:24.955Z Compiling usdt-macro v0.5.0
5412026-05-15T03:43:25.039Z Compiling idna v1.1.0
5422026-05-15T03:43:25.076Z Compiling textwrap v0.16.2
5432026-05-15T03:43:25.302Z Compiling clap v4.5.60
5442026-05-15T03:43:25.421Z Compiling url v2.5.8
5452026-05-15T03:43:25.551Z Compiling macaddr v1.0.1
5462026-05-15T03:43:25.721Z Compiling toml v0.8.23
5472026-05-15T03:43:25.936Z Compiling camino-tempfile v1.4.1
5482026-05-15T03:43:26.068Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-05-15T03:43:26.229Z Compiling cargo-util-schemas v0.8.2
5502026-05-15T03:43:26.293Z Compiling cargo_toml v0.21.0
5512026-05-15T03:43:26.357Z Compiling swrite v0.1.0
5522026-05-15T03:43:26.599Z Compiling usdt v0.5.0
5532026-05-15T03:43:27.196Z Compiling cargo_metadata v0.21.0
5542026-05-15T03:43:28.027Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-15T03:43:30.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.70s
5562026-05-15T03:43:30.377Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-15T03:43:30.948Z Downloading crates ...
5582026-05-15T03:43:31.057Z Downloaded async-recursion v1.1.1
5592026-05-15T03:43:31.094Z Downloaded base64ct v1.8.3
5602026-05-15T03:43:31.095Z Downloaded async-bb8-diesel v0.2.1
5612026-05-15T03:43:31.095Z Downloaded ascii-canvas v3.0.0
5622026-05-15T03:43:31.095Z Downloaded atomicwrites v0.4.4
5632026-05-15T03:43:31.095Z Downloaded aead v0.5.2
5642026-05-15T03:43:31.095Z Downloaded atomic-waker v1.1.2
5652026-05-15T03:43:31.095Z Downloaded async-stream-impl v0.3.6
5662026-05-15T03:43:31.095Z Downloaded darling_macro v0.20.11
5672026-05-15T03:43:31.095Z Downloaded async-trait v0.1.89
5682026-05-15T03:43:31.095Z Downloaded flagset v0.4.7
5692026-05-15T03:43:31.095Z Downloaded darling v0.20.11
5702026-05-15T03:43:31.095Z Downloaded darling_macro v0.21.3
5712026-05-15T03:43:31.095Z Downloaded aws-lc-rs v1.16.3
5722026-05-15T03:43:31.095Z Downloaded funty v2.0.0
5732026-05-15T03:43:31.095Z Downloaded adler2 v2.0.1
5742026-05-15T03:43:31.095Z Downloaded defmt-parser v1.0.0
5752026-05-15T03:43:31.095Z Downloaded darling_macro v0.23.0
5762026-05-15T03:43:31.095Z Downloaded cargo_metadata v0.19.2
5772026-05-15T03:43:31.096Z Downloaded bitfield-struct v0.6.2
5782026-05-15T03:43:31.096Z Downloaded arrayvec v0.7.6
5792026-05-15T03:43:31.096Z Downloaded async-stream v0.3.6
5802026-05-15T03:43:31.123Z Downloaded array-init v0.0.4
5812026-05-15T03:43:31.123Z Downloaded allocator-api2 v0.2.21
5822026-05-15T03:43:31.123Z Downloaded csv-core v0.1.13
5832026-05-15T03:43:31.123Z Downloaded cbc v0.1.2
5842026-05-15T03:43:31.123Z Downloaded cargo-platform v0.1.9
5852026-05-15T03:43:31.123Z Downloaded darling_core v0.23.0
5862026-05-15T03:43:31.124Z Downloaded defmt-macros v1.0.1
5872026-05-15T03:43:31.124Z Downloaded defmt v1.0.1
5882026-05-15T03:43:31.124Z Downloaded blowfish v0.9.1
5892026-05-15T03:43:31.124Z Downloaded cfg_aliases v0.2.1
5902026-05-15T03:43:31.124Z Downloaded block-padding v0.3.3
5912026-05-15T03:43:31.124Z Downloaded bitfield-macros v0.19.4
5922026-05-15T03:43:31.143Z Downloaded compression-core v0.4.31
5932026-05-15T03:43:31.143Z Downloaded arrayref v0.3.9
5942026-05-15T03:43:31.143Z Downloaded cobs v0.3.0
5952026-05-15T03:43:31.143Z Downloaded debug-ignore v1.0.5
5962026-05-15T03:43:31.143Z Downloaded data-encoding v2.10.0
5972026-05-15T03:43:31.143Z Downloaded daft v0.1.5
5982026-05-15T03:43:31.143Z Downloaded foreign-types v0.3.2
5992026-05-15T03:43:31.143Z Downloaded darling_core v0.20.11
6002026-05-15T03:43:31.177Z Downloaded ciborium-ll v0.2.2
6012026-05-15T03:43:31.177Z Downloaded backoff v0.4.0
6022026-05-15T03:43:31.177Z Downloaded float-ord v0.3.2
6032026-05-15T03:43:31.177Z Downloaded dropshot-api-manager-types v0.7.1
6042026-05-15T03:43:31.177Z Downloaded darling v0.21.3
6052026-05-15T03:43:31.178Z Downloaded crc-catalog v2.4.0
6062026-05-15T03:43:31.178Z Downloaded arc-swap v1.8.2
6072026-05-15T03:43:31.178Z Downloaded der_derive v0.7.3
6082026-05-15T03:43:31.178Z Downloaded daft-derive v0.1.5
6092026-05-15T03:43:31.178Z Downloaded cookie v0.18.1
6102026-05-15T03:43:31.178Z Downloaded dirs-sys-next v0.1.2
6112026-05-15T03:43:31.178Z Downloaded dtrace-parser v0.3.0
6122026-05-15T03:43:31.178Z Downloaded dsl_auto_type v0.2.0
6132026-05-15T03:43:31.178Z Downloaded castaway v0.2.4
6142026-05-15T03:43:31.178Z Downloaded dof v0.4.0
6152026-05-15T03:43:31.178Z Downloaded cfg_aliases v0.1.1
6162026-05-15T03:43:31.178Z Downloaded document-features v0.2.12
6172026-05-15T03:43:31.178Z Downloaded bit-set v0.8.0
6182026-05-15T03:43:31.178Z Downloaded bcrypt-pbkdf v0.10.0
6192026-05-15T03:43:31.178Z Downloaded const_format v0.2.35
6202026-05-15T03:43:31.178Z Downloaded ciborium-io v0.2.2
6212026-05-15T03:43:31.179Z Downloaded derive_builder_macro v0.20.2
6222026-05-15T03:43:31.179Z Downloaded clang-sys v1.8.1
6232026-05-15T03:43:31.179Z Downloaded bumpalo v3.20.2
6242026-05-15T03:43:31.179Z Downloaded enum-as-inner v0.6.1
6252026-05-15T03:43:31.179Z Downloaded const_format_proc_macros v0.2.34
6262026-05-15T03:43:31.179Z Downloaded darling v0.23.0
6272026-05-15T03:43:31.318Z Downloaded crossbeam-deque v0.8.6
6282026-05-15T03:43:31.318Z Downloaded cassowary v0.3.0
6292026-05-15T03:43:31.318Z Downloaded endian-type v0.1.2
6302026-05-15T03:43:31.318Z Downloaded crunchy v0.2.4
6312026-05-15T03:43:31.318Z Downloaded crucible-workspace-hack v0.1.0
6322026-05-15T03:43:31.319Z Downloaded ar_archive_writer v0.5.1
6332026-05-15T03:43:31.319Z Downloaded fxhash v0.2.1
6342026-05-15T03:43:31.319Z Downloaded crc v3.4.0
6352026-05-15T03:43:31.319Z Downloaded embedded-io v0.4.0
6362026-05-15T03:43:31.319Z Downloaded futures-io v0.3.32
6372026-05-15T03:43:31.319Z Downloaded downcast-rs v2.0.2
6382026-05-15T03:43:31.319Z Downloaded dunce v1.0.5
6392026-05-15T03:43:31.319Z Downloaded bit-vec v0.8.0
6402026-05-15T03:43:31.319Z Downloaded dirs-next v2.0.0
6412026-05-15T03:43:31.319Z Downloaded bit-set v0.5.3
6422026-05-15T03:43:31.320Z Downloaded bb8 v0.8.6
6432026-05-15T03:43:31.320Z Downloaded fd-lock v4.0.4
6442026-05-15T03:43:31.320Z Downloaded git-stub v1.0.0
6452026-05-15T03:43:31.320Z Downloaded env_filter v1.0.0
6462026-05-15T03:43:31.320Z Downloaded bitflags v1.3.2
6472026-05-15T03:43:31.320Z Downloaded argon2 v0.5.3
6482026-05-15T03:43:31.320Z Downloaded foldhash v0.2.0
6492026-05-15T03:43:31.320Z Downloaded fallible-iterator v0.2.0
6502026-05-15T03:43:31.320Z Downloaded derive_builder_core v0.20.2
6512026-05-15T03:43:31.352Z Downloaded dyn-clone v1.0.20
6522026-05-15T03:43:31.352Z Downloaded base16ct v0.2.0
6532026-05-15T03:43:31.352Z Downloaded atty v0.2.14
6542026-05-15T03:43:31.352Z Downloaded bzip2 v0.4.4
6552026-05-15T03:43:31.352Z Downloaded blake2 v0.10.6
6562026-05-15T03:43:31.352Z Downloaded ena v0.14.4
6572026-05-15T03:43:31.352Z Downloaded camino-tempfile-ext v0.3.3
6582026-05-15T03:43:31.352Z Downloaded ahash v0.8.12
6592026-05-15T03:43:31.352Z Downloaded constant_time_eq v0.4.2
6602026-05-15T03:43:31.352Z Downloaded crc-any v2.5.0
6612026-05-15T03:43:31.352Z Downloaded ed25519 v2.2.3
6622026-05-15T03:43:31.353Z Downloaded derive-ex v0.1.8
6632026-05-15T03:43:31.353Z Downloaded cmake v0.1.57
6642026-05-15T03:43:31.353Z Downloaded compression-codecs v0.4.37
6652026-05-15T03:43:31.353Z Downloaded cpufeatures v0.3.0
6662026-05-15T03:43:31.353Z Downloaded futures-task v0.3.32
6672026-05-15T03:43:31.353Z Downloaded headers-core v0.3.0
6682026-05-15T03:43:31.353Z Downloaded fixedbitset v0.4.2
6692026-05-15T03:43:31.353Z Downloaded convert_case v0.4.0
6702026-05-15T03:43:31.353Z Downloaded foreign-types v0.5.0
6712026-05-15T03:43:31.353Z Downloaded diesel_table_macro_syntax v0.3.0
6722026-05-15T03:43:31.353Z Downloaded hex v0.4.3
6732026-05-15T03:43:31.354Z Downloaded foreign-types-shared v0.3.1
6742026-05-15T03:43:31.354Z Downloaded curve25519-dalek-derive v0.1.1
6752026-05-15T03:43:31.354Z Downloaded foreign-types-shared v0.1.1
6762026-05-15T03:43:31.354Z Downloaded home v0.5.12
6772026-05-15T03:43:31.354Z Downloaded futures-core v0.3.32
6782026-05-15T03:43:31.354Z Downloaded foreign-types-macros v0.2.3
6792026-05-15T03:43:31.354Z Downloaded byte-wrapper v0.1.0
6802026-05-15T03:43:31.354Z Downloaded ff v0.13.1
6812026-05-15T03:43:31.354Z Downloaded diesel-dtrace v0.5.0
6822026-05-15T03:43:31.354Z Downloaded colored v3.1.1
6832026-05-15T03:43:31.354Z Downloaded embedded-io v0.6.1
6842026-05-15T03:43:31.354Z Downloaded fs_extra v1.3.0
6852026-05-15T03:43:31.354Z Downloaded darling_core v0.21.3
6862026-05-15T03:43:31.354Z Downloaded group v0.13.0
6872026-05-15T03:43:31.354Z Downloaded futures-executor v0.3.32
6882026-05-15T03:43:31.354Z Downloaded fixedbitset v0.5.7
6892026-05-15T03:43:31.355Z Downloaded crossbeam-utils v0.8.21
6902026-05-15T03:43:31.355Z Downloaded backon v1.6.0
6912026-05-15T03:43:31.355Z Downloaded corncobs v0.1.4
6922026-05-15T03:43:31.355Z Downloaded chacha20 v0.9.1
6932026-05-15T03:43:31.355Z Downloaded bitfield v0.19.4
6942026-05-15T03:43:31.355Z Downloaded futures-sink v0.3.32
6952026-05-15T03:43:31.355Z Downloaded either v1.15.0
6962026-05-15T03:43:31.355Z Downloaded ghash v0.5.1
6972026-05-15T03:43:31.355Z Downloaded gethostname v0.5.0
6982026-05-15T03:43:31.355Z Downloaded crc8 v0.1.1
6992026-05-15T03:43:31.355Z Downloaded defmt v0.3.100
7002026-05-15T03:43:31.355Z Downloaded difflib v0.4.0
7012026-05-15T03:43:31.355Z Downloaded ciborium v0.2.2
7022026-05-15T03:43:31.355Z Downloaded bcs v0.1.6
7032026-05-15T03:43:31.355Z Downloaded hash32 v0.3.1
7042026-05-15T03:43:31.355Z Downloaded hash32 v0.2.1
7052026-05-15T03:43:31.355Z Downloaded async-compression v0.4.41
7062026-05-15T03:43:31.355Z Downloaded deranged v0.5.8
7072026-05-15T03:43:31.355Z Downloaded convert_case v0.10.0
7082026-05-15T03:43:31.355Z Downloaded cipher v0.4.4
7092026-05-15T03:43:31.355Z Downloaded critical-section v1.2.0
7102026-05-15T03:43:31.355Z Downloaded display-error-chain v0.2.2
7112026-05-15T03:43:31.355Z Downloaded cstr-argument v0.1.2
7122026-05-15T03:43:31.355Z Downloaded inout v0.1.4
7132026-05-15T03:43:31.356Z Downloaded hostname v0.4.2
7142026-05-15T03:43:31.356Z Downloaded find-msvc-tools v0.1.9
7152026-05-15T03:43:31.356Z Downloaded env_logger v0.11.9
7162026-05-15T03:43:31.356Z Downloaded der v0.7.10
7172026-05-15T03:43:31.356Z Downloaded hubpack v0.1.2
7182026-05-15T03:43:31.356Z Downloaded float-cmp v0.10.0
7192026-05-15T03:43:31.356Z Downloaded cexpr v0.6.0
7202026-05-15T03:43:31.356Z Downloaded crossbeam-epoch v0.9.18
7212026-05-15T03:43:31.356Z Downloaded derive-where v1.6.0
7222026-05-15T03:43:31.356Z Downloaded cancel-safe-futures v0.1.5
7232026-05-15T03:43:31.356Z Downloaded bit-vec v0.6.3
7242026-05-15T03:43:31.356Z Downloaded bzip2 v0.6.1
7252026-05-15T03:43:31.356Z Downloaded assert_matches v1.5.0
7262026-05-15T03:43:31.356Z Downloaded is_ci v1.2.0
7272026-05-15T03:43:31.356Z Downloaded chacha20poly1305 v0.10.1
7282026-05-15T03:43:31.356Z Downloaded console v0.16.2
7292026-05-15T03:43:31.356Z Downloaded fs-err v2.11.0
7302026-05-15T03:43:31.357Z Downloaded filetime v0.2.27
7312026-05-15T03:43:31.357Z Downloaded ctr v0.9.2
7322026-05-15T03:43:31.357Z Downloaded hostname v0.3.1
7332026-05-15T03:43:31.357Z Downloaded lazy_static v1.5.0
7342026-05-15T03:43:31.357Z Downloaded is-terminal v0.4.17
7352026-05-15T03:43:31.357Z Downloaded keccak v0.1.6
7362026-05-15T03:43:31.357Z Downloaded globset v0.4.18
7372026-05-15T03:43:31.357Z Downloaded http-range v0.1.5
7382026-05-15T03:43:31.357Z Downloaded buf-list v1.1.2
7392026-05-15T03:43:31.357Z Downloaded des v0.8.1
7402026-05-15T03:43:31.357Z Downloaded cookie_store v0.22.1
7412026-05-15T03:43:31.357Z Downloaded kstat-rs v0.2.4
7422026-05-15T03:43:31.357Z Downloaded glob v0.3.3
7432026-05-15T03:43:31.357Z Downloaded erased-serde v0.3.31
7442026-05-15T03:43:31.357Z Downloaded colored v2.2.0
7452026-05-15T03:43:31.357Z Downloaded const-oid v0.9.6
7462026-05-15T03:43:31.357Z Downloaded ecdsa v0.16.9
7472026-05-15T03:43:31.357Z Downloaded hmac v0.12.1
7482026-05-15T03:43:31.357Z Downloaded derive_builder v0.20.2
7492026-05-15T03:43:31.357Z Downloaded lru-slab v0.1.2
7502026-05-15T03:43:31.357Z Downloaded futures-channel v0.3.32
7512026-05-15T03:43:31.390Z Downloaded linked-hash-map v0.5.6
7522026-05-15T03:43:31.390Z Downloaded hyper-rustls v0.27.7
7532026-05-15T03:43:31.390Z Downloaded chacha20 v0.10.0
7542026-05-15T03:43:31.390Z Downloaded half v1.8.3
7552026-05-15T03:43:31.390Z Downloaded match_cfg v0.1.0
7562026-05-15T03:43:31.390Z Downloaded jobserver v0.1.34
7572026-05-15T03:43:31.390Z Downloaded futures v0.3.32
7582026-05-15T03:43:31.390Z Downloaded dropshot_endpoint v0.17.0
7592026-05-15T03:43:31.390Z Downloaded indoc v2.0.7
7602026-05-15T03:43:31.390Z Downloaded diff v0.1.13
7612026-05-15T03:43:31.391Z Downloaded hubpack_derive v0.1.1
7622026-05-15T03:43:31.391Z Downloaded elliptic-curve v0.13.8
7632026-05-15T03:43:31.391Z Downloaded multimap v0.10.1
7642026-05-15T03:43:31.391Z Downloaded managed v0.8.0
7652026-05-15T03:43:31.391Z Downloaded lzss v0.8.2
7662026-05-15T03:43:31.391Z Downloaded globwalk v0.9.1
7672026-05-15T03:43:31.391Z Downloaded getrandom v0.2.17
7682026-05-15T03:43:31.391Z Downloaded foldhash v0.1.5
7692026-05-15T03:43:31.391Z Downloaded hyper-tls v0.6.0
7702026-05-15T03:43:31.391Z Downloaded highway v1.3.0
7712026-05-15T03:43:31.391Z Downloaded flume v0.11.1
7722026-05-15T03:43:31.391Z Downloaded futures-macro v0.3.32
7732026-05-15T03:43:31.391Z Downloaded drift v0.1.4
7742026-05-15T03:43:31.391Z Downloaded humantime v2.3.0
7752026-05-15T03:43:31.391Z Downloaded ingot-types v0.1.2
7762026-05-15T03:43:31.391Z Downloaded git-stub-vcs v0.1.0
7772026-05-15T03:43:31.391Z Downloaded http-body v1.0.1
7782026-05-15T03:43:31.391Z Downloaded hex-literal v0.4.1
7792026-05-15T03:43:31.391Z Downloaded console v0.15.11
7802026-05-15T03:43:31.391Z Downloaded linear-map v1.2.0
7812026-05-15T03:43:31.392Z Downloaded fatfs v0.3.6
7822026-05-15T03:43:31.392Z Downloaded num-derive v0.4.2
7832026-05-15T03:43:31.392Z Downloaded internet-checksum v0.2.1
7842026-05-15T03:43:31.392Z Downloaded compact_str v0.8.1
7852026-05-15T03:43:31.415Z Downloaded newtype-uuid v1.3.2
7862026-05-15T03:43:31.415Z Downloaded ingot-macros v0.1.1
7872026-05-15T03:43:31.415Z Downloaded derive_more v2.1.1
7882026-05-15T03:43:31.415Z Downloaded num-iter v0.1.45
7892026-05-15T03:43:31.415Z Downloaded ingot v0.1.1
7902026-05-15T03:43:31.415Z Downloaded native-tls v0.2.18
7912026-05-15T03:43:31.415Z Downloaded iana-time-zone v0.1.65
7922026-05-15T03:43:31.415Z Downloaded oso-derive v0.27.3
7932026-05-15T03:43:31.415Z Downloaded lalrpop-util v0.19.12
7942026-05-15T03:43:31.415Z Downloaded indoc v1.0.9
7952026-05-15T03:43:31.415Z Downloaded indent_write v2.2.0
7962026-05-15T03:43:31.415Z Downloaded openssl-probe v0.1.6
7972026-05-15T03:43:31.415Z Downloaded httpdate v1.0.3
7982026-05-15T03:43:31.415Z Downloaded impl-trait-for-tuples v0.2.3
7992026-05-15T03:43:31.415Z Downloaded num-derive v0.3.3
8002026-05-15T03:43:31.415Z Downloaded maplit v1.0.2
8012026-05-15T03:43:31.415Z Downloaded flate2 v1.1.9
8022026-05-15T03:43:31.415Z Downloaded ed25519-dalek v2.2.0
8032026-05-15T03:43:31.416Z Downloaded base64 v0.22.1
8042026-05-15T03:43:31.416Z Downloaded memoffset v0.9.1
8052026-05-15T03:43:31.416Z Downloaded half v2.7.1
8062026-05-15T03:43:31.416Z Downloaded getrandom v0.3.4
8072026-05-15T03:43:31.427Z Downloaded libscf-sys v1.1.0
8082026-05-15T03:43:31.427Z Downloaded httparse v1.10.1
8092026-05-15T03:43:31.427Z Downloaded aho-corasick v1.1.4
8102026-05-15T03:43:31.427Z Downloaded cc v1.2.56
8112026-05-15T03:43:31.427Z Downloaded newtype-uuid-macros v0.1.0
8122026-05-15T03:43:31.427Z Downloaded instant v0.1.13
8132026-05-15T03:43:31.427Z Downloaded nodrop v0.1.14
8142026-05-15T03:43:31.427Z Downloaded newline-converter v0.3.0
8152026-05-15T03:43:31.427Z Downloaded mime v0.3.17
8162026-05-15T03:43:31.427Z Downloaded maybe-uninit v2.0.0
8172026-05-15T03:43:31.427Z Downloaded expectorate v1.2.0
8182026-05-15T03:43:31.427Z Downloaded num-complex v0.4.6
8192026-05-15T03:43:31.427Z Downloaded derive_more-impl v2.1.1
8202026-05-15T03:43:31.437Z Downloaded packed_struct_codegen v0.10.1
8212026-05-15T03:43:31.438Z Downloaded openssl-macros v0.1.1
8222026-05-15T03:43:31.438Z Downloaded num_threads v0.1.7
8232026-05-15T03:43:31.438Z Downloaded num_enum_derive v0.5.11
8242026-05-15T03:43:31.448Z Downloaded num-conv v0.2.0
8252026-05-15T03:43:31.449Z Downloaded num v0.4.3
8262026-05-15T03:43:31.449Z Downloaded nonempty v0.12.0
8272026-05-15T03:43:31.449Z Downloaded nibble_vec v0.1.0
8282026-05-15T03:43:31.449Z Downloaded ipnet v2.11.0
8292026-05-15T03:43:31.464Z Downloaded parse-size v1.1.0
8302026-05-15T03:43:31.464Z Downloaded pbkdf2 v0.12.2
8312026-05-15T03:43:31.464Z Downloaded peg-runtime v0.8.5
8322026-05-15T03:43:31.464Z Downloaded path-slash v0.1.5
8332026-05-15T03:43:31.464Z Downloaded parse-display v0.10.0
8342026-05-15T03:43:31.476Z Downloaded libefi-sys v0.1.0
8352026-05-15T03:43:31.476Z Downloaded crossterm v0.28.1
8362026-05-15T03:43:31.476Z Downloaded aes-gcm v0.10.3
8372026-05-15T03:43:31.476Z Downloaded pin-utils v0.1.0
8382026-05-15T03:43:31.476Z Downloaded phf_shared v0.11.3
8392026-05-15T03:43:31.476Z Downloaded pbkdf2 v0.11.0
8402026-05-15T03:43:31.476Z Downloaded olpc-cjson v0.1.4
8412026-05-15T03:43:31.476Z Downloaded num-rational v0.4.2
8422026-05-15T03:43:31.476Z Downloaded libsw-core v0.3.2
8432026-05-15T03:43:31.483Z Downloaded ident_case v1.0.1
8442026-05-15T03:43:31.483Z Downloaded openssl-probe v0.2.1
8452026-05-15T03:43:31.483Z Downloaded newtype_derive v0.1.6
8462026-05-15T03:43:31.483Z Downloaded new_debug_unreachable v1.0.6
8472026-05-15T03:43:31.483Z Downloaded md5 v0.7.0
8482026-05-15T03:43:31.483Z Downloaded lru v0.12.5
8492026-05-15T03:43:31.483Z Downloaded phf_shared v0.13.1
8502026-05-15T03:43:31.483Z Downloaded opaque-debug v0.3.1
8512026-05-15T03:43:31.483Z Downloaded phf_shared v0.12.1
8522026-05-15T03:43:31.483Z Downloaded num_enum v0.5.11
8532026-05-15T03:43:31.484Z Downloaded num-integer v0.1.46
8542026-05-15T03:43:31.514Z Downloaded libloading v0.8.9
8552026-05-15T03:43:31.515Z Downloaded packed_struct v0.10.1
8562026-05-15T03:43:31.515Z Downloaded nu-ansi-term v0.50.3
8572026-05-15T03:43:31.515Z Downloaded ipnetwork v0.21.1
8582026-05-15T03:43:31.515Z Downloaded num_enum v0.7.5
8592026-05-15T03:43:31.515Z Downloaded proc-macro-error-attr2 v2.0.0
8602026-05-15T03:43:31.515Z Downloaded crossbeam-channel v0.5.15
8612026-05-15T03:43:31.515Z Downloaded predicates-core v1.0.10
8622026-05-15T03:43:31.515Z Downloaded oxide-tokio-rt v0.1.4
8632026-05-15T03:43:31.541Z Downloaded paste v1.0.15
8642026-05-15T03:43:31.541Z Downloaded password-hash v0.4.2
8652026-05-15T03:43:31.542Z Downloaded progenitor-client v0.11.2
8662026-05-15T03:43:31.543Z Downloaded progenitor-client v0.10.0
8672026-05-15T03:43:31.543Z Downloaded parking_lot_core v0.8.6
8682026-05-15T03:43:31.543Z Downloaded powerfmt v0.2.0
8692026-05-15T03:43:31.543Z Downloaded nanorand v0.7.0
8702026-05-15T03:43:31.543Z Downloaded num_enum_derive v0.7.5
8712026-05-15T03:43:31.543Z Downloaded aes v0.8.4
8722026-05-15T03:43:31.543Z Downloaded pin-project-lite v0.2.17
8732026-05-15T03:43:31.543Z Downloaded predicates-tree v1.0.13
8742026-05-15T03:43:31.543Z Downloaded pem v3.0.6
8752026-05-15T03:43:31.543Z Downloaded progenitor-macro v0.14.0
8762026-05-15T03:43:31.543Z Downloaded precomputed-hash v0.1.1
8772026-05-15T03:43:31.543Z Downloaded multer v3.1.0
8782026-05-15T03:43:31.543Z Downloaded memmap2 v0.9.10
8792026-05-15T03:43:31.543Z Downloaded litrs v1.0.0
8802026-05-15T03:43:31.543Z Downloaded psl-types v2.0.11
8812026-05-15T03:43:31.543Z Downloaded password-hash v0.5.0
8822026-05-15T03:43:31.543Z Downloaded indexmap v1.9.3
8832026-05-15T03:43:31.552Z Downloaded parse-display-derive v0.10.0
8842026-05-15T03:43:31.552Z Downloaded proc-macro-crate v1.3.1
8852026-05-15T03:43:31.552Z Downloaded normalize-line-endings v0.3.0
8862026-05-15T03:43:31.552Z Downloaded md-5 v0.10.6
8872026-05-15T03:43:31.552Z Downloaded hyper-staticfile v0.10.1
8882026-05-15T03:43:31.552Z Downloaded progenitor-macro v0.13.0
8892026-05-15T03:43:31.552Z Downloaded omicron-zone-package v0.12.2
8902026-05-15T03:43:31.552Z Downloaded pkg-config v0.3.32
8912026-05-15T03:43:31.552Z Downloaded peg-macros v0.8.5
8922026-05-15T03:43:31.552Z Downloaded instability v0.3.11
8932026-05-15T03:43:31.552Z Downloaded ignore v0.4.25
8942026-05-15T03:43:31.552Z Downloaded peg v0.8.5
8952026-05-15T03:43:31.552Z Downloaded quick-error v1.2.3
8962026-05-15T03:43:31.552Z Downloaded pin-project-internal v1.1.11
8972026-05-15T03:43:31.552Z Downloaded parking_lot v0.11.2
8982026-05-15T03:43:31.553Z Downloaded hashbrown v0.12.3
8992026-05-15T03:43:31.553Z Downloaded phf v0.13.1
9002026-05-15T03:43:31.553Z Downloaded pem-rfc7468 v0.7.0
9012026-05-15T03:43:31.553Z Downloaded oxnet v0.1.4
9022026-05-15T03:43:31.553Z Downloaded heapless v0.8.0
9032026-05-15T03:43:31.701Z Downloaded progenitor-macro v0.11.2
9042026-05-15T03:43:31.701Z Downloaded primeorder v0.13.6
9052026-05-15T03:43:31.701Z Downloaded rand_chacha v0.3.1
9062026-05-15T03:43:31.701Z Downloaded ppv-lite86 v0.2.21
9072026-05-15T03:43:31.701Z Downloaded progenitor-client v0.14.0
9082026-05-15T03:43:31.701Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-05-15T03:43:31.702Z Downloaded recursive v0.1.1
9102026-05-15T03:43:31.702Z Downloaded heapless v0.7.17
9112026-05-15T03:43:31.702Z Downloaded rand_xorshift v0.4.0
9122026-05-15T03:43:31.702Z Downloaded proc-macro-error2 v2.0.1
9132026-05-15T03:43:31.702Z Downloaded pkcs8 v0.10.2
9142026-05-15T03:43:31.702Z Downloaded radium v0.7.0
9152026-05-15T03:43:31.702Z Downloaded predicates v3.1.4
9162026-05-15T03:43:31.702Z Downloaded owo-colors v4.3.0
9172026-05-15T03:43:31.702Z Downloaded progenitor-client v0.13.0
9182026-05-15T03:43:31.702Z Downloaded proc-macro-crate v3.4.0
9192026-05-15T03:43:31.702Z Downloaded progenitor v0.10.0
9202026-05-15T03:43:31.702Z Downloaded postgres-protocol v0.6.10
9212026-05-15T03:43:31.702Z Downloaded progenitor-macro v0.10.0
9222026-05-15T03:43:31.702Z Downloaded indicatif v0.18.4
9232026-05-15T03:43:31.702Z Downloaded lru-cache v0.1.2
9242026-05-15T03:43:31.702Z Downloaded rfc6979 v0.4.0
9252026-05-15T03:43:31.702Z Downloaded lock_api v0.4.14
9262026-05-15T03:43:31.702Z Downloaded libsw v3.5.0
9272026-05-15T03:43:31.702Z Downloaded headers v0.4.1
9282026-05-15T03:43:31.702Z Downloaded progenitor v0.13.0
9292026-05-15T03:43:31.702Z Downloaded progenitor v0.11.2
9302026-05-15T03:43:31.702Z Downloaded parking_lot_core v0.9.12
9312026-05-15T03:43:31.702Z Downloaded dropshot-api-manager v0.7.1
9322026-05-15T03:43:31.702Z Downloaded ref-cast-impl v1.0.25
9332026-05-15T03:43:31.702Z Downloaded ref-cast v1.0.25
9342026-05-15T03:43:31.702Z Downloaded progenitor v0.14.0
9352026-05-15T03:43:31.702Z Downloaded russh-cryptovec v0.7.3
9362026-05-15T03:43:31.702Z Downloaded dropshot_endpoint v0.16.7
9372026-05-15T03:43:31.702Z Downloaded progenitor-extras v0.2.0
9382026-05-15T03:43:31.702Z Downloaded pkcs1 v0.7.5
9392026-05-15T03:43:31.702Z Downloaded diesel_derives v2.3.7
9402026-05-15T03:43:31.703Z Downloaded rustc_version v0.1.7
9412026-05-15T03:43:31.703Z Downloaded rustc-hash v2.1.1
9422026-05-15T03:43:31.703Z Downloaded poly1305 v0.8.0
9432026-05-15T03:43:31.703Z Downloaded postcard v1.1.3
9442026-05-15T03:43:31.703Z Downloaded pkcs5 v0.7.1
9452026-05-15T03:43:31.703Z Downloaded rtoolbox v0.0.3
9462026-05-15T03:43:31.703Z Downloaded crossterm v0.29.0
9472026-05-15T03:43:31.703Z Downloaded rand_core v0.10.0
9482026-05-15T03:43:31.703Z Downloaded rand_core v0.9.5
9492026-05-15T03:43:31.703Z Downloaded rand_chacha v0.9.0
9502026-05-15T03:43:31.703Z Downloaded rand_core v0.6.4
9512026-05-15T03:43:31.703Z Downloaded hickory-server v0.25.2
9522026-05-15T03:43:31.703Z Downloaded rustc_version v0.4.1
9532026-05-15T03:43:31.703Z Downloaded same-file v1.0.6
9542026-05-15T03:43:31.703Z Downloaded crypto-bigint v0.5.5
9552026-05-15T03:43:31.703Z Downloaded salsa20 v0.10.2
9562026-05-15T03:43:31.703Z Downloaded phf v0.12.1
9572026-05-15T03:43:31.703Z Downloaded parking_lot v0.12.5
9582026-05-15T03:43:31.703Z Downloaded libbz2-rs-sys v0.2.2
9592026-05-15T03:43:31.703Z Downloaded papergrid v0.17.0
9602026-05-15T03:43:31.703Z Downloaded rand_seeder v0.4.0
9612026-05-15T03:43:31.703Z Downloaded postgres-types v0.2.12
9622026-05-15T03:43:31.703Z Downloaded scheduled-thread-pool v0.2.7
9632026-05-15T03:43:31.703Z Downloaded polyval v0.6.2
9642026-05-15T03:43:31.703Z Downloaded bytes v1.11.1
9652026-05-15T03:43:31.703Z Downloaded seq-macro v0.3.6
9662026-05-15T03:43:31.703Z Downloaded jiff-static v0.2.21
9672026-05-15T03:43:31.703Z Downloaded scrypt v0.11.0
9682026-05-15T03:43:31.703Z Downloaded scroll_derive v0.13.1
9692026-05-15T03:43:31.703Z Downloaded sapling-renderdag v0.1.0
9702026-05-15T03:43:31.703Z Downloaded mime_guess v2.0.5
9712026-05-15T03:43:31.703Z Downloaded http-body-util v0.1.3
9722026-05-15T03:43:31.703Z Downloaded base64 v0.21.7
9732026-05-15T03:43:31.703Z Downloaded derive_more v0.99.20
9742026-05-15T03:43:31.703Z Downloaded resolv-conf v0.7.6
9752026-05-15T03:43:31.703Z Downloaded scopeguard v1.2.0
9762026-05-15T03:43:31.703Z Downloaded serde-big-array v0.5.1
9772026-05-15T03:43:31.704Z Downloaded serde_repr v0.1.20
9782026-05-15T03:43:31.704Z Downloaded serde_bytes v0.11.19
9792026-05-15T03:43:31.741Z Downloaded signal-hook-mio v0.2.5
9802026-05-15T03:43:31.741Z Downloaded shell-words v1.1.1
9812026-05-15T03:43:31.741Z Downloaded serde_urlencoded v0.7.1
9822026-05-15T03:43:31.741Z Downloaded serde_spanned v1.0.4
9832026-05-15T03:43:31.741Z Downloaded pin-project v1.1.11
9842026-05-15T03:43:31.741Z Downloaded signal-hook-tokio v0.3.1
9852026-05-15T03:43:31.742Z Downloaded serde_plain v1.0.2
9862026-05-15T03:43:31.742Z Downloaded oso v0.27.3
9872026-05-15T03:43:31.742Z Downloaded prefix-trie v0.7.0
9882026-05-15T03:43:31.742Z Downloaded quinn-udp v0.5.14
9892026-05-15T03:43:31.742Z Downloaded openssl-sys v0.9.115
9902026-05-15T03:43:31.742Z Downloaded signature v2.2.0
9912026-05-15T03:43:31.742Z Downloaded sha1 v0.10.6
9922026-05-15T03:43:31.742Z Downloaded secrecy v0.10.3
9932026-05-15T03:43:31.742Z Downloaded secrecy v0.8.0
9942026-05-15T03:43:31.742Z Downloaded rustls-pemfile v1.0.4
9952026-05-15T03:43:31.742Z Downloaded miniz_oxide v0.8.9
9962026-05-15T03:43:31.742Z Downloaded rustls-native-certs v0.8.3
9972026-05-15T03:43:31.742Z Downloaded r2d2 v0.8.10
9982026-05-15T03:43:31.761Z Downloaded progenitor-impl v0.13.0
9992026-05-15T03:43:31.761Z Downloaded sigpipe v0.1.3
10002026-05-15T03:43:31.761Z Downloaded schemars_derive v0.8.22
10012026-05-15T03:43:31.761Z Downloaded rusty-fork v0.3.1
10022026-05-15T03:43:31.762Z Downloaded slog-envlogger v2.2.0
10032026-05-15T03:43:31.762Z Downloaded rustversion v1.0.22
10042026-05-15T03:43:31.762Z Downloaded slog-bunyan v2.5.0
10052026-05-15T03:43:31.762Z Downloaded sct v0.7.1
10062026-05-15T03:43:31.762Z Downloaded hashbrown v0.16.1
10072026-05-15T03:43:31.762Z Downloaded hashbrown v0.15.5
10082026-05-15T03:43:31.762Z Downloaded progenitor-impl v0.10.0
10092026-05-15T03:43:31.762Z Downloaded hashbrown v0.13.2
10102026-05-15T03:43:31.762Z Downloaded hyper-util v0.1.20
10112026-05-15T03:43:31.762Z Downloaded serde-hex v0.1.0
10122026-05-15T03:43:31.762Z Downloaded sec1 v0.7.3
10132026-05-15T03:43:31.762Z Downloaded rustls-pemfile v2.2.0
10142026-05-15T03:43:31.762Z Downloaded iddqd v0.3.18
10152026-05-15T03:43:31.775Z Downloaded semver v0.1.20
10162026-05-15T03:43:31.775Z Downloaded progenitor-impl v0.11.2
10172026-05-15T03:43:31.775Z Downloaded serde_path_to_error v0.1.20
10182026-05-15T03:43:31.775Z Downloaded ssh-cipher v0.2.0
10192026-05-15T03:43:31.775Z Downloaded strum v0.26.3
10202026-05-15T03:43:31.775Z Downloaded sqlparser_derive v0.5.0
10212026-05-15T03:43:31.775Z Downloaded signal-hook-registry v1.4.8
10222026-05-15T03:43:31.775Z Downloaded russh-keys v0.45.0
10232026-05-15T03:43:31.775Z Downloaded minimal-lexical v0.2.1
10242026-05-15T03:43:31.775Z Downloaded rcgen v0.12.1
10252026-05-15T03:43:31.775Z Downloaded pretty_assertions v1.4.1
10262026-05-15T03:43:31.775Z Downloaded strip-ansi-escapes v0.2.1
10272026-05-15T03:43:31.775Z Downloaded strum v0.27.2
10282026-05-15T03:43:31.775Z Downloaded shlex v1.3.0
10292026-05-15T03:43:31.786Z Downloaded siphasher v1.0.2
10302026-05-15T03:43:31.786Z Downloaded serde_derive_internals v0.29.1
10312026-05-15T03:43:31.786Z Downloaded ssh-encoding v0.2.0
10322026-05-15T03:43:31.786Z Downloaded structmeta v0.3.0
10332026-05-15T03:43:31.786Z Downloaded slab v0.4.12
10342026-05-15T03:43:31.786Z Downloaded http v1.4.0
10352026-05-15T03:43:31.791Z Downloaded rustls-pki-types v1.14.0
10362026-05-15T03:43:31.791Z Downloaded supports-color v3.0.2
10372026-05-15T03:43:31.791Z Downloaded slog-json v2.6.1
10382026-05-15T03:43:31.791Z Downloaded slog-async v2.8.0
10392026-05-15T03:43:31.791Z Downloaded sync_wrapper v1.0.2
10402026-05-15T03:43:31.809Z Downloaded tap v1.0.1
10412026-05-15T03:43:31.809Z Downloaded hickory-resolver v0.24.4
10422026-05-15T03:43:31.809Z Downloaded slog-dtrace v0.3.0
10432026-05-15T03:43:31.810Z Downloaded simd-adler32 v0.3.8
10442026-05-15T03:43:31.810Z Downloaded smallvec v0.6.14
10452026-05-15T03:43:31.826Z Downloaded slog-term v2.9.2
10462026-05-15T03:43:31.826Z Downloaded sync-ptr v0.1.4
10472026-05-15T03:43:31.826Z Downloaded slog-stdlog v4.1.1
10482026-05-15T03:43:31.826Z Downloaded take_mut v0.2.2
10492026-05-15T03:43:31.826Z Downloaded snafu-derive v0.8.9
10502026-05-15T03:43:31.826Z Downloaded tabwriter v1.4.1
10512026-05-15T03:43:31.826Z Downloaded slog-scope v4.4.1
10522026-05-15T03:43:31.826Z Downloaded tagptr v0.2.0
10532026-05-15T03:43:31.826Z Downloaded mio v1.2.0
10542026-05-15T03:43:31.826Z Downloaded scroll v0.13.0
10552026-05-15T03:43:31.827Z Downloaded h2 v0.4.13
10562026-05-15T03:43:31.840Z Downloaded prettyplease v0.2.37
10572026-05-15T03:43:31.841Z Downloaded testing_table v0.3.0
10582026-05-15T03:43:31.841Z Downloaded termtree v0.5.1
10592026-05-15T03:43:31.841Z Downloaded structmeta-derive v0.3.0
10602026-05-15T03:43:31.841Z Downloaded static_assertions v1.1.0
10612026-05-15T03:43:31.841Z Downloaded sqlformat v0.3.5
10622026-05-15T03:43:31.841Z Downloaded progenitor-impl v0.14.0
10632026-05-15T03:43:31.841Z Downloaded hickory-resolver v0.25.2
10642026-05-15T03:43:31.841Z Downloaded stringprep v0.1.5
10652026-05-15T03:43:31.841Z Downloaded smf v0.2.3
10662026-05-15T03:43:31.841Z Downloaded rayon-core v1.13.0
10672026-05-15T03:43:31.866Z Downloaded tinyvec_macros v0.1.1
10682026-05-15T03:43:31.866Z Downloaded rustls-platform-verifier v0.6.2
10692026-05-15T03:43:31.866Z Downloaded thiserror-impl-no-std v2.0.2
10702026-05-15T03:43:31.866Z Downloaded num-bigint v0.4.6
10712026-05-15T03:43:31.866Z Downloaded thread-id v5.1.0
10722026-05-15T03:43:31.866Z Downloaded serde_with_macros v3.17.0
10732026-05-15T03:43:31.866Z Downloaded string_cache v0.8.9
10742026-05-15T03:43:31.866Z Downloaded stacker v0.1.23
10752026-05-15T03:43:31.866Z Downloaded subtle v2.6.1
10762026-05-15T03:43:31.877Z Downloaded ron v0.8.1
10772026-05-15T03:43:31.877Z Downloaded strum_macros v0.26.4
10782026-05-15T03:43:31.877Z Downloaded strum_macros v0.24.3
10792026-05-15T03:43:31.877Z Downloaded quinn v0.11.9
10802026-05-15T03:43:31.877Z Downloaded p256 v0.13.2
10812026-05-15T03:43:31.877Z Downloaded support-bundle-viewer v0.1.2
10822026-05-15T03:43:31.878Z Downloaded spki v0.7.3
10832026-05-15T03:43:31.878Z Downloaded publicsuffix v2.3.0
10842026-05-15T03:43:31.890Z Downloaded psm v0.1.30
10852026-05-15T03:43:31.890Z Downloaded tokio-macros v2.7.0
10862026-05-15T03:43:31.891Z Downloaded strum_macros v0.27.2
10872026-05-15T03:43:31.891Z Downloaded hkdf v0.12.4
10882026-05-15T03:43:31.891Z Downloaded tower-service v0.3.3
10892026-05-15T03:43:31.891Z Downloaded thiserror-no-std v2.0.2
10902026-05-15T03:43:31.891Z Downloaded thread_local v1.1.9
10912026-05-15T03:43:31.891Z Downloaded tls_codec v0.4.2
10922026-05-15T03:43:31.901Z Downloaded tiny-keccak v2.0.2
10932026-05-15T03:43:31.901Z Downloaded tabled_derive v0.11.0
10942026-05-15T03:43:31.901Z Downloaded topological-sort v0.2.2
10952026-05-15T03:43:31.905Z Downloaded signal-hook v0.3.18
10962026-05-15T03:43:31.905Z Downloaded tower-layer v0.3.3
10972026-05-15T03:43:31.905Z Downloaded tokio-dtrace v0.1.1
10982026-05-15T03:43:31.905Z Downloaded tls_codec_derive v0.4.2
10992026-05-15T03:43:31.905Z Downloaded trait-variant v0.1.2
11002026-05-15T03:43:31.905Z Downloaded serde_cbor v0.11.2
11012026-05-15T03:43:31.911Z Downloaded try-lock v0.2.5
11022026-05-15T03:43:31.911Z Downloaded time-core v0.1.8
11032026-05-15T03:43:31.911Z Downloaded time-macros v0.2.27
11042026-05-15T03:43:31.929Z Downloaded tokio-rustls v0.25.0
11052026-05-15T03:43:31.929Z Downloaded futures-util v0.3.32
11062026-05-15T03:43:31.930Z Downloaded similar v2.7.0
11072026-05-15T03:43:31.939Z Downloaded ryu v1.0.23
11082026-05-15T03:43:31.939Z Downloaded serde_yaml v0.9.34+deprecated
11092026-05-15T03:43:31.940Z Downloaded unarray v0.1.4
11102026-05-15T03:43:31.940Z Downloaded itertools v0.12.1
11112026-05-15T03:43:31.940Z Downloaded universal-hash v0.5.1
11122026-05-15T03:43:31.940Z Downloaded unit-prefix v0.5.2
11132026-05-15T03:43:31.940Z Downloaded tokio-native-tls v0.3.1
11142026-05-15T03:43:31.940Z Downloaded schemars v0.8.22
11152026-05-15T03:43:31.944Z Downloaded term v1.2.1
11162026-05-15T03:43:31.945Z Downloaded spin v0.9.8
11172026-05-15T03:43:31.948Z Downloaded untrusted v0.9.0
11182026-05-15T03:43:31.948Z Downloaded usdt-macro v0.6.0
11192026-05-15T03:43:31.948Z Downloaded tokio-tungstenite v0.21.0
11202026-05-15T03:43:31.948Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11212026-05-15T03:43:31.951Z Downloaded utf-8 v0.7.6
11222026-05-15T03:43:31.951Z Downloaded untrusted v0.7.1
11232026-05-15T03:43:31.951Z Downloaded term v0.7.0
11242026-05-15T03:43:31.956Z Downloaded unicode-truncate v1.1.0
11252026-05-15T03:43:31.956Z Downloaded rsa v0.9.10
11262026-05-15T03:43:31.960Z Downloaded rand v0.9.2
11272026-05-15T03:43:31.965Z Downloaded toml_writer v1.0.6+spec-1.1.0
11282026-05-15T03:43:31.965Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-05-15T03:43:31.965Z Downloaded void v1.0.2
11302026-05-15T03:43:31.965Z Downloaded socket2 v0.5.10
11312026-05-15T03:43:31.968Z Downloaded crc32fast v1.5.0
11322026-05-15T03:43:31.968Z Downloaded qorb v0.4.1
11332026-05-15T03:43:31.968Z Downloaded usdt v0.6.0
11342026-05-15T03:43:31.971Z Downloaded socket2 v0.6.3
11352026-05-15T03:43:31.971Z Downloaded hyper v1.8.1
11362026-05-15T03:43:31.974Z Downloaded typify-macro v0.6.2
11372026-05-15T03:43:31.977Z Downloaded schemars v0.9.0
11382026-05-15T03:43:31.984Z Downloaded want v0.3.1
11392026-05-15T03:43:31.991Z Downloaded schemars v1.2.1
11402026-05-15T03:43:31.994Z Downloaded samael v0.0.19
11412026-05-15T03:43:31.994Z Downloaded typify-macro v0.4.3
11422026-05-15T03:43:31.994Z Downloaded tui-tree-widget v0.23.1
11432026-05-15T03:43:31.997Z Downloaded iri-string v0.7.10
11442026-05-15T03:43:32.000Z Downloaded xshell-macros v0.2.7
11452026-05-15T03:43:32.000Z Downloaded xattr v1.6.1
11462026-05-15T03:43:32.004Z Downloaded waitgroup v0.1.2
11472026-05-15T03:43:32.004Z Downloaded tokio-stream v0.1.18
11482026-05-15T03:43:32.007Z Downloaded subprocess v0.2.15
11492026-05-15T03:43:32.007Z Downloaded toml_parser v1.0.9+spec-1.1.0
11502026-05-15T03:43:32.013Z Downloaded snafu v0.8.9
11512026-05-15T03:43:32.013Z Downloaded unicase v2.9.0
11522026-05-15T03:43:32.016Z Downloaded itertools v0.13.0
11532026-05-15T03:43:32.016Z Downloaded usdt-impl v0.6.0
11542026-05-15T03:43:32.019Z Downloaded blake3 v1.8.3
11552026-05-15T03:43:32.022Z Downloaded uzers v0.12.2
11562026-05-15T03:43:32.025Z Downloaded russh v0.45.0
11572026-05-15T03:43:32.030Z Downloaded num-bigint-dig v0.8.6
11582026-05-15T03:43:32.034Z Downloaded tokio-tungstenite v0.23.1
11592026-05-15T03:43:32.034Z Downloaded zone_cfg_derive v0.3.1
11602026-05-15T03:43:32.034Z Downloaded zone v0.3.1
11612026-05-15T03:43:32.034Z Downloaded tinyvec v1.10.0
11622026-05-15T03:43:32.037Z Downloaded p521 v0.13.3
11632026-05-15T03:43:32.037Z Downloaded zeroize_derive v1.4.3
11642026-05-15T03:43:32.037Z Downloaded vergen-lib v0.1.6
11652026-05-15T03:43:32.037Z Downloaded test-strategy v0.4.5
11662026-05-15T03:43:32.041Z Downloaded rustls-webpki v0.103.9
11672026-05-15T03:43:32.044Z Downloaded tracing-attributes v0.1.31
11682026-05-15T03:43:32.044Z Downloaded libxml v0.3.3
11692026-05-15T03:43:32.047Z Downloaded wait-timeout v0.2.1
11702026-05-15T03:43:32.050Z Downloaded usdt-attr-macro v0.6.0
11712026-05-15T03:43:32.050Z Downloaded tokio-rustls v0.26.4
11722026-05-15T03:43:32.050Z Downloaded twox-hash v2.1.2
11732026-05-15T03:43:32.053Z Downloaded walkdir v2.5.0
11742026-05-15T03:43:32.053Z Downloaded slog v2.8.2
11752026-05-15T03:43:32.057Z Downloaded rand v0.8.6
11762026-05-15T03:43:32.063Z Downloaded whoami v1.6.1
11772026-05-15T03:43:32.063Z Downloaded toml v1.0.6+spec-1.1.0
11782026-05-15T03:43:32.067Z Downloaded wyz v0.5.1
11792026-05-15T03:43:32.068Z Downloaded vsss-rs v3.3.4
11802026-05-15T03:43:32.068Z Downloaded tokio-rustls v0.24.1
11812026-05-15T03:43:32.068Z Downloaded git2 v0.20.4
11822026-05-15T03:43:32.075Z Downloaded toml v0.9.12+spec-1.1.0
11832026-05-15T03:43:32.079Z Downloaded xshell v0.2.7
11842026-05-15T03:43:32.079Z Downloaded bitvec v1.0.1
11852026-05-15T03:43:32.083Z Downloaded tar v0.4.45
11862026-05-15T03:43:32.086Z Downloaded nom v7.1.3
11872026-05-15T03:43:32.089Z Downloaded itertools v0.10.5
11882026-05-15T03:43:32.092Z Downloaded libm v0.2.16
11892026-05-15T03:43:32.096Z Downloaded vergen-gitcl v1.0.8
11902026-05-15T03:43:32.099Z Downloaded rand v0.10.0
11912026-05-15T03:43:32.102Z Downloaded zstd v0.13.3
11922026-05-15T03:43:32.102Z Downloaded tungstenite v0.21.0
11932026-05-15T03:43:32.105Z Downloaded vergen v9.0.6
11942026-05-15T03:43:32.105Z Downloaded zstd-safe v7.2.4
11952026-05-15T03:43:32.108Z Downloaded typify v0.4.3
11962026-05-15T03:43:32.108Z Downloaded tracing-core v0.1.36
11972026-05-15T03:43:32.111Z Downloaded termios v0.3.3
11982026-05-15T03:43:32.112Z Downloaded tungstenite v0.23.0
11992026-05-15T03:43:32.117Z Downloaded typify v0.6.2
12002026-05-15T03:43:32.124Z Downloaded toml v0.7.8
12012026-05-15T03:43:32.124Z Downloaded whoami v2.1.0
12022026-05-15T03:43:32.124Z Downloaded vergen-git2 v1.0.7
12032026-05-15T03:43:32.130Z Downloaded yasna v0.5.2
12042026-05-15T03:43:32.141Z Downloaded unicode-properties v0.1.4
12052026-05-15T03:43:32.141Z Downloaded zeroize v1.8.2
12062026-05-15T03:43:32.141Z Downloaded unicode-bidi v0.3.18
12072026-05-15T03:43:32.146Z Downloaded uuid v1.23.0
12082026-05-15T03:43:32.149Z Downloaded bstr v1.12.1
12092026-05-15T03:43:32.152Z Downloaded chrono v0.4.44
12102026-05-15T03:43:32.155Z Downloaded bindgen v0.71.1
12112026-05-15T03:43:32.161Z Downloaded rustyline v14.0.0
12122026-05-15T03:43:32.174Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-05-15T03:43:32.204Z Downloaded tokio-postgres v0.7.16
12142026-05-15T03:43:32.220Z Downloaded unsafe-libyaml v0.2.11
12152026-05-15T03:43:32.220Z Downloaded zerocopy v0.6.6
12162026-05-15T03:43:32.220Z Downloaded ssh-key v0.6.7
12172026-05-15T03:43:32.220Z Downloaded toml_edit v0.19.15
12182026-05-15T03:43:32.220Z Downloaded vte v0.14.1
12192026-05-15T03:43:32.220Z Downloaded steno v0.4.1
12202026-05-15T03:43:32.220Z Downloaded regex v1.12.3
12212026-05-15T03:43:32.220Z Downloaded p384 v0.13.1
12222026-05-15T03:43:32.225Z Downloaded portable-atomic v1.13.1
12232026-05-15T03:43:32.225Z Downloaded unicode_categories v0.1.1
12242026-05-15T03:43:32.242Z Downloaded yansi v1.0.1
12252026-05-15T03:43:32.242Z Downloaded rpassword v7.4.0
12262026-05-15T03:43:32.253Z Downloaded zip v0.6.6
12272026-05-15T03:43:32.253Z Downloaded lalrpop v0.19.12
12282026-05-15T03:43:32.263Z Downloaded reqwest v0.12.28
12292026-05-15T03:43:32.267Z Downloaded reedline v0.40.0
12302026-05-15T03:43:32.268Z Downloaded quick-xml v0.37.5
12312026-05-15T03:43:32.268Z Downloaded curve25519-dalek v4.1.3
12322026-05-15T03:43:32.273Z Downloaded zopfli v0.8.3
12332026-05-15T03:43:32.277Z Downloaded zerocopy-derive v0.8.40
12342026-05-15T03:43:32.279Z Downloaded salty v0.3.0
12352026-05-15T03:43:32.284Z Downloaded csv v1.4.0
12362026-05-15T03:43:32.294Z Downloaded unicode-segmentation v1.12.0
12372026-05-15T03:43:32.304Z Downloaded tower v0.5.3
12382026-05-15T03:43:32.304Z Downloaded rustls-webpki v0.101.7
12392026-05-15T03:43:32.312Z Downloaded x509-cert v0.2.5
12402026-05-15T03:43:32.312Z Downloaded moka v0.12.13
12412026-05-15T03:43:32.317Z Downloaded petname v2.0.2
12422026-05-15T03:43:32.321Z Downloaded typed-path v0.9.3
12432026-05-15T03:43:32.324Z Downloaded serde_with v3.17.0
12442026-05-15T03:43:32.330Z Downloaded tokio-util v0.7.18
12452026-05-15T03:43:32.340Z Downloaded proptest v1.10.0
12462026-05-15T03:43:32.348Z Downloaded tough v0.22.0
12472026-05-15T03:43:32.348Z Downloaded zip v4.6.1
12482026-05-15T03:43:32.360Z Downloaded tower-http v0.6.8
12492026-05-15T03:43:32.360Z Downloaded goblin v0.10.5
12502026-05-15T03:43:32.365Z Downloaded rustls-webpki v0.102.8
12512026-05-15T03:43:32.367Z Downloaded quinn-proto v0.11.13
12522026-05-15T03:43:32.370Z Downloaded radix_trie v0.2.1
12532026-05-15T03:43:32.375Z Downloaded itertools v0.14.0
12542026-05-15T03:43:32.378Z Downloaded object v0.30.4
12552026-05-15T03:43:32.451Z Downloaded rayon v1.11.0
12562026-05-15T03:43:32.470Z Downloaded unicode-normalization v0.1.25
12572026-05-15T03:43:32.470Z Downloaded winnow v0.5.40
12582026-05-15T03:43:32.470Z Downloaded reqwest v0.13.2
12592026-05-15T03:43:32.470Z Downloaded nix v0.27.1
12602026-05-15T03:43:32.470Z Downloaded winnow v0.6.26
12612026-05-15T03:43:32.470Z Downloaded dropshot v0.17.0
12622026-05-15T03:43:32.470Z Downloaded tabled v0.20.0
12632026-05-15T03:43:32.470Z Downloaded hickory-proto v0.24.4
12642026-05-15T03:43:32.470Z Downloaded nix v0.28.0
12652026-05-15T03:43:32.484Z Downloaded zlib-rs v0.6.2
12662026-05-15T03:43:32.484Z Downloaded regex-syntax v0.6.29
12672026-05-15T03:43:32.484Z Downloaded diesel v2.3.7
12682026-05-15T03:43:32.493Z Downloaded rustls v0.21.12
12692026-05-15T03:43:32.493Z Downloaded object v0.37.3
12702026-05-15T03:43:32.500Z Downloaded smoltcp v0.9.1
12712026-05-15T03:43:32.500Z Downloaded rustls v0.22.4
12722026-05-15T03:43:32.507Z Downloaded zerocopy v0.8.40
12732026-05-15T03:43:32.511Z Downloaded smoltcp v0.11.0
12742026-05-15T03:43:32.518Z Downloaded regress v0.11.1
12752026-05-15T03:43:32.523Z Downloaded webpki-roots v1.0.6
12762026-05-15T03:43:32.526Z Downloaded rustix v0.38.44
12772026-05-15T03:43:32.540Z Downloaded rustls v0.23.37
12782026-05-15T03:43:32.546Z Downloaded regress v0.10.5
12792026-05-15T03:43:32.551Z Downloaded openapiv3 v2.2.0
12802026-05-15T03:43:32.559Z Downloaded nix v0.31.2
12812026-05-15T03:43:32.565Z Downloaded regex-syntax v0.8.10
12822026-05-15T03:43:32.571Z Downloaded vcpkg v0.2.15
12832026-05-15T03:43:32.595Z Downloaded hickory-proto v0.25.2
12842026-05-15T03:43:32.603Z Downloaded openssl v0.10.79
12852026-05-15T03:43:32.610Z Downloaded time v0.3.47
12862026-05-15T03:43:32.620Z Downloaded polar-core v0.27.3
12872026-05-15T03:43:32.627Z Downloaded typify-impl v0.6.2
12882026-05-15T03:43:32.631Z Downloaded nix v0.29.0
12892026-05-15T03:43:32.638Z Downloaded dropshot v0.16.7
12902026-05-15T03:43:32.668Z Downloaded sqlparser v0.61.0
12912026-05-15T03:43:32.672Z Downloaded zerocopy-derive v0.6.6
12922026-05-15T03:43:32.684Z Downloaded petgraph v0.6.5
12932026-05-15T03:43:32.697Z Downloaded jiff v0.2.21
12942026-05-15T03:43:32.710Z Downloaded tracing v0.1.44
12952026-05-15T03:43:32.722Z Downloaded typify-impl v0.4.3
12962026-05-15T03:43:32.747Z Downloaded sled v0.34.7
12972026-05-15T03:43:32.751Z Downloaded petgraph v0.8.3
12982026-05-15T03:43:32.754Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-05-15T03:43:32.759Z Downloaded ratatui v0.29.0
13002026-05-15T03:43:32.773Z Downloaded regex-automata v0.4.14
13012026-05-15T03:43:32.783Z Downloaded sha3 v0.10.8
13022026-05-15T03:43:32.787Z Downloaded chrono-tz v0.10.4
13032026-05-15T03:43:32.825Z Downloaded encoding_rs v0.8.35
13042026-05-15T03:43:32.836Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-05-15T03:43:32.848Z Downloaded libz-sys v1.1.24
13062026-05-15T03:43:32.860Z Downloaded ring v0.17.14
13072026-05-15T03:43:32.885Z Downloaded tokio v1.52.1
13082026-05-15T03:43:33.020Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-15T03:43:33.528Z Downloaded aws-lc-sys v0.40.0
13102026-05-15T03:43:33.777Z Compiling libc v0.2.185
13112026-05-15T03:43:33.777Z Compiling serde v1.0.228
13122026-05-15T03:43:33.782Z Compiling log v0.4.29
13132026-05-15T03:43:33.782Z Compiling find-msvc-tools v0.1.9
13142026-05-15T03:43:33.985Z Compiling shlex v1.3.0
13152026-05-15T03:43:33.997Z Compiling syn v2.0.117
13162026-05-15T03:43:33.997Z Compiling smallvec v1.15.1
13172026-05-15T03:43:33.997Z Compiling typenum v1.19.0
13182026-05-15T03:43:34.114Z Compiling generic-array v0.14.7
13192026-05-15T03:43:34.127Z Compiling subtle v2.6.1
13202026-05-15T03:43:34.152Z Compiling scopeguard v1.2.0
13212026-05-15T03:43:34.196Z Compiling const-oid v0.9.6
13222026-05-15T03:43:34.283Z Compiling lock_api v0.4.14
13232026-05-15T03:43:34.296Z Compiling serde_json v1.0.149
13242026-05-15T03:43:34.296Z Compiling zerocopy v0.8.40
13252026-05-15T03:43:34.365Z Compiling pin-project-lite v0.2.17
13262026-05-15T03:43:34.446Z Compiling portable-atomic v1.13.1
13272026-05-15T03:43:34.459Z Compiling parking_lot_core v0.9.12
13282026-05-15T03:43:34.707Z Compiling pkg-config v0.3.32
13292026-05-15T03:43:34.721Z Compiling getrandom v0.2.17
13302026-05-15T03:43:34.795Z Compiling jobserver v0.1.34
13312026-05-15T03:43:34.913Z Compiling rand_core v0.6.4
13322026-05-15T03:43:34.928Z Compiling errno v0.3.14
13332026-05-15T03:43:35.067Z Compiling cc v1.2.56
13342026-05-15T03:43:35.186Z Compiling signal-hook-registry v1.4.8
13352026-05-15T03:43:35.192Z Compiling bitflags v2.11.0
13362026-05-15T03:43:35.222Z Compiling critical-section v1.2.0
13372026-05-15T03:43:35.264Z Compiling futures-core v0.3.32
13382026-05-15T03:43:35.389Z Compiling libm v0.2.16
13392026-05-15T03:43:35.451Z Compiling once_cell v1.21.3
13402026-05-15T03:43:35.451Z Compiling parking_lot v0.12.5
13412026-05-15T03:43:35.484Z Compiling mio v1.2.0
13422026-05-15T03:43:35.484Z Compiling num-traits v0.2.19
13432026-05-15T03:43:35.608Z Compiling percent-encoding v2.3.2
13442026-05-15T03:43:35.661Z Compiling socket2 v0.6.3
13452026-05-15T03:43:35.791Z Compiling futures-sink v0.3.32
13462026-05-15T03:43:35.832Z Compiling futures-task v0.3.32
13472026-05-15T03:43:35.832Z Compiling getrandom v0.4.1
13482026-05-15T03:43:35.871Z Compiling futures-channel v0.3.32
13492026-05-15T03:43:35.908Z Compiling futures-io v0.3.32
13502026-05-15T03:43:35.958Z Compiling slab v0.4.12
13512026-05-15T03:43:36.025Z Compiling cpufeatures v0.2.17
13522026-05-15T03:43:36.098Z Compiling rand_core v0.10.0
13532026-05-15T03:43:36.174Z Compiling indexmap v2.14.0
13542026-05-15T03:43:36.174Z Compiling rustversion v1.0.22
13552026-05-15T03:43:36.174Z Compiling getrandom v0.3.4
13562026-05-15T03:43:36.303Z Compiling cmake v0.1.57
13572026-05-15T03:43:36.599Z Compiling form_urlencoded v1.2.2
13582026-05-15T03:43:36.671Z Compiling fs_extra v1.3.0
13592026-05-15T03:43:36.781Z Compiling dunce v1.0.5
13602026-05-15T03:43:36.832Z Compiling ident_case v1.0.1
13612026-05-15T03:43:36.832Z Compiling base64ct v1.8.3
13622026-05-15T03:43:36.877Z Compiling synstructure v0.13.2
13632026-05-15T03:43:36.937Z Compiling rustix v1.1.3
13642026-05-15T03:43:36.980Z Compiling aws-lc-sys v0.40.0
13652026-05-15T03:43:37.124Z Compiling pem-rfc7468 v0.7.0
13662026-05-15T03:43:37.185Z Compiling iana-time-zone v0.1.65
13672026-05-15T03:43:37.185Z Compiling regex-syntax v0.8.10
13682026-05-15T03:43:37.293Z Compiling flagset v0.4.7
13692026-05-15T03:43:37.435Z Compiling rand_core v0.9.5
13702026-05-15T03:43:37.492Z Compiling ring v0.17.14
13712026-05-15T03:43:37.492Z Compiling vcpkg v0.2.15
13722026-05-15T03:43:37.509Z Compiling aws-lc-rs v1.16.3
13732026-05-15T03:43:37.675Z Compiling uuid v1.23.0
13742026-05-15T03:43:37.791Z Compiling rustc_version v0.4.1
13752026-05-15T03:43:38.122Z Compiling tracing-core v0.1.36
13762026-05-15T03:43:38.194Z Compiling openssl-sys v0.9.115
13772026-05-15T03:43:38.388Z Compiling base64 v0.22.1
13782026-05-15T03:43:38.638Z Compiling serde_derive v1.0.228
13792026-05-15T03:43:38.670Z Compiling zeroize_derive v1.4.3
13802026-05-15T03:43:38.722Z Compiling zerofrom-derive v0.1.6
13812026-05-15T03:43:38.733Z Compiling yoke-derive v0.8.1
13822026-05-15T03:43:38.742Z Compiling zerovec-derive v0.11.2
13832026-05-15T03:43:39.314Z Compiling zeroize v1.8.2
13842026-05-15T03:43:39.550Z Compiling zerocopy-derive v0.8.40
13852026-05-15T03:43:39.873Z Compiling displaydoc v0.2.5
13862026-05-15T03:43:39.916Z Compiling tokio-macros v2.7.0
13872026-05-15T03:43:40.079Z Compiling crypto-common v0.1.7
13882026-05-15T03:43:40.134Z Compiling zerofrom v0.1.6
13892026-05-15T03:43:40.224Z Compiling block-buffer v0.10.4
13902026-05-15T03:43:40.269Z Compiling yoke v0.8.1
13912026-05-15T03:43:40.401Z Compiling digest v0.10.7
13922026-05-15T03:43:40.459Z Compiling zerovec v0.11.5
13932026-05-15T03:43:40.631Z Compiling zerotrie v0.2.3
13942026-05-15T03:43:40.650Z Compiling futures-macro v0.3.32
13952026-05-15T03:43:40.663Z Compiling hmac v0.12.1
13962026-05-15T03:43:40.810Z Compiling block-padding v0.3.3
13972026-05-15T03:43:40.921Z Compiling tinystr v0.8.2
13982026-05-15T03:43:40.952Z Compiling potential_utf v0.1.4
13992026-05-15T03:43:40.970Z Compiling inout v0.1.4
14002026-05-15T03:43:41.121Z Compiling icu_locale_core v2.1.1
14012026-05-15T03:43:41.121Z Compiling icu_collections v2.1.1
14022026-05-15T03:43:41.155Z Compiling cipher v0.4.4
14032026-05-15T03:43:41.400Z Compiling sha2 v0.10.9
14042026-05-15T03:43:41.439Z Compiling futures-util v0.3.32
14052026-05-15T03:43:41.633Z Compiling der_derive v0.7.3
14062026-05-15T03:43:42.055Z Compiling icu_provider v2.1.1
14072026-05-15T03:43:42.152Z Compiling bytes v1.11.1
14082026-05-15T03:43:42.346Z Compiling icu_normalizer v2.1.1
14092026-05-15T03:43:42.570Z Compiling icu_properties v2.1.2
14102026-05-15T03:43:42.581Z Compiling der v0.7.10
14112026-05-15T03:43:42.775Z Compiling tokio v1.52.1
14122026-05-15T03:43:42.826Z Compiling http v1.4.0
14132026-05-15T03:43:42.896Z Compiling chrono v0.4.44
14142026-05-15T03:43:43.628Z Compiling idna_adapter v1.2.1
14152026-05-15T03:43:43.717Z Compiling spki v0.7.3
14162026-05-15T03:43:43.742Z Compiling idna v1.1.0
14172026-05-15T03:43:43.758Z Compiling salsa20 v0.10.2
14182026-05-15T03:43:43.774Z Compiling pbkdf2 v0.12.2
14192026-05-15T03:43:43.910Z Compiling ppv-lite86 v0.2.21
14202026-05-15T03:43:43.917Z Compiling rustls-pki-types v1.14.0
14212026-05-15T03:43:43.917Z Compiling tracing-attributes v0.1.31
14222026-05-15T03:43:43.997Z Compiling thiserror-impl v2.0.18
14232026-05-15T03:43:44.198Z Compiling url v2.5.8
14242026-05-15T03:43:44.246Z Compiling rand_chacha v0.9.0
14252026-05-15T03:43:44.331Z Compiling scrypt v0.11.0
14262026-05-15T03:43:44.384Z Compiling http-body v1.0.1
14272026-05-15T03:43:44.532Z Compiling aes v0.8.4
14282026-05-15T03:43:44.616Z Compiling cbc v0.1.2
14292026-05-15T03:43:44.802Z Compiling openssl-probe v0.2.1
14302026-05-15T03:43:44.939Z Compiling tinyvec_macros v0.1.1
14312026-05-15T03:43:44.974Z Compiling untrusted v0.7.1
14322026-05-15T03:43:44.988Z Compiling untrusted v0.9.0
14332026-05-15T03:43:44.999Z Compiling httparse v1.10.1
14342026-05-15T03:43:45.107Z Compiling tinyvec v1.10.0
14352026-05-15T03:43:45.191Z Compiling tracing v0.1.44
14362026-05-15T03:43:45.309Z Compiling thiserror v2.0.18
14372026-05-15T03:43:45.377Z Compiling pkcs5 v0.7.1
14382026-05-15T03:43:45.417Z Compiling pest_generator v2.8.6
14392026-05-15T03:43:45.451Z Compiling rand v0.9.2
14402026-05-15T03:43:45.463Z Compiling serde_derive_internals v0.29.1
14412026-05-15T03:43:45.588Z Compiling aho-corasick v1.1.4
14422026-05-15T03:43:45.874Z Compiling rustls v0.23.37
14432026-05-15T03:43:46.004Z Compiling atomic-waker v1.1.2
14442026-05-15T03:43:46.091Z Compiling dyn-clone v1.0.20
14452026-05-15T03:43:46.126Z Compiling tower-layer v0.3.3
14462026-05-15T03:43:46.226Z Compiling tower-service v0.3.3
14472026-05-15T03:43:46.240Z Compiling schemars v0.8.22
14482026-05-15T03:43:46.302Z Compiling try-lock v0.2.5
14492026-05-15T03:43:46.328Z Compiling pest_derive v2.8.6
14502026-05-15T03:43:46.341Z Compiling schemars_derive v0.8.22
14512026-05-15T03:43:46.398Z Compiling want v0.3.1
14522026-05-15T03:43:46.452Z Compiling tokio-util v0.7.18
14532026-05-15T03:43:46.612Z Compiling regex-automata v0.4.14
14542026-05-15T03:43:46.804Z Compiling pkcs8 v0.10.2
14552026-05-15T03:43:47.112Z Compiling ipnet v2.11.0
14562026-05-15T03:43:47.179Z Compiling h2 v0.4.13
14572026-05-15T03:43:47.301Z Compiling scroll_derive v0.13.1
14582026-05-15T03:43:47.489Z Compiling darling_core v0.20.11
14592026-05-15T03:43:47.617Z Compiling openssl v0.10.79
14602026-05-15T03:43:47.632Z Compiling pin-utils v0.1.0
14612026-05-15T03:43:47.699Z Compiling foreign-types-shared v0.1.1
14622026-05-15T03:43:47.790Z Compiling httpdate v1.0.3
14632026-05-15T03:43:47.855Z Compiling foreign-types v0.3.2
14642026-05-15T03:43:47.926Z Compiling tempfile v3.25.0
14652026-05-15T03:43:48.072Z Compiling scroll v0.13.0
14662026-05-15T03:43:48.294Z Compiling unicode-normalization v0.1.25
14672026-05-15T03:43:48.409Z Compiling openssl-macros v0.1.1
14682026-05-15T03:43:48.733Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-05-15T03:43:48.749Z Compiling spin v0.9.8
14702026-05-15T03:43:48.798Z Compiling num-conv v0.2.0
14712026-05-15T03:43:48.927Z Compiling time-core v0.1.8
14722026-05-15T03:43:48.947Z Compiling native-tls v0.2.18
14732026-05-15T03:43:49.075Z Compiling crc32fast v1.5.0
14742026-05-15T03:43:49.108Z Compiling powerfmt v0.2.0
14752026-05-15T03:43:49.279Z Compiling deranged v0.5.8
14762026-05-15T03:43:49.309Z Compiling time-macros v0.2.27
14772026-05-15T03:43:49.726Z Compiling darling_macro v0.20.11
14782026-05-15T03:43:50.185Z Compiling hyper v1.8.1
14792026-05-15T03:43:50.240Z Compiling darling v0.20.11
14802026-05-15T03:43:50.322Z Compiling goblin v0.10.5
14812026-05-15T03:43:50.338Z Compiling rustls-native-certs v0.8.3
14822026-05-15T03:43:50.624Z Compiling sync_wrapper v1.0.2
14832026-05-15T03:43:50.662Z Compiling wait-timeout v0.2.1
14842026-05-15T03:43:50.727Z Compiling usdt-impl v0.6.0
14852026-05-15T03:43:50.922Z Compiling simd-adler32 v0.3.8
14862026-05-15T03:43:50.937Z Compiling quick-error v1.2.3
14872026-05-15T03:43:51.040Z Compiling siphasher v1.0.2
14882026-05-15T03:43:51.052Z Compiling num_threads v0.1.7
14892026-05-15T03:43:51.146Z Compiling bit-vec v0.8.0
14902026-05-15T03:43:51.161Z Compiling syn v1.0.109
14912026-05-15T03:43:51.220Z Compiling hyper-util v0.1.20
14922026-05-15T03:43:51.373Z Compiling crossbeam-utils v0.8.21
14932026-05-15T03:43:51.456Z Compiling unicode-segmentation v1.12.0
14942026-05-15T03:43:51.858Z Compiling bit-set v0.8.0
14952026-05-15T03:43:51.894Z Compiling time v0.3.47
14962026-05-15T03:43:52.059Z Compiling rusty-fork v0.3.1
14972026-05-15T03:43:52.076Z Compiling tower v0.5.3
14982026-05-15T03:43:52.354Z Compiling derive_builder_core v0.20.2
14992026-05-15T03:43:52.550Z Compiling dtrace-parser v0.3.0
15002026-05-15T03:43:52.584Z Compiling http-body-util v0.1.3
15012026-05-15T03:43:52.828Z Compiling webpki-roots v1.0.6
15022026-05-15T03:43:52.954Z Compiling signature v2.2.0
15032026-05-15T03:43:53.005Z Compiling scroll_derive v0.12.1
15042026-05-15T03:43:53.129Z Compiling dof v0.4.0
15052026-05-15T03:43:53.217Z Compiling thiserror-impl v1.0.69
15062026-05-15T03:43:53.331Z Compiling heapless v0.7.17
15072026-05-15T03:43:53.485Z Compiling rand_xorshift v0.4.0
15082026-05-15T03:43:53.538Z Compiling slog v2.8.2
15092026-05-15T03:43:53.631Z Compiling darling_core v0.21.3
15102026-05-15T03:43:53.640Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-05-15T03:43:53.713Z Compiling thread-id v5.1.0
15122026-05-15T03:43:53.801Z Compiling cookie v0.18.1
15132026-05-15T03:43:53.906Z Compiling unarray v0.1.4
15142026-05-15T03:43:53.975Z Compiling zstd-safe v7.2.4
15152026-05-15T03:43:54.015Z Compiling anyhow v1.0.102
15162026-05-15T03:43:54.165Z Compiling unicode-properties v0.1.4
15172026-05-15T03:43:54.282Z Compiling adler2 v2.0.1
15182026-05-15T03:43:54.315Z Compiling signal-hook v0.3.18
15192026-05-15T03:43:54.375Z Compiling allocator-api2 v0.2.21
15202026-05-15T03:43:54.409Z Compiling ryu v1.0.23
15212026-05-15T03:43:54.440Z Compiling iri-string v0.7.10
15222026-05-15T03:43:54.479Z Compiling unicode-bidi v0.3.18
15232026-05-15T03:43:54.583Z Compiling paste v1.0.15
15242026-05-15T03:43:54.601Z Compiling serde_urlencoded v0.7.1
15252026-05-15T03:43:54.715Z Compiling thiserror v1.0.69
15262026-05-15T03:43:54.833Z Compiling stringprep v0.1.5
15272026-05-15T03:43:54.848Z Compiling miniz_oxide v0.8.9
15282026-05-15T03:43:55.001Z Compiling proptest v1.10.0
15292026-05-15T03:43:55.451Z Compiling scroll v0.12.0
15302026-05-15T03:43:55.731Z Compiling tower-http v0.6.8
15312026-05-15T03:43:55.821Z Compiling derive_builder_macro v0.20.2
15322026-05-15T03:43:55.830Z Compiling tokio-native-tls v0.3.1
15332026-05-15T03:43:55.914Z Compiling heck v0.4.1
15342026-05-15T03:43:56.090Z Compiling darling_macro v0.21.3
15352026-05-15T03:43:56.121Z Compiling bstr v1.12.1
15362026-05-15T03:43:56.135Z Compiling ipnetwork v0.21.1
15372026-05-15T03:43:56.263Z Compiling rand_chacha v0.3.1
15382026-05-15T03:43:56.525Z Compiling serde_spanned v0.6.9
15392026-05-15T03:43:56.563Z Compiling serde_tokenstream v0.2.3
15402026-05-15T03:43:56.616Z Compiling toml_datetime v0.6.11
15412026-05-15T03:43:56.690Z Compiling erased-serde v0.3.31
15422026-05-15T03:43:56.810Z Compiling md-5 v0.10.6
15432026-05-15T03:43:56.872Z Compiling pin-project-internal v1.1.11
15442026-05-15T03:43:56.898Z Compiling async-trait v0.1.89
15452026-05-15T03:43:56.966Z Compiling zerocopy-derive v0.7.35
15462026-05-15T03:43:57.098Z Compiling curve25519-dalek v4.1.3
15472026-05-15T03:43:57.193Z Compiling vergen-lib v0.1.6
15482026-05-15T03:43:57.384Z Compiling num-integer v0.1.46
15492026-05-15T03:43:57.477Z Compiling hash32 v0.2.1
15502026-05-15T03:43:57.637Z Compiling ff v0.13.1
15512026-05-15T03:43:57.683Z Compiling memoffset v0.9.1
15522026-05-15T03:43:57.766Z Compiling encoding_rs v0.8.35
15532026-05-15T03:43:57.825Z Compiling ref-cast v1.0.25
15542026-05-15T03:43:57.883Z Compiling litrs v1.0.0
15552026-05-15T03:43:57.908Z Compiling cfg_aliases v0.2.1
15562026-05-15T03:43:57.988Z Compiling smoltcp v0.9.1
15572026-05-15T03:43:57.999Z Compiling fallible-iterator v0.2.0
15582026-05-15T03:43:58.136Z Compiling psl-types v2.0.11
15592026-05-15T03:43:58.263Z Compiling rustix v0.38.44
15602026-05-15T03:43:58.311Z Compiling num-bigint-dig v0.8.6
15612026-05-15T03:43:58.326Z Compiling mime v0.3.17
15622026-05-15T03:43:58.388Z Compiling base16ct v0.2.0
15632026-05-15T03:43:58.493Z Compiling zlib-rs v0.6.2
15642026-05-15T03:43:58.564Z Compiling sec1 v0.7.3
15652026-05-15T03:43:58.584Z Compiling document-features v0.2.12
15662026-05-15T03:43:58.698Z Compiling postgres-protocol v0.6.10
15672026-05-15T03:43:58.859Z Compiling publicsuffix v2.3.0
15682026-05-15T03:43:59.183Z Compiling pin-project v1.1.11
15692026-05-15T03:43:59.313Z Compiling nix v0.31.2
15702026-05-15T03:43:59.313Z Compiling zerocopy v0.7.35
15712026-05-15T03:43:59.404Z Compiling group v0.13.0
15722026-05-15T03:43:59.526Z Compiling num-iter v0.1.45
15732026-05-15T03:43:59.609Z Compiling newtype-uuid v1.3.2
15742026-05-15T03:43:59.920Z Compiling darling v0.21.3
15752026-05-15T03:43:59.920Z Compiling rand v0.8.6
15762026-05-15T03:43:59.920Z Compiling hubpack_derive v0.1.1
15772026-05-15T03:43:59.920Z Compiling oxnet v0.1.4
15782026-05-15T03:44:00.019Z Compiling derive_builder v0.20.2
15792026-05-15T03:44:00.097Z Compiling snafu-derive v0.8.9
15802026-05-15T03:44:00.097Z Compiling hyper-tls v0.6.0
15812026-05-15T03:44:00.256Z Compiling goblin v0.8.2
15822026-05-15T03:44:00.932Z Compiling phf_shared v0.13.1
15832026-05-15T03:44:01.084Z Compiling lazy_static v1.5.0
15842026-05-15T03:44:01.091Z Compiling regex v1.12.3
15852026-05-15T03:44:01.103Z Compiling strum_macros v0.27.2
15862026-05-15T03:44:01.172Z Compiling futures-executor v0.3.32
15872026-05-15T03:44:01.424Z Compiling flate2 v1.1.9
15882026-05-15T03:44:01.551Z Compiling cargo-platform v0.1.9
15892026-05-15T03:44:01.764Z Compiling hex v0.4.3
15902026-05-15T03:44:01.812Z Compiling hkdf v0.12.4
15912026-05-15T03:44:01.833Z Compiling crypto-bigint v0.5.5
15922026-05-15T03:44:01.895Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-15T03:44:01.979Z Compiling daft-derive v0.1.5
15942026-05-15T03:44:02.036Z Compiling ref-cast-impl v1.0.25
15952026-05-15T03:44:02.551Z Compiling terminal_size v0.4.3
15962026-05-15T03:44:02.604Z Compiling vergen v9.0.6
15972026-05-15T03:44:02.707Z Compiling fs-err v3.3.0
15982026-05-15T03:44:02.727Z Compiling ahash v0.8.12
15992026-05-15T03:44:02.793Z Compiling foldhash v0.2.0
16002026-05-15T03:44:02.909Z Compiling winnow v0.5.40
16012026-05-15T03:44:02.924Z Compiling object v0.37.3
16022026-05-15T03:44:02.996Z Compiling bumpalo v3.20.2
16032026-05-15T03:44:03.111Z Compiling bitflags v1.3.2
16042026-05-15T03:44:03.164Z Compiling foldhash v0.1.5
16052026-05-15T03:44:03.187Z Compiling same-file v1.0.6
16062026-05-15T03:44:03.240Z Compiling libbz2-rs-sys v0.2.2
16072026-05-15T03:44:03.333Z Compiling managed v0.8.0
16082026-05-15T03:44:03.348Z Compiling walkdir v2.5.0
16092026-05-15T03:44:03.658Z Compiling bzip2 v0.6.1
16102026-05-15T03:44:03.749Z Compiling hashbrown v0.15.5
16112026-05-15T03:44:03.869Z Compiling zopfli v0.8.3
16122026-05-15T03:44:03.955Z Compiling strum v0.27.2
16132026-05-15T03:44:03.968Z Compiling hashbrown v0.16.1
16142026-05-15T03:44:04.085Z Compiling clap_builder v4.5.60
16152026-05-15T03:44:04.292Z Compiling toml_edit v0.19.15
16162026-05-15T03:44:04.358Z Compiling elliptic-curve v0.13.8
16172026-05-15T03:44:04.463Z Compiling daft v0.1.5
16182026-05-15T03:44:04.620Z Compiling dof v0.3.0
16192026-05-15T03:44:04.734Z Compiling snafu v0.8.9
16202026-05-15T03:44:04.752Z Compiling cargo_metadata v0.19.2
16212026-05-15T03:44:05.088Z Compiling futures v0.3.32
16222026-05-15T03:44:05.326Z Compiling phf v0.13.1
16232026-05-15T03:44:05.481Z Compiling signal-hook-mio v0.2.5
16242026-05-15T03:44:05.969Z Compiling cookie_store v0.22.1
16252026-05-15T03:44:06.045Z Compiling zstd v0.13.3
16262026-05-15T03:44:06.077Z Compiling bzip2 v0.4.4
16272026-05-15T03:44:06.282Z Compiling hubpack v0.1.2
16282026-05-15T03:44:06.303Z Compiling serde_with_macros v3.17.0
16292026-05-15T03:44:06.653Z Compiling postgres-types v0.2.12
16302026-05-15T03:44:06.917Z Compiling usdt-attr-macro v0.6.0
16312026-05-15T03:44:07.111Z Compiling usdt-macro v0.6.0
16322026-05-15T03:44:07.197Z Compiling globset v0.4.18
16332026-05-15T03:44:07.490Z Compiling dtrace-parser v0.2.0
16342026-05-15T03:44:07.597Z Compiling ed25519 v2.2.3
16352026-05-15T03:44:07.706Z Compiling phf_shared v0.11.3
16362026-05-15T03:44:07.794Z Compiling olpc-cjson v0.1.4
16372026-05-15T03:44:07.866Z Compiling pkcs1 v0.7.5
16382026-05-15T03:44:07.913Z Compiling clap_derive v4.5.55
16392026-05-15T03:44:07.925Z Compiling strum_macros v0.26.4
16402026-05-15T03:44:07.941Z Compiling enum-as-inner v0.6.1
16412026-05-15T03:44:08.301Z Compiling serde_plain v1.0.2
16422026-05-15T03:44:08.355Z Compiling serde-big-array v0.5.1
16432026-05-15T03:44:08.420Z Compiling rfc6979 v0.4.0
16442026-05-15T03:44:08.431Z Compiling serde_repr v0.1.20
16452026-05-15T03:44:08.449Z Compiling async-recursion v1.1.1
16462026-05-15T03:44:08.518Z Compiling pem v3.0.6
16472026-05-15T03:44:08.549Z Compiling float-cmp v0.10.0
16482026-05-15T03:44:08.677Z Compiling thread-id v4.2.2
16492026-05-15T03:44:08.837Z Compiling memmap2 v0.9.10
16502026-05-15T03:44:08.871Z Compiling env_filter v1.0.0
16512026-05-15T03:44:08.944Z Compiling keccak v0.1.6
16522026-05-15T03:44:08.985Z Compiling typed-path v0.9.3
16532026-05-15T03:44:09.091Z Compiling predicates-core v1.0.10
16542026-05-15T03:44:09.155Z Compiling rustc-hash v2.1.1
16552026-05-15T03:44:09.246Z Compiling jiff v0.2.21
16562026-05-15T03:44:09.300Z Compiling data-encoding v2.10.0
16572026-05-15T03:44:09.642Z Compiling new_debug_unreachable v1.0.6
16582026-05-15T03:44:09.684Z Compiling fixedbitset v0.4.2
16592026-05-15T03:44:09.736Z Compiling whoami v2.1.0
16602026-05-15T03:44:09.772Z Compiling static_assertions v1.1.0
16612026-05-15T03:44:09.866Z Compiling precomputed-hash v0.1.1
16622026-05-15T03:44:09.908Z Compiling either v1.15.0
16632026-05-15T03:44:09.947Z Compiling normalize-line-endings v0.3.0
16642026-05-15T03:44:09.964Z Compiling difflib v0.4.0
16652026-05-15T03:44:10.215Z Compiling fixedbitset v0.5.7
16662026-05-15T03:44:10.258Z Compiling itertools v0.13.0
16672026-05-15T03:44:10.258Z Compiling tokio-postgres v0.7.16
16682026-05-15T03:44:10.258Z Compiling predicates v3.1.4
16692026-05-15T03:44:10.730Z Compiling petgraph v0.8.3
16702026-05-15T03:44:10.739Z Compiling string_cache v0.8.9
16712026-05-15T03:44:10.739Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16722026-05-15T03:44:10.819Z Compiling petgraph v0.6.5
16732026-05-15T03:44:10.853Z Compiling clap v4.5.60
16742026-05-15T03:44:10.923Z Compiling strum v0.26.3
16752026-05-15T03:44:11.051Z Compiling hickory-proto v0.25.2
16762026-05-15T03:44:11.303Z Compiling toml_edit v0.22.27
16772026-05-15T03:44:12.308Z Compiling zip v4.6.1
16782026-05-15T03:44:12.488Z Compiling iddqd v0.3.18
16792026-05-15T03:44:12.582Z Compiling sha3 v0.10.8
16802026-05-15T03:44:12.794Z Compiling env_logger v0.11.9
16812026-05-15T03:44:13.150Z Compiling usdt v0.6.0
16822026-05-15T03:44:13.257Z Compiling usdt-impl v0.5.0
16832026-05-15T03:44:13.506Z Compiling ecdsa v0.16.9
16842026-05-15T03:44:13.550Z Compiling rsa v0.9.10
16852026-05-15T03:44:13.550Z Compiling ed25519-dalek v2.2.0
16862026-05-15T03:44:13.651Z Compiling crossterm v0.28.1
16872026-05-15T03:44:13.824Z Compiling serde_with v3.17.0
16882026-05-15T03:44:14.078Z Compiling zip v0.6.6
16892026-05-15T03:44:14.584Z Compiling toml v0.7.8
16902026-05-15T03:44:15.211Z Compiling toml_parser v1.0.9+spec-1.1.0
16912026-05-15T03:44:15.241Z Compiling similar v2.7.0
16922026-05-15T03:44:15.251Z Compiling crossbeam-epoch v0.9.18
16932026-05-15T03:44:15.509Z Compiling tokio-stream v0.1.18
16942026-05-15T03:44:15.572Z Compiling buf-list v1.1.2
16952026-05-15T03:44:15.740Z Compiling x509-cert v0.2.5
16962026-05-15T03:44:15.785Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16972026-05-15T03:44:15.846Z Compiling openapiv3 v2.2.0
16982026-05-15T03:44:15.997Z Compiling sha1 v0.10.6
16992026-05-15T03:44:16.046Z Compiling toml_datetime v0.7.5+spec-1.1.0
17002026-05-15T03:44:16.075Z Compiling lalrpop-util v0.19.12
17012026-05-15T03:44:16.303Z Compiling peg-runtime v0.8.5
17022026-05-15T03:44:16.384Z Compiling thread_local v1.1.9
17032026-05-15T03:44:16.426Z Compiling slog-async v2.8.0
17042026-05-15T03:44:16.522Z Compiling crossbeam-channel v0.5.15
17052026-05-15T03:44:16.592Z Compiling is-terminal v0.4.17
17062026-05-15T03:44:16.690Z Compiling filetime v0.2.27
17072026-05-15T03:44:16.731Z Compiling term v1.2.1
17082026-05-15T03:44:16.808Z Compiling take_mut v0.2.2
17092026-05-15T03:44:16.870Z Compiling xattr v1.6.1
17102026-05-15T03:44:17.036Z Compiling slog-term v2.9.2
17112026-05-15T03:44:17.139Z Compiling tar v0.4.45
17122026-05-15T03:44:27.062Z Compiling rustls-webpki v0.103.9
17132026-05-15T03:44:29.877Z Compiling tokio-rustls v0.26.4
17142026-05-15T03:44:29.877Z Compiling rustls-platform-verifier v0.6.2
17152026-05-15T03:44:30.071Z Compiling hyper-rustls v0.27.7
17162026-05-15T03:44:30.278Z Compiling reqwest v0.12.28
17172026-05-15T03:44:30.278Z Compiling reqwest v0.13.2
17182026-05-15T03:44:31.638Z Compiling tough v0.22.0
17192026-05-15T03:44:34.137Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-05-15T03:44:34.361Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-05-15T03:44:37.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-05-15T03:44:37.444Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-05-15T03:44:37.506ZMay 15 03:44:35.776 INFO Starting download, target: Clickhouse
17242026-05-15T03:44:37.506ZMay 15 03:44:35.777 INFO Starting download, target: Console
17252026-05-15T03:44:37.506ZMay 15 03:44:35.777 INFO Starting download, target: Cockroach
17262026-05-15T03:44:37.506ZMay 15 03:44:35.777 INFO Starting download, target: DendriteStub
17272026-05-15T03:44:37.517ZMay 15 03:44:35.777 INFO Starting download, target: MaghemiteMgd
17282026-05-15T03:44:37.517ZMay 15 03:44:35.777 INFO Starting download, target: TransceiverControl
17292026-05-15T03:44:37.517ZMay 15 03:44:35.777 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-05-15T03:44:37.517ZMay 15 03:44:35.777 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-05-15T03:44:37.517ZMay 15 03:44:35.777 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-05-15T03:44:37.517ZMay 15 03:44:35.777 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-05-15T03:44:37.517ZMay 15 03:44:35.777 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-05-15T03:44:37.517ZMay 15 03:44:35.777 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-05-15T03:44:38.189ZMay 15 03:44:36.430 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-05-15T03:44:38.440ZMay 15 03:44:36.642 INFO Download complete, target: TransceiverControl
17372026-05-15T03:44:39.283ZMay 15 03:44:37.388 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-05-15T03:44:39.381ZMay 15 03:44:37.550 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17392026-05-15T03:44:39.464ZMay 15 03:44:37.621 INFO Download complete, target: Console
17402026-05-15T03:44:40.360ZMay 15 03:44:38.584 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-05-15T03:44:40.773ZMay 15 03:44:38.921 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-05-15T03:44:42.766ZMay 15 03:44:41.025 INFO Download complete, target: DendriteStub
17432026-05-15T03:44:42.787ZMay 15 03:44:41.054 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-05-15T03:44:42.787ZMay 15 03:44:41.054 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-05-15T03:44:43.111ZMay 15 03:44:41.386 INFO Download complete, target: MaghemiteMgd
17462026-05-15T03:44:46.103ZMay 15 03:44:44.376 INFO Checking that binary works, target: Clickhouse
17472026-05-15T03:44:46.201ZMay 15 03:44:44.468 INFO Download complete, target: Clickhouse
17482026-05-15T03:44:47.405ZMay 15 03:44:45.664 INFO Checking that binary works, target: Cockroach
17492026-05-15T03:44:47.515ZMay 15 03:44:45.767 INFO Download complete, target: Cockroach
17502026-05-15T03:44:47.548ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-05-15T03:44:47.548Z
17522026-05-15T03:44:47.548Zreal 2:17.467687043
17532026-05-15T03:44:47.548Zuser 6:57.400353086
17542026-05-15T03:44:47.548Zsys 1:22.591916646
17552026-05-15T03:44:47.548Ztrap 0.223868883
17562026-05-15T03:44:47.548Ztflt 0.719674077
17572026-05-15T03:44:47.548Zdflt 0.938760959
17582026-05-15T03:44:47.548Zkflt 0.021782144
17592026-05-15T03:44:47.548Zlock 22:07.890876017
17602026-05-15T03:44:47.548Zslp 21:27.042012130
17612026-05-15T03:44:47.548Zlat 44.826918246
17622026-05-15T03:44:47.548Zstop 1:56.730595858
17632026-05-15T03:44:47.548Z+ banner hack-check
17642026-05-15T03:44:47.548Z
17652026-05-15T03:44:47.548Z # # ## #### # # #### # # ###### #### # #
17662026-05-15T03:44:47.548Z # # # # # # # # # # # # # # # # #
17672026-05-15T03:44:47.548Z ###### # # # #### ##### # ###### ##### # ####
17682026-05-15T03:44:47.548Z # # ###### # # # # # # # # # #
17692026-05-15T03:44:47.549Z # # # # # # # # # # # # # # # # #
17702026-05-15T03:44:47.549Z # # # # #### # # #### # # ###### #### # #
17712026-05-15T03:44:47.549Z
17722026-05-15T03:44:47.549Z+ export CARGO_INCREMENTAL=0
17732026-05-15T03:44:47.549Z+ CARGO_INCREMENTAL=0
17742026-05-15T03:44:47.549Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-05-15T03:44:48.057Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-05-15T03:44:48.275Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-05-15T03:44:50.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17782026-05-15T03:44:50.245Z Running `target/debug/xtask check-features --ci`
17792026-05-15T03:44:50.266Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-05-15T03:44:50.275Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-05-15T03:44:50.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17822026-05-15T03:44:50.815Z Running `target/debug/xtask download cargo-hack`
17832026-05-15T03:44:51.616Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-05-15T03:44:51.936Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-05-15T03:44:54.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
17862026-05-15T03:44:54.577Z Running `target/debug/xtask-downloader cargo-hack`
17872026-05-15T03:44:54.625ZMay 15 03:44:52.887 INFO Starting download, target: CargoHack
17882026-05-15T03:44:54.649ZMay 15 03:44:52.887 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-05-15T03:44:54.871ZMay 15 03:44:53.097 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-05-15T03:44:54.914ZMay 15 03:44:53.148 INFO Download complete, target: CargoHack
17912026-05-15T03:44:54.914Zrunning: "/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"
17922026-05-15T03:44:54.925Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-05-15T03:44:55.047Zinfo: running `cargo check --bins` on api_identity (1/275)
17942026-05-15T03:44:55.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-05-15T03:44:55.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-05-15T03:44:55.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-05-15T03:44:55.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17982026-05-15T03:44:55.640Z
17992026-05-15T03:44:55.640Zinfo: running `cargo check --bins` on bootstore (2/275)
18002026-05-15T03:44:56.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-15T03:44:56.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-15T03:44:56.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-15T03:44:56.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18042026-05-15T03:44:56.348Z
18052026-05-15T03:44:56.348Zinfo: running `cargo check --bins` on omicron-ledger (3/275)
18062026-05-15T03:44:56.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-15T03:44:56.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-15T03:44:56.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-15T03:44:56.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18102026-05-15T03:44:56.844Z
18112026-05-15T03:44:56.844Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/275)
18122026-05-15T03:44:57.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-15T03:44:57.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-15T03:44:57.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-15T03:44:57.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18162026-05-15T03:44:57.437Z
18172026-05-15T03:44:57.437Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/275)
18182026-05-15T03:44:58.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-15T03:44:58.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-15T03:44:58.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-15T03:44:58.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18222026-05-15T03:44:58.267Z
18232026-05-15T03:44:58.267Zinfo: running `cargo check --bins` on omicron-certificates (6/275)
18242026-05-15T03:44:58.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-15T03:44:58.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-15T03:44:58.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-15T03:44:58.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18282026-05-15T03:44:58.874Z
18292026-05-15T03:44:58.874Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/275)
18302026-05-15T03:44:59.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-15T03:44:59.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-15T03:44:59.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-15T03:44:59.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18342026-05-15T03:44:59.389Z
18352026-05-15T03:44:59.389Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/275)
18362026-05-15T03:44:59.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-15T03:44:59.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-15T03:44:59.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-15T03:44:59.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18402026-05-15T03:44:59.880Z
18412026-05-15T03:44:59.880Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/275)
18422026-05-15T03:45:00.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-15T03:45:00.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-15T03:45:00.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-15T03:45:00.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18462026-05-15T03:45:00.374Z
18472026-05-15T03:45:00.374Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/275)
18482026-05-15T03:45:01.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-15T03:45:01.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-15T03:45:01.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-15T03:45:01.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18522026-05-15T03:45:01.418Z
18532026-05-15T03:45:01.418Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/275)
18542026-05-15T03:45:01.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-15T03:45:01.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-15T03:45:01.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-15T03:45:01.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18582026-05-15T03:45:01.419Z
18592026-05-15T03:45:01.419Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/275)
18602026-05-15T03:45:01.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-15T03:45:01.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-15T03:45:01.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-15T03:45:01.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18642026-05-15T03:45:01.839Z
18652026-05-15T03:45:01.839Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/275)
18662026-05-15T03:45:02.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-15T03:45:02.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-15T03:45:02.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-15T03:45:02.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18702026-05-15T03:45:02.272Z
18712026-05-15T03:45:02.272Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/275)
18722026-05-15T03:45:02.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-15T03:45:02.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-15T03:45:02.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-15T03:45:02.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-05-15T03:45:02.759Z
18772026-05-15T03:45:02.759Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/275)
18782026-05-15T03:45:03.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-15T03:45:03.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-15T03:45:03.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-15T03:45:03.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-05-15T03:45:03.329Z
18832026-05-15T03:45:03.329Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/275)
18842026-05-15T03:45:03.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-15T03:45:03.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-15T03:45:03.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-15T03:45:03.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-05-15T03:45:03.730Z
18892026-05-15T03:45:03.730Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/275)
18902026-05-15T03:45:04.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-15T03:45:04.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-15T03:45:04.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-15T03:45:04.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18942026-05-15T03:45:04.199Z
18952026-05-15T03:45:04.199Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/275)
18962026-05-15T03:45:04.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-15T03:45:04.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-15T03:45:04.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-15T03:45:04.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19002026-05-15T03:45:04.666Z
19012026-05-15T03:45:04.666Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/275)
19022026-05-15T03:45:05.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-15T03:45:05.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-15T03:45:05.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-15T03:45:05.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19062026-05-15T03:45:05.227Z
19072026-05-15T03:45:05.227Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/275)
19082026-05-15T03:45:05.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-15T03:45:05.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-15T03:45:05.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-15T03:45:05.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19122026-05-15T03:45:05.694Z
19132026-05-15T03:45:05.694Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/275)
19142026-05-15T03:45:06.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-15T03:45:06.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-15T03:45:06.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-15T03:45:06.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-05-15T03:45:06.127Z
19192026-05-15T03:45:06.127Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/275)
19202026-05-15T03:45:06.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-15T03:45:06.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-15T03:45:06.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-15T03:45:06.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-05-15T03:45:06.597Z
19252026-05-15T03:45:06.597Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/275)
19262026-05-15T03:45:07.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-15T03:45:07.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-15T03:45:07.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-15T03:45:07.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19302026-05-15T03:45:07.136Z
19312026-05-15T03:45:07.136Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/275)
19322026-05-15T03:45:07.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-15T03:45:07.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-15T03:45:07.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-15T03:45:07.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19362026-05-15T03:45:07.576Z
19372026-05-15T03:45:07.576Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/275)
19382026-05-15T03:45:08.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-15T03:45:08.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-15T03:45:08.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-15T03:45:08.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-05-15T03:45:08.183Z
19432026-05-15T03:45:08.183Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/275)
19442026-05-15T03:45:08.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-15T03:45:08.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-15T03:45:08.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-15T03:45:08.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-05-15T03:45:08.604Z
19492026-05-15T03:45:08.604Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/275)
19502026-05-15T03:45:08.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-15T03:45:08.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-15T03:45:08.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-15T03:45:08.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19542026-05-15T03:45:09.026Z
19552026-05-15T03:45:09.026Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/275)
19562026-05-15T03:45:09.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-15T03:45:09.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-15T03:45:09.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-15T03:45:09.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19602026-05-15T03:45:09.671Z
19612026-05-15T03:45:09.671Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/275)
19622026-05-15T03:45:09.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-15T03:45:10.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-15T03:45:10.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-15T03:45:10.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-05-15T03:45:10.097Z
19672026-05-15T03:45:10.097Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/275)
19682026-05-15T03:45:10.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-15T03:45:10.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-15T03:45:10.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-15T03:45:10.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19722026-05-15T03:45:10.558Z
19732026-05-15T03:45:10.558Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/275)
19742026-05-15T03:45:10.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-15T03:45:10.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-15T03:45:10.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-15T03:45:10.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-05-15T03:45:11.014Z
19792026-05-15T03:45:11.014Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/275)
19802026-05-15T03:45:11.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-15T03:45:11.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-15T03:45:11.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-15T03:45:11.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19842026-05-15T03:45:11.532Z
19852026-05-15T03:45:11.532Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/275)
19862026-05-15T03:45:11.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-15T03:45:12.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-15T03:45:12.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-15T03:45:12.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-05-15T03:45:12.011Z
19912026-05-15T03:45:12.011Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/275)
19922026-05-15T03:45:12.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-15T03:45:12.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-15T03:45:12.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-15T03:45:12.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19962026-05-15T03:45:12.415Z
19972026-05-15T03:45:12.415Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/275)
19982026-05-15T03:45:12.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-15T03:45:12.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-15T03:45:12.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-15T03:45:12.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-05-15T03:45:12.911Z
20032026-05-15T03:45:12.911Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/275)
20042026-05-15T03:45:13.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-15T03:45:13.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-15T03:45:13.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-15T03:45:13.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20082026-05-15T03:45:13.499Z
20092026-05-15T03:45:13.499Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/275)
20102026-05-15T03:45:13.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-15T03:45:13.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-15T03:45:13.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-15T03:45:13.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20142026-05-15T03:45:13.869Z
20152026-05-15T03:45:13.870Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/275)
20162026-05-15T03:45:14.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-15T03:45:14.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-15T03:45:14.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-15T03:45:14.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20202026-05-15T03:45:14.318Z
20212026-05-15T03:45:14.318Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/275)
20222026-05-15T03:45:14.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-15T03:45:14.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-15T03:45:14.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-15T03:45:14.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20262026-05-15T03:45:14.798Z
20272026-05-15T03:45:14.798Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/275)
20282026-05-15T03:45:15.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-15T03:45:15.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-15T03:45:15.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-15T03:45:15.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20322026-05-15T03:45:15.645Z
20332026-05-15T03:45:15.645Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/275)
20342026-05-15T03:45:15.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-15T03:45:15.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-15T03:45:15.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-15T03:45:15.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-05-15T03:45:15.858Z
20392026-05-15T03:45:15.858Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/275)
20402026-05-15T03:45:16.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-15T03:45:16.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-15T03:45:16.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-15T03:45:16.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-05-15T03:45:16.420Z
20452026-05-15T03:45:16.420Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/275)
20462026-05-15T03:45:16.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-15T03:45:16.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-15T03:45:16.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-15T03:45:16.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20502026-05-15T03:45:16.767Z
20512026-05-15T03:45:16.767Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/275)
20522026-05-15T03:45:17.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-15T03:45:17.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-15T03:45:17.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-15T03:45:17.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20562026-05-15T03:45:17.196Z
20572026-05-15T03:45:17.196Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/275)
20582026-05-15T03:45:17.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-15T03:45:17.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-15T03:45:17.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-15T03:45:17.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20622026-05-15T03:45:17.711Z
20632026-05-15T03:45:17.711Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/275)
20642026-05-15T03:45:18.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-15T03:45:18.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-15T03:45:18.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-15T03:45:18.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-05-15T03:45:18.312Z
20692026-05-15T03:45:18.313Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/275)
20702026-05-15T03:45:18.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-15T03:45:18.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-15T03:45:18.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-15T03:45:18.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20742026-05-15T03:45:18.799Z
20752026-05-15T03:45:18.799Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/275)
20762026-05-15T03:45:19.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-15T03:45:19.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-15T03:45:19.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-15T03:45:19.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-05-15T03:45:19.097Z
20812026-05-15T03:45:19.097Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/275)
20822026-05-15T03:45:19.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-15T03:45:19.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-15T03:45:19.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-15T03:45:19.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20862026-05-15T03:45:19.766Z
20872026-05-15T03:45:19.766Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/275)
20882026-05-15T03:45:20.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-15T03:45:21.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-15T03:45:21.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-15T03:45:21.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20922026-05-15T03:45:21.045Z
20932026-05-15T03:45:21.046Zinfo: running `cargo check --bins` on nexus-config (51/275)
20942026-05-15T03:45:21.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-15T03:45:21.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-15T03:45:21.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-15T03:45:21.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20982026-05-15T03:45:21.198Z
20992026-05-15T03:45:21.198Zinfo: running `cargo check --bins` on nexus-types (52/275)
21002026-05-15T03:45:21.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-15T03:45:21.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-15T03:45:21.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-15T03:45:21.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21042026-05-15T03:45:21.765Z
21052026-05-15T03:45:21.765Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/275)
21062026-05-15T03:45:22.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-15T03:45:22.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-15T03:45:22.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-15T03:45:22.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21102026-05-15T03:45:22.346Z
21112026-05-15T03:45:22.346Zinfo: running `cargo check --bins` on omicron-passwords (54/275)
21122026-05-15T03:45:22.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-15T03:45:22.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-15T03:45:22.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-15T03:45:22.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21162026-05-15T03:45:22.907Z
21172026-05-15T03:45:22.908Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/275)
21182026-05-15T03:45:23.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-15T03:45:23.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-15T03:45:23.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-15T03:45:23.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21222026-05-15T03:45:23.552Z
21232026-05-15T03:45:23.552Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/275)
21242026-05-15T03:45:24.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-15T03:45:24.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-15T03:45:24.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-15T03:45:24.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21282026-05-15T03:45:24.270Z
21292026-05-15T03:45:24.270Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/275)
21302026-05-15T03:45:24.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-15T03:45:24.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-15T03:45:24.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-15T03:45:24.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21342026-05-15T03:45:25.058Z
21352026-05-15T03:45:25.059Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/275)
21362026-05-15T03:45:25.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-15T03:45:25.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-15T03:45:25.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-15T03:45:25.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21402026-05-15T03:45:25.369Z
21412026-05-15T03:45:25.369Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/275)
21422026-05-15T03:45:25.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-15T03:45:25.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-15T03:45:25.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-15T03:45:25.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21462026-05-15T03:45:25.969Z
21472026-05-15T03:45:25.970Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/275)
21482026-05-15T03:45:26.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-15T03:45:26.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-15T03:45:26.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-15T03:45:26.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-05-15T03:45:26.580Z
21532026-05-15T03:45:26.580Zinfo: running `cargo check --bins --no-default-features` on gfss (61/275)
21542026-05-15T03:45:27.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-15T03:45:27.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-15T03:45:27.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-15T03:45:27.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-05-15T03:45:27.210Z
21592026-05-15T03:45:27.210Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/275)
21602026-05-15T03:45:27.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-15T03:45:27.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-15T03:45:27.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-15T03:45:27.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-05-15T03:45:27.805Z
21652026-05-15T03:45:27.805Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/275)
21662026-05-15T03:45:28.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-15T03:45:28.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-15T03:45:28.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-15T03:45:28.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21702026-05-15T03:45:28.366Z
21712026-05-15T03:45:28.366Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/275)
21722026-05-15T03:45:28.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-15T03:45:28.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-15T03:45:28.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-15T03:45:28.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21762026-05-15T03:45:28.967Z
21772026-05-15T03:45:28.967Zinfo: running `cargo check --bins` on cockroach-admin-types (65/275)
21782026-05-15T03:45:29.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-15T03:45:29.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-15T03:45:29.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-15T03:45:29.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21822026-05-15T03:45:29.562Z
21832026-05-15T03:45:29.563Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/275)
21842026-05-15T03:45:30.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-15T03:45:30.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-15T03:45:30.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-15T03:45:30.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21882026-05-15T03:45:30.155Z
21892026-05-15T03:45:30.155Zinfo: running `cargo check --bins` on ereport-types (67/275)
21902026-05-15T03:45:30.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-15T03:45:30.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-15T03:45:30.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-15T03:45:30.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21942026-05-15T03:45:30.756Z
21952026-05-15T03:45:30.756Zinfo: running `cargo check --bins` on gateway-client (68/275)
21962026-05-15T03:45:31.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-15T03:45:31.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-15T03:45:31.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-15T03:45:31.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22002026-05-15T03:45:31.359Z
22012026-05-15T03:45:31.359Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/275)
22022026-05-15T03:45:31.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-15T03:45:31.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-15T03:45:31.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-15T03:45:31.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22062026-05-15T03:45:31.962Z
22072026-05-15T03:45:31.962Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/275)
22082026-05-15T03:45:32.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-15T03:45:32.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-15T03:45:32.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-15T03:45:32.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22122026-05-15T03:45:32.565Z
22132026-05-15T03:45:32.565Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/275)
22142026-05-15T03:45:33.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-15T03:45:33.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-15T03:45:33.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-15T03:45:33.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22182026-05-15T03:45:33.171Z
22192026-05-15T03:45:33.171Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/275)
22202026-05-15T03:45:33.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-15T03:45:33.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-15T03:45:33.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-15T03:45:33.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22242026-05-15T03:45:33.778Z
22252026-05-15T03:45:33.778Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/275)
22262026-05-15T03:45:34.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-15T03:45:34.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-15T03:45:34.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-15T03:45:34.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22302026-05-15T03:45:34.397Z
22312026-05-15T03:45:34.397Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/275)
22322026-05-15T03:45:34.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-15T03:45:34.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-15T03:45:34.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-15T03:45:34.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22362026-05-15T03:45:35.021Z
22372026-05-15T03:45:35.021Zinfo: running `cargo check --bins` on key-manager-types (75/275)
22382026-05-15T03:45:35.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-15T03:45:35.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-15T03:45:35.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-15T03:45:35.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22422026-05-15T03:45:35.613Z
22432026-05-15T03:45:35.613Zinfo: running `cargo check --bins` on oxlog (76/275)
22442026-05-15T03:45:36.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-15T03:45:36.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-15T03:45:36.234Z Checking cfg-if v1.0.4
22472026-05-15T03:45:36.240Z Checking libc v0.2.185
22482026-05-15T03:45:36.240Z Checking serde_core v1.0.228
22492026-05-15T03:45:36.355Z Checking zeroize v1.8.2
22502026-05-15T03:45:36.362Z Checking memchr v2.8.0
22512026-05-15T03:45:36.371Z Checking log v0.4.29
22522026-05-15T03:45:36.382Z Checking smallvec v1.15.1
22532026-05-15T03:45:36.396Z Checking typenum v1.19.0
22542026-05-15T03:45:36.400Z Checking subtle v2.6.1
22552026-05-15T03:45:36.493Z Checking itoa v1.0.17
22562026-05-15T03:45:36.527Z Checking scopeguard v1.2.0
22572026-05-15T03:45:36.544Z Checking stable_deref_trait v1.2.1
22582026-05-15T03:45:36.556Z Checking const-oid v0.9.6
22592026-05-15T03:45:36.616Z Checking zerofrom v0.1.6
22602026-05-15T03:45:36.628Z Checking lock_api v0.4.14
22612026-05-15T03:45:36.641Z Checking pin-project-lite v0.2.17
22622026-05-15T03:45:36.727Z Checking yoke v0.8.1
22632026-05-15T03:45:36.740Z Checking getrandom v0.2.17
22642026-05-15T03:45:36.743Z Checking errno v0.3.14
22652026-05-15T03:45:36.743Z Checking parking_lot_core v0.9.12
22662026-05-15T03:45:36.825Z Checking portable-atomic v1.13.1
22672026-05-15T03:45:36.864Z Checking signal-hook-registry v1.4.8
22682026-05-15T03:45:36.892Z Checking zerovec v0.11.5
22692026-05-15T03:45:36.912Z Checking rand_core v0.6.4
22702026-05-15T03:45:36.921Z Checking generic-array v0.14.7
22712026-05-15T03:45:36.933Z Checking critical-section v1.2.0
22722026-05-15T03:45:37.020Z Checking futures-core v0.3.32
22732026-05-15T03:45:37.046Z Checking parking_lot v0.12.5
22742026-05-15T03:45:37.065Z Checking mio v1.2.0
22752026-05-15T03:45:37.138Z Checking zerocopy v0.8.40
22762026-05-15T03:45:37.219Z Checking once_cell v1.21.3
22772026-05-15T03:45:37.234Z Checking zmij v1.0.21
22782026-05-15T03:45:37.247Z Checking socket2 v0.6.3
22792026-05-15T03:45:37.307Z Checking tinystr v0.8.2
22802026-05-15T03:45:37.346Z Checking crypto-common v0.1.7
22812026-05-15T03:45:37.378Z Checking block-buffer v0.10.4
22822026-05-15T03:45:37.393Z Checking libm v0.2.16
22832026-05-15T03:45:37.439Z Checking percent-encoding v2.3.2
22842026-05-15T03:45:37.463Z Checking writeable v0.6.2
22852026-05-15T03:45:37.480Z Checking equivalent v1.0.2
22862026-05-15T03:45:37.492Z Checking litemap v0.8.1
22872026-05-15T03:45:37.512Z Checking digest v0.10.7
22882026-05-15T03:45:37.561Z Checking potential_utf v0.1.4
22892026-05-15T03:45:37.575Z Checking zerotrie v0.2.3
22902026-05-15T03:45:37.619Z Checking futures-sink v0.3.32
22912026-05-15T03:45:37.656Z Checking icu_locale_core v2.1.1
22922026-05-15T03:45:37.683Z Checking icu_collections v2.1.1
22932026-05-15T03:45:37.704Z Checking futures-io v0.3.32
22942026-05-15T03:45:37.718Z Checking futures-channel v0.3.32
22952026-05-15T03:45:37.813Z Checking cpufeatures v0.2.17
22962026-05-15T03:45:37.826Z Checking serde v1.0.228
22972026-05-15T03:45:37.826Z Checking bitflags v2.11.0
22982026-05-15T03:45:37.879Z Checking serde_json v1.0.149
22992026-05-15T03:45:37.904Z Checking slab v0.4.12
23002026-05-15T03:45:37.985Z Checking futures-task v0.3.32
23012026-05-15T03:45:37.999Z Checking hmac v0.12.1
23022026-05-15T03:45:38.056Z Checking icu_properties_data v2.1.2
23032026-05-15T03:45:38.089Z Checking num-traits v0.2.19
23042026-05-15T03:45:38.118Z Checking futures-util v0.3.32
23052026-05-15T03:45:38.131Z Checking icu_normalizer_data v2.1.1
23062026-05-15T03:45:38.180Z Checking rand_core v0.10.0
23072026-05-15T03:45:38.197Z Checking hashbrown v0.17.0
23082026-05-15T03:45:38.210Z Checking icu_provider v2.1.1
23092026-05-15T03:45:38.226Z Checking bytes v1.11.1
23102026-05-15T03:45:38.329Z Checking getrandom v0.4.1
23112026-05-15T03:45:38.435Z Checking icu_properties v2.1.2
23122026-05-15T03:45:38.457Z Checking icu_normalizer v2.1.1
23132026-05-15T03:45:38.537Z Checking block-padding v0.3.3
23142026-05-15T03:45:38.608Z Checking utf8_iter v1.0.4
23152026-05-15T03:45:38.650Z Checking indexmap v2.14.0
23162026-05-15T03:45:38.653Z Checking tokio v1.52.1
23172026-05-15T03:45:39.094Z Checking inout v0.1.4
23182026-05-15T03:45:39.104Z Checking sha2 v0.10.9
23192026-05-15T03:45:39.104Z Checking form_urlencoded v1.2.2
23202026-05-15T03:45:39.104Z Checking cipher v0.4.4
23212026-05-15T03:45:39.104Z Checking getrandom v0.3.4
23222026-05-15T03:45:39.104Z Checking fnv v1.0.7
23232026-05-15T03:45:39.104Z Checking base64ct v1.8.3
23242026-05-15T03:45:39.104Z Checking byteorder v1.5.0
23252026-05-15T03:45:39.115Z Checking flagset v0.4.7
23262026-05-15T03:45:39.218Z Checking rand_core v0.9.5
23272026-05-15T03:45:39.225Z Checking http v1.4.0
23282026-05-15T03:45:39.245Z Checking regex-syntax v0.8.10
23292026-05-15T03:45:39.265Z Checking pem-rfc7468 v0.7.0
23302026-05-15T03:45:39.272Z Checking idna_adapter v1.2.1
23312026-05-15T03:45:39.381Z Checking idna v1.1.0
23322026-05-15T03:45:39.397Z Checking salsa20 v0.10.2
23332026-05-15T03:45:39.409Z Checking der v0.7.10
23342026-05-15T03:45:39.544Z Checking uuid v1.23.0
23352026-05-15T03:45:39.622Z Checking url v2.5.8
23362026-05-15T03:45:39.787Z Checking pbkdf2 v0.12.2
23372026-05-15T03:45:39.835Z Checking rustix v1.1.3
23382026-05-15T03:45:39.893Z Checking tracing-core v0.1.36
23392026-05-15T03:45:39.912Z Checking ppv-lite86 v0.2.21
23402026-05-15T03:45:40.104Z Checking rustls-pki-types v1.14.0
23412026-05-15T03:45:40.115Z Checking base64 v0.22.1
23422026-05-15T03:45:40.143Z Checking spki v0.7.3
23432026-05-15T03:45:40.190Z Checking iana-time-zone v0.1.65
23442026-05-15T03:45:40.203Z Checking rand_chacha v0.9.0
23452026-05-15T03:45:40.286Z Checking tracing v0.1.44
23462026-05-15T03:45:40.299Z Checking chrono v0.4.44
23472026-05-15T03:45:40.319Z Checking scrypt v0.11.0
23482026-05-15T03:45:40.327Z Checking http-body v1.0.1
23492026-05-15T03:45:40.397Z Checking cbc v0.1.2
23502026-05-15T03:45:40.447Z Checking aes v0.8.4
23512026-05-15T03:45:40.458Z Checking aws-lc-sys v0.40.0
23522026-05-15T03:45:40.489Z Checking untrusted v0.9.0
23532026-05-15T03:45:40.516Z Checking openssl-probe v0.2.1
23542026-05-15T03:45:40.545Z Checking tinyvec_macros v0.1.1
23552026-05-15T03:45:40.591Z Checking untrusted v0.7.1
23562026-05-15T03:45:40.614Z Checking tinyvec v1.10.0
23572026-05-15T03:45:40.675Z Checking ring v0.17.14
23582026-05-15T03:45:40.692Z Checking rand v0.9.2
23592026-05-15T03:45:40.703Z Checking tower-layer v0.3.3
23602026-05-15T03:45:40.831Z Checking pkcs5 v0.7.1
23612026-05-15T03:45:40.842Z Checking tower-service v0.3.3
23622026-05-15T03:45:40.917Z Checking try-lock v0.2.5
23632026-05-15T03:45:40.938Z Checking atomic-waker v1.1.2
23642026-05-15T03:45:40.954Z Checking aws-lc-rs v1.16.3
23652026-05-15T03:45:41.006Z Checking want v0.3.1
23662026-05-15T03:45:41.022Z Checking ipnet v2.11.0
23672026-05-15T03:45:41.078Z Checking pkcs8 v0.10.2
23682026-05-15T03:45:41.129Z Checking httparse v1.10.1
23692026-05-15T03:45:41.129Z Checking aho-corasick v1.1.4
23702026-05-15T03:45:41.148Z Checking fastrand v2.3.0
23712026-05-15T03:45:41.260Z Checking httpdate v1.0.3
23722026-05-15T03:45:41.295Z Checking plain v0.2.3
23732026-05-15T03:45:41.333Z Checking foreign-types-shared v0.1.1
23742026-05-15T03:45:41.341Z Checking pin-utils v0.1.0
23752026-05-15T03:45:41.441Z Checking dyn-clone v1.0.20
23762026-05-15T03:45:41.477Z Checking tempfile v3.25.0
23772026-05-15T03:45:41.477Z Checking foreign-types v0.3.2
23782026-05-15T03:45:41.478Z Checking unicode-normalization v0.1.25
23792026-05-15T03:45:41.503Z Checking semver v1.0.28
23802026-05-15T03:45:41.503Z Checking openssl-sys v0.9.115
23812026-05-15T03:45:41.586Z Checking spin v0.9.8
23822026-05-15T03:45:41.609Z Checking unicode-ident v1.0.24
23832026-05-15T03:45:41.686Z Checking ucd-trie v0.1.7
23842026-05-15T03:45:41.717Z Checking proc-macro2 v1.0.106
23852026-05-15T03:45:41.769Z Checking schemars v0.8.22
23862026-05-15T03:45:42.187Z Checking rustls-webpki v0.103.9
23872026-05-15T03:45:42.190Z Checking regex-automata v0.4.14
23882026-05-15T03:45:42.190Z Checking pest v2.8.6
23892026-05-15T03:45:42.190Z Checking rustls-native-certs v0.8.3
23902026-05-15T03:45:42.190Z Checking openssl v0.10.79
23912026-05-15T03:45:42.190Z Checking tokio-util v0.7.18
23922026-05-15T03:45:42.190Z Checking thiserror v2.0.18
23932026-05-15T03:45:42.190Z Checking sync_wrapper v1.0.2
23942026-05-15T03:45:42.190Z Checking wait-timeout v0.2.1
23952026-05-15T03:45:42.190Z Checking anstyle v1.0.13
23962026-05-15T03:45:42.190Z Checking powerfmt v0.2.0
23972026-05-15T03:45:42.195Z Checking rustls v0.23.37
23982026-05-15T03:45:42.315Z Checking simd-adler32 v0.3.8
23992026-05-15T03:45:42.325Z Checking siphasher v1.0.2
24002026-05-15T03:45:42.405Z Checking quick-error v1.2.3
24012026-05-15T03:45:42.476Z Checking pretty-hex v0.4.1
24022026-05-15T03:45:42.487Z Checking bit-vec v0.8.0
24032026-05-15T03:45:42.504Z Checking h2 v0.4.13
24042026-05-15T03:45:42.514Z Checking utf8parse v0.2.2
24052026-05-15T03:45:42.576Z Checking rusty-fork v0.3.1
24062026-05-15T03:45:42.603Z Checking anstyle-parse v0.2.7
24072026-05-15T03:45:42.667Z Checking bit-set v0.8.0
24082026-05-15T03:45:42.739Z Checking deranged v0.5.8
24092026-05-15T03:45:42.756Z Checking tower v0.5.3
24102026-05-15T03:45:42.817Z Checking quote v1.0.45
24112026-05-15T03:45:42.885Z Compiling newtype-uuid v1.3.2
24122026-05-15T03:45:42.973Z Checking http-body-util v0.1.3
24132026-05-15T03:45:43.062Z Checking webpki-roots v1.0.6
24142026-05-15T03:45:43.131Z Checking crossbeam-utils v0.8.21
24152026-05-15T03:45:43.174Z Checking rand_xorshift v0.4.0
24162026-05-15T03:45:43.188Z Checking crc32fast v1.5.0
24172026-05-15T03:45:43.292Z Checking scroll v0.13.0
24182026-05-15T03:45:43.324Z Checking signature v2.2.0
24192026-05-15T03:45:43.462Z Checking colorchoice v1.0.4
24202026-05-15T03:45:43.466Z Checking time-core v0.1.8
24212026-05-15T03:45:43.512Z Checking iri-string v0.7.10
24222026-05-15T03:45:43.565Z Checking allocator-api2 v0.2.21
24232026-05-15T03:45:43.605Z Checking adler2 v2.0.1
24242026-05-15T03:45:43.610Z Checking unicode-bidi v0.3.18
24252026-05-15T03:45:43.660Z Checking ryu v1.0.23
24262026-05-15T03:45:43.720Z Checking num-conv v0.2.0
24272026-05-15T03:45:43.793Z Checking anstyle-query v1.1.5
24282026-05-15T03:45:43.842Z Checking unicode-properties v0.1.4
24292026-05-15T03:45:43.850Z Checking num_threads v0.1.7
24302026-05-15T03:45:43.863Z Checking native-tls v0.2.18
24312026-05-15T03:45:43.882Z Checking unarray v0.1.4
24322026-05-15T03:45:43.912Z Checking is_terminal_polyfill v1.70.2
24332026-05-15T03:45:43.928Z Checking time v0.3.47
24342026-05-15T03:45:43.983Z Checking proptest v1.10.0
24352026-05-15T03:45:44.003Z Checking anstream v0.6.21
24362026-05-15T03:45:44.023Z Checking stringprep v0.1.5
24372026-05-15T03:45:44.039Z Checking tokio-native-tls v0.3.1
24382026-05-15T03:45:44.177Z Checking serde_urlencoded v0.7.1
24392026-05-15T03:45:44.192Z Checking miniz_oxide v0.8.9
24402026-05-15T03:45:44.195Z Checking bstr v1.12.1
24412026-05-15T03:45:44.376Z Checking goblin v0.10.5
24422026-05-15T03:45:44.546Z Checking crossbeam-epoch v0.9.18
24432026-05-15T03:45:44.564Z Checking tower-http v0.6.8
24442026-05-15T03:45:44.586Z Checking tokio-rustls v0.26.4
24452026-05-15T03:45:44.586Z Compiling daft v0.1.5
24462026-05-15T03:45:45.184Z Checking syn v2.0.117
24472026-05-15T03:45:45.188Z Checking ipnetwork v0.21.1
24482026-05-15T03:45:45.188Z Checking rand_chacha v0.3.1
24492026-05-15T03:45:45.188Z Checking scroll v0.12.0
24502026-05-15T03:45:45.188Z Checking thiserror v1.0.69
24512026-05-15T03:45:45.188Z Checking hash32 v0.2.1
24522026-05-15T03:45:45.188Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-05-15T03:45:45.188Z Checking num-integer v0.1.46
24542026-05-15T03:45:45.188Z Checking toml_datetime v0.6.11
24552026-05-15T03:45:45.188Z Checking serde_spanned v0.6.9
24562026-05-15T03:45:45.196Z Checking md-5 v0.10.6
24572026-05-15T03:45:45.223Z Checking hyper v1.8.1
24582026-05-15T03:45:45.298Z Checking ff v0.13.1
24592026-05-15T03:45:45.299Z Checking encoding_rs v0.8.35
24602026-05-15T03:45:45.324Z Checking zlib-rs v0.6.2
24612026-05-15T03:45:45.334Z Checking mime v0.3.17
24622026-05-15T03:45:45.424Z Checking fallible-iterator v0.2.0
24632026-05-15T03:45:45.502Z Checking psl-types v2.0.11
24642026-05-15T03:45:45.620Z Checking base16ct v0.2.0
24652026-05-15T03:45:45.691Z Checking postgres-protocol v0.6.10
24662026-05-15T03:45:45.742Z Checking sec1 v0.7.3
24672026-05-15T03:45:45.905Z Checking publicsuffix v2.3.0
24682026-05-15T03:45:45.943Z Checking group v0.13.0
24692026-05-15T03:45:46.005Z Compiling iddqd v0.3.18
24702026-05-15T03:45:46.103Z Checking num-iter v0.1.45
24712026-05-15T03:45:46.118Z Checking heapless v0.7.17
24722026-05-15T03:45:46.139Z Checking hyper-util v0.1.20
24732026-05-15T03:45:46.172Z Checking zstd-safe v7.2.4
24742026-05-15T03:45:46.187Z Checking flate2 v1.1.9
24752026-05-15T03:45:46.243Z Checking goblin v0.8.2
24762026-05-15T03:45:46.330Z Checking cookie v0.18.1
24772026-05-15T03:45:46.883Z Checking rand v0.8.6
24782026-05-15T03:45:46.889Z Checking oxnet v0.1.4
24792026-05-15T03:45:46.889Z Checking dtrace-parser v0.3.0
24802026-05-15T03:45:46.889Z Checking dof v0.4.0
24812026-05-15T03:45:46.889Z Checking phf_shared v0.13.1
24822026-05-15T03:45:46.889Z Checking lazy_static v1.5.0
24832026-05-15T03:45:46.889Z Checking zerocopy v0.7.35
24842026-05-15T03:45:46.910Z Checking pin-project v1.1.11
24852026-05-15T03:45:46.979Z Checking bzip2-sys v0.1.13+1.0.8
24862026-05-15T03:45:47.133Z Checking signal-hook v0.3.18
24872026-05-15T03:45:47.172Z Checking terminal_size v0.4.3
24882026-05-15T03:45:47.172Z Checking futures-executor v0.3.32
24892026-05-15T03:45:47.172Z Checking hex v0.4.3
24902026-05-15T03:45:47.183Z Checking hkdf v0.12.4
24912026-05-15T03:45:47.214Z Checking crypto-bigint v0.5.5
24922026-05-15T03:45:47.635Z Checking thread-id v5.1.0
24932026-05-15T03:45:47.660Z Checking managed v0.8.0
24942026-05-15T03:45:47.660Z Checking winnow v0.5.40
24952026-05-15T03:45:47.660Z Checking either v1.15.0
24962026-05-15T03:45:47.660Z Checking winnow v0.7.14
24972026-05-15T03:45:47.660Z Checking hyper-rustls v0.27.7
24982026-05-15T03:45:47.661Z Checking hyper-tls v0.6.0
24992026-05-15T03:45:47.661Z Checking libbz2-rs-sys v0.2.2
25002026-05-15T03:45:47.661Z Compiling rayon-core v1.13.0
25012026-05-15T03:45:47.661Z Checking bitflags v1.3.2
25022026-05-15T03:45:47.661Z Checking strsim v0.11.1
25032026-05-15T03:45:47.661Z Checking foldhash v0.1.5
25042026-05-15T03:45:47.685Z Checking foldhash v0.2.0
25052026-05-15T03:45:47.749Z Checking same-file v1.0.6
25062026-05-15T03:45:47.811Z Checking clap_lex v1.0.0
25072026-05-15T03:45:47.830Z Checking bumpalo v3.20.2
25082026-05-15T03:45:47.867Z Checking bzip2 v0.6.1
25092026-05-15T03:45:47.867Z Checking walkdir v2.5.0
25102026-05-15T03:45:47.897Z Checking clap_builder v4.5.60
25112026-05-15T03:45:48.051Z Checking hashbrown v0.16.1
25122026-05-15T03:45:48.067Z Checking hashbrown v0.15.5
25132026-05-15T03:45:48.067Z Checking zopfli v0.8.3
25142026-05-15T03:45:48.212Z Checking elliptic-curve v0.13.8
25152026-05-15T03:45:48.258Z Checking dof v0.3.0
25162026-05-15T03:45:48.462Z Checking smoltcp v0.9.1
25172026-05-15T03:45:48.501Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-05-15T03:45:48.501Z Checking reqwest v0.12.28
25192026-05-15T03:45:48.501Z Checking toml_edit v0.19.15
25202026-05-15T03:45:48.507Z Checking usdt-impl v0.6.0
25212026-05-15T03:45:48.507Z Checking futures v0.3.32
25222026-05-15T03:45:48.547Z Checking signal-hook-mio v0.2.5
25232026-05-15T03:45:48.566Z Checking bzip2 v0.4.4
25242026-05-15T03:45:48.577Z Checking snafu v0.8.9
25252026-05-15T03:45:48.636Z Checking num-bigint-dig v0.8.6
25262026-05-15T03:45:48.723Z Checking phf v0.13.1
25272026-05-15T03:45:48.836Z Checking cookie_store v0.22.1
25282026-05-15T03:45:48.870Z Checking zstd v0.13.3
25292026-05-15T03:45:48.959Z Checking postgres-types v0.2.12
25302026-05-15T03:45:49.013Z Checking dtrace-parser v0.2.0
25312026-05-15T03:45:49.065Z Checking crossbeam-deque v0.8.6
25322026-05-15T03:45:49.124Z Checking rustls-platform-verifier v0.6.2
25332026-05-15T03:45:49.173Z Checking globset v0.4.18
25342026-05-15T03:45:49.238Z Checking regex v1.12.3
25352026-05-15T03:45:49.253Z Checking ed25519 v2.2.3
25362026-05-15T03:45:49.262Z Checking phf_shared v0.11.3
25372026-05-15T03:45:49.278Z Checking olpc-cjson v0.1.4
25382026-05-15T03:45:49.294Z Checking ref-cast v1.0.25
25392026-05-15T03:45:49.435Z Checking curve25519-dalek v4.1.3
25402026-05-15T03:45:49.452Z Checking strum v0.27.2
25412026-05-15T03:45:49.452Z Checking hubpack v0.1.2
25422026-05-15T03:45:49.452Z Checking memoffset v0.9.1
25432026-05-15T03:45:49.452Z Checking rustix v0.38.44
25442026-05-15T03:45:49.466Z Checking pkcs1 v0.7.5
25452026-05-15T03:45:49.497Z Checking pem v3.0.6
25462026-05-15T03:45:49.520Z Checking float-cmp v0.10.0
25472026-05-15T03:45:49.539Z Checking serde-big-array v0.5.1
25482026-05-15T03:45:49.539Z Checking serde_plain v1.0.2
25492026-05-15T03:45:49.567Z Checking erased-serde v0.3.31
25502026-05-15T03:45:49.614Z Checking rfc6979 v0.4.0
25512026-05-15T03:45:49.664Z Checking thread-id v4.2.2
25522026-05-15T03:45:49.669Z Checking memmap2 v0.9.10
25532026-05-15T03:45:49.669Z Checking env_filter v1.0.0
25542026-05-15T03:45:49.669Z Checking predicates-core v1.0.10
25552026-05-15T03:45:49.721Z Checking fixedbitset v0.4.2
25562026-05-15T03:45:49.736Z Checking precomputed-hash v0.1.1
25572026-05-15T03:45:49.806Z Checking typed-path v0.9.3
25582026-05-15T03:45:49.813Z Checking fixedbitset v0.5.7
25592026-05-15T03:45:49.813Z Checking data-encoding v2.10.0
25602026-05-15T03:45:49.813Z Checking difflib v0.4.0
25612026-05-15T03:45:49.873Z Checking unicode-segmentation v1.12.0
25622026-05-15T03:45:49.965Z Checking toml_write v0.1.2
25632026-05-15T03:45:50.006Z Checking jiff v0.2.21
25642026-05-15T03:45:50.018Z Checking new_debug_unreachable v1.0.6
25652026-05-15T03:45:50.074Z Checking whoami v2.1.0
25662026-05-15T03:45:50.084Z Checking rustc-hash v2.1.1
25672026-05-15T03:45:50.115Z Checking normalize-line-endings v0.3.0
25682026-05-15T03:45:50.176Z Checking static_assertions v1.1.0
25692026-05-15T03:45:50.188Z Checking keccak v0.1.6
25702026-05-15T03:45:50.215Z Checking predicates v3.1.4
25712026-05-15T03:45:50.249Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25722026-05-15T03:45:50.275Z Checking crossterm v0.28.1
25732026-05-15T03:45:50.275Z Checking tokio-postgres v0.7.16
25742026-05-15T03:45:50.344Z Checking sha3 v0.10.8
25752026-05-15T03:45:50.540Z Checking similar v2.7.0
25762026-05-15T03:45:50.553Z Checking ed25519-dalek v2.2.0
25772026-05-15T03:45:50.583Z Checking tough v0.22.0
25782026-05-15T03:45:50.769Z Checking toml_edit v0.22.27
25792026-05-15T03:45:50.926Z Checking string_cache v0.8.9
25802026-05-15T03:45:50.984Z Checking hickory-proto v0.25.2
25812026-05-15T03:45:51.085Z Checking petgraph v0.8.3
25822026-05-15T03:45:51.106Z Checking slog v2.8.2
25832026-05-15T03:45:51.449Z Checking petgraph v0.6.5
25842026-05-15T03:45:51.505Z Checking usdt v0.6.0
25852026-05-15T03:45:51.673Z Checking env_logger v0.11.9
25862026-05-15T03:45:51.886Z Checking ecdsa v0.16.9
25872026-05-15T03:45:51.936Z Checking usdt-impl v0.5.0
25882026-05-15T03:45:52.189Z Checking rsa v0.9.10
25892026-05-15T03:45:52.223Z Checking toml v0.7.8
25902026-05-15T03:45:52.315Z Checking zip v4.6.1
25912026-05-15T03:45:52.510Z Checking nix v0.31.2
25922026-05-15T03:45:52.524Z Checking reqwest v0.13.2
25932026-05-15T03:45:52.583Z Checking clap v4.5.60
25942026-05-15T03:45:52.618Z Checking zip v0.6.6
25952026-05-15T03:45:53.048Z Checking toml_parser v1.0.9+spec-1.1.0
25962026-05-15T03:45:53.132Z Checking itertools v0.13.0
25972026-05-15T03:45:53.132Z Checking serde_with v3.17.0
25982026-05-15T03:45:53.132Z Checking strum v0.26.3
25992026-05-15T03:45:53.132Z Checking fs-err v3.3.0
26002026-05-15T03:45:53.132Z Checking ahash v0.8.12
26012026-05-15T03:45:53.133Z Checking object v0.37.3
26022026-05-15T03:45:53.197Z Checking tokio-stream v0.1.18
26032026-05-15T03:45:53.235Z Checking buf-list v1.1.2
26042026-05-15T03:45:53.408Z Checking camino v1.2.2
26052026-05-15T03:45:53.427Z Checking anyhow v1.0.102
26062026-05-15T03:45:53.489Z Checking x509-cert v0.2.5
26072026-05-15T03:45:53.543Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26082026-05-15T03:45:53.604Z Checking openapiv3 v2.2.0
26092026-05-15T03:45:53.682Z Checking sha1 v0.10.6
26102026-05-15T03:45:53.704Z Checking toml_datetime v0.7.5+spec-1.1.0
26112026-05-15T03:45:53.725Z Checking peg-runtime v0.8.5
26122026-05-15T03:45:53.780Z Checking lalrpop-util v0.19.12
26132026-05-15T03:45:53.800Z Checking rayon v1.11.0
26142026-05-15T03:45:53.873Z Checking sigpipe v0.1.3
26152026-05-15T03:45:53.884Z Checking glob v0.3.3
26162026-05-15T03:45:55.226Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-15T03:45:55.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.88s
26182026-05-15T03:45:55.672Z
26192026-05-15T03:45:55.672Zinfo: running `cargo check --bins` on internal-dns-types (77/275)
26202026-05-15T03:45:56.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-15T03:45:56.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-15T03:45:56.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-15T03:45:56.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26242026-05-15T03:45:56.279Z
26252026-05-15T03:45:56.279Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/275)
26262026-05-15T03:45:56.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-15T03:45:56.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-15T03:45:56.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-15T03:45:56.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26302026-05-15T03:45:56.895Z
26312026-05-15T03:45:56.895Zinfo: running `cargo check --bins` on nexus-types-versions (79/275)
26322026-05-15T03:45:57.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-15T03:45:57.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-15T03:45:57.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-15T03:45:57.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26362026-05-15T03:45:57.512Z
26372026-05-15T03:45:57.512Zinfo: running `cargo check --bins` on oxql-types (80/275)
26382026-05-15T03:45:58.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-15T03:45:58.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-15T03:45:58.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-15T03:45:58.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26422026-05-15T03:45:58.124Z
26432026-05-15T03:45:58.124Zinfo: running `cargo check --bins` on oximeter-types (81/275)
26442026-05-15T03:45:58.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-15T03:45:58.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-15T03:45:58.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-15T03:45:58.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-05-15T03:45:58.723Z
26492026-05-15T03:45:58.723Zinfo: running `cargo check --bins` on oximeter-types-versions (82/275)
26502026-05-15T03:45:59.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-15T03:45:59.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-15T03:45:59.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-15T03:45:59.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-05-15T03:45:59.346Z
26552026-05-15T03:45:59.346Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/275)
26562026-05-15T03:45:59.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-15T03:45:59.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-15T03:45:59.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-15T03:45:59.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26602026-05-15T03:45:59.928Z
26612026-05-15T03:45:59.928Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/275)
26622026-05-15T03:46:00.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-15T03:46:00.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-15T03:46:00.633Z Compiling structmeta-derive v0.3.0
26652026-05-15T03:46:00.749Z Compiling rustls v0.22.4
26662026-05-15T03:46:00.759Z Compiling multer v3.1.0
26672026-05-15T03:46:00.771Z Compiling async-stream-impl v0.3.6
26682026-05-15T03:46:00.774Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-15T03:46:00.792Z Compiling dropshot v0.17.0
26702026-05-15T03:46:00.807Z Compiling dropshot_endpoint v0.17.0
26712026-05-15T03:46:00.808Z Compiling newtype-uuid-macros v0.1.0
26722026-05-15T03:46:00.928Z Checking newtype-uuid v1.3.2
26732026-05-15T03:46:00.984Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-15T03:46:01.058Z Checking rustls-webpki v0.102.8
26752026-05-15T03:46:01.131Z Checking daft v0.1.5
26762026-05-15T03:46:01.163Z Checking thread_local v1.1.9
26772026-05-15T03:46:01.316Z Checking compression-core v0.4.31
26782026-05-15T03:46:01.340Z Checking match_cfg v0.1.0
26792026-05-15T03:46:01.352Z Checking iddqd v0.3.18
26802026-05-15T03:46:01.373Z Checking crossbeam-channel v0.5.15
26812026-05-15T03:46:01.458Z Checking hostname v0.3.1
26822026-05-15T03:46:01.478Z Checking compression-codecs v0.4.37
26832026-05-15T03:46:01.501Z Checking slog-json v2.6.1
26842026-05-15T03:46:01.561Z Checking serde_spanned v1.0.4
26852026-05-15T03:46:01.604Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-05-15T03:46:01.650Z Checking is-terminal v0.4.17
26872026-05-15T03:46:01.692Z Checking debug-ignore v1.0.5
26882026-05-15T03:46:01.707Z Checking toml_writer v1.0.6+spec-1.1.0
26892026-05-15T03:46:01.739Z Checking term v1.2.1
26902026-05-15T03:46:01.786Z Checking take_mut v0.2.2
26912026-05-15T03:46:01.789Z Compiling structmeta v0.3.0
26922026-05-15T03:46:01.811Z Checking slog-bunyan v2.5.0
26932026-05-15T03:46:01.883Z Checking toml v1.0.6+spec-1.1.0
26942026-05-15T03:46:01.897Z Checking slog-async v2.8.0
26952026-05-15T03:46:01.918Z Checking async-compression v0.4.41
26962026-05-15T03:46:01.956Z Checking slog-term v2.9.2
26972026-05-15T03:46:02.005Z Compiling derive-ex v0.1.8
26982026-05-15T03:46:02.066Z Compiling parse-display-derive v0.10.0
26992026-05-15T03:46:02.158Z Checking async-stream v0.3.6
27002026-05-15T03:46:02.201Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27012026-05-15T03:46:02.214Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-05-15T03:46:02.274Z Checking progenitor-client v0.14.0
27032026-05-15T03:46:02.289Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-15T03:46:02.425Z Checking waitgroup v0.1.2
27052026-05-15T03:46:02.451Z Checking backon v1.6.0
27062026-05-15T03:46:02.510Z Checking rustls-pemfile v2.2.0
27072026-05-15T03:46:02.538Z Checking serde_path_to_error v0.1.20
27082026-05-15T03:46:02.561Z Checking hostname v0.4.2
27092026-05-15T03:46:02.704Z Checking instant v0.1.13
27102026-05-15T03:46:02.724Z Checking backoff v0.4.0
27112026-05-15T03:46:02.805Z Checking progenitor-extras v0.2.0
27122026-05-15T03:46:02.870Z Checking tokio-rustls v0.25.0
27132026-05-15T03:46:02.884Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-15T03:46:02.909Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-15T03:46:03.050Z Checking itertools v0.14.0
27162026-05-15T03:46:03.086Z Checking progenitor-client v0.10.0
27172026-05-15T03:46:03.236Z Checking regress v0.10.5
27182026-05-15T03:46:03.272Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-15T03:46:03.504Z Checking macaddr v1.0.1
27202026-05-15T03:46:03.677Z Compiling test-strategy v0.4.5
27212026-05-15T03:46:03.734Z Checking parse-display v0.10.0
27222026-05-15T03:46:04.848Z Compiling prettyplease v0.2.37
27232026-05-15T03:46:05.178Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27242026-05-15T03:46:05.300Z Checking num-rational v0.4.2
27252026-05-15T03:46:05.574Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27262026-05-15T03:46:05.802Z Checking num-complex v0.4.6
27272026-05-15T03:46:06.426Z Checking num v0.4.3
27282026-05-15T03:46:06.499Z Compiling usdt-attr-macro v0.5.0
27292026-05-15T03:46:06.521Z Compiling usdt-macro v0.5.0
27302026-05-15T03:46:06.542Z Checking memmap v0.7.0
27312026-05-15T03:46:06.576Z Checking float-ord v0.3.2
27322026-05-15T03:46:06.668Z Checking unicode-width v0.2.0
27332026-05-15T03:46:06.681Z Compiling convert_case v0.4.0
27342026-05-15T03:46:06.926Z Checking console v0.15.11
27352026-05-15T03:46:07.055Z Compiling derive_more v0.99.20
27362026-05-15T03:46:07.192Z Checking newline-converter v0.3.0
27372026-05-15T03:46:07.233Z Checking atomicwrites v0.4.4
27382026-05-15T03:46:07.269Z Checking usdt v0.5.0
27392026-05-15T03:46:07.302Z Compiling toml v0.8.23
27402026-05-15T03:46:07.360Z Checking linked-hash-map v0.5.6
27412026-05-15T03:46:07.435Z Compiling minimal-lexical v0.2.1
27422026-05-15T03:46:07.531Z Checking lru-cache v0.1.2
27432026-05-15T03:46:07.654Z Compiling nom v7.1.3
27442026-05-15T03:46:07.689Z Checking expectorate v1.2.0
27452026-05-15T03:46:08.186Z Checking camino-tempfile v1.4.1
27462026-05-15T03:46:08.337Z Checking hickory-proto v0.24.4
27472026-05-15T03:46:08.365Z Checking phf_shared v0.12.1
27482026-05-15T03:46:08.502Z Compiling slog-dtrace v0.3.0
27492026-05-15T03:46:08.748Z Checking resolv-conf v0.7.6
27502026-05-15T03:46:08.757Z Compiling chrono-tz v0.10.4
27512026-05-15T03:46:08.900Z Checking heck v0.5.0
27522026-05-15T03:46:09.079Z Compiling const_format_proc_macros v0.2.34
27532026-05-15T03:46:09.131Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-15T03:46:09.131Z Checking phf v0.12.1
27552026-05-15T03:46:09.233Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-15T03:46:09.233Z Checking tokio-dtrace v0.1.1
27572026-05-15T03:46:09.490Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27582026-05-15T03:46:09.513Z Compiling derive-where v1.6.0
27592026-05-15T03:46:09.708Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-05-15T03:46:09.851Z Checking highway v1.3.0
27612026-05-15T03:46:10.045Z Checking const_format v0.2.35
27622026-05-15T03:46:10.248Z Checking hickory-resolver v0.24.4
27632026-05-15T03:46:10.377Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-05-15T03:46:10.620Z Checking oxide-tokio-rt v0.1.4
27652026-05-15T03:46:10.748Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-05-15T03:46:10.809Z Checking gethostname v0.5.0
27672026-05-15T03:46:10.988Z Checking bcs v0.1.6
27682026-05-15T03:46:11.017Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-05-15T03:46:11.017Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27702026-05-15T03:46:11.017Z Checking qorb v0.4.1
27712026-05-15T03:46:11.017Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27722026-05-15T03:46:11.119Z Checking termtree v0.5.1
27732026-05-15T03:46:14.397Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-05-15T03:46:17.157Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-05-15T03:46:19.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
27762026-05-15T03:46:19.463Z
27772026-05-15T03:46:19.463Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/275)
27782026-05-15T03:46:19.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-05-15T03:46:20.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-05-15T03:46:20.157Z Compiling ar_archive_writer v0.5.1
27812026-05-15T03:46:20.270Z Compiling stacker v0.1.23
27822026-05-15T03:46:20.274Z Compiling cfg_aliases v0.1.1
27832026-05-15T03:46:20.285Z Compiling convert_case v0.10.0
27842026-05-15T03:46:20.285Z Checking unicode-width v0.1.14
27852026-05-15T03:46:20.301Z Compiling proc-macro-error v1.0.4
27862026-05-15T03:46:20.312Z Checking fd-lock v4.0.4
27872026-05-15T03:46:20.312Z Checking nibble_vec v0.1.0
27882026-05-15T03:46:20.335Z Compiling nix v0.28.0
27892026-05-15T03:46:20.428Z Checking vte v0.14.1
27902026-05-15T03:46:20.444Z Compiling recursive-proc-macro-impl v0.1.1
27912026-05-15T03:46:20.521Z Checking endian-type v0.1.2
27922026-05-15T03:46:20.533Z Checking bytecount v0.6.9
27932026-05-15T03:46:20.571Z Compiling derive_more-impl v2.1.1
27942026-05-15T03:46:20.587Z Checking strip-ansi-escapes v0.2.1
27952026-05-15T03:46:20.600Z Compiling tabled_derive v0.7.0
27962026-05-15T03:46:20.626Z Checking papergrid v0.11.0
27972026-05-15T03:46:20.638Z Checking radix_trie v0.2.1
27982026-05-15T03:46:20.690Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-15T03:46:20.829Z Compiling peg-macros v0.8.5
28002026-05-15T03:46:20.845Z Checking winnow v0.6.26
28012026-05-15T03:46:21.111Z Compiling psm v0.1.30
28022026-05-15T03:46:21.144Z Compiling sqlparser_derive v0.5.0
28032026-05-15T03:46:21.227Z Checking home v0.5.12
28042026-05-15T03:46:21.331Z Checking nu-ansi-term v0.50.3
28052026-05-15T03:46:21.378Z Checking derive_more v2.1.1
28062026-05-15T03:46:21.457Z Checking unicode_categories v0.1.1
28072026-05-15T03:46:21.554Z Checking tabled v0.15.0
28082026-05-15T03:46:21.578Z Checking reedline v0.40.0
28092026-05-15T03:46:21.600Z Checking rustyline v14.0.0
28102026-05-15T03:46:21.613Z Checking crossterm v0.29.0
28112026-05-15T03:46:21.860Z Checking recursive v0.1.1
28122026-05-15T03:46:21.909Z Checking display-error-chain v0.2.2
28132026-05-15T03:46:21.956Z Checking sqlparser v0.61.0
28142026-05-15T03:46:21.975Z Checking sqlformat v0.3.5
28152026-05-15T03:46:22.175Z Checking peg v0.8.5
28162026-05-15T03:46:33.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
28172026-05-15T03:46:33.299Z
28182026-05-15T03:46:33.299Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/275)
28192026-05-15T03:46:33.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-05-15T03:46:33.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-05-15T03:46:33.986Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222026-05-15T03:46:37.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28232026-05-15T03:46:37.613Z
28242026-05-15T03:46:37.613Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/275)
28252026-05-15T03:46:38.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-05-15T03:46:38.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-05-15T03:46:38.303Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-05-15T03:46:40.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28292026-05-15T03:46:40.970Z
28302026-05-15T03:46:40.970Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/275)
28312026-05-15T03:46:41.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-05-15T03:46:41.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-05-15T03:46:41.688Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-05-15T03:46:45.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28352026-05-15T03:46:45.149Z
28362026-05-15T03:46:45.149Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/275)
28372026-05-15T03:46:45.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-15T03:46:45.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-15T03:46:45.843Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-15T03:46:49.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28412026-05-15T03:46:49.273Z
28422026-05-15T03:46:49.273Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/275)
28432026-05-15T03:46:49.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-15T03:46:49.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-15T03:46:49.957Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-15T03:46:52.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28472026-05-15T03:46:52.759Z
28482026-05-15T03:46:52.759Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/275)
28492026-05-15T03:46:53.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-15T03:46:53.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-15T03:46:53.452Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-15T03:46:56.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28532026-05-15T03:46:56.265Z
28542026-05-15T03:46:56.265Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/275)
28552026-05-15T03:46:56.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-15T03:46:56.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-15T03:46:56.963Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-15T03:47:00.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28592026-05-15T03:47:00.557Z
28602026-05-15T03:47:00.557Zinfo: running `cargo check --bins` on oximeter (93/275)
28612026-05-15T03:47:01.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-15T03:47:01.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-15T03:47:01.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-05-15T03:47:01.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28652026-05-15T03:47:01.163Z
28662026-05-15T03:47:01.163Zinfo: running `cargo check --bins` on oximeter-schema (94/275)
28672026-05-15T03:47:01.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-15T03:47:01.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-15T03:47:01.811Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28702026-05-15T03:47:01.977Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28712026-05-15T03:47:01.982Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28722026-05-15T03:47:02.310Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-05-15T03:47:05.195Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28742026-05-15T03:47:06.401Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28752026-05-15T03:47:06.565Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28762026-05-15T03:47:07.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
28772026-05-15T03:47:07.415Z
28782026-05-15T03:47:07.415Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/275)
28792026-05-15T03:47:07.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-15T03:47:07.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-15T03:47:07.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-05-15T03:47:07.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28832026-05-15T03:47:08.031Z
28842026-05-15T03:47:08.031Zinfo: running `cargo check --bins` on oximeter-test-utils (96/275)
28852026-05-15T03:47:08.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-15T03:47:08.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-15T03:47:08.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-15T03:47:08.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28892026-05-15T03:47:08.684Z
28902026-05-15T03:47:08.684Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/275)
28912026-05-15T03:47:09.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-15T03:47:09.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-15T03:47:09.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-05-15T03:47:09.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28952026-05-15T03:47:09.296Z
28962026-05-15T03:47:09.296Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/275)
28972026-05-15T03:47:09.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-15T03:47:09.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-15T03:47:09.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-15T03:47:09.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29012026-05-15T03:47:09.916Z
29022026-05-15T03:47:09.916Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/275)
29032026-05-15T03:47:10.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-15T03:47:10.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-15T03:47:10.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-15T03:47:10.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29072026-05-15T03:47:10.540Z
29082026-05-15T03:47:10.540Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/275)
29092026-05-15T03:47:11.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-15T03:47:11.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-15T03:47:11.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-15T03:47:11.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29132026-05-15T03:47:11.166Z
29142026-05-15T03:47:11.166Zinfo: running `cargo check --bins` on trust-quorum-types (101/275)
29152026-05-15T03:47:11.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-15T03:47:11.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-15T03:47:11.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-15T03:47:11.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29192026-05-15T03:47:11.778Z
29202026-05-15T03:47:11.778Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/275)
29212026-05-15T03:47:12.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-15T03:47:12.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-15T03:47:12.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-15T03:47:12.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252026-05-15T03:47:12.391Z
29262026-05-15T03:47:12.391Zinfo: running `cargo check --bins` on update-engine (103/275)
29272026-05-15T03:47:12.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-15T03:47:12.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-15T03:47:12.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-15T03:47:12.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29312026-05-15T03:47:12.986Z
29322026-05-15T03:47:12.986Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/275)
29332026-05-15T03:47:13.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-15T03:47:13.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-15T03:47:13.713Z Compiling crucible-workspace-hack v0.1.0
29362026-05-15T03:47:13.834Z Checking secrecy v0.10.3
29372026-05-15T03:47:13.840Z Compiling heapless v0.8.0
29382026-05-15T03:47:13.847Z Compiling ingot-macros v0.1.1
29392026-05-15T03:47:13.855Z Compiling toml_edit v0.23.10+spec-1.0.0
29402026-05-15T03:47:13.859Z Checking hash32 v0.3.1
29412026-05-15T03:47:13.876Z Compiling smoltcp v0.11.0
29422026-05-15T03:47:13.879Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-05-15T03:47:13.933Z Checking cobs v0.3.0
29442026-05-15T03:47:13.980Z Compiling thiserror-impl-no-std v2.0.2
29452026-05-15T03:47:14.070Z Checking universal-hash v0.5.1
29462026-05-15T03:47:14.083Z Checking half v2.7.1
29472026-05-15T03:47:14.123Z Checking ciborium-io v0.2.2
29482026-05-15T03:47:14.189Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29492026-05-15T03:47:14.208Z Checking opaque-debug v0.3.1
29502026-05-15T03:47:14.270Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29512026-05-15T03:47:14.316Z Checking poly1305 v0.8.0
29522026-05-15T03:47:14.332Z Checking ciborium-ll v0.2.2
29532026-05-15T03:47:14.382Z Compiling proc-macro-crate v3.4.0
29542026-05-15T03:47:14.501Z Checking postcard v1.1.3
29552026-05-15T03:47:14.553Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29562026-05-15T03:47:14.571Z Checking password-hash v0.5.0
29572026-05-15T03:47:14.792Z Checking chacha20 v0.9.1
29582026-05-15T03:47:14.806Z Compiling proc-macro-crate v1.3.1
29592026-05-15T03:47:14.822Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29602026-05-15T03:47:14.909Z Checking blake2 v0.10.6
29612026-05-15T03:47:14.927Z Compiling num_enum_derive v0.7.5
29622026-05-15T03:47:14.983Z Checking aead v0.5.2
29632026-05-15T03:47:15.060Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-05-15T03:47:15.126Z Compiling foreign-types-macros v0.2.3
29652026-05-15T03:47:15.138Z Checking thiserror-no-std v2.0.2
29662026-05-15T03:47:15.151Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-15T03:47:15.214Z Checking foreign-types-shared v0.3.1
29682026-05-15T03:47:15.227Z Checking cpufeatures v0.3.0
29692026-05-15T03:47:15.269Z Checking vsss-rs v3.3.4
29702026-05-15T03:47:15.299Z Checking chacha20 v0.10.0
29712026-05-15T03:47:15.304Z Compiling num_enum_derive v0.5.11
29722026-05-15T03:47:15.384Z Checking argon2 v0.5.3
29732026-05-15T03:47:15.515Z Checking chacha20poly1305 v0.10.1
29742026-05-15T03:47:15.639Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29752026-05-15T03:47:15.707Z Checking foreign-types v0.5.0
29762026-05-15T03:47:15.721Z Checking ciborium v0.2.2
29772026-05-15T03:47:15.889Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29782026-05-15T03:47:15.949Z Checking tabwriter v1.4.1
29792026-05-15T03:47:15.967Z Checking num_enum v0.7.5
29802026-05-15T03:47:16.079Z Checking byte-wrapper v0.1.0
29812026-05-15T03:47:16.092Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29822026-05-15T03:47:16.133Z Checking cstr-argument v0.1.2
29832026-05-15T03:47:16.169Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-05-15T03:47:16.254Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29852026-05-15T03:47:16.285Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29862026-05-15T03:47:16.327Z Checking num_enum v0.5.11
29872026-05-15T03:47:16.370Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-05-15T03:47:16.446Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29892026-05-15T03:47:16.463Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29902026-05-15T03:47:16.509Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-15T03:47:16.605Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-05-15T03:47:16.618Z Checking rand v0.10.0
29932026-05-15T03:47:16.630Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29942026-05-15T03:47:16.633Z Checking colored v3.1.1
29952026-05-15T03:47:16.655Z Checking ingot-types v0.1.2
29962026-05-15T03:47:16.807Z Checking indent_write v2.2.0
29972026-05-15T03:47:16.839Z Compiling zone_cfg_derive v0.3.1
29982026-05-15T03:47:16.904Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29992026-05-15T03:47:16.937Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30002026-05-15T03:47:16.940Z Checking itertools v0.12.1
30012026-05-15T03:47:17.022Z Checking ingot v0.1.1
30022026-05-15T03:47:17.077Z Compiling num-derive v0.4.2
30032026-05-15T03:47:17.102Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30042026-05-15T03:47:17.115Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30052026-05-15T03:47:17.204Z Checking swrite v0.1.0
30062026-05-15T03:47:17.293Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30072026-05-15T03:47:17.324Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-05-15T03:47:17.484Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30092026-05-15T03:47:17.487Z Checking dropshot-api-manager-types v0.7.1
30102026-05-15T03:47:17.510Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-05-15T03:47:17.593Z Checking smf v0.2.3
30122026-05-15T03:47:17.617Z Checking nanorand v0.7.0
30132026-05-15T03:47:17.661Z Checking whoami v1.6.1
30142026-05-15T03:47:17.808Z Checking flume v0.11.1
30152026-05-15T03:47:17.821Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30162026-05-15T03:47:17.963Z Checking zone v0.3.1
30172026-05-15T03:47:17.999Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30182026-05-15T03:47:18.586Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30192026-05-15T03:47:19.570Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-15T03:47:20.462Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-15T03:47:23.507Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30222026-05-15T03:47:25.544Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30232026-05-15T03:47:26.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
30242026-05-15T03:47:26.864Z
30252026-05-15T03:47:26.864Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/275)
30262026-05-15T03:47:27.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-05-15T03:47:27.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-05-15T03:47:27.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-05-15T03:47:27.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30302026-05-15T03:47:27.487Z
30312026-05-15T03:47:27.487Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/275)
30322026-05-15T03:47:28.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-05-15T03:47:28.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-05-15T03:47:28.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-05-15T03:47:28.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30362026-05-15T03:47:28.111Z
30372026-05-15T03:47:28.111Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/275)
30382026-05-15T03:47:28.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-05-15T03:47:28.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-05-15T03:47:28.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-05-15T03:47:28.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30422026-05-15T03:47:28.736Z
30432026-05-15T03:47:28.736Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/275)
30442026-05-15T03:47:29.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-15T03:47:29.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-15T03:47:29.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-15T03:47:29.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30482026-05-15T03:47:29.373Z
30492026-05-15T03:47:29.373Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/275)
30502026-05-15T03:47:29.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-15T03:47:29.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-15T03:47:29.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-15T03:47:29.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30542026-05-15T03:47:30.001Z
30552026-05-15T03:47:30.001Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/275)
30562026-05-15T03:47:30.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-15T03:47:30.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-15T03:47:30.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-15T03:47:30.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30602026-05-15T03:47:30.635Z
30612026-05-15T03:47:30.635Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/275)
30622026-05-15T03:47:31.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-15T03:47:31.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-15T03:47:31.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-15T03:47:31.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30662026-05-15T03:47:31.265Z
30672026-05-15T03:47:31.265Zinfo: running `cargo check --bins` on cockroach-admin-client (112/275)
30682026-05-15T03:47:31.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-15T03:47:31.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-15T03:47:31.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-15T03:47:31.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30722026-05-15T03:47:31.882Z
30732026-05-15T03:47:31.882Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/275)
30742026-05-15T03:47:32.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-15T03:47:32.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-15T03:47:32.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-15T03:47:32.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30782026-05-15T03:47:32.507Z
30792026-05-15T03:47:32.507Zinfo: running `cargo check --bins` on dns-service-client (114/275)
30802026-05-15T03:47:33.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-15T03:47:33.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-15T03:47:33.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-15T03:47:33.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30842026-05-15T03:47:33.134Z
30852026-05-15T03:47:33.134Zinfo: running `cargo check --bins` on installinator-client (115/275)
30862026-05-15T03:47:33.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-15T03:47:33.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-15T03:47:33.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-15T03:47:33.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30902026-05-15T03:47:33.759Z
30912026-05-15T03:47:33.759Zinfo: running `cargo check --bins` on nexus-client (116/275)
30922026-05-15T03:47:34.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-15T03:47:34.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-15T03:47:34.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-15T03:47:34.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30962026-05-15T03:47:34.416Z
30972026-05-15T03:47:34.416Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/275)
30982026-05-15T03:47:34.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-15T03:47:34.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-15T03:47:34.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-15T03:47:34.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31022026-05-15T03:47:35.073Z
31032026-05-15T03:47:35.073Zinfo: running `cargo check --bins` on ntp-admin-client (118/275)
31042026-05-15T03:47:35.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-15T03:47:35.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-15T03:47:35.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-15T03:47:35.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31082026-05-15T03:47:35.667Z
31092026-05-15T03:47:35.667Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/275)
31102026-05-15T03:47:36.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-15T03:47:36.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-15T03:47:36.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-15T03:47:36.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31142026-05-15T03:47:36.271Z
31152026-05-15T03:47:36.271Zinfo: running `cargo check --bins` on oxide-client (120/275)
31162026-05-15T03:47:36.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-15T03:47:36.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-15T03:47:36.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-15T03:47:36.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31202026-05-15T03:47:36.883Z
31212026-05-15T03:47:36.883Zinfo: running `cargo check --bins` on oximeter-client (121/275)
31222026-05-15T03:47:37.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-15T03:47:37.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-15T03:47:37.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-15T03:47:37.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31262026-05-15T03:47:37.500Z
31272026-05-15T03:47:37.500Zinfo: running `cargo check --bins` on repo-depot-client (122/275)
31282026-05-15T03:47:38.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-15T03:47:38.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-15T03:47:38.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-15T03:47:38.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31322026-05-15T03:47:38.116Z
31332026-05-15T03:47:38.116Zinfo: running `cargo check --bins` on sled-agent-client (123/275)
31342026-05-15T03:47:38.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-15T03:47:38.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-15T03:47:38.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-15T03:47:38.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31382026-05-15T03:47:38.752Z
31392026-05-15T03:47:38.752Zinfo: running `cargo check --bins` on wicketd-client (124/275)
31402026-05-15T03:47:39.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-15T03:47:39.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-15T03:47:39.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-15T03:47:39.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31442026-05-15T03:47:39.405Z
31452026-05-15T03:47:39.405Zinfo: running `cargo check --bins` on installinator-common (125/275)
31462026-05-15T03:47:39.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-15T03:47:39.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-15T03:47:39.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-15T03:47:39.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31502026-05-15T03:47:40.042Z
31512026-05-15T03:47:40.042Zinfo: running `cargo check --bins` on installinator-common-versions (126/275)
31522026-05-15T03:47:40.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-15T03:47:40.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-15T03:47:40.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-15T03:47:40.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31562026-05-15T03:47:40.649Z
31572026-05-15T03:47:40.649Zinfo: running `cargo check --bins` on wicket-common (127/275)
31582026-05-15T03:47:41.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-15T03:47:41.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-15T03:47:41.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-15T03:47:41.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31622026-05-15T03:47:41.288Z
31632026-05-15T03:47:41.288Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/275)
31642026-05-15T03:47:41.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-15T03:47:41.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-15T03:47:41.991Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31672026-05-15T03:47:42.108Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31682026-05-15T03:47:42.116Z Checking csv-core v0.1.13
31692026-05-15T03:47:42.123Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31702026-05-15T03:47:42.130Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31712026-05-15T03:47:42.140Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31722026-05-15T03:47:42.150Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31732026-05-15T03:47:42.163Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31742026-05-15T03:47:42.267Z Checking csv v1.4.0
31752026-05-15T03:47:42.287Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31762026-05-15T03:47:42.335Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31772026-05-15T03:47:42.365Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31782026-05-15T03:47:42.618Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31792026-05-15T03:47:42.963Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31802026-05-15T03:47:42.963Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31812026-05-15T03:47:43.291Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31822026-05-15T03:47:49.033Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31832026-05-15T03:47:49.563Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-05-15T03:47:51.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.64s
31852026-05-15T03:47:52.129Z
31862026-05-15T03:47:52.129Zinfo: running `cargo check --bins` on cockroach-admin-api (129/275)
31872026-05-15T03:47:52.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-05-15T03:47:52.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-05-15T03:47:52.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-05-15T03:47:52.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31912026-05-15T03:47:52.747Z
31922026-05-15T03:47:52.747Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/275)
31932026-05-15T03:47:53.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-05-15T03:47:53.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-05-15T03:47:53.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-05-15T03:47:53.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31972026-05-15T03:47:53.434Z
31982026-05-15T03:47:53.434Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/275)
31992026-05-15T03:47:54.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-05-15T03:47:54.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-05-15T03:47:54.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-05-15T03:47:54.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32032026-05-15T03:47:54.130Z
32042026-05-15T03:47:54.130Zinfo: running `cargo check --bins` on gateway-test-utils (132/275)
32052026-05-15T03:47:54.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-15T03:47:54.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-15T03:47:54.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-05-15T03:47:54.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32092026-05-15T03:47:54.780Z
32102026-05-15T03:47:54.780Zinfo: running `cargo check --bins` on omicron-gateway (133/275)
32112026-05-15T03:47:55.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-05-15T03:47:55.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-05-15T03:47:55.545Z Compiling regress v0.11.1
32142026-05-15T03:47:55.684Z Compiling unsafe-libyaml v0.2.11
32152026-05-15T03:47:55.697Z Compiling semver v0.1.20
32162026-05-15T03:47:55.699Z Compiling radium v0.7.0
32172026-05-15T03:47:55.723Z Checking tap v1.0.1
32182026-05-15T03:47:55.726Z Compiling maybe-uninit v2.0.0
32192026-05-15T03:47:55.749Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32202026-05-15T03:47:55.823Z Checking wyz v0.5.1
32212026-05-15T03:47:55.967Z Compiling rustc_version v0.1.7
32222026-05-15T03:47:56.008Z Checking progenitor-client v0.13.0
32232026-05-15T03:47:56.043Z Compiling zerocopy-derive v0.6.6
32242026-05-15T03:47:56.154Z Compiling owo-colors v4.3.0
32252026-05-15T03:47:56.184Z Compiling newtype_derive v0.1.6
32262026-05-15T03:47:56.239Z Compiling serde_yaml v0.9.34+deprecated
32272026-05-15T03:47:56.370Z Checking crc-catalog v2.4.0
32282026-05-15T03:47:56.421Z Compiling cancel-safe-futures v0.1.5
32292026-05-15T03:47:56.462Z Compiling packed_struct v0.10.1
32302026-05-15T03:47:56.479Z Checking funty v2.0.0
32312026-05-15T03:47:56.700Z Checking crc v3.4.0
32322026-05-15T03:47:56.805Z Checking bitvec v1.0.1
32332026-05-15T03:47:56.874Z Checking zerocopy v0.6.6
32342026-05-15T03:47:56.892Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32352026-05-15T03:47:56.903Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32362026-05-15T03:47:57.107Z Checking typify-impl v0.6.2
32372026-05-15T03:47:57.174Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32382026-05-15T03:47:57.249Z Compiling packed_struct_codegen v0.10.1
32392026-05-15T03:47:57.423Z Checking libsw-core v0.3.2
32402026-05-15T03:47:57.438Z Compiling bitfield-macros v0.19.4
32412026-05-15T03:47:57.571Z Compiling indexmap v1.9.3
32422026-05-15T03:47:57.694Z Checking nodrop v0.1.14
32432026-05-15T03:47:57.785Z Checking array-init v0.0.4
32442026-05-15T03:47:57.803Z Checking libsw v3.5.0
32452026-05-15T03:47:57.955Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32462026-05-15T03:47:58.088Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32472026-05-15T03:47:58.131Z Checking bitfield v0.19.4
32482026-05-15T03:47:58.146Z Checking smallvec v0.6.14
32492026-05-15T03:47:58.254Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32502026-05-15T03:47:58.364Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32512026-05-15T03:47:58.401Z Checking base64 v0.21.7
32522026-05-15T03:47:58.492Z Checking hashbrown v0.12.3
32532026-05-15T03:47:58.583Z Checking linear-map v1.2.0
32542026-05-15T03:47:58.636Z Checking smawk v0.3.2
32552026-05-15T03:47:58.677Z Checking tagptr v0.2.0
32562026-05-15T03:47:58.788Z Checking unicode-linebreak v0.1.5
32572026-05-15T03:47:58.802Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-05-15T03:47:58.817Z Checking moka v0.12.13
32592026-05-15T03:47:58.915Z Checking ron v0.8.1
32602026-05-15T03:47:58.944Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32612026-05-15T03:47:58.970Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32622026-05-15T03:47:59.003Z Checking textwrap v0.16.2
32632026-05-15T03:47:59.222Z Checking steno v0.4.1
32642026-05-15T03:47:59.247Z Checking serde-hex v0.1.0
32652026-05-15T03:47:59.383Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32662026-05-15T03:47:59.431Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32672026-05-15T03:47:59.464Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32682026-05-15T03:47:59.587Z Checking hashbrown v0.13.2
32692026-05-15T03:47:59.780Z Checking humantime v2.3.0
32702026-05-15T03:47:59.967Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32712026-05-15T03:48:00.008Z Checking crc-any v2.5.0
32722026-05-15T03:48:00.042Z Checking object v0.30.4
32732026-05-15T03:48:00.178Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32742026-05-15T03:48:00.192Z Checking hickory-resolver v0.25.2
32752026-05-15T03:48:00.214Z Checking utf-8 v0.7.6
32762026-05-15T03:48:00.228Z Checking half v1.8.3
32772026-05-15T03:48:00.339Z Checking void v1.0.2
32782026-05-15T03:48:00.353Z Checking path-slash v0.1.5
32792026-05-15T03:48:00.422Z Checking serde_cbor v0.11.2
32802026-05-15T03:48:00.443Z Checking lzss v0.8.2
32812026-05-15T03:48:00.458Z Checking tungstenite v0.23.0
32822026-05-15T03:48:00.738Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32832026-05-15T03:48:00.767Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32842026-05-15T03:48:00.795Z Checking nix v0.27.1
32852026-05-15T03:48:00.860Z Checking kstat-rs v0.2.4
32862026-05-15T03:48:00.878Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-05-15T03:48:00.897Z Checking fxhash v0.2.1
32882026-05-15T03:48:01.004Z Checking serde_bytes v0.11.19
32892026-05-15T03:48:01.016Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32902026-05-15T03:48:01.043Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32912026-05-15T03:48:01.174Z Checking tokio-tungstenite v0.23.1
32922026-05-15T03:48:01.294Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32932026-05-15T03:48:01.310Z Checking signal-hook-tokio v0.3.1
32942026-05-15T03:48:01.612Z Compiling typify-macro v0.6.2
32952026-05-15T03:48:02.299Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32962026-05-15T03:48:02.799Z Compiling typify v0.6.2
32972026-05-15T03:48:02.830Z Compiling progenitor-impl v0.13.0
32982026-05-15T03:48:02.830Z Compiling progenitor-impl v0.14.0
32992026-05-15T03:48:03.188Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33002026-05-15T03:48:03.518Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33012026-05-15T03:48:04.455Z Compiling progenitor-macro v0.14.0
33022026-05-15T03:48:04.469Z Compiling progenitor-macro v0.13.0
33032026-05-15T03:48:07.039Z Checking progenitor v0.13.0
33042026-05-15T03:48:07.042Z Checking progenitor v0.14.0
33052026-05-15T03:48:07.171Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33062026-05-15T03:48:07.174Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33072026-05-15T03:48:10.188Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33082026-05-15T03:48:17.836Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33092026-05-15T03:48:24.115Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33102026-05-15T03:48:25.491Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33112026-05-15T03:48:25.995Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33122026-05-15T03:48:28.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.32s
33132026-05-15T03:48:28.309Z
33142026-05-15T03:48:28.309Zinfo: running `cargo check --bins` on gateway-api (134/275)
33152026-05-15T03:48:28.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-05-15T03:48:28.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-05-15T03:48:28.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-05-15T03:48:28.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33192026-05-15T03:48:28.921Z
33202026-05-15T03:48:28.921Zinfo: running `cargo check --bins` on ipcc (135/275)
33212026-05-15T03:48:29.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-05-15T03:48:29.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-05-15T03:48:29.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-05-15T03:48:29.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33252026-05-15T03:48:29.525Z
33262026-05-15T03:48:29.525Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/275)
33272026-05-15T03:48:30.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-05-15T03:48:30.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-05-15T03:48:30.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-05-15T03:48:30.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-05-15T03:48:30.115Z
33322026-05-15T03:48:30.115Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/275)
33332026-05-15T03:48:30.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-05-15T03:48:30.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-05-15T03:48:30.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-05-15T03:48:30.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33372026-05-15T03:48:30.726Z
33382026-05-15T03:48:30.726Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/275)
33392026-05-15T03:48:31.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-05-15T03:48:31.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-05-15T03:48:31.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-05-15T03:48:31.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33432026-05-15T03:48:31.331Z
33442026-05-15T03:48:31.331Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/275)
33452026-05-15T03:48:31.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-15T03:48:31.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-15T03:48:31.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-15T03:48:31.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33492026-05-15T03:48:31.936Z
33502026-05-15T03:48:31.936Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/275)
33512026-05-15T03:48:32.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-15T03:48:32.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-15T03:48:32.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-15T03:48:32.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33552026-05-15T03:48:32.547Z
33562026-05-15T03:48:32.547Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/275)
33572026-05-15T03:48:33.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-15T03:48:33.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-15T03:48:33.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-15T03:48:33.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33612026-05-15T03:48:33.162Z
33622026-05-15T03:48:33.162Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/275)
33632026-05-15T03:48:33.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-15T03:48:33.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-15T03:48:33.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-15T03:48:33.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33672026-05-15T03:48:33.771Z
33682026-05-15T03:48:33.771Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/275)
33692026-05-15T03:48:34.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-15T03:48:34.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-15T03:48:34.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-15T03:48:34.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33732026-05-15T03:48:34.376Z
33742026-05-15T03:48:34.376Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/275)
33752026-05-15T03:48:34.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-15T03:48:34.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-15T03:48:34.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-15T03:48:34.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33792026-05-15T03:48:34.985Z
33802026-05-15T03:48:34.985Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/275)
33812026-05-15T03:48:35.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-15T03:48:35.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-15T03:48:35.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-15T03:48:35.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33852026-05-15T03:48:35.609Z
33862026-05-15T03:48:35.609Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/275)
33872026-05-15T03:48:36.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-15T03:48:36.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-15T03:48:36.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-15T03:48:36.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33912026-05-15T03:48:36.234Z
33922026-05-15T03:48:36.234Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/275)
33932026-05-15T03:48:36.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-15T03:48:36.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-15T03:48:36.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-15T03:48:36.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33972026-05-15T03:48:36.855Z
33982026-05-15T03:48:36.855Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/275)
33992026-05-15T03:48:37.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-15T03:48:37.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-15T03:48:37.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-15T03:48:37.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34032026-05-15T03:48:37.477Z
34042026-05-15T03:48:37.477Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/275)
34052026-05-15T03:48:37.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-15T03:48:38.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-15T03:48:38.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-15T03:48:38.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34092026-05-15T03:48:38.100Z
34102026-05-15T03:48:38.100Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/275)
34112026-05-15T03:48:38.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-15T03:48:38.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-15T03:48:38.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-15T03:48:38.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34152026-05-15T03:48:38.716Z
34162026-05-15T03:48:38.716Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/275)
34172026-05-15T03:48:39.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-15T03:48:39.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-15T03:48:39.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-15T03:48:39.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34212026-05-15T03:48:39.341Z
34222026-05-15T03:48:39.341Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/275)
34232026-05-15T03:48:39.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-15T03:48:39.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-15T03:48:39.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-15T03:48:39.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34272026-05-15T03:48:39.968Z
34282026-05-15T03:48:39.968Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/275)
34292026-05-15T03:48:40.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-15T03:48:40.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-15T03:48:40.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-15T03:48:40.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34332026-05-15T03:48:40.593Z
34342026-05-15T03:48:40.593Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/275)
34352026-05-15T03:48:41.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-15T03:48:41.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-15T03:48:41.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-15T03:48:41.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34392026-05-15T03:48:41.211Z
34402026-05-15T03:48:41.211Zinfo: running `cargo check --bins` on oximeter-producer (155/275)
34412026-05-15T03:48:41.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-15T03:48:41.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-15T03:48:41.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-15T03:48:41.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34452026-05-15T03:48:41.867Z
34462026-05-15T03:48:41.867Zinfo: running `cargo check --bins` on internal-dns-resolver (156/275)
34472026-05-15T03:48:42.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-15T03:48:42.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-15T03:48:42.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-05-15T03:48:42.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34512026-05-15T03:48:42.485Z
34522026-05-15T03:48:42.485Zinfo: running `cargo check --bins` on dns-server (157/275)
34532026-05-15T03:48:43.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-15T03:48:43.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-15T03:48:43.156Z Compiling parking_lot_core v0.8.6
34562026-05-15T03:48:43.156Z Compiling atomicwrites v0.4.4
34572026-05-15T03:48:43.160Z Compiling git-stub v1.0.0
34582026-05-15T03:48:43.160Z Checking prefix-trie v0.7.0
34592026-05-15T03:48:43.268Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34602026-05-15T03:48:43.405Z Compiling git-stub-vcs v0.1.0
34612026-05-15T03:48:43.550Z Checking hickory-server v0.25.2
34622026-05-15T03:48:43.664Z Checking parking_lot v0.11.2
34632026-05-15T03:48:43.676Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34642026-05-15T03:48:43.763Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34652026-05-15T03:48:43.763Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34662026-05-15T03:48:43.834Z Checking sled v0.34.7
34672026-05-15T03:48:45.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34682026-05-15T03:48:45.897Z
34692026-05-15T03:48:45.897Zinfo: running `cargo check --bins` on dns-server-api (158/275)
34702026-05-15T03:48:46.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-15T03:48:46.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-15T03:48:46.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-15T03:48:46.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34742026-05-15T03:48:46.514Z
34752026-05-15T03:48:46.514Zinfo: running `cargo check --bins` on oximeter-producer-api (159/275)
34762026-05-15T03:48:47.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-15T03:48:47.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-15T03:48:47.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-05-15T03:48:47.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34802026-05-15T03:48:47.138Z
34812026-05-15T03:48:47.138Zinfo: running `cargo check --bins` on sp-sim (160/275)
34822026-05-15T03:48:47.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-15T03:48:47.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-15T03:48:47.876Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34852026-05-15T03:48:49.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
34862026-05-15T03:48:49.863Z
34872026-05-15T03:48:49.863Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/275)
34882026-05-15T03:48:50.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-05-15T03:48:50.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-05-15T03:48:50.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-05-15T03:48:50.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34922026-05-15T03:48:50.534Z
34932026-05-15T03:48:50.534Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/275)
34942026-05-15T03:48:51.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-05-15T03:48:51.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-05-15T03:48:51.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-05-15T03:48:51.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34982026-05-15T03:48:51.206Z
34992026-05-15T03:48:51.206Zinfo: running `cargo check --bins` on db-macros (163/275)
35002026-05-15T03:48:51.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-15T03:48:51.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-15T03:48:51.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-15T03:48:51.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35042026-05-15T03:48:51.806Z
35052026-05-15T03:48:51.806Zinfo: running `cargo check --bins` on nexus-macros-common (164/275)
35062026-05-15T03:48:52.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-15T03:48:52.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-15T03:48:52.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-05-15T03:48:52.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35102026-05-15T03:48:52.405Z
35112026-05-15T03:48:52.405Zinfo: running `cargo check --bins` on nexus-auth (165/275)
35122026-05-15T03:48:52.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-15T03:48:52.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-15T03:48:52.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-05-15T03:48:52.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35162026-05-15T03:48:53.074Z
35172026-05-15T03:48:53.074Zinfo: running `cargo check --bins` on authz-macros (166/275)
35182026-05-15T03:48:53.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-15T03:48:53.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-15T03:48:53.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-15T03:48:53.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35222026-05-15T03:48:53.674Z
35232026-05-15T03:48:53.674Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/275)
35242026-05-15T03:48:54.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-15T03:48:54.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-15T03:48:54.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-15T03:48:54.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35282026-05-15T03:48:54.331Z
35292026-05-15T03:48:54.331Zinfo: running `cargo check --bins` on nexus-db-model (168/275)
35302026-05-15T03:48:54.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-15T03:48:54.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-15T03:48:54.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-15T03:48:54.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35342026-05-15T03:48:54.984Z
35352026-05-15T03:48:54.984Zinfo: running `cargo check --bins` on nexus-db-schema (169/275)
35362026-05-15T03:48:55.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-15T03:48:55.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-15T03:48:55.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-15T03:48:55.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35402026-05-15T03:48:55.589Z
35412026-05-15T03:48:55.589Zinfo: running `cargo check --bins` on omicron-rpaths (170/275)
35422026-05-15T03:48:56.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-15T03:48:56.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-15T03:48:56.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-15T03:48:56.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35462026-05-15T03:48:56.191Z
35472026-05-15T03:48:56.191Zinfo: running `cargo check --bins` on nexus-defaults (171/275)
35482026-05-15T03:48:56.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-15T03:48:56.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-15T03:48:56.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-15T03:48:56.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35522026-05-15T03:48:56.802Z
35532026-05-15T03:48:56.802Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/275)
35542026-05-15T03:48:57.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-15T03:48:57.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-15T03:48:57.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-15T03:48:57.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35582026-05-15T03:48:57.402Z
35592026-05-15T03:48:57.402Zinfo: running `cargo check --bins` on parallel-task-set (173/275)
35602026-05-15T03:48:57.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-15T03:48:57.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-15T03:48:57.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-15T03:48:57.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35642026-05-15T03:48:58.003Z
35652026-05-15T03:48:58.003Zinfo: running `cargo check --bins` on nexus-db-errors (174/275)
35662026-05-15T03:48:58.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-15T03:48:58.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-15T03:48:58.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-15T03:48:58.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35702026-05-15T03:48:58.671Z
35712026-05-15T03:48:58.671Zinfo: running `cargo check --bins` on nexus-db-lookup (175/275)
35722026-05-15T03:48:59.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-15T03:48:59.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-15T03:48:59.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-15T03:48:59.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35762026-05-15T03:48:59.336Z
35772026-05-15T03:48:59.336Zinfo: running `cargo check --bins` on nexus-inventory (176/275)
35782026-05-15T03:48:59.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-15T03:48:59.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-15T03:48:59.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-15T03:48:59.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35822026-05-15T03:48:59.993Z
35832026-05-15T03:48:59.993Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/275)
35842026-05-15T03:49:00.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-15T03:49:00.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-15T03:49:00.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-15T03:49:00.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35882026-05-15T03:49:00.625Z
35892026-05-15T03:49:00.625Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/275)
35902026-05-15T03:49:01.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-15T03:49:01.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-15T03:49:01.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-15T03:49:01.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35942026-05-15T03:49:01.259Z
35952026-05-15T03:49:01.259Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/275)
35962026-05-15T03:49:01.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-15T03:49:01.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-15T03:49:01.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-15T03:49:01.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36002026-05-15T03:49:01.891Z
36012026-05-15T03:49:01.891Zinfo: running `cargo check --bins` on key-manager (180/275)
36022026-05-15T03:49:02.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-15T03:49:02.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-15T03:49:02.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-15T03:49:02.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36062026-05-15T03:49:02.508Z
36072026-05-15T03:49:02.509Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/275)
36082026-05-15T03:49:03.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-15T03:49:03.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-15T03:49:03.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-15T03:49:03.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36122026-05-15T03:49:03.142Z
36132026-05-15T03:49:03.142Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/275)
36142026-05-15T03:49:03.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-15T03:49:03.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-15T03:49:03.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-15T03:49:03.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36182026-05-15T03:49:03.777Z
36192026-05-15T03:49:03.777Zinfo: running `cargo check --bins` on typed-rng (183/275)
36202026-05-15T03:49:04.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-15T03:49:04.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-15T03:49:04.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-05-15T03:49:04.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36242026-05-15T03:49:04.384Z
36252026-05-15T03:49:04.384Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/275)
36262026-05-15T03:49:04.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-05-15T03:49:04.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-05-15T03:49:05.245Z Compiling typify-impl v0.4.3
36292026-05-15T03:49:05.245Z Compiling libefi-sys v0.1.0
36302026-05-15T03:49:05.393Z Compiling bitfield-struct v0.6.2
36312026-05-15T03:49:05.402Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36322026-05-15T03:49:05.431Z Compiling xshell-macros v0.2.7
36332026-05-15T03:49:05.438Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36342026-05-15T03:49:05.441Z Compiling salty v0.3.0
36352026-05-15T03:49:05.511Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36362026-05-15T03:49:05.641Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36372026-05-15T03:49:05.749Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36382026-05-15T03:49:05.816Z Checking xshell v0.2.7
36392026-05-15T03:49:05.832Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-05-15T03:49:05.893Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36412026-05-15T03:49:06.001Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36422026-05-15T03:49:06.005Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36432026-05-15T03:49:06.091Z Checking primeorder v0.13.6
36442026-05-15T03:49:06.178Z Compiling proc-macro-error-attr2 v2.0.0
36452026-05-15T03:49:06.244Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-05-15T03:49:06.329Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-15T03:49:06.361Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36482026-05-15T03:49:06.377Z Checking tungstenite v0.21.0
36492026-05-15T03:49:06.479Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36502026-05-15T03:49:06.565Z Compiling proc-macro-error2 v2.0.1
36512026-05-15T03:49:06.583Z Checking p384 v0.13.1
36522026-05-15T03:49:06.599Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36532026-05-15T03:49:06.873Z Compiling num-derive v0.3.3
36542026-05-15T03:49:07.002Z Compiling tabled_derive v0.11.0
36552026-05-15T03:49:07.124Z Checking tokio-tungstenite v0.21.0
36562026-05-15T03:49:07.327Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36572026-05-15T03:49:07.394Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36582026-05-15T03:49:07.409Z Checking papergrid v0.17.0
36592026-05-15T03:49:07.756Z Checking libscf-sys v1.1.0
36602026-05-15T03:49:07.774Z Checking testing_table v0.3.0
36612026-05-15T03:49:07.854Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-15T03:49:07.886Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-15T03:49:08.024Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36642026-05-15T03:49:08.153Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36652026-05-15T03:49:08.197Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36662026-05-15T03:49:08.360Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36672026-05-15T03:49:08.405Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36682026-05-15T03:49:08.420Z Checking corncobs v0.1.4
36692026-05-15T03:49:08.481Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36702026-05-15T03:49:08.547Z Compiling unicase v2.9.0
36712026-05-15T03:49:08.563Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36722026-05-15T03:49:08.710Z Checking tabled v0.20.0
36732026-05-15T03:49:08.788Z Compiling mime_guess v2.0.5
36742026-05-15T03:49:08.849Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36752026-05-15T03:49:08.891Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36762026-05-15T03:49:08.960Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36772026-05-15T03:49:09.059Z Checking progenitor-client v0.11.2
36782026-05-15T03:49:09.236Z Checking secrecy v0.8.0
36792026-05-15T03:49:09.250Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36802026-05-15T03:49:09.269Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36812026-05-15T03:49:09.305Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36822026-05-15T03:49:09.373Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36832026-05-15T03:49:09.516Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36842026-05-15T03:49:09.794Z Compiling typify-macro v0.4.3
36852026-05-15T03:49:09.809Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36862026-05-15T03:49:09.833Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36872026-05-15T03:49:09.926Z Checking filetime v0.2.27
36882026-05-15T03:49:09.964Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36892026-05-15T03:49:10.218Z Checking http-range v0.1.5
36902026-05-15T03:49:10.245Z Checking xattr v1.6.1
36912026-05-15T03:49:10.347Z Checking crc8 v0.1.1
36922026-05-15T03:49:10.379Z Checking tar v0.4.45
36932026-05-15T03:49:10.464Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36942026-05-15T03:49:10.740Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36952026-05-15T03:49:10.778Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36962026-05-15T03:49:10.793Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36972026-05-15T03:49:10.889Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36982026-05-15T03:49:10.958Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36992026-05-15T03:49:11.169Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37002026-05-15T03:49:11.232Z Checking atty v0.2.14
37012026-05-15T03:49:11.334Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37022026-05-15T03:49:11.399Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37032026-05-15T03:49:11.489Z Compiling typify v0.4.3
37042026-05-15T03:49:11.721Z Compiling progenitor-impl v0.11.2
37052026-05-15T03:49:11.765Z Compiling progenitor-impl v0.10.0
37062026-05-15T03:49:12.146Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37072026-05-15T03:49:12.300Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-05-15T03:49:12.550Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37092026-05-15T03:49:12.680Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37102026-05-15T03:49:13.127Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37112026-05-15T03:49:13.171Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37122026-05-15T03:49:13.430Z Checking hyper-staticfile v0.10.1
37132026-05-15T03:49:13.504Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37142026-05-15T03:49:13.521Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37152026-05-15T03:49:13.727Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37162026-05-15T03:49:13.769Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37172026-05-15T03:49:13.815Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37182026-05-15T03:49:14.091Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37192026-05-15T03:49:14.109Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37202026-05-15T03:49:14.313Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37212026-05-15T03:49:14.351Z Compiling progenitor-macro v0.11.2
37222026-05-15T03:49:14.370Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37232026-05-15T03:49:14.386Z Compiling progenitor-macro v0.10.0
37242026-05-15T03:49:17.121Z Checking progenitor v0.11.2
37252026-05-15T03:49:17.257Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37262026-05-15T03:49:17.311Z Checking progenitor v0.10.0
37272026-05-15T03:49:17.435Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37282026-05-15T03:49:21.893Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37292026-05-15T03:49:22.983Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-05-15T03:49:33.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.07s
37312026-05-15T03:49:33.689Z
37322026-05-15T03:49:33.689Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/275)
37332026-05-15T03:49:34.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-05-15T03:49:34.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-05-15T03:49:34.487Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-05-15T03:49:44.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37372026-05-15T03:49:45.162Z
37382026-05-15T03:49:45.162Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/275)
37392026-05-15T03:49:45.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-05-15T03:49:45.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-05-15T03:49:45.951Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422026-05-15T03:49:56.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37432026-05-15T03:49:56.649Z
37442026-05-15T03:49:56.650Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/275)
37452026-05-15T03:49:57.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-05-15T03:49:57.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-05-15T03:49:57.452Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-05-15T03:50:07.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37492026-05-15T03:50:08.105Z
37502026-05-15T03:50:08.105Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/275)
37512026-05-15T03:50:08.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-05-15T03:50:08.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-05-15T03:50:08.902Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-15T03:50:19.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37552026-05-15T03:50:19.599Z
37562026-05-15T03:50:19.599Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/275)
37572026-05-15T03:50:20.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-15T03:50:20.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-15T03:50:20.389Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-05-15T03:50:31.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
37612026-05-15T03:50:31.231Z
37622026-05-15T03:50:31.231Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/275)
37632026-05-15T03:50:31.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-15T03:50:31.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-15T03:50:32.025Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-05-15T03:50:42.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
37672026-05-15T03:50:42.789Z
37682026-05-15T03:50:42.790Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/275)
37692026-05-15T03:50:43.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-15T03:50:43.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-15T03:50:43.587Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-05-15T03:50:54.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37732026-05-15T03:50:54.369Z
37742026-05-15T03:50:54.369Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/275)
37752026-05-15T03:50:54.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-15T03:50:54.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-15T03:50:54.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-05-15T03:50:54.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37792026-05-15T03:50:54.990Z
37802026-05-15T03:50:54.990Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/275)
37812026-05-15T03:50:55.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-15T03:50:55.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-15T03:50:55.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-05-15T03:50:55.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37852026-05-15T03:50:55.611Z
37862026-05-15T03:50:55.611Zinfo: running `cargo check --bins` on range-requests (194/275)
37872026-05-15T03:50:56.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-15T03:50:56.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-15T03:50:56.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-05-15T03:50:56.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37912026-05-15T03:50:56.221Z
37922026-05-15T03:50:56.221Zinfo: running `cargo check --bins` on repo-depot-api (195/275)
37932026-05-15T03:50:56.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-15T03:50:56.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-15T03:50:56.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-05-15T03:50:56.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37972026-05-15T03:50:56.830Z
37982026-05-15T03:50:56.830Zinfo: running `cargo check --bins` on sled-agent-api (196/275)
37992026-05-15T03:50:57.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-15T03:50:57.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-15T03:50:57.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-15T03:50:57.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38032026-05-15T03:50:57.470Z
38042026-05-15T03:50:57.470Zinfo: running `cargo check --bins` on sled-diagnostics (197/275)
38052026-05-15T03:50:58.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-15T03:50:58.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-15T03:50:58.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-15T03:50:58.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38092026-05-15T03:50:58.116Z
38102026-05-15T03:50:58.116Zinfo: running `cargo check --bins` on zfs-test-harness (198/275)
38112026-05-15T03:50:58.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-15T03:50:58.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-15T03:50:58.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-15T03:50:58.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38152026-05-15T03:50:58.751Z
38162026-05-15T03:50:58.751Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/275)
38172026-05-15T03:50:59.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-15T03:50:59.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-15T03:50:59.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-15T03:50:59.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38212026-05-15T03:50:59.397Z
38222026-05-15T03:50:59.397Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/275)
38232026-05-15T03:50:59.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-15T03:50:59.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-15T03:50:59.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-15T03:50:59.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38272026-05-15T03:51:00.041Z
38282026-05-15T03:51:00.041Zinfo: running `cargo check --bins` on sled-agent-health-monitor (201/275)
38292026-05-15T03:51:00.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-15T03:51:00.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-15T03:51:00.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-15T03:51:00.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38332026-05-15T03:51:00.675Z
38342026-05-15T03:51:00.675Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (202/275)
38352026-05-15T03:51:01.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-15T03:51:01.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-15T03:51:01.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-15T03:51:01.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38392026-05-15T03:51:01.316Z
38402026-05-15T03:51:01.317Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (203/275)
38412026-05-15T03:51:01.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-15T03:51:01.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-15T03:51:01.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-15T03:51:01.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38452026-05-15T03:51:01.960Z
38462026-05-15T03:51:01.960Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (204/275)
38472026-05-15T03:51:02.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-15T03:51:02.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-15T03:51:02.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-15T03:51:02.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38512026-05-15T03:51:02.603Z
38522026-05-15T03:51:02.603Zinfo: running `cargo check --bins` on sled-agent-rack-setup (205/275)
38532026-05-15T03:51:03.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-15T03:51:03.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-15T03:51:03.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-15T03:51:03.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38572026-05-15T03:51:03.271Z
38582026-05-15T03:51:03.271Zinfo: running `cargo check --bins` on trust-quorum (206/275)
38592026-05-15T03:51:03.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-15T03:51:03.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-15T03:51:03.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-15T03:51:03.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38632026-05-15T03:51:03.910Z
38642026-05-15T03:51:03.910Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (207/275)
38652026-05-15T03:51:04.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-15T03:51:04.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-15T03:51:04.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-15T03:51:04.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38692026-05-15T03:51:04.560Z
38702026-05-15T03:51:04.560Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (208/275)
38712026-05-15T03:51:05.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-15T03:51:05.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-15T03:51:05.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-15T03:51:05.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38752026-05-15T03:51:05.225Z
38762026-05-15T03:51:05.225Zinfo: running `cargo check --bins` on update-common (209/275)
38772026-05-15T03:51:05.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-15T03:51:05.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-15T03:51:05.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-05-15T03:51:05.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38812026-05-15T03:51:05.852Z
38822026-05-15T03:51:05.852Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (210/275)
38832026-05-15T03:51:06.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-05-15T03:51:06.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-05-15T03:51:06.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-05-15T03:51:06.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38872026-05-15T03:51:06.526Z
38882026-05-15T03:51:06.526Zinfo: running `cargo check --bins` on omicron-deployment-graph (211/275)
38892026-05-15T03:51:07.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-05-15T03:51:07.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-05-15T03:51:07.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-05-15T03:51:07.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38932026-05-15T03:51:07.128Z
38942026-05-15T03:51:07.128Zinfo: running `cargo check --bins` on reconfigurator-cli (212/275)
38952026-05-15T03:51:07.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-05-15T03:51:07.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-05-15T03:51:07.914Z Compiling fs-err v2.11.0
38982026-05-15T03:51:07.917Z Checking ignore v0.4.25
38992026-05-15T03:51:07.917Z Checking arc-swap v1.8.2
39002026-05-15T03:51:07.917Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39012026-05-15T03:51:08.059Z Checking predicates-tree v1.0.13
39022026-05-15T03:51:08.062Z Checking parse-size v1.1.0
39032026-05-15T03:51:08.082Z Checking rand_seeder v0.4.0
39042026-05-15T03:51:08.085Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39052026-05-15T03:51:08.158Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39062026-05-15T03:51:08.179Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39072026-05-15T03:51:08.249Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39082026-05-15T03:51:08.271Z Checking slog-scope v4.4.1
39092026-05-15T03:51:08.355Z Compiling petname v2.0.2
39102026-05-15T03:51:08.399Z Checking slog-stdlog v4.1.1
39112026-05-15T03:51:08.416Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39122026-05-15T03:51:08.429Z Checking globwalk v0.9.1
39132026-05-15T03:51:08.477Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39142026-05-15T03:51:08.517Z Checking slog-envlogger v2.2.0
39152026-05-15T03:51:08.607Z Checking camino-tempfile-ext v0.3.3
39162026-05-15T03:51:08.621Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39172026-05-15T03:51:08.664Z Checking sapling-renderdag v0.1.0
39182026-05-15T03:51:08.791Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39192026-05-15T03:51:08.805Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39202026-05-15T03:51:08.909Z Checking subprocess v0.2.15
39212026-05-15T03:51:08.974Z Checking sync-ptr v0.1.4
39222026-05-15T03:51:09.032Z Checking colored v2.2.0
39232026-05-15T03:51:09.089Z Checking assert_matches v1.5.0
39242026-05-15T03:51:09.193Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39252026-05-15T03:51:09.270Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39262026-05-15T03:51:09.295Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39272026-05-15T03:51:09.298Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39282026-05-15T03:51:09.961Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39292026-05-15T03:51:11.310Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39302026-05-15T03:51:13.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
39312026-05-15T03:51:13.746Z
39322026-05-15T03:51:13.746Zinfo: running `cargo check --bins` on omicron-repl-utils (213/275)
39332026-05-15T03:51:14.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-15T03:51:14.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-15T03:51:14.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-05-15T03:51:14.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39372026-05-15T03:51:14.348Z
39382026-05-15T03:51:14.348Zinfo: running `cargo check --bins` on transient-dns-server (214/275)
39392026-05-15T03:51:14.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-15T03:51:14.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-15T03:51:14.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-05-15T03:51:14.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39432026-05-15T03:51:14.976Z
39442026-05-15T03:51:14.976Zinfo: running `cargo check --bins` on nexus-test-interface (215/275)
39452026-05-15T03:51:15.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-15T03:51:15.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-15T03:51:15.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-15T03:51:15.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39492026-05-15T03:51:15.652Z
39502026-05-15T03:51:15.652Zinfo: running `cargo check --bins` on oximeter-collector (216/275)
39512026-05-15T03:51:16.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-15T03:51:16.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-15T03:51:16.393Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39542026-05-15T03:51:16.393Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39552026-05-15T03:51:17.041Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39562026-05-15T03:51:18.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
39572026-05-15T03:51:18.834Z
39582026-05-15T03:51:18.834Zinfo: running `cargo check --bins` on oximeter-api (217/275)
39592026-05-15T03:51:19.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-15T03:51:19.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-15T03:51:19.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-15T03:51:19.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39632026-05-15T03:51:19.446Z
39642026-05-15T03:51:19.446Zinfo: running `cargo check --bins` on cert-dev (218/275)
39652026-05-15T03:51:19.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-15T03:51:19.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-15T03:51:20.066Z Checking yasna v0.5.2
39682026-05-15T03:51:20.474Z Checking rcgen v0.12.1
39692026-05-15T03:51:20.718Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39702026-05-15T03:51:20.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39712026-05-15T03:51:21.076Z
39722026-05-15T03:51:21.076Zinfo: running `cargo check --bins` on clickana (219/275)
39732026-05-15T03:51:21.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-15T03:51:21.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-15T03:51:21.744Z Compiling darling_core v0.23.0
39762026-05-15T03:51:21.854Z Compiling instability v0.3.11
39772026-05-15T03:51:21.860Z Checking castaway v0.2.4
39782026-05-15T03:51:21.865Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39792026-05-15T03:51:21.871Z Compiling indoc v2.0.7
39802026-05-15T03:51:21.874Z Checking unicode-truncate v1.1.0
39812026-05-15T03:51:21.891Z Checking lru v0.12.5
39822026-05-15T03:51:21.891Z Checking cassowary v0.3.0
39832026-05-15T03:51:21.947Z Checking compact_str v0.8.1
39842026-05-15T03:51:22.940Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39852026-05-15T03:51:23.135Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39862026-05-15T03:51:23.263Z Compiling darling_macro v0.23.0
39872026-05-15T03:51:23.666Z Compiling darling v0.23.0
39882026-05-15T03:51:24.273Z Checking ratatui v0.29.0
39892026-05-15T03:51:25.323Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39902026-05-15T03:51:25.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
39912026-05-15T03:51:26.169Z
39922026-05-15T03:51:26.169Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (220/275)
39932026-05-15T03:51:26.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-15T03:51:26.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-15T03:51:26.903Z Checking headers-core v0.3.0
39962026-05-15T03:51:26.906Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39972026-05-15T03:51:27.098Z Checking headers v0.4.1
39982026-05-15T03:51:27.461Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39992026-05-15T03:51:28.306Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40002026-05-15T03:51:28.808Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40012026-05-15T03:51:29.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
40022026-05-15T03:51:29.439Z
40032026-05-15T03:51:29.439Zinfo: running `cargo check --bins` on ch-dev (221/275)
40042026-05-15T03:51:29.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-05-15T03:51:29.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-05-15T03:51:30.171Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40072026-05-15T03:51:30.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40082026-05-15T03:51:31.134Z
40092026-05-15T03:51:31.134Zinfo: running `cargo check --bins` on dev-tools-common (222/275)
40102026-05-15T03:51:31.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-15T03:51:31.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-15T03:51:31.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-05-15T03:51:31.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40142026-05-15T03:51:31.613Z
40152026-05-15T03:51:31.614Zinfo: running `cargo check --bins` on crdb-seed (223/275)
40162026-05-15T03:51:32.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-15T03:51:32.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-15T03:51:32.343Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40192026-05-15T03:51:33.329Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40202026-05-15T03:51:33.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40212026-05-15T03:51:33.890Z
40222026-05-15T03:51:33.890Zinfo: running `cargo check --bins` on db-dev (224/275)
40232026-05-15T03:51:34.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-05-15T03:51:34.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-05-15T03:51:34.620Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40262026-05-15T03:51:35.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40272026-05-15T03:51:35.592Z
40282026-05-15T03:51:35.592Zinfo: running `cargo check --bins` on omicron-dev-lib (225/275)
40292026-05-15T03:51:36.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-15T03:51:36.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-15T03:51:36.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-05-15T03:51:36.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40332026-05-15T03:51:36.252Z
40342026-05-15T03:51:36.252Zinfo: running `cargo check --bins` on xtask-downloader (226/275)
40352026-05-15T03:51:36.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-15T03:51:36.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-15T03:51:36.878Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40382026-05-15T03:51:37.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40392026-05-15T03:51:37.725Z
40402026-05-15T03:51:37.725Zinfo: running `cargo check --bins` on omicron-dropshot-apis (227/275)
40412026-05-15T03:51:38.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-15T03:51:38.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-15T03:51:38.493Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40442026-05-15T03:51:38.493Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40452026-05-15T03:51:38.495Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40462026-05-15T03:51:38.495Z Checking git-stub v1.0.0
40472026-05-15T03:51:38.496Z Compiling trait-variant v0.1.2
40482026-05-15T03:51:38.613Z Checking is_ci v1.2.0
40492026-05-15T03:51:38.616Z Checking maplit v1.0.2
40502026-05-15T03:51:38.647Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40512026-05-15T03:51:38.701Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40522026-05-15T03:51:38.728Z Checking supports-color v3.0.2
40532026-05-15T03:51:38.759Z Checking git-stub-vcs v0.1.0
40542026-05-15T03:51:38.858Z Checking drift v0.1.4
40552026-05-15T03:51:38.893Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40562026-05-15T03:51:38.910Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40572026-05-15T03:51:38.952Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40582026-05-15T03:51:39.124Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40592026-05-15T03:51:39.138Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40602026-05-15T03:51:39.151Z Checking dropshot-api-manager v0.7.1
40612026-05-15T03:51:39.177Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40622026-05-15T03:51:39.366Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40632026-05-15T03:51:39.389Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40642026-05-15T03:51:39.594Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40652026-05-15T03:51:39.876Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40662026-05-15T03:51:44.943Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40672026-05-15T03:51:46.028Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40682026-05-15T03:51:46.589Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40692026-05-15T03:51:47.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s
40702026-05-15T03:51:47.230Z
40712026-05-15T03:51:47.230Zinfo: running `cargo check --bins` on installinator-api (228/275)
40722026-05-15T03:51:47.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-05-15T03:51:47.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-05-15T03:51:47.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-05-15T03:51:47.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40762026-05-15T03:51:47.856Z
40772026-05-15T03:51:47.856Zinfo: running `cargo check --bins` on nexus-external-api (229/275)
40782026-05-15T03:51:48.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-15T03:51:48.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-15T03:51:48.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-05-15T03:51:48.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40822026-05-15T03:51:48.511Z
40832026-05-15T03:51:48.511Zinfo: running `cargo check --bins` on nexus-internal-api (230/275)
40842026-05-15T03:51:49.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-15T03:51:49.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-15T03:51:49.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-15T03:51:49.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40882026-05-15T03:51:49.168Z
40892026-05-15T03:51:49.168Zinfo: running `cargo check --bins` on nexus-lockstep-api (231/275)
40902026-05-15T03:51:49.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-15T03:51:49.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-15T03:51:49.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-15T03:51:49.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40942026-05-15T03:51:49.827Z
40952026-05-15T03:51:49.827Zinfo: running `cargo check --bins` on ntp-admin-api (232/275)
40962026-05-15T03:51:50.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-15T03:51:50.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-15T03:51:50.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-15T03:51:50.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41002026-05-15T03:51:50.453Z
41012026-05-15T03:51:50.453Zinfo: running `cargo check --bins` on ntp-admin-types-versions (233/275)
41022026-05-15T03:51:50.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-15T03:51:50.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-15T03:51:50.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-15T03:51:50.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41062026-05-15T03:51:51.064Z
41072026-05-15T03:51:51.064Zinfo: running `cargo check --bins` on wicketd-api (234/275)
41082026-05-15T03:51:51.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-15T03:51:51.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-15T03:51:51.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-15T03:51:51.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41122026-05-15T03:51:51.705Z
41132026-05-15T03:51:51.705Zinfo: running `cargo check --bins` on omicron-ls-apis (235/275)
41142026-05-15T03:51:52.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-15T03:51:52.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-15T03:51:52.343Z Checking typeid v1.0.3
41172026-05-15T03:51:52.455Z Checking ordered-float v2.10.1
41182026-05-15T03:51:52.475Z Checking unicode-xid v0.2.6
41192026-05-15T03:51:52.488Z Checking cargo-platform v0.2.0
41202026-05-15T03:51:52.497Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41212026-05-15T03:51:52.519Z Checking erased-serde v0.4.9
41222026-05-15T03:51:52.655Z Checking serde-value v0.7.0
41232026-05-15T03:51:52.829Z Checking serde-untagged v0.1.9
41242026-05-15T03:51:52.980Z Checking cargo-util-schemas v0.8.2
41252026-05-15T03:51:53.662Z Checking cargo_metadata v0.21.0
41262026-05-15T03:51:54.258Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41272026-05-15T03:51:54.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41282026-05-15T03:51:55.120Z
41292026-05-15T03:51:55.120Zinfo: running `cargo check --bins` on mgs-dev (236/275)
41302026-05-15T03:51:55.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-15T03:51:55.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-15T03:51:55.863Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41332026-05-15T03:51:56.491Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41342026-05-15T03:51:57.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
41352026-05-15T03:51:57.219Z
41362026-05-15T03:51:57.219Zinfo: running `cargo check --bins` on omicron-omdb (237/275)
41372026-05-15T03:51:57.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-05-15T03:51:57.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-05-15T03:51:58.085Z Compiling vergen-gitcl v1.0.8
41402026-05-15T03:51:58.085Z Compiling dirs-sys-next v0.1.2
41412026-05-15T03:51:58.085Z Compiling glob v0.3.3
41422026-05-15T03:51:58.088Z Compiling crunchy v0.2.4
41432026-05-15T03:51:58.088Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41442026-05-15T03:51:58.088Z Compiling diesel_derives v2.3.7
41452026-05-15T03:51:58.088Z Compiling dsl_auto_type v0.2.0
41462026-05-15T03:51:58.088Z Checking scheduled-thread-pool v0.2.7
41472026-05-15T03:51:58.398Z Compiling dirs-next v2.0.0
41482026-05-15T03:51:58.433Z Compiling diesel_table_macro_syntax v0.3.0
41492026-05-15T03:51:58.480Z Compiling tiny-keccak v2.0.2
41502026-05-15T03:51:58.513Z Compiling term v0.7.0
41512026-05-15T03:51:58.628Z Checking r2d2 v0.8.10
41522026-05-15T03:51:58.645Z Checking downcast-rs v2.0.2
41532026-05-15T03:51:58.658Z Compiling clang-sys v1.8.1
41542026-05-15T03:51:58.738Z Compiling bit-vec v0.6.3
41552026-05-15T03:51:58.819Z Compiling ascii-canvas v3.0.0
41562026-05-15T03:51:58.967Z Compiling bit-set v0.5.3
41572026-05-15T03:51:59.046Z Compiling itertools v0.10.5
41582026-05-15T03:51:59.068Z Compiling ena v0.14.4
41592026-05-15T03:51:59.099Z Compiling libloading v0.8.9
41602026-05-15T03:51:59.123Z Compiling diff v0.1.13
41612026-05-15T03:51:59.147Z Compiling regex-syntax v0.6.29
41622026-05-15T03:51:59.162Z Compiling bindgen v0.71.1
41632026-05-15T03:51:59.307Z Compiling cexpr v0.6.0
41642026-05-15T03:51:59.381Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41652026-05-15T03:51:59.570Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41662026-05-15T03:51:59.630Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41672026-05-15T03:51:59.725Z Compiling libxml v0.3.3
41682026-05-15T03:51:59.945Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41692026-05-15T03:52:00.024Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41702026-05-15T03:52:00.092Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41712026-05-15T03:52:00.208Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41722026-05-15T03:52:00.258Z Compiling strum_macros v0.24.3
41732026-05-15T03:52:00.281Z Compiling indoc v1.0.9
41742026-05-15T03:52:00.469Z Compiling lalrpop v0.19.12
41752026-05-15T03:52:01.305Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41762026-05-15T03:52:01.498Z Checking derive_builder v0.20.2
41772026-05-15T03:52:01.608Z Compiling oso-derive v0.27.3
41782026-05-15T03:52:01.625Z Checking quick-xml v0.37.5
41792026-05-15T03:52:01.824Z Compiling impl-trait-for-tuples v0.2.3
41802026-05-15T03:52:02.109Z Checking openssl-probe v0.1.6
41812026-05-15T03:52:02.251Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41822026-05-15T03:52:02.505Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41832026-05-15T03:52:02.701Z Checking bb8 v0.8.6
41842026-05-15T03:52:02.933Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41852026-05-15T03:52:02.977Z Checking nonempty v0.12.0
41862026-05-15T03:52:02.997Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41872026-05-15T03:52:03.142Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41882026-05-15T03:52:03.159Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41892026-05-15T03:52:03.204Z Checking console v0.16.2
41902026-05-15T03:52:03.354Z Checking unit-prefix v0.5.2
41912026-05-15T03:52:03.369Z Checking support-bundle-viewer v0.1.2
41922026-05-15T03:52:03.487Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41932026-05-15T03:52:03.513Z Checking indicatif v0.18.4
41942026-05-15T03:52:03.613Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)
41952026-05-15T03:52:03.806Z Checking multimap v0.10.1
41962026-05-15T03:52:04.182Z Checking diesel v2.3.7
41972026-05-15T03:52:06.055Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41982026-05-15T03:52:06.347Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41992026-05-15T03:52:06.746Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42002026-05-15T03:52:07.753Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42012026-05-15T03:52:08.085Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42022026-05-15T03:52:08.342Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42032026-05-15T03:52:08.762Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42042026-05-15T03:52:08.867Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42052026-05-15T03:52:10.839Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42062026-05-15T03:52:15.961Z Compiling samael v0.0.19
42072026-05-15T03:52:19.765Z Checking diesel-dtrace v0.5.0
42082026-05-15T03:52:20.004Z Checking async-bb8-diesel v0.2.1
42092026-05-15T03:52:20.955Z Compiling polar-core v0.27.3
42102026-05-15T03:52:25.435Z Checking oso v0.27.3
42112026-05-15T03:53:02.653Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42122026-05-15T03:53:31.257Zerror[E0027]: pattern does not mention field `info`
42132026-05-15T03:53:31.257Z --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9
42142026-05-15T03:53:31.257Z |
42152026-05-15T03:53:31.257Z104 | let VolumeStatus { active, num_job_handles, seen_active } =
42162026-05-15T03:53:31.257Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info`
42172026-05-15T03:53:31.258Z |
42182026-05-15T03:53:31.258Zhelp: include the missing field in the pattern
42192026-05-15T03:53:31.258Z |
42202026-05-15T03:53:31.258Z104 | let VolumeStatus { active, num_job_handles, seen_active, info } =
42212026-05-15T03:53:31.258Z | ++++++
42222026-05-15T03:53:31.258Zhelp: if you don't care about this missing field, you can explicitly ignore it
42232026-05-15T03:53:31.258Z |
42242026-05-15T03:53:31.258Z104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } =
42252026-05-15T03:53:31.258Z | +++++++++
42262026-05-15T03:53:31.258Zhelp: or always ignore missing fields here
42272026-05-15T03:53:31.258Z |
42282026-05-15T03:53:31.258Z104 | let VolumeStatus { active, num_job_handles, seen_active, .. } =
42292026-05-15T03:53:31.258Z | ++++
42302026-05-15T03:53:31.258Z
42312026-05-15T03:53:36.261ZFor more information about this error, try `rustc --explain E0027`.
42322026-05-15T03:53:36.409Zerror: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error
42332026-05-15T03:53:36.640Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101)
42342026-05-15T03:53:36.644ZError: cargo-hack install failed: exit status: 1
42352026-05-15T03:53:36.647Z
42362026-05-15T03:53:36.647Zreal 8:49.123096918
42372026-05-15T03:53:36.647Zuser 14:42.663562219
42382026-05-15T03:53:36.647Zsys 3:14.007002989
42392026-05-15T03:53:36.647Ztrap 0.273202253
42402026-05-15T03:53:36.647Ztflt 1.039072466
42412026-05-15T03:53:36.647Zdflt 1.305357667
42422026-05-15T03:53:36.647Zkflt 0.004048840
42432026-05-15T03:53:36.647Zlock 49:09.410727722
42442026-05-15T03:53:36.647Zslp 1:04:04.312434702
42452026-05-15T03:53:36.647Zlat 52.562035180
42462026-05-15T03:53:36.647Zstop 3:02.543125277
42472026-05-15T03:53:36.647Zprocess exited: duration 666643 ms, exit code 1
 
42482026-05-15T03:53:36.653Zfound 0 output files