01KR2JSRHA7KFTH08Y0WWBYSZS: 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: 01KR2JTDW1355PPWS30RYWBFHT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T01:22:38.391Zjob assigned to worker 01KR2JTMK0SYP3NTANX7JD0ZMG [factory aws, i-00fe72d0e033a7f53] (queued for 48 s)
 
22026-05-08T01:22:45.013Zstarting task 0: "setup"
32026-05-08T01:22:45.017Z++ uname -s
42026-05-08T01:22:45.020Z+ kern=SunOS
52026-05-08T01:22:45.020Z+ build_user=build
62026-05-08T01:22:45.020Z+ build_uid=12345
72026-05-08T01:22:45.020Z+ work_dir=/work
82026-05-08T01:22:45.020Z+ input_dir=/input
92026-05-08T01:22:45.020Z+ [[ 0 == 12345 ]]
102026-05-08T01:22:45.020Z+ case "$kern" in
112026-05-08T01:22:45.020Z+ groupadd -g 12345 build
122026-05-08T01:22:45.023Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T01:22:47.025Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T01:22:47.129Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T01:22:47.132Z+ home_fs=zfs
162026-05-08T01:22:47.132Z+ [[ zfs == autofs ]]
172026-05-08T01:22:47.132Z+ mkdir -p /home/build
182026-05-08T01:22:47.132Z+ chown build:build /home/build /work
192026-05-08T01:22:49.132Z+ chmod 0700 /home/build /work
202026-05-08T01:22:49.136Zprocess exited: duration 4122 ms, exit code 0
 
212026-05-08T01:22:49.141Zstarting task 1: "rust-toolchain"
222026-05-08T01:22:49.144Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T01:22:49.144Z * rust toolchain channel = "1.94.0"
242026-05-08T01:22:49.144Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T01:22:49.144Z * rust toolchain profile = "default"
262026-05-08T01:22:49.144Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T01:22:49.144Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T01:22:49.147Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T01:22:49.147Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T01:22:49.249Zinfo: downloading installer
312026-05-08T01:22:50.762Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T01:22:50.762Zwarn: /home/build/.rustup/settings.toml
332026-05-08T01:22:50.762Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T01:22:50.762Zwarn: instead of the one inferred from the default host triple.
352026-05-08T01:22:50.774Zinfo: profile set to default
362026-05-08T01:22:50.774Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T01:22:50.777Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T01:22:50.933Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T01:22:50.940Zinfo: downloading 6 components
402026-05-08T01:23:07.079Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T01:23:07.079Z
422026-05-08T01:23:07.113Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T01:23:07.113Z
442026-05-08T01:23:07.113Z
452026-05-08T01:23:07.113ZRust is installed now. Great!
462026-05-08T01:23:07.113Z
472026-05-08T01:23:07.121ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T01:23:07.121Zenvironment variable. This has not been done automatically.
492026-05-08T01:23:07.121Z
502026-05-08T01:23:07.121ZTo configure your current shell, you need to source
512026-05-08T01:23:07.121Zthe corresponding env file under $HOME/.cargo.
522026-05-08T01:23:07.121Z
532026-05-08T01:23:07.121ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T01:23:07.121Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T01:23:07.121Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T01:23:07.121Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T01:23:07.121Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T01:23:07.121Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T01:23:07.121Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T01:23:07.122Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T01:23:07.122Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T01:23:07.198Z+ rustup --version
632026-05-08T01:23:07.206Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T01:23:07.210Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T01:23:07.229Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T01:23:07.233Z+ cargo --version
672026-05-08T01:23:07.241Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T01:23:07.245Z+ rustc --version
692026-05-08T01:23:07.263Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T01:23:07.266Zprocess exited: duration 18123 ms, exit code 0
 
712026-05-08T01:23:07.273Zstarting task 2: "authentication"
722026-05-08T01:23:07.289Zprocess exited: duration 15 ms, exit code 0
 
732026-05-08T01:23:07.295Zstarting task 3: "clone repository"
742026-05-08T01:23:07.298Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T01:23:07.300Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T01:23:07.331ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T01:23:16.599Z+ cd /work/oxidecomputer/omicron
782026-05-08T01:23:16.600Z+ git fetch origin 8adca55079ea755827dad8bb42368e6b43efc511
792026-05-08T01:23:16.894ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T01:23:16.894Z * branch 8adca55079ea755827dad8bb42368e6b43efc511 -> FETCH_HEAD
812026-05-08T01:23:16.905Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-08T01:23:16.909Z++ git branch --show-current
832026-05-08T01:23:16.909Z+ current=main
842026-05-08T01:23:16.909Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-08T01:23:16.909Z+ git branch -f renovate/crate-hickory-proto-vulnerability 8adca55079ea755827dad8bb42368e6b43efc511
862026-05-08T01:23:16.914Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-08T01:23:17.139ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-08T01:23:17.144Z+ git reset --hard 8adca55079ea755827dad8bb42368e6b43efc511
892026-05-08T01:23:17.156ZHEAD is now at 8adca5507 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-08T01:23:17.162Zprocess exited: duration 9862 ms, exit code 0
 
912026-05-08T01:23:17.186Zstarting task 4: "build"
922026-05-08T01:23:17.190Z+ source .github/buildomat/ci-env.sh
932026-05-08T01:23:17.190Z++ export CARGO_TERM_COLOR=always
942026-05-08T01:23:17.190Z++ CARGO_TERM_COLOR=always
952026-05-08T01:23:17.191Z+ cargo --version
962026-05-08T01:23:17.197Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T01:23:17.197Z+ rustc --version
982026-05-08T01:23:17.217Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T01:23:17.222Z+ source ./env.sh
1002026-05-08T01:23:17.222Z++ OLD_SHELL_OPTS=ehxB
1012026-05-08T01:23:17.222Z++ set -o xtrace
1022026-05-08T01:23:17.222Z++++ dirname ./env.sh
1032026-05-08T01:23:17.225Z+++ readlink -f .
1042026-05-08T01:23:17.225Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-08T01:23:17.225Z++ 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-08T01:23:17.225Z++ 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-08T01:23:17.225Z++ 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-08T01:23:17.225Z++ 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-08T01:23:17.225Z++ 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-08T01:23:17.225Z++ 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-08T01:23:17.225Z++ 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-08T01:23:17.225Z++ 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-08T01:23:17.225Z++ case $OLD_SHELL_OPTS in
1142026-05-08T01:23:17.226Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-08T01:23:17.226Z+ 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-08T01:23:17.226Z+ 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-08T01:23:17.226Z+ banner prerequisites
1182026-05-08T01:23:17.229Z
1192026-05-08T01:23:17.229Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-08T01:23:17.229Z # # # # # # # # # # # # # # #
1212026-05-08T01:23:17.229Z # # # # ##### # # ##### # # # # # #### #
1222026-05-08T01:23:17.229Z ##### ##### # ##### # # # # # # # # #
1232026-05-08T01:23:17.229Z # # # # # # # # # # # # # # #
1242026-05-08T01:23:17.229Z # # # ###### # # ###### ### # #### # #### #
1252026-05-08T01:23:17.229Z
1262026-05-08T01:23:17.230Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-08T01:23:18.502Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-08T01:23:18.612ZPlanning: Solver setup ... Done (0.096s)
1292026-05-08T01:23:18.618ZPlanning: Running solver ... Done (0.008s)
1302026-05-08T01:23:18.621ZPlanning: Finding local manifests ... Done (0.003s)
1312026-05-08T01:23:18.621ZPlanning: Fetching manifests: 0/2 0% complete
1322026-05-08T01:23:18.633ZPlanning: Fetching manifests: 2/2 100% complete
1332026-05-08T01:23:18.647ZPlanning: Package planning ... Done (0.013s)
1342026-05-08T01:23:18.649ZPlanning: Merging actions ... Done (0.001s)
1352026-05-08T01:23:18.833ZPlanning: Checking for conflicting actions ... Done (0.186s)
1362026-05-08T01:23:18.837ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-05-08T01:23:19.649ZPlanning: Evaluating mediators ... Done (0.812s)
1382026-05-08T01:23:19.654ZPlanning: Planning completed in 1.15 seconds
1392026-05-08T01:23:19.657Z Packages to install: 2
1402026-05-08T01:23:19.657Z Estimated space available: 156.08 GB
1412026-05-08T01:23:19.657ZEstimated space to be consumed: 15.55 MB
1422026-05-08T01:23:19.657Z Create boot environment: No
1432026-05-08T01:23:19.657ZCreate backup boot environment: No
1442026-05-08T01:23:19.657Z Rebuild boot archive: No
1452026-05-08T01:23:19.657Z
1462026-05-08T01:23:19.657ZChanged packages:
1472026-05-08T01:23:19.657Zhelios
1482026-05-08T01:23:19.657Z developer/build-essential
1492026-05-08T01:23:19.657Z None -> 11-3.0
1502026-05-08T01:23:19.657Z library/libxmlsec1
1512026-05-08T01:23:19.657Z None -> 1.2.35-3.0
1522026-05-08T01:23:19.678Z
1532026-05-08T01:23:19.679ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-05-08T01:23:20.242ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
1552026-05-08T01:23:20.303Z Actions: 1/268 actions (Installing new actions)
1562026-05-08T01:23:20.340Z Actions: Completed 268 actions in 0.04 seconds.
1572026-05-08T01:23:20.346ZFinalize: Updating package state database ... Done (0.006s)
1582026-05-08T01:23:20.346ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-08T01:23:20.355ZFinalize: Updating image state ... Done (0.009s)
1602026-05-08T01:23:22.725ZFinalize: Creating fast lookup database ... Done (2.350s)
1612026-05-08T01:23:22.791ZFinalize: Reading search index ... Done (0.011s)
1622026-05-08T01:23:22.794ZFinalize: Updating search index ... Done (0.000s)
1632026-05-08T01:23:22.872ZFinalize: Updating package cache ... Done (0.000s)
1642026-05-08T01:23:23.158ZPlanning: Evaluating mediator changes ... Done
1652026-05-08T01:23:23.261ZPlanning: Checking for conflicting actions ... Done
1662026-05-08T01:23:23.264ZPlanning: Consolidating action changes ... Done
1672026-05-08T01:23:23.422ZPlanning: Evaluating mediators ... Done
1682026-05-08T01:23:23.426ZPlanning: Planning completed in 0.26 seconds
1692026-05-08T01:23:23.445Z Mediators to change: 2
1702026-05-08T01:23:23.445Z Create boot environment: No
1712026-05-08T01:23:23.451ZCreate backup boot environment: No
1722026-05-08T01:23:23.499ZFinalize: Updating package state database ... Done
1732026-05-08T01:23:23.499ZFinalize: Updating package cache ... Done
1742026-05-08T01:23:23.505ZFinalize: Updating image state ... Done
1752026-05-08T01:23:25.449ZFinalize: Creating fast lookup database ... Done
1762026-05-08T01:23:25.506ZFinalize: Reading search index ... Done
1772026-05-08T01:23:25.513ZFinalize: Updating search index ... Done
1782026-05-08T01:23:25.592ZFinalize: Updating package cache ... Done
1792026-05-08T01:23:25.861ZPlanning: Evaluating mediator changes ... Done
1802026-05-08T01:23:25.969ZPlanning: Checking for conflicting actions ... Done
1812026-05-08T01:23:25.973ZPlanning: Consolidating action changes ... Done
1822026-05-08T01:23:26.122ZPlanning: Evaluating mediators ... Done
1832026-05-08T01:23:26.125ZPlanning: Planning completed in 0.26 seconds
1842026-05-08T01:23:26.144Z Mediators to change: 1
1852026-05-08T01:23:26.144Z Create boot environment: No
1862026-05-08T01:23:26.147ZCreate backup boot environment: No
1872026-05-08T01:23:26.197ZFinalize: Updating package state database ... Done
1882026-05-08T01:23:26.197ZFinalize: Updating package cache ... Done
1892026-05-08T01:23:26.203ZFinalize: Updating image state ... Done
1902026-05-08T01:23:28.139ZFinalize: Creating fast lookup database ... Done
1912026-05-08T01:23:28.200ZFinalize: Reading search index ... Done
1922026-05-08T01:23:28.202ZFinalize: Updating search index ... Done
1932026-05-08T01:23:28.267ZFinalize: Updating package cache ... Done
1942026-05-08T01:23:28.579ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-05-08T01:23:28.579Zapache system 2.4 system
1962026-05-08T01:23:28.579Zclang system 15 system
1972026-05-08T01:23:28.579Zcsh system system illumos
1982026-05-08T01:23:28.579Zctags system system illumos
1992026-05-08T01:23:28.579Zfile vendor vendor darwinsys
2002026-05-08T01:23:28.579Zfile system system illumos
2012026-05-08T01:23:28.579Zgcc vendor 14 vendor
2022026-05-08T01:23:28.579Zgcc system 13 system
2032026-05-08T01:23:28.579Zgcc system 10 system
2042026-05-08T01:23:28.579Zgo system 1.25 system
2052026-05-08T01:23:28.579Zllvm system 15 system
2062026-05-08T01:23:28.579Zmariadb system 11.4 system
2072026-05-08T01:23:28.580Zmta vendor vendor dma
2082026-05-08T01:23:28.580Zopenjdk system 17 system
2092026-05-08T01:23:28.580Zopenjdk system 11 system
2102026-05-08T01:23:28.580Zopenssl vendor 3 vendor
2112026-05-08T01:23:28.580Zperl system 5.40 system
2122026-05-08T01:23:28.580Zpostgresql system 18 system
2132026-05-08T01:23:28.580Zpostgresql system 17 system
2142026-05-08T01:23:28.580Zpython vendor 3 vendor
2152026-05-08T01:23:28.580Zpython system 2 system
2162026-05-08T01:23:28.580Zpython3 vendor 3.13 vendor
2172026-05-08T01:23:28.580Zruby system 3.4 system
2182026-05-08T01:23:28.580Zruby system 3.0 system
2192026-05-08T01:23:28.580Zwords vendor vendor american-english
2202026-05-08T01:23:28.580Zwords system system australian-english
2212026-05-08T01:23:28.580Zwords system system british-english
2222026-05-08T01:23:28.580Zwords system system canadian-english
2232026-05-08T01:23:28.581Zwords system system french
2242026-05-08T01:23:28.581Zwords system system italian
2252026-05-08T01:23:28.581Zwords system system ngerman
2262026-05-08T01:23:28.581Zwords system system ogerman
2272026-05-08T01:23:28.581Zwords system system spanish
2282026-05-08T01:23:28.827ZPUBLISHER TYPE STATUS P LOCATION
2292026-05-08T01:23:28.827Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-05-08T01:23:29.083ZFMRI IFO
2312026-05-08T01:23:29.083Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-05-08T01:23:29.083Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-05-08T01:23:29.084Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-05-08T01:23:29.084Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-05-08T01:23:29.084Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-05-08T01:23:29.084Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-05-08T01:23:29.084Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-05-08T01:23:29.084Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-05-08T01:23:29.084Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-05-08T01:23:29.301Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-05-08T01:23:29.539Z Updating crates.io index
2422026-05-08T01:23:29.544Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-05-08T01:23:30.090Z Updating git repository `https://github.com/oxidecomputer/lldp`
2442026-05-08T01:23:30.387Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-05-08T01:23:30.782Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-05-08T01:23:31.778Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-05-08T01:23:32.263Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-08T01:23:33.970Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-05-08T01:23:34.630Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-05-08T01:23:35.000Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-05-08T01:23:35.917Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-05-08T01:23:36.399Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-05-08T01:23:36.702Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-05-08T01:23:36.987Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-05-08T01:23:38.231Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-05-08T01:23:38.691Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-05-08T01:23:39.070Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-05-08T01:23:39.383Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-05-08T01:23:39.671Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-05-08T01:23:39.953Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-05-08T01:23:40.173Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-05-08T01:23:40.400Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-05-08T01:23:40.776Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-05-08T01:23:41.253Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-05-08T01:23:41.613Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-05-08T01:23:41.909Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-05-08T01:23:42.491Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-05-08T01:23:43.453Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-08T01:23:43.704Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-08T01:23:44.829Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-08T01:23:45.275Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-08T01:23:45.553Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-08T01:23:45.845Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-08T01:23:46.110Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-08T01:23:46.407Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-05-08T01:23:46.892Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-05-08T01:23:47.124Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-05-08T01:23:47.330Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-05-08T01:23:47.715Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-05-08T01:23:59.476Z Downloading crates ...
2812026-05-08T01:23:59.559Z Downloaded cpufeatures v0.2.17
2822026-05-08T01:23:59.568Z Downloaded proc-macro-error-attr v1.0.4
2832026-05-08T01:23:59.568Z Downloaded unicode-xid v0.2.6
2842026-05-08T01:23:59.569Z Downloaded generic-array v0.14.7
2852026-05-08T01:23:59.569Z Downloaded zerofrom-derive v0.1.6
2862026-05-08T01:23:59.569Z Downloaded byteorder v1.5.0
2872026-05-08T01:23:59.569Z Downloaded colorchoice v1.0.4
2882026-05-08T01:23:59.569Z Downloaded thiserror v1.0.69
2892026-05-08T01:23:59.569Z Downloaded zmij v1.0.21
2902026-05-08T01:23:59.569Z Downloaded dof v0.3.0
2912026-05-08T01:23:59.569Z Downloaded usdt-macro v0.5.0
2922026-05-08T01:23:59.569Z Downloaded zerofrom v0.1.6
2932026-05-08T01:23:59.569Z Downloaded utf8parse v0.2.2
2942026-05-08T01:23:59.569Z Downloaded toml_datetime v0.6.11
2952026-05-08T01:23:59.569Z Downloaded cargo_toml v0.21.0
2962026-05-08T01:23:59.569Z Downloaded errno v0.3.14
2972026-05-08T01:23:59.593Z Downloaded unicode-linebreak v0.1.5
2982026-05-08T01:23:59.593Z Downloaded plain v0.2.3
2992026-05-08T01:23:59.593Z Downloaded heck v0.4.1
3002026-05-08T01:23:59.593Z Downloaded usdt-attr-macro v0.5.0
3012026-05-08T01:23:59.593Z Downloaded cargo-platform v0.2.0
3022026-05-08T01:23:59.593Z Downloaded semver v1.0.28
3032026-05-08T01:23:59.628Z Downloaded yoke v0.8.1
3042026-05-08T01:23:59.628Z Downloaded utf8_iter v1.0.4
3052026-05-08T01:23:59.628Z Downloaded typeid v1.0.3
3062026-05-08T01:23:59.628Z Downloaded toml_write v0.1.2
3072026-05-08T01:23:59.628Z Downloaded thiserror-impl v1.0.69
3082026-05-08T01:23:59.628Z Downloaded pest_generator v2.8.6
3092026-05-08T01:23:59.628Z Downloaded anstyle-parse v0.2.7
3102026-05-08T01:23:59.628Z Downloaded anstyle v1.0.13
3112026-05-08T01:23:59.628Z Downloaded anstream v0.6.21
3122026-05-08T01:23:59.628Z Downloaded version_check v0.9.5
3132026-05-08T01:23:59.628Z Downloaded dtrace-parser v0.2.0
3142026-05-08T01:23:59.628Z Downloaded tinystr v0.8.2
3152026-05-08T01:23:59.628Z Downloaded thiserror-impl v2.0.18
3162026-05-08T01:23:59.628Z Downloaded fastrand v2.3.0
3172026-05-08T01:23:59.628Z Downloaded ucd-trie v0.1.7
3182026-05-08T01:23:59.628Z Downloaded form_urlencoded v1.2.2
3192026-05-08T01:23:59.628Z Downloaded yoke-derive v0.8.1
3202026-05-08T01:23:59.628Z Downloaded textwrap v0.16.2
3212026-05-08T01:23:59.628Z Downloaded fnv v1.0.7
3222026-05-08T01:23:59.628Z Downloaded crypto-common v0.1.7
3232026-05-08T01:23:59.628Z Downloaded anstyle-query v1.1.5
3242026-05-08T01:23:59.629Z Downloaded zerovec-derive v0.11.2
3252026-05-08T01:23:59.629Z Downloaded toml v0.8.23
3262026-05-08T01:23:59.638Z Downloaded macaddr v1.0.1
3272026-05-08T01:23:59.638Z Downloaded bytecount v0.6.9
3282026-05-08T01:23:59.638Z Downloaded autocfg v1.5.0
3292026-05-08T01:23:59.638Z Downloaded usdt v0.5.0
3302026-05-08T01:23:59.638Z Downloaded pretty-hex v0.4.1
3312026-05-08T01:23:59.638Z Downloaded heck v0.5.0
3322026-05-08T01:23:59.638Z Downloaded zerotrie v0.2.3
3332026-05-08T01:23:59.638Z Downloaded thread-id v4.2.2
3342026-05-08T01:23:59.638Z Downloaded thiserror v2.0.18
3352026-05-08T01:23:59.638Z Downloaded url v2.5.8
3362026-05-08T01:23:59.638Z Downloaded tempfile v3.25.0
3372026-05-08T01:23:59.638Z Downloaded writeable v0.6.2
3382026-05-08T01:23:59.638Z Downloaded serde-untagged v0.1.9
3392026-05-08T01:23:59.638Z Downloaded usdt-impl v0.5.0
3402026-05-08T01:23:59.639Z Downloaded log v0.4.29
3412026-05-08T01:23:59.639Z Downloaded zerocopy-derive v0.7.35
3422026-05-08T01:23:59.639Z Downloaded itoa v1.0.17
3432026-05-08T01:23:59.639Z Downloaded ordered-float v2.10.1
3442026-05-08T01:23:59.639Z Downloaded percent-encoding v2.3.2
3452026-05-08T01:23:59.639Z Downloaded fs-err v3.3.0
3462026-05-08T01:23:59.639Z Downloaded equivalent v1.0.2
3472026-05-08T01:23:59.666Z Downloaded potential_utf v0.1.4
3482026-05-08T01:23:59.666Z Downloaded toml_edit v0.22.27
3492026-05-08T01:23:59.666Z Downloaded typenum v1.19.0
3502026-05-08T01:23:59.666Z Downloaded swrite v0.1.0
3512026-05-08T01:23:59.666Z Downloaded unicode-ident v1.0.24
3522026-05-08T01:23:59.666Z Downloaded serde-value v0.7.0
3532026-05-08T01:23:59.667Z Downloaded memmap v0.7.0
3542026-05-08T01:23:59.667Z Downloaded clap_lex v1.0.0
3552026-05-08T01:23:59.667Z Downloaded cfg-if v1.0.4
3562026-05-08T01:23:59.680Z Downloaded is_terminal_polyfill v1.70.2
3572026-05-08T01:23:59.680Z Downloaded idna_adapter v1.2.1
3582026-05-08T01:23:59.680Z Downloaded smawk v0.3.2
3592026-05-08T01:23:59.680Z Downloaded block-buffer v0.10.4
3602026-05-08T01:23:59.680Z Downloaded winnow v0.7.14
3612026-05-08T01:23:59.680Z Downloaded strsim v0.11.1
3622026-05-08T01:23:59.681Z Downloaded stable_deref_trait v1.2.1
3632026-05-08T01:23:59.682Z Downloaded tabled_derive v0.7.0
3642026-05-08T01:23:59.699Z Downloaded serde_spanned v0.6.9
3652026-05-08T01:23:59.699Z Downloaded zerovec v0.11.5
3662026-05-08T01:23:59.699Z Downloaded zerocopy v0.7.35
3672026-05-08T01:23:59.699Z Downloaded displaydoc v0.2.5
3682026-05-08T01:23:59.699Z Downloaded unicode-width v0.2.0
3692026-05-08T01:23:59.699Z Downloaded cargo_metadata v0.21.0
3702026-05-08T01:23:59.699Z Downloaded proc-macro-error v1.0.4
3712026-05-08T01:23:59.716Z Downloaded scroll_derive v0.12.1
3722026-05-08T01:23:59.716Z Downloaded unicode-width v0.1.14
3732026-05-08T01:23:59.716Z Downloaded digest v0.10.7
3742026-05-08T01:23:59.725Z Downloaded terminal_size v0.4.3
3752026-05-08T01:23:59.725Z Downloaded erased-serde v0.4.9
3762026-05-08T01:23:59.725Z Downloaded scroll v0.12.0
3772026-05-08T01:23:59.725Z Downloaded synstructure v0.13.2
3782026-05-08T01:23:59.725Z Downloaded camino-tempfile v1.4.1
3792026-05-08T01:23:59.735Z Downloaded serde_tokenstream v0.2.3
3802026-05-08T01:23:59.735Z Downloaded quote v1.0.45
3812026-05-08T01:23:59.735Z Downloaded pest_derive v2.8.6
3822026-05-08T01:23:59.743Z Downloaded clap_derive v4.5.55
3832026-05-08T01:23:59.743Z Downloaded icu_collections v2.1.1
3842026-05-08T01:23:59.757Z Downloaded icu_properties v2.1.2
3852026-05-08T01:23:59.758Z Downloaded once_cell v1.21.3
3862026-05-08T01:23:59.758Z Downloaded litemap v0.8.1
3872026-05-08T01:23:59.758Z Downloaded bitflags v2.11.0
3882026-05-08T01:23:59.773Z Downloaded sha2 v0.10.9
3892026-05-08T01:23:59.773Z Downloaded camino v1.2.2
3902026-05-08T01:23:59.773Z Downloaded anyhow v1.0.102
3912026-05-08T01:23:59.773Z Downloaded cargo-util-schemas v0.8.2
3922026-05-08T01:23:59.797Z Downloaded num-traits v0.2.19
3932026-05-08T01:23:59.797Z Downloaded proc-macro2 v1.0.106
3942026-05-08T01:23:59.816Z Downloaded getrandom v0.4.1
3952026-05-08T01:23:59.816Z Downloaded papergrid v0.11.0
3962026-05-08T01:23:59.816Z Downloaded icu_provider v2.1.1
3972026-05-08T01:23:59.816Z Downloaded serde_core v1.0.228
3982026-05-08T01:23:59.816Z Downloaded smallvec v1.15.1
3992026-05-08T01:23:59.847Z Downloaded icu_normalizer_data v2.1.1
4002026-05-08T01:23:59.847Z Downloaded icu_normalizer v2.1.1
4012026-05-08T01:23:59.847Z Downloaded serde_derive v1.0.228
4022026-05-08T01:23:59.847Z Downloaded clap v4.5.60
4032026-05-08T01:23:59.860Z Downloaded pest_meta v2.8.6
4042026-05-08T01:23:59.860Z Downloaded serde v1.0.228
4052026-05-08T01:23:59.860Z Downloaded memchr v2.8.0
4062026-05-08T01:23:59.876Z Downloaded icu_locale_core v2.1.1
4072026-05-08T01:23:59.891Z Downloaded hashbrown v0.17.0
4082026-05-08T01:23:59.891Z Downloaded pest v2.8.6
4092026-05-08T01:23:59.891Z Downloaded clap_builder v4.5.60
4102026-05-08T01:23:59.899Z Downloaded indexmap v2.14.0
4112026-05-08T01:23:59.899Z Downloaded idna v1.1.0
4122026-05-08T01:23:59.922Z Downloaded icu_properties_data v2.1.2
4132026-05-08T01:23:59.936Z Downloaded serde_json v1.0.149
4142026-05-08T01:23:59.936Z Downloaded goblin v0.8.2
4152026-05-08T01:23:59.951Z Downloaded tabled v0.15.0
4162026-05-08T01:23:59.959Z Downloaded syn v1.0.109
4172026-05-08T01:23:59.972Z Downloaded syn v2.0.117
4182026-05-08T01:23:59.992Z Downloaded rustix v1.1.3
4192026-05-08T01:24:00.019Z Downloaded libc v0.2.185
4202026-05-08T01:24:00.089Z Compiling proc-macro2 v1.0.106
4212026-05-08T01:24:00.089Z Compiling unicode-ident v1.0.24
4222026-05-08T01:24:00.096Z Compiling quote v1.0.45
4232026-05-08T01:24:00.096Z Compiling serde_core v1.0.228
4242026-05-08T01:24:00.096Z Compiling libc v0.2.185
4252026-05-08T01:24:00.096Z Compiling version_check v0.9.5
4262026-05-08T01:24:00.097Z Compiling serde v1.0.228
4272026-05-08T01:24:00.097Z Compiling stable_deref_trait v1.2.1
4282026-05-08T01:24:00.435Z Compiling memchr v2.8.0
4292026-05-08T01:24:00.473Z Compiling zmij v1.0.21
4302026-05-08T01:24:00.684Z Compiling thiserror v1.0.69
4312026-05-08T01:24:00.705Z Compiling ucd-trie v0.1.7
4322026-05-08T01:24:00.969Z Compiling autocfg v1.5.0
4332026-05-08T01:24:01.011Z Compiling itoa v1.0.17
4342026-05-08T01:24:01.081Z Compiling pest v2.8.6
4352026-05-08T01:24:01.138Z Compiling writeable v0.6.2
4362026-05-08T01:24:01.139Z Compiling litemap v0.8.1
4372026-05-08T01:24:01.210Z Compiling byteorder v1.5.0
4382026-05-08T01:24:01.258Z Compiling icu_normalizer_data v2.1.1
4392026-05-08T01:24:01.277Z Compiling icu_properties_data v2.1.2
4402026-05-08T01:24:01.435Z Compiling rustix v1.1.3
4412026-05-08T01:24:01.503Z Compiling errno v0.3.14
4422026-05-08T01:24:01.605Z Compiling syn v2.0.117
4432026-05-08T01:24:01.646Z Compiling serde_json v1.0.149
4442026-05-08T01:24:01.660Z Compiling bitflags v2.11.0
4452026-05-08T01:24:01.884Z Compiling num-traits v0.2.19
4462026-05-08T01:24:01.896Z Compiling smallvec v1.15.1
4472026-05-08T01:24:02.022Z Compiling typeid v1.0.3
4482026-05-08T01:24:02.072Z Compiling pest_meta v2.8.6
4492026-05-08T01:24:02.122Z Compiling equivalent v1.0.2
4502026-05-08T01:24:02.212Z Compiling hashbrown v0.17.0
4512026-05-08T01:24:02.525Z Compiling thread-id v4.2.2
4522026-05-08T01:24:02.565Z Compiling proc-macro-error-attr v1.0.4
4532026-05-08T01:24:02.566Z Compiling usdt-impl v0.5.0
4542026-05-08T01:24:02.577Z Compiling erased-serde v0.4.9
4552026-05-08T01:24:02.668Z Compiling indexmap v2.14.0
4562026-05-08T01:24:02.723Z Compiling syn v1.0.109
4572026-05-08T01:24:02.735Z Compiling winnow v0.7.14
4582026-05-08T01:24:02.840Z Compiling toml_write v0.1.2
4592026-05-08T01:24:03.326Z Compiling proc-macro-error v1.0.4
4602026-05-08T01:24:03.389Z Compiling utf8parse v0.2.2
4612026-05-08T01:24:03.539Z Compiling thiserror v2.0.18
4622026-05-08T01:24:03.610Z Compiling plain v0.2.3
4632026-05-08T01:24:03.686Z Compiling getrandom v0.4.1
4642026-05-08T01:24:03.759Z Compiling percent-encoding v2.3.2
4652026-05-08T01:24:03.791Z Compiling utf8_iter v1.0.4
4662026-05-08T01:24:03.840Z Compiling camino v1.2.2
4672026-05-08T01:24:03.949Z Compiling log v0.4.29
4682026-05-08T01:24:03.950Z Compiling form_urlencoded v1.2.2
4692026-05-08T01:24:04.105Z Compiling ordered-float v2.10.1
4702026-05-08T01:24:08.243Z Compiling anstyle-parse v0.2.7
4712026-05-08T01:24:08.295Z Compiling synstructure v0.13.2
4722026-05-08T01:24:08.295Z Compiling pest_generator v2.8.6
4732026-05-08T01:24:08.295Z Compiling terminal_size v0.4.3
4742026-05-08T01:24:08.295Z Compiling anstyle-query v1.1.5
4752026-05-08T01:24:08.295Z Compiling is_terminal_polyfill v1.70.2
4762026-05-08T01:24:08.295Z Compiling pretty-hex v0.4.1
4772026-05-08T01:24:08.295Z Compiling anstyle v1.0.13
4782026-05-08T01:24:08.295Z Compiling colorchoice v1.0.4
4792026-05-08T01:24:08.295Z Compiling cfg-if v1.0.4
4802026-05-08T01:24:08.295Z Compiling serde-untagged v0.1.9
4812026-05-08T01:24:08.295Z Compiling anstream v0.6.21
4822026-05-08T01:24:08.295Z Compiling semver v1.0.28
4832026-05-08T01:24:08.295Z Compiling fs-err v3.3.0
4842026-05-08T01:24:08.295Z Compiling once_cell v1.21.3
4852026-05-08T01:24:08.430Z Compiling unicode-width v0.1.14
4862026-05-08T01:24:08.430Z Compiling heck v0.4.1
4872026-05-08T01:24:08.430Z Compiling fastrand v2.3.0
4882026-05-08T01:24:08.430Z Compiling unicode-xid v0.2.6
4892026-05-08T01:24:08.430Z Compiling heck v0.5.0
4902026-05-08T01:24:08.430Z Compiling anyhow v1.0.102
4912026-05-08T01:24:08.430Z Compiling clap_lex v1.0.0
4922026-05-08T01:24:08.430Z Compiling bytecount v0.6.9
4932026-05-08T01:24:08.430Z Compiling fnv v1.0.7
4942026-05-08T01:24:08.430Z Compiling strsim v0.11.1
4952026-05-08T01:24:08.431Z Compiling papergrid v0.11.0
4962026-05-08T01:24:08.431Z Compiling tempfile v3.25.0
4972026-05-08T01:24:08.431Z Compiling clap_builder v4.5.60
4982026-05-08T01:24:08.431Z Compiling memmap v0.7.0
4992026-05-08T01:24:08.431Z Compiling smawk v0.3.2
5002026-05-08T01:24:08.431Z Compiling serde_derive v1.0.228
5012026-05-08T01:24:08.431Z Compiling zerofrom-derive v0.1.6
5022026-05-08T01:24:08.431Z Compiling yoke-derive v0.8.1
5032026-05-08T01:24:08.431Z Compiling zerovec-derive v0.11.2
5042026-05-08T01:24:08.431Z Compiling displaydoc v0.2.5
5052026-05-08T01:24:08.431Z Compiling thiserror-impl v1.0.69
5062026-05-08T01:24:08.431Z Compiling zerocopy-derive v0.7.35
5072026-05-08T01:24:08.431Z Compiling pest_derive v2.8.6
5082026-05-08T01:24:08.431Z Compiling scroll_derive v0.12.1
5092026-05-08T01:24:08.431Z Compiling zerofrom v0.1.6
5102026-05-08T01:24:08.431Z Compiling yoke v0.8.1
5112026-05-08T01:24:08.431Z Compiling thiserror-impl v2.0.18
5122026-05-08T01:24:08.431Z Compiling zerovec v0.11.5
5132026-05-08T01:24:08.431Z Compiling zerotrie v0.2.3
5142026-05-08T01:24:08.431Z Compiling zerocopy v0.7.35
5152026-05-08T01:24:08.431Z Compiling tinystr v0.8.2
5162026-05-08T01:24:08.431Z Compiling potential_utf v0.1.4
5172026-05-08T01:24:08.467Z Compiling icu_locale_core v2.1.1
5182026-05-08T01:24:08.467Z Compiling icu_collections v2.1.1
5192026-05-08T01:24:08.474Z Compiling dtrace-parser v0.2.0
5202026-05-08T01:24:08.488Z Compiling scroll v0.12.0
5212026-05-08T01:24:08.789Z Compiling goblin v0.8.2
5222026-05-08T01:24:08.818Z Compiling tabled_derive v0.7.0
5232026-05-08T01:24:08.919Z Compiling clap_derive v4.5.55
5242026-05-08T01:24:09.104Z Compiling icu_provider v2.1.1
5252026-05-08T01:24:09.227Z Compiling unicode-linebreak v0.1.5
5262026-05-08T01:24:09.338Z Compiling toml_datetime v0.6.11
5272026-05-08T01:24:09.362Z Compiling icu_normalizer v2.1.1
5282026-05-08T01:24:09.419Z Compiling icu_properties v2.1.2
5292026-05-08T01:24:09.453Z Compiling serde_spanned v0.6.9
5302026-05-08T01:24:09.485Z Compiling dof v0.3.0
5312026-05-08T01:24:09.563Z Compiling toml_edit v0.22.27
5322026-05-08T01:24:09.586Z Compiling serde_tokenstream v0.2.3
5332026-05-08T01:24:09.840Z Compiling serde-value v0.7.0
5342026-05-08T01:24:09.896Z Compiling cargo-platform v0.2.0
5352026-05-08T01:24:09.912Z Compiling unicode-width v0.2.0
5362026-05-08T01:24:10.170Z Compiling textwrap v0.16.2
5372026-05-08T01:24:10.186Z Compiling tabled v0.15.0
5382026-05-08T01:24:10.200Z Compiling macaddr v1.0.1
5392026-05-08T01:24:10.340Z Compiling idna_adapter v1.2.1
5402026-05-08T01:24:10.423Z Compiling usdt-attr-macro v0.5.0
5412026-05-08T01:24:10.480Z Compiling idna v1.1.0
5422026-05-08T01:24:10.496Z Compiling usdt-macro v0.5.0
5432026-05-08T01:24:10.660Z Compiling clap v4.5.60
5442026-05-08T01:24:10.982Z Compiling toml v0.8.23
5452026-05-08T01:24:11.082Z Compiling url v2.5.8
5462026-05-08T01:24:11.115Z Compiling camino-tempfile v1.4.1
5472026-05-08T01:24:11.131Z Compiling swrite v0.1.0
5482026-05-08T01:24:11.227Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-05-08T01:24:11.342Z Compiling cargo_toml v0.21.0
5502026-05-08T01:24:11.608Z Compiling cargo-util-schemas v0.8.2
5512026-05-08T01:24:11.831Z Compiling usdt v0.5.0
5522026-05-08T01:24:12.503Z Compiling cargo_metadata v0.21.0
5532026-05-08T01:24:13.403Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-05-08T01:24:15.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.34s
5552026-05-08T01:24:15.761Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-05-08T01:24:16.315Z Downloading crates ...
5572026-05-08T01:24:16.425Z Downloaded aes v0.8.4
5582026-05-08T01:24:16.431Z Downloaded crc32fast v1.5.0
5592026-05-08T01:24:16.437Z Downloaded assert_matches v1.5.0
5602026-05-08T01:24:16.437Z Downloaded array-init v0.0.4
5612026-05-08T01:24:16.437Z Downloaded arrayvec v0.7.6
5622026-05-08T01:24:16.440Z Downloaded bcrypt-pbkdf v0.10.0
5632026-05-08T01:24:16.443Z Downloaded crypto-bigint v0.5.5
5642026-05-08T01:24:16.448Z Downloaded darling_macro v0.23.0
5652026-05-08T01:24:16.448Z Downloaded crossterm v0.29.0
5662026-05-08T01:24:16.451Z Downloaded dsl_auto_type v0.2.0
5672026-05-08T01:24:16.456Z Downloaded castaway v0.2.4
5682026-05-08T01:24:16.456Z Downloaded cbc v0.1.2
5692026-05-08T01:24:16.456Z Downloaded bitfield v0.19.4
5702026-05-08T01:24:16.459Z Downloaded ciborium v0.2.2
5712026-05-08T01:24:16.459Z Downloaded base64ct v1.8.3
5722026-05-08T01:24:16.459Z Downloaded base16ct v0.2.0
5732026-05-08T01:24:16.459Z Downloaded aho-corasick v1.1.4
5742026-05-08T01:24:16.463Z Downloaded async-stream-impl v0.3.6
5752026-05-08T01:24:16.470Z Downloaded ascii-canvas v3.0.0
5762026-05-08T01:24:16.470Z Downloaded cfg_aliases v0.1.1
5772026-05-08T01:24:16.470Z Downloaded der_derive v0.7.3
5782026-05-08T01:24:16.470Z Downloaded ena v0.14.4
5792026-05-08T01:24:16.471Z Downloaded downcast-rs v2.0.2
5802026-05-08T01:24:16.483Z Downloaded bit-set v0.5.3
5812026-05-08T01:24:16.483Z Downloaded curve25519-dalek v4.1.3
5822026-05-08T01:24:16.483Z Downloaded enum-as-inner v0.6.1
5832026-05-08T01:24:16.491Z Downloaded camino-tempfile-ext v0.3.3
5842026-05-08T01:24:16.491Z Downloaded document-features v0.2.12
5852026-05-08T01:24:16.491Z Downloaded dropshot_endpoint v0.17.0
5862026-05-08T01:24:16.492Z Downloaded crossbeam-utils v0.8.21
5872026-05-08T01:24:16.492Z Downloaded bit-set v0.8.0
5882026-05-08T01:24:16.492Z Downloaded cargo-platform v0.1.9
5892026-05-08T01:24:16.492Z Downloaded block-padding v0.3.3
5902026-05-08T01:24:16.492Z Downloaded embedded-io v0.6.1
5912026-05-08T01:24:16.492Z Downloaded dropshot_endpoint v0.16.7
5922026-05-08T01:24:16.505Z Downloaded daft-derive v0.1.5
5932026-05-08T01:24:16.505Z Downloaded cargo_metadata v0.19.2
5942026-05-08T01:24:16.505Z Downloaded embedded-io v0.4.0
5952026-05-08T01:24:16.505Z Downloaded blowfish v0.9.1
5962026-05-08T01:24:16.505Z Downloaded endian-type v0.1.2
5972026-05-08T01:24:16.505Z Downloaded bitfield-macros v0.19.4
5982026-05-08T01:24:16.505Z Downloaded derive-where v1.6.0
5992026-05-08T01:24:16.524Z Downloaded dof v0.4.0
6002026-05-08T01:24:16.524Z Downloaded env_filter v1.0.0
6012026-05-08T01:24:16.524Z Downloaded adler2 v2.0.1
6022026-05-08T01:24:16.524Z Downloaded async-recursion v1.1.1
6032026-05-08T01:24:16.524Z Downloaded fallible-iterator v0.2.0
6042026-05-08T01:24:16.524Z Downloaded filetime v0.2.27
6052026-05-08T01:24:16.524Z Downloaded dirs-next v2.0.0
6062026-05-08T01:24:16.534Z Downloaded derive_builder_macro v0.20.2
6072026-05-08T01:24:16.534Z Downloaded dunce v1.0.5
6082026-05-08T01:24:16.534Z Downloaded difflib v0.4.0
6092026-05-08T01:24:16.534Z Downloaded crc8 v0.1.1
6102026-05-08T01:24:16.534Z Downloaded crucible-workspace-hack v0.1.0
6112026-05-08T01:24:16.535Z Downloaded crunchy v0.2.4
6122026-05-08T01:24:16.535Z Downloaded atty v0.2.14
6132026-05-08T01:24:16.535Z Downloaded cexpr v0.6.0
6142026-05-08T01:24:16.535Z Downloaded bcs v0.1.6
6152026-05-08T01:24:16.535Z Downloaded display-error-chain v0.2.2
6162026-05-08T01:24:16.535Z Downloaded foreign-types-macros v0.2.3
6172026-05-08T01:24:16.535Z Downloaded crc-catalog v2.4.0
6182026-05-08T01:24:16.535Z Downloaded cstr-argument v0.1.2
6192026-05-08T01:24:16.535Z Downloaded bitflags v1.3.2
6202026-05-08T01:24:16.535Z Downloaded atomicwrites v0.4.4
6212026-05-08T01:24:16.536Z Downloaded bb8 v0.8.6
6222026-05-08T01:24:16.536Z Downloaded curve25519-dalek-derive v0.1.1
6232026-05-08T01:24:16.536Z Downloaded async-stream v0.3.6
6242026-05-08T01:24:16.536Z Downloaded ctr v0.9.2
6252026-05-08T01:24:16.536Z Downloaded arrayref v0.3.9
6262026-05-08T01:24:16.536Z Downloaded convert_case v0.4.0
6272026-05-08T01:24:16.550Z Downloaded foreign-types v0.5.0
6282026-05-08T01:24:16.550Z Downloaded cpufeatures v0.3.0
6292026-05-08T01:24:16.550Z Downloaded float-cmp v0.10.0
6302026-05-08T01:24:16.550Z Downloaded defmt v0.3.100
6312026-05-08T01:24:16.550Z Downloaded ciborium-ll v0.2.2
6322026-05-08T01:24:16.550Z Downloaded darling_macro v0.21.3
6332026-05-08T01:24:16.550Z Downloaded float-ord v0.3.2
6342026-05-08T01:24:16.550Z Downloaded cobs v0.3.0
6352026-05-08T01:24:16.550Z Downloaded dropshot-api-manager-types v0.7.1
6362026-05-08T01:24:16.550Z Downloaded dirs-sys-next v0.1.2
6372026-05-08T01:24:16.569Z Downloaded erased-serde v0.3.31
6382026-05-08T01:24:16.569Z Downloaded env_logger v0.11.9
6392026-05-08T01:24:16.569Z Downloaded darling v0.20.11
6402026-05-08T01:24:16.569Z Downloaded dtrace-parser v0.3.0
6412026-05-08T01:24:16.569Z Downloaded darling_macro v0.20.11
6422026-05-08T01:24:16.569Z Downloaded async-trait v0.1.89
6432026-05-08T01:24:16.570Z Downloaded fixedbitset v0.4.2
6442026-05-08T01:24:16.570Z Downloaded fd-lock v4.0.4
6452026-05-08T01:24:16.570Z Downloaded dyn-clone v1.0.20
6462026-05-08T01:24:16.570Z Downloaded ciborium-io v0.2.2
6472026-05-08T01:24:16.594Z Downloaded diesel_table_macro_syntax v0.3.0
6482026-05-08T01:24:16.594Z Downloaded bitfield-struct v0.6.2
6492026-05-08T01:24:16.594Z Downloaded argon2 v0.5.3
6502026-05-08T01:24:16.594Z Downloaded debug-ignore v1.0.5
6512026-05-08T01:24:16.594Z Downloaded defmt-parser v1.0.0
6522026-05-08T01:24:16.594Z Downloaded crc v3.4.0
6532026-05-08T01:24:16.594Z Downloaded cfg_aliases v0.2.1
6542026-05-08T01:24:16.594Z Downloaded futures-io v0.3.32
6552026-05-08T01:24:16.594Z Downloaded futures-macro v0.3.32
6562026-05-08T01:24:16.594Z Downloaded foreign-types-shared v0.3.1
6572026-05-08T01:24:16.594Z Downloaded compression-core v0.4.31
6582026-05-08T01:24:16.595Z Downloaded aead v0.5.2
6592026-05-08T01:24:16.595Z Downloaded critical-section v1.2.0
6602026-05-08T01:24:16.595Z Downloaded find-msvc-tools v0.1.9
6612026-05-08T01:24:16.595Z Downloaded bzip2 v0.6.1
6622026-05-08T01:24:16.595Z Downloaded const_format_proc_macros v0.2.34
6632026-05-08T01:24:16.601Z Downloaded defmt-macros v1.0.1
6642026-05-08T01:24:16.601Z Downloaded bit-vec v0.8.0
6652026-05-08T01:24:16.601Z Downloaded futures-core v0.3.32
6662026-05-08T01:24:16.601Z Downloaded crossbeam-deque v0.8.6
6672026-05-08T01:24:16.601Z Downloaded foreign-types-shared v0.1.1
6682026-05-08T01:24:16.601Z Downloaded futures-task v0.3.32
6692026-05-08T01:24:16.602Z Downloaded foreign-types v0.3.2
6702026-05-08T01:24:16.602Z Downloaded fixedbitset v0.5.7
6712026-05-08T01:24:16.602Z Downloaded foldhash v0.1.5
6722026-05-08T01:24:16.602Z Downloaded ed25519 v2.2.3
6732026-05-08T01:24:16.602Z Downloaded fxhash v0.2.1
6742026-05-08T01:24:16.602Z Downloaded futures-sink v0.3.32
6752026-05-08T01:24:16.602Z Downloaded funty v2.0.0
6762026-05-08T01:24:16.602Z Downloaded derive_builder_core v0.20.2
6772026-05-08T01:24:16.602Z Downloaded hash32 v0.3.1
6782026-05-08T01:24:16.602Z Downloaded globwalk v0.9.1
6792026-05-08T01:24:16.602Z Downloaded ecdsa v0.16.9
6802026-05-08T01:24:16.627Z Downloaded git-stub v1.0.0
6812026-05-08T01:24:16.627Z Downloaded daft v0.1.5
6822026-05-08T01:24:16.627Z Downloaded allocator-api2 v0.2.21
6832026-05-08T01:24:16.627Z Downloaded diesel-dtrace v0.5.0
6842026-05-08T01:24:16.627Z Downloaded hex-literal v0.4.1
6852026-05-08T01:24:16.627Z Downloaded chacha20 v0.9.1
6862026-05-08T01:24:16.627Z Downloaded bit-vec v0.6.3
6872026-05-08T01:24:16.627Z Downloaded hostname v0.3.1
6882026-05-08T01:24:16.627Z Downloaded ghash v0.5.1
6892026-05-08T01:24:16.628Z Downloaded headers-core v0.3.0
6902026-05-08T01:24:16.628Z Downloaded http-body v1.0.1
6912026-05-08T01:24:16.628Z Downloaded defmt v1.0.1
6922026-05-08T01:24:16.628Z Downloaded cassowary v0.3.0
6932026-05-08T01:24:16.628Z Downloaded httpdate v1.0.3
6942026-05-08T01:24:16.641Z Downloaded backoff v0.4.0
6952026-05-08T01:24:16.641Z Downloaded atomic-waker v1.1.2
6962026-05-08T01:24:16.642Z Downloaded hostname v0.4.2
6972026-05-08T01:24:16.642Z Downloaded csv-core v0.1.13
6982026-05-08T01:24:16.642Z Downloaded ff v0.13.1
6992026-05-08T01:24:16.642Z Downloaded foldhash v0.2.0
7002026-05-08T01:24:16.642Z Downloaded cipher v0.4.4
7012026-05-08T01:24:16.642Z Downloaded flagset v0.4.7
7022026-05-08T01:24:16.642Z Downloaded either v1.15.0
7032026-05-08T01:24:16.642Z Downloaded hex v0.4.3
7042026-05-08T01:24:16.642Z Downloaded home v0.5.12
7052026-05-08T01:24:16.642Z Downloaded derive-ex v0.1.8
7062026-05-08T01:24:16.642Z Downloaded hash32 v0.2.1
7072026-05-08T01:24:16.642Z Downloaded deranged v0.5.8
7082026-05-08T01:24:16.642Z Downloaded http-range v0.1.5
7092026-05-08T01:24:16.651Z Downloaded futures-executor v0.3.32
7102026-05-08T01:24:16.651Z Downloaded fs_extra v1.3.0
7112026-05-08T01:24:16.651Z Downloaded indent_write v2.2.0
7122026-05-08T01:24:16.651Z Downloaded ar_archive_writer v0.5.1
7132026-05-08T01:24:16.651Z Downloaded derive_builder v0.20.2
7142026-05-08T01:24:16.651Z Downloaded convert_case v0.10.0
7152026-05-08T01:24:16.651Z Downloaded compression-codecs v0.4.37
7162026-05-08T01:24:16.651Z Downloaded constant_time_eq v0.4.2
7172026-05-08T01:24:16.660Z Downloaded byte-wrapper v0.1.0
7182026-05-08T01:24:16.660Z Downloaded crossbeam-epoch v0.9.18
7192026-05-08T01:24:16.729Z Downloaded clang-sys v1.8.1
7202026-05-08T01:24:16.730Z Downloaded async-bb8-diesel v0.2.1
7212026-05-08T01:24:16.730Z Downloaded hubpack_derive v0.1.1
7222026-05-08T01:24:16.730Z Downloaded fs-err v2.11.0
7232026-05-08T01:24:16.730Z Downloaded indoc v1.0.9
7242026-05-08T01:24:16.730Z Downloaded bytes v1.11.1
7252026-05-08T01:24:16.754Z Downloaded instant v0.1.13
7262026-05-08T01:24:16.754Z Downloaded instability v0.3.11
7272026-05-08T01:24:16.754Z Downloaded group v0.13.0
7282026-05-08T01:24:16.754Z Downloaded globset v0.4.18
7292026-05-08T01:24:16.754Z Downloaded is-terminal v0.4.17
7302026-05-08T01:24:16.754Z Downloaded internet-checksum v0.2.1
7312026-05-08T01:24:16.754Z Downloaded gethostname v0.5.0
7322026-05-08T01:24:16.754Z Downloaded git-stub-vcs v0.1.0
7332026-05-08T01:24:16.754Z Downloaded ident_case v1.0.1
7342026-05-08T01:24:16.754Z Downloaded hyper-tls v0.6.0
7352026-05-08T01:24:16.755Z Downloaded inout v0.1.4
7362026-05-08T01:24:16.755Z Downloaded is_ci v1.2.0
7372026-05-08T01:24:16.755Z Downloaded http-body-util v0.1.3
7382026-05-08T01:24:16.755Z Downloaded glob v0.3.3
7392026-05-08T01:24:16.755Z Downloaded buf-list v1.1.2
7402026-05-08T01:24:16.755Z Downloaded cookie_store v0.22.1
7412026-05-08T01:24:16.755Z Downloaded cc v1.2.56
7422026-05-08T01:24:16.755Z Downloaded colored v3.1.1
7432026-05-08T01:24:16.755Z Downloaded cmake v0.1.57
7442026-05-08T01:24:16.755Z Downloaded blake2 v0.10.6
7452026-05-08T01:24:16.755Z Downloaded lazy_static v1.5.0
7462026-05-08T01:24:16.755Z Downloaded bzip2 v0.4.4
7472026-05-08T01:24:16.755Z Downloaded drift v0.1.4
7482026-05-08T01:24:16.755Z Downloaded des v0.8.1
7492026-05-08T01:24:16.755Z Downloaded data-encoding v2.10.0
7502026-05-08T01:24:16.755Z Downloaded corncobs v0.1.4
7512026-05-08T01:24:16.755Z Downloaded diff v0.1.13
7522026-05-08T01:24:16.755Z Downloaded hubpack v0.1.2
7532026-05-08T01:24:16.755Z Downloaded lalrpop-util v0.19.12
7542026-05-08T01:24:16.755Z Downloaded darling v0.23.0
7552026-05-08T01:24:16.755Z Downloaded lru-cache v0.1.2
7562026-05-08T01:24:16.756Z Downloaded kstat-rs v0.2.4
7572026-05-08T01:24:16.756Z Downloaded keccak v0.1.6
7582026-05-08T01:24:16.756Z Downloaded maplit v1.0.2
7592026-05-08T01:24:16.756Z Downloaded linked-hash-map v0.5.6
7602026-05-08T01:24:16.756Z Downloaded console v0.16.2
7612026-05-08T01:24:16.756Z Downloaded ahash v0.8.12
7622026-05-08T01:24:16.756Z Downloaded impl-trait-for-tuples v0.2.3
7632026-05-08T01:24:16.756Z Downloaded const-oid v0.9.6
7642026-05-08T01:24:16.756Z Downloaded darling v0.21.3
7652026-05-08T01:24:16.756Z Downloaded hyper-staticfile v0.10.1
7662026-05-08T01:24:16.756Z Downloaded libscf-sys v1.1.0
7672026-05-08T01:24:16.756Z Downloaded lru-slab v0.1.2
7682026-05-08T01:24:16.756Z Downloaded ingot v0.1.1
7692026-05-08T01:24:16.756Z Downloaded lru v0.12.5
7702026-05-08T01:24:16.756Z Downloaded multimap v0.10.1
7712026-05-08T01:24:16.756Z Downloaded match_cfg v0.1.0
7722026-05-08T01:24:16.756Z Downloaded humantime v2.3.0
7732026-05-08T01:24:16.756Z Downloaded md5 v0.7.0
7742026-05-08T01:24:16.756Z Downloaded lzss v0.8.2
7752026-05-08T01:24:16.756Z Downloaded new_debug_unreachable v1.0.6
7762026-05-08T01:24:16.764Z Downloaded futures-channel v0.3.32
7772026-05-08T01:24:16.764Z Downloaded indoc v2.0.7
7782026-05-08T01:24:16.764Z Downloaded getrandom v0.2.17
7792026-05-08T01:24:16.764Z Downloaded ipnet v2.11.0
7802026-05-08T01:24:16.764Z Downloaded half v1.8.3
7812026-05-08T01:24:16.764Z Downloaded ipnetwork v0.21.1
7822026-05-08T01:24:16.765Z Downloaded ingot-types v0.1.2
7832026-05-08T01:24:16.765Z Downloaded highway v1.3.0
7842026-05-08T01:24:16.765Z Downloaded maybe-uninit v2.0.0
7852026-05-08T01:24:16.765Z Downloaded mime v0.3.17
7862026-05-08T01:24:16.765Z Downloaded memoffset v0.9.1
7872026-05-08T01:24:16.765Z Downloaded httparse v1.10.1
7882026-05-08T01:24:16.794Z Downloaded newline-converter v0.3.0
7892026-05-08T01:24:16.794Z Downloaded crc-any v2.5.0
7902026-05-08T01:24:16.794Z Downloaded nonempty v0.12.0
7912026-05-08T01:24:16.794Z Downloaded newtype-uuid-macros v0.1.0
7922026-05-08T01:24:16.794Z Downloaded backon v1.6.0
7932026-05-08T01:24:16.819Z Downloaded num v0.4.3
7942026-05-08T01:24:16.819Z Downloaded normalize-line-endings v0.3.0
7952026-05-08T01:24:16.819Z Downloaded nodrop v0.1.14
7962026-05-08T01:24:16.819Z Downloaded newtype_derive v0.1.6
7972026-05-08T01:24:16.819Z Downloaded colored v2.2.0
7982026-05-08T01:24:16.819Z Downloaded chacha20 v0.10.0
7992026-05-08T01:24:16.819Z Downloaded nibble_vec v0.1.0
8002026-05-08T01:24:16.820Z Downloaded fatfs v0.3.6
8012026-05-08T01:24:16.820Z Downloaded num-derive v0.3.3
8022026-05-08T01:24:16.820Z Downloaded num-conv v0.2.0
8032026-05-08T01:24:16.820Z Downloaded arc-swap v1.8.2
8042026-05-08T01:24:16.820Z Downloaded num_threads v0.1.7
8052026-05-08T01:24:16.820Z Downloaded linear-map v1.2.0
8062026-05-08T01:24:16.820Z Downloaded flume v0.11.1
8072026-05-08T01:24:16.820Z Downloaded cookie v0.18.1
8082026-05-08T01:24:16.820Z Downloaded iana-time-zone v0.1.65
8092026-05-08T01:24:16.820Z Downloaded elliptic-curve v0.13.8
8102026-05-08T01:24:16.820Z Downloaded cancel-safe-futures v0.1.5
8112026-05-08T01:24:16.820Z Downloaded jobserver v0.1.34
8122026-05-08T01:24:16.820Z Downloaded md-5 v0.10.6
8132026-05-08T01:24:16.820Z Downloaded opaque-debug v0.3.1
8142026-05-08T01:24:16.820Z Downloaded olpc-cjson v0.1.4
8152026-05-08T01:24:16.831Z Downloaded num-derive v0.4.2
8162026-05-08T01:24:16.831Z Downloaded derive_more v2.1.1
8172026-05-08T01:24:16.832Z Downloaded num_enum_derive v0.5.11
8182026-05-08T01:24:16.832Z Downloaded openssl-macros v0.1.1
8192026-05-08T01:24:16.832Z Downloaded num-iter v0.1.45
8202026-05-08T01:24:16.832Z Downloaded crossbeam-channel v0.5.15
8212026-05-08T01:24:16.832Z Downloaded packed_struct_codegen v0.10.1
8222026-05-08T01:24:16.847Z Downloaded oso-derive v0.27.3
8232026-05-08T01:24:16.848Z Downloaded openssl-probe v0.2.1
8242026-05-08T01:24:16.848Z Downloaded openssl-probe v0.1.6
8252026-05-08T01:24:16.869Z Downloaded native-tls v0.2.18
8262026-05-08T01:24:16.869Z Downloaded libsw v3.5.0
8272026-05-08T01:24:16.870Z Downloaded getrandom v0.3.4
8282026-05-08T01:24:16.870Z Downloaded hyper-rustls v0.27.7
8292026-05-08T01:24:16.870Z Downloaded newtype-uuid v1.3.2
8302026-05-08T01:24:16.870Z Downloaded nanorand v0.7.0
8312026-05-08T01:24:16.870Z Downloaded mime_guess v2.0.5
8322026-05-08T01:24:16.871Z Downloaded base64 v0.22.1
8332026-05-08T01:24:16.871Z Downloaded managed v0.8.0
8342026-05-08T01:24:16.871Z Downloaded pbkdf2 v0.12.2
8352026-05-08T01:24:16.871Z Downloaded derive_more v0.99.20
8362026-05-08T01:24:16.871Z Downloaded hmac v0.12.1
8372026-05-08T01:24:16.871Z Downloaded darling_core v0.20.11
8382026-05-08T01:24:16.884Z Downloaded nu-ansi-term v0.50.3
8392026-05-08T01:24:16.885Z Downloaded peg-runtime v0.8.5
8402026-05-08T01:24:16.885Z Downloaded path-slash v0.1.5
8412026-05-08T01:24:16.885Z Downloaded parse-size v1.1.0
8422026-05-08T01:24:16.885Z Downloaded num_enum_derive v0.7.5
8432026-05-08T01:24:16.885Z Downloaded libsw-core v0.3.2
8442026-05-08T01:24:16.885Z Downloaded darling_core v0.23.0
8452026-05-08T01:24:16.885Z Downloaded phf_shared v0.13.1
8462026-05-08T01:24:16.885Z Downloaded crossterm v0.28.1
8472026-05-08T01:24:16.885Z Downloaded phf_shared v0.11.3
8482026-05-08T01:24:16.885Z Downloaded num_enum v0.5.11
8492026-05-08T01:24:16.885Z Downloaded num-complex v0.4.6
8502026-05-08T01:24:16.885Z Downloaded der v0.7.10
8512026-05-08T01:24:16.896Z Downloaded pin-utils v0.1.0
8522026-05-08T01:24:16.896Z Downloaded num_enum v0.7.5
8532026-05-08T01:24:16.896Z Downloaded num-rational v0.4.2
8542026-05-08T01:24:16.896Z Downloaded ignore v0.4.25
8552026-05-08T01:24:16.896Z Downloaded phf_shared v0.12.1
8562026-05-08T01:24:16.896Z Downloaded ingot-macros v0.1.1
8572026-05-08T01:24:16.896Z Downloaded num-integer v0.1.46
8582026-05-08T01:24:16.896Z Downloaded compact_str v0.8.1
8592026-05-08T01:24:16.907Z Downloaded predicates-core v1.0.10
8602026-05-08T01:24:16.907Z Downloaded precomputed-hash v0.1.1
8612026-05-08T01:24:16.907Z Downloaded packed_struct v0.10.1
8622026-05-08T01:24:16.907Z Downloaded futures v0.3.32
8632026-05-08T01:24:16.907Z Downloaded async-compression v0.4.41
8642026-05-08T01:24:16.907Z Downloaded litrs v1.0.0
8652026-05-08T01:24:16.917Z Downloaded oxnet v0.1.4
8662026-05-08T01:24:16.917Z Downloaded owo-colors v4.3.0
8672026-05-08T01:24:16.917Z Downloaded powerfmt v0.2.0
8682026-05-08T01:24:16.917Z Downloaded multer v3.1.0
8692026-05-08T01:24:16.917Z Downloaded chacha20poly1305 v0.10.1
8702026-05-08T01:24:16.917Z Downloaded lock_api v0.4.14
8712026-05-08T01:24:16.917Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-05-08T01:24:16.917Z Downloaded predicates-tree v1.0.13
8732026-05-08T01:24:16.917Z Downloaded headers v0.4.1
8742026-05-08T01:24:16.928Z Downloaded heapless v0.7.17
8752026-05-08T01:24:16.928Z Downloaded libloading v0.8.9
8762026-05-08T01:24:16.929Z Downloaded const_format v0.2.35
8772026-05-08T01:24:16.929Z Downloaded heapless v0.8.0
8782026-05-08T01:24:16.929Z Downloaded parse-display v0.10.0
8792026-05-08T01:24:16.929Z Downloaded base64 v0.21.7
8802026-05-08T01:24:16.943Z Downloaded libefi-sys v0.1.0
8812026-05-08T01:24:16.943Z Downloaded progenitor-client v0.11.2
8822026-05-08T01:24:16.943Z Downloaded proc-macro-crate v3.4.0
8832026-05-08T01:24:16.943Z Downloaded progenitor-macro v0.10.0
8842026-05-08T01:24:16.943Z Downloaded paste v1.0.15
8852026-05-08T01:24:16.943Z Downloaded proc-macro-crate v1.3.1
8862026-05-08T01:24:16.943Z Downloaded password-hash v0.4.2
8872026-05-08T01:24:16.943Z Downloaded darling_core v0.21.3
8882026-05-08T01:24:16.968Z Downloaded libbz2-rs-sys v0.2.2
8892026-05-08T01:24:16.968Z Downloaded pbkdf2 v0.11.0
8902026-05-08T01:24:16.968Z Downloaded parse-display-derive v0.10.0
8912026-05-08T01:24:16.968Z Downloaded progenitor-client v0.10.0
8922026-05-08T01:24:16.971Z Downloaded peg-macros v0.8.5
8932026-05-08T01:24:16.971Z Downloaded peg v0.8.5
8942026-05-08T01:24:16.971Z Downloaded progenitor-macro v0.13.0
8952026-05-08T01:24:16.971Z Downloaded progenitor-macro v0.11.2
8962026-05-08T01:24:16.971Z Downloaded console v0.15.11
8972026-05-08T01:24:16.971Z Downloaded progenitor-macro v0.14.0
8982026-05-08T01:24:16.971Z Downloaded psl-types v2.0.11
8992026-05-08T01:24:16.971Z Downloaded progenitor-client v0.14.0
9002026-05-08T01:24:17.018Z Downloaded flate2 v1.1.9
9012026-05-08T01:24:17.018Z Downloaded phf v0.12.1
9022026-05-08T01:24:17.018Z Downloaded pem v3.0.6
9032026-05-08T01:24:17.018Z Downloaded dropshot-api-manager v0.7.1
9042026-05-08T01:24:17.018Z Downloaded pkcs8 v0.10.2
9052026-05-08T01:24:17.019Z Downloaded pkg-config v0.3.32
9062026-05-08T01:24:17.019Z Downloaded memmap2 v0.9.10
9072026-05-08T01:24:17.019Z Downloaded phf v0.13.1
9082026-05-08T01:24:17.019Z Downloaded pem-rfc7468 v0.7.0
9092026-05-08T01:24:17.019Z Downloaded omicron-zone-package v0.12.2
9102026-05-08T01:24:17.019Z Downloaded quick-error v1.2.3
9112026-05-08T01:24:17.019Z Downloaded ppv-lite86 v0.2.21
9122026-05-08T01:24:17.019Z Downloaded derive_more-impl v2.1.1
9132026-05-08T01:24:17.020Z Downloaded primeorder v0.13.6
9142026-05-08T01:24:17.020Z Downloaded polyval v0.6.2
9152026-05-08T01:24:17.020Z Downloaded poly1305 v0.8.0
9162026-05-08T01:24:17.040Z Downloaded ref-cast v1.0.25
9172026-05-08T01:24:17.041Z Downloaded half v2.7.1
9182026-05-08T01:24:17.041Z Downloaded parking_lot_core v0.8.6
9192026-05-08T01:24:17.041Z Downloaded oxide-tokio-rt v0.1.4
9202026-05-08T01:24:17.041Z Downloaded radium v0.7.0
9212026-05-08T01:24:17.041Z Downloaded bumpalo v3.20.2
9222026-05-08T01:24:17.041Z Downloaded hickory-resolver v0.24.4
9232026-05-08T01:24:17.041Z Downloaded parking_lot_core v0.9.12
9242026-05-08T01:24:17.041Z Downloaded parking_lot v0.11.2
9252026-05-08T01:24:17.041Z Downloaded ref-cast-impl v1.0.25
9262026-05-08T01:24:17.041Z Downloaded recursive-proc-macro-impl v0.1.1
9272026-05-08T01:24:17.041Z Downloaded progenitor v0.10.0
9282026-05-08T01:24:17.042Z Downloaded password-hash v0.5.0
9292026-05-08T01:24:17.042Z Downloaded parking_lot v0.12.5
9302026-05-08T01:24:17.042Z Downloaded rand_xorshift v0.4.0
9312026-05-08T01:24:17.042Z Downloaded progenitor v0.14.0
9322026-05-08T01:24:17.042Z Downloaded progenitor v0.13.0
9332026-05-08T01:24:17.042Z Downloaded expectorate v1.2.0
9342026-05-08T01:24:17.042Z Downloaded progenitor v0.11.2
9352026-05-08T01:24:17.042Z Downloaded proc-macro-error2 v2.0.1
9362026-05-08T01:24:17.042Z Downloaded rfc6979 v0.4.0
9372026-05-08T01:24:17.042Z Downloaded recursive v0.1.1
9382026-05-08T01:24:17.043Z Downloaded progenitor-client v0.13.0
9392026-05-08T01:24:17.043Z Downloaded pin-project-internal v1.1.11
9402026-05-08T01:24:17.043Z Downloaded pkcs1 v0.7.5
9412026-05-08T01:24:17.099Z Downloaded pin-project-lite v0.2.17
9422026-05-08T01:24:17.099Z Downloaded psm v0.1.30
9432026-05-08T01:24:17.099Z Downloaded postcard v1.1.3
9442026-05-08T01:24:17.099Z Downloaded r2d2 v0.8.10
9452026-05-08T01:24:17.099Z Downloaded oso v0.27.3
9462026-05-08T01:24:17.100Z Downloaded rustc-hash v2.1.1
9472026-05-08T01:24:17.100Z Downloaded russh-cryptovec v0.7.3
9482026-05-08T01:24:17.100Z Downloaded predicates v3.1.4
9492026-05-08T01:24:17.100Z Downloaded rand_chacha v0.3.1
9502026-05-08T01:24:17.100Z Downloaded indexmap v1.9.3
9512026-05-08T01:24:17.100Z Downloaded indicatif v0.18.4
9522026-05-08T01:24:17.100Z Downloaded pkcs5 v0.7.1
9532026-05-08T01:24:17.100Z Downloaded postgres-types v0.2.12
9542026-05-08T01:24:17.116Z Downloaded scheduled-thread-pool v0.2.7
9552026-05-08T01:24:17.116Z Downloaded rand_seeder v0.4.0
9562026-05-08T01:24:17.116Z Downloaded rand_core v0.10.0
9572026-05-08T01:24:17.116Z Downloaded rand_chacha v0.9.0
9582026-05-08T01:24:17.116Z Downloaded miniz_oxide v0.8.9
9592026-05-08T01:24:17.116Z Downloaded papergrid v0.17.0
9602026-05-08T01:24:17.116Z Downloaded rustc_version v0.4.1
9612026-05-08T01:24:17.116Z Downloaded rtoolbox v0.0.3
9622026-05-08T01:24:17.116Z Downloaded jiff-static v0.2.21
9632026-05-08T01:24:17.116Z Downloaded hickory-resolver v0.25.2
9642026-05-08T01:24:17.117Z Downloaded salsa20 v0.10.2
9652026-05-08T01:24:17.117Z Downloaded postgres-protocol v0.6.10
9662026-05-08T01:24:17.117Z Downloaded scopeguard v1.2.0
9672026-05-08T01:24:17.117Z Downloaded sapling-renderdag v0.1.0
9682026-05-08T01:24:17.117Z Downloaded rand_core v0.6.4
9692026-05-08T01:24:17.117Z Downloaded rand_core v0.9.5
9702026-05-08T01:24:17.117Z Downloaded resolv-conf v0.7.6
9712026-05-08T01:24:17.117Z Downloaded seq-macro v0.3.6
9722026-05-08T01:24:17.117Z Downloaded semver v0.1.20
9732026-05-08T01:24:17.117Z Downloaded secrecy v0.10.3
9742026-05-08T01:24:17.117Z Downloaded ed25519-dalek v2.2.0
9752026-05-08T01:24:17.117Z Downloaded progenitor-extras v0.2.0
9762026-05-08T01:24:17.117Z Downloaded same-file v1.0.6
9772026-05-08T01:24:17.117Z Downloaded scrypt v0.11.0
9782026-05-08T01:24:17.117Z Downloaded scroll_derive v0.13.1
9792026-05-08T01:24:17.117Z Downloaded serde_spanned v1.0.4
9802026-05-08T01:24:17.117Z Downloaded serde_repr v0.1.20
9812026-05-08T01:24:17.117Z Downloaded serde_plain v1.0.2
9822026-05-08T01:24:17.117Z Downloaded secrecy v0.8.0
9832026-05-08T01:24:17.138Z Downloaded serde_bytes v0.11.19
9842026-05-08T01:24:17.138Z Downloaded rustls-pemfile v1.0.4
9852026-05-08T01:24:17.139Z Downloaded prefix-trie v0.7.0
9862026-05-08T01:24:17.139Z Downloaded rusty-fork v0.3.1
9872026-05-08T01:24:17.139Z Downloaded rustls-pemfile v2.2.0
9882026-05-08T01:24:17.139Z Downloaded serde-big-array v0.5.1
9892026-05-08T01:24:17.139Z Downloaded rustversion v1.0.22
9902026-05-08T01:24:17.168Z Downloaded hashbrown v0.12.3
9912026-05-08T01:24:17.168Z Downloaded quinn-udp v0.5.14
9922026-05-08T01:24:17.168Z Downloaded http v1.4.0
9932026-05-08T01:24:17.168Z Downloaded rustc_version v0.1.7
9942026-05-08T01:24:17.168Z Downloaded serde_urlencoded v0.7.1
9952026-05-08T01:24:17.168Z Downloaded signal-hook-mio v0.2.5
9962026-05-08T01:24:17.168Z Downloaded shell-words v1.1.1
9972026-05-08T01:24:17.169Z Downloaded sha1 v0.10.6
9982026-05-08T01:24:17.169Z Downloaded siphasher v1.0.2
9992026-05-08T01:24:17.169Z Downloaded sigpipe v0.1.3
10002026-05-08T01:24:17.169Z Downloaded slog-envlogger v2.2.0
10012026-05-08T01:24:17.169Z Downloaded rustls-native-certs v0.8.3
10022026-05-08T01:24:17.169Z Downloaded diesel_derives v2.3.7
10032026-05-08T01:24:17.181Z Downloaded p256 v0.13.2
10042026-05-08T01:24:17.181Z Downloaded schemars_derive v0.8.22
10052026-05-08T01:24:17.181Z Downloaded hashbrown v0.13.2
10062026-05-08T01:24:17.182Z Downloaded hickory-server v0.25.2
10072026-05-08T01:24:17.182Z Downloaded signature v2.2.0
10082026-05-08T01:24:17.182Z Downloaded progenitor-impl v0.14.0
10092026-05-08T01:24:17.182Z Downloaded pin-project v1.1.11
10102026-05-08T01:24:17.236Z Downloaded serde-hex v0.1.0
10112026-05-08T01:24:17.237Z Downloaded ssh-cipher v0.2.0
10122026-05-08T01:24:17.237Z Downloaded sqlparser_derive v0.5.0
10132026-05-08T01:24:17.237Z Downloaded progenitor-impl v0.11.2
10142026-05-08T01:24:17.237Z Downloaded progenitor-impl v0.10.0
10152026-05-08T01:24:17.244Z Downloaded minimal-lexical v0.2.1
10162026-05-08T01:24:17.244Z Downloaded openssl-sys v0.9.114
10172026-05-08T01:24:17.244Z Downloaded slog-bunyan v2.5.0
10182026-05-08T01:24:17.244Z Downloaded sct v0.7.1
10192026-05-08T01:24:17.244Z Downloaded rustls-pki-types v1.14.0
10202026-05-08T01:24:17.244Z Downloaded pretty_assertions v1.4.1
10212026-05-08T01:24:17.244Z Downloaded strum v0.26.3
10222026-05-08T01:24:17.244Z Downloaded simd-adler32 v0.3.8
10232026-05-08T01:24:17.244Z Downloaded serde_derive_internals v0.29.1
10242026-05-08T01:24:17.244Z Downloaded scroll v0.13.0
10252026-05-08T01:24:17.244Z Downloaded itertools v0.10.5
10262026-05-08T01:24:17.244Z Downloaded ssh-encoding v0.2.0
10272026-05-08T01:24:17.244Z Downloaded shlex v1.3.0
10282026-05-08T01:24:17.244Z Downloaded structmeta-derive v0.3.0
10292026-05-08T01:24:17.244Z Downloaded sync_wrapper v1.0.2
10302026-05-08T01:24:17.245Z Downloaded num-bigint v0.4.6
10312026-05-08T01:24:17.245Z Downloaded ron v0.8.1
10322026-05-08T01:24:17.245Z Downloaded hyper-util v0.1.20
10332026-05-08T01:24:17.245Z Downloaded supports-color v3.0.2
10342026-05-08T01:24:17.245Z Downloaded tabwriter v1.4.1
10352026-05-08T01:24:17.245Z Downloaded tabled_derive v0.11.0
10362026-05-08T01:24:17.245Z Downloaded russh-keys v0.45.0
10372026-05-08T01:24:17.245Z Downloaded take_mut v0.2.2
10382026-05-08T01:24:17.245Z Downloaded tagptr v0.2.0
10392026-05-08T01:24:17.245Z Downloaded smf v0.2.3
10402026-05-08T01:24:17.245Z Downloaded slog-stdlog v4.1.1
10412026-05-08T01:24:17.245Z Downloaded sync-ptr v0.1.4
10422026-05-08T01:24:17.245Z Downloaded progenitor-impl v0.13.0
10432026-05-08T01:24:17.245Z Downloaded slog-scope v4.4.1
10442026-05-08T01:24:17.246Z Downloaded structmeta v0.3.0
10452026-05-08T01:24:17.246Z Downloaded slog-async v2.8.0
10462026-05-08T01:24:17.258Z Downloaded testing_table v0.3.0
10472026-05-08T01:24:17.258Z Downloaded signal-hook-registry v1.4.8
10482026-05-08T01:24:17.258Z Downloaded stacker v0.1.23
10492026-05-08T01:24:17.258Z Downloaded spki v0.7.3
10502026-05-08T01:24:17.271Z Downloaded strip-ansi-escapes v0.2.1
10512026-05-08T01:24:17.271Z Downloaded slab v0.4.12
10522026-05-08T01:24:17.271Z Downloaded subtle v2.6.1
10532026-05-08T01:24:17.271Z Downloaded strum v0.27.2
10542026-05-08T01:24:17.271Z Downloaded string_cache v0.8.9
10552026-05-08T01:24:17.271Z Downloaded static_assertions v1.1.0
10562026-05-08T01:24:17.283Z Downloaded thread-id v5.1.0
10572026-05-08T01:24:17.283Z Downloaded thiserror-impl-no-std v2.0.2
10582026-05-08T01:24:17.283Z Downloaded strum_macros v0.24.3
10592026-05-08T01:24:17.283Z Downloaded hashbrown v0.15.5
10602026-05-08T01:24:17.298Z Downloaded tap v1.0.1
10612026-05-08T01:24:17.298Z Downloaded termtree v0.5.1
10622026-05-08T01:24:17.298Z Downloaded slog-json v2.6.1
10632026-05-08T01:24:17.298Z Downloaded slog-dtrace v0.3.0
10642026-05-08T01:24:17.298Z Downloaded sec1 v0.7.3
10652026-05-08T01:24:17.298Z Downloaded tokio-macros v2.7.0
10662026-05-08T01:24:17.298Z Downloaded support-bundle-viewer v0.1.2
10672026-05-08T01:24:17.298Z Downloaded libxml v0.3.3
10682026-05-08T01:24:17.305Z Downloaded nom v7.1.3
10692026-05-08T01:24:17.305Z Downloaded smallvec v0.6.14
10702026-05-08T01:24:17.305Z Downloaded slog-term v2.9.2
10712026-05-08T01:24:17.317Z Downloaded time-core v0.1.8
10722026-05-08T01:24:17.326Z Downloaded serde_cbor v0.11.2
10732026-05-08T01:24:17.326Z Downloaded sqlformat v0.3.5
10742026-05-08T01:24:17.326Z Downloaded iddqd v0.3.18
10752026-05-08T01:24:17.326Z Downloaded prettyplease v0.2.37
10762026-05-08T01:24:17.327Z Downloaded termios v0.3.3
10772026-05-08T01:24:17.339Z Downloaded iri-string v0.7.10
10782026-05-08T01:24:17.339Z Downloaded tinyvec_macros v0.1.1
10792026-05-08T01:24:17.339Z Downloaded stringprep v0.1.5
10802026-05-08T01:24:17.339Z Downloaded serde_with_macros v3.17.0
10812026-05-08T01:24:17.339Z Downloaded serde_path_to_error v0.1.20
10822026-05-08T01:24:17.339Z Downloaded rand v0.8.5
10832026-05-08T01:24:17.356Z Downloaded serde_yaml v0.9.34+deprecated
10842026-05-08T01:24:17.356Z Downloaded time-macros v0.2.27
10852026-05-08T01:24:17.356Z Downloaded thiserror-no-std v2.0.2
10862026-05-08T01:24:17.356Z Downloaded tower-service v0.3.3
10872026-05-08T01:24:17.356Z Downloaded topological-sort v0.2.2
10882026-05-08T01:24:17.356Z Downloaded trait-variant v0.1.2
10892026-05-08T01:24:17.357Z Downloaded rayon-core v1.13.0
10902026-05-08T01:24:17.369Z Downloaded signal-hook-tokio v0.3.1
10912026-05-08T01:24:17.369Z Downloaded mio v1.2.0
10922026-05-08T01:24:17.369Z Downloaded thread_local v1.1.9
10932026-05-08T01:24:17.369Z Downloaded strum_macros v0.27.2
10942026-05-08T01:24:17.369Z Downloaded hashbrown v0.16.1
10952026-05-08T01:24:17.369Z Downloaded itertools v0.13.0
10962026-05-08T01:24:17.369Z Downloaded strum_macros v0.26.4
10972026-05-08T01:24:17.369Z Downloaded rcgen v0.12.1
10982026-05-08T01:24:17.369Z Downloaded try-lock v0.2.5
10992026-05-08T01:24:17.383Z Downloaded aes-gcm v0.10.3
11002026-05-08T01:24:17.383Z Downloaded similar v2.7.0
11012026-05-08T01:24:17.383Z Downloaded ryu v1.0.23
11022026-05-08T01:24:17.384Z Downloaded schemars v0.8.22
11032026-05-08T01:24:17.393Z Downloaded typify-macro v0.4.3
11042026-05-08T01:24:17.393Z Downloaded tower-layer v0.3.3
11052026-05-08T01:24:17.393Z Downloaded tokio-dtrace v0.1.1
11062026-05-08T01:24:17.394Z Downloaded qorb v0.4.1
11072026-05-08T01:24:17.394Z Downloaded tokio-rustls v0.25.0
11082026-05-08T01:24:17.405Z Downloaded spin v0.9.8
11092026-05-08T01:24:17.405Z Downloaded snafu-derive v0.8.9
11102026-05-08T01:24:17.405Z Downloaded socket2 v0.6.3
11112026-05-08T01:24:17.405Z Downloaded unicode-truncate v1.1.0
11122026-05-08T01:24:17.405Z Downloaded untrusted v0.7.1
11132026-05-08T01:24:17.412Z Downloaded unit-prefix v0.5.2
11142026-05-08T01:24:17.412Z Downloaded rand v0.9.2
11152026-05-08T01:24:17.412Z Downloaded term v0.7.0
11162026-05-08T01:24:17.412Z Downloaded quinn v0.11.9
11172026-05-08T01:24:17.412Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11182026-05-08T01:24:17.413Z Downloaded tiny-keccak v2.0.2
11192026-05-08T01:24:17.421Z Downloaded signal-hook v0.3.18
11202026-05-08T01:24:17.421Z Downloaded tls_codec_derive v0.4.2
11212026-05-08T01:24:17.421Z Downloaded typify-macro v0.6.2
11222026-05-08T01:24:17.422Z Downloaded rustls-webpki v0.103.9
11232026-05-08T01:24:17.422Z Downloaded unarray v0.1.4
11242026-05-08T01:24:17.422Z Downloaded tokio-native-tls v0.3.1
11252026-05-08T01:24:17.429Z Downloaded toml_writer v1.0.6+spec-1.1.0
11262026-05-08T01:24:17.429Z Downloaded utf-8 v0.7.6
11272026-05-08T01:24:17.429Z Downloaded usdt-macro v0.6.0
11282026-05-08T01:24:17.429Z Downloaded rand v0.10.0
11292026-05-08T01:24:17.429Z Downloaded itertools v0.12.1
11302026-05-08T01:24:17.434Z Downloaded slog v2.8.2
11312026-05-08T01:24:17.442Z Downloaded usdt-attr-macro v0.6.0
11322026-05-08T01:24:17.442Z Downloaded tokio-tungstenite v0.23.1
11332026-05-08T01:24:17.442Z Downloaded void v1.0.2
11342026-05-08T01:24:17.443Z Downloaded universal-hash v0.5.1
11352026-05-08T01:24:17.443Z Downloaded tokio-tungstenite v0.21.0
11362026-05-08T01:24:17.449Z Downloaded rustls-platform-verifier v0.6.2
11372026-05-08T01:24:17.449Z Downloaded num-bigint-dig v0.8.6
11382026-05-08T01:24:17.463Z Downloaded tokio-rustls v0.26.4
11392026-05-08T01:24:17.463Z Downloaded want v0.3.1
11402026-05-08T01:24:17.472Z Downloaded publicsuffix v2.3.0
11412026-05-08T01:24:17.472Z Downloaded hyper v1.8.1
11422026-05-08T01:24:17.481Z Downloaded socket2 v0.5.10
11432026-05-08T01:24:17.496Z Downloaded waitgroup v0.1.2
11442026-05-08T01:24:17.496Z Downloaded wait-timeout v0.2.1
11452026-05-08T01:24:17.496Z Downloaded tui-tree-widget v0.23.1
11462026-05-08T01:24:17.501Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-05-08T01:24:17.502Z Downloaded tls_codec v0.4.2
11482026-05-08T01:24:17.502Z Downloaded untrusted v0.9.0
11492026-05-08T01:24:17.502Z Downloaded usdt-impl v0.6.0
11502026-05-08T01:24:17.502Z Downloaded zone v0.3.1
11512026-05-08T01:24:17.502Z Downloaded zone_cfg_derive v0.3.1
11522026-05-08T01:24:17.502Z Downloaded h2 v0.4.13
11532026-05-08T01:24:17.508Z Downloaded xshell-macros v0.2.7
11542026-05-08T01:24:17.508Z Downloaded tracing-attributes v0.1.31
11552026-05-08T01:24:17.513Z Downloaded unicase v2.9.0
11562026-05-08T01:24:17.513Z Downloaded tinyvec v1.10.0
11572026-05-08T01:24:17.518Z Downloaded tokio-rustls v0.24.1
11582026-05-08T01:24:17.521Z Downloaded libm v0.2.16
11592026-05-08T01:24:17.524Z Downloaded vergen-gitcl v1.0.8
11602026-05-08T01:24:17.527Z Downloaded zeroize_derive v1.4.3
11612026-05-08T01:24:17.527Z Downloaded usdt v0.6.0
11622026-05-08T01:24:17.527Z Downloaded twox-hash v2.1.2
11632026-05-08T01:24:17.530Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-05-08T01:24:17.530Z Downloaded subprocess v0.2.15
11652026-05-08T01:24:17.535Z Downloaded tokio-stream v0.1.18
11662026-05-08T01:24:17.538Z Downloaded unicode-properties v0.1.4
11672026-05-08T01:24:17.538Z Downloaded toml v0.7.8
11682026-05-08T01:24:17.538Z Downloaded vsss-rs v3.3.4
11692026-05-08T01:24:17.538Z Downloaded tar v0.4.45
11702026-05-08T01:24:17.541Z Downloaded schemars v1.2.1
11712026-05-08T01:24:17.547Z Downloaded uzers v0.12.2
11722026-05-08T01:24:17.549Z Downloaded term v1.2.1
11732026-05-08T01:24:17.555Z Downloaded wyz v0.5.1
11742026-05-08T01:24:17.555Z Downloaded whoami v2.1.0
11752026-05-08T01:24:17.555Z Downloaded schemars v0.9.0
11762026-05-08T01:24:17.569Z Downloaded whoami v1.6.1
11772026-05-08T01:24:17.569Z Downloaded test-strategy v0.4.5
11782026-05-08T01:24:17.588Z Downloaded rsa v0.9.10
11792026-05-08T01:24:17.588Z Downloaded toml v1.0.6+spec-1.1.0
11802026-05-08T01:24:17.588Z Downloaded walkdir v2.5.0
11812026-05-08T01:24:17.588Z Downloaded aws-lc-rs v1.16.0
11822026-05-08T01:24:17.588Z Downloaded zstd-safe v7.2.4
11832026-05-08T01:24:17.588Z Downloaded xattr v1.6.1
11842026-05-08T01:24:17.588Z Downloaded futures-util v0.3.32
11852026-05-08T01:24:17.603Z Downloaded xshell v0.2.7
11862026-05-08T01:24:17.603Z Downloaded rustyline v14.0.0
11872026-05-08T01:24:17.603Z Downloaded zstd v0.13.3
11882026-05-08T01:24:17.603Z Downloaded typify v0.4.3
11892026-05-08T01:24:17.603Z Downloaded p521 v0.13.3
11902026-05-08T01:24:17.603Z Downloaded tungstenite v0.23.0
11912026-05-08T01:24:17.604Z Downloaded zeroize v1.8.2
11922026-05-08T01:24:17.604Z Downloaded tungstenite v0.21.0
11932026-05-08T01:24:17.608Z Downloaded hkdf v0.12.4
11942026-05-08T01:24:17.608Z Downloaded samael v0.0.19
11952026-05-08T01:24:17.608Z Downloaded toml v0.9.12+spec-1.1.0
11962026-05-08T01:24:17.608Z Downloaded unicode-bidi v0.3.18
11972026-05-08T01:24:17.615Z Downloaded yasna v0.5.2
11982026-05-08T01:24:17.626Z Downloaded vergen v9.0.6
11992026-05-08T01:24:17.626Z Downloaded snafu v0.8.9
12002026-05-08T01:24:17.637Z Downloaded vergen-lib v0.1.6
12012026-05-08T01:24:17.646Z Downloaded typify v0.6.2
12022026-05-08T01:24:17.646Z Downloaded tracing-core v0.1.36
12032026-05-08T01:24:17.647Z Downloaded russh v0.45.0
12042026-05-08T01:24:17.647Z Downloaded vergen-git2 v1.0.7
12052026-05-08T01:24:17.653Z Downloaded reedline v0.40.0
12062026-05-08T01:24:17.653Z Downloaded blake3 v1.8.3
12072026-05-08T01:24:17.661Z Downloaded unsafe-libyaml v0.2.11
12082026-05-08T01:24:17.662Z Downloaded itertools v0.14.0
12092026-05-08T01:24:17.670Z Downloaded toml_edit v0.23.10+spec-1.0.0
12102026-05-08T01:24:17.678Z Downloaded uuid v1.23.0
12112026-05-08T01:24:17.678Z Downloaded zerocopy v0.6.6
12122026-05-08T01:24:17.687Z Downloaded vte v0.14.1
12132026-05-08T01:24:17.687Z Downloaded rpassword v7.4.0
12142026-05-08T01:24:17.687Z Downloaded toml_edit v0.19.15
12152026-05-08T01:24:17.693Z Downloaded git2 v0.20.4
12162026-05-08T01:24:17.697Z Downloaded zopfli v0.8.3
12172026-05-08T01:24:17.700Z Downloaded tokio-postgres v0.7.16
12182026-05-08T01:24:17.709Z Downloaded bitvec v1.0.1
12192026-05-08T01:24:17.721Z Downloaded unicode_categories v0.1.1
12202026-05-08T01:24:17.728Z Downloaded steno v0.4.1
12212026-05-08T01:24:17.728Z Downloaded p384 v0.13.1
12222026-05-08T01:24:17.728Z Downloaded portable-atomic v1.13.1
12232026-05-08T01:24:17.733Z Downloaded zip v0.6.6
12242026-05-08T01:24:17.737Z Downloaded ssh-key v0.6.7
12252026-05-08T01:24:17.741Z Downloaded yansi v1.0.1
12262026-05-08T01:24:17.750Z Downloaded chrono v0.4.44
12272026-05-08T01:24:17.766Z Downloaded regex v1.12.3
12282026-05-08T01:24:17.772Z Downloaded tower v0.5.3
12292026-05-08T01:24:17.777Z Downloaded reqwest v0.13.2
12302026-05-08T01:24:17.782Z Downloaded reqwest v0.12.28
12312026-05-08T01:24:17.788Z Downloaded lalrpop v0.19.12
12322026-05-08T01:24:17.794Z Downloaded typed-path v0.9.3
12332026-05-08T01:24:17.799Z Downloaded unicode-segmentation v1.12.0
12342026-05-08T01:24:17.799Z Downloaded unicode-normalization v0.1.25
12352026-05-08T01:24:17.803Z Downloaded salty v0.3.0
12362026-05-08T01:24:17.807Z Downloaded zerocopy-derive v0.8.40
12372026-05-08T01:24:17.812Z Downloaded rayon v1.11.0
12382026-05-08T01:24:17.818Z Downloaded quick-xml v0.37.5
12392026-05-08T01:24:17.827Z Downloaded x509-cert v0.2.5
12402026-05-08T01:24:17.832Z Downloaded goblin v0.10.5
12412026-05-08T01:24:17.836Z Downloaded tokio-util v0.7.18
12422026-05-08T01:24:17.842Z Downloaded moka v0.12.13
12432026-05-08T01:24:17.846Z Downloaded rustls-webpki v0.101.7
12442026-05-08T01:24:17.853Z Downloaded tower-http v0.6.8
12452026-05-08T01:24:17.858Z Downloaded proptest v1.10.0
12462026-05-08T01:24:17.862Z Downloaded bindgen v0.71.1
12472026-05-08T01:24:17.865Z Downloaded tough v0.20.0
12482026-05-08T01:24:17.874Z Downloaded zip v4.6.1
12492026-05-08T01:24:17.916Z Downloaded object v0.30.4
12502026-05-08T01:24:17.920Z Downloaded serde_with v3.17.0
12512026-05-08T01:24:17.931Z Downloaded winnow v0.6.26
12522026-05-08T01:24:17.935Z Downloaded nix v0.27.1
12532026-05-08T01:24:17.940Z Downloaded rustls-webpki v0.102.8
12542026-05-08T01:24:17.951Z Downloaded petname v2.0.2
12552026-05-08T01:24:17.954Z Downloaded winnow v0.5.40
12562026-05-08T01:24:17.960Z Downloaded radix_trie v0.2.1
12572026-05-08T01:24:17.963Z Downloaded nix v0.29.0
12582026-05-08T01:24:17.971Z Downloaded rustls v0.21.12
12592026-05-08T01:24:17.978Z Downloaded hickory-proto v0.26.1
12602026-05-08T01:24:17.987Z Downloaded time v0.3.47
12612026-05-08T01:24:17.993Z Downloaded polar-core v0.27.3
12622026-05-08T01:24:17.997Z Downloaded dropshot v0.17.0
12632026-05-08T01:24:18.014Z Downloaded hickory-proto v0.24.4
12642026-05-08T01:24:18.020Z Downloaded dropshot v0.16.7
12652026-05-08T01:24:18.035Z Downloaded tabled v0.20.0
12662026-05-08T01:24:18.045Z Downloaded nix v0.31.2
12672026-05-08T01:24:18.050Z Downloaded regex-syntax v0.6.29
12682026-05-08T01:24:18.055Z Downloaded smoltcp v0.9.1
12692026-05-08T01:24:18.062Z Downloaded zlib-rs v0.6.2
12702026-05-08T01:24:18.064Z Downloaded webpki-roots v1.0.6
12712026-05-08T01:24:18.068Z Downloaded bstr v1.12.1
12722026-05-08T01:24:18.072Z Downloaded openssl v0.10.78
12732026-05-08T01:24:18.083Z Downloaded smoltcp v0.11.0
12742026-05-08T01:24:18.088Z Downloaded vcpkg v0.2.15
12752026-05-08T01:24:18.109Z Downloaded zerocopy v0.8.40
12762026-05-08T01:24:18.115Z Downloaded regress v0.10.5
12772026-05-08T01:24:18.120Z Downloaded hickory-proto v0.25.2
12782026-05-08T01:24:18.131Z Downloaded rustls v0.22.4
12792026-05-08T01:24:18.137Z Downloaded regress v0.11.1
12802026-05-08T01:24:18.143Z Downloaded regex-syntax v0.8.10
12812026-05-08T01:24:18.148Z Downloaded openapiv3 v2.2.0
12822026-05-08T01:24:18.155Z Downloaded object v0.37.3
12832026-05-08T01:24:18.163Z Downloaded diesel v2.3.7
12842026-05-08T01:24:18.175Z Downloaded rustix v0.38.44
12852026-05-08T01:24:18.188Z Downloaded rustls v0.23.37
12862026-05-08T01:24:18.197Z Downloaded nix v0.28.0
12872026-05-08T01:24:18.203Z Downloaded quinn-proto v0.11.13
12882026-05-08T01:24:18.216Z Downloaded sqlparser v0.61.0
12892026-05-08T01:24:18.246Z Downloaded sled v0.34.7
12902026-05-08T01:24:18.282Z Downloaded typify-impl v0.6.2
12912026-05-08T01:24:18.287Z Downloaded tracing v0.1.44
12922026-05-08T01:24:18.292Z Downloaded typify-impl v0.4.3
12932026-05-08T01:24:18.303Z Downloaded zerocopy-derive v0.6.6
12942026-05-08T01:24:18.307Z Downloaded ratatui v0.29.0
12952026-05-08T01:24:18.316Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-05-08T01:24:18.322Z Downloaded petgraph v0.6.5
12972026-05-08T01:24:18.332Z Downloaded chrono-tz v0.10.4
12982026-05-08T01:24:18.342Z Downloaded regex-automata v0.4.14
12992026-05-08T01:24:18.360Z Downloaded jiff v0.2.21
13002026-05-08T01:24:18.377Z Downloaded sha3 v0.10.8
13012026-05-08T01:24:18.401Z Downloaded petgraph v0.8.3
13022026-05-08T01:24:18.423Z Downloaded csv v1.4.0
13032026-05-08T01:24:18.433Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-05-08T01:24:18.442Z Downloaded libz-sys v1.1.24
13052026-05-08T01:24:18.454Z Downloaded tokio v1.52.1
13062026-05-08T01:24:18.506Z Downloaded encoding_rs v0.8.35
13072026-05-08T01:24:18.522Z Downloaded ring v0.17.14
13082026-05-08T01:24:18.544Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-08T01:24:19.258Z Downloaded aws-lc-sys v0.37.1
13102026-05-08T01:24:19.497Z Compiling libc v0.2.185
13112026-05-08T01:24:19.497Z Compiling serde v1.0.228
13122026-05-08T01:24:19.512Z Compiling log v0.4.29
13132026-05-08T01:24:19.513Z Compiling find-msvc-tools v0.1.9
13142026-05-08T01:24:19.668Z Compiling shlex v1.3.0
13152026-05-08T01:24:19.668Z Compiling smallvec v1.15.1
13162026-05-08T01:24:19.677Z Compiling syn v2.0.117
13172026-05-08T01:24:19.707Z Compiling typenum v1.19.0
13182026-05-08T01:24:19.878Z Compiling generic-array v0.14.7
13192026-05-08T01:24:19.901Z Compiling subtle v2.6.1
13202026-05-08T01:24:19.907Z Compiling scopeguard v1.2.0
13212026-05-08T01:24:19.921Z Compiling const-oid v0.9.6
13222026-05-08T01:24:19.977Z Compiling lock_api v0.4.14
13232026-05-08T01:24:20.003Z Compiling portable-atomic v1.13.1
13242026-05-08T01:24:20.046Z Compiling zerocopy v0.8.40
13252026-05-08T01:24:20.117Z Compiling serde_json v1.0.149
13262026-05-08T01:24:20.210Z Compiling critical-section v1.2.0
13272026-05-08T01:24:20.320Z Compiling parking_lot_core v0.9.12
13282026-05-08T01:24:20.333Z Compiling pin-project-lite v0.2.17
13292026-05-08T01:24:20.482Z Compiling pkg-config v0.3.32
13302026-05-08T01:24:20.567Z Compiling getrandom v0.2.17
13312026-05-08T01:24:20.582Z Compiling jobserver v0.1.34
13322026-05-08T01:24:20.636Z Compiling errno v0.3.14
13332026-05-08T01:24:20.783Z Compiling cc v1.2.56
13342026-05-08T01:24:20.788Z Compiling rand_core v0.6.4
13352026-05-08T01:24:20.956Z Compiling once_cell v1.21.3
13362026-05-08T01:24:20.969Z Compiling signal-hook-registry v1.4.8
13372026-05-08T01:24:21.011Z Compiling bitflags v2.11.0
13382026-05-08T01:24:21.045Z Compiling libm v0.2.16
13392026-05-08T01:24:21.067Z Compiling parking_lot v0.12.5
13402026-05-08T01:24:21.160Z Compiling mio v1.2.0
13412026-05-08T01:24:21.232Z Compiling num-traits v0.2.19
13422026-05-08T01:24:21.247Z Compiling futures-core v0.3.32
13432026-05-08T01:24:21.393Z Compiling percent-encoding v2.3.2
13442026-05-08T01:24:21.435Z Compiling socket2 v0.6.3
13452026-05-08T01:24:21.573Z Compiling getrandom v0.4.1
13462026-05-08T01:24:21.587Z Compiling rand_core v0.10.0
13472026-05-08T01:24:21.587Z Compiling futures-sink v0.3.32
13482026-05-08T01:24:21.613Z Compiling cpufeatures v0.2.17
13492026-05-08T01:24:21.686Z Compiling futures-channel v0.3.32
13502026-05-08T01:24:21.703Z Compiling futures-io v0.3.32
13512026-05-08T01:24:21.748Z Compiling slab v0.4.12
13522026-05-08T01:24:21.827Z Compiling futures-task v0.3.32
13532026-05-08T01:24:21.854Z Compiling getrandom v0.3.4
13542026-05-08T01:24:21.915Z Compiling rustversion v1.0.22
13552026-05-08T01:24:21.930Z Compiling indexmap v2.14.0
13562026-05-08T01:24:21.991Z Compiling cmake v0.1.57
13572026-05-08T01:24:22.351Z Compiling form_urlencoded v1.2.2
13582026-05-08T01:24:22.379Z Compiling ident_case v1.0.1
13592026-05-08T01:24:22.453Z Compiling fs_extra v1.3.0
13602026-05-08T01:24:22.500Z Compiling synstructure v0.13.2
13612026-05-08T01:24:22.523Z Compiling base64ct v1.8.3
13622026-05-08T01:24:22.559Z Compiling dunce v1.0.5
13632026-05-08T01:24:22.654Z Compiling flagset v0.4.7
13642026-05-08T01:24:22.711Z Compiling aws-lc-sys v0.37.1
13652026-05-08T01:24:22.774Z Compiling pem-rfc7468 v0.7.0
13662026-05-08T01:24:22.786Z Compiling rand_core v0.9.5
13672026-05-08T01:24:22.802Z Compiling iana-time-zone v0.1.65
13682026-05-08T01:24:22.815Z Compiling rustix v1.1.3
13692026-05-08T01:24:22.861Z Compiling ring v0.17.14
13702026-05-08T01:24:22.995Z Compiling uuid v1.23.0
13712026-05-08T01:24:23.047Z Compiling rustc_version v0.4.1
13722026-05-08T01:24:23.071Z Compiling aws-lc-rs v1.16.0
13732026-05-08T01:24:23.093Z Compiling regex-syntax v0.8.10
13742026-05-08T01:24:23.390Z Compiling vcpkg v0.2.15
13752026-05-08T01:24:23.424Z Compiling tracing-core v0.1.36
13762026-05-08T01:24:23.774Z Compiling pest_generator v2.8.6
13772026-05-08T01:24:23.983Z Compiling serde_derive_internals v0.29.1
13782026-05-08T01:24:24.125Z Compiling openssl-sys v0.9.114
13792026-05-08T01:24:24.273Z Compiling serde_derive v1.0.228
13802026-05-08T01:24:24.478Z Compiling zeroize_derive v1.4.3
13812026-05-08T01:24:24.569Z Compiling zerofrom-derive v0.1.6
13822026-05-08T01:24:24.641Z Compiling yoke-derive v0.8.1
13832026-05-08T01:24:24.897Z Compiling zerocopy-derive v0.8.40
13842026-05-08T01:24:25.139Z Compiling zeroize v1.8.2
13852026-05-08T01:24:25.499Z Compiling zerovec-derive v0.11.2
13862026-05-08T01:24:25.818Z Compiling displaydoc v0.2.5
13872026-05-08T01:24:25.905Z Compiling crypto-common v0.1.7
13882026-05-08T01:24:25.983Z Compiling zerofrom v0.1.6
13892026-05-08T01:24:26.049Z Compiling block-buffer v0.10.4
13902026-05-08T01:24:26.107Z Compiling yoke v0.8.1
13912026-05-08T01:24:26.213Z Compiling digest v0.10.7
13922026-05-08T01:24:26.287Z Compiling tokio-macros v2.7.0
13932026-05-08T01:24:26.451Z Compiling hmac v0.12.1
13942026-05-08T01:24:26.541Z Compiling zerotrie v0.2.3
13952026-05-08T01:24:26.584Z Compiling zerovec v0.11.5
13962026-05-08T01:24:26.604Z Compiling futures-macro v0.3.32
13972026-05-08T01:24:26.828Z Compiling block-padding v0.3.3
13982026-05-08T01:24:26.984Z Compiling inout v0.1.4
13992026-05-08T01:24:26.998Z Compiling sha2 v0.10.9
14002026-05-08T01:24:27.063Z Compiling tinystr v0.8.2
14012026-05-08T01:24:27.148Z Compiling potential_utf v0.1.4
14022026-05-08T01:24:27.263Z Compiling icu_locale_core v2.1.1
14032026-05-08T01:24:27.307Z Compiling icu_collections v2.1.1
14042026-05-08T01:24:27.381Z Compiling futures-util v0.3.32
14052026-05-08T01:24:27.567Z Compiling cipher v0.4.4
14062026-05-08T01:24:27.737Z Compiling bytes v1.11.1
14072026-05-08T01:24:27.777Z Compiling der_derive v0.7.3
14082026-05-08T01:24:27.838Z Compiling salsa20 v0.10.2
14092026-05-08T01:24:27.998Z Compiling icu_provider v2.1.1
14102026-05-08T01:24:28.132Z Compiling chrono v0.4.44
14112026-05-08T01:24:28.332Z Compiling tokio v1.52.1
14122026-05-08T01:24:28.382Z Compiling icu_properties v2.1.2
14132026-05-08T01:24:28.405Z Compiling icu_normalizer v2.1.1
14142026-05-08T01:24:28.795Z Compiling der v0.7.10
14152026-05-08T01:24:28.973Z Compiling http v1.4.0
14162026-05-08T01:24:29.362Z Compiling idna_adapter v1.2.1
14172026-05-08T01:24:29.478Z Compiling ppv-lite86 v0.2.21
14182026-05-08T01:24:29.499Z Compiling idna v1.1.0
14192026-05-08T01:24:29.561Z Compiling pbkdf2 v0.12.2
14202026-05-08T01:24:29.678Z Compiling spki v0.7.3
14212026-05-08T01:24:29.786Z Compiling thiserror-impl v2.0.18
14222026-05-08T01:24:29.833Z Compiling url v2.5.8
14232026-05-08T01:24:29.853Z Compiling rand_chacha v0.9.0
14242026-05-08T01:24:29.877Z Compiling scrypt v0.11.0
14252026-05-08T01:24:30.000Z Compiling cbc v0.1.2
14262026-05-08T01:24:30.114Z Compiling aes v0.8.4
14272026-05-08T01:24:30.128Z Compiling rustls-pki-types v1.14.0
14282026-05-08T01:24:30.144Z Compiling tracing-attributes v0.1.31
14292026-05-08T01:24:30.524Z Compiling pkcs5 v0.7.1
14302026-05-08T01:24:30.611Z Compiling rand v0.9.2
14312026-05-08T01:24:30.676Z Compiling http-body v1.0.1
14322026-05-08T01:24:30.820Z Compiling schemars v0.8.22
14332026-05-08T01:24:31.043Z Compiling base64 v0.22.1
14342026-05-08T01:24:31.108Z Compiling untrusted v0.7.1
14352026-05-08T01:24:31.108Z Compiling thiserror v2.0.18
14362026-05-08T01:24:31.188Z Compiling httparse v1.10.1
14372026-05-08T01:24:31.188Z Compiling untrusted v0.9.0
14382026-05-08T01:24:31.188Z Compiling openssl-probe v0.2.1
14392026-05-08T01:24:31.330Z Compiling pkcs8 v0.10.2
14402026-05-08T01:24:31.402Z Compiling schemars_derive v0.8.22
14412026-05-08T01:24:31.402Z Compiling pest_derive v2.8.6
14422026-05-08T01:24:31.475Z Compiling tracing v0.1.44
14432026-05-08T01:24:31.549Z Compiling scroll_derive v0.13.1
14442026-05-08T01:24:31.666Z Compiling darling_core v0.20.11
14452026-05-08T01:24:31.761Z Compiling tower-layer v0.3.3
14462026-05-08T01:24:31.785Z Compiling tower-service v0.3.3
14472026-05-08T01:24:31.860Z Compiling atomic-waker v1.1.2
14482026-05-08T01:24:31.902Z Compiling try-lock v0.2.5
14492026-05-08T01:24:31.960Z Compiling dyn-clone v1.0.20
14502026-05-08T01:24:31.965Z Compiling tinyvec_macros v0.1.1
14512026-05-08T01:24:32.050Z Compiling tokio-util v0.7.18
14522026-05-08T01:24:32.121Z Compiling rustls v0.23.37
14532026-05-08T01:24:32.287Z Compiling tinyvec v1.10.0
14542026-05-08T01:24:32.309Z Compiling scroll v0.13.0
14552026-05-08T01:24:32.561Z Compiling want v0.3.1
14562026-05-08T01:24:32.696Z Compiling h2 v0.4.13
14572026-05-08T01:24:32.889Z Compiling ipnet v2.11.0
14582026-05-08T01:24:33.009Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14592026-05-08T01:24:33.044Z Compiling spin v0.9.8
14602026-05-08T01:24:33.306Z Compiling aho-corasick v1.1.4
14612026-05-08T01:24:33.398Z Compiling pin-utils v0.1.0
14622026-05-08T01:24:33.402Z Compiling powerfmt v0.2.0
14632026-05-08T01:24:33.470Z Compiling httpdate v1.0.3
14642026-05-08T01:24:33.609Z Compiling time-core v0.1.8
14652026-05-08T01:24:33.694Z Compiling openssl v0.10.78
14662026-05-08T01:24:33.758Z Compiling foreign-types-shared v0.1.1
14672026-05-08T01:24:33.855Z Compiling crc32fast v1.5.0
14682026-05-08T01:24:33.878Z Compiling num-conv v0.2.0
14692026-05-08T01:24:33.934Z Compiling darling_macro v0.20.11
14702026-05-08T01:24:34.017Z Compiling foreign-types v0.3.2
14712026-05-08T01:24:34.072Z Compiling time-macros v0.2.27
14722026-05-08T01:24:34.072Z Compiling deranged v0.5.8
14732026-05-08T01:24:34.073Z Compiling tempfile v3.25.0
14742026-05-08T01:24:34.151Z Compiling regex-automata v0.4.14
14752026-05-08T01:24:34.374Z Compiling darling v0.20.11
14762026-05-08T01:24:34.458Z Compiling goblin v0.10.5
14772026-05-08T01:24:35.008Z Compiling openssl-macros v0.1.1
14782026-05-08T01:24:35.038Z Compiling wait-timeout v0.2.1
14792026-05-08T01:24:35.310Z Compiling usdt-impl v0.6.0
14802026-05-08T01:24:35.384Z Compiling bit-vec v0.8.0
14812026-05-08T01:24:35.487Z Compiling siphasher v1.0.2
14822026-05-08T01:24:35.510Z Compiling native-tls v0.2.18
14832026-05-08T01:24:35.615Z Compiling crossbeam-utils v0.8.21
14842026-05-08T01:24:35.668Z Compiling syn v1.0.109
14852026-05-08T01:24:35.707Z Compiling hyper v1.8.1
14862026-05-08T01:24:35.901Z Compiling quick-error v1.2.3
14872026-05-08T01:24:35.965Z Compiling simd-adler32 v0.3.8
14882026-05-08T01:24:36.002Z Compiling num_threads v0.1.7
14892026-05-08T01:24:36.099Z Compiling time v0.3.47
14902026-05-08T01:24:36.207Z Compiling rusty-fork v0.3.1
14912026-05-08T01:24:36.604Z Compiling bit-set v0.8.0
14922026-05-08T01:24:36.769Z Compiling hyper-util v0.1.20
14932026-05-08T01:24:37.265Z Compiling dof v0.4.0
14942026-05-08T01:24:37.655Z Compiling derive_builder_core v0.20.2
14952026-05-08T01:24:38.450Z Compiling unicode-normalization v0.1.25
14962026-05-08T01:24:38.503Z Compiling dtrace-parser v0.3.0
14972026-05-08T01:24:38.578Z Compiling rustls-native-certs v0.8.3
14982026-05-08T01:24:38.597Z Compiling signature v2.2.0
14992026-05-08T01:24:38.706Z Compiling thiserror-impl v1.0.69
15002026-05-08T01:24:38.804Z Compiling scroll_derive v0.12.1
15012026-05-08T01:24:38.884Z Compiling heapless v0.7.17
15022026-05-08T01:24:38.969Z Compiling rand_xorshift v0.4.0
15032026-05-08T01:24:39.071Z Compiling slog v2.8.2
15042026-05-08T01:24:39.137Z Compiling darling_core v0.21.3
15052026-05-08T01:24:39.239Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-08T01:24:39.286Z Compiling sync_wrapper v1.0.2
15072026-05-08T01:24:39.361Z Compiling thread-id v5.1.0
15082026-05-08T01:24:39.412Z Compiling cookie v0.18.1
15092026-05-08T01:24:39.470Z Compiling unarray v0.1.4
15102026-05-08T01:24:39.494Z Compiling paste v1.0.15
15112026-05-08T01:24:39.552Z Compiling zstd-safe v7.2.4
15122026-05-08T01:24:39.579Z Compiling unicode-bidi v0.3.18
15132026-05-08T01:24:39.745Z Compiling adler2 v2.0.1
15142026-05-08T01:24:39.779Z Compiling signal-hook v0.3.18
15152026-05-08T01:24:39.779Z Compiling unicode-properties v0.1.4
15162026-05-08T01:24:39.860Z Compiling allocator-api2 v0.2.21
15172026-05-08T01:24:39.910Z Compiling anyhow v1.0.102
15182026-05-08T01:24:39.969Z Compiling stringprep v0.1.5
15192026-05-08T01:24:40.011Z Compiling thiserror v1.0.69
15202026-05-08T01:24:40.094Z Compiling miniz_oxide v0.8.9
15212026-05-08T01:24:40.175Z Compiling proptest v1.10.0
15222026-05-08T01:24:40.429Z Compiling scroll v0.12.0
15232026-05-08T01:24:40.658Z Compiling tower v0.5.3
15242026-05-08T01:24:40.949Z Compiling derive_builder_macro v0.20.2
15252026-05-08T01:24:41.045Z Compiling ipnetwork v0.21.1
15262026-05-08T01:24:41.109Z Compiling http-body-util v0.1.3
15272026-05-08T01:24:41.355Z Compiling webpki-roots v1.0.6
15282026-05-08T01:24:41.396Z Compiling rand_chacha v0.3.1
15292026-05-08T01:24:41.421Z Compiling serde_spanned v0.6.9
15302026-05-08T01:24:41.434Z Compiling erased-serde v0.3.31
15312026-05-08T01:24:41.470Z Compiling toml_datetime v0.6.11
15322026-05-08T01:24:41.549Z Compiling darling_macro v0.21.3
15332026-05-08T01:24:41.563Z Compiling serde_tokenstream v0.2.3
15342026-05-08T01:24:41.720Z Compiling md-5 v0.10.6
15352026-05-08T01:24:41.863Z Compiling zerocopy-derive v0.7.35
15362026-05-08T01:24:41.885Z Compiling curve25519-dalek v4.1.3
15372026-05-08T01:24:41.915Z Compiling vergen-lib v0.1.6
15382026-05-08T01:24:42.013Z Compiling num-integer v0.1.46
15392026-05-08T01:24:42.098Z Compiling hash32 v0.2.1
15402026-05-08T01:24:42.189Z Compiling ff v0.13.1
15412026-05-08T01:24:42.218Z Compiling memoffset v0.9.1
15422026-05-08T01:24:42.283Z Compiling num-bigint-dig v0.8.6
15432026-05-08T01:24:42.320Z Compiling smoltcp v0.9.1
15442026-05-08T01:24:42.333Z Compiling fallible-iterator v0.2.0
15452026-05-08T01:24:42.405Z Compiling cfg_aliases v0.2.1
15462026-05-08T01:24:42.468Z Compiling ref-cast v1.0.25
15472026-05-08T01:24:42.484Z Compiling iri-string v0.7.10
15482026-05-08T01:24:42.643Z Compiling litrs v1.0.0
15492026-05-08T01:24:42.660Z Compiling base16ct v0.2.0
15502026-05-08T01:24:42.719Z Compiling zlib-rs v0.6.2
15512026-05-08T01:24:42.775Z Compiling psl-types v2.0.11
15522026-05-08T01:24:42.837Z Compiling ryu v1.0.23
15532026-05-08T01:24:42.895Z Compiling rustix v0.38.44
15542026-05-08T01:24:43.010Z Compiling serde_urlencoded v0.7.1
15552026-05-08T01:24:43.141Z Compiling document-features v0.2.12
15562026-05-08T01:24:43.329Z Compiling publicsuffix v2.3.0
15572026-05-08T01:24:43.444Z Compiling sec1 v0.7.3
15582026-05-08T01:24:43.502Z Compiling zerocopy v0.7.35
15592026-05-08T01:24:43.724Z Compiling tower-http v0.6.8
15602026-05-08T01:24:43.819Z Compiling postgres-protocol v0.6.10
15612026-05-08T01:24:44.026Z Compiling nix v0.31.2
15622026-05-08T01:24:44.073Z Compiling newtype-uuid v1.3.2
15632026-05-08T01:24:44.223Z Compiling group v0.13.0
15642026-05-08T01:24:44.388Z Compiling num-iter v0.1.45
15652026-05-08T01:24:44.432Z Compiling darling v0.21.3
15662026-05-08T01:24:44.505Z Compiling rand v0.8.5
15672026-05-08T01:24:44.518Z Compiling derive_builder v0.20.2
15682026-05-08T01:24:44.646Z Compiling oxnet v0.1.4
15692026-05-08T01:24:44.902Z Compiling hubpack_derive v0.1.1
15702026-05-08T01:24:44.966Z Compiling tokio-native-tls v0.3.1
15712026-05-08T01:24:45.027Z Compiling goblin v0.8.2
15722026-05-08T01:24:45.379Z Compiling regex v1.12.3
15732026-05-08T01:24:45.646Z Compiling flate2 v1.1.9
15742026-05-08T01:24:45.673Z Compiling phf_shared v0.13.1
15752026-05-08T01:24:45.806Z Compiling lazy_static v1.5.0
15762026-05-08T01:24:45.838Z Compiling cargo-platform v0.1.9
15772026-05-08T01:24:45.901Z Compiling hkdf v0.12.4
15782026-05-08T01:24:45.934Z Compiling crypto-bigint v0.5.5
15792026-05-08T01:24:45.960Z Compiling terminal_size v0.4.3
15802026-05-08T01:24:46.057Z Compiling strum_macros v0.27.2
15812026-05-08T01:24:46.070Z Compiling async-trait v0.1.89
15822026-05-08T01:24:46.093Z Compiling daft-derive v0.1.5
15832026-05-08T01:24:46.107Z Compiling ref-cast-impl v1.0.25
15842026-05-08T01:24:46.638Z Compiling curve25519-dalek-derive v0.1.1
15852026-05-08T01:24:46.794Z Compiling vergen v9.0.6
15862026-05-08T01:24:46.975Z Compiling fs-err v3.3.0
15872026-05-08T01:24:47.074Z Compiling ahash v0.8.12
15882026-05-08T01:24:47.161Z Compiling cpufeatures v0.3.0
15892026-05-08T01:24:47.243Z Compiling foldhash v0.2.0
15902026-05-08T01:24:47.275Z Compiling winnow v0.5.40
15912026-05-08T01:24:47.279Z Compiling bitflags v1.3.2
15922026-05-08T01:24:47.365Z Compiling foldhash v0.1.5
15932026-05-08T01:24:47.461Z Compiling libbz2-rs-sys v0.2.2
15942026-05-08T01:24:47.541Z Compiling managed v0.8.0
15952026-05-08T01:24:47.758Z Compiling object v0.37.3
15962026-05-08T01:24:48.013Z Compiling bumpalo v3.20.2
15972026-05-08T01:24:48.028Z Compiling unicode-segmentation v1.12.0
15982026-05-08T01:24:48.087Z Compiling strum v0.27.2
15992026-05-08T01:24:48.133Z Compiling bzip2 v0.6.1
16002026-05-08T01:24:48.217Z Compiling zopfli v0.8.3
16012026-05-08T01:24:48.382Z Compiling hashbrown v0.15.5
16022026-05-08T01:24:48.443Z Compiling hashbrown v0.16.1
16032026-05-08T01:24:48.462Z Compiling clap_builder v4.5.60
16042026-05-08T01:24:48.724Z Compiling toml_edit v0.19.15
16052026-05-08T01:24:48.970Z Compiling chacha20 v0.10.0
16062026-05-08T01:24:49.022Z Compiling dof v0.3.0
16072026-05-08T01:24:49.227Z Compiling elliptic-curve v0.13.8
16082026-05-08T01:24:49.283Z Compiling daft v0.1.5
16092026-05-08T01:24:49.629Z Compiling cargo_metadata v0.19.2
16102026-05-08T01:24:49.731Z Compiling phf v0.13.1
16112026-05-08T01:24:49.891Z Compiling signal-hook-mio v0.2.5
16122026-05-08T01:24:50.009Z Compiling cookie_store v0.22.1
16132026-05-08T01:24:50.652Z Compiling hubpack v0.1.2
16142026-05-08T01:24:50.944Z Compiling hyper-tls v0.6.0
16152026-05-08T01:24:51.162Z Compiling zstd v0.13.3
16162026-05-08T01:24:51.185Z Compiling bzip2 v0.4.4
16172026-05-08T01:24:51.225Z Compiling serde_with_macros v3.17.0
16182026-05-08T01:24:51.383Z Compiling postgres-types v0.2.12
16192026-05-08T01:24:51.420Z Compiling usdt-macro v0.6.0
16202026-05-08T01:24:51.433Z Compiling usdt-attr-macro v0.6.0
16212026-05-08T01:24:51.885Z Compiling dtrace-parser v0.2.0
16222026-05-08T01:24:51.918Z Compiling ed25519 v2.2.3
16232026-05-08T01:24:52.137Z Compiling bstr v1.12.1
16242026-05-08T01:24:52.203Z Compiling phf_shared v0.11.3
16252026-05-08T01:24:52.321Z Compiling pkcs1 v0.7.5
16262026-05-08T01:24:52.382Z Compiling hex v0.4.3
16272026-05-08T01:24:52.493Z Compiling serde-big-array v0.5.1
16282026-05-08T01:24:52.610Z Compiling rfc6979 v0.4.0
16292026-05-08T01:24:52.632Z Compiling enum-as-inner v0.6.1
16302026-05-08T01:24:52.648Z Compiling strum_macros v0.26.4
16312026-05-08T01:24:52.718Z Compiling serde_repr v0.1.20
16322026-05-08T01:24:52.732Z Compiling clap_derive v4.5.55
16332026-05-08T01:24:52.777Z Compiling float-cmp v0.10.0
16342026-05-08T01:24:52.799Z Compiling thread-id v4.2.2
16352026-05-08T01:24:52.882Z Compiling memmap2 v0.9.10
16362026-05-08T01:24:52.914Z Compiling env_filter v1.0.0
16372026-05-08T01:24:53.093Z Compiling encoding_rs v0.8.35
16382026-05-08T01:24:53.125Z Compiling normalize-line-endings v0.3.0
16392026-05-08T01:24:53.215Z Compiling fixedbitset v0.4.2
16402026-05-08T01:24:53.220Z Compiling static_assertions v1.1.0
16412026-05-08T01:24:53.254Z Compiling data-encoding v2.10.0
16422026-05-08T01:24:53.344Z Compiling either v1.15.0
16432026-05-08T01:24:53.446Z Compiling difflib v0.4.0
16442026-05-08T01:24:53.563Z Compiling new_debug_unreachable v1.0.6
16452026-05-08T01:24:53.637Z Compiling precomputed-hash v0.1.1
16462026-05-08T01:24:53.739Z Compiling keccak v0.1.6
16472026-05-08T01:24:53.980Z Compiling fixedbitset v0.5.7
16482026-05-08T01:24:54.008Z Compiling predicates-core v1.0.10
16492026-05-08T01:24:54.176Z Compiling jiff v0.2.21
16502026-05-08T01:24:54.275Z Compiling whoami v2.1.0
16512026-05-08T01:24:54.388Z Compiling mime v0.3.17
16522026-05-08T01:24:54.521Z Compiling rustc-hash v2.1.1
16532026-05-08T01:24:54.547Z Compiling clap v4.5.60
16542026-05-08T01:24:54.630Z Compiling iddqd v0.3.18
16552026-05-08T01:24:54.644Z Compiling tokio-postgres v0.7.16
16562026-05-08T01:24:54.646Z Compiling strum v0.26.3
16572026-05-08T01:24:54.646Z Compiling petgraph v0.8.3
16582026-05-08T01:24:54.657Z Compiling predicates v3.1.4
16592026-05-08T01:24:54.780Z Compiling sha3 v0.10.8
16602026-05-08T01:24:55.233Z Compiling toml_edit v0.22.27
16612026-05-08T01:24:55.235Z Compiling string_cache v0.8.9
16622026-05-08T01:24:55.319Z Compiling hickory-proto v0.25.2
16632026-05-08T01:24:55.466Z Compiling itertools v0.13.0
16642026-05-08T01:24:55.746Z Compiling petgraph v0.6.5
16652026-05-08T01:24:56.567Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16662026-05-08T01:24:56.684Z Compiling zip v4.6.1
16672026-05-08T01:24:56.799Z Compiling env_logger v0.11.9
16682026-05-08T01:24:57.160Z Compiling usdt v0.6.0
16692026-05-08T01:24:57.201Z Compiling usdt-impl v0.5.0
16702026-05-08T01:24:57.403Z Compiling ecdsa v0.16.9
16712026-05-08T01:24:57.629Z Compiling serde_with v3.17.0
16722026-05-08T01:24:57.776Z Compiling similar v2.7.0
16732026-05-08T01:24:57.788Z Compiling rsa v0.9.10
16742026-05-08T01:24:57.887Z Compiling crossterm v0.28.1
16752026-05-08T01:24:58.289Z Compiling ed25519-dalek v2.2.0
16762026-05-08T01:24:58.940Z Compiling zip v0.6.6
16772026-05-08T01:24:59.338Z Compiling toml v0.7.8
16782026-05-08T01:24:59.518Z Compiling rand v0.10.0
16792026-05-08T01:24:59.797Z Compiling heck v0.4.1
16802026-05-08T01:24:59.947Z Compiling toml_parser v1.0.9+spec-1.1.0
16812026-05-08T01:24:59.993Z Compiling crossbeam-epoch v0.9.18
16822026-05-08T01:25:00.027Z Compiling tokio-stream v0.1.18
16832026-05-08T01:25:00.091Z Compiling buf-list v1.1.2
16842026-05-08T01:25:00.342Z Compiling x509-cert v0.2.5
16852026-05-08T01:25:00.373Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16862026-05-08T01:25:00.443Z Compiling openapiv3 v2.2.0
16872026-05-08T01:25:00.488Z Compiling sha1 v0.10.6
16882026-05-08T01:25:00.574Z Compiling toml_datetime v0.7.5+spec-1.1.0
16892026-05-08T01:25:00.667Z Compiling peg-runtime v0.8.5
16902026-05-08T01:25:00.692Z Compiling lalrpop-util v0.19.12
16912026-05-08T01:25:00.859Z Compiling thread_local v1.1.9
16922026-05-08T01:25:00.892Z Compiling slog-async v2.8.0
16932026-05-08T01:25:00.943Z Compiling crossbeam-channel v0.5.15
16942026-05-08T01:25:01.078Z Compiling futures-executor v0.3.32
16952026-05-08T01:25:01.110Z Compiling filetime v0.2.27
16962026-05-08T01:25:01.211Z Compiling is-terminal v0.4.17
16972026-05-08T01:25:01.279Z Compiling xattr v1.6.1
16982026-05-08T01:25:01.305Z Compiling take_mut v0.2.2
16992026-05-08T01:25:01.326Z Compiling term v1.2.1
17002026-05-08T01:25:01.399Z Compiling tar v0.4.45
17012026-05-08T01:25:01.436Z Compiling futures v0.3.32
17022026-05-08T01:25:01.855Z Compiling slog-term v2.9.2
17032026-05-08T01:25:11.346Z Compiling rustls-webpki v0.103.9
17042026-05-08T01:25:14.138Z Compiling tokio-rustls v0.26.4
17052026-05-08T01:25:14.139Z Compiling rustls-platform-verifier v0.6.2
17062026-05-08T01:25:14.315Z Compiling hyper-rustls v0.27.7
17072026-05-08T01:25:14.519Z Compiling reqwest v0.13.2
17082026-05-08T01:25:14.519Z Compiling reqwest v0.12.28
17092026-05-08T01:25:16.574Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17102026-05-08T01:25:16.781Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17112026-05-08T01:25:19.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17122026-05-08T01:25:19.704Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17132026-05-08T01:25:19.757ZMay 08 01:25:18.025 INFO Starting download, target: Cockroach
17142026-05-08T01:25:19.757ZMay 08 01:25:18.025 INFO Starting download, target: Console
17152026-05-08T01:25:19.757ZMay 08 01:25:18.025 INFO Starting download, target: Clickhouse
17162026-05-08T01:25:19.757ZMay 08 01:25:18.025 INFO Starting download, target: DendriteStub
17172026-05-08T01:25:19.757ZMay 08 01:25:18.025 INFO Starting download, target: MaghemiteMgd
17182026-05-08T01:25:19.763ZMay 08 01:25:18.025 INFO Starting download, target: TransceiverControl
17192026-05-08T01:25:19.763ZMay 08 01:25:18.025 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17202026-05-08T01:25:19.763ZMay 08 01:25:18.025 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17212026-05-08T01:25:19.763ZMay 08 01:25:18.025 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17222026-05-08T01:25:19.763ZMay 08 01:25:18.026 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17232026-05-08T01:25:19.763ZMay 08 01:25:18.026 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17242026-05-08T01:25:19.763ZMay 08 01:25:18.026 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17252026-05-08T01:25:20.273ZMay 08 01:25:18.501 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17262026-05-08T01:25:20.454ZMay 08 01:25:18.712 INFO Download complete, target: TransceiverControl
17272026-05-08T01:25:20.923ZMay 08 01:25:19.165 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17282026-05-08T01:25:21.140ZMay 08 01:25:19.404 INFO Download complete, target: Console
17292026-05-08T01:25:21.757ZMay 08 01:25:20.024 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17302026-05-08T01:25:21.986ZMay 08 01:25:20.247 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17312026-05-08T01:25:22.880ZMay 08 01:25:21.125 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17322026-05-08T01:25:23.971ZMay 08 01:25:22.221 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17332026-05-08T01:25:23.971ZMay 08 01:25:22.221 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17342026-05-08T01:25:24.246ZMay 08 01:25:22.514 INFO Download complete, target: DendriteStub
17352026-05-08T01:25:25.256ZMay 08 01:25:23.525 INFO Download complete, target: MaghemiteMgd
17362026-05-08T01:25:28.506ZMay 08 01:25:26.776 INFO Checking that binary works, target: Cockroach
17372026-05-08T01:25:28.546ZMay 08 01:25:26.800 INFO Checking that binary works, target: Clickhouse
17382026-05-08T01:25:28.622ZMay 08 01:25:26.889 INFO Download complete, target: Cockroach
17392026-05-08T01:25:28.646ZMay 08 01:25:26.913 INFO Download complete, target: Clickhouse
17402026-05-08T01:25:28.660ZAll builder prerequisites installed successfully, and PATH looks valid
17412026-05-08T01:25:28.660Z
17422026-05-08T01:25:28.660Zreal 2:11.430127774
17432026-05-08T01:25:28.660Zuser 6:45.577079711
17442026-05-08T01:25:28.660Zsys 1:20.217687487
17452026-05-08T01:25:28.661Ztrap 0.209410753
17462026-05-08T01:25:28.661Ztflt 0.644131798
17472026-05-08T01:25:28.661Zdflt 0.558941508
17482026-05-08T01:25:28.661Zkflt 0.021553203
17492026-05-08T01:25:28.661Zlock 21:24.478089956
17502026-05-08T01:25:28.661Zslp 20:43.123544210
17512026-05-08T01:25:28.661Zlat 41.461902697
17522026-05-08T01:25:28.661Zstop 1:55.188280211
17532026-05-08T01:25:28.665Z+ banner hack-check
17542026-05-08T01:25:28.665Z
17552026-05-08T01:25:28.665Z # # ## #### # # #### # # ###### #### # #
17562026-05-08T01:25:28.665Z # # # # # # # # # # # # # # # # #
17572026-05-08T01:25:28.665Z ###### # # # #### ##### # ###### ##### # ####
17582026-05-08T01:25:28.666Z # # ###### # # # # # # # # # #
17592026-05-08T01:25:28.666Z # # # # # # # # # # # # # # # # #
17602026-05-08T01:25:28.666Z # # # # #### # # #### # # ###### #### # #
17612026-05-08T01:25:28.666Z
17622026-05-08T01:25:28.666Z+ export CARGO_INCREMENTAL=0
17632026-05-08T01:25:28.666Z+ CARGO_INCREMENTAL=0
17642026-05-08T01:25:28.666Z+ ptime -m timeout 2h cargo xtask check-features --ci
17652026-05-08T01:25:29.187Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17662026-05-08T01:25:29.407Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17672026-05-08T01:25:31.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17682026-05-08T01:25:31.374Z Running `target/debug/xtask check-features --ci`
17692026-05-08T01:25:31.394Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17702026-05-08T01:25:31.402Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17712026-05-08T01:25:31.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17722026-05-08T01:25:31.908Z Running `target/debug/xtask download cargo-hack`
17732026-05-08T01:25:32.683Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17742026-05-08T01:25:32.984Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17752026-05-08T01:25:35.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17762026-05-08T01:25:35.626Z Running `target/debug/xtask-downloader cargo-hack`
17772026-05-08T01:25:35.657ZMay 08 01:25:33.921 INFO Starting download, target: CargoHack
17782026-05-08T01:25:35.687ZMay 08 01:25:33.921 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17792026-05-08T01:25:35.846ZMay 08 01:25:34.110 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17802026-05-08T01:25:35.902ZMay 08 01:25:34.159 INFO Download complete, target: CargoHack
17812026-05-08T01:25:35.929Zrunning: "/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"
17822026-05-08T01:25:35.930Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17832026-05-08T01:25:36.079Zinfo: running `cargo check --bins` on api_identity (1/274)
17842026-05-08T01:25:36.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852026-05-08T01:25:36.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862026-05-08T01:25:36.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872026-05-08T01:25:36.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17882026-05-08T01:25:36.642Z
17892026-05-08T01:25:36.642Zinfo: running `cargo check --bins` on bootstore (2/274)
17902026-05-08T01:25:37.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912026-05-08T01:25:37.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922026-05-08T01:25:37.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932026-05-08T01:25:37.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17942026-05-08T01:25:37.203Z
17952026-05-08T01:25:37.203Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17962026-05-08T01:25:37.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-08T01:25:37.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-08T01:25:37.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-08T01:25:37.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18002026-05-08T01:25:37.770Z
18012026-05-08T01:25:37.770Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18022026-05-08T01:25:38.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-08T01:25:38.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-08T01:25:38.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-08T01:25:38.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18062026-05-08T01:25:38.344Z
18072026-05-08T01:25:38.344Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18082026-05-08T01:25:38.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-08T01:25:38.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-08T01:25:38.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-08T01:25:38.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-05-08T01:25:38.914Z
18132026-05-08T01:25:38.914Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18142026-05-08T01:25:39.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-08T01:25:39.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-08T01:25:39.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-08T01:25:39.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-05-08T01:25:39.504Z
18192026-05-08T01:25:39.504Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18202026-05-08T01:25:40.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-08T01:25:40.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-08T01:25:40.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-08T01:25:40.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18242026-05-08T01:25:40.103Z
18252026-05-08T01:25:40.103Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18262026-05-08T01:25:40.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-08T01:25:40.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-08T01:25:40.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-08T01:25:40.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-08T01:25:40.701Z
18312026-05-08T01:25:40.701Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18322026-05-08T01:25:41.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-08T01:25:41.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-08T01:25:41.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-08T01:25:41.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18362026-05-08T01:25:41.163Z
18372026-05-08T01:25:41.163Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18382026-05-08T01:25:41.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-08T01:25:41.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-08T01:25:41.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-08T01:25:41.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18422026-05-08T01:25:41.639Z
18432026-05-08T01:25:41.639Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18442026-05-08T01:25:42.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-08T01:25:42.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-08T01:25:42.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-08T01:25:42.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-05-08T01:25:42.106Z
18492026-05-08T01:25:42.106Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18502026-05-08T01:25:42.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-08T01:25:42.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-08T01:25:42.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-08T01:25:42.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-08T01:25:42.578Z
18552026-05-08T01:25:42.579Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18562026-05-08T01:25:42.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-08T01:25:42.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-08T01:25:42.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-08T01:25:42.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-08T01:25:43.039Z
18612026-05-08T01:25:43.039Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18622026-05-08T01:25:43.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-08T01:25:43.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-08T01:25:43.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-08T01:25:43.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-08T01:25:43.515Z
18672026-05-08T01:25:43.515Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18682026-05-08T01:25:43.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-08T01:25:43.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-08T01:25:43.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-08T01:25:43.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-08T01:25:43.983Z
18732026-05-08T01:25:43.983Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18742026-05-08T01:25:44.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-08T01:25:44.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-08T01:25:44.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-08T01:25:44.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-08T01:25:44.454Z
18792026-05-08T01:25:44.454Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18802026-05-08T01:25:44.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-08T01:25:44.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-08T01:25:44.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-08T01:25:44.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-08T01:25:44.914Z
18852026-05-08T01:25:44.914Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18862026-05-08T01:25:45.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-08T01:25:45.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-08T01:25:45.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-08T01:25:45.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-08T01:25:45.376Z
18912026-05-08T01:25:45.376Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18922026-05-08T01:25:45.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-08T01:25:45.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-08T01:25:45.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-08T01:25:45.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-08T01:25:45.843Z
18972026-05-08T01:25:45.843Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18982026-05-08T01:25:46.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-08T01:25:46.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-08T01:25:46.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-08T01:25:46.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-08T01:25:46.315Z
19032026-05-08T01:25:46.316Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19042026-05-08T01:25:46.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-08T01:25:46.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-08T01:25:46.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-08T01:25:46.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-08T01:25:46.780Z
19092026-05-08T01:25:46.780Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19102026-05-08T01:25:47.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-08T01:25:47.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-08T01:25:47.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-08T01:25:47.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-08T01:25:47.258Z
19152026-05-08T01:25:47.258Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19162026-05-08T01:25:47.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-08T01:25:47.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-08T01:25:47.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-08T01:25:47.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-08T01:25:47.715Z
19212026-05-08T01:25:47.715Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19222026-05-08T01:25:48.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-08T01:25:48.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-08T01:25:48.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-08T01:25:48.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-08T01:25:48.181Z
19272026-05-08T01:25:48.181Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19282026-05-08T01:25:48.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-08T01:25:48.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-08T01:25:48.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-08T01:25:48.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-08T01:25:48.651Z
19332026-05-08T01:25:48.651Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19342026-05-08T01:25:49.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-08T01:25:49.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-08T01:25:49.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-08T01:25:49.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-05-08T01:25:49.123Z
19392026-05-08T01:25:49.124Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19402026-05-08T01:25:49.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-08T01:25:49.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-08T01:25:49.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-08T01:25:49.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-08T01:25:49.594Z
19452026-05-08T01:25:49.594Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19462026-05-08T01:25:49.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-08T01:25:50.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-08T01:25:50.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-08T01:25:50.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-08T01:25:50.062Z
19512026-05-08T01:25:50.062Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19522026-05-08T01:25:50.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-08T01:25:50.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-08T01:25:50.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-08T01:25:50.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-08T01:25:50.526Z
19572026-05-08T01:25:50.526Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19582026-05-08T01:25:50.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-08T01:25:50.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-08T01:25:50.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-08T01:25:50.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-08T01:25:50.995Z
19632026-05-08T01:25:50.995Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19642026-05-08T01:25:51.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-08T01:25:51.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-08T01:25:51.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-08T01:25:51.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-08T01:25:51.461Z
19692026-05-08T01:25:51.462Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19702026-05-08T01:25:51.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-08T01:25:51.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-08T01:25:51.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-08T01:25:51.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-08T01:25:51.928Z
19752026-05-08T01:25:51.928Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19762026-05-08T01:25:52.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-08T01:25:52.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-08T01:25:52.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-08T01:25:52.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-08T01:25:52.390Z
19812026-05-08T01:25:52.390Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19822026-05-08T01:25:52.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-08T01:25:52.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-08T01:25:52.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-08T01:25:52.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-08T01:25:53.226Z
19872026-05-08T01:25:53.226Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19882026-05-08T01:25:53.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-08T01:25:53.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-08T01:25:53.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-08T01:25:53.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-08T01:25:53.329Z
19932026-05-08T01:25:53.329Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19942026-05-08T01:25:53.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-08T01:25:53.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-08T01:25:53.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-08T01:25:53.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-08T01:25:53.796Z
19992026-05-08T01:25:53.796Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20002026-05-08T01:25:54.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-08T01:25:54.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-08T01:25:54.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-08T01:25:54.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-08T01:25:54.262Z
20052026-05-08T01:25:54.262Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20062026-05-08T01:25:54.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-08T01:25:54.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-08T01:25:54.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-08T01:25:54.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-08T01:25:54.727Z
20112026-05-08T01:25:54.727Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20122026-05-08T01:25:55.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-08T01:25:55.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-08T01:25:55.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-08T01:25:55.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-08T01:25:55.195Z
20172026-05-08T01:25:55.196Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20182026-05-08T01:25:55.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-08T01:25:55.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-08T01:25:55.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-08T01:25:55.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-08T01:25:55.657Z
20232026-05-08T01:25:55.657Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20242026-05-08T01:25:56.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-08T01:25:56.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-08T01:25:56.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-08T01:25:56.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-08T01:25:56.119Z
20292026-05-08T01:25:56.119Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20302026-05-08T01:25:56.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-08T01:25:56.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-08T01:25:56.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-08T01:25:56.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-08T01:25:56.578Z
20352026-05-08T01:25:56.578Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20362026-05-08T01:25:56.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-08T01:25:56.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-08T01:25:56.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-08T01:25:56.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-08T01:25:57.042Z
20412026-05-08T01:25:57.042Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20422026-05-08T01:25:57.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-08T01:25:57.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-08T01:25:57.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-08T01:25:57.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-08T01:25:57.527Z
20472026-05-08T01:25:57.527Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20482026-05-08T01:25:57.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-08T01:25:57.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-08T01:25:57.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-08T01:25:57.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-08T01:25:57.963Z
20532026-05-08T01:25:57.963Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20542026-05-08T01:25:58.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-08T01:25:58.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-08T01:25:58.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-08T01:25:58.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20582026-05-08T01:25:58.422Z
20592026-05-08T01:25:58.423Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20602026-05-08T01:25:58.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-08T01:25:58.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-08T01:25:58.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-08T01:25:58.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-08T01:25:58.887Z
20652026-05-08T01:25:58.887Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20662026-05-08T01:25:59.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-08T01:25:59.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-08T01:25:59.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-08T01:25:59.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-08T01:25:59.351Z
20712026-05-08T01:25:59.351Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20722026-05-08T01:25:59.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-08T01:25:59.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-08T01:25:59.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-08T01:25:59.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20762026-05-08T01:25:59.980Z
20772026-05-08T01:25:59.980Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20782026-05-08T01:26:00.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-08T01:26:00.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-08T01:26:00.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-08T01:26:00.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20822026-05-08T01:26:00.600Z
20832026-05-08T01:26:00.600Zinfo: running `cargo check --bins` on nexus-config (51/274)
20842026-05-08T01:26:01.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-08T01:26:01.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-08T01:26:01.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-08T01:26:01.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20882026-05-08T01:26:01.221Z
20892026-05-08T01:26:01.221Zinfo: running `cargo check --bins` on nexus-types (52/274)
20902026-05-08T01:26:01.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-08T01:26:01.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-08T01:26:01.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-08T01:26:01.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-08T01:26:01.858Z
20952026-05-08T01:26:01.858Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20962026-05-08T01:26:02.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-08T01:26:02.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-08T01:26:02.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-08T01:26:02.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21002026-05-08T01:26:02.443Z
21012026-05-08T01:26:02.443Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21022026-05-08T01:26:02.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-08T01:26:02.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-08T01:26:02.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-08T01:26:02.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21062026-05-08T01:26:03.011Z
21072026-05-08T01:26:03.011Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21082026-05-08T01:26:03.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-08T01:26:03.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-08T01:26:03.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-08T01:26:03.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-05-08T01:26:03.608Z
21132026-05-08T01:26:03.608Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21142026-05-08T01:26:04.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-08T01:26:04.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-08T01:26:04.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-08T01:26:04.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21182026-05-08T01:26:04.191Z
21192026-05-08T01:26:04.191Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21202026-05-08T01:26:04.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-08T01:26:04.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-08T01:26:04.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-08T01:26:04.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-05-08T01:26:04.787Z
21252026-05-08T01:26:04.788Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21262026-05-08T01:26:05.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-08T01:26:05.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-08T01:26:05.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-08T01:26:05.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-05-08T01:26:05.378Z
21312026-05-08T01:26:05.378Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21322026-05-08T01:26:05.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-08T01:26:05.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-08T01:26:05.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-08T01:26:05.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21362026-05-08T01:26:05.951Z
21372026-05-08T01:26:05.951Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21382026-05-08T01:26:06.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-08T01:26:06.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-08T01:26:06.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-08T01:26:06.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21422026-05-08T01:26:06.524Z
21432026-05-08T01:26:06.524Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21442026-05-08T01:26:07.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-08T01:26:07.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-08T01:26:07.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-08T01:26:07.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21482026-05-08T01:26:07.092Z
21492026-05-08T01:26:07.092Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21502026-05-08T01:26:07.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-08T01:26:07.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-08T01:26:07.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-08T01:26:07.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21542026-05-08T01:26:07.664Z
21552026-05-08T01:26:07.664Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21562026-05-08T01:26:08.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-08T01:26:08.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-08T01:26:08.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-08T01:26:08.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-05-08T01:26:08.250Z
21612026-05-08T01:26:08.250Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21622026-05-08T01:26:08.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-08T01:26:08.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-08T01:26:08.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-08T01:26:08.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-05-08T01:26:08.839Z
21672026-05-08T01:26:08.839Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21682026-05-08T01:26:09.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-08T01:26:09.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-08T01:26:09.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-08T01:26:09.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21722026-05-08T01:26:09.412Z
21732026-05-08T01:26:09.412Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21742026-05-08T01:26:09.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-08T01:26:09.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-08T01:26:09.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-08T01:26:09.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21782026-05-08T01:26:09.986Z
21792026-05-08T01:26:09.986Zinfo: running `cargo check --bins` on ereport-types (67/274)
21802026-05-08T01:26:10.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-08T01:26:10.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-08T01:26:10.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-08T01:26:10.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-08T01:26:10.565Z
21852026-05-08T01:26:10.565Zinfo: running `cargo check --bins` on gateway-client (68/274)
21862026-05-08T01:26:11.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-08T01:26:11.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-08T01:26:11.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-08T01:26:11.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-05-08T01:26:11.146Z
21912026-05-08T01:26:11.146Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21922026-05-08T01:26:11.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-08T01:26:11.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-08T01:26:11.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-08T01:26:11.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-05-08T01:26:11.726Z
21972026-05-08T01:26:11.726Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21982026-05-08T01:26:12.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-08T01:26:12.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-08T01:26:12.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-08T01:26:12.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-05-08T01:26:12.309Z
22032026-05-08T01:26:12.309Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22042026-05-08T01:26:12.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-08T01:26:12.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-08T01:26:12.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-08T01:26:12.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-05-08T01:26:12.891Z
22092026-05-08T01:26:12.891Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22102026-05-08T01:26:13.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-08T01:26:13.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-08T01:26:13.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-08T01:26:13.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-05-08T01:26:13.471Z
22152026-05-08T01:26:13.471Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22162026-05-08T01:26:13.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-08T01:26:13.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-08T01:26:13.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-08T01:26:13.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-08T01:26:14.073Z
22212026-05-08T01:26:14.073Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22222026-05-08T01:26:14.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-08T01:26:14.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-08T01:26:14.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-08T01:26:14.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22262026-05-08T01:26:14.677Z
22272026-05-08T01:26:14.677Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22282026-05-08T01:26:15.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-08T01:26:15.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-08T01:26:15.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-08T01:26:15.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22322026-05-08T01:26:15.251Z
22332026-05-08T01:26:15.251Zinfo: running `cargo check --bins` on oxlog (76/274)
22342026-05-08T01:26:15.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-08T01:26:15.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-08T01:26:15.850Z Checking cfg-if v1.0.4
22372026-05-08T01:26:15.853Z Checking libc v0.2.185
22382026-05-08T01:26:15.853Z Checking serde_core v1.0.228
22392026-05-08T01:26:15.968Z Checking zeroize v1.8.2
22402026-05-08T01:26:15.976Z Checking memchr v2.8.0
22412026-05-08T01:26:15.985Z Checking log v0.4.29
22422026-05-08T01:26:15.994Z Checking smallvec v1.15.1
22432026-05-08T01:26:16.006Z Checking typenum v1.19.0
22442026-05-08T01:26:16.006Z Checking subtle v2.6.1
22452026-05-08T01:26:16.102Z Checking itoa v1.0.17
22462026-05-08T01:26:16.138Z Checking scopeguard v1.2.0
22472026-05-08T01:26:16.154Z Checking const-oid v0.9.6
22482026-05-08T01:26:16.166Z Checking stable_deref_trait v1.2.1
22492026-05-08T01:26:16.233Z Checking lock_api v0.4.14
22502026-05-08T01:26:16.246Z Checking portable-atomic v1.13.1
22512026-05-08T01:26:16.246Z Checking zerofrom v0.1.6
22522026-05-08T01:26:16.337Z Checking critical-section v1.2.0
22532026-05-08T01:26:16.349Z Checking getrandom v0.2.17
22542026-05-08T01:26:16.371Z Checking errno v0.3.14
22552026-05-08T01:26:16.423Z Checking yoke v0.8.1
22562026-05-08T01:26:16.437Z Checking parking_lot_core v0.9.12
22572026-05-08T01:26:16.465Z Checking signal-hook-registry v1.4.8
22582026-05-08T01:26:16.484Z Checking rand_core v0.6.4
22592026-05-08T01:26:16.520Z Checking generic-array v0.14.7
22602026-05-08T01:26:16.584Z Checking zerovec v0.11.5
22612026-05-08T01:26:16.614Z Checking zerocopy v0.8.40
22622026-05-08T01:26:16.617Z Checking pin-project-lite v0.2.17
22632026-05-08T01:26:16.638Z Checking once_cell v1.21.3
22642026-05-08T01:26:16.651Z Checking parking_lot v0.12.5
22652026-05-08T01:26:16.708Z Checking mio v1.2.0
22662026-05-08T01:26:16.803Z Checking socket2 v0.6.3
22672026-05-08T01:26:16.816Z Checking libm v0.2.16
22682026-05-08T01:26:16.827Z Checking zmij v1.0.21
22692026-05-08T01:26:16.948Z Checking crypto-common v0.1.7
22702026-05-08T01:26:16.977Z Checking block-buffer v0.10.4
22712026-05-08T01:26:17.015Z Checking tinystr v0.8.2
22722026-05-08T01:26:17.037Z Checking equivalent v1.0.2
22732026-05-08T01:26:17.040Z Checking percent-encoding v2.3.2
22742026-05-08T01:26:17.067Z Checking litemap v0.8.1
22752026-05-08T01:26:17.103Z Checking futures-core v0.3.32
22762026-05-08T01:26:17.116Z Checking digest v0.10.7
22772026-05-08T01:26:17.168Z Checking writeable v0.6.2
22782026-05-08T01:26:17.185Z Checking potential_utf v0.1.4
22792026-05-08T01:26:17.220Z Checking zerotrie v0.2.3
22802026-05-08T01:26:17.233Z Checking rand_core v0.10.0
22812026-05-08T01:26:17.302Z Checking cpufeatures v0.2.17
22822026-05-08T01:26:17.313Z Checking icu_collections v2.1.1
22832026-05-08T01:26:17.326Z Checking icu_locale_core v2.1.1
22842026-05-08T01:26:17.364Z Checking hmac v0.12.1
22852026-05-08T01:26:17.379Z Checking getrandom v0.4.1
22862026-05-08T01:26:17.409Z Checking serde v1.0.228
22872026-05-08T01:26:17.457Z Checking bitflags v2.11.0
22882026-05-08T01:26:17.489Z Checking serde_json v1.0.149
22892026-05-08T01:26:17.515Z Checking num-traits v0.2.19
22902026-05-08T01:26:17.515Z Checking block-padding v0.3.3
22912026-05-08T01:26:17.610Z Checking icu_normalizer_data v2.1.1
22922026-05-08T01:26:17.614Z Checking icu_properties_data v2.1.2
22932026-05-08T01:26:17.656Z Checking futures-sink v0.3.32
22942026-05-08T01:26:17.683Z Checking hashbrown v0.17.0
22952026-05-08T01:26:17.745Z Checking inout v0.1.4
22962026-05-08T01:26:17.757Z Checking futures-channel v0.3.32
22972026-05-08T01:26:17.799Z Checking bytes v1.11.1
22982026-05-08T01:26:17.860Z Checking icu_provider v2.1.1
22992026-05-08T01:26:17.879Z Checking futures-task v0.3.32
23002026-05-08T01:26:17.935Z Checking futures-io v0.3.32
23012026-05-08T01:26:18.009Z Checking slab v0.4.12
23022026-05-08T01:26:18.046Z Checking cipher v0.4.4
23032026-05-08T01:26:18.059Z Checking sha2 v0.10.9
23042026-05-08T01:26:18.084Z Checking icu_properties v2.1.2
23052026-05-08T01:26:18.137Z Checking indexmap v2.14.0
23062026-05-08T01:26:18.153Z Checking icu_normalizer v2.1.1
23072026-05-08T01:26:18.162Z Checking futures-util v0.3.32
23082026-05-08T01:26:18.227Z Checking tokio v1.52.1
23092026-05-08T01:26:18.248Z Checking getrandom v0.3.4
23102026-05-08T01:26:18.324Z Checking base64ct v1.8.3
23112026-05-08T01:26:18.385Z Checking utf8_iter v1.0.4
23122026-05-08T01:26:18.445Z Checking byteorder v1.5.0
23132026-05-08T01:26:18.505Z Checking form_urlencoded v1.2.2
23142026-05-08T01:26:18.553Z Checking pem-rfc7468 v0.7.0
23152026-05-08T01:26:18.629Z Checking flagset v0.4.7
23162026-05-08T01:26:18.641Z Checking fnv v1.0.7
23172026-05-08T01:26:18.676Z Checking rand_core v0.9.5
23182026-05-08T01:26:18.707Z Checking salsa20 v0.10.2
23192026-05-08T01:26:18.728Z Checking http v1.4.0
23202026-05-08T01:26:18.748Z Checking der v0.7.10
23212026-05-08T01:26:18.834Z Checking uuid v1.23.0
23222026-05-08T01:26:18.847Z Checking pbkdf2 v0.12.2
23232026-05-08T01:26:18.904Z Checking idna_adapter v1.2.1
23242026-05-08T01:26:18.951Z Checking scrypt v0.11.0
23252026-05-08T01:26:19.020Z Checking idna v1.1.0
23262026-05-08T01:26:19.087Z Checking aes v0.8.4
23272026-05-08T01:26:19.130Z Checking cbc v0.1.2
23282026-05-08T01:26:19.253Z Checking rustix v1.1.3
23292026-05-08T01:26:19.265Z Checking url v2.5.8
23302026-05-08T01:26:19.276Z Checking tracing-core v0.1.36
23312026-05-08T01:26:19.331Z Checking ppv-lite86 v0.2.21
23322026-05-08T01:26:19.467Z Checking rustls-pki-types v1.14.0
23332026-05-08T01:26:19.470Z Checking spki v0.7.3
23342026-05-08T01:26:19.573Z Checking iana-time-zone v0.1.65
23352026-05-08T01:26:19.615Z Checking rand_chacha v0.9.0
23362026-05-08T01:26:19.634Z Checking regex-syntax v0.8.10
23372026-05-08T01:26:19.678Z Checking chrono v0.4.44
23382026-05-08T01:26:19.690Z Checking pkcs5 v0.7.1
23392026-05-08T01:26:19.744Z Checking tracing v0.1.44
23402026-05-08T01:26:19.807Z Checking rand v0.9.2
23412026-05-08T01:26:19.939Z Checking http-body v1.0.1
23422026-05-08T01:26:19.952Z Checking aws-lc-sys v0.37.1
23432026-05-08T01:26:20.039Z Checking untrusted v0.9.0
23442026-05-08T01:26:20.065Z Checking openssl-probe v0.2.1
23452026-05-08T01:26:20.078Z Checking base64 v0.22.1
23462026-05-08T01:26:20.146Z Checking untrusted v0.7.1
23472026-05-08T01:26:20.167Z Checking ring v0.17.14
23482026-05-08T01:26:20.272Z Checking pkcs8 v0.10.2
23492026-05-08T01:26:20.288Z Checking atomic-waker v1.1.2
23502026-05-08T01:26:20.310Z Checking try-lock v0.2.5
23512026-05-08T01:26:20.385Z Checking tinyvec_macros v0.1.1
23522026-05-08T01:26:20.408Z Checking tower-service v0.3.3
23532026-05-08T01:26:20.445Z Checking tower-layer v0.3.3
23542026-05-08T01:26:20.458Z Checking plain v0.2.3
23552026-05-08T01:26:20.460Z Checking aws-lc-rs v1.16.0
23562026-05-08T01:26:20.493Z Checking tinyvec v1.10.0
23572026-05-08T01:26:20.542Z Checking want v0.3.1
23582026-05-08T01:26:20.558Z Checking ipnet v2.11.0
23592026-05-08T01:26:20.588Z Checking semver v1.0.28
23602026-05-08T01:26:20.662Z Checking httparse v1.10.1
23612026-05-08T01:26:20.793Z Checking spin v0.9.8
23622026-05-08T01:26:20.807Z Checking unicode-ident v1.0.24
23632026-05-08T01:26:20.807Z Checking ucd-trie v0.1.7
23642026-05-08T01:26:20.867Z Checking fastrand v2.3.0
23652026-05-08T01:26:20.923Z Checking pin-utils v0.1.0
23662026-05-08T01:26:20.934Z Checking foreign-types-shared v0.1.1
23672026-05-08T01:26:20.955Z Checking httpdate v1.0.3
23682026-05-08T01:26:20.967Z Checking dyn-clone v1.0.20
23692026-05-08T01:26:20.988Z Checking pest v2.8.6
23702026-05-08T01:26:21.009Z Checking foreign-types v0.3.2
23712026-05-08T01:26:21.043Z Checking tempfile v3.25.0
23722026-05-08T01:26:21.061Z Checking schemars v0.8.22
23732026-05-08T01:26:21.073Z Checking proc-macro2 v1.0.106
23742026-05-08T01:26:21.098Z Checking openssl-sys v0.9.114
23752026-05-08T01:26:21.183Z Checking thiserror v2.0.18
23762026-05-08T01:26:21.232Z Checking wait-timeout v0.2.1
23772026-05-08T01:26:21.284Z Checking aho-corasick v1.1.4
23782026-05-08T01:26:21.308Z Checking rustls-webpki v0.103.9
23792026-05-08T01:26:21.353Z Checking siphasher v1.0.2
23802026-05-08T01:26:21.379Z Checking anstyle v1.0.13
23812026-05-08T01:26:21.441Z Checking tokio-util v0.7.18
23822026-05-08T01:26:21.504Z Checking powerfmt v0.2.0
23832026-05-08T01:26:21.556Z Checking quick-error v1.2.3
23842026-05-08T01:26:21.594Z Checking bit-vec v0.8.0
23852026-05-08T01:26:21.652Z Checking pretty-hex v0.4.1
23862026-05-08T01:26:21.652Z Checking utf8parse v0.2.2
23872026-05-08T01:26:21.700Z Checking simd-adler32 v0.3.8
23882026-05-08T01:26:21.719Z Checking rustls v0.23.37
23892026-05-08T01:26:21.758Z Checking anstyle-parse v0.2.7
23902026-05-08T01:26:21.771Z Checking deranged v0.5.8
23912026-05-08T01:26:21.782Z Checking bit-set v0.8.0
23922026-05-08T01:26:21.861Z Checking rusty-fork v0.3.1
23932026-05-08T01:26:21.902Z Checking openssl v0.10.78
23942026-05-08T01:26:21.924Z Checking quote v1.0.45
23952026-05-08T01:26:21.943Z Checking regex-automata v0.4.14
23962026-05-08T01:26:22.028Z Compiling newtype-uuid v1.3.2
23972026-05-08T01:26:22.042Z Checking h2 v0.4.13
23982026-05-08T01:26:22.045Z Checking unicode-normalization v0.1.25
23992026-05-08T01:26:22.085Z Checking rustls-native-certs v0.8.3
24002026-05-08T01:26:22.201Z Checking crossbeam-utils v0.8.21
24012026-05-08T01:26:22.213Z Checking rand_xorshift v0.4.0
24022026-05-08T01:26:22.325Z Checking crc32fast v1.5.0
24032026-05-08T01:26:22.442Z Checking scroll v0.13.0
24042026-05-08T01:26:22.463Z Checking signature v2.2.0
24052026-05-08T01:26:22.526Z Checking sync_wrapper v1.0.2
24062026-05-08T01:26:22.588Z Checking unicode-bidi v0.3.18
24072026-05-08T01:26:22.625Z Checking unicode-properties v0.1.4
24082026-05-08T01:26:22.657Z Checking is_terminal_polyfill v1.70.2
24092026-05-08T01:26:22.679Z Checking adler2 v2.0.1
24102026-05-08T01:26:22.740Z Checking num-conv v0.2.0
24112026-05-08T01:26:22.782Z Checking colorchoice v1.0.4
24122026-05-08T01:26:22.805Z Checking allocator-api2 v0.2.21
24132026-05-08T01:26:22.852Z Checking anstyle-query v1.1.5
24142026-05-08T01:26:22.875Z Checking unarray v0.1.4
24152026-05-08T01:26:22.889Z Checking num_threads v0.1.7
24162026-05-08T01:26:22.937Z Checking time-core v0.1.8
24172026-05-08T01:26:22.968Z Checking anstream v0.6.21
24182026-05-08T01:26:22.979Z Checking proptest v1.10.0
24192026-05-08T01:26:23.072Z Checking time v0.3.47
24202026-05-08T01:26:23.075Z Checking stringprep v0.1.5
24212026-05-08T01:26:23.157Z Checking miniz_oxide v0.8.9
24222026-05-08T01:26:23.243Z Checking goblin v0.10.5
24232026-05-08T01:26:23.499Z Checking tower v0.5.3
24242026-05-08T01:26:23.742Z Checking crossbeam-epoch v0.9.18
24252026-05-08T01:26:23.862Z Checking native-tls v0.2.18
24262026-05-08T01:26:23.878Z Compiling daft v0.1.5
24272026-05-08T01:26:23.959Z Checking syn v2.0.117
24282026-05-08T01:26:24.036Z Checking ipnetwork v0.21.1
24292026-05-08T01:26:24.058Z Checking tokio-rustls v0.26.4
24302026-05-08T01:26:24.153Z Checking http-body-util v0.1.3
24312026-05-08T01:26:24.186Z Checking webpki-roots v1.0.6
24322026-05-08T01:26:24.244Z Checking rand_chacha v0.3.1
24332026-05-08T01:26:24.268Z Checking scroll v0.12.0
24342026-05-08T01:26:24.299Z Checking thiserror v1.0.69
24352026-05-08T01:26:24.370Z Checking zstd-sys v2.0.16+zstd.1.5.7
24362026-05-08T01:26:24.391Z Checking hash32 v0.2.1
24372026-05-08T01:26:24.444Z Checking num-integer v0.1.46
24382026-05-08T01:26:24.474Z Checking serde_spanned v0.6.9
24392026-05-08T01:26:24.489Z Checking toml_datetime v0.6.11
24402026-05-08T01:26:24.544Z Checking md-5 v0.10.6
24412026-05-08T01:26:24.596Z Checking ff v0.13.1
24422026-05-08T01:26:24.662Z Checking ryu v1.0.23
24432026-05-08T01:26:24.674Z Checking base16ct v0.2.0
24442026-05-08T01:26:24.687Z Checking hyper v1.8.1
24452026-05-08T01:26:24.690Z Checking zlib-rs v0.6.2
24462026-05-08T01:26:24.714Z Checking iri-string v0.7.10
24472026-05-08T01:26:24.728Z Checking psl-types v2.0.11
24482026-05-08T01:26:24.789Z Checking fallible-iterator v0.2.0
24492026-05-08T01:26:24.792Z Checking serde_urlencoded v0.7.1
24502026-05-08T01:26:24.840Z Checking publicsuffix v2.3.0
24512026-05-08T01:26:24.993Z Checking sec1 v0.7.3
24522026-05-08T01:26:25.052Z Checking postgres-protocol v0.6.10
24532026-05-08T01:26:25.149Z Compiling iddqd v0.3.18
24542026-05-08T01:26:25.190Z Checking group v0.13.0
24552026-05-08T01:26:25.340Z Checking num-iter v0.1.45
24562026-05-08T01:26:25.377Z Checking heapless v0.7.17
24572026-05-08T01:26:25.450Z Checking goblin v0.8.2
24582026-05-08T01:26:25.549Z Checking dof v0.4.0
24592026-05-08T01:26:25.566Z Checking flate2 v1.1.9
24602026-05-08T01:26:25.604Z Checking hyper-util v0.1.20
24612026-05-08T01:26:25.739Z Checking tower-http v0.6.8
24622026-05-08T01:26:25.788Z Checking zstd-safe v7.2.4
24632026-05-08T01:26:25.857Z Checking rand v0.8.5
24642026-05-08T01:26:25.960Z Checking oxnet v0.1.4
24652026-05-08T01:26:26.010Z Checking cookie v0.18.1
24662026-05-08T01:26:26.171Z Checking tokio-native-tls v0.3.1
24672026-05-08T01:26:26.188Z Checking dtrace-parser v0.3.0
24682026-05-08T01:26:26.214Z Checking phf_shared v0.13.1
24692026-05-08T01:26:26.234Z Checking lazy_static v1.5.0
24702026-05-08T01:26:26.303Z Checking terminal_size v0.4.3
24712026-05-08T01:26:26.319Z Checking zerocopy v0.7.35
24722026-05-08T01:26:26.322Z Checking bzip2-sys v0.1.13+1.0.8
24732026-05-08T01:26:26.364Z Checking signal-hook v0.3.18
24742026-05-08T01:26:26.410Z Checking hkdf v0.12.4
24752026-05-08T01:26:26.418Z Checking crypto-bigint v0.5.5
24762026-05-08T01:26:26.432Z Checking thread-id v5.1.0
24772026-05-08T01:26:26.443Z Checking winnow v0.5.40
24782026-05-08T01:26:26.506Z Checking bitflags v1.3.2
24792026-05-08T01:26:26.536Z Checking libbz2-rs-sys v0.2.2
24802026-05-08T01:26:26.548Z Checking foldhash v0.2.0
24812026-05-08T01:26:26.576Z Checking winnow v0.7.14
24822026-05-08T01:26:26.695Z Checking managed v0.8.0
24832026-05-08T01:26:26.794Z Checking clap_lex v1.0.0
24842026-05-08T01:26:26.827Z Checking hyper-rustls v0.27.7
24852026-05-08T01:26:26.877Z Compiling rayon-core v1.13.0
24862026-05-08T01:26:26.921Z Checking foldhash v0.1.5
24872026-05-08T01:26:26.937Z Checking strsim v0.11.1
24882026-05-08T01:26:27.026Z Checking bumpalo v3.20.2
24892026-05-08T01:26:27.046Z Checking cpufeatures v0.3.0
24902026-05-08T01:26:27.049Z Checking either v1.15.0
24912026-05-08T01:26:27.092Z Checking clap_builder v4.5.60
24922026-05-08T01:26:27.125Z Checking chacha20 v0.10.0
24932026-05-08T01:26:27.220Z Checking zopfli v0.8.3
24942026-05-08T01:26:27.247Z Checking hashbrown v0.15.5
24952026-05-08T01:26:27.308Z Checking elliptic-curve v0.13.8
24962026-05-08T01:26:27.329Z Checking bzip2 v0.6.1
24972026-05-08T01:26:27.341Z Checking dof v0.3.0
24982026-05-08T01:26:27.486Z Checking smoltcp v0.9.1
24992026-05-08T01:26:27.549Z Checking hyper-tls v0.6.0
25002026-05-08T01:26:27.577Z Checking toml_edit v0.19.15
25012026-05-08T01:26:27.604Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-05-08T01:26:27.627Z Checking hashbrown v0.16.1
25032026-05-08T01:26:27.703Z Checking signal-hook-mio v0.2.5
25042026-05-08T01:26:27.722Z Checking usdt-impl v0.6.0
25052026-05-08T01:26:27.735Z Checking bzip2 v0.4.4
25062026-05-08T01:26:27.781Z Checking phf v0.13.1
25072026-05-08T01:26:27.805Z Checking num-bigint-dig v0.8.6
25082026-05-08T01:26:27.886Z Checking cookie_store v0.22.1
25092026-05-08T01:26:27.992Z Checking zstd v0.13.3
25102026-05-08T01:26:28.080Z Checking postgres-types v0.2.12
25112026-05-08T01:26:28.130Z Checking dtrace-parser v0.2.0
25122026-05-08T01:26:28.155Z Checking rustls-platform-verifier v0.6.2
25132026-05-08T01:26:28.169Z Checking crossbeam-deque v0.8.6
25142026-05-08T01:26:28.204Z Checking bstr v1.12.1
25152026-05-08T01:26:28.286Z Checking regex v1.12.3
25162026-05-08T01:26:28.304Z Checking ed25519 v2.2.3
25172026-05-08T01:26:28.335Z Checking phf_shared v0.11.3
25182026-05-08T01:26:28.352Z Checking curve25519-dalek v4.1.3
25192026-05-08T01:26:28.384Z Checking ref-cast v1.0.25
25202026-05-08T01:26:28.472Z Checking strum v0.27.2
25212026-05-08T01:26:28.495Z Checking hubpack v0.1.2
25222026-05-08T01:26:28.502Z Checking memoffset v0.9.1
25232026-05-08T01:26:28.559Z Checking rustix v0.38.44
25242026-05-08T01:26:28.572Z Checking pkcs1 v0.7.5
25252026-05-08T01:26:28.582Z Checking float-cmp v0.10.0
25262026-05-08T01:26:28.593Z Checking hex v0.4.3
25272026-05-08T01:26:28.604Z Checking serde-big-array v0.5.1
25282026-05-08T01:26:28.616Z Checking erased-serde v0.3.31
25292026-05-08T01:26:28.652Z Checking rfc6979 v0.4.0
25302026-05-08T01:26:28.699Z Checking thread-id v4.2.2
25312026-05-08T01:26:28.729Z Checking memmap2 v0.9.10
25322026-05-08T01:26:28.761Z Checking env_filter v1.0.0
25332026-05-08T01:26:28.774Z Checking encoding_rs v0.8.35
25342026-05-08T01:26:28.776Z Checking difflib v0.4.0
25352026-05-08T01:26:28.803Z Checking new_debug_unreachable v1.0.6
25362026-05-08T01:26:28.869Z Checking unicode-segmentation v1.12.0
25372026-05-08T01:26:28.880Z Checking keccak v0.1.6
25382026-05-08T01:26:28.895Z Checking predicates-core v1.0.10
25392026-05-08T01:26:28.951Z Checking normalize-line-endings v0.3.0
25402026-05-08T01:26:28.990Z Checking fixedbitset v0.5.7
25412026-05-08T01:26:29.014Z Checking fixedbitset v0.4.2
25422026-05-08T01:26:29.036Z Checking rustc-hash v2.1.1
25432026-05-08T01:26:29.038Z Checking precomputed-hash v0.1.1
25442026-05-08T01:26:29.116Z Checking mime v0.3.17
25452026-05-08T01:26:29.129Z Checking whoami v2.1.0
25462026-05-08T01:26:29.146Z Checking data-encoding v2.10.0
25472026-05-08T01:26:29.157Z Checking static_assertions v1.1.0
25482026-05-08T01:26:29.176Z Checking toml_write v0.1.2
25492026-05-08T01:26:29.179Z Checking jiff v0.2.21
25502026-05-08T01:26:29.221Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25512026-05-08T01:26:29.283Z Checking similar v2.7.0
25522026-05-08T01:26:29.315Z Checking tokio-postgres v0.7.16
25532026-05-08T01:26:29.346Z Checking toml_edit v0.22.27
25542026-05-08T01:26:29.359Z Checking crossterm v0.28.1
25552026-05-08T01:26:29.411Z Checking hickory-proto v0.25.2
25562026-05-08T01:26:29.658Z Checking petgraph v0.8.3
25572026-05-08T01:26:29.718Z Checking reqwest v0.12.28
25582026-05-08T01:26:30.061Z Checking petgraph v0.6.5
25592026-05-08T01:26:30.561Z Checking string_cache v0.8.9
25602026-05-08T01:26:30.575Z Checking ed25519-dalek v2.2.0
25612026-05-08T01:26:30.731Z Checking sha3 v0.10.8
25622026-05-08T01:26:30.812Z Checking predicates v3.1.4
25632026-05-08T01:26:30.935Z Checking slog v2.8.2
25642026-05-08T01:26:31.102Z Checking env_logger v0.11.9
25652026-05-08T01:26:31.192Z Checking usdt v0.6.0
25662026-05-08T01:26:31.243Z Checking serde_with v3.17.0
25672026-05-08T01:26:31.271Z Checking rsa v0.9.10
25682026-05-08T01:26:31.289Z Checking usdt-impl v0.5.0
25692026-05-08T01:26:31.297Z Checking ecdsa v0.16.9
25702026-05-08T01:26:31.350Z Checking toml v0.7.8
25712026-05-08T01:26:31.370Z Checking zip v4.6.1
25722026-05-08T01:26:31.458Z Checking nix v0.31.2
25732026-05-08T01:26:31.635Z Checking clap v4.5.60
25742026-05-08T01:26:31.647Z Checking reqwest v0.13.2
25752026-05-08T01:26:31.709Z Checking zip v0.6.6
25762026-05-08T01:26:31.745Z Checking toml_parser v1.0.9+spec-1.1.0
25772026-05-08T01:26:31.880Z Checking rand v0.10.0
25782026-05-08T01:26:31.944Z Checking itertools v0.13.0
25792026-05-08T01:26:32.023Z Checking strum v0.26.3
25802026-05-08T01:26:32.062Z Checking tokio-stream v0.1.18
25812026-05-08T01:26:32.133Z Checking fs-err v3.3.0
25822026-05-08T01:26:32.201Z Checking ahash v0.8.12
25832026-05-08T01:26:32.344Z Checking object v0.37.3
25842026-05-08T01:26:32.392Z Checking buf-list v1.1.2
25852026-05-08T01:26:32.421Z Checking camino v1.2.2
25862026-05-08T01:26:32.431Z Checking anyhow v1.0.102
25872026-05-08T01:26:32.444Z Checking x509-cert v0.2.5
25882026-05-08T01:26:32.464Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25892026-05-08T01:26:32.565Z Checking openapiv3 v2.2.0
25902026-05-08T01:26:32.619Z Checking toml_datetime v0.7.5+spec-1.1.0
25912026-05-08T01:26:32.634Z Checking sha1 v0.10.6
25922026-05-08T01:26:32.670Z Checking peg-runtime v0.8.5
25932026-05-08T01:26:32.725Z Checking lalrpop-util v0.19.12
25942026-05-08T01:26:32.800Z Checking rayon v1.11.0
25952026-05-08T01:26:32.804Z Checking sigpipe v0.1.3
25962026-05-08T01:26:32.811Z Checking glob v0.3.3
25972026-05-08T01:26:34.481Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25982026-05-08T01:26:34.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s
25992026-05-08T01:26:34.919Z
26002026-05-08T01:26:34.919Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26012026-05-08T01:26:35.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-08T01:26:35.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-08T01:26:35.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-08T01:26:35.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26052026-05-08T01:26:35.521Z
26062026-05-08T01:26:35.521Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26072026-05-08T01:26:36.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-08T01:26:36.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-08T01:26:36.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-08T01:26:36.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26112026-05-08T01:26:36.117Z
26122026-05-08T01:26:36.117Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26132026-05-08T01:26:36.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-08T01:26:36.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-08T01:26:36.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-08T01:26:36.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26172026-05-08T01:26:36.733Z
26182026-05-08T01:26:36.733Zinfo: running `cargo check --bins` on oxql-types (80/274)
26192026-05-08T01:26:37.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-08T01:26:37.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-08T01:26:37.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-08T01:26:37.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-08T01:26:37.324Z
26242026-05-08T01:26:37.324Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26252026-05-08T01:26:37.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-08T01:26:37.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-08T01:26:37.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-08T01:26:37.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-08T01:26:37.925Z
26302026-05-08T01:26:37.925Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26312026-05-08T01:26:38.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-08T01:26:38.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-08T01:26:38.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-08T01:26:38.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26352026-05-08T01:26:38.524Z
26362026-05-08T01:26:38.524Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26372026-05-08T01:26:39.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-08T01:26:39.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-08T01:26:39.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-08T01:26:39.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26412026-05-08T01:26:39.104Z
26422026-05-08T01:26:39.104Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26432026-05-08T01:26:39.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-08T01:26:39.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-08T01:26:39.785Z Compiling structmeta-derive v0.3.0
26462026-05-08T01:26:39.902Z Compiling rustls v0.22.4
26472026-05-08T01:26:39.913Z Compiling multer v3.1.0
26482026-05-08T01:26:39.922Z Compiling async-stream-impl v0.3.6
26492026-05-08T01:26:39.922Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26502026-05-08T01:26:39.943Z Compiling dropshot v0.17.0
26512026-05-08T01:26:39.959Z Compiling newtype-uuid-macros v0.1.0
26522026-05-08T01:26:39.959Z Compiling dropshot_endpoint v0.17.0
26532026-05-08T01:26:40.079Z Checking newtype-uuid v1.3.2
26542026-05-08T01:26:40.137Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26552026-05-08T01:26:40.205Z Checking rustls-webpki v0.102.8
26562026-05-08T01:26:40.295Z Checking daft v0.1.5
26572026-05-08T01:26:40.306Z Checking futures-executor v0.3.32
26582026-05-08T01:26:40.452Z Checking thread_local v1.1.9
26592026-05-08T01:26:40.494Z Checking compression-core v0.4.31
26602026-05-08T01:26:40.536Z Checking match_cfg v0.1.0
26612026-05-08T01:26:40.549Z Checking iddqd v0.3.18
26622026-05-08T01:26:40.602Z Checking hostname v0.3.1
26632026-05-08T01:26:40.614Z Checking compression-codecs v0.4.37
26642026-05-08T01:26:40.625Z Checking futures v0.3.32
26652026-05-08T01:26:40.692Z Checking crossbeam-channel v0.5.15
26662026-05-08T01:26:40.695Z Checking slog-json v2.6.1
26672026-05-08T01:26:40.718Z Checking toml_datetime v1.0.0+spec-1.1.0
26682026-05-08T01:26:40.773Z Checking serde_spanned v1.0.4
26692026-05-08T01:26:40.856Z Checking is-terminal v0.4.17
26702026-05-08T01:26:40.901Z Checking debug-ignore v1.0.5
26712026-05-08T01:26:40.915Z Checking toml_writer v1.0.6+spec-1.1.0
26722026-05-08T01:26:40.936Z Compiling structmeta v0.3.0
26732026-05-08T01:26:40.948Z Checking term v1.2.1
26742026-05-08T01:26:40.995Z Checking take_mut v0.2.2
26752026-05-08T01:26:41.022Z Checking slog-bunyan v2.5.0
26762026-05-08T01:26:41.084Z Checking toml v1.0.6+spec-1.1.0
26772026-05-08T01:26:41.096Z Checking slog-async v2.8.0
26782026-05-08T01:26:41.132Z Checking async-compression v0.4.41
26792026-05-08T01:26:41.142Z Compiling derive-ex v0.1.8
26802026-05-08T01:26:41.158Z Compiling parse-display-derive v0.10.0
26812026-05-08T01:26:41.263Z Checking slog-term v2.9.2
26822026-05-08T01:26:41.367Z Checking async-stream v0.3.6
26832026-05-08T01:26:41.395Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26842026-05-08T01:26:41.467Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26852026-05-08T01:26:41.491Z Checking progenitor-client v0.14.0
26862026-05-08T01:26:41.514Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26872026-05-08T01:26:41.646Z Checking waitgroup v0.1.2
26882026-05-08T01:26:41.658Z Checking backon v1.6.0
26892026-05-08T01:26:41.722Z Checking rustls-pemfile v2.2.0
26902026-05-08T01:26:41.743Z Checking serde_path_to_error v0.1.20
26912026-05-08T01:26:41.789Z Checking hostname v0.4.2
26922026-05-08T01:26:41.816Z Checking instant v0.1.13
26932026-05-08T01:26:41.898Z Checking backoff v0.4.0
26942026-05-08T01:26:42.021Z Checking progenitor-extras v0.2.0
26952026-05-08T01:26:42.025Z Checking tokio-rustls v0.25.0
26962026-05-08T01:26:42.065Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26972026-05-08T01:26:42.081Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26982026-05-08T01:26:42.250Z Checking progenitor-client v0.10.0
26992026-05-08T01:26:42.269Z Checking itertools v0.14.0
27002026-05-08T01:26:42.424Z Checking regress v0.10.5
27012026-05-08T01:26:42.467Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27022026-05-08T01:26:42.684Z Checking macaddr v1.0.1
27032026-05-08T01:26:42.805Z Compiling test-strategy v0.4.5
27042026-05-08T01:26:42.818Z Checking parse-display v0.10.0
27052026-05-08T01:26:43.974Z Compiling prettyplease v0.2.37
27062026-05-08T01:26:44.237Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27072026-05-08T01:26:44.402Z Checking num-rational v0.4.2
27082026-05-08T01:26:44.602Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27092026-05-08T01:26:44.923Z Checking num-complex v0.4.6
27102026-05-08T01:26:45.554Z Checking num v0.4.3
27112026-05-08T01:26:45.622Z Compiling usdt-attr-macro v0.5.0
27122026-05-08T01:26:45.635Z Compiling usdt-macro v0.5.0
27132026-05-08T01:26:45.647Z Checking memmap v0.7.0
27142026-05-08T01:26:45.764Z Compiling float-ord v0.3.2
27152026-05-08T01:26:45.791Z Checking unicode-width v0.2.0
27162026-05-08T01:26:45.877Z Compiling convert_case v0.4.0
27172026-05-08T01:26:46.036Z Checking console v0.15.11
27182026-05-08T01:26:46.269Z Compiling derive_more v0.99.20
27192026-05-08T01:26:46.320Z Checking newline-converter v0.3.0
27202026-05-08T01:26:46.351Z Checking atomicwrites v0.4.4
27212026-05-08T01:26:46.400Z Checking usdt v0.5.0
27222026-05-08T01:26:46.429Z Compiling toml v0.8.23
27232026-05-08T01:26:46.482Z Compiling minimal-lexical v0.2.1
27242026-05-08T01:26:46.562Z Checking linked-hash-map v0.5.6
27252026-05-08T01:26:46.726Z Checking lru-cache v0.1.2
27262026-05-08T01:26:46.739Z Compiling nom v7.1.3
27272026-05-08T01:26:46.845Z Checking expectorate v1.2.0
27282026-05-08T01:26:47.380Z Checking camino-tempfile v1.4.1
27292026-05-08T01:26:47.541Z Checking hickory-proto v0.24.4
27302026-05-08T01:26:47.544Z Checking phf_shared v0.12.1
27312026-05-08T01:26:47.694Z Compiling slog-dtrace v0.3.0
27322026-05-08T01:26:47.807Z Checking resolv-conf v0.7.6
27332026-05-08T01:26:47.881Z Checking heck v0.5.0
27342026-05-08T01:26:47.992Z Compiling chrono-tz v0.10.4
27352026-05-08T01:26:48.007Z Compiling const_format_proc_macros v0.2.34
27362026-05-08T01:26:48.066Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27372026-05-08T01:26:48.177Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27382026-05-08T01:26:48.243Z Checking phf v0.12.1
27392026-05-08T01:26:48.378Z Checking tokio-dtrace v0.1.1
27402026-05-08T01:26:48.530Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27412026-05-08T01:26:48.562Z Compiling derive-where v1.6.0
27422026-05-08T01:26:48.794Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27432026-05-08T01:26:48.810Z Checking highway v1.3.0
27442026-05-08T01:26:49.050Z Checking const_format v0.2.35
27452026-05-08T01:26:49.274Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27462026-05-08T01:26:49.326Z Checking hickory-resolver v0.24.4
27472026-05-08T01:26:49.523Z Checking oxide-tokio-rt v0.1.4
27482026-05-08T01:26:49.707Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27492026-05-08T01:26:49.870Z Checking gethostname v0.5.0
27502026-05-08T01:26:49.905Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27512026-05-08T01:26:49.954Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27522026-05-08T01:26:49.968Z Checking bcs v0.1.6
27532026-05-08T01:26:49.982Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27542026-05-08T01:26:50.044Z Checking qorb v0.4.1
27552026-05-08T01:26:50.176Z Compiling async-recursion v1.1.1
27562026-05-08T01:26:50.198Z Checking termtree v0.5.1
27572026-05-08T01:26:53.460Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27582026-05-08T01:26:55.979Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27592026-05-08T01:26:58.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.95s
27602026-05-08T01:26:58.238Z
27612026-05-08T01:26:58.238Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27622026-05-08T01:26:58.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-05-08T01:26:58.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-05-08T01:26:58.912Z Compiling ar_archive_writer v0.5.1
27652026-05-08T01:26:59.023Z Compiling stacker v0.1.23
27662026-05-08T01:26:59.029Z Compiling cfg_aliases v0.1.1
27672026-05-08T01:26:59.036Z Compiling convert_case v0.10.0
27682026-05-08T01:26:59.039Z Checking unicode-width v0.1.14
27692026-05-08T01:26:59.052Z Compiling proc-macro-error v1.0.4
27702026-05-08T01:26:59.063Z Checking fd-lock v4.0.4
27712026-05-08T01:26:59.066Z Checking nibble_vec v0.1.0
27722026-05-08T01:26:59.085Z Compiling nix v0.28.0
27732026-05-08T01:26:59.175Z Checking vte v0.14.1
27742026-05-08T01:26:59.187Z Compiling recursive-proc-macro-impl v0.1.1
27752026-05-08T01:26:59.268Z Checking bytecount v0.6.9
27762026-05-08T01:26:59.283Z Checking endian-type v0.1.2
27772026-05-08T01:26:59.322Z Checking strip-ansi-escapes v0.2.1
27782026-05-08T01:26:59.325Z Compiling derive_more-impl v2.1.1
27792026-05-08T01:26:59.336Z Compiling tabled_derive v0.7.0
27802026-05-08T01:26:59.394Z Checking papergrid v0.11.0
27812026-05-08T01:26:59.406Z Checking radix_trie v0.2.1
27822026-05-08T01:26:59.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27832026-05-08T01:26:59.576Z Compiling peg-macros v0.8.5
27842026-05-08T01:26:59.604Z Checking winnow v0.6.26
27852026-05-08T01:26:59.837Z Compiling psm v0.1.30
27862026-05-08T01:26:59.905Z Compiling sqlparser_derive v0.5.0
27872026-05-08T01:26:59.996Z Checking home v0.5.12
27882026-05-08T01:27:00.099Z Checking nu-ansi-term v0.50.3
27892026-05-08T01:27:00.166Z Checking derive_more v2.1.1
27902026-05-08T01:27:00.242Z Checking unicode_categories v0.1.1
27912026-05-08T01:27:00.317Z Checking reedline v0.40.0
27922026-05-08T01:27:00.363Z Checking tabled v0.15.0
27932026-05-08T01:27:00.375Z Checking rustyline v14.0.0
27942026-05-08T01:27:00.448Z Checking crossterm v0.29.0
27952026-05-08T01:27:00.617Z Checking recursive v0.1.1
27962026-05-08T01:27:00.716Z Checking sqlparser v0.61.0
27972026-05-08T01:27:00.733Z Checking display-error-chain v0.2.2
27982026-05-08T01:27:00.771Z Checking sqlformat v0.3.5
27992026-05-08T01:27:00.968Z Checking peg v0.8.5
28002026-05-08T01:27:11.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.44s
28012026-05-08T01:27:11.866Z
28022026-05-08T01:27:11.866Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28032026-05-08T01:27:12.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-08T01:27:12.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-08T01:27:12.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-08T01:27:15.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28072026-05-08T01:27:16.076Z
28082026-05-08T01:27:16.076Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28092026-05-08T01:27:16.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-08T01:27:16.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-08T01:27:16.750Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-08T01:27:19.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28132026-05-08T01:27:19.315Z
28142026-05-08T01:27:19.316Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28152026-05-08T01:27:19.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-08T01:27:19.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-08T01:27:19.982Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-08T01:27:23.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28192026-05-08T01:27:23.329Z
28202026-05-08T01:27:23.329Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28212026-05-08T01:27:23.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-08T01:27:23.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-08T01:27:23.999Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-08T01:27:27.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28252026-05-08T01:27:27.385Z
28262026-05-08T01:27:27.385Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28272026-05-08T01:27:27.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-08T01:27:27.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-08T01:27:28.053Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-08T01:27:30.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28312026-05-08T01:27:30.784Z
28322026-05-08T01:27:30.785Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28332026-05-08T01:27:31.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-08T01:27:31.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-08T01:27:31.451Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-08T01:27:34.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28372026-05-08T01:27:34.211Z
28382026-05-08T01:27:34.211Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28392026-05-08T01:27:34.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-08T01:27:34.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-08T01:27:34.861Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-08T01:27:42.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28432026-05-08T01:27:42.676Z
28442026-05-08T01:27:42.676Zinfo: running `cargo check --bins` on oximeter (93/274)
28452026-05-08T01:27:42.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-08T01:27:42.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-08T01:27:42.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-05-08T01:27:42.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28492026-05-08T01:27:42.676Z
28502026-05-08T01:27:42.676Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28512026-05-08T01:27:42.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-08T01:27:42.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-08T01:27:42.676Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28542026-05-08T01:27:42.676Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28552026-05-08T01:27:42.676Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28562026-05-08T01:27:42.676Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28572026-05-08T01:27:42.930Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28582026-05-08T01:27:44.126Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28592026-05-08T01:27:44.285Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28602026-05-08T01:27:44.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s
28612026-05-08T01:27:45.125Z
28622026-05-08T01:27:45.126Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28632026-05-08T01:27:45.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-08T01:27:45.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-08T01:27:45.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-08T01:27:45.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28672026-05-08T01:27:45.720Z
28682026-05-08T01:27:45.720Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28692026-05-08T01:27:46.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-08T01:27:46.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-08T01:27:46.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-08T01:27:46.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28732026-05-08T01:27:46.351Z
28742026-05-08T01:27:46.351Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28752026-05-08T01:27:46.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-08T01:27:46.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-08T01:27:46.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-08T01:27:46.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28792026-05-08T01:27:46.944Z
28802026-05-08T01:27:46.944Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28812026-05-08T01:27:47.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-08T01:27:47.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-08T01:27:47.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-08T01:27:47.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-05-08T01:27:47.542Z
28862026-05-08T01:27:47.542Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28872026-05-08T01:27:48.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-08T01:27:48.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-08T01:27:48.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-08T01:27:48.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28912026-05-08T01:27:48.143Z
28922026-05-08T01:27:48.143Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28932026-05-08T01:27:48.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-08T01:27:48.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-08T01:27:48.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-08T01:27:48.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-05-08T01:27:48.736Z
28982026-05-08T01:27:48.736Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28992026-05-08T01:27:49.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-08T01:27:49.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-08T01:27:49.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-08T01:27:49.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29032026-05-08T01:27:49.319Z
29042026-05-08T01:27:49.319Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29052026-05-08T01:27:49.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-08T01:27:49.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-08T01:27:49.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-08T01:27:49.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29092026-05-08T01:27:49.915Z
29102026-05-08T01:27:49.915Zinfo: running `cargo check --bins` on update-engine (103/274)
29112026-05-08T01:27:50.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-08T01:27:50.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-08T01:27:50.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-08T01:27:50.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29152026-05-08T01:27:50.497Z
29162026-05-08T01:27:50.497Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29172026-05-08T01:27:51.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-08T01:27:51.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-08T01:27:51.203Z Compiling crucible-workspace-hack v0.1.0
29202026-05-08T01:27:51.321Z Checking secrecy v0.10.3
29212026-05-08T01:27:51.325Z Compiling heapless v0.8.0
29222026-05-08T01:27:51.332Z Compiling ingot-macros v0.1.1
29232026-05-08T01:27:51.338Z Compiling toml_edit v0.23.10+spec-1.0.0
29242026-05-08T01:27:51.341Z Checking hash32 v0.3.1
29252026-05-08T01:27:51.358Z Compiling smoltcp v0.11.0
29262026-05-08T01:27:51.361Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29272026-05-08T01:27:51.416Z Checking cobs v0.3.0
29282026-05-08T01:27:51.464Z Compiling thiserror-impl-no-std v2.0.2
29292026-05-08T01:27:51.564Z Checking half v2.7.1
29302026-05-08T01:27:51.576Z Checking universal-hash v0.5.1
29312026-05-08T01:27:51.590Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29322026-05-08T01:27:51.703Z Checking opaque-debug v0.3.1
29332026-05-08T01:27:51.718Z Checking ciborium-io v0.2.2
29342026-05-08T01:27:51.769Z Checking poly1305 v0.8.0
29352026-05-08T01:27:51.804Z Checking postcard v1.1.3
29362026-05-08T01:27:51.813Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29372026-05-08T01:27:51.816Z Checking ciborium-ll v0.2.2
29382026-05-08T01:27:52.029Z Compiling proc-macro-crate v3.4.0
29392026-05-08T01:27:52.045Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29402026-05-08T01:27:52.079Z Checking password-hash v0.5.0
29412026-05-08T01:27:52.140Z Checking chacha20 v0.9.1
29422026-05-08T01:27:52.301Z Compiling proc-macro-crate v1.3.1
29432026-05-08T01:27:52.319Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29442026-05-08T01:27:52.338Z Checking blake2 v0.10.6
29452026-05-08T01:27:52.367Z Checking aead v0.5.2
29462026-05-08T01:27:52.510Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29472026-05-08T01:27:52.549Z Compiling foreign-types-macros v0.2.3
29482026-05-08T01:27:52.569Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29492026-05-08T01:27:52.584Z Compiling num_enum_derive v0.7.5
29502026-05-08T01:27:52.631Z Checking thiserror-no-std v2.0.2
29512026-05-08T01:27:52.706Z Checking foreign-types-shared v0.3.1
29522026-05-08T01:27:52.719Z Checking vsss-rs v3.3.4
29532026-05-08T01:27:52.723Z Compiling num_enum_derive v0.5.11
29542026-05-08T01:27:52.795Z Checking argon2 v0.5.3
29552026-05-08T01:27:52.798Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29562026-05-08T01:27:53.132Z Checking foreign-types v0.5.0
29572026-05-08T01:27:53.146Z Checking chacha20poly1305 v0.10.1
29582026-05-08T01:27:53.210Z Checking ciborium v0.2.2
29592026-05-08T01:27:53.369Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29602026-05-08T01:27:53.385Z Checking tabwriter v1.4.1
29612026-05-08T01:27:53.528Z Checking byte-wrapper v0.1.0
29622026-05-08T01:27:53.609Z Checking num_enum v0.7.5
29632026-05-08T01:27:53.624Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29642026-05-08T01:27:53.651Z Checking cstr-argument v0.1.2
29652026-05-08T01:27:53.719Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29662026-05-08T01:27:53.736Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29672026-05-08T01:27:53.752Z Checking num_enum v0.5.11
29682026-05-08T01:27:53.769Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29692026-05-08T01:27:53.808Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29702026-05-08T01:27:53.858Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29712026-05-08T01:27:53.930Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29722026-05-08T01:27:53.944Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29732026-05-08T01:27:54.039Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29742026-05-08T01:27:54.093Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29752026-05-08T01:27:54.115Z Checking ingot-types v0.1.2
29762026-05-08T01:27:54.143Z Checking colored v3.1.1
29772026-05-08T01:27:54.143Z Checking indent_write v2.2.0
29782026-05-08T01:27:54.172Z Compiling zone_cfg_derive v0.3.1
29792026-05-08T01:27:54.262Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29802026-05-08T01:27:54.282Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29812026-05-08T01:27:54.357Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29822026-05-08T01:27:54.393Z Checking itertools v0.12.1
29832026-05-08T01:27:54.447Z Compiling num-derive v0.4.2
29842026-05-08T01:27:54.467Z Checking ingot v0.1.1
29852026-05-08T01:27:54.481Z Checking swrite v0.1.0
29862026-05-08T01:27:54.523Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29872026-05-08T01:27:54.571Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29882026-05-08T01:27:54.724Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29892026-05-08T01:27:54.808Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29902026-05-08T01:27:54.876Z Checking dropshot-api-manager-types v0.7.1
29912026-05-08T01:27:54.891Z Checking smf v0.2.3
29922026-05-08T01:27:54.917Z Checking nanorand v0.7.0
29932026-05-08T01:27:54.934Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29942026-05-08T01:27:55.039Z Checking whoami v1.6.1
29952026-05-08T01:27:55.107Z Checking flume v0.11.1
29962026-05-08T01:27:55.119Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29972026-05-08T01:27:55.351Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29982026-05-08T01:27:55.393Z Checking zone v0.3.1
29992026-05-08T01:27:56.053Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30002026-05-08T01:27:57.011Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30012026-05-08T01:27:57.881Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30022026-05-08T01:28:00.856Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30032026-05-08T01:28:02.857Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30042026-05-08T01:28:03.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s
30052026-05-08T01:28:04.125Z
30062026-05-08T01:28:04.125Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30072026-05-08T01:28:04.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-05-08T01:28:04.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-05-08T01:28:04.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-05-08T01:28:04.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30112026-05-08T01:28:04.715Z
30122026-05-08T01:28:04.715Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30132026-05-08T01:28:05.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-05-08T01:28:05.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-05-08T01:28:05.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-05-08T01:28:05.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30172026-05-08T01:28:05.304Z
30182026-05-08T01:28:05.304Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30192026-05-08T01:28:05.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-05-08T01:28:05.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-05-08T01:28:05.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-05-08T01:28:05.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30232026-05-08T01:28:05.903Z
30242026-05-08T01:28:05.903Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30252026-05-08T01:28:06.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-05-08T01:28:06.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-05-08T01:28:06.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-05-08T01:28:06.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30292026-05-08T01:28:06.502Z
30302026-05-08T01:28:06.502Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30312026-05-08T01:28:07.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-05-08T01:28:07.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-05-08T01:28:07.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-05-08T01:28:07.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30352026-05-08T01:28:07.099Z
30362026-05-08T01:28:07.099Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30372026-05-08T01:28:07.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-05-08T01:28:07.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-05-08T01:28:07.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-05-08T01:28:07.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30412026-05-08T01:28:07.694Z
30422026-05-08T01:28:07.694Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30432026-05-08T01:28:08.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-05-08T01:28:08.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-05-08T01:28:08.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-05-08T01:28:08.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30472026-05-08T01:28:08.285Z
30482026-05-08T01:28:08.285Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30492026-05-08T01:28:08.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-08T01:28:08.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-08T01:28:08.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-08T01:28:08.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30532026-05-08T01:28:08.860Z
30542026-05-08T01:28:08.860Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30552026-05-08T01:28:09.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-08T01:28:09.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-08T01:28:09.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-08T01:28:09.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30592026-05-08T01:28:09.451Z
30602026-05-08T01:28:09.451Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30612026-05-08T01:28:09.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-08T01:28:09.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-08T01:28:09.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-08T01:28:09.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30652026-05-08T01:28:10.049Z
30662026-05-08T01:28:10.049Zinfo: running `cargo check --bins` on installinator-client (115/274)
30672026-05-08T01:28:10.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-08T01:28:10.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-08T01:28:10.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-08T01:28:10.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30712026-05-08T01:28:10.642Z
30722026-05-08T01:28:10.642Zinfo: running `cargo check --bins` on nexus-client (116/274)
30732026-05-08T01:28:11.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-08T01:28:11.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-08T01:28:11.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-08T01:28:11.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30772026-05-08T01:28:11.276Z
30782026-05-08T01:28:11.276Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30792026-05-08T01:28:11.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-08T01:28:11.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-08T01:28:11.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-08T01:28:11.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30832026-05-08T01:28:11.903Z
30842026-05-08T01:28:11.903Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30852026-05-08T01:28:12.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-08T01:28:12.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-08T01:28:12.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-08T01:28:12.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30892026-05-08T01:28:12.483Z
30902026-05-08T01:28:12.483Zinfo: running `cargo check --bins` on oxide-client (119/274)
30912026-05-08T01:28:12.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-08T01:28:12.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-08T01:28:12.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-08T01:28:12.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30952026-05-08T01:28:13.069Z
30962026-05-08T01:28:13.069Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30972026-05-08T01:28:13.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-08T01:28:13.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-08T01:28:13.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-08T01:28:13.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31012026-05-08T01:28:13.665Z
31022026-05-08T01:28:13.665Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31032026-05-08T01:28:14.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-08T01:28:14.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-08T01:28:14.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-08T01:28:14.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31072026-05-08T01:28:14.264Z
31082026-05-08T01:28:14.264Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31092026-05-08T01:28:14.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-08T01:28:14.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-08T01:28:14.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-08T01:28:14.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31132026-05-08T01:28:14.855Z
31142026-05-08T01:28:14.855Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31152026-05-08T01:28:15.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-08T01:28:15.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-08T01:28:15.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-08T01:28:15.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31192026-05-08T01:28:15.476Z
31202026-05-08T01:28:15.476Zinfo: running `cargo check --bins` on installinator-common (124/274)
31212026-05-08T01:28:15.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-08T01:28:15.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-08T01:28:15.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-08T01:28:15.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31252026-05-08T01:28:16.081Z
31262026-05-08T01:28:16.081Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31272026-05-08T01:28:16.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-08T01:28:16.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-08T01:28:16.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-08T01:28:16.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31312026-05-08T01:28:16.653Z
31322026-05-08T01:28:16.653Zinfo: running `cargo check --bins` on wicket-common (126/274)
31332026-05-08T01:28:17.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-08T01:28:17.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-08T01:28:17.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-08T01:28:17.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31372026-05-08T01:28:17.259Z
31382026-05-08T01:28:17.259Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31392026-05-08T01:28:17.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-08T01:28:17.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-08T01:28:17.939Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31422026-05-08T01:28:18.053Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31432026-05-08T01:28:18.060Z Checking csv-core v0.1.13
31442026-05-08T01:28:18.068Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31452026-05-08T01:28:18.077Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31462026-05-08T01:28:18.084Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31472026-05-08T01:28:18.095Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31482026-05-08T01:28:18.103Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31492026-05-08T01:28:18.209Z Checking csv v1.4.0
31502026-05-08T01:28:18.228Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31512026-05-08T01:28:18.276Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31522026-05-08T01:28:18.304Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31532026-05-08T01:28:18.539Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31542026-05-08T01:28:18.905Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31552026-05-08T01:28:18.910Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31562026-05-08T01:28:19.229Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31572026-05-08T01:28:24.861Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31582026-05-08T01:28:25.384Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31592026-05-08T01:28:27.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.41s
31602026-05-08T01:28:27.876Z
31612026-05-08T01:28:27.876Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31622026-05-08T01:28:28.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-05-08T01:28:28.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-05-08T01:28:28.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-05-08T01:28:28.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31662026-05-08T01:28:28.464Z
31672026-05-08T01:28:28.464Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31682026-05-08T01:28:29.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-05-08T01:28:29.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-05-08T01:28:29.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-05-08T01:28:29.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31722026-05-08T01:28:29.147Z
31732026-05-08T01:28:29.147Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31742026-05-08T01:28:29.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-05-08T01:28:29.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-05-08T01:28:29.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-05-08T01:28:29.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31782026-05-08T01:28:29.830Z
31792026-05-08T01:28:29.830Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31802026-05-08T01:28:30.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-05-08T01:28:30.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-05-08T01:28:30.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-05-08T01:28:30.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31842026-05-08T01:28:30.472Z
31852026-05-08T01:28:30.472Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31862026-05-08T01:28:31.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-05-08T01:28:31.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-05-08T01:28:31.228Z Compiling regress v0.11.1
31892026-05-08T01:28:31.369Z Compiling unsafe-libyaml v0.2.11
31902026-05-08T01:28:31.385Z Compiling semver v0.1.20
31912026-05-08T01:28:31.385Z Compiling radium v0.7.0
31922026-05-08T01:28:31.401Z Compiling pin-project-internal v1.1.11
31932026-05-08T01:28:31.412Z Checking tap v1.0.1
31942026-05-08T01:28:31.425Z Compiling maybe-uninit v2.0.0
31952026-05-08T01:28:31.522Z Checking wyz v0.5.1
31962026-05-08T01:28:31.643Z Compiling rustc_version v0.1.7
31972026-05-08T01:28:31.705Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31982026-05-08T01:28:31.741Z Checking progenitor-client v0.13.0
31992026-05-08T01:28:31.826Z Compiling snafu-derive v0.8.9
32002026-05-08T01:28:31.881Z Compiling serde_yaml v0.9.34+deprecated
32012026-05-08T01:28:31.968Z Compiling newtype_derive v0.1.6
32022026-05-08T01:28:32.090Z Compiling zerocopy-derive v0.6.6
32032026-05-08T01:28:32.157Z Checking crc-catalog v2.4.0
32042026-05-08T01:28:32.247Z Compiling cancel-safe-futures v0.1.5
32052026-05-08T01:28:32.465Z Checking same-file v1.0.6
32062026-05-08T01:28:35.928Z Checking pin-project v1.1.11
32072026-05-08T01:28:35.928Z Checking funty v2.0.0
32082026-05-08T01:28:35.928Z Compiling packed_struct v0.10.1
32092026-05-08T01:28:35.928Z Checking typify-impl v0.6.2
32102026-05-08T01:28:35.928Z Compiling owo-colors v4.3.0
32112026-05-08T01:28:35.928Z Checking zerocopy v0.6.6
32122026-05-08T01:28:35.928Z Checking bitvec v1.0.1
32132026-05-08T01:28:35.928Z Checking walkdir v2.5.0
32142026-05-08T01:28:35.928Z Checking crc v3.4.0
32152026-05-08T01:28:35.929Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32162026-05-08T01:28:35.929Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32172026-05-08T01:28:35.929Z Checking globset v0.4.18
32182026-05-08T01:28:35.929Z Checking olpc-cjson v0.1.4
32192026-05-08T01:28:35.929Z Checking snafu v0.8.9
32202026-05-08T01:28:35.929Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32212026-05-08T01:28:35.929Z Checking pem v3.0.6
32222026-05-08T01:28:35.929Z Compiling packed_struct_codegen v0.10.1
32232026-05-08T01:28:35.929Z Checking libsw-core v0.3.2
32242026-05-08T01:28:35.929Z Checking serde_plain v1.0.2
32252026-05-08T01:28:35.929Z Compiling bitfield-macros v0.19.4
32262026-05-08T01:28:35.929Z Compiling indexmap v1.9.3
32272026-05-08T01:28:35.929Z Checking nodrop v0.1.14
32282026-05-08T01:28:35.929Z Checking typed-path v0.9.3
32292026-05-08T01:28:35.929Z Checking array-init v0.0.4
32302026-05-08T01:28:35.929Z Checking libsw v3.5.0
32312026-05-08T01:28:35.929Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32322026-05-08T01:28:35.929Z Checking smallvec v0.6.14
32332026-05-08T01:28:35.929Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-05-08T01:28:35.929Z Checking bitfield v0.19.4
32352026-05-08T01:28:35.929Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-05-08T01:28:35.929Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32372026-05-08T01:28:35.929Z Checking tough v0.20.0
32382026-05-08T01:28:35.929Z Checking tagptr v0.2.0
32392026-05-08T01:28:35.929Z Checking hashbrown v0.12.3
32402026-05-08T01:28:35.929Z Checking smawk v0.3.2
32412026-05-08T01:28:35.929Z Checking linear-map v1.2.0
32422026-05-08T01:28:36.018Z Checking unicode-linebreak v0.1.5
32432026-05-08T01:28:36.018Z Checking base64 v0.21.7
32442026-05-08T01:28:36.018Z Checking moka v0.12.13
32452026-05-08T01:28:36.018Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32462026-05-08T01:28:36.018Z Checking textwrap v0.16.2
32472026-05-08T01:28:36.018Z Checking ron v0.8.1
32482026-05-08T01:28:36.018Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32492026-05-08T01:28:36.018Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32502026-05-08T01:28:36.018Z Checking serde-hex v0.1.0
32512026-05-08T01:28:36.018Z Checking steno v0.4.1
32522026-05-08T01:28:36.019Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32532026-05-08T01:28:36.038Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32542026-05-08T01:28:36.071Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32552026-05-08T01:28:36.468Z Checking hashbrown v0.13.2
32562026-05-08T01:28:36.483Z Checking humantime v2.3.0
32572026-05-08T01:28:36.571Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32582026-05-08T01:28:36.665Z Checking crc-any v2.5.0
32592026-05-08T01:28:36.782Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32602026-05-08T01:28:36.795Z Checking hickory-resolver v0.25.2
32612026-05-08T01:28:36.841Z Checking hickory-proto v0.26.1
32622026-05-08T01:28:36.891Z Checking object v0.30.4
32632026-05-08T01:28:36.932Z Checking utf-8 v0.7.6
32642026-05-08T01:28:36.944Z Checking path-slash v0.1.5
32652026-05-08T01:28:37.048Z Checking half v1.8.3
32662026-05-08T01:28:37.066Z Checking void v1.0.2
32672026-05-08T01:28:37.170Z Checking lzss v0.8.2
32682026-05-08T01:28:37.183Z Checking tungstenite v0.23.0
32692026-05-08T01:28:37.241Z Checking serde_cbor v0.11.2
32702026-05-08T01:28:37.374Z Compiling typify-macro v0.6.2
32712026-05-08T01:28:37.486Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32722026-05-08T01:28:37.501Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32732026-05-08T01:28:37.588Z Checking nix v0.27.1
32742026-05-08T01:28:37.613Z Checking kstat-rs v0.2.4
32752026-05-08T01:28:37.641Z Checking fxhash v0.2.1
32762026-05-08T01:28:37.732Z Checking serde_bytes v0.11.19
32772026-05-08T01:28:37.759Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32782026-05-08T01:28:37.794Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32792026-05-08T01:28:37.900Z Checking tokio-tungstenite v0.23.1
32802026-05-08T01:28:38.064Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32812026-05-08T01:28:38.092Z Checking signal-hook-tokio v0.3.1
32822026-05-08T01:28:38.132Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32832026-05-08T01:28:38.926Z Compiling typify v0.6.2
32842026-05-08T01:28:38.985Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32852026-05-08T01:28:39.006Z Compiling progenitor-impl v0.13.0
32862026-05-08T01:28:39.006Z Compiling progenitor-impl v0.14.0
32872026-05-08T01:28:39.880Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32882026-05-08T01:28:40.184Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32892026-05-08T01:28:40.593Z Compiling progenitor-macro v0.14.0
32902026-05-08T01:28:40.627Z Compiling progenitor-macro v0.13.0
32912026-05-08T01:28:43.063Z Checking progenitor v0.14.0
32922026-05-08T01:28:43.191Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32932026-05-08T01:28:43.251Z Checking progenitor v0.13.0
32942026-05-08T01:28:43.366Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32952026-05-08T01:28:46.342Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32962026-05-08T01:28:53.826Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32972026-05-08T01:29:00.006Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32982026-05-08T01:29:01.355Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32992026-05-08T01:29:01.852Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33002026-05-08T01:29:03.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.42s
33012026-05-08T01:29:04.100Z
33022026-05-08T01:29:04.100Zinfo: running `cargo check --bins` on gateway-api (133/274)
33032026-05-08T01:29:04.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-05-08T01:29:04.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-05-08T01:29:04.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-05-08T01:29:04.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33072026-05-08T01:29:04.690Z
33082026-05-08T01:29:04.690Zinfo: running `cargo check --bins` on ipcc (134/274)
33092026-05-08T01:29:05.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-05-08T01:29:05.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-05-08T01:29:05.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-05-08T01:29:05.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33132026-05-08T01:29:05.280Z
33142026-05-08T01:29:05.281Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33152026-05-08T01:29:05.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-05-08T01:29:05.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-05-08T01:29:05.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-05-08T01:29:05.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33192026-05-08T01:29:05.860Z
33202026-05-08T01:29:05.860Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33212026-05-08T01:29:06.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-05-08T01:29:06.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-05-08T01:29:06.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-05-08T01:29:06.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33252026-05-08T01:29:06.454Z
33262026-05-08T01:29:06.454Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33272026-05-08T01:29:06.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-05-08T01:29:06.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-05-08T01:29:06.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-05-08T01:29:06.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-05-08T01:29:07.046Z
33322026-05-08T01:29:07.047Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33332026-05-08T01:29:07.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-05-08T01:29:07.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-05-08T01:29:07.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-05-08T01:29:07.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33372026-05-08T01:29:07.643Z
33382026-05-08T01:29:07.643Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33392026-05-08T01:29:08.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-05-08T01:29:08.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-05-08T01:29:08.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-05-08T01:29:08.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33432026-05-08T01:29:08.244Z
33442026-05-08T01:29:08.245Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33452026-05-08T01:29:08.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-08T01:29:08.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-08T01:29:08.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-08T01:29:08.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33492026-05-08T01:29:08.843Z
33502026-05-08T01:29:08.843Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33512026-05-08T01:29:09.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-08T01:29:09.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-08T01:29:09.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-08T01:29:09.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33552026-05-08T01:29:09.438Z
33562026-05-08T01:29:09.438Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33572026-05-08T01:29:09.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-08T01:29:09.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-08T01:29:09.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-08T01:29:09.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33612026-05-08T01:29:10.035Z
33622026-05-08T01:29:10.035Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33632026-05-08T01:29:10.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-08T01:29:10.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-08T01:29:10.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-08T01:29:10.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33672026-05-08T01:29:10.632Z
33682026-05-08T01:29:10.632Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33692026-05-08T01:29:11.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-08T01:29:11.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-08T01:29:11.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-08T01:29:11.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33732026-05-08T01:29:11.228Z
33742026-05-08T01:29:11.228Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33752026-05-08T01:29:11.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-08T01:29:11.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-08T01:29:11.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-08T01:29:11.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33792026-05-08T01:29:11.818Z
33802026-05-08T01:29:11.818Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33812026-05-08T01:29:12.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-08T01:29:12.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-08T01:29:12.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-08T01:29:12.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33852026-05-08T01:29:12.412Z
33862026-05-08T01:29:12.412Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33872026-05-08T01:29:12.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-08T01:29:12.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-08T01:29:12.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-08T01:29:12.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33912026-05-08T01:29:13.002Z
33922026-05-08T01:29:13.002Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33932026-05-08T01:29:13.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-08T01:29:13.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-08T01:29:13.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-08T01:29:13.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33972026-05-08T01:29:13.593Z
33982026-05-08T01:29:13.593Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33992026-05-08T01:29:14.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-08T01:29:14.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-08T01:29:14.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-08T01:29:14.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34032026-05-08T01:29:14.177Z
34042026-05-08T01:29:14.177Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34052026-05-08T01:29:14.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-08T01:29:14.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-08T01:29:14.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-08T01:29:14.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34092026-05-08T01:29:14.764Z
34102026-05-08T01:29:14.764Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34112026-05-08T01:29:15.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-08T01:29:15.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-08T01:29:15.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-08T01:29:15.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34152026-05-08T01:29:15.350Z
34162026-05-08T01:29:15.350Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34172026-05-08T01:29:15.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-08T01:29:15.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-08T01:29:15.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-08T01:29:15.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34212026-05-08T01:29:15.939Z
34222026-05-08T01:29:15.939Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34232026-05-08T01:29:16.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-08T01:29:16.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-08T01:29:16.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-08T01:29:16.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34272026-05-08T01:29:16.534Z
34282026-05-08T01:29:16.534Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34292026-05-08T01:29:17.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-08T01:29:17.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-08T01:29:17.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-08T01:29:17.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34332026-05-08T01:29:17.166Z
34342026-05-08T01:29:17.166Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34352026-05-08T01:29:17.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-08T01:29:17.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-08T01:29:17.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-08T01:29:17.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34392026-05-08T01:29:17.756Z
34402026-05-08T01:29:17.756Zinfo: running `cargo check --bins` on dns-server (156/274)
34412026-05-08T01:29:18.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-08T01:29:18.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-08T01:29:18.396Z Compiling parking_lot_core v0.8.6
34442026-05-08T01:29:18.396Z Compiling git-stub v1.0.0
34452026-05-08T01:29:18.398Z Compiling atomicwrites v0.4.4
34462026-05-08T01:29:18.398Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34472026-05-08T01:29:18.505Z Checking prefix-trie v0.7.0
34482026-05-08T01:29:18.638Z Compiling git-stub-vcs v0.1.0
34492026-05-08T01:29:18.807Z Checking hickory-server v0.25.2
34502026-05-08T01:29:18.896Z Checking parking_lot v0.11.2
34512026-05-08T01:29:18.909Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34522026-05-08T01:29:18.974Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34532026-05-08T01:29:18.975Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34542026-05-08T01:29:19.063Z Checking sled v0.34.7
34552026-05-08T01:29:20.324Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
34562026-05-08T01:29:20.324Z --> dns-server/src/dns_server.rs:487:12
34572026-05-08T01:29:20.324Z |
34582026-05-08T01:29:20.324Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
34592026-05-08T01:29:20.324Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
34602026-05-08T01:29:20.324Z |
34612026-05-08T01:29:20.324Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34622026-05-08T01:29:20.324Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34632026-05-08T01:29:20.324Z |
34642026-05-08T01:29:20.324Z 77 | pub struct Record<R: RecordData = RData> {
34652026-05-08T01:29:20.325Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34662026-05-08T01:29:20.325Z |
34672026-05-08T01:29:20.325Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34682026-05-08T01:29:20.325Z |
34692026-05-08T01:29:20.325Z 78 | pub struct Record<R: RecordData = RData> {
34702026-05-08T01:29:20.325Z | ---------------------------------------- this is the found type
34712026-05-08T01:29:20.325Z = help: you can use `cargo tree` to explore your dependency tree
34722026-05-08T01:29:20.325Znote: required by a bound in `MessageResponse`
34732026-05-08T01:29:20.325Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
34742026-05-08T01:29:20.325Z |
34752026-05-08T01:29:20.325Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
34762026-05-08T01:29:20.325Z | --------------- required by a bound in this struct
34772026-05-08T01:29:20.325Z 22 | where
34782026-05-08T01:29:20.325Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34792026-05-08T01:29:20.325Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
34802026-05-08T01:29:20.325Z
34812026-05-08T01:29:20.325Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
34822026-05-08T01:29:20.325Z --> dns-server/src/dns_server.rs:487:12
34832026-05-08T01:29:20.325Z |
34842026-05-08T01:29:20.325Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
34852026-05-08T01:29:20.325Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
34862026-05-08T01:29:20.325Z |
34872026-05-08T01:29:20.325Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34882026-05-08T01:29:20.325Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34892026-05-08T01:29:20.326Z |
34902026-05-08T01:29:20.326Z 77 | pub struct Record<R: RecordData = RData> {
34912026-05-08T01:29:20.326Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34922026-05-08T01:29:20.326Z |
34932026-05-08T01:29:20.326Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34942026-05-08T01:29:20.326Z |
34952026-05-08T01:29:20.326Z 78 | pub struct Record<R: RecordData = RData> {
34962026-05-08T01:29:20.326Z | ---------------------------------------- this is the found type
34972026-05-08T01:29:20.326Z = help: you can use `cargo tree` to explore your dependency tree
34982026-05-08T01:29:20.326Znote: required by a bound in `MessageResponse`
34992026-05-08T01:29:20.326Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
35002026-05-08T01:29:20.326Z |
35012026-05-08T01:29:20.326Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35022026-05-08T01:29:20.326Z | --------------- required by a bound in this struct
35032026-05-08T01:29:20.326Z...
35042026-05-08T01:29:20.326Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35052026-05-08T01:29:20.326Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35062026-05-08T01:29:20.326Z
35072026-05-08T01:29:20.326Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
35082026-05-08T01:29:20.326Z --> dns-server/src/dns_server.rs:487:12
35092026-05-08T01:29:20.326Z |
35102026-05-08T01:29:20.326Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35112026-05-08T01:29:20.327Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35122026-05-08T01:29:20.327Z |
35132026-05-08T01:29:20.327Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35142026-05-08T01:29:20.327Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35152026-05-08T01:29:20.327Z |
35162026-05-08T01:29:20.327Z 77 | pub struct Record<R: RecordData = RData> {
35172026-05-08T01:29:20.327Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35182026-05-08T01:29:20.327Z |
35192026-05-08T01:29:20.327Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35202026-05-08T01:29:20.327Z |
35212026-05-08T01:29:20.327Z 78 | pub struct Record<R: RecordData = RData> {
35222026-05-08T01:29:20.327Z | ---------------------------------------- this is the found type
35232026-05-08T01:29:20.327Z = help: you can use `cargo tree` to explore your dependency tree
35242026-05-08T01:29:20.327Znote: required by a bound in `MessageResponse`
35252026-05-08T01:29:20.327Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
35262026-05-08T01:29:20.327Z |
35272026-05-08T01:29:20.327Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35282026-05-08T01:29:20.327Z | --------------- required by a bound in this struct
35292026-05-08T01:29:20.327Z...
35302026-05-08T01:29:20.327Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35312026-05-08T01:29:20.327Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35322026-05-08T01:29:20.327Z
35332026-05-08T01:29:20.327Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
35342026-05-08T01:29:20.327Z --> dns-server/src/dns_server.rs:487:12
35352026-05-08T01:29:20.327Z |
35362026-05-08T01:29:20.328Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35372026-05-08T01:29:20.328Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35382026-05-08T01:29:20.328Z |
35392026-05-08T01:29:20.328Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35402026-05-08T01:29:20.328Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35412026-05-08T01:29:20.328Z |
35422026-05-08T01:29:20.328Z 77 | pub struct Record<R: RecordData = RData> {
35432026-05-08T01:29:20.328Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35442026-05-08T01:29:20.328Z |
35452026-05-08T01:29:20.328Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35462026-05-08T01:29:20.328Z |
35472026-05-08T01:29:20.328Z 78 | pub struct Record<R: RecordData = RData> {
35482026-05-08T01:29:20.328Z | ---------------------------------------- this is the found type
35492026-05-08T01:29:20.328Z = help: you can use `cargo tree` to explore your dependency tree
35502026-05-08T01:29:20.328Znote: required by a bound in `MessageResponse`
35512026-05-08T01:29:20.328Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
35522026-05-08T01:29:20.328Z |
35532026-05-08T01:29:20.328Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35542026-05-08T01:29:20.329Z | --------------- required by a bound in this struct
35552026-05-08T01:29:20.332Z...
35562026-05-08T01:29:20.332Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35572026-05-08T01:29:20.332Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35582026-05-08T01:29:20.332Z
35592026-05-08T01:29:20.462Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
35602026-05-08T01:29:20.462Z --> dns-server/src/dns_server.rs:161:36
35612026-05-08T01:29:20.462Z |
35622026-05-08T01:29:20.463Z161 | let mr = match MessageRequest::read(&mut dec) {
35632026-05-08T01:29:20.463Z | ^^^^ function or associated item not found in `MessageRequest`
35642026-05-08T01:29:20.463Z |
35652026-05-08T01:29:20.463Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35662026-05-08T01:29:20.463Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
35672026-05-08T01:29:20.463Z |
35682026-05-08T01:29:20.463Z 44 | pub trait BinDecodable<'r>: Sized {
35692026-05-08T01:29:20.463Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
35702026-05-08T01:29:20.463Z |
35712026-05-08T01:29:20.463Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
35722026-05-08T01:29:20.463Z |
35732026-05-08T01:29:20.463Z 45 | pub trait BinDecodable<'r>: Sized {
35742026-05-08T01:29:20.463Z | --------------------------------- this is the trait that was imported
35752026-05-08T01:29:20.463Z = help: you can use `cargo tree` to explore your dependency tree
35762026-05-08T01:29:20.463Z
35772026-05-08T01:29:20.472Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
35782026-05-08T01:29:20.472Z --> dns-server/src/dns_server.rs:173:34
35792026-05-08T01:29:20.472Z |
35802026-05-08T01:29:20.472Z173 | let header = Header::response_from_request(mr.header());
35812026-05-08T01:29:20.472Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
35822026-05-08T01:29:20.472Z |
35832026-05-08T01:29:20.472Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
35842026-05-08T01:29:20.472Z --> dns-server/src/dns_server.rs:173:26
35852026-05-08T01:29:20.472Z |
35862026-05-08T01:29:20.472Z173 | let header = Header::response_from_request(mr.header());
35872026-05-08T01:29:20.472Z | ^^^^^^
35882026-05-08T01:29:20.472Z
35892026-05-08T01:29:20.489Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
35902026-05-08T01:29:20.489Z --> dns-server/src/dns_server.rs:273:30
35912026-05-08T01:29:20.489Z |
35922026-05-08T01:29:20.489Z273 | let mut header = Header::response_from_request(mr.header());
35932026-05-08T01:29:20.489Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
35942026-05-08T01:29:20.490Z |
35952026-05-08T01:29:20.490Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
35962026-05-08T01:29:20.490Z --> dns-server/src/dns_server.rs:273:22
35972026-05-08T01:29:20.490Z |
35982026-05-08T01:29:20.490Z273 | let mut header = Header::response_from_request(mr.header());
35992026-05-08T01:29:20.490Z | ^^^^^^
36002026-05-08T01:29:20.490Z
36012026-05-08T01:29:20.503Zerror[E0308]: mismatched types
36022026-05-08T01:29:20.503Z --> dns-server/src/dns_server.rs:299:30
36032026-05-08T01:29:20.503Z |
36042026-05-08T01:29:20.503Z299 | let answer = store.query(query)?;
36052026-05-08T01:29:20.504Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
36062026-05-08T01:29:20.504Z | |
36072026-05-08T01:29:20.504Z | arguments to this method are incorrect
36082026-05-08T01:29:20.504Z |
36092026-05-08T01:29:20.504Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36102026-05-08T01:29:20.504Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
36112026-05-08T01:29:20.504Z |
36122026-05-08T01:29:20.504Z 22 | pub struct LowerQuery {
36132026-05-08T01:29:20.504Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36142026-05-08T01:29:20.504Z |
36152026-05-08T01:29:20.504Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
36162026-05-08T01:29:20.504Z |
36172026-05-08T01:29:20.504Z 18 | pub struct LowerQuery {
36182026-05-08T01:29:20.504Z | --------------------- this is the found type
36192026-05-08T01:29:20.504Z = help: you can use `cargo tree` to explore your dependency tree
36202026-05-08T01:29:20.504Znote: method defined here
36212026-05-08T01:29:20.504Z --> dns-server/src/storage.rs:762:19
36222026-05-08T01:29:20.504Z |
36232026-05-08T01:29:20.504Z762 | pub(crate) fn query(
36242026-05-08T01:29:20.504Z | ^^^^^
36252026-05-08T01:29:20.504Z763 | &self,
36262026-05-08T01:29:20.504Z764 | query: &LowerQuery,
36272026-05-08T01:29:20.504Z | ------------------
36282026-05-08T01:29:20.505Z
36292026-05-08T01:29:20.508Zerror[E0308]: mismatched types
36302026-05-08T01:29:20.508Z --> dns-server/src/dns_server.rs:311:55
36312026-05-08T01:29:20.508Z |
36322026-05-08T01:29:20.508Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
36332026-05-08T01:29:20.508Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
36342026-05-08T01:29:20.508Z | |
36352026-05-08T01:29:20.508Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
36362026-05-08T01:29:20.508Z |
36372026-05-08T01:29:20.508Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36382026-05-08T01:29:20.508Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
36392026-05-08T01:29:20.508Z |
36402026-05-08T01:29:20.508Z 33 | pub enum RecordType {
36412026-05-08T01:29:20.508Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
36422026-05-08T01:29:20.508Z |
36432026-05-08T01:29:20.508Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
36442026-05-08T01:29:20.508Z |
36452026-05-08T01:29:20.508Z 33 | pub enum RecordType {
36462026-05-08T01:29:20.508Z | ------------------- this is the found type
36472026-05-08T01:29:20.508Z = help: you can use `cargo tree` to explore your dependency tree
36482026-05-08T01:29:20.508Z
36492026-05-08T01:29:20.521Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
36502026-05-08T01:29:20.521Z --> dns-server/src/dns_server.rs:327:60
36512026-05-08T01:29:20.521Z |
36522026-05-08T01:29:20.521Z327 | .filter(|record| match (query.query_type(), record.data()) {
36532026-05-08T01:29:20.521Z | ^^^^-- help: remove the arguments
36542026-05-08T01:29:20.521Z | |
36552026-05-08T01:29:20.521Z | field, not a method
36562026-05-08T01:29:20.521Z
36572026-05-08T01:29:20.533Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
36582026-05-08T01:29:20.533Z --> dns-server/src/dns_server.rs:348:51
36592026-05-08T01:29:20.533Z |
36602026-05-08T01:29:20.533Z348 | let additionals_target = match record.data() {
36612026-05-08T01:29:20.533Z | ^^^^-- help: remove the arguments
36622026-05-08T01:29:20.534Z | |
36632026-05-08T01:29:20.534Z | field, not a method
36642026-05-08T01:29:20.534Z
36652026-05-08T01:29:20.547Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
36662026-05-08T01:29:20.547Z --> dns-server/src/dns_server.rs:349:45
36672026-05-08T01:29:20.547Z |
36682026-05-08T01:29:20.547Z349 | RData::SRV(srv) => Some(srv.target()),
36692026-05-08T01:29:20.547Z | ^^^^^^-- help: remove the arguments
36702026-05-08T01:29:20.547Z | |
36712026-05-08T01:29:20.547Z | field, not a method
36722026-05-08T01:29:20.547Z
36732026-05-08T01:29:20.552Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
36742026-05-08T01:29:20.552Z --> dns-server/src/dns_server.rs:416:9
36752026-05-08T01:29:20.552Z |
36762026-05-08T01:29:20.552Z414 | let mresp = rb.build(
36772026-05-08T01:29:20.552Z | ----- required by a bound introduced by this call
36782026-05-08T01:29:20.552Z415 | header,
36792026-05-08T01:29:20.552Z416 | response_records.iter().collect::<Vec<&Record>>(),
36802026-05-08T01:29:20.552Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36812026-05-08T01:29:20.552Z |
36822026-05-08T01:29:20.552Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36832026-05-08T01:29:20.552Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36842026-05-08T01:29:20.552Z |
36852026-05-08T01:29:20.552Z 77 | pub struct Record<R: RecordData = RData> {
36862026-05-08T01:29:20.552Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36872026-05-08T01:29:20.552Z |
36882026-05-08T01:29:20.552Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36892026-05-08T01:29:20.552Z |
36902026-05-08T01:29:20.552Z 78 | pub struct Record<R: RecordData = RData> {
36912026-05-08T01:29:20.552Z | ---------------------------------------- this is the found type
36922026-05-08T01:29:20.552Z = help: you can use `cargo tree` to explore your dependency tree
36932026-05-08T01:29:20.552Znote: the method call chain might not have had the expected associated types
36942026-05-08T01:29:20.552Z --> dns-server/src/dns_server.rs:416:26
36952026-05-08T01:29:20.552Z |
36962026-05-08T01:29:20.552Z411 | response_records: &[Record],
36972026-05-08T01:29:20.552Z | ---------------- this expression has type `&[Record]`
36982026-05-08T01:29:20.553Z...
36992026-05-08T01:29:20.553Z416 | response_records.iter().collect::<Vec<&Record>>(),
37002026-05-08T01:29:20.553Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
37012026-05-08T01:29:20.553Z | |
37022026-05-08T01:29:20.553Z | `IntoIterator::Item` is `&Record` here
37032026-05-08T01:29:20.553Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
37042026-05-08T01:29:20.553Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
37052026-05-08T01:29:20.553Z |
37062026-05-08T01:29:20.553Z129 | pub fn build<'a, A, N, S, D>(
37072026-05-08T01:29:20.553Z | ----- required by a bound in this associated function
37082026-05-08T01:29:20.553Z...
37092026-05-08T01:29:20.553Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
37102026-05-08T01:29:20.553Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
37112026-05-08T01:29:20.553Z
37122026-05-08T01:29:20.571Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
37132026-05-08T01:29:20.571Z --> dns-server/src/dns_server.rs:414:20
37142026-05-08T01:29:20.571Z |
37152026-05-08T01:29:20.571Z414 | let mresp = rb.build(
37162026-05-08T01:29:20.571Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37172026-05-08T01:29:20.571Z |
37182026-05-08T01:29:20.571Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37192026-05-08T01:29:20.571Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37202026-05-08T01:29:20.571Z |
37212026-05-08T01:29:20.571Z 77 | pub struct Record<R: RecordData = RData> {
37222026-05-08T01:29:20.571Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37232026-05-08T01:29:20.571Z |
37242026-05-08T01:29:20.571Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37252026-05-08T01:29:20.571Z |
37262026-05-08T01:29:20.571Z 78 | pub struct Record<R: RecordData = RData> {
37272026-05-08T01:29:20.571Z | ---------------------------------------- this is the found type
37282026-05-08T01:29:20.572Z = help: you can use `cargo tree` to explore your dependency tree
37292026-05-08T01:29:20.572Znote: required by a bound in `MessageResponse`
37302026-05-08T01:29:20.572Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
37312026-05-08T01:29:20.572Z |
37322026-05-08T01:29:20.572Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
37332026-05-08T01:29:20.572Z | --------------- required by a bound in this struct
37342026-05-08T01:29:20.572Z 22 | where
37352026-05-08T01:29:20.572Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37362026-05-08T01:29:20.572Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
37372026-05-08T01:29:20.572Z
37382026-05-08T01:29:20.572Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
37392026-05-08T01:29:20.572Z --> dns-server/src/dns_server.rs:419:9
37402026-05-08T01:29:20.572Z |
37412026-05-08T01:29:20.572Z414 | let mresp = rb.build(
37422026-05-08T01:29:20.572Z | ----- required by a bound introduced by this call
37432026-05-08T01:29:20.572Z...
37442026-05-08T01:29:20.572Z419 | additional_records,
37452026-05-08T01:29:20.572Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37462026-05-08T01:29:20.572Z |
37472026-05-08T01:29:20.572Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37482026-05-08T01:29:20.572Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37492026-05-08T01:29:20.572Z |
37502026-05-08T01:29:20.572Z 77 | pub struct Record<R: RecordData = RData> {
37512026-05-08T01:29:20.572Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37522026-05-08T01:29:20.572Z |
37532026-05-08T01:29:20.572Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37542026-05-08T01:29:20.572Z |
37552026-05-08T01:29:20.572Z 78 | pub struct Record<R: RecordData = RData> {
37562026-05-08T01:29:20.572Z | ---------------------------------------- this is the found type
37572026-05-08T01:29:20.572Z = help: you can use `cargo tree` to explore your dependency tree
37582026-05-08T01:29:20.572Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
37592026-05-08T01:29:20.572Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
37602026-05-08T01:29:20.572Z |
37612026-05-08T01:29:20.572Z129 | pub fn build<'a, A, N, S, D>(
37622026-05-08T01:29:20.572Z | ----- required by a bound in this associated function
37632026-05-08T01:29:20.572Z...
37642026-05-08T01:29:20.572Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
37652026-05-08T01:29:20.572Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
37662026-05-08T01:29:20.573Z
37672026-05-08T01:29:20.573Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
37682026-05-08T01:29:20.573Z --> dns-server/src/dns_server.rs:414:20
37692026-05-08T01:29:20.573Z |
37702026-05-08T01:29:20.573Z414 | let mresp = rb.build(
37712026-05-08T01:29:20.573Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37722026-05-08T01:29:20.573Z |
37732026-05-08T01:29:20.573Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37742026-05-08T01:29:20.573Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37752026-05-08T01:29:20.573Z |
37762026-05-08T01:29:20.573Z 77 | pub struct Record<R: RecordData = RData> {
37772026-05-08T01:29:20.573Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37782026-05-08T01:29:20.573Z |
37792026-05-08T01:29:20.573Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37802026-05-08T01:29:20.573Z |
37812026-05-08T01:29:20.573Z 78 | pub struct Record<R: RecordData = RData> {
37822026-05-08T01:29:20.573Z | ---------------------------------------- this is the found type
37832026-05-08T01:29:20.573Z = help: you can use `cargo tree` to explore your dependency tree
37842026-05-08T01:29:20.573Znote: required by a bound in `MessageResponse`
37852026-05-08T01:29:20.573Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
37862026-05-08T01:29:20.573Z |
37872026-05-08T01:29:20.573Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
37882026-05-08T01:29:20.573Z | --------------- required by a bound in this struct
37892026-05-08T01:29:20.573Z...
37902026-05-08T01:29:20.573Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37912026-05-08T01:29:20.573Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
37922026-05-08T01:29:20.573Z
37932026-05-08T01:29:20.573Zerror[E0308]: mismatched types
37942026-05-08T01:29:20.573Z --> dns-server/src/dns_server.rs:415:9
37952026-05-08T01:29:20.573Z |
37962026-05-08T01:29:20.573Z414 | let mresp = rb.build(
37972026-05-08T01:29:20.573Z | ----- arguments to this method are incorrect
37982026-05-08T01:29:20.573Z415 | header,
37992026-05-08T01:29:20.574Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
38002026-05-08T01:29:20.574Z |
38012026-05-08T01:29:20.574Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38022026-05-08T01:29:20.574Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
38032026-05-08T01:29:20.574Z |
38042026-05-08T01:29:20.574Z 57 | pub struct Header {
38052026-05-08T01:29:20.574Z | ^^^^^^^^^^^^^^^^^ this is the expected type
38062026-05-08T01:29:20.574Z |
38072026-05-08T01:29:20.574Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
38082026-05-08T01:29:20.574Z |
38092026-05-08T01:29:20.574Z 57 | pub struct Header {
38102026-05-08T01:29:20.574Z | ----------------- this is the found type
38112026-05-08T01:29:20.574Z = help: you can use `cargo tree` to explore your dependency tree
38122026-05-08T01:29:20.578Znote: method defined here
38132026-05-08T01:29:20.578Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
38142026-05-08T01:29:20.578Z |
38152026-05-08T01:29:20.578Z129 | pub fn build<'a, A, N, S, D>(
38162026-05-08T01:29:20.578Z | ^^^^^
38172026-05-08T01:29:20.578Z
38182026-05-08T01:29:20.578Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38192026-05-08T01:29:20.578Z --> dns-server/src/dns_server.rs:422:31
38202026-05-08T01:29:20.578Z |
38212026-05-08T01:29:20.578Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38222026-05-08T01:29:20.578Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38232026-05-08T01:29:20.578Z | |
38242026-05-08T01:29:20.578Z | required by a bound introduced by this call
38252026-05-08T01:29:20.578Z |
38262026-05-08T01:29:20.578Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38272026-05-08T01:29:20.578Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38282026-05-08T01:29:20.578Z |
38292026-05-08T01:29:20.578Z 78 | pub struct Record<R: RecordData = RData> {
38302026-05-08T01:29:20.578Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38312026-05-08T01:29:20.578Z |
38322026-05-08T01:29:20.578Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38332026-05-08T01:29:20.578Z |
38342026-05-08T01:29:20.578Z 77 | pub struct Record<R: RecordData = RData> {
38352026-05-08T01:29:20.578Z | ---------------------------------------- this is the found type
38362026-05-08T01:29:20.578Z = help: you can use `cargo tree` to explore your dependency tree
38372026-05-08T01:29:20.578Znote: required by a bound in `encode_and_send`
38382026-05-08T01:29:20.578Z --> dns-server/src/dns_server.rs:492:27
38392026-05-08T01:29:20.578Z |
38402026-05-08T01:29:20.578Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38412026-05-08T01:29:20.579Z | --------------- required by a bound in this function
38422026-05-08T01:29:20.579Z...
38432026-05-08T01:29:20.579Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38442026-05-08T01:29:20.579Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38452026-05-08T01:29:20.579Z
38462026-05-08T01:29:20.579Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38472026-05-08T01:29:20.579Z --> dns-server/src/dns_server.rs:422:31
38482026-05-08T01:29:20.579Z |
38492026-05-08T01:29:20.579Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38502026-05-08T01:29:20.579Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38512026-05-08T01:29:20.579Z |
38522026-05-08T01:29:20.579Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38532026-05-08T01:29:20.579Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38542026-05-08T01:29:20.579Z |
38552026-05-08T01:29:20.579Z 77 | pub struct Record<R: RecordData = RData> {
38562026-05-08T01:29:20.579Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38572026-05-08T01:29:20.579Z |
38582026-05-08T01:29:20.579Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38592026-05-08T01:29:20.579Z |
38602026-05-08T01:29:20.579Z 78 | pub struct Record<R: RecordData = RData> {
38612026-05-08T01:29:20.579Z | ---------------------------------------- this is the found type
38622026-05-08T01:29:20.579Z = help: you can use `cargo tree` to explore your dependency tree
38632026-05-08T01:29:20.579Znote: required by a bound in `MessageResponse`
38642026-05-08T01:29:20.579Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
38652026-05-08T01:29:20.579Z |
38662026-05-08T01:29:20.579Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38672026-05-08T01:29:20.579Z | --------------- required by a bound in this struct
38682026-05-08T01:29:20.579Z 22 | where
38692026-05-08T01:29:20.579Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38702026-05-08T01:29:20.579Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38712026-05-08T01:29:20.579Z
38722026-05-08T01:29:20.579Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38732026-05-08T01:29:20.579Z --> dns-server/src/dns_server.rs:422:31
38742026-05-08T01:29:20.579Z |
38752026-05-08T01:29:20.579Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38762026-05-08T01:29:20.579Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38772026-05-08T01:29:20.579Z |
38782026-05-08T01:29:20.580Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38792026-05-08T01:29:20.580Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38802026-05-08T01:29:20.580Z |
38812026-05-08T01:29:20.580Z 77 | pub struct Record<R: RecordData = RData> {
38822026-05-08T01:29:20.580Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38832026-05-08T01:29:20.580Z |
38842026-05-08T01:29:20.580Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38852026-05-08T01:29:20.580Z |
38862026-05-08T01:29:20.580Z 78 | pub struct Record<R: RecordData = RData> {
38872026-05-08T01:29:20.580Z | ---------------------------------------- this is the found type
38882026-05-08T01:29:20.580Z = help: you can use `cargo tree` to explore your dependency tree
38892026-05-08T01:29:20.580Znote: required by a bound in `MessageResponse`
38902026-05-08T01:29:20.580Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
38912026-05-08T01:29:20.580Z |
38922026-05-08T01:29:20.580Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38932026-05-08T01:29:20.580Z | --------------- required by a bound in this struct
38942026-05-08T01:29:20.580Z...
38952026-05-08T01:29:20.580Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38962026-05-08T01:29:20.580Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38972026-05-08T01:29:20.580Z
38982026-05-08T01:29:20.580Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38992026-05-08T01:29:20.580Z --> dns-server/src/dns_server.rs:422:5
39002026-05-08T01:29:20.580Z |
39012026-05-08T01:29:20.580Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39022026-05-08T01:29:20.580Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39032026-05-08T01:29:20.580Z |
39042026-05-08T01:29:20.580Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39052026-05-08T01:29:20.580Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39062026-05-08T01:29:20.580Z |
39072026-05-08T01:29:20.580Z 78 | pub struct Record<R: RecordData = RData> {
39082026-05-08T01:29:20.580Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39092026-05-08T01:29:20.580Z |
39102026-05-08T01:29:20.580Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39112026-05-08T01:29:20.580Z |
39122026-05-08T01:29:20.584Z 77 | pub struct Record<R: RecordData = RData> {
39132026-05-08T01:29:20.584Z | ---------------------------------------- this is the found type
39142026-05-08T01:29:20.584Z = help: you can use `cargo tree` to explore your dependency tree
39152026-05-08T01:29:20.584Znote: required by a bound in `encode_and_send`
39162026-05-08T01:29:20.584Z --> dns-server/src/dns_server.rs:492:27
39172026-05-08T01:29:20.584Z |
39182026-05-08T01:29:20.584Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39192026-05-08T01:29:20.584Z | --------------- required by a bound in this function
39202026-05-08T01:29:20.585Z...
39212026-05-08T01:29:20.585Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39222026-05-08T01:29:20.585Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39232026-05-08T01:29:20.585Z
39242026-05-08T01:29:20.585Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39252026-05-08T01:29:20.585Z --> dns-server/src/dns_server.rs:422:49
39262026-05-08T01:29:20.585Z |
39272026-05-08T01:29:20.585Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39282026-05-08T01:29:20.585Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39292026-05-08T01:29:20.585Z |
39302026-05-08T01:29:20.585Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39312026-05-08T01:29:20.585Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39322026-05-08T01:29:20.585Z |
39332026-05-08T01:29:20.585Z 78 | pub struct Record<R: RecordData = RData> {
39342026-05-08T01:29:20.585Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39352026-05-08T01:29:20.585Z |
39362026-05-08T01:29:20.585Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39372026-05-08T01:29:20.585Z |
39382026-05-08T01:29:20.585Z 77 | pub struct Record<R: RecordData = RData> {
39392026-05-08T01:29:20.585Z | ---------------------------------------- this is the found type
39402026-05-08T01:29:20.585Z = help: you can use `cargo tree` to explore your dependency tree
39412026-05-08T01:29:20.585Znote: required by a bound in `encode_and_send`
39422026-05-08T01:29:20.585Z --> dns-server/src/dns_server.rs:492:27
39432026-05-08T01:29:20.585Z |
39442026-05-08T01:29:20.585Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39452026-05-08T01:29:20.585Z | --------------- required by a bound in this function
39462026-05-08T01:29:20.585Z...
39472026-05-08T01:29:20.585Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39482026-05-08T01:29:20.585Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39492026-05-08T01:29:20.585Z
39502026-05-08T01:29:20.585Zerror[E0308]: arguments to this method are incorrect
39512026-05-08T01:29:20.585Z --> dns-server/src/dns_server.rs:438:33
39522026-05-08T01:29:20.585Z |
39532026-05-08T01:29:20.585Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
39542026-05-08T01:29:20.585Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
39552026-05-08T01:29:20.585Z | |
39562026-05-08T01:29:20.585Z | expected `&Header`, found `&&Header`
39572026-05-08T01:29:20.585Z |
39582026-05-08T01:29:20.586Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
39592026-05-08T01:29:20.586Z found reference `&&hickory_proto::op::Header`
39602026-05-08T01:29:20.586Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39612026-05-08T01:29:20.586Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
39622026-05-08T01:29:20.586Z |
39632026-05-08T01:29:20.586Z 67 | pub enum ResponseCode {
39642026-05-08T01:29:20.586Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39652026-05-08T01:29:20.586Z |
39662026-05-08T01:29:20.586Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
39672026-05-08T01:29:20.586Z |
39682026-05-08T01:29:20.586Z 67 | pub enum ResponseCode {
39692026-05-08T01:29:20.586Z | --------------------- this is the found type
39702026-05-08T01:29:20.586Z = help: you can use `cargo tree` to explore your dependency tree
39712026-05-08T01:29:20.586Znote: method defined here
39722026-05-08T01:29:20.586Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
39732026-05-08T01:29:20.586Z |
39742026-05-08T01:29:20.586Z190 | pub fn error_msg<'a>(
39752026-05-08T01:29:20.586Z | ^^^^^^^^^
39762026-05-08T01:29:20.586Z
39772026-05-08T01:29:20.586Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39782026-05-08T01:29:20.586Z --> dns-server/src/dns_server.rs:457:50
39792026-05-08T01:29:20.586Z |
39802026-05-08T01:29:20.586Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
39812026-05-08T01:29:20.586Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39822026-05-08T01:29:20.586Z | |
39832026-05-08T01:29:20.586Z | required by a bound introduced by this call
39842026-05-08T01:29:20.586Z |
39852026-05-08T01:29:20.586Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39862026-05-08T01:29:20.586Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39872026-05-08T01:29:20.586Z |
39882026-05-08T01:29:20.586Z 78 | pub struct Record<R: RecordData = RData> {
39892026-05-08T01:29:20.586Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39902026-05-08T01:29:20.586Z |
39912026-05-08T01:29:20.586Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39922026-05-08T01:29:20.586Z |
39932026-05-08T01:29:20.586Z 77 | pub struct Record<R: RecordData = RData> {
39942026-05-08T01:29:20.586Z | ---------------------------------------- this is the found type
39952026-05-08T01:29:20.587Z = help: you can use `cargo tree` to explore your dependency tree
39962026-05-08T01:29:20.587Znote: required by a bound in `encode_and_send`
39972026-05-08T01:29:20.587Z --> dns-server/src/dns_server.rs:491:23
39982026-05-08T01:29:20.587Z |
39992026-05-08T01:29:20.587Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40002026-05-08T01:29:20.587Z | --------------- required by a bound in this function
40012026-05-08T01:29:20.587Z...
40022026-05-08T01:29:20.587Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
40032026-05-08T01:29:20.587Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40042026-05-08T01:29:20.587Z
40052026-05-08T01:29:20.587Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40062026-05-08T01:29:20.587Z --> dns-server/src/dns_server.rs:457:50
40072026-05-08T01:29:20.587Z |
40082026-05-08T01:29:20.587Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40092026-05-08T01:29:20.587Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40102026-05-08T01:29:20.587Z | |
40112026-05-08T01:29:20.587Z | required by a bound introduced by this call
40122026-05-08T01:29:20.591Z |
40132026-05-08T01:29:20.591Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40142026-05-08T01:29:20.591Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40152026-05-08T01:29:20.591Z |
40162026-05-08T01:29:20.591Z 78 | pub struct Record<R: RecordData = RData> {
40172026-05-08T01:29:20.591Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40182026-05-08T01:29:20.591Z |
40192026-05-08T01:29:20.591Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40202026-05-08T01:29:20.591Z |
40212026-05-08T01:29:20.591Z 77 | pub struct Record<R: RecordData = RData> {
40222026-05-08T01:29:20.591Z | ---------------------------------------- this is the found type
40232026-05-08T01:29:20.591Z = help: you can use `cargo tree` to explore your dependency tree
40242026-05-08T01:29:20.591Znote: required by a bound in `encode_and_send`
40252026-05-08T01:29:20.591Z --> dns-server/src/dns_server.rs:492:27
40262026-05-08T01:29:20.591Z |
40272026-05-08T01:29:20.591Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40282026-05-08T01:29:20.591Z | --------------- required by a bound in this function
40292026-05-08T01:29:20.591Z...
40302026-05-08T01:29:20.591Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
40312026-05-08T01:29:20.591Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40322026-05-08T01:29:20.591Z
40332026-05-08T01:29:20.591Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40342026-05-08T01:29:20.591Z --> dns-server/src/dns_server.rs:457:50
40352026-05-08T01:29:20.591Z |
40362026-05-08T01:29:20.591Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40372026-05-08T01:29:20.591Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40382026-05-08T01:29:20.591Z | |
40392026-05-08T01:29:20.591Z | required by a bound introduced by this call
40402026-05-08T01:29:20.591Z |
40412026-05-08T01:29:20.591Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40422026-05-08T01:29:20.591Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40432026-05-08T01:29:20.591Z |
40442026-05-08T01:29:20.591Z 78 | pub struct Record<R: RecordData = RData> {
40452026-05-08T01:29:20.591Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40462026-05-08T01:29:20.591Z |
40472026-05-08T01:29:20.591Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40482026-05-08T01:29:20.591Z |
40492026-05-08T01:29:20.591Z 77 | pub struct Record<R: RecordData = RData> {
40502026-05-08T01:29:20.592Z | ---------------------------------------- this is the found type
40512026-05-08T01:29:20.592Z = help: you can use `cargo tree` to explore your dependency tree
40522026-05-08T01:29:20.592Znote: required by a bound in `encode_and_send`
40532026-05-08T01:29:20.592Z --> dns-server/src/dns_server.rs:493:19
40542026-05-08T01:29:20.592Z |
40552026-05-08T01:29:20.592Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40562026-05-08T01:29:20.592Z | --------------- required by a bound in this function
40572026-05-08T01:29:20.592Z...
40582026-05-08T01:29:20.592Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
40592026-05-08T01:29:20.592Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40602026-05-08T01:29:20.592Z
40612026-05-08T01:29:20.592Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40622026-05-08T01:29:20.592Z --> dns-server/src/dns_server.rs:457:50
40632026-05-08T01:29:20.592Z |
40642026-05-08T01:29:20.592Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40652026-05-08T01:29:20.592Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40662026-05-08T01:29:20.592Z | |
40672026-05-08T01:29:20.592Z | required by a bound introduced by this call
40682026-05-08T01:29:20.592Z |
40692026-05-08T01:29:20.592Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40702026-05-08T01:29:20.592Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40712026-05-08T01:29:20.592Z |
40722026-05-08T01:29:20.592Z 78 | pub struct Record<R: RecordData = RData> {
40732026-05-08T01:29:20.592Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40742026-05-08T01:29:20.592Z |
40752026-05-08T01:29:20.592Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40762026-05-08T01:29:20.592Z |
40772026-05-08T01:29:20.592Z 77 | pub struct Record<R: RecordData = RData> {
40782026-05-08T01:29:20.592Z | ---------------------------------------- this is the found type
40792026-05-08T01:29:20.592Z = help: you can use `cargo tree` to explore your dependency tree
40802026-05-08T01:29:20.592Znote: required by a bound in `encode_and_send`
40812026-05-08T01:29:20.592Z --> dns-server/src/dns_server.rs:494:27
40822026-05-08T01:29:20.592Z |
40832026-05-08T01:29:20.592Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40842026-05-08T01:29:20.592Z | --------------- required by a bound in this function
40852026-05-08T01:29:20.592Z...
40862026-05-08T01:29:20.592Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
40872026-05-08T01:29:20.592Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40882026-05-08T01:29:20.592Z
40892026-05-08T01:29:20.593Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40902026-05-08T01:29:20.593Z --> dns-server/src/dns_server.rs:457:25
40912026-05-08T01:29:20.593Z |
40922026-05-08T01:29:20.593Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40932026-05-08T01:29:20.593Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40942026-05-08T01:29:20.593Z |
40952026-05-08T01:29:20.593Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40962026-05-08T01:29:20.593Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40972026-05-08T01:29:20.593Z |
40982026-05-08T01:29:20.593Z 78 | pub struct Record<R: RecordData = RData> {
40992026-05-08T01:29:20.593Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41002026-05-08T01:29:20.593Z |
41012026-05-08T01:29:20.593Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41022026-05-08T01:29:20.593Z |
41032026-05-08T01:29:20.593Z 77 | pub struct Record<R: RecordData = RData> {
41042026-05-08T01:29:20.593Z | ---------------------------------------- this is the found type
41052026-05-08T01:29:20.593Z = help: you can use `cargo tree` to explore your dependency tree
41062026-05-08T01:29:20.593Znote: required by a bound in `encode_and_send`
41072026-05-08T01:29:20.593Z --> dns-server/src/dns_server.rs:491:23
41082026-05-08T01:29:20.593Z |
41092026-05-08T01:29:20.593Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41102026-05-08T01:29:20.593Z | --------------- required by a bound in this function
41112026-05-08T01:29:20.593Z...
41122026-05-08T01:29:20.597Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
41132026-05-08T01:29:20.597Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41142026-05-08T01:29:20.597Z
41152026-05-08T01:29:20.597Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41162026-05-08T01:29:20.597Z --> dns-server/src/dns_server.rs:457:25
41172026-05-08T01:29:20.597Z |
41182026-05-08T01:29:20.597Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41192026-05-08T01:29:20.597Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41202026-05-08T01:29:20.597Z |
41212026-05-08T01:29:20.597Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41222026-05-08T01:29:20.597Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41232026-05-08T01:29:20.597Z |
41242026-05-08T01:29:20.597Z 78 | pub struct Record<R: RecordData = RData> {
41252026-05-08T01:29:20.597Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41262026-05-08T01:29:20.597Z |
41272026-05-08T01:29:20.597Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41282026-05-08T01:29:20.597Z |
41292026-05-08T01:29:20.597Z 77 | pub struct Record<R: RecordData = RData> {
41302026-05-08T01:29:20.598Z | ---------------------------------------- this is the found type
41312026-05-08T01:29:20.598Z = help: you can use `cargo tree` to explore your dependency tree
41322026-05-08T01:29:20.598Znote: required by a bound in `encode_and_send`
41332026-05-08T01:29:20.598Z --> dns-server/src/dns_server.rs:492:27
41342026-05-08T01:29:20.598Z |
41352026-05-08T01:29:20.598Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41362026-05-08T01:29:20.598Z | --------------- required by a bound in this function
41372026-05-08T01:29:20.598Z...
41382026-05-08T01:29:20.598Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
41392026-05-08T01:29:20.598Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41402026-05-08T01:29:20.598Z
41412026-05-08T01:29:20.598Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41422026-05-08T01:29:20.598Z --> dns-server/src/dns_server.rs:457:25
41432026-05-08T01:29:20.598Z |
41442026-05-08T01:29:20.598Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41452026-05-08T01:29:20.598Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41462026-05-08T01:29:20.598Z |
41472026-05-08T01:29:20.599Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41482026-05-08T01:29:20.599Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41492026-05-08T01:29:20.599Z |
41502026-05-08T01:29:20.599Z 78 | pub struct Record<R: RecordData = RData> {
41512026-05-08T01:29:20.599Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41522026-05-08T01:29:20.599Z |
41532026-05-08T01:29:20.599Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41542026-05-08T01:29:20.599Z |
41552026-05-08T01:29:20.599Z 77 | pub struct Record<R: RecordData = RData> {
41562026-05-08T01:29:20.599Z | ---------------------------------------- this is the found type
41572026-05-08T01:29:20.599Z = help: you can use `cargo tree` to explore your dependency tree
41582026-05-08T01:29:20.599Znote: required by a bound in `encode_and_send`
41592026-05-08T01:29:20.599Z --> dns-server/src/dns_server.rs:493:19
41602026-05-08T01:29:20.600Z |
41612026-05-08T01:29:20.600Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41622026-05-08T01:29:20.600Z | --------------- required by a bound in this function
41632026-05-08T01:29:20.600Z...
41642026-05-08T01:29:20.600Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
41652026-05-08T01:29:20.600Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41662026-05-08T01:29:20.600Z
41672026-05-08T01:29:20.600Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41682026-05-08T01:29:20.600Z --> dns-server/src/dns_server.rs:457:25
41692026-05-08T01:29:20.600Z |
41702026-05-08T01:29:20.600Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41712026-05-08T01:29:20.600Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41722026-05-08T01:29:20.600Z |
41732026-05-08T01:29:20.600Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41742026-05-08T01:29:20.600Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41752026-05-08T01:29:20.600Z |
41762026-05-08T01:29:20.600Z 78 | pub struct Record<R: RecordData = RData> {
41772026-05-08T01:29:20.600Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41782026-05-08T01:29:20.600Z |
41792026-05-08T01:29:20.600Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41802026-05-08T01:29:20.600Z |
41812026-05-08T01:29:20.600Z 77 | pub struct Record<R: RecordData = RData> {
41822026-05-08T01:29:20.600Z | ---------------------------------------- this is the found type
41832026-05-08T01:29:20.600Z = help: you can use `cargo tree` to explore your dependency tree
41842026-05-08T01:29:20.600Znote: required by a bound in `encode_and_send`
41852026-05-08T01:29:20.600Z --> dns-server/src/dns_server.rs:494:27
41862026-05-08T01:29:20.600Z |
41872026-05-08T01:29:20.600Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41882026-05-08T01:29:20.600Z | --------------- required by a bound in this function
41892026-05-08T01:29:20.600Z...
41902026-05-08T01:29:20.600Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
41912026-05-08T01:29:20.600Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41922026-05-08T01:29:20.600Z
41932026-05-08T01:29:20.600Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41942026-05-08T01:29:20.600Z --> dns-server/src/dns_server.rs:457:69
41952026-05-08T01:29:20.600Z |
41962026-05-08T01:29:20.600Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41972026-05-08T01:29:20.600Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41982026-05-08T01:29:20.601Z |
41992026-05-08T01:29:20.601Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42002026-05-08T01:29:20.601Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42012026-05-08T01:29:20.601Z |
42022026-05-08T01:29:20.601Z 78 | pub struct Record<R: RecordData = RData> {
42032026-05-08T01:29:20.601Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42042026-05-08T01:29:20.601Z |
42052026-05-08T01:29:20.601Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42062026-05-08T01:29:20.601Z |
42072026-05-08T01:29:20.601Z 77 | pub struct Record<R: RecordData = RData> {
42082026-05-08T01:29:20.601Z | ---------------------------------------- this is the found type
42092026-05-08T01:29:20.601Z = help: you can use `cargo tree` to explore your dependency tree
42102026-05-08T01:29:20.601Znote: required by a bound in `encode_and_send`
42112026-05-08T01:29:20.601Z --> dns-server/src/dns_server.rs:491:23
42122026-05-08T01:29:20.605Z |
42132026-05-08T01:29:20.605Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42142026-05-08T01:29:20.605Z | --------------- required by a bound in this function
42152026-05-08T01:29:20.605Z...
42162026-05-08T01:29:20.605Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
42172026-05-08T01:29:20.605Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42182026-05-08T01:29:20.605Z
42192026-05-08T01:29:20.605Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42202026-05-08T01:29:20.605Z --> dns-server/src/dns_server.rs:457:69
42212026-05-08T01:29:20.605Z |
42222026-05-08T01:29:20.605Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42232026-05-08T01:29:20.605Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42242026-05-08T01:29:20.605Z |
42252026-05-08T01:29:20.605Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42262026-05-08T01:29:20.605Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42272026-05-08T01:29:20.605Z |
42282026-05-08T01:29:20.605Z 78 | pub struct Record<R: RecordData = RData> {
42292026-05-08T01:29:20.605Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42302026-05-08T01:29:20.605Z |
42312026-05-08T01:29:20.605Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42322026-05-08T01:29:20.605Z |
42332026-05-08T01:29:20.605Z 77 | pub struct Record<R: RecordData = RData> {
42342026-05-08T01:29:20.605Z | ---------------------------------------- this is the found type
42352026-05-08T01:29:20.605Z = help: you can use `cargo tree` to explore your dependency tree
42362026-05-08T01:29:20.605Znote: required by a bound in `encode_and_send`
42372026-05-08T01:29:20.605Z --> dns-server/src/dns_server.rs:492:27
42382026-05-08T01:29:20.605Z |
42392026-05-08T01:29:20.605Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42402026-05-08T01:29:20.605Z | --------------- required by a bound in this function
42412026-05-08T01:29:20.605Z...
42422026-05-08T01:29:20.605Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
42432026-05-08T01:29:20.605Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42442026-05-08T01:29:20.606Z
42452026-05-08T01:29:20.606Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42462026-05-08T01:29:20.606Z --> dns-server/src/dns_server.rs:457:69
42472026-05-08T01:29:20.606Z |
42482026-05-08T01:29:20.606Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42492026-05-08T01:29:20.606Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42502026-05-08T01:29:20.606Z |
42512026-05-08T01:29:20.606Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42522026-05-08T01:29:20.606Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42532026-05-08T01:29:20.606Z |
42542026-05-08T01:29:20.606Z 78 | pub struct Record<R: RecordData = RData> {
42552026-05-08T01:29:20.606Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42562026-05-08T01:29:20.606Z |
42572026-05-08T01:29:20.606Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42582026-05-08T01:29:20.606Z |
42592026-05-08T01:29:20.606Z 77 | pub struct Record<R: RecordData = RData> {
42602026-05-08T01:29:20.606Z | ---------------------------------------- this is the found type
42612026-05-08T01:29:20.606Z = help: you can use `cargo tree` to explore your dependency tree
42622026-05-08T01:29:20.606Znote: required by a bound in `encode_and_send`
42632026-05-08T01:29:20.606Z --> dns-server/src/dns_server.rs:493:19
42642026-05-08T01:29:20.606Z |
42652026-05-08T01:29:20.606Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42662026-05-08T01:29:20.606Z | --------------- required by a bound in this function
42672026-05-08T01:29:20.606Z...
42682026-05-08T01:29:20.606Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
42692026-05-08T01:29:20.606Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42702026-05-08T01:29:20.606Z
42712026-05-08T01:29:20.606Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42722026-05-08T01:29:20.606Z --> dns-server/src/dns_server.rs:457:69
42732026-05-08T01:29:20.606Z |
42742026-05-08T01:29:20.606Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42752026-05-08T01:29:20.606Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42762026-05-08T01:29:20.606Z |
42772026-05-08T01:29:20.606Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42782026-05-08T01:29:20.606Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42792026-05-08T01:29:20.606Z |
42802026-05-08T01:29:20.607Z 78 | pub struct Record<R: RecordData = RData> {
42812026-05-08T01:29:20.607Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42822026-05-08T01:29:20.607Z |
42832026-05-08T01:29:20.607Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42842026-05-08T01:29:20.607Z |
42852026-05-08T01:29:20.607Z 77 | pub struct Record<R: RecordData = RData> {
42862026-05-08T01:29:20.607Z | ---------------------------------------- this is the found type
42872026-05-08T01:29:20.607Z = help: you can use `cargo tree` to explore your dependency tree
42882026-05-08T01:29:20.607Znote: required by a bound in `encode_and_send`
42892026-05-08T01:29:20.607Z --> dns-server/src/dns_server.rs:494:27
42902026-05-08T01:29:20.607Z |
42912026-05-08T01:29:20.607Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42922026-05-08T01:29:20.607Z | --------------- required by a bound in this function
42932026-05-08T01:29:20.607Z...
42942026-05-08T01:29:20.607Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
42952026-05-08T01:29:20.607Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42962026-05-08T01:29:20.607Z
42972026-05-08T01:29:20.607Zerror[E0308]: arguments to this method are incorrect
42982026-05-08T01:29:20.607Z --> dns-server/src/dns_server.rs:477:20
42992026-05-08T01:29:20.607Z |
43002026-05-08T01:29:20.607Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
43012026-05-08T01:29:20.607Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
43022026-05-08T01:29:20.607Z | |
43032026-05-08T01:29:20.607Z | expected `Header`, found `hickory_proto::op::Header`
43042026-05-08T01:29:20.607Z |
43052026-05-08T01:29:20.607Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43062026-05-08T01:29:20.607Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
43072026-05-08T01:29:20.607Z |
43082026-05-08T01:29:20.607Z 57 | pub struct Header {
43092026-05-08T01:29:20.607Z | ^^^^^^^^^^^^^^^^^ this is the expected type
43102026-05-08T01:29:20.607Z |
43112026-05-08T01:29:20.607Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
43122026-05-08T01:29:20.611Z |
43132026-05-08T01:29:20.611Z 57 | pub struct Header {
43142026-05-08T01:29:20.611Z | ----------------- this is the found type
43152026-05-08T01:29:20.611Z = help: you can use `cargo tree` to explore your dependency tree
43162026-05-08T01:29:20.611Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43172026-05-08T01:29:20.611Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
43182026-05-08T01:29:20.611Z |
43192026-05-08T01:29:20.612Z 67 | pub enum ResponseCode {
43202026-05-08T01:29:20.612Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43212026-05-08T01:29:20.612Z |
43222026-05-08T01:29:20.612Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
43232026-05-08T01:29:20.612Z |
43242026-05-08T01:29:20.612Z 67 | pub enum ResponseCode {
43252026-05-08T01:29:20.612Z | --------------------- this is the found type
43262026-05-08T01:29:20.612Z = help: you can use `cargo tree` to explore your dependency tree
43272026-05-08T01:29:20.612Znote: method defined here
43282026-05-08T01:29:20.612Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
43292026-05-08T01:29:20.612Z |
43302026-05-08T01:29:20.612Z190 | pub fn error_msg<'a>(
43312026-05-08T01:29:20.612Z | ^^^^^^^^^
43322026-05-08T01:29:20.612Z
43332026-05-08T01:29:20.612Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43342026-05-08T01:29:20.612Z --> dns-server/src/dns_server.rs:478:50
43352026-05-08T01:29:20.612Z |
43362026-05-08T01:29:20.612Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
43372026-05-08T01:29:20.612Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43382026-05-08T01:29:20.612Z | |
43392026-05-08T01:29:20.612Z | required by a bound introduced by this call
43402026-05-08T01:29:20.612Z |
43412026-05-08T01:29:20.612Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43422026-05-08T01:29:20.612Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43432026-05-08T01:29:20.612Z |
43442026-05-08T01:29:20.612Z 78 | pub struct Record<R: RecordData = RData> {
43452026-05-08T01:29:20.612Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43462026-05-08T01:29:20.612Z |
43472026-05-08T01:29:20.612Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43482026-05-08T01:29:20.612Z |
43492026-05-08T01:29:20.612Z 77 | pub struct Record<R: RecordData = RData> {
43502026-05-08T01:29:20.612Z | ---------------------------------------- this is the found type
43512026-05-08T01:29:20.612Z = help: you can use `cargo tree` to explore your dependency tree
43522026-05-08T01:29:20.613Znote: required by a bound in `encode_and_send`
43532026-05-08T01:29:20.613Z --> dns-server/src/dns_server.rs:491:23
43542026-05-08T01:29:20.613Z |
43552026-05-08T01:29:20.613Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43562026-05-08T01:29:20.613Z | --------------- required by a bound in this function
43572026-05-08T01:29:20.613Z...
43582026-05-08T01:29:20.613Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
43592026-05-08T01:29:20.613Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43602026-05-08T01:29:20.613Z
43612026-05-08T01:29:20.613Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43622026-05-08T01:29:20.613Z --> dns-server/src/dns_server.rs:478:50
43632026-05-08T01:29:20.613Z |
43642026-05-08T01:29:20.613Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
43652026-05-08T01:29:20.613Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43662026-05-08T01:29:20.613Z | |
43672026-05-08T01:29:20.613Z | required by a bound introduced by this call
43682026-05-08T01:29:20.613Z |
43692026-05-08T01:29:20.613Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43702026-05-08T01:29:20.613Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43712026-05-08T01:29:20.613Z |
43722026-05-08T01:29:20.613Z 78 | pub struct Record<R: RecordData = RData> {
43732026-05-08T01:29:20.613Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43742026-05-08T01:29:20.613Z |
43752026-05-08T01:29:20.613Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43762026-05-08T01:29:20.613Z |
43772026-05-08T01:29:20.613Z 77 | pub struct Record<R: RecordData = RData> {
43782026-05-08T01:29:20.613Z | ---------------------------------------- this is the found type
43792026-05-08T01:29:20.613Z = help: you can use `cargo tree` to explore your dependency tree
43802026-05-08T01:29:20.613Znote: required by a bound in `encode_and_send`
43812026-05-08T01:29:20.613Z --> dns-server/src/dns_server.rs:492:27
43822026-05-08T01:29:20.613Z |
43832026-05-08T01:29:20.613Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43842026-05-08T01:29:20.613Z | --------------- required by a bound in this function
43852026-05-08T01:29:20.613Z...
43862026-05-08T01:29:20.613Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
43872026-05-08T01:29:20.613Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43882026-05-08T01:29:20.613Z
43892026-05-08T01:29:20.613Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43902026-05-08T01:29:20.613Z --> dns-server/src/dns_server.rs:478:50
43912026-05-08T01:29:20.614Z |
43922026-05-08T01:29:20.614Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
43932026-05-08T01:29:20.614Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43942026-05-08T01:29:20.614Z | |
43952026-05-08T01:29:20.614Z | required by a bound introduced by this call
43962026-05-08T01:29:20.614Z |
43972026-05-08T01:29:20.614Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43982026-05-08T01:29:20.614Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43992026-05-08T01:29:20.614Z |
44002026-05-08T01:29:20.614Z 78 | pub struct Record<R: RecordData = RData> {
44012026-05-08T01:29:20.614Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44022026-05-08T01:29:20.614Z |
44032026-05-08T01:29:20.614Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44042026-05-08T01:29:20.614Z |
44052026-05-08T01:29:20.614Z 77 | pub struct Record<R: RecordData = RData> {
44062026-05-08T01:29:20.614Z | ---------------------------------------- this is the found type
44072026-05-08T01:29:20.614Z = help: you can use `cargo tree` to explore your dependency tree
44082026-05-08T01:29:20.614Znote: required by a bound in `encode_and_send`
44092026-05-08T01:29:20.614Z --> dns-server/src/dns_server.rs:493:19
44102026-05-08T01:29:20.614Z |
44112026-05-08T01:29:20.614Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44122026-05-08T01:29:20.618Z | --------------- required by a bound in this function
44132026-05-08T01:29:20.618Z...
44142026-05-08T01:29:20.618Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
44152026-05-08T01:29:20.618Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44162026-05-08T01:29:20.618Z
44172026-05-08T01:29:20.618Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44182026-05-08T01:29:20.618Z --> dns-server/src/dns_server.rs:478:50
44192026-05-08T01:29:20.618Z |
44202026-05-08T01:29:20.618Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44212026-05-08T01:29:20.618Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44222026-05-08T01:29:20.618Z | |
44232026-05-08T01:29:20.618Z | required by a bound introduced by this call
44242026-05-08T01:29:20.618Z |
44252026-05-08T01:29:20.619Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44262026-05-08T01:29:20.619Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44272026-05-08T01:29:20.619Z |
44282026-05-08T01:29:20.619Z 78 | pub struct Record<R: RecordData = RData> {
44292026-05-08T01:29:20.619Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44302026-05-08T01:29:20.619Z |
44312026-05-08T01:29:20.619Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44322026-05-08T01:29:20.619Z |
44332026-05-08T01:29:20.619Z 77 | pub struct Record<R: RecordData = RData> {
44342026-05-08T01:29:20.619Z | ---------------------------------------- this is the found type
44352026-05-08T01:29:20.619Z = help: you can use `cargo tree` to explore your dependency tree
44362026-05-08T01:29:20.619Znote: required by a bound in `encode_and_send`
44372026-05-08T01:29:20.619Z --> dns-server/src/dns_server.rs:494:27
44382026-05-08T01:29:20.619Z |
44392026-05-08T01:29:20.619Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44402026-05-08T01:29:20.619Z | --------------- required by a bound in this function
44412026-05-08T01:29:20.619Z...
44422026-05-08T01:29:20.619Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
44432026-05-08T01:29:20.619Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44442026-05-08T01:29:20.619Z
44452026-05-08T01:29:20.620Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44462026-05-08T01:29:20.620Z --> dns-server/src/dns_server.rs:478:25
44472026-05-08T01:29:20.620Z |
44482026-05-08T01:29:20.620Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44492026-05-08T01:29:20.620Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44502026-05-08T01:29:20.620Z |
44512026-05-08T01:29:20.620Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44522026-05-08T01:29:20.620Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44532026-05-08T01:29:20.620Z |
44542026-05-08T01:29:20.620Z 78 | pub struct Record<R: RecordData = RData> {
44552026-05-08T01:29:20.620Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44562026-05-08T01:29:20.620Z |
44572026-05-08T01:29:20.620Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44582026-05-08T01:29:20.620Z |
44592026-05-08T01:29:20.620Z 77 | pub struct Record<R: RecordData = RData> {
44602026-05-08T01:29:20.620Z | ---------------------------------------- this is the found type
44612026-05-08T01:29:20.620Z = help: you can use `cargo tree` to explore your dependency tree
44622026-05-08T01:29:20.620Znote: required by a bound in `encode_and_send`
44632026-05-08T01:29:20.620Z --> dns-server/src/dns_server.rs:491:23
44642026-05-08T01:29:20.620Z |
44652026-05-08T01:29:20.620Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44662026-05-08T01:29:20.620Z | --------------- required by a bound in this function
44672026-05-08T01:29:20.620Z...
44682026-05-08T01:29:20.620Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
44692026-05-08T01:29:20.620Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44702026-05-08T01:29:20.620Z
44712026-05-08T01:29:20.620Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44722026-05-08T01:29:20.620Z --> dns-server/src/dns_server.rs:478:25
44732026-05-08T01:29:20.620Z |
44742026-05-08T01:29:20.620Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44752026-05-08T01:29:20.620Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44762026-05-08T01:29:20.620Z |
44772026-05-08T01:29:20.620Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44782026-05-08T01:29:20.620Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44792026-05-08T01:29:20.620Z |
44802026-05-08T01:29:20.620Z 78 | pub struct Record<R: RecordData = RData> {
44812026-05-08T01:29:20.620Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44822026-05-08T01:29:20.620Z |
44832026-05-08T01:29:20.620Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44842026-05-08T01:29:20.621Z |
44852026-05-08T01:29:20.621Z 77 | pub struct Record<R: RecordData = RData> {
44862026-05-08T01:29:20.621Z | ---------------------------------------- this is the found type
44872026-05-08T01:29:20.621Z = help: you can use `cargo tree` to explore your dependency tree
44882026-05-08T01:29:20.621Znote: required by a bound in `encode_and_send`
44892026-05-08T01:29:20.621Z --> dns-server/src/dns_server.rs:492:27
44902026-05-08T01:29:20.621Z |
44912026-05-08T01:29:20.621Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44922026-05-08T01:29:20.621Z | --------------- required by a bound in this function
44932026-05-08T01:29:20.621Z...
44942026-05-08T01:29:20.621Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
44952026-05-08T01:29:20.621Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44962026-05-08T01:29:20.621Z
44972026-05-08T01:29:20.621Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44982026-05-08T01:29:20.621Z --> dns-server/src/dns_server.rs:478:25
44992026-05-08T01:29:20.621Z |
45002026-05-08T01:29:20.621Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45012026-05-08T01:29:20.621Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45022026-05-08T01:29:20.621Z |
45032026-05-08T01:29:20.621Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45042026-05-08T01:29:20.621Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45052026-05-08T01:29:20.621Z |
45062026-05-08T01:29:20.621Z 78 | pub struct Record<R: RecordData = RData> {
45072026-05-08T01:29:20.621Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45082026-05-08T01:29:20.621Z |
45092026-05-08T01:29:20.621Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45102026-05-08T01:29:20.621Z |
45112026-05-08T01:29:20.621Z 77 | pub struct Record<R: RecordData = RData> {
45122026-05-08T01:29:20.625Z | ---------------------------------------- this is the found type
45132026-05-08T01:29:20.625Z = help: you can use `cargo tree` to explore your dependency tree
45142026-05-08T01:29:20.625Znote: required by a bound in `encode_and_send`
45152026-05-08T01:29:20.625Z --> dns-server/src/dns_server.rs:493:19
45162026-05-08T01:29:20.625Z |
45172026-05-08T01:29:20.625Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45182026-05-08T01:29:20.625Z | --------------- required by a bound in this function
45192026-05-08T01:29:20.625Z...
45202026-05-08T01:29:20.625Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
45212026-05-08T01:29:20.625Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45222026-05-08T01:29:20.625Z
45232026-05-08T01:29:20.625Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45242026-05-08T01:29:20.625Z --> dns-server/src/dns_server.rs:478:25
45252026-05-08T01:29:20.625Z |
45262026-05-08T01:29:20.626Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45272026-05-08T01:29:20.626Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45282026-05-08T01:29:20.626Z |
45292026-05-08T01:29:20.626Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45302026-05-08T01:29:20.626Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45312026-05-08T01:29:20.626Z |
45322026-05-08T01:29:20.626Z 78 | pub struct Record<R: RecordData = RData> {
45332026-05-08T01:29:20.626Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45342026-05-08T01:29:20.626Z |
45352026-05-08T01:29:20.626Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45362026-05-08T01:29:20.626Z |
45372026-05-08T01:29:20.626Z 77 | pub struct Record<R: RecordData = RData> {
45382026-05-08T01:29:20.626Z | ---------------------------------------- this is the found type
45392026-05-08T01:29:20.626Z = help: you can use `cargo tree` to explore your dependency tree
45402026-05-08T01:29:20.626Znote: required by a bound in `encode_and_send`
45412026-05-08T01:29:20.626Z --> dns-server/src/dns_server.rs:494:27
45422026-05-08T01:29:20.626Z |
45432026-05-08T01:29:20.626Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45442026-05-08T01:29:20.626Z | --------------- required by a bound in this function
45452026-05-08T01:29:20.626Z...
45462026-05-08T01:29:20.626Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
45472026-05-08T01:29:20.626Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45482026-05-08T01:29:20.626Z
45492026-05-08T01:29:20.626Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45502026-05-08T01:29:20.626Z --> dns-server/src/dns_server.rs:478:69
45512026-05-08T01:29:20.626Z |
45522026-05-08T01:29:20.626Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45532026-05-08T01:29:20.626Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45542026-05-08T01:29:20.626Z |
45552026-05-08T01:29:20.626Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45562026-05-08T01:29:20.626Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45572026-05-08T01:29:20.626Z |
45582026-05-08T01:29:20.626Z 78 | pub struct Record<R: RecordData = RData> {
45592026-05-08T01:29:20.626Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45602026-05-08T01:29:20.626Z |
45612026-05-08T01:29:20.626Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45622026-05-08T01:29:20.626Z |
45632026-05-08T01:29:20.626Z 77 | pub struct Record<R: RecordData = RData> {
45642026-05-08T01:29:20.626Z | ---------------------------------------- this is the found type
45652026-05-08T01:29:20.626Z = help: you can use `cargo tree` to explore your dependency tree
45662026-05-08T01:29:20.627Znote: required by a bound in `encode_and_send`
45672026-05-08T01:29:20.627Z --> dns-server/src/dns_server.rs:491:23
45682026-05-08T01:29:20.627Z |
45692026-05-08T01:29:20.627Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45702026-05-08T01:29:20.627Z | --------------- required by a bound in this function
45712026-05-08T01:29:20.627Z...
45722026-05-08T01:29:20.627Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
45732026-05-08T01:29:20.627Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45742026-05-08T01:29:20.627Z
45752026-05-08T01:29:20.627Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45762026-05-08T01:29:20.627Z --> dns-server/src/dns_server.rs:478:69
45772026-05-08T01:29:20.627Z |
45782026-05-08T01:29:20.627Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45792026-05-08T01:29:20.627Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45802026-05-08T01:29:20.627Z |
45812026-05-08T01:29:20.627Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45822026-05-08T01:29:20.627Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45832026-05-08T01:29:20.627Z |
45842026-05-08T01:29:20.627Z 78 | pub struct Record<R: RecordData = RData> {
45852026-05-08T01:29:20.627Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45862026-05-08T01:29:20.627Z |
45872026-05-08T01:29:20.627Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45882026-05-08T01:29:20.627Z |
45892026-05-08T01:29:20.627Z 77 | pub struct Record<R: RecordData = RData> {
45902026-05-08T01:29:20.627Z | ---------------------------------------- this is the found type
45912026-05-08T01:29:20.627Z = help: you can use `cargo tree` to explore your dependency tree
45922026-05-08T01:29:20.627Znote: required by a bound in `encode_and_send`
45932026-05-08T01:29:20.627Z --> dns-server/src/dns_server.rs:492:27
45942026-05-08T01:29:20.627Z |
45952026-05-08T01:29:20.627Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45962026-05-08T01:29:20.627Z | --------------- required by a bound in this function
45972026-05-08T01:29:20.627Z...
45982026-05-08T01:29:20.627Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
45992026-05-08T01:29:20.627Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46002026-05-08T01:29:20.627Z
46012026-05-08T01:29:20.627Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46022026-05-08T01:29:20.627Z --> dns-server/src/dns_server.rs:478:69
46032026-05-08T01:29:20.628Z |
46042026-05-08T01:29:20.628Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46052026-05-08T01:29:20.628Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46062026-05-08T01:29:20.628Z |
46072026-05-08T01:29:20.628Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46082026-05-08T01:29:20.628Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46092026-05-08T01:29:20.628Z |
46102026-05-08T01:29:20.628Z 78 | pub struct Record<R: RecordData = RData> {
46112026-05-08T01:29:20.628Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46122026-05-08T01:29:20.631Z |
46132026-05-08T01:29:20.631Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46142026-05-08T01:29:20.631Z |
46152026-05-08T01:29:20.631Z 77 | pub struct Record<R: RecordData = RData> {
46162026-05-08T01:29:20.631Z | ---------------------------------------- this is the found type
46172026-05-08T01:29:20.631Z = help: you can use `cargo tree` to explore your dependency tree
46182026-05-08T01:29:20.631Znote: required by a bound in `encode_and_send`
46192026-05-08T01:29:20.631Z --> dns-server/src/dns_server.rs:493:19
46202026-05-08T01:29:20.631Z |
46212026-05-08T01:29:20.631Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46222026-05-08T01:29:20.631Z | --------------- required by a bound in this function
46232026-05-08T01:29:20.632Z...
46242026-05-08T01:29:20.632Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
46252026-05-08T01:29:20.632Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46262026-05-08T01:29:20.632Z
46272026-05-08T01:29:20.632Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46282026-05-08T01:29:20.632Z --> dns-server/src/dns_server.rs:478:69
46292026-05-08T01:29:20.632Z |
46302026-05-08T01:29:20.632Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46312026-05-08T01:29:20.632Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46322026-05-08T01:29:20.632Z |
46332026-05-08T01:29:20.632Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46342026-05-08T01:29:20.632Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46352026-05-08T01:29:20.632Z |
46362026-05-08T01:29:20.632Z 78 | pub struct Record<R: RecordData = RData> {
46372026-05-08T01:29:20.632Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46382026-05-08T01:29:20.632Z |
46392026-05-08T01:29:20.632Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46402026-05-08T01:29:20.632Z |
46412026-05-08T01:29:20.632Z 77 | pub struct Record<R: RecordData = RData> {
46422026-05-08T01:29:20.632Z | ---------------------------------------- this is the found type
46432026-05-08T01:29:20.632Z = help: you can use `cargo tree` to explore your dependency tree
46442026-05-08T01:29:20.632Znote: required by a bound in `encode_and_send`
46452026-05-08T01:29:20.632Z --> dns-server/src/dns_server.rs:494:27
46462026-05-08T01:29:20.632Z |
46472026-05-08T01:29:20.632Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46482026-05-08T01:29:20.632Z | --------------- required by a bound in this function
46492026-05-08T01:29:20.632Z...
46502026-05-08T01:29:20.632Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
46512026-05-08T01:29:20.632Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46522026-05-08T01:29:20.632Z
46532026-05-08T01:29:20.632Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
46542026-05-08T01:29:20.632Z --> dns-server/src/dns_server.rs:500:14
46552026-05-08T01:29:20.632Z |
46562026-05-08T01:29:20.632Z499 | let _ = mresp
46572026-05-08T01:29:20.632Z | _________________-
46582026-05-08T01:29:20.632Z500 | | .destructive_emit(&mut enc)
46592026-05-08T01:29:20.632Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
46602026-05-08T01:29:20.632Z | |_____________|
46612026-05-08T01:29:20.632Z |
46622026-05-08T01:29:20.633Z |
46632026-05-08T01:29:20.633Z = note: the following trait bounds were not satisfied:
46642026-05-08T01:29:20.633Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46652026-05-08T01:29:20.633Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46662026-05-08T01:29:20.633Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46672026-05-08T01:29:20.633Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46682026-05-08T01:29:20.633Z
46692026-05-08T01:29:20.633Zerror[E0308]: mismatched types
46702026-05-08T01:29:20.633Z --> dns-server/src/dns_server.rs:229:35
46712026-05-08T01:29:20.633Z |
46722026-05-08T01:29:20.633Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
46732026-05-08T01:29:20.633Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
46742026-05-08T01:29:20.633Z | |
46752026-05-08T01:29:20.633Z | arguments to this function are incorrect
46762026-05-08T01:29:20.633Z |
46772026-05-08T01:29:20.633Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46782026-05-08T01:29:20.633Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
46792026-05-08T01:29:20.633Z |
46802026-05-08T01:29:20.633Z 34 | pub struct Name {
46812026-05-08T01:29:20.633Z | ^^^^^^^^^^^^^^^ this is the expected type
46822026-05-08T01:29:20.633Z |
46832026-05-08T01:29:20.633Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
46842026-05-08T01:29:20.633Z |
46852026-05-08T01:29:20.633Z 37 | pub struct Name {
46862026-05-08T01:29:20.633Z | --------------- this is the found type
46872026-05-08T01:29:20.633Z = help: you can use `cargo tree` to explore your dependency tree
46882026-05-08T01:29:20.633Znote: associated function defined here
46892026-05-08T01:29:20.633Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
46902026-05-08T01:29:20.633Z |
46912026-05-08T01:29:20.633Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
46922026-05-08T01:29:20.633Z | ^^^^^^^^^^
46932026-05-08T01:29:20.633Z
46942026-05-08T01:29:20.633Zerror[E0308]: mismatched types
46952026-05-08T01:29:20.633Z --> dns-server/src/dns_server.rs:233:35
46962026-05-08T01:29:20.633Z |
46972026-05-08T01:29:20.633Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
46982026-05-08T01:29:20.633Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
46992026-05-08T01:29:20.633Z | |
47002026-05-08T01:29:20.633Z | arguments to this function are incorrect
47012026-05-08T01:29:20.634Z |
47022026-05-08T01:29:20.634Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47032026-05-08T01:29:20.634Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47042026-05-08T01:29:20.634Z |
47052026-05-08T01:29:20.634Z 34 | pub struct Name {
47062026-05-08T01:29:20.634Z | ^^^^^^^^^^^^^^^ this is the expected type
47072026-05-08T01:29:20.634Z |
47082026-05-08T01:29:20.634Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47092026-05-08T01:29:20.634Z |
47102026-05-08T01:29:20.634Z 37 | pub struct Name {
47112026-05-08T01:29:20.634Z | --------------- this is the found type
47122026-05-08T01:29:20.637Z = help: you can use `cargo tree` to explore your dependency tree
47132026-05-08T01:29:20.637Znote: associated function defined here
47142026-05-08T01:29:20.638Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47152026-05-08T01:29:20.638Z |
47162026-05-08T01:29:20.638Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47172026-05-08T01:29:20.638Z | ^^^^^^^^^^
47182026-05-08T01:29:20.638Z
47192026-05-08T01:29:20.638Zerror[E0308]: mismatched types
47202026-05-08T01:29:20.638Z --> dns-server/src/dns_server.rs:247:60
47212026-05-08T01:29:20.638Z |
47222026-05-08T01:29:20.638Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
47232026-05-08T01:29:20.638Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47242026-05-08T01:29:20.638Z | |
47252026-05-08T01:29:20.638Z | arguments to this function are incorrect
47262026-05-08T01:29:20.638Z |
47272026-05-08T01:29:20.638Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47282026-05-08T01:29:20.638Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47292026-05-08T01:29:20.638Z |
47302026-05-08T01:29:20.638Z 34 | pub struct Name {
47312026-05-08T01:29:20.638Z | ^^^^^^^^^^^^^^^ this is the expected type
47322026-05-08T01:29:20.638Z |
47332026-05-08T01:29:20.638Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47342026-05-08T01:29:20.638Z |
47352026-05-08T01:29:20.638Z 37 | pub struct Name {
47362026-05-08T01:29:20.638Z | --------------- this is the found type
47372026-05-08T01:29:20.638Z = help: you can use `cargo tree` to explore your dependency tree
47382026-05-08T01:29:20.638Znote: associated function defined here
47392026-05-08T01:29:20.638Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
47402026-05-08T01:29:20.638Z |
47412026-05-08T01:29:20.638Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
47422026-05-08T01:29:20.638Z | ^^^
47432026-05-08T01:29:20.638Z
47442026-05-08T01:29:20.638Zerror[E0308]: mismatched types
47452026-05-08T01:29:20.638Z --> dns-server/src/dns_server.rs:245:17
47462026-05-08T01:29:20.638Z |
47472026-05-08T01:29:20.638Z244 | Ok(Record::from_rdata(
47482026-05-08T01:29:20.638Z | ------------------ arguments to this function are incorrect
47492026-05-08T01:29:20.638Z245 | name.clone(),
47502026-05-08T01:29:20.638Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47512026-05-08T01:29:20.638Z |
47522026-05-08T01:29:20.639Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47532026-05-08T01:29:20.639Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47542026-05-08T01:29:20.639Z |
47552026-05-08T01:29:20.639Z 34 | pub struct Name {
47562026-05-08T01:29:20.639Z | ^^^^^^^^^^^^^^^ this is the expected type
47572026-05-08T01:29:20.639Z |
47582026-05-08T01:29:20.639Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47592026-05-08T01:29:20.639Z |
47602026-05-08T01:29:20.639Z 37 | pub struct Name {
47612026-05-08T01:29:20.639Z | --------------- this is the found type
47622026-05-08T01:29:20.639Z = help: you can use `cargo tree` to explore your dependency tree
47632026-05-08T01:29:20.639Znote: associated function defined here
47642026-05-08T01:29:20.639Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47652026-05-08T01:29:20.639Z |
47662026-05-08T01:29:20.639Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47672026-05-08T01:29:20.639Z | ^^^^^^^^^^
47682026-05-08T01:29:20.639Z
47692026-05-08T01:29:20.639Zerror[E0308]: mismatched types
47702026-05-08T01:29:20.639Z --> dns-server/src/dns_server.rs:259:65
47712026-05-08T01:29:20.639Z |
47722026-05-08T01:29:20.639Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
47732026-05-08T01:29:20.639Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47742026-05-08T01:29:20.639Z | |
47752026-05-08T01:29:20.639Z | arguments to this struct are incorrect
47762026-05-08T01:29:20.639Z |
47772026-05-08T01:29:20.639Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47782026-05-08T01:29:20.639Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47792026-05-08T01:29:20.639Z |
47802026-05-08T01:29:20.639Z 34 | pub struct Name {
47812026-05-08T01:29:20.639Z | ^^^^^^^^^^^^^^^ this is the expected type
47822026-05-08T01:29:20.639Z |
47832026-05-08T01:29:20.639Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47842026-05-08T01:29:20.639Z |
47852026-05-08T01:29:20.639Z 37 | pub struct Name {
47862026-05-08T01:29:20.639Z | --------------- this is the found type
47872026-05-08T01:29:20.639Z = help: you can use `cargo tree` to explore your dependency tree
47882026-05-08T01:29:20.639Znote: tuple struct defined here
47892026-05-08T01:29:20.639Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
47902026-05-08T01:29:20.639Z |
47912026-05-08T01:29:20.640Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
47922026-05-08T01:29:20.640Z | ^^
47932026-05-08T01:29:20.640Z
47942026-05-08T01:29:20.640Zerror[E0308]: mismatched types
47952026-05-08T01:29:20.640Z --> dns-server/src/dns_server.rs:259:35
47962026-05-08T01:29:20.640Z |
47972026-05-08T01:29:20.640Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
47982026-05-08T01:29:20.640Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47992026-05-08T01:29:20.640Z | |
48002026-05-08T01:29:20.640Z | arguments to this function are incorrect
48012026-05-08T01:29:20.640Z |
48022026-05-08T01:29:20.640Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48032026-05-08T01:29:20.640Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48042026-05-08T01:29:20.640Z |
48052026-05-08T01:29:20.640Z 34 | pub struct Name {
48062026-05-08T01:29:20.640Z | ^^^^^^^^^^^^^^^ this is the expected type
48072026-05-08T01:29:20.640Z |
48082026-05-08T01:29:20.640Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48092026-05-08T01:29:20.640Z |
48102026-05-08T01:29:20.640Z 37 | pub struct Name {
48112026-05-08T01:29:20.641Z | --------------- this is the found type
48122026-05-08T01:29:20.644Z = help: you can use `cargo tree` to explore your dependency tree
48132026-05-08T01:29:20.644Znote: associated function defined here
48142026-05-08T01:29:20.644Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48152026-05-08T01:29:20.644Z |
48162026-05-08T01:29:20.644Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48172026-05-08T01:29:20.644Z | ^^^^^^^^^^
48182026-05-08T01:29:20.644Z
48192026-05-08T01:29:20.644Zerror[E0308]: arguments to this function are incorrect
48202026-05-08T01:29:20.644Z --> dns-server/src/storage.rs:448:43
48212026-05-08T01:29:20.644Z |
48222026-05-08T01:29:20.644Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
48232026-05-08T01:29:20.644Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48242026-05-08T01:29:20.644Z449 | preferred_nameserver,
48252026-05-08T01:29:20.644Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48262026-05-08T01:29:20.645Z450 | rname,
48272026-05-08T01:29:20.645Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48282026-05-08T01:29:20.645Z |
48292026-05-08T01:29:20.645Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48302026-05-08T01:29:20.645Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48312026-05-08T01:29:20.645Z |
48322026-05-08T01:29:20.645Z 34 | pub struct Name {
48332026-05-08T01:29:20.645Z | ^^^^^^^^^^^^^^^ this is the expected type
48342026-05-08T01:29:20.645Z |
48352026-05-08T01:29:20.645Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48362026-05-08T01:29:20.645Z |
48372026-05-08T01:29:20.645Z 37 | pub struct Name {
48382026-05-08T01:29:20.645Z | --------------- this is the found type
48392026-05-08T01:29:20.645Z = help: you can use `cargo tree` to explore your dependency tree
48402026-05-08T01:29:20.645Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48412026-05-08T01:29:20.645Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48422026-05-08T01:29:20.645Z |
48432026-05-08T01:29:20.645Z 34 | pub struct Name {
48442026-05-08T01:29:20.645Z | ^^^^^^^^^^^^^^^ this is the expected type
48452026-05-08T01:29:20.645Z |
48462026-05-08T01:29:20.645Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48472026-05-08T01:29:20.645Z |
48482026-05-08T01:29:20.645Z 37 | pub struct Name {
48492026-05-08T01:29:20.645Z | --------------- this is the found type
48502026-05-08T01:29:20.645Z = help: you can use `cargo tree` to explore your dependency tree
48512026-05-08T01:29:20.645Znote: associated function defined here
48522026-05-08T01:29:20.645Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
48532026-05-08T01:29:20.645Z |
48542026-05-08T01:29:20.645Z154 | pub fn new(
48552026-05-08T01:29:20.645Z | ^^^
48562026-05-08T01:29:20.645Z
48572026-05-08T01:29:20.645Zerror[E0308]: mismatched types
48582026-05-08T01:29:20.645Z --> dns-server/src/storage.rs:446:13
48592026-05-08T01:29:20.645Z |
48602026-05-08T01:29:20.645Z445 | let record = hickory_proto::rr::Record::from_rdata(
48612026-05-08T01:29:20.645Z | ------------------------------------- arguments to this function are incorrect
48622026-05-08T01:29:20.645Z446 | soa_name,
48632026-05-08T01:29:20.646Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48642026-05-08T01:29:20.646Z |
48652026-05-08T01:29:20.646Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48662026-05-08T01:29:20.646Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48672026-05-08T01:29:20.646Z |
48682026-05-08T01:29:20.646Z 34 | pub struct Name {
48692026-05-08T01:29:20.646Z | ^^^^^^^^^^^^^^^ this is the expected type
48702026-05-08T01:29:20.646Z |
48712026-05-08T01:29:20.646Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48722026-05-08T01:29:20.646Z |
48732026-05-08T01:29:20.646Z 37 | pub struct Name {
48742026-05-08T01:29:20.646Z | --------------- this is the found type
48752026-05-08T01:29:20.646Z = help: you can use `cargo tree` to explore your dependency tree
48762026-05-08T01:29:20.646Znote: associated function defined here
48772026-05-08T01:29:20.646Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48782026-05-08T01:29:20.646Z |
48792026-05-08T01:29:20.646Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48802026-05-08T01:29:20.646Z | ^^^^^^^^^^
48812026-05-08T01:29:20.646Z
48822026-05-08T01:29:20.649Zerror[E0308]: mismatched types
48832026-05-08T01:29:20.649Z --> dns-server/src/storage.rs:768:30
48842026-05-08T01:29:20.649Z |
48852026-05-08T01:29:20.649Z768 | self.query_raw(name, orig_name)
48862026-05-08T01:29:20.649Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
48872026-05-08T01:29:20.649Z | |
48882026-05-08T01:29:20.649Z | arguments to this method are incorrect
48892026-05-08T01:29:20.649Z |
48902026-05-08T01:29:20.649Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48912026-05-08T01:29:20.650Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48922026-05-08T01:29:20.650Z |
48932026-05-08T01:29:20.650Z 37 | pub struct Name {
48942026-05-08T01:29:20.650Z | ^^^^^^^^^^^^^^^ this is the expected type
48952026-05-08T01:29:20.650Z |
48962026-05-08T01:29:20.650Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48972026-05-08T01:29:20.650Z |
48982026-05-08T01:29:20.650Z 34 | pub struct Name {
48992026-05-08T01:29:20.650Z | --------------- this is the found type
49002026-05-08T01:29:20.650Z = help: you can use `cargo tree` to explore your dependency tree
49012026-05-08T01:29:20.650Znote: method defined here
49022026-05-08T01:29:20.650Z --> dns-server/src/storage.rs:780:8
49032026-05-08T01:29:20.650Z |
49042026-05-08T01:29:20.650Z780 | fn query_raw(
49052026-05-08T01:29:20.650Z | ^^^^^^^^^
49062026-05-08T01:29:20.650Z...
49072026-05-08T01:29:20.650Z783 | orig_name: &Name,
49082026-05-08T01:29:20.650Z | ----------------
49092026-05-08T01:29:20.650Z
49102026-05-08T01:29:20.650Zerror[E0308]: mismatched types
49112026-05-08T01:29:20.650Z --> dns-server/src/storage.rs:777:40
49122026-05-08T01:29:20.650Z |
49132026-05-08T01:29:20.650Z777 | self.query_raw(&LowerName::new(name), name)
49142026-05-08T01:29:20.650Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49152026-05-08T01:29:20.650Z | |
49162026-05-08T01:29:20.650Z | arguments to this function are incorrect
49172026-05-08T01:29:20.650Z |
49182026-05-08T01:29:20.650Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49192026-05-08T01:29:20.650Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49202026-05-08T01:29:20.650Z |
49212026-05-08T01:29:20.650Z 34 | pub struct Name {
49222026-05-08T01:29:20.650Z | ^^^^^^^^^^^^^^^ this is the expected type
49232026-05-08T01:29:20.650Z |
49242026-05-08T01:29:20.650Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49252026-05-08T01:29:20.650Z |
49262026-05-08T01:29:20.650Z 37 | pub struct Name {
49272026-05-08T01:29:20.650Z | --------------- this is the found type
49282026-05-08T01:29:20.650Z = help: you can use `cargo tree` to explore your dependency tree
49292026-05-08T01:29:20.651Znote: associated function defined here
49302026-05-08T01:29:20.651Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
49312026-05-08T01:29:20.651Z |
49322026-05-08T01:29:20.651Z 37 | pub fn new(name: &Name) -> Self {
49332026-05-08T01:29:20.651Z | ^^^
49342026-05-08T01:29:20.651Z
49352026-05-08T01:29:20.651Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
49362026-05-08T01:29:20.651Z --> dns-server/src/storage.rs:791:33
49372026-05-08T01:29:20.651Z |
49382026-05-08T01:29:20.651Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
49392026-05-08T01:29:20.651Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
49402026-05-08T01:29:20.651Z |
49412026-05-08T01:29:20.651Zhelp: item with same name found
49422026-05-08T01:29:20.651Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
49432026-05-08T01:29:20.651Z |
49442026-05-08T01:29:20.651Z 28 | pub struct LowerName(Name);
49452026-05-08T01:29:20.651Z | ^^^^^^^^^^^^^^^^^^^^
49462026-05-08T01:29:20.651Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
49472026-05-08T01:29:20.651Zhelp: the following other types implement trait `std::convert::From<T>`
49482026-05-08T01:29:20.651Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
49492026-05-08T01:29:20.651Z |
49502026-05-08T01:29:20.651Z240 | impl From<Name> for LowerName {
49512026-05-08T01:29:20.651Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
49522026-05-08T01:29:20.651Z...
49532026-05-08T01:29:20.651Z246 | impl<'a> From<&'a Name> for LowerName {
49542026-05-08T01:29:20.651Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
49552026-05-08T01:29:20.651Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
49562026-05-08T01:29:20.651Z = help: you can use `cargo tree` to explore your dependency tree
49572026-05-08T01:29:20.651Z
49582026-05-08T01:29:20.811ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
49592026-05-08T01:29:20.811ZFor more information about an error, try `rustc --explain E0271`.
49602026-05-08T01:29:20.853Zerror: could not compile `dns-server` (lib) due to 60 previous errors
49612026-05-08T01:29:21.051Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dns-server/Cargo.toml` (exit status: 101)
49622026-05-08T01:29:21.054ZError: cargo-hack install failed: exit status: 1
49632026-05-08T01:29:21.057Z
49642026-05-08T01:29:21.057Zreal 3:52.390642786
49652026-05-08T01:29:21.057Zuser 6:53.396882062
49662026-05-08T01:29:21.057Zsys 1:52.806384512
49672026-05-08T01:29:21.057Ztrap 0.163326304
49682026-05-08T01:29:21.057Ztflt 0.230103804
49692026-05-08T01:29:21.057Zdflt 0.536203396
49702026-05-08T01:29:21.057Zkflt 0.001426891
49712026-05-08T01:29:21.057Zlock 20:47.172968463
49722026-05-08T01:29:21.057Zslp 29:22.177951497
49732026-05-08T01:29:21.057Zlat 31.337116939
49742026-05-08T01:29:21.057Zstop 1:55.563236999
49752026-05-08T01:29:21.057Zprocess exited: duration 363873 ms, exit code 1
 
49762026-05-08T01:29:21.063Zfound 0 output files