01KS16KM6D972YZM4K0EJP74H3: 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: 01KS16M4AS3KJ5BGEBNF15F6QM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T22:45:54.924Zjob assigned to worker 01KS16M9HX7CSHJRN3GCRCJG38 [factory aws, i-03633a0ea5d5162ea] (queued for 46 s)
 
22026-05-19T22:46:01.575Zstarting task 0: "setup"
32026-05-19T22:46:01.579Z++ uname -s
42026-05-19T22:46:01.581Z+ kern=SunOS
52026-05-19T22:46:01.581Z+ build_user=build
62026-05-19T22:46:01.582Z+ build_uid=12345
72026-05-19T22:46:01.582Z+ work_dir=/work
82026-05-19T22:46:01.582Z+ input_dir=/input
92026-05-19T22:46:01.582Z+ [[ 0 == 12345 ]]
102026-05-19T22:46:01.582Z+ case "$kern" in
112026-05-19T22:46:01.582Z+ groupadd -g 12345 build
122026-05-19T22:46:01.584Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T22:46:03.587Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T22:46:03.687Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T22:46:03.690Z+ home_fs=zfs
162026-05-19T22:46:03.690Z+ [[ zfs == autofs ]]
172026-05-19T22:46:03.690Z+ mkdir -p /home/build
182026-05-19T22:46:03.690Z+ chown build:build /home/build /work
192026-05-19T22:46:05.691Z+ chmod 0700 /home/build /work
202026-05-19T22:46:05.694Zprocess exited: duration 4119 ms, exit code 0
 
212026-05-19T22:46:05.699Zstarting task 1: "rust-toolchain"
222026-05-19T22:46:05.702Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T22:46:05.702Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-19T22:46:05.702Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-19T22:46:05.702Z * rust toolchain channel = "1.94.0"
262026-05-19T22:46:05.702Z * rust toolchain profile = "default"
272026-05-19T22:46:05.702Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T22:46:05.705Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T22:46:05.705Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T22:46:05.782Zinfo: downloading installer
312026-05-19T22:46:07.350Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T22:46:07.350Zwarn: /home/build/.rustup/settings.toml
332026-05-19T22:46:07.350Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T22:46:07.350Zwarn: instead of the one inferred from the default host triple.
352026-05-19T22:46:07.363Zinfo: profile set to default
362026-05-19T22:46:07.363Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T22:46:07.366Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T22:46:07.496Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T22:46:07.500Zinfo: downloading 6 components
402026-05-19T22:46:21.920Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T22:46:21.920Z
422026-05-19T22:46:21.947Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T22:46:21.947Z
442026-05-19T22:46:21.947Z
452026-05-19T22:46:21.947ZRust is installed now. Great!
462026-05-19T22:46:21.947Z
472026-05-19T22:46:21.947ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T22:46:21.947Zenvironment variable. This has not been done automatically.
492026-05-19T22:46:21.947Z
502026-05-19T22:46:21.947ZTo configure your current shell, you need to source
512026-05-19T22:46:21.947Zthe corresponding env file under $HOME/.cargo.
522026-05-19T22:46:21.947Z
532026-05-19T22:46:21.950ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T22:46:21.950Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T22:46:21.950Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T22:46:21.950Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T22:46:21.950Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T22:46:21.950Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T22:46:21.950Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T22:46:21.950Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T22:46:21.950Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T22:46:22.036Z+ rustup --version
632026-05-19T22:46:22.045Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T22:46:22.047Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T22:46:22.066Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T22:46:22.070Z+ cargo --version
672026-05-19T22:46:22.082Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T22:46:22.085Z+ rustc --version
692026-05-19T22:46:22.105Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T22:46:22.107Zprocess exited: duration 16408 ms, exit code 0
 
712026-05-19T22:46:22.113Zstarting task 2: "authentication"
722026-05-19T22:46:22.129Zprocess exited: duration 15 ms, exit code 0
 
732026-05-19T22:46:22.135Zstarting task 3: "clone repository"
742026-05-19T22:46:22.138Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T22:46:22.141Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T22:46:22.178ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T22:46:31.956Z+ cd /work/oxidecomputer/omicron
782026-05-19T22:46:31.956Z+ git fetch origin 179dd12f9ac13120da941ea93fbeaa144ab54bd5
792026-05-19T22:46:32.226ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T22:46:32.226Z * branch 179dd12f9ac13120da941ea93fbeaa144ab54bd5 -> FETCH_HEAD
812026-05-19T22:46:32.235Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-19T22:46:32.238Z++ git branch --show-current
832026-05-19T22:46:32.238Z+ current=main
842026-05-19T22:46:32.238Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-19T22:46:32.238Z+ git branch -f renovate/crate-hickory-proto-vulnerability 179dd12f9ac13120da941ea93fbeaa144ab54bd5
862026-05-19T22:46:32.241Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-19T22:46:32.473ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-19T22:46:32.475Z+ git reset --hard 179dd12f9ac13120da941ea93fbeaa144ab54bd5
892026-05-19T22:46:32.708ZHEAD is now at 179dd12f9 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-19T22:46:32.710Zprocess exited: duration 10573 ms, exit code 0
 
912026-05-19T22:46:32.716Zstarting task 4: "build"
922026-05-19T22:46:32.719Z+ source .github/buildomat/ci-env.sh
932026-05-19T22:46:32.722Z++ export CARGO_TERM_COLOR=always
942026-05-19T22:46:32.722Z++ CARGO_TERM_COLOR=always
952026-05-19T22:46:32.722Z+ cargo --version
962026-05-19T22:46:32.729Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T22:46:32.732Z+ rustc --version
982026-05-19T22:46:32.752Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T22:46:32.754Z+ source ./env.sh
1002026-05-19T22:46:32.754Z++ OLD_SHELL_OPTS=ehxB
1012026-05-19T22:46:32.754Z++ set -o xtrace
1022026-05-19T22:46:32.757Z++++ dirname ./env.sh
1032026-05-19T22:46:32.761Z+++ readlink -f .
1042026-05-19T22:46:32.764Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-19T22:46:32.764Z++ 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-19T22:46:32.764Z++ 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-19T22:46:32.764Z++ 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-19T22:46:32.764Z++ 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-19T22:46:32.764Z++ 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-19T22:46:32.764Z++ 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-19T22:46:32.764Z++ 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-19T22:46:32.764Z++ 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-19T22:46:32.764Z++ case $OLD_SHELL_OPTS in
1142026-05-19T22:46:32.764Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-19T22:46:32.764Z+ 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-19T22:46:32.764Z+ 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-19T22:46:32.764Z+ banner prerequisites
1182026-05-19T22:46:32.764Z
1192026-05-19T22:46:32.764Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-19T22:46:32.764Z # # # # # # # # # # # # # # #
1212026-05-19T22:46:32.764Z # # # # ##### # # ##### # # # # # #### #
1222026-05-19T22:46:32.764Z ##### ##### # ##### # # # # # # # # #
1232026-05-19T22:46:32.764Z # # # # # # # # # # # # # # #
1242026-05-19T22:46:32.764Z # # # ###### # # ###### ### # #### # #### #
1252026-05-19T22:46:32.764Z
1262026-05-19T22:46:32.764Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-19T22:46:34.084Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-19T22:46:34.140Z Startup: Caching catalogs ... Done
1292026-05-19T22:46:34.346ZPlanning: Solver setup ... Done (0.174s)
1302026-05-19T22:46:34.362ZPlanning: Running solver ... Done (0.016s)
1312026-05-19T22:46:34.366ZPlanning: Finding local manifests ... Done (0.002s)
1322026-05-19T22:46:34.382ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-19T22:46:34.403ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-19T22:46:34.417ZPlanning: Package planning ... Done (0.013s)
1352026-05-19T22:46:34.419ZPlanning: Merging actions ... Done (0.001s)
1362026-05-19T22:46:34.610ZPlanning: Checking for conflicting actions ... Done (0.191s)
1372026-05-19T22:46:34.612ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-19T22:46:35.424ZPlanning: Evaluating mediators ... Done (0.813s)
1392026-05-19T22:46:35.426ZPlanning: Planning completed in 1.27 seconds
1402026-05-19T22:46:35.433Z Packages to install: 2
1412026-05-19T22:46:35.433Z Estimated space available: 156.08 GB
1422026-05-19T22:46:35.436ZEstimated space to be consumed: 19.74 MB
1432026-05-19T22:46:35.436Z Create boot environment: No
1442026-05-19T22:46:35.436ZCreate backup boot environment: No
1452026-05-19T22:46:35.436Z Rebuild boot archive: No
1462026-05-19T22:46:35.436Z
1472026-05-19T22:46:35.436ZChanged packages:
1482026-05-19T22:46:35.436Zhelios
1492026-05-19T22:46:35.436Z developer/build-essential
1502026-05-19T22:46:35.436Z None -> 11-3.0
1512026-05-19T22:46:35.436Z library/libxmlsec1
1522026-05-19T22:46:35.436Z None -> 1.2.35-3.0
1532026-05-19T22:46:35.458Z
1542026-05-19T22:46:35.458ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-19T22:46:38.357ZDownload: Completed 1.28 MB in 2.90 seconds (452k/s)
1562026-05-19T22:46:38.419Z Actions: 1/268 actions (Installing new actions)
1572026-05-19T22:46:38.458Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-19T22:46:38.464ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-19T22:46:38.464ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-19T22:46:38.479ZFinalize: Updating image state ... Done (0.015s)
1612026-05-19T22:46:40.856ZFinalize: Creating fast lookup database ... Done (2.356s)
1622026-05-19T22:46:40.928ZFinalize: Reading search index ... Done (0.012s)
1632026-05-19T22:46:40.931ZFinalize: Updating search index ... Done (0.000s)
1642026-05-19T22:46:41.015ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-19T22:46:41.314ZPlanning: Evaluating mediator changes ... Done
1662026-05-19T22:46:41.421ZPlanning: Checking for conflicting actions ... Done
1672026-05-19T22:46:41.424ZPlanning: Consolidating action changes ... Done
1682026-05-19T22:46:41.582ZPlanning: Evaluating mediators ... Done
1692026-05-19T22:46:41.584ZPlanning: Planning completed in 0.27 seconds
1702026-05-19T22:46:41.605Z Mediators to change: 2
1712026-05-19T22:46:41.605Z Create boot environment: No
1722026-05-19T22:46:41.605ZCreate backup boot environment: No
1732026-05-19T22:46:41.654ZFinalize: Updating package state database ... Done
1742026-05-19T22:46:41.654ZFinalize: Updating package cache ... Done
1752026-05-19T22:46:41.663ZFinalize: Updating image state ... Done
1762026-05-19T22:46:43.599ZFinalize: Creating fast lookup database ... Done
1772026-05-19T22:46:43.662ZFinalize: Reading search index ... Done
1782026-05-19T22:46:43.665ZFinalize: Updating search index ... Done
1792026-05-19T22:46:43.741ZFinalize: Updating package cache ... Done
1802026-05-19T22:46:44.033ZPlanning: Evaluating mediator changes ... Done
1812026-05-19T22:46:44.140ZPlanning: Checking for conflicting actions ... Done
1822026-05-19T22:46:44.143ZPlanning: Consolidating action changes ... Done
1832026-05-19T22:46:44.302ZPlanning: Evaluating mediators ... Done
1842026-05-19T22:46:44.304ZPlanning: Planning completed in 0.27 seconds
1852026-05-19T22:46:44.325Z Mediators to change: 1
1862026-05-19T22:46:44.325Z Create boot environment: No
1872026-05-19T22:46:44.325ZCreate backup boot environment: No
1882026-05-19T22:46:44.376ZFinalize: Updating package state database ... Done
1892026-05-19T22:46:44.376ZFinalize: Updating package cache ... Done
1902026-05-19T22:46:44.385ZFinalize: Updating image state ... Done
1912026-05-19T22:46:46.342ZFinalize: Creating fast lookup database ... Done
1922026-05-19T22:46:46.405ZFinalize: Reading search index ... Done
1932026-05-19T22:46:46.409ZFinalize: Updating search index ... Done
1942026-05-19T22:46:46.480ZFinalize: Updating package cache ... Done
1952026-05-19T22:46:46.797ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-19T22:46:46.797Zapache system 2.4 system
1972026-05-19T22:46:46.797Zclang system 15 system
1982026-05-19T22:46:46.797Zcsh system system illumos
1992026-05-19T22:46:46.797Zctags system system illumos
2002026-05-19T22:46:46.797Zfile vendor vendor darwinsys
2012026-05-19T22:46:46.797Zfile system system illumos
2022026-05-19T22:46:46.797Zgcc vendor 14 vendor
2032026-05-19T22:46:46.798Zgcc system 13 system
2042026-05-19T22:46:46.798Zgcc system 10 system
2052026-05-19T22:46:46.798Zgo system 1.25 system
2062026-05-19T22:46:46.798Zllvm system 15 system
2072026-05-19T22:46:46.798Zmariadb system 11.4 system
2082026-05-19T22:46:46.798Zmta vendor vendor dma
2092026-05-19T22:46:46.798Zopenjdk system 17 system
2102026-05-19T22:46:46.798Zopenjdk system 11 system
2112026-05-19T22:46:46.798Zopenssl vendor 3 vendor
2122026-05-19T22:46:46.798Zperl system 5.40 system
2132026-05-19T22:46:46.798Zpostgresql system 18 system
2142026-05-19T22:46:46.798Zpostgresql system 17 system
2152026-05-19T22:46:46.798Zpython vendor 3 vendor
2162026-05-19T22:46:46.798Zpython system 2 system
2172026-05-19T22:46:46.798Zpython3 vendor 3.13 vendor
2182026-05-19T22:46:46.798Zruby system 3.4 system
2192026-05-19T22:46:46.798Zruby system 3.0 system
2202026-05-19T22:46:46.798Zwords vendor vendor american-english
2212026-05-19T22:46:46.798Zwords system system australian-english
2222026-05-19T22:46:46.798Zwords system system british-english
2232026-05-19T22:46:46.798Zwords system system canadian-english
2242026-05-19T22:46:46.798Zwords system system french
2252026-05-19T22:46:46.798Zwords system system italian
2262026-05-19T22:46:46.798Zwords system system ngerman
2272026-05-19T22:46:46.798Zwords system system ogerman
2282026-05-19T22:46:46.798Zwords system system spanish
2292026-05-19T22:46:47.055ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-19T22:46:47.055Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-19T22:46:47.330ZFMRI IFO
2322026-05-19T22:46:47.330Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-19T22:46:47.330Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-19T22:46:47.330Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-19T22:46:47.330Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-19T22:46:47.330Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-19T22:46:47.330Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-19T22:46:47.330Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-19T22:46:47.330Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-19T22:46:47.330Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-19T22:46:47.572Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-19T22:46:47.816Z Updating crates.io index
2432026-05-19T22:46:47.852Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-19T22:46:48.585Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-19T22:46:48.975Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-19T22:46:49.522Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-19T22:46:50.383Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-19T22:46:50.922Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-19T22:46:52.251Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-19T22:46:53.010Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-19T22:46:53.249Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-19T22:46:53.963Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-19T22:46:54.337Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-19T22:46:56.308Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-19T22:46:56.645Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-19T22:46:57.522Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-19T22:46:58.010Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-19T22:46:58.225Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-19T22:46:58.562Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-19T22:46:59.009Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-19T22:46:59.356Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-19T22:46:59.665Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-19T22:46:59.903Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-19T22:47:00.155Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-19T22:47:00.602Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-19T22:47:00.932Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-19T22:47:01.525Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-19T22:47:01.837Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-19T22:47:02.153Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-19T22:47:02.424Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-19T22:47:03.604Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-19T22:47:04.114Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-19T22:47:04.539Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-19T22:47:04.911Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-19T22:47:05.215Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-19T22:47:05.478Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-19T22:47:06.091Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-19T22:47:06.310Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-19T22:47:06.581Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-19T22:47:06.863Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-19T22:47:07.260Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-19T22:47:19.091Z Downloading crates ...
2832026-05-19T22:47:19.150Z Downloaded colorchoice v1.0.4
2842026-05-19T22:47:19.150Z Downloaded block-buffer v0.10.4
2852026-05-19T22:47:19.150Z Downloaded anyhow v1.0.102
2862026-05-19T22:47:19.150Z Downloaded cpufeatures v0.2.17
2872026-05-19T22:47:19.150Z Downloaded anstyle v1.0.13
2882026-05-19T22:47:19.150Z Downloaded textwrap v0.16.2
2892026-05-19T22:47:19.150Z Downloaded zerofrom v0.1.6
2902026-05-19T22:47:19.150Z Downloaded thiserror-impl v1.0.69
2912026-05-19T22:47:19.199Z Downloaded clap_lex v1.0.0
2922026-05-19T22:47:19.199Z Downloaded byteorder v1.5.0
2932026-05-19T22:47:19.199Z Downloaded bytecount v0.6.9
2942026-05-19T22:47:19.199Z Downloaded ucd-trie v0.1.7
2952026-05-19T22:47:19.199Z Downloaded yoke-derive v0.8.1
2962026-05-19T22:47:19.199Z Downloaded utf8_iter v1.0.4
2972026-05-19T22:47:19.199Z Downloaded usdt-attr-macro v0.5.0
2982026-05-19T22:47:19.200Z Downloaded zerofrom-derive v0.1.6
2992026-05-19T22:47:19.200Z Downloaded version_check v0.9.5
3002026-05-19T22:47:19.200Z Downloaded cfg-if v1.0.4
3012026-05-19T22:47:19.200Z Downloaded unicode-xid v0.2.6
3022026-05-19T22:47:19.200Z Downloaded autocfg v1.5.0
3032026-05-19T22:47:19.201Z Downloaded anstream v0.6.21
3042026-05-19T22:47:19.201Z Downloaded thread-id v4.2.2
3052026-05-19T22:47:19.201Z Downloaded toml_write v0.1.2
3062026-05-19T22:47:19.201Z Downloaded camino v1.2.2
3072026-05-19T22:47:19.201Z Downloaded utf8parse v0.2.2
3082026-05-19T22:47:19.201Z Downloaded is_terminal_polyfill v1.70.2
3092026-05-19T22:47:19.201Z Downloaded usdt v0.5.0
3102026-05-19T22:47:19.202Z Downloaded toml_datetime v0.6.11
3112026-05-19T22:47:19.202Z Downloaded idna_adapter v1.2.1
3122026-05-19T22:47:19.202Z Downloaded typeid v1.0.3
3132026-05-19T22:47:19.202Z Downloaded camino-tempfile v1.4.1
3142026-05-19T22:47:19.202Z Downloaded anstyle-parse v0.2.7
3152026-05-19T22:47:19.202Z Downloaded yoke v0.8.1
3162026-05-19T22:47:19.202Z Downloaded toml v0.8.23
3172026-05-19T22:47:19.202Z Downloaded thiserror v2.0.18
3182026-05-19T22:47:19.202Z Downloaded clap_derive v4.5.55
3192026-05-19T22:47:19.202Z Downloaded clap v4.5.60
3202026-05-19T22:47:19.202Z Downloaded zmij v1.0.21
3212026-05-19T22:47:19.202Z Downloaded zerocopy-derive v0.7.35
3222026-05-19T22:47:19.202Z Downloaded writeable v0.6.2
3232026-05-19T22:47:19.202Z Downloaded thiserror v1.0.69
3242026-05-19T22:47:19.259Z Downloaded thiserror-impl v2.0.18
3252026-05-19T22:47:19.259Z Downloaded errno v0.3.14
3262026-05-19T22:47:19.259Z Downloaded usdt-impl v0.5.0
3272026-05-19T22:47:19.259Z Downloaded serde_derive v1.0.228
3282026-05-19T22:47:19.259Z Downloaded fastrand v2.3.0
3292026-05-19T22:47:19.259Z Downloaded heck v0.5.0
3302026-05-19T22:47:19.259Z Downloaded form_urlencoded v1.2.2
3312026-05-19T22:47:19.259Z Downloaded cargo-platform v0.2.0
3322026-05-19T22:47:19.259Z Downloaded zerovec-derive v0.11.2
3332026-05-19T22:47:19.259Z Downloaded usdt-macro v0.5.0
3342026-05-19T22:47:19.259Z Downloaded unicode-linebreak v0.1.5
3352026-05-19T22:47:19.259Z Downloaded memmap v0.7.0
3362026-05-19T22:47:19.259Z Downloaded generic-array v0.14.7
3372026-05-19T22:47:19.259Z Downloaded unicode-ident v1.0.24
3382026-05-19T22:47:19.259Z Downloaded percent-encoding v2.3.2
3392026-05-19T22:47:19.259Z Downloaded macaddr v1.0.1
3402026-05-19T22:47:19.259Z Downloaded dof v0.3.0
3412026-05-19T22:47:19.259Z Downloaded typenum v1.19.0
3422026-05-19T22:47:19.259Z Downloaded zerotrie v0.2.3
3432026-05-19T22:47:19.260Z Downloaded toml_edit v0.22.27
3442026-05-19T22:47:19.260Z Downloaded tinystr v0.8.2
3452026-05-19T22:47:19.260Z Downloaded url v2.5.8
3462026-05-19T22:47:19.260Z Downloaded bitflags v2.11.0
3472026-05-19T22:47:19.260Z Downloaded anstyle-query v1.1.5
3482026-05-19T22:47:19.260Z Downloaded heck v0.4.1
3492026-05-19T22:47:19.260Z Downloaded serde-value v0.7.0
3502026-05-19T22:47:19.260Z Downloaded proc-macro-error-attr v1.0.4
3512026-05-19T22:47:19.260Z Downloaded smawk v0.3.2
3522026-05-19T22:47:19.260Z Downloaded cargo_toml v0.21.0
3532026-05-19T22:47:19.260Z Downloaded cargo_metadata v0.21.0
3542026-05-19T22:47:19.260Z Downloaded cargo-util-schemas v0.8.2
3552026-05-19T22:47:19.260Z Downloaded zerovec v0.11.5
3562026-05-19T22:47:19.260Z Downloaded pretty-hex v0.4.1
3572026-05-19T22:47:19.260Z Downloaded scroll_derive v0.12.1
3582026-05-19T22:47:19.261Z Downloaded ordered-float v2.10.1
3592026-05-19T22:47:19.261Z Downloaded itoa v1.0.17
3602026-05-19T22:47:19.261Z Downloaded equivalent v1.0.2
3612026-05-19T22:47:19.261Z Downloaded fnv v1.0.7
3622026-05-19T22:47:19.261Z Downloaded strsim v0.11.1
3632026-05-19T22:47:19.261Z Downloaded plain v0.2.3
3642026-05-19T22:47:19.261Z Downloaded zerocopy v0.7.35
3652026-05-19T22:47:19.261Z Downloaded terminal_size v0.4.3
3662026-05-19T22:47:19.261Z Downloaded winnow v0.7.14
3672026-05-19T22:47:19.303Z Downloaded fs-err v3.3.0
3682026-05-19T22:47:19.303Z Downloaded dtrace-parser v0.2.0
3692026-05-19T22:47:19.303Z Downloaded stable_deref_trait v1.2.1
3702026-05-19T22:47:19.303Z Downloaded unicode-width v0.2.0
3712026-05-19T22:47:19.303Z Downloaded unicode-width v0.1.14
3722026-05-19T22:47:19.303Z Downloaded potential_utf v0.1.4
3732026-05-19T22:47:19.303Z Downloaded crypto-common v0.1.7
3742026-05-19T22:47:19.303Z Downloaded serde_spanned v0.6.9
3752026-05-19T22:47:19.303Z Downloaded tabled_derive v0.7.0
3762026-05-19T22:47:19.303Z Downloaded pest_meta v2.8.6
3772026-05-19T22:47:19.303Z Downloaded synstructure v0.13.2
3782026-05-19T22:47:19.321Z Downloaded serde-untagged v0.1.9
3792026-05-19T22:47:19.321Z Downloaded serde_tokenstream v0.2.3
3802026-05-19T22:47:19.321Z Downloaded num-traits v0.2.19
3812026-05-19T22:47:19.321Z Downloaded scroll v0.12.0
3822026-05-19T22:47:19.321Z Downloaded quote v1.0.45
3832026-05-19T22:47:19.321Z Downloaded swrite v0.1.0
3842026-05-19T22:47:19.321Z Downloaded digest v0.10.7
3852026-05-19T22:47:19.321Z Downloaded proc-macro-error v1.0.4
3862026-05-19T22:47:19.321Z Downloaded erased-serde v0.4.9
3872026-05-19T22:47:19.321Z Downloaded smallvec v1.15.1
3882026-05-19T22:47:19.321Z Downloaded displaydoc v0.2.5
3892026-05-19T22:47:19.348Z Downloaded tempfile v3.25.0
3902026-05-19T22:47:19.348Z Downloaded semver v1.0.28
3912026-05-19T22:47:19.348Z Downloaded pest_generator v2.8.6
3922026-05-19T22:47:19.348Z Downloaded once_cell v1.21.3
3932026-05-19T22:47:19.348Z Downloaded log v0.4.29
3942026-05-19T22:47:19.348Z Downloaded icu_provider v2.1.1
3952026-05-19T22:47:19.348Z Downloaded sha2 v0.10.9
3962026-05-19T22:47:19.348Z Downloaded litemap v0.8.1
3972026-05-19T22:47:19.388Z Downloaded papergrid v0.11.0
3982026-05-19T22:47:19.388Z Downloaded memchr v2.8.0
3992026-05-19T22:47:19.389Z Downloaded getrandom v0.4.1
4002026-05-19T22:47:19.389Z Downloaded pest_derive v2.8.6
4012026-05-19T22:47:19.389Z Downloaded icu_properties v2.1.2
4022026-05-19T22:47:19.411Z Downloaded icu_locale_core v2.1.1
4032026-05-19T22:47:19.411Z Downloaded proc-macro2 v1.0.106
4042026-05-19T22:47:19.411Z Downloaded icu_normalizer v2.1.1
4052026-05-19T22:47:19.412Z Downloaded icu_normalizer_data v2.1.1
4062026-05-19T22:47:19.412Z Downloaded serde_core v1.0.228
4072026-05-19T22:47:19.412Z Downloaded serde v1.0.228
4082026-05-19T22:47:19.412Z Downloaded pest v2.8.6
4092026-05-19T22:47:19.412Z Downloaded indexmap v2.14.0
4102026-05-19T22:47:19.442Z Downloaded clap_builder v4.5.60
4112026-05-19T22:47:19.442Z Downloaded icu_collections v2.1.1
4122026-05-19T22:47:19.457Z Downloaded idna v1.1.0
4132026-05-19T22:47:19.457Z Downloaded hashbrown v0.17.0
4142026-05-19T22:47:19.457Z Downloaded serde_json v1.0.149
4152026-05-19T22:47:19.496Z Downloaded icu_properties_data v2.1.2
4162026-05-19T22:47:19.496Z Downloaded goblin v0.8.2
4172026-05-19T22:47:19.517Z Downloaded tabled v0.15.0
4182026-05-19T22:47:19.517Z Downloaded syn v1.0.109
4192026-05-19T22:47:19.548Z Downloaded syn v2.0.117
4202026-05-19T22:47:19.548Z Downloaded rustix v1.1.3
4212026-05-19T22:47:19.594Z Downloaded libc v0.2.185
4222026-05-19T22:47:19.628Z Compiling proc-macro2 v1.0.106
4232026-05-19T22:47:19.629Z Compiling unicode-ident v1.0.24
4242026-05-19T22:47:19.640Z Compiling quote v1.0.45
4252026-05-19T22:47:19.640Z Compiling serde_core v1.0.228
4262026-05-19T22:47:19.640Z Compiling libc v0.2.185
4272026-05-19T22:47:19.640Z Compiling version_check v0.9.5
4282026-05-19T22:47:19.640Z Compiling serde v1.0.228
4292026-05-19T22:47:19.641Z Compiling memchr v2.8.0
4302026-05-19T22:47:19.949Z Compiling stable_deref_trait v1.2.1
4312026-05-19T22:47:20.017Z Compiling zmij v1.0.21
4322026-05-19T22:47:20.131Z Compiling ucd-trie v0.1.7
4332026-05-19T22:47:20.230Z Compiling itoa v1.0.17
4342026-05-19T22:47:20.393Z Compiling thiserror v1.0.69
4352026-05-19T22:47:20.420Z Compiling autocfg v1.5.0
4362026-05-19T22:47:20.490Z Compiling pest v2.8.6
4372026-05-19T22:47:20.552Z Compiling litemap v0.8.1
4382026-05-19T22:47:20.591Z Compiling writeable v0.6.2
4392026-05-19T22:47:20.760Z Compiling icu_normalizer_data v2.1.1
4402026-05-19T22:47:20.844Z Compiling byteorder v1.5.0
4412026-05-19T22:47:20.941Z Compiling rustix v1.1.3
4422026-05-19T22:47:21.084Z Compiling syn v2.0.117
4432026-05-19T22:47:21.104Z Compiling icu_properties_data v2.1.2
4442026-05-19T22:47:21.164Z Compiling errno v0.3.14
4452026-05-19T22:47:21.180Z Compiling bitflags v2.11.0
4462026-05-19T22:47:21.325Z Compiling serde_json v1.0.149
4472026-05-19T22:47:21.546Z Compiling num-traits v0.2.19
4482026-05-19T22:47:21.593Z Compiling typeid v1.0.3
4492026-05-19T22:47:21.644Z Compiling pest_meta v2.8.6
4502026-05-19T22:47:21.736Z Compiling smallvec v1.15.1
4512026-05-19T22:47:21.773Z Compiling equivalent v1.0.2
4522026-05-19T22:47:21.871Z Compiling hashbrown v0.17.0
4532026-05-19T22:47:22.024Z Compiling thread-id v4.2.2
4542026-05-19T22:47:22.109Z Compiling usdt-impl v0.5.0
4552026-05-19T22:47:22.125Z Compiling proc-macro-error-attr v1.0.4
4562026-05-19T22:47:22.178Z Compiling erased-serde v0.4.9
4572026-05-19T22:47:22.319Z Compiling toml_write v0.1.2
4582026-05-19T22:47:22.332Z Compiling winnow v0.7.14
4592026-05-19T22:47:22.446Z Compiling indexmap v2.14.0
4602026-05-19T22:47:22.507Z Compiling syn v1.0.109
4612026-05-19T22:47:23.016Z Compiling proc-macro-error v1.0.4
4622026-05-19T22:47:23.099Z Compiling getrandom v0.4.1
4632026-05-19T22:47:23.202Z Compiling percent-encoding v2.3.2
4642026-05-19T22:47:23.248Z Compiling log v0.4.29
4652026-05-19T22:47:23.365Z Compiling plain v0.2.3
4662026-05-19T22:47:23.386Z Compiling utf8_iter v1.0.4
4672026-05-19T22:47:23.425Z Compiling camino v1.2.2
4682026-05-19T22:47:23.440Z Compiling utf8parse v0.2.2
4692026-05-19T22:47:23.478Z Compiling thiserror v2.0.18
4702026-05-19T22:47:23.522Z Compiling form_urlencoded v1.2.2
4712026-05-19T22:47:23.536Z Compiling anstyle-parse v0.2.7
4722026-05-19T22:47:23.553Z Compiling ordered-float v2.10.1
4732026-05-19T22:47:23.748Z Compiling synstructure v0.13.2
4742026-05-19T22:47:23.803Z Compiling pest_generator v2.8.6
4752026-05-19T22:47:23.876Z Compiling terminal_size v0.4.3
4762026-05-19T22:47:24.038Z Compiling colorchoice v1.0.4
4772026-05-19T22:47:24.157Z Compiling is_terminal_polyfill v1.70.2
4782026-05-19T22:47:24.183Z Compiling pretty-hex v0.4.1
4792026-05-19T22:47:24.228Z Compiling anstyle v1.0.13
4802026-05-19T22:47:24.250Z Compiling anstyle-query v1.1.5
4812026-05-19T22:47:24.272Z Compiling cfg-if v1.0.4
4822026-05-19T22:47:24.341Z Compiling serde-untagged v0.1.9
4832026-05-19T22:47:24.446Z Compiling anstream v0.6.21
4842026-05-19T22:47:24.462Z Compiling semver v1.0.28
4852026-05-19T22:47:24.513Z Compiling fs-err v3.3.0
4862026-05-19T22:47:24.599Z Compiling fastrand v2.3.0
4872026-05-19T22:47:24.699Z Compiling clap_lex v1.0.0
4882026-05-19T22:47:24.747Z Compiling once_cell v1.21.3
4892026-05-19T22:47:24.747Z Compiling anyhow v1.0.102
4902026-05-19T22:47:24.779Z Compiling strsim v0.11.1
4912026-05-19T22:47:24.900Z Compiling bytecount v0.6.9
4922026-05-19T22:47:24.981Z Compiling heck v0.4.1
4932026-05-19T22:47:25.009Z Compiling unicode-width v0.1.14
4942026-05-19T22:47:25.069Z Compiling unicode-xid v0.2.6
4952026-05-19T22:47:25.131Z Compiling fnv v1.0.7
4962026-05-19T22:47:25.196Z Compiling heck v0.5.0
4972026-05-19T22:47:25.233Z Compiling papergrid v0.11.0
4982026-05-19T22:47:25.251Z Compiling clap_builder v4.5.60
4992026-05-19T22:47:25.271Z Compiling tempfile v3.25.0
5002026-05-19T22:47:25.432Z Compiling memmap v0.7.0
5012026-05-19T22:47:25.448Z Compiling serde_derive v1.0.228
5022026-05-19T22:47:25.518Z Compiling zerofrom-derive v0.1.6
5032026-05-19T22:47:25.614Z Compiling yoke-derive v0.8.1
5042026-05-19T22:47:25.650Z Compiling zerovec-derive v0.11.2
5052026-05-19T22:47:25.859Z Compiling displaydoc v0.2.5
5062026-05-19T22:47:26.632Z Compiling thiserror-impl v1.0.69
5072026-05-19T22:47:26.651Z Compiling zerocopy-derive v0.7.35
5082026-05-19T22:47:26.799Z Compiling pest_derive v2.8.6
5092026-05-19T22:47:26.816Z Compiling scroll_derive v0.12.1
5102026-05-19T22:47:26.895Z Compiling zerofrom v0.1.6
5112026-05-19T22:47:27.029Z Compiling yoke v0.8.1
5122026-05-19T22:47:27.226Z Compiling zerovec v0.11.5
5132026-05-19T22:47:27.242Z Compiling zerotrie v0.2.3
5142026-05-19T22:47:27.484Z Compiling scroll v0.12.0
5152026-05-19T22:47:27.533Z Compiling zerocopy v0.7.35
5162026-05-19T22:47:27.552Z Compiling thiserror-impl v2.0.18
5172026-05-19T22:47:27.753Z Compiling tinystr v0.8.2
5182026-05-19T22:47:27.769Z Compiling potential_utf v0.1.4
5192026-05-19T22:47:27.945Z Compiling icu_locale_core v2.1.1
5202026-05-19T22:47:27.964Z Compiling icu_collections v2.1.1
5212026-05-19T22:47:28.021Z Compiling dtrace-parser v0.2.0
5222026-05-19T22:47:28.094Z Compiling goblin v0.8.2
5232026-05-19T22:47:28.315Z Compiling tabled_derive v0.7.0
5242026-05-19T22:47:28.489Z Compiling clap_derive v4.5.55
5252026-05-19T22:47:28.771Z Compiling icu_provider v2.1.1
5262026-05-19T22:47:28.831Z Compiling smawk v0.3.2
5272026-05-19T22:47:28.989Z Compiling toml_datetime v0.6.11
5282026-05-19T22:47:29.050Z Compiling serde_spanned v0.6.9
5292026-05-19T22:47:29.050Z Compiling dof v0.3.0
5302026-05-19T22:47:29.050Z Compiling serde_tokenstream v0.2.3
5312026-05-19T22:47:29.080Z Compiling icu_properties v2.1.2
5322026-05-19T22:47:29.118Z Compiling icu_normalizer v2.1.1
5332026-05-19T22:47:29.167Z Compiling toml_edit v0.22.27
5342026-05-19T22:47:29.378Z Compiling serde-value v0.7.0
5352026-05-19T22:47:29.420Z Compiling cargo-platform v0.2.0
5362026-05-19T22:47:29.675Z Compiling unicode-width v0.2.0
5372026-05-19T22:47:29.713Z Compiling unicode-linebreak v0.1.5
5382026-05-19T22:47:29.748Z Compiling tabled v0.15.0
5392026-05-19T22:47:29.883Z Compiling usdt-macro v0.5.0
5402026-05-19T22:47:29.961Z Compiling idna_adapter v1.2.1
5412026-05-19T22:47:29.961Z Compiling usdt-attr-macro v0.5.0
5422026-05-19T22:47:30.112Z Compiling idna v1.1.0
5432026-05-19T22:47:30.177Z Compiling textwrap v0.16.2
5442026-05-19T22:47:30.225Z Compiling clap v4.5.60
5452026-05-19T22:47:30.505Z Compiling url v2.5.8
5462026-05-19T22:47:30.653Z Compiling toml v0.8.23
5472026-05-19T22:47:30.666Z Compiling macaddr v1.0.1
5482026-05-19T22:47:31.025Z Compiling cargo-util-schemas v0.8.2
5492026-05-19T22:47:31.165Z Compiling usdt v0.5.0
5502026-05-19T22:47:31.245Z Compiling cargo_toml v0.21.0
5512026-05-19T22:47:31.254Z Compiling camino-tempfile v1.4.1
5522026-05-19T22:47:31.421Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-19T22:47:31.567Z Compiling swrite v0.1.0
5542026-05-19T22:47:32.028Z Compiling cargo_metadata v0.21.0
5552026-05-19T22:47:33.015Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-19T22:47:37.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.62s
5572026-05-19T22:47:37.595Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-19T22:47:37.595Z Downloading crates ...
5592026-05-19T22:47:37.595Z Downloaded adler2 v2.0.1
5602026-05-19T22:47:37.595Z Downloaded array-init v0.0.4
5612026-05-19T22:47:37.595Z Downloaded bzip2 v0.6.1
5622026-05-19T22:47:37.595Z Downloaded bitfield-macros v0.19.4
5632026-05-19T22:47:37.595Z Downloaded critical-section v1.2.0
5642026-05-19T22:47:37.595Z Downloaded crc8 v0.1.1
5652026-05-19T22:47:37.595Z Downloaded corncobs v0.1.4
5662026-05-19T22:47:37.595Z Downloaded clang-sys v1.8.1
5672026-05-19T22:47:37.595Z Downloaded cargo-platform v0.1.9
5682026-05-19T22:47:37.595Z Downloaded async-compression v0.4.41
5692026-05-19T22:47:37.595Z Downloaded crossbeam-channel v0.5.15
5702026-05-19T22:47:37.595Z Downloaded derive_more v0.99.20
5712026-05-19T22:47:37.595Z Downloaded fixedbitset v0.5.7
5722026-05-19T22:47:37.595Z Downloaded aead v0.5.2
5732026-05-19T22:47:37.596Z Downloaded crc32fast v1.5.0
5742026-05-19T22:47:37.596Z Downloaded derive-where v1.6.0
5752026-05-19T22:47:37.596Z Downloaded env_logger v0.11.9
5762026-05-19T22:47:37.596Z Downloaded diesel-dtrace v0.5.0
5772026-05-19T22:47:37.596Z Downloaded cmake v0.1.57
5782026-05-19T22:47:37.596Z Downloaded defmt-parser v1.0.0
5792026-05-19T22:47:37.596Z Downloaded debug-ignore v1.0.5
5802026-05-19T22:47:37.596Z Downloaded fallible-iterator v0.2.0
5812026-05-19T22:47:37.596Z Downloaded cassowary v0.3.0
5822026-05-19T22:47:37.596Z Downloaded atty v0.2.14
5832026-05-19T22:47:37.596Z Downloaded atomicwrites v0.4.4
5842026-05-19T22:47:37.596Z Downloaded arrayref v0.3.9
5852026-05-19T22:47:37.596Z Downloaded defmt-macros v1.0.1
5862026-05-19T22:47:37.596Z Downloaded enum-as-inner v0.6.1
5872026-05-19T22:47:37.596Z Downloaded des v0.8.1
5882026-05-19T22:47:37.596Z Downloaded crossbeam-deque v0.8.6
5892026-05-19T22:47:37.596Z Downloaded drift v0.1.4
5902026-05-19T22:47:37.596Z Downloaded ctr v0.9.2
5912026-05-19T22:47:37.596Z Downloaded crucible-workspace-hack v0.1.0
5922026-05-19T22:47:37.596Z Downloaded convert_case v0.4.0
5932026-05-19T22:47:37.596Z Downloaded base16ct v0.2.0
5942026-05-19T22:47:37.596Z Downloaded foreign-types-shared v0.3.1
5952026-05-19T22:47:37.596Z Downloaded ciborium-ll v0.2.2
5962026-05-19T22:47:37.596Z Downloaded castaway v0.2.4
5972026-05-19T22:47:37.596Z Downloaded embedded-io v0.4.0
5982026-05-19T22:47:37.596Z Downloaded async-stream v0.3.6
5992026-05-19T22:47:37.596Z Downloaded float-ord v0.3.2
6002026-05-19T22:47:37.596Z Downloaded endian-type v0.1.2
6012026-05-19T22:47:37.596Z Downloaded dsl_auto_type v0.2.0
6022026-05-19T22:47:37.596Z Downloaded fd-lock v4.0.4
6032026-05-19T22:47:37.596Z Downloaded camino-tempfile-ext v0.3.3
6042026-05-19T22:47:37.596Z Downloaded argon2 v0.5.3
6052026-05-19T22:47:37.596Z Downloaded document-features v0.2.12
6062026-05-19T22:47:37.596Z Downloaded darling_macro v0.23.0
6072026-05-19T22:47:37.597Z Downloaded diesel_table_macro_syntax v0.3.0
6082026-05-19T22:47:37.597Z Downloaded display-error-chain v0.2.2
6092026-05-19T22:47:37.597Z Downloaded dirs-sys-next v0.1.2
6102026-05-19T22:47:37.597Z Downloaded dirs-next v2.0.0
6112026-05-19T22:47:37.597Z Downloaded ahash v0.8.12
6122026-05-19T22:47:37.597Z Downloaded dtrace-parser v0.3.0
6132026-05-19T22:47:37.597Z Downloaded compression-core v0.4.31
6142026-05-19T22:47:37.597Z Downloaded curve25519-dalek-derive v0.1.1
6152026-05-19T22:47:37.597Z Downloaded crc-catalog v2.4.0
6162026-05-19T22:47:37.597Z Downloaded float-cmp v0.10.0
6172026-05-19T22:47:37.597Z Downloaded cstr-argument v0.1.2
6182026-05-19T22:47:37.597Z Downloaded downcast-rs v2.0.2
6192026-05-19T22:47:37.597Z Downloaded bit-set v0.5.3
6202026-05-19T22:47:37.597Z Downloaded darling_macro v0.21.3
6212026-05-19T22:47:37.597Z Downloaded darling_macro v0.20.11
6222026-05-19T22:47:37.597Z Downloaded ciborium-io v0.2.2
6232026-05-19T22:47:37.597Z Downloaded atomic-waker v1.1.2
6242026-05-19T22:47:37.597Z Downloaded dyn-clone v1.0.20
6252026-05-19T22:47:37.597Z Downloaded cfg_aliases v0.2.1
6262026-05-19T22:47:37.597Z Downloaded dof v0.4.0
6272026-05-19T22:47:37.597Z Downloaded difflib v0.4.0
6282026-05-19T22:47:37.597Z Downloaded deranged v0.5.8
6292026-05-19T22:47:37.597Z Downloaded data-encoding v2.10.0
6302026-05-19T22:47:37.597Z Downloaded cfg_aliases v0.1.1
6312026-05-19T22:47:37.597Z Downloaded crossbeam-epoch v0.9.18
6322026-05-19T22:47:37.597Z Downloaded dropshot-api-manager-types v0.7.1
6332026-05-19T22:47:37.597Z Downloaded block-padding v0.3.3
6342026-05-19T22:47:37.597Z Downloaded async-stream-impl v0.3.6
6352026-05-19T22:47:37.597Z Downloaded async-recursion v1.1.1
6362026-05-19T22:47:37.597Z Downloaded futures-sink v0.3.32
6372026-05-19T22:47:37.597Z Downloaded futures-task v0.3.32
6382026-05-19T22:47:37.597Z Downloaded funty v2.0.0
6392026-05-19T22:47:37.597Z Downloaded flagset v0.4.7
6402026-05-19T22:47:37.597Z Downloaded cpufeatures v0.3.0
6412026-05-19T22:47:37.598Z Downloaded ascii-canvas v3.0.0
6422026-05-19T22:47:37.598Z Downloaded defmt v0.3.100
6432026-05-19T22:47:37.598Z Downloaded embedded-io v0.6.1
6442026-05-19T22:47:37.598Z Downloaded crc v3.4.0
6452026-05-19T22:47:37.598Z Downloaded bit-set v0.8.0
6462026-05-19T22:47:37.598Z Downloaded bb8 v0.8.6
6472026-05-19T22:47:37.598Z Downloaded cipher v0.4.4
6482026-05-19T22:47:37.598Z Downloaded blowfish v0.9.1
6492026-05-19T22:47:37.598Z Downloaded arc-swap v1.8.2
6502026-05-19T22:47:37.598Z Downloaded ghash v0.5.1
6512026-05-19T22:47:37.598Z Downloaded futures-core v0.3.32
6522026-05-19T22:47:37.598Z Downloaded crunchy v0.2.4
6532026-05-19T22:47:37.598Z Downloaded fixedbitset v0.4.2
6542026-05-19T22:47:37.598Z Downloaded git-stub v1.0.0
6552026-05-19T22:47:37.598Z Downloaded bitfield-struct v0.6.2
6562026-05-19T22:47:37.598Z Downloaded futures-macro v0.3.32
6572026-05-19T22:47:37.635Z Downloaded dunce v1.0.5
6582026-05-19T22:47:37.635Z Downloaded foreign-types v0.5.0
6592026-05-19T22:47:37.635Z Downloaded cobs v0.3.0
6602026-05-19T22:47:37.635Z Downloaded assert_matches v1.5.0
6612026-05-19T22:47:37.635Z Downloaded find-msvc-tools v0.1.9
6622026-05-19T22:47:37.635Z Downloaded env_filter v1.0.0
6632026-05-19T22:47:37.635Z Downloaded foreign-types-shared v0.1.1
6642026-05-19T22:47:37.635Z Downloaded foldhash v0.2.0
6652026-05-19T22:47:37.635Z Downloaded either v1.15.0
6662026-05-19T22:47:37.635Z Downloaded ecdsa v0.16.9
6672026-05-19T22:47:37.635Z Downloaded foreign-types-macros v0.2.3
6682026-05-19T22:47:37.635Z Downloaded foreign-types v0.3.2
6692026-05-19T22:47:37.635Z Downloaded darling_core v0.20.11
6702026-05-19T22:47:37.635Z Downloaded csv-core v0.1.13
6712026-05-19T22:47:37.635Z Downloaded defmt v1.0.1
6722026-05-19T22:47:37.635Z Downloaded derive-ex v0.1.8
6732026-05-19T22:47:37.635Z Downloaded darling_core v0.21.3
6742026-05-19T22:47:37.635Z Downloaded convert_case v0.10.0
6752026-05-19T22:47:37.635Z Downloaded cbc v0.1.2
6762026-05-19T22:47:37.635Z Downloaded hash32 v0.2.1
6772026-05-19T22:47:37.635Z Downloaded hex-literal v0.4.1
6782026-05-19T22:47:37.635Z Downloaded console v0.15.11
6792026-05-19T22:47:37.635Z Downloaded allocator-api2 v0.2.21
6802026-05-19T22:47:37.635Z Downloaded headers-core v0.3.0
6812026-05-19T22:47:37.635Z Downloaded cancel-safe-futures v0.1.5
6822026-05-19T22:47:37.635Z Downloaded hostname v0.3.1
6832026-05-19T22:47:37.636Z Downloaded gethostname v0.5.0
6842026-05-19T22:47:37.636Z Downloaded http-range v0.1.5
6852026-05-19T22:47:37.636Z Downloaded flate2 v1.1.9
6862026-05-19T22:47:37.636Z Downloaded globwalk v0.9.1
6872026-05-19T22:47:37.636Z Downloaded ff v0.13.1
6882026-05-19T22:47:37.636Z Downloaded hash32 v0.3.1
6892026-05-19T22:47:37.636Z Downloaded derive_builder_core v0.20.2
6902026-05-19T22:47:37.636Z Downloaded filetime v0.2.27
6912026-05-19T22:47:37.636Z Downloaded ena v0.14.4
6922026-05-19T22:47:37.636Z Downloaded ed25519 v2.2.3
6932026-05-19T22:47:37.636Z Downloaded derive_builder_macro v0.20.2
6942026-05-19T22:47:37.636Z Downloaded byte-wrapper v0.1.0
6952026-05-19T22:47:37.636Z Downloaded hubpack v0.1.2
6962026-05-19T22:47:37.636Z Downloaded httpdate v1.0.3
6972026-05-19T22:47:37.636Z Downloaded bitfield v0.19.4
6982026-05-19T22:47:37.636Z Downloaded illumos-nvpair v0.3.0
6992026-05-19T22:47:37.636Z Downloaded glob v0.3.3
7002026-05-19T22:47:37.636Z Downloaded daft v0.1.7
7012026-05-19T22:47:37.636Z Downloaded indent_write v2.2.0
7022026-05-19T22:47:37.636Z Downloaded base64ct v1.8.3
7032026-05-19T22:47:37.636Z Downloaded futures-executor v0.3.32
7042026-05-19T22:47:37.636Z Downloaded erased-serde v0.3.31
7052026-05-19T22:47:37.636Z Downloaded derive_builder v0.20.2
7062026-05-19T22:47:37.636Z Downloaded illumos-nvpair-sys v0.2.0
7072026-05-19T22:47:37.636Z Downloaded inout v0.1.4
7082026-05-19T22:47:37.636Z Downloaded indoc v1.0.9
7092026-05-19T22:47:37.636Z Downloaded hubpack_derive v0.1.1
7102026-05-19T22:47:37.636Z Downloaded chacha20 v0.9.1
7112026-05-19T22:47:37.636Z Downloaded constant_time_eq v0.4.2
7122026-05-19T22:47:37.636Z Downloaded bcs v0.1.6
7132026-05-19T22:47:37.636Z Downloaded hyper-tls v0.6.0
7142026-05-19T22:47:37.636Z Downloaded diff v0.1.13
7152026-05-19T22:47:37.636Z Downloaded fs-err v2.11.0
7162026-05-19T22:47:37.636Z Downloaded instant v0.1.13
7172026-05-19T22:47:37.636Z Downloaded globset v0.4.18
7182026-05-19T22:47:37.636Z Downloaded ar_archive_writer v0.5.1
7192026-05-19T22:47:37.637Z Downloaded hostname v0.4.2
7202026-05-19T22:47:37.637Z Downloaded ident_case v1.0.1
7212026-05-19T22:47:37.637Z Downloaded hex v0.4.3
7222026-05-19T22:47:37.637Z Downloaded const_format_proc_macros v0.2.34
7232026-05-19T22:47:37.637Z Downloaded colored v3.1.1
7242026-05-19T22:47:37.637Z Downloaded highway v1.3.0
7252026-05-19T22:47:37.637Z Downloaded is_ci v1.2.0
7262026-05-19T22:47:37.637Z Downloaded is-terminal v0.4.17
7272026-05-19T22:47:37.637Z Downloaded instability v0.3.11
7282026-05-19T22:47:37.637Z Downloaded darling v0.23.0
7292026-05-19T22:47:37.637Z Downloaded foldhash v0.1.5
7302026-05-19T22:47:37.637Z Downloaded cookie_store v0.22.1
7312026-05-19T22:47:37.637Z Downloaded bzip2 v0.4.4
7322026-05-19T22:47:37.637Z Downloaded crypto-bigint v0.5.5
7332026-05-19T22:47:37.637Z Downloaded darling v0.21.3
7342026-05-19T22:47:37.637Z Downloaded group v0.13.0
7352026-05-19T22:47:37.637Z Downloaded darling v0.20.11
7362026-05-19T22:47:37.637Z Downloaded humantime v2.3.0
7372026-05-19T22:47:37.637Z Downloaded internet-checksum v0.2.1
7382026-05-19T22:47:37.637Z Downloaded crossbeam-utils v0.8.21
7392026-05-19T22:47:37.637Z Downloaded kstat-rs v0.2.4
7402026-05-19T22:47:37.637Z Downloaded keccak v0.1.6
7412026-05-19T22:47:37.637Z Downloaded der_derive v0.7.3
7422026-05-19T22:47:37.637Z Downloaded bitflags v1.3.2
7432026-05-19T22:47:37.637Z Downloaded hyper-staticfile v0.10.1
7442026-05-19T22:47:37.637Z Downloaded lazy_static v1.5.0
7452026-05-19T22:47:37.637Z Downloaded impl-trait-for-tuples v0.2.3
7462026-05-19T22:47:37.637Z Downloaded elliptic-curve v0.13.8
7472026-05-19T22:47:37.637Z Downloaded cookie v0.18.1
7482026-05-19T22:47:37.637Z Downloaded half v1.8.3
7492026-05-19T22:47:37.637Z Downloaded memoffset v0.9.1
7502026-05-19T22:47:37.638Z Downloaded maybe-uninit v2.0.0
7512026-05-19T22:47:37.638Z Downloaded lru-slab v0.1.2
7522026-05-19T22:47:37.638Z Downloaded lru-cache v0.1.2
7532026-05-19T22:47:37.638Z Downloaded ingot-types v0.1.2
7542026-05-19T22:47:37.638Z Downloaded ingot v0.1.1
7552026-05-19T22:47:37.638Z Downloaded buf-list v1.1.2
7562026-05-19T22:47:37.638Z Downloaded multimap v0.10.1
7572026-05-19T22:47:37.718Z Downloaded lru v0.12.5
7582026-05-19T22:47:37.718Z Downloaded linked-hash-map v0.5.6
7592026-05-19T22:47:37.718Z Downloaded libscf-sys v1.1.0
7602026-05-19T22:47:37.718Z Downloaded mime v0.3.17
7612026-05-19T22:47:37.719Z Downloaded cexpr v0.6.0
7622026-05-19T22:47:37.719Z Downloaded blake2 v0.10.6
7632026-05-19T22:47:37.719Z Downloaded backon v1.6.0
7642026-05-19T22:47:37.719Z Downloaded md-5 v0.10.6
7652026-05-19T22:47:37.719Z Downloaded match_cfg v0.1.0
7662026-05-19T22:47:37.719Z Downloaded maplit v1.0.2
7672026-05-19T22:47:37.720Z Downloaded managed v0.8.0
7682026-05-19T22:47:37.720Z Downloaded arrayvec v0.7.6
7692026-05-19T22:47:37.720Z Downloaded jobserver v0.1.34
7702026-05-19T22:47:37.720Z Downloaded nibble_vec v0.1.0
7712026-05-19T22:47:37.720Z Downloaded futures-channel v0.3.32
7722026-05-19T22:47:37.721Z Downloaded crc-any v2.5.0
7732026-05-19T22:47:37.721Z Downloaded ciborium v0.2.2
7742026-05-19T22:47:37.721Z Downloaded num-conv v0.2.0
7752026-05-19T22:47:37.722Z Downloaded num v0.4.3
7762026-05-19T22:47:37.722Z Downloaded normalize-line-endings v0.3.0
7772026-05-19T22:47:37.722Z Downloaded libefi-sys v0.1.0
7782026-05-19T22:47:37.722Z Downloaded async-bb8-diesel v0.2.1
7792026-05-19T22:47:37.722Z Downloaded newtype_derive v0.1.6
7802026-05-19T22:47:37.722Z Downloaded newline-converter v0.3.0
7812026-05-19T22:47:37.722Z Downloaded new_debug_unreachable v1.0.6
7822026-05-19T22:47:37.722Z Downloaded newtype-uuid-macros v0.1.0
7832026-05-19T22:47:37.723Z Downloaded fs_extra v1.3.0
7842026-05-19T22:47:37.723Z Downloaded git-stub-vcs v0.1.0
7852026-05-19T22:47:37.723Z Downloaded dropshot_endpoint v0.17.0
7862026-05-19T22:47:37.723Z Downloaded fatfs v0.3.6
7872026-05-19T22:47:37.724Z Downloaded http-body-util v0.1.3
7882026-05-19T22:47:37.724Z Downloaded nodrop v0.1.14
7892026-05-19T22:47:37.724Z Downloaded console v0.16.2
7902026-05-19T22:47:37.724Z Downloaded compact_str v0.8.1
7912026-05-19T22:47:37.724Z Downloaded num-iter v0.1.45
7922026-05-19T22:47:37.724Z Downloaded num_enum_derive v0.5.11
7932026-05-19T22:47:37.724Z Downloaded num-derive v0.3.3
7942026-05-19T22:47:37.724Z Downloaded getrandom v0.2.17
7952026-05-19T22:47:37.725Z Downloaded linear-map v1.2.0
7962026-05-19T22:47:37.725Z Downloaded libsw-core v0.3.2
7972026-05-19T22:47:37.725Z Downloaded darling_core v0.23.0
7982026-05-19T22:47:37.725Z Downloaded openssl-probe v0.2.1
7992026-05-19T22:47:37.725Z Downloaded openssl-macros v0.1.1
8002026-05-19T22:47:37.725Z Downloaded ipnet v2.11.0
8012026-05-19T22:47:37.725Z Downloaded ingot-macros v0.1.1
8022026-05-19T22:47:37.725Z Downloaded opaque-debug v0.3.1
8032026-05-19T22:47:37.726Z Downloaded num_threads v0.1.7
8042026-05-19T22:47:37.726Z Downloaded mime_guess v2.0.5
8052026-05-19T22:47:37.726Z Downloaded md5 v0.7.0
8062026-05-19T22:47:37.726Z Downloaded olpc-cjson v0.1.4
8072026-05-19T22:47:37.726Z Downloaded nonempty v0.12.0
8082026-05-19T22:47:37.726Z Downloaded chacha20 v0.10.0
8092026-05-19T22:47:37.726Z Downloaded openssl-probe v0.1.6
8102026-05-19T22:47:37.726Z Downloaded nanorand v0.7.0
8112026-05-19T22:47:37.727Z Downloaded multer v3.1.0
8122026-05-19T22:47:37.727Z Downloaded hmac v0.12.1
8132026-05-19T22:47:37.727Z Downloaded dropshot_endpoint v0.16.7
8142026-05-19T22:47:37.727Z Downloaded const-oid v0.9.6
8152026-05-19T22:47:37.727Z Downloaded colored v2.2.0
8162026-05-19T22:47:37.727Z Downloaded ipnetwork v0.21.1
8172026-05-19T22:47:37.727Z Downloaded backoff v0.4.0
8182026-05-19T22:47:37.727Z Downloaded native-tls v0.2.18
8192026-05-19T22:47:37.727Z Downloaded lalrpop-util v0.19.12
8202026-05-19T22:47:37.727Z Downloaded bit-vec v0.8.0
8212026-05-19T22:47:37.727Z Downloaded oso-derive v0.27.3
8222026-05-19T22:47:37.728Z Downloaded lzss v0.8.2
8232026-05-19T22:47:37.728Z Downloaded async-trait v0.1.89
8242026-05-19T22:47:37.728Z Downloaded parse-size v1.1.0
8252026-05-19T22:47:37.728Z Downloaded bcrypt-pbkdf v0.10.0
8262026-05-19T22:47:37.728Z Downloaded hyper-rustls v0.27.7
8272026-05-19T22:47:37.728Z Downloaded pbkdf2 v0.11.0
8282026-05-19T22:47:37.728Z Downloaded path-slash v0.1.5
8292026-05-19T22:47:37.728Z Downloaded nu-ansi-term v0.50.3
8302026-05-19T22:47:37.728Z Downloaded chacha20poly1305 v0.10.1
8312026-05-19T22:47:37.728Z Downloaded http-body v1.0.1
8322026-05-19T22:47:37.728Z Downloaded home v0.5.12
8332026-05-19T22:47:37.728Z Downloaded crossterm v0.28.1
8342026-05-19T22:47:37.728Z Downloaded indoc v2.0.7
8352026-05-19T22:47:37.728Z Downloaded futures v0.3.32
8362026-05-19T22:47:37.728Z Downloaded libloading v0.8.9
8372026-05-19T22:47:37.728Z Downloaded num-rational v0.4.2
8382026-05-19T22:47:37.728Z Downloaded parse-display v0.10.0
8392026-05-19T22:47:37.729Z Downloaded newtype-uuid v1.3.2
8402026-05-19T22:47:37.729Z Downloaded num-derive v0.4.2
8412026-05-19T22:47:37.729Z Downloaded phf_shared v0.13.1
8422026-05-19T22:47:37.729Z Downloaded phf_shared v0.12.1
8432026-05-19T22:47:37.729Z Downloaded phf_shared v0.11.3
8442026-05-19T22:47:37.729Z Downloaded peg-runtime v0.8.5
8452026-05-19T22:47:37.729Z Downloaded pbkdf2 v0.12.2
8462026-05-19T22:47:37.729Z Downloaded num_enum v0.5.11
8472026-05-19T22:47:37.729Z Downloaded precomputed-hash v0.1.1
8482026-05-19T22:47:37.729Z Downloaded powerfmt v0.2.0
8492026-05-19T22:47:37.729Z Downloaded num_enum_derive v0.7.5
8502026-05-19T22:47:37.729Z Downloaded num_enum v0.7.5
8512026-05-19T22:47:37.729Z Downloaded oxide-tokio-rt v0.1.4
8522026-05-19T22:47:37.729Z Downloaded progenitor-client v0.11.2
8532026-05-19T22:47:37.729Z Downloaded heapless v0.8.0
8542026-05-19T22:47:37.729Z Downloaded heapless v0.7.17
8552026-05-19T22:47:37.729Z Downloaded headers v0.4.1
8562026-05-19T22:47:37.729Z Downloaded predicates-tree v1.0.13
8572026-05-19T22:47:37.745Z Downloaded const_format v0.2.35
8582026-05-19T22:47:37.745Z Downloaded phf v0.12.1
8592026-05-19T22:47:37.745Z Downloaded pem v3.0.6
8602026-05-19T22:47:37.746Z Downloaded bytes v1.11.1
8612026-05-19T22:47:37.746Z Downloaded password-hash v0.4.2
8622026-05-19T22:47:37.746Z Downloaded progenitor-client v0.14.0
8632026-05-19T22:47:37.746Z Downloaded progenitor-client v0.10.0
8642026-05-19T22:47:37.746Z Downloaded predicates-core v1.0.10
8652026-05-19T22:47:37.746Z Downloaded proc-macro-crate v1.3.1
8662026-05-19T22:47:37.746Z Downloaded litrs v1.0.0
8672026-05-19T22:47:37.746Z Downloaded pin-utils v0.1.0
8682026-05-19T22:47:37.746Z Downloaded packed_struct_codegen v0.10.1
8692026-05-19T22:47:37.746Z Downloaded packed_struct v0.10.1
8702026-05-19T22:47:37.746Z Downloaded proc-macro-error-attr2 v2.0.0
8712026-05-19T22:47:37.746Z Downloaded owo-colors v4.3.0
8722026-05-19T22:47:37.746Z Downloaded oxnet v0.1.4
8732026-05-19T22:47:37.746Z Downloaded libsw v3.5.0
8742026-05-19T22:47:37.746Z Downloaded psl-types v2.0.11
8752026-05-19T22:47:37.746Z Downloaded httparse v1.10.1
8762026-05-19T22:47:37.746Z Downloaded aes v0.8.4
8772026-05-19T22:47:37.747Z Downloaded indexmap v1.9.3
8782026-05-19T22:47:37.747Z Downloaded ignore v0.4.25
8792026-05-19T22:47:37.747Z Downloaded parking_lot_core v0.8.6
8802026-05-19T22:47:37.747Z Downloaded diesel_derives v2.3.7
8812026-05-19T22:47:37.747Z Downloaded polyval v0.6.2
8822026-05-19T22:47:37.747Z Downloaded pkg-config v0.3.32
8832026-05-19T22:47:37.747Z Downloaded peg-macros v0.8.5
8842026-05-19T22:47:37.747Z Downloaded password-hash v0.5.0
8852026-05-19T22:47:37.747Z Downloaded radium v0.7.0
8862026-05-19T22:47:37.747Z Downloaded predicates v3.1.4
8872026-05-19T22:47:37.747Z Downloaded progenitor-macro v0.11.2
8882026-05-19T22:47:37.747Z Downloaded ppv-lite86 v0.2.21
8892026-05-19T22:47:37.747Z Downloaded rand_xorshift v0.4.0
8902026-05-19T22:47:37.747Z Downloaded peg v0.8.5
8912026-05-19T22:47:37.747Z Downloaded rand_chacha v0.3.1
8922026-05-19T22:47:37.747Z Downloaded progenitor-macro v0.13.0
8932026-05-19T22:47:37.747Z Downloaded paste v1.0.15
8942026-05-19T22:47:37.747Z Downloaded half v2.7.1
8952026-05-19T22:47:37.747Z Downloaded progenitor-macro v0.14.0
8962026-05-19T22:47:37.747Z Downloaded pin-project-internal v1.1.11
8972026-05-19T22:47:37.747Z Downloaded progenitor-macro v0.10.0
8982026-05-19T22:47:37.747Z Downloaded pem-rfc7468 v0.7.0
8992026-05-19T22:47:37.747Z Downloaded libbz2-rs-sys v0.2.2
9002026-05-19T22:47:37.748Z Downloaded progenitor-extras v0.2.0
9012026-05-19T22:47:37.748Z Downloaded ref-cast-impl v1.0.25
9022026-05-19T22:47:37.748Z Downloaded quick-error v1.2.3
9032026-05-19T22:47:37.748Z Downloaded progenitor v0.11.2
9042026-05-19T22:47:37.748Z Downloaded pkcs8 v0.10.2
9052026-05-19T22:47:37.748Z Downloaded parking_lot v0.11.2
9062026-05-19T22:47:37.748Z Downloaded rfc6979 v0.4.0
9072026-05-19T22:47:37.748Z Downloaded num-integer v0.1.46
9082026-05-19T22:47:37.748Z Downloaded memmap2 v0.9.10
9092026-05-19T22:47:37.748Z Downloaded lock_api v0.4.14
9102026-05-19T22:47:37.748Z Downloaded getrandom v0.3.4
9112026-05-19T22:47:37.748Z Downloaded postgres-protocol v0.6.10
9122026-05-19T22:47:37.748Z Downloaded der v0.7.10
9132026-05-19T22:47:37.748Z Downloaded base64 v0.21.7
9142026-05-19T22:47:37.748Z Downloaded rustc-hash v2.1.1
9152026-05-19T22:47:37.748Z Downloaded russh-cryptovec v0.7.3
9162026-05-19T22:47:37.748Z Downloaded rtoolbox v0.0.3
9172026-05-19T22:47:37.748Z Downloaded ed25519-dalek v2.2.0
9182026-05-19T22:47:37.748Z Downloaded derive_more v2.1.1
9192026-05-19T22:47:37.748Z Downloaded ref-cast v1.0.25
9202026-05-19T22:47:37.749Z Downloaded recursive-proc-macro-impl v0.1.1
9212026-05-19T22:47:37.749Z Downloaded proc-macro-crate v3.4.0
9222026-05-19T22:47:37.749Z Downloaded indicatif v0.18.4
9232026-05-19T22:47:37.749Z Downloaded progenitor v0.13.0
9242026-05-19T22:47:37.749Z Downloaded progenitor v0.10.0
9252026-05-19T22:47:37.749Z Downloaded num-complex v0.4.6
9262026-05-19T22:47:37.749Z Downloaded cc v1.2.56
9272026-05-19T22:47:37.749Z Downloaded base64 v0.22.1
9282026-05-19T22:47:37.749Z Downloaded poly1305 v0.8.0
9292026-05-19T22:47:37.749Z Downloaded recursive v0.1.1
9302026-05-19T22:47:37.749Z Downloaded iana-time-zone v0.1.65
9312026-05-19T22:47:37.749Z Downloaded flume v0.11.1
9322026-05-19T22:47:37.749Z Downloaded daft-derive v0.1.7
9332026-05-19T22:47:37.749Z Downloaded rustc_version v0.1.7
9342026-05-19T22:47:37.749Z Downloaded rand_seeder v0.4.0
9352026-05-19T22:47:37.749Z Downloaded parking_lot v0.12.5
9362026-05-19T22:47:37.750Z Downloaded rand_core v0.9.5
9372026-05-19T22:47:37.750Z Downloaded progenitor-client v0.13.0
9382026-05-19T22:47:37.750Z Downloaded parking_lot_core v0.9.12
9392026-05-19T22:47:37.750Z Downloaded rustc_version v0.4.1
9402026-05-19T22:47:37.750Z Downloaded miniz_oxide v0.8.9
9412026-05-19T22:47:37.750Z Downloaded primeorder v0.13.6
9422026-05-19T22:47:37.750Z Downloaded parse-display-derive v0.10.0
9432026-05-19T22:47:37.750Z Downloaded oso v0.27.3
9442026-05-19T22:47:37.750Z Downloaded progenitor v0.14.0
9452026-05-19T22:47:37.750Z Downloaded fxhash v0.2.1
9462026-05-19T22:47:37.750Z Downloaded futures-io v0.3.32
9472026-05-19T22:47:37.750Z Downloaded compression-codecs v0.4.37
9482026-05-19T22:47:37.750Z Downloaded cargo_metadata v0.19.2
9492026-05-19T22:47:37.750Z Downloaded bit-vec v0.6.3
9502026-05-19T22:47:37.750Z Downloaded salsa20 v0.10.2
9512026-05-19T22:47:37.750Z Downloaded scrypt v0.11.0
9522026-05-19T22:47:37.750Z Downloaded scroll_derive v0.13.1
9532026-05-19T22:47:37.750Z Downloaded hickory-resolver v0.25.2
9542026-05-19T22:47:37.750Z Downloaded pkcs1 v0.7.5
9552026-05-19T22:47:37.750Z Downloaded postcard v1.1.3
9562026-05-19T22:47:37.750Z Downloaded derive_more-impl v2.1.1
9572026-05-19T22:47:37.759Z Downloaded pkcs5 v0.7.1
9582026-05-19T22:47:37.759Z Downloaded semver v0.1.20
9592026-05-19T22:47:37.759Z Downloaded scheduled-thread-pool v0.2.7
9602026-05-19T22:47:37.760Z Downloaded resolv-conf v0.7.6
9612026-05-19T22:47:37.760Z Downloaded same-file v1.0.6
9622026-05-19T22:47:37.760Z Downloaded psm v0.1.30
9632026-05-19T22:47:37.760Z Downloaded sapling-renderdag v0.1.0
9642026-05-19T22:47:37.760Z Downloaded omicron-zone-package v0.12.2
9652026-05-19T22:47:37.760Z Downloaded pin-project-lite v0.2.17
9662026-05-19T22:47:37.760Z Downloaded seq-macro v0.3.6
9672026-05-19T22:47:37.760Z Downloaded rand_core v0.10.0
9682026-05-19T22:47:37.760Z Downloaded bumpalo v3.20.2
9692026-05-19T22:47:37.760Z Downloaded rand_core v0.6.4
9702026-05-19T22:47:37.760Z Downloaded postgres-types v0.2.12
9712026-05-19T22:47:37.760Z Downloaded r2d2 v0.8.10
9722026-05-19T22:47:37.760Z Downloaded expectorate v1.2.0
9732026-05-19T22:47:37.761Z Downloaded phf v0.13.1
9742026-05-19T22:47:37.761Z Downloaded hickory-resolver v0.24.4
9752026-05-19T22:47:37.761Z Downloaded serde-big-array v0.5.1
9762026-05-19T22:47:37.761Z Downloaded secrecy v0.8.0
9772026-05-19T22:47:37.761Z Downloaded serde_plain v1.0.2
9782026-05-19T22:47:37.761Z Downloaded secrecy v0.10.3
9792026-05-19T22:47:37.761Z Downloaded scopeguard v1.2.0
9802026-05-19T22:47:37.761Z Downloaded serde_spanned v1.0.4
9812026-05-19T22:47:37.762Z Downloaded rustls-pemfile v2.2.0
9822026-05-19T22:47:37.762Z Downloaded sha1 v0.10.6
9832026-05-19T22:47:37.762Z Downloaded proc-macro-error2 v2.0.1
9842026-05-19T22:47:37.762Z Downloaded p256 v0.13.2
9852026-05-19T22:47:37.762Z Downloaded hashbrown v0.13.2
9862026-05-19T22:47:37.762Z Downloaded papergrid v0.17.0
9872026-05-19T22:47:37.762Z Downloaded hickory-server v0.25.2
9882026-05-19T22:47:37.762Z Downloaded serde_bytes v0.11.19
9892026-05-19T22:47:37.762Z Downloaded rustversion v1.0.22
9902026-05-19T22:47:37.762Z Downloaded signal-hook-mio v0.2.5
9912026-05-19T22:47:37.762Z Downloaded serde_urlencoded v0.7.1
9922026-05-19T22:47:37.762Z Downloaded shell-words v1.1.1
9932026-05-19T22:47:37.762Z Downloaded dropshot-api-manager v0.7.1
9942026-05-19T22:47:37.762Z Downloaded pin-project v1.1.11
9952026-05-19T22:47:37.763Z Downloaded siphasher v1.0.2
9962026-05-19T22:47:37.763Z Downloaded jiff-static v0.2.21
9972026-05-19T22:47:37.763Z Downloaded http v1.4.0
9982026-05-19T22:47:37.763Z Downloaded signature v2.2.0
9992026-05-19T22:47:37.763Z Downloaded russh-keys v0.45.0
10002026-05-19T22:47:37.763Z Downloaded quinn-udp v0.5.14
10012026-05-19T22:47:37.763Z Downloaded rand_chacha v0.9.0
10022026-05-19T22:47:37.763Z Downloaded crossterm v0.29.0
10032026-05-19T22:47:37.763Z Downloaded sigpipe v0.1.3
10042026-05-19T22:47:37.764Z Downloaded signal-hook-tokio v0.3.1
10052026-05-19T22:47:37.764Z Downloaded serde_path_to_error v0.1.20
10062026-05-19T22:47:37.764Z Downloaded prettyplease v0.2.37
10072026-05-19T22:47:37.764Z Downloaded slog-bunyan v2.5.0
10082026-05-19T22:47:37.764Z Downloaded schemars_derive v0.8.22
10092026-05-19T22:47:37.764Z Downloaded serde_derive_internals v0.29.1
10102026-05-19T22:47:37.764Z Downloaded rustls-pemfile v1.0.4
10112026-05-19T22:47:37.764Z Downloaded openssl-sys v0.9.115
10122026-05-19T22:47:37.764Z Downloaded prefix-trie v0.7.0
10132026-05-19T22:47:37.764Z Downloaded ssh-cipher v0.2.0
10142026-05-19T22:47:37.764Z Downloaded slog-envlogger v2.2.0
10152026-05-19T22:47:37.764Z Downloaded rusty-fork v0.3.1
10162026-05-19T22:47:37.764Z Downloaded sct v0.7.1
10172026-05-19T22:47:37.764Z Downloaded mio v1.2.0
10182026-05-19T22:47:37.764Z Downloaded itertools v0.10.5
10192026-05-19T22:47:37.764Z Downloaded aes-gcm v0.10.3
10202026-05-19T22:47:37.764Z Downloaded sec1 v0.7.3
10212026-05-19T22:47:37.765Z Downloaded serde_repr v0.1.20
10222026-05-19T22:47:37.765Z Downloaded serde-hex v0.1.0
10232026-05-19T22:47:37.765Z Downloaded structmeta v0.3.0
10242026-05-19T22:47:37.765Z Downloaded progenitor-impl v0.14.0
10252026-05-19T22:47:37.765Z Downloaded progenitor-impl v0.11.2
10262026-05-19T22:47:37.765Z Downloaded scroll v0.13.0
10272026-05-19T22:47:37.765Z Downloaded progenitor-impl v0.10.0
10282026-05-19T22:47:37.765Z Downloaded rustls-native-certs v0.8.3
10292026-05-19T22:47:37.765Z Downloaded sqlparser_derive v0.5.0
10302026-05-19T22:47:37.765Z Downloaded ssh-encoding v0.2.0
10312026-05-19T22:47:37.765Z Downloaded subtle v2.6.1
10322026-05-19T22:47:37.765Z Downloaded strip-ansi-escapes v0.2.1
10332026-05-19T22:47:37.765Z Downloaded sync-ptr v0.1.4
10342026-05-19T22:47:37.765Z Downloaded strum v0.27.2
10352026-05-19T22:47:37.765Z Downloaded strum v0.26.3
10362026-05-19T22:47:37.765Z Downloaded structmeta-derive v0.3.0
10372026-05-19T22:47:37.765Z Downloaded slab v0.4.12
10382026-05-19T22:47:37.765Z Downloaded shlex v1.3.0
10392026-05-19T22:47:37.765Z Downloaded rustls-pki-types v1.14.0
10402026-05-19T22:47:37.765Z Downloaded slog-json v2.6.1
10412026-05-19T22:47:37.765Z Downloaded sync_wrapper v1.0.2
10422026-05-19T22:47:37.765Z Downloaded tagptr v0.2.0
10432026-05-19T22:47:37.765Z Downloaded slog-scope v4.4.1
10442026-05-19T22:47:37.766Z Downloaded serde_cbor v0.11.2
10452026-05-19T22:47:37.766Z Downloaded smf v0.2.3
10462026-05-19T22:47:37.766Z Downloaded slog-stdlog v4.1.1
10472026-05-19T22:47:37.766Z Downloaded tabwriter v1.4.1
10482026-05-19T22:47:37.766Z Downloaded tabled_derive v0.11.0
10492026-05-19T22:47:37.766Z Downloaded signal-hook-registry v1.4.8
10502026-05-19T22:47:37.766Z Downloaded supports-color v3.0.2
10512026-05-19T22:47:37.766Z Downloaded spki v0.7.3
10522026-05-19T22:47:37.766Z Downloaded hashbrown v0.15.5
10532026-05-19T22:47:37.766Z Downloaded smallvec v0.6.14
10542026-05-19T22:47:37.766Z Downloaded slog-async v2.8.0
10552026-05-19T22:47:37.766Z Downloaded pretty_assertions v1.4.1
10562026-05-19T22:47:37.766Z Downloaded slog-dtrace v0.3.0
10572026-05-19T22:47:37.785Z Downloaded ryu v1.0.23
10582026-05-19T22:47:37.785Z Downloaded tap v1.0.1
10592026-05-19T22:47:37.785Z Downloaded take_mut v0.2.2
10602026-05-19T22:47:37.786Z Downloaded sqlformat v0.3.5
10612026-05-19T22:47:37.786Z Downloaded minimal-lexical v0.2.1
10622026-05-19T22:47:37.786Z Downloaded termtree v0.5.1
10632026-05-19T22:47:37.786Z Downloaded tinyvec_macros v0.1.1
10642026-05-19T22:47:37.786Z Downloaded time-core v0.1.8
10652026-05-19T22:47:37.786Z Downloaded thiserror-impl-no-std v2.0.2
10662026-05-19T22:47:37.786Z Downloaded num-bigint v0.4.6
10672026-05-19T22:47:37.786Z Downloaded rcgen v0.12.1
10682026-05-19T22:47:37.786Z Downloaded strum_macros v0.27.2
10692026-05-19T22:47:37.786Z Downloaded ron v0.8.1
10702026-05-19T22:47:37.787Z Downloaded strum_macros v0.26.4
10712026-05-19T22:47:37.787Z Downloaded snafu-derive v0.8.9
10722026-05-19T22:47:37.787Z Downloaded strum_macros v0.24.3
10732026-05-19T22:47:37.787Z Downloaded stringprep v0.1.5
10742026-05-19T22:47:37.787Z Downloaded thread-id v5.1.0
10752026-05-19T22:47:37.787Z Downloaded string_cache v0.8.9
10762026-05-19T22:47:37.787Z Downloaded qorb v0.4.1
10772026-05-19T22:47:37.787Z Downloaded serde_with_macros v3.17.0
10782026-05-19T22:47:37.787Z Downloaded quinn v0.11.9
10792026-05-19T22:47:37.788Z Downloaded tokio-macros v2.7.0
10802026-05-19T22:47:37.788Z Downloaded rand v0.8.6
10812026-05-19T22:47:37.788Z Downloaded slog-term v2.9.2
10822026-05-19T22:47:37.788Z Downloaded serde_yaml v0.9.34+deprecated
10832026-05-19T22:47:37.788Z Downloaded rustls-platform-verifier v0.6.2
10842026-05-19T22:47:37.788Z Downloaded topological-sort v0.2.2
10852026-05-19T22:47:37.788Z Downloaded static_assertions v1.1.0
10862026-05-19T22:47:37.788Z Downloaded hashbrown v0.12.3
10872026-05-19T22:47:37.788Z Downloaded spin v0.9.8
10882026-05-19T22:47:37.788Z Downloaded itertools v0.12.1
10892026-05-19T22:47:37.788Z Downloaded schemars v0.8.22
10902026-05-19T22:47:37.788Z Downloaded tower-layer v0.3.3
10912026-05-19T22:47:37.788Z Downloaded trait-variant v0.1.2
10922026-05-19T22:47:37.788Z Downloaded support-bundle-viewer v0.1.2
10932026-05-19T22:47:37.788Z Downloaded time-macros v0.2.27
10942026-05-19T22:47:37.788Z Downloaded schemars v0.9.0
10952026-05-19T22:47:37.788Z Downloaded testing_table v0.3.0
10962026-05-19T22:47:37.789Z Downloaded termios v0.3.3
10972026-05-19T22:47:37.789Z Downloaded try-lock v0.2.5
10982026-05-19T22:47:37.789Z Downloaded tokio-native-tls v0.3.1
10992026-05-19T22:47:37.789Z Downloaded num-bigint-dig v0.8.6
11002026-05-19T22:47:37.789Z Downloaded rsa v0.9.10
11012026-05-19T22:47:37.789Z Downloaded tower-service v0.3.3
11022026-05-19T22:47:37.789Z Downloaded publicsuffix v2.3.0
11032026-05-19T22:47:37.789Z Downloaded slog v2.8.2
11042026-05-19T22:47:37.789Z Downloaded typify-macro v0.4.3
11052026-05-19T22:47:37.789Z Downloaded rayon-core v1.13.0
11062026-05-19T22:47:37.789Z Downloaded unicode-truncate v1.1.0
11072026-05-19T22:47:37.790Z Downloaded hyper-util v0.1.20
11082026-05-19T22:47:37.790Z Downloaded h2 v0.4.13
11092026-05-19T22:47:37.790Z Downloaded thread_local v1.1.9
11102026-05-19T22:47:37.790Z Downloaded usdt v0.6.0
11112026-05-19T22:47:37.790Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11122026-05-19T22:47:37.790Z Downloaded nom v7.1.3
11132026-05-19T22:47:37.790Z Downloaded usdt-attr-macro v0.6.0
11142026-05-19T22:47:37.790Z Downloaded untrusted v0.7.1
11152026-05-19T22:47:37.790Z Downloaded utf-8 v0.7.6
11162026-05-19T22:47:37.790Z Downloaded usdt-macro v0.6.0
11172026-05-19T22:47:37.790Z Downloaded untrusted v0.9.0
11182026-05-19T22:47:37.790Z Downloaded tokio-rustls v0.25.0
11192026-05-19T22:47:37.790Z Downloaded stacker v0.1.23
11202026-05-19T22:47:37.790Z Downloaded unit-prefix v0.5.2
11212026-05-19T22:47:37.790Z Downloaded tls_codec_derive v0.4.2
11222026-05-19T22:47:37.790Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11232026-05-19T22:47:37.791Z Downloaded typify-macro v0.6.2
11242026-05-19T22:47:37.791Z Downloaded itertools v0.14.0
11252026-05-19T22:47:37.791Z Downloaded unarray v0.1.4
11262026-05-19T22:47:37.791Z Downloaded thiserror-no-std v2.0.2
11272026-05-19T22:47:37.791Z Downloaded samael v0.0.19
11282026-05-19T22:47:37.791Z Downloaded iri-string v0.7.10
11292026-05-19T22:47:37.791Z Downloaded void v1.0.2
11302026-05-19T22:47:37.791Z Downloaded tui-tree-widget v0.23.1
11312026-05-19T22:47:37.791Z Downloaded tls_codec v0.4.2
11322026-05-19T22:47:37.791Z Downloaded subprocess v0.2.15
11332026-05-19T22:47:37.791Z Downloaded want v0.3.1
11342026-05-19T22:47:37.791Z Downloaded libm v0.2.16
11352026-05-19T22:47:37.791Z Downloaded tokio-tungstenite v0.23.1
11362026-05-19T22:47:37.792Z Downloaded tokio-stream v0.1.18
11372026-05-19T22:47:37.792Z Downloaded tokio-rustls v0.24.1
11382026-05-19T22:47:37.792Z Downloaded signal-hook v0.3.18
11392026-05-19T22:47:37.792Z Downloaded hashbrown v0.16.1
11402026-05-19T22:47:37.792Z Downloaded simd-adler32 v0.3.8
11412026-05-19T22:47:37.792Z Downloaded tiny-keccak v2.0.2
11422026-05-19T22:47:37.792Z Downloaded xattr v1.6.1
11432026-05-19T22:47:37.792Z Downloaded similar v2.7.0
11442026-05-19T22:47:37.792Z Downloaded universal-hash v0.5.1
11452026-05-19T22:47:37.792Z Downloaded aho-corasick v1.1.4
11462026-05-19T22:47:37.792Z Downloaded term v0.7.0
11472026-05-19T22:47:37.792Z Downloaded toml_writer v1.0.6+spec-1.1.0
11482026-05-19T22:47:37.792Z Downloaded libxml v0.3.3
11492026-05-19T22:47:37.792Z Downloaded toml_parser v1.0.9+spec-1.1.0
11502026-05-19T22:47:37.792Z Downloaded term v1.2.1
11512026-05-19T22:47:37.792Z Downloaded waitgroup v0.1.2
11522026-05-19T22:47:37.792Z Downloaded test-strategy v0.4.5
11532026-05-19T22:47:37.793Z Downloaded wait-timeout v0.2.1
11542026-05-19T22:47:37.793Z Downloaded progenitor-impl v0.13.0
11552026-05-19T22:47:37.793Z Downloaded tracing-attributes v0.1.31
11562026-05-19T22:47:37.793Z Downloaded schemars v1.2.1
11572026-05-19T22:47:37.814Z Downloaded vergen-gitcl v1.0.8
11582026-05-19T22:47:37.814Z Downloaded zone v0.3.1
11592026-05-19T22:47:37.814Z Downloaded vsss-rs v3.3.4
11602026-05-19T22:47:37.814Z Downloaded tokio-rustls v0.26.4
11612026-05-19T22:47:37.814Z Downloaded unicase v2.9.0
11622026-05-19T22:47:37.814Z Downloaded tokio-dtrace v0.1.1
11632026-05-19T22:47:37.814Z Downloaded xshell-macros v0.2.7
11642026-05-19T22:47:37.814Z Downloaded russh v0.45.0
11652026-05-19T22:47:37.815Z Downloaded twox-hash v2.1.2
11662026-05-19T22:47:37.815Z Downloaded tokio-tungstenite v0.21.0
11672026-05-19T22:47:37.815Z Downloaded whoami v1.6.1
11682026-05-19T22:47:37.815Z Downloaded rand v0.9.2
11692026-05-19T22:47:37.815Z Downloaded wyz v0.5.1
11702026-05-19T22:47:37.815Z Downloaded tar v0.4.45
11712026-05-19T22:47:37.815Z Downloaded usdt-impl v0.6.0
11722026-05-19T22:47:37.815Z Downloaded toml v0.7.8
11732026-05-19T22:47:37.815Z Downloaded vergen-git2 v1.0.7
11742026-05-19T22:47:37.815Z Downloaded zone_cfg_derive v0.3.1
11752026-05-19T22:47:37.815Z Downloaded vergen-lib v0.1.6
11762026-05-19T22:47:37.815Z Downloaded zeroize v1.8.2
11772026-05-19T22:47:37.815Z Downloaded tracing-core v0.1.36
11782026-05-19T22:47:37.815Z Downloaded walkdir v2.5.0
11792026-05-19T22:47:37.815Z Downloaded socket2 v0.6.3
11802026-05-19T22:47:37.816Z Downloaded hyper v1.8.1
11812026-05-19T22:47:37.816Z Downloaded zstd-safe v7.2.4
11822026-05-19T22:47:37.816Z Downloaded iddqd v0.4.1
11832026-05-19T22:47:37.816Z Downloaded whoami v2.1.0
11842026-05-19T22:47:37.816Z Downloaded socket2 v0.5.10
11852026-05-19T22:47:37.816Z Downloaded snafu v0.8.9
11862026-05-19T22:47:37.816Z Downloaded tungstenite v0.23.0
11872026-05-19T22:47:37.816Z Downloaded tinyvec v1.10.0
11882026-05-19T22:47:37.816Z Downloaded xshell v0.2.7
11892026-05-19T22:47:37.816Z Downloaded futures-util v0.3.32
11902026-05-19T22:47:37.816Z Downloaded yasna v0.5.2
11912026-05-19T22:47:37.816Z Downloaded vergen v9.0.6
11922026-05-19T22:47:37.816Z Downloaded unsafe-libyaml v0.2.11
11932026-05-19T22:47:37.816Z Downloaded rustls-webpki v0.103.9
11942026-05-19T22:47:37.816Z Downloaded rand v0.10.0
11952026-05-19T22:47:37.817Z Downloaded rustyline v14.0.0
11962026-05-19T22:47:37.817Z Downloaded uzers v0.12.2
11972026-05-19T22:47:37.817Z Downloaded unicode-properties v0.1.4
11982026-05-19T22:47:37.817Z Downloaded itertools v0.13.0
11992026-05-19T22:47:37.817Z Downloaded zeroize_derive v1.4.3
12002026-05-19T22:47:37.817Z Downloaded vte v0.14.1
12012026-05-19T22:47:37.817Z Downloaded toml v1.0.6+spec-1.1.0
12022026-05-19T22:47:37.817Z Downloaded tungstenite v0.21.0
12032026-05-19T22:47:37.817Z Downloaded unicode-bidi v0.3.18
12042026-05-19T22:47:37.817Z Downloaded zerocopy v0.6.6
12052026-05-19T22:47:37.817Z Downloaded typify v0.4.3
12062026-05-19T22:47:37.817Z Downloaded typify v0.6.2
12072026-05-19T22:47:37.817Z Downloaded p384 v0.13.1
12082026-05-19T22:47:37.817Z Downloaded regex v1.12.3
12092026-05-19T22:47:37.817Z Downloaded uuid v1.23.0
12102026-05-19T22:47:37.817Z Downloaded zstd v0.13.3
12112026-05-19T22:47:37.818Z Downloaded hkdf v0.12.4
12122026-05-19T22:47:37.818Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-05-19T22:47:37.818Z Downloaded toml v0.9.12+spec-1.1.0
12142026-05-19T22:47:37.818Z Downloaded unicode_categories v0.1.1
12152026-05-19T22:47:37.818Z Downloaded p521 v0.13.3
12162026-05-19T22:47:37.818Z Downloaded rpassword v7.4.0
12172026-05-19T22:47:37.818Z Downloaded steno v0.4.1
12182026-05-19T22:47:37.818Z Downloaded git2 v0.20.4
12192026-05-19T22:47:37.818Z Downloaded zip v0.6.6
12202026-05-19T22:47:37.818Z Downloaded reqwest v0.13.2
12212026-05-19T22:47:37.818Z Downloaded zopfli v0.8.3
12222026-05-19T22:47:37.818Z Downloaded blake3 v1.8.3
12232026-05-19T22:47:37.819Z Downloaded tokio-postgres v0.7.16
12242026-05-19T22:47:37.819Z Downloaded yansi v1.0.1
12252026-05-19T22:47:37.819Z Downloaded toml_edit v0.19.15
12262026-05-19T22:47:37.819Z Downloaded ssh-key v0.6.7
12272026-05-19T22:47:37.819Z Downloaded bitvec v1.0.1
12282026-05-19T22:47:37.819Z Downloaded aws-lc-rs v1.16.3
12292026-05-19T22:47:37.819Z Downloaded reedline v0.40.0
12302026-05-19T22:47:37.819Z Downloaded zerocopy-derive v0.8.40
12312026-05-19T22:47:37.819Z Downloaded reqwest v0.12.28
12322026-05-19T22:47:37.819Z Downloaded proptest v1.10.0
12332026-05-19T22:47:37.819Z Downloaded petname v2.0.2
12342026-05-19T22:47:37.819Z Downloaded tower v0.5.3
12352026-05-19T22:47:37.819Z Downloaded rayon v1.11.0
12362026-05-19T22:47:37.819Z Downloaded x509-cert v0.2.5
12372026-05-19T22:47:37.819Z Downloaded typed-path v0.9.3
12382026-05-19T22:47:37.819Z Downloaded unicode-segmentation v1.12.0
12392026-05-19T22:47:37.820Z Downloaded portable-atomic v1.13.1
12402026-05-19T22:47:37.820Z Downloaded lalrpop v0.19.12
12412026-05-19T22:47:37.820Z Downloaded tokio-util v0.7.18
12422026-05-19T22:47:37.820Z Downloaded serde_with v3.17.0
12432026-05-19T22:47:37.820Z Downloaded rustls-webpki v0.101.7
12442026-05-19T22:47:37.829Z Downloaded zip v4.6.1
12452026-05-19T22:47:37.829Z Downloaded tough v0.22.0
12462026-05-19T22:47:37.829Z Downloaded bindgen v0.71.1
12472026-05-19T22:47:37.830Z Downloaded unicode-normalization v0.1.25
12482026-05-19T22:47:37.830Z Downloaded goblin v0.10.5
12492026-05-19T22:47:37.830Z Downloaded rustls-webpki v0.102.8
12502026-05-19T22:47:37.830Z Downloaded tower-http v0.6.8
12512026-05-19T22:47:37.830Z Downloaded object v0.30.4
12522026-05-19T22:47:37.830Z Downloaded moka v0.12.13
12532026-05-19T22:47:37.830Z Downloaded polar-core v0.27.3
12542026-05-19T22:47:37.830Z Downloaded winnow v0.5.40
12552026-05-19T22:47:37.830Z Downloaded winnow v0.6.26
12562026-05-19T22:47:37.831Z Downloaded quinn-proto v0.11.13
12572026-05-19T22:47:37.854Z Downloaded chrono v0.4.44
12582026-05-19T22:47:37.854Z Downloaded salty v0.3.0
12592026-05-19T22:47:37.854Z Downloaded dropshot v0.16.7
12602026-05-19T22:47:37.854Z Downloaded radix_trie v0.2.1
12612026-05-19T22:47:37.854Z Downloaded hickory-proto v0.26.1
12622026-05-19T22:47:37.854Z Downloaded curve25519-dalek v4.1.3
12632026-05-19T22:47:37.854Z Downloaded quick-xml v0.37.5
12642026-05-19T22:47:37.855Z Downloaded nix v0.28.0
12652026-05-19T22:47:37.855Z Downloaded rustls v0.21.12
12662026-05-19T22:47:37.855Z Downloaded nix v0.27.1
12672026-05-19T22:47:37.855Z Downloaded time v0.3.47
12682026-05-19T22:47:37.855Z Downloaded smoltcp v0.9.1
12692026-05-19T22:47:37.855Z Downloaded regex-syntax v0.6.29
12702026-05-19T22:47:37.855Z Downloaded hickory-proto v0.24.4
12712026-05-19T22:47:37.856Z Downloaded vcpkg v0.2.15
12722026-05-19T22:47:37.856Z Downloaded nix v0.29.0
12732026-05-19T22:47:37.856Z Downloaded tabled v0.20.0
12742026-05-19T22:47:37.856Z Downloaded smoltcp v0.11.0
12752026-05-19T22:47:37.856Z Downloaded openapiv3 v2.2.0
12762026-05-19T22:47:37.856Z Downloaded nix v0.31.2
12772026-05-19T22:47:37.857Z Downloaded zlib-rs v0.6.2
12782026-05-19T22:47:37.857Z Downloaded webpki-roots v1.0.6
12792026-05-19T22:47:37.857Z Downloaded rustix v0.38.44
12802026-05-19T22:47:37.857Z Downloaded rustls v0.22.4
12812026-05-19T22:47:37.857Z Downloaded zerocopy v0.8.40
12822026-05-19T22:47:37.858Z Downloaded regress v0.11.1
12832026-05-19T22:47:37.858Z Downloaded regex-syntax v0.8.10
12842026-05-19T22:47:37.858Z Downloaded sqlparser v0.61.0
12852026-05-19T22:47:37.858Z Downloaded rustls v0.23.37
12862026-05-19T22:47:37.858Z Downloaded object v0.37.3
12872026-05-19T22:47:37.858Z Downloaded regress v0.10.5
12882026-05-19T22:47:37.858Z Downloaded tracing v0.1.44
12892026-05-19T22:47:37.858Z Downloaded diesel v2.3.7
12902026-05-19T22:47:37.858Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-05-19T22:47:37.858Z Downloaded hickory-proto v0.25.2
12922026-05-19T22:47:37.858Z Downloaded dropshot v0.17.0
12932026-05-19T22:47:37.858Z Downloaded bstr v1.12.1
12942026-05-19T22:47:37.858Z Downloaded openssl v0.10.79
12952026-05-19T22:47:37.859Z Downloaded chrono-tz v0.10.4
12962026-05-19T22:47:37.859Z Downloaded sled v0.34.7
12972026-05-19T22:47:37.859Z Downloaded typify-impl v0.6.2
12982026-05-19T22:47:37.859Z Downloaded tokio v1.52.1
12992026-05-19T22:47:37.859Z Downloaded typify-impl v0.4.3
13002026-05-19T22:47:37.859Z Downloaded ratatui v0.29.0
13012026-05-19T22:47:37.859Z Downloaded zerocopy-derive v0.6.6
13022026-05-19T22:47:37.859Z Downloaded regex-automata v0.4.14
13032026-05-19T22:47:37.873Z Downloaded petgraph v0.6.5
13042026-05-19T22:47:37.873Z Downloaded jiff v0.2.21
13052026-05-19T22:47:37.886Z Downloaded ring v0.17.14
13062026-05-19T22:47:37.904Z Downloaded petgraph v0.8.3
13072026-05-19T22:47:37.924Z Downloaded csv v1.4.0
13082026-05-19T22:47:37.992Z Downloaded libz-sys v1.1.24
13092026-05-19T22:47:38.042Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-05-19T22:47:38.042Z Downloaded sha3 v0.10.8
13112026-05-19T22:47:38.042Z Downloaded encoding_rs v0.8.35
13122026-05-19T22:47:38.080Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-05-19T22:47:38.513Z Downloaded aws-lc-sys v0.40.0
13142026-05-19T22:47:38.767Z Compiling libc v0.2.185
13152026-05-19T22:47:38.770Z Compiling serde v1.0.228
13162026-05-19T22:47:38.770Z Compiling log v0.4.29
13172026-05-19T22:47:38.770Z Compiling find-msvc-tools v0.1.9
13182026-05-19T22:47:38.922Z Compiling shlex v1.3.0
13192026-05-19T22:47:38.938Z Compiling syn v2.0.117
13202026-05-19T22:47:38.940Z Compiling smallvec v1.15.1
13212026-05-19T22:47:38.940Z Compiling typenum v1.19.0
13222026-05-19T22:47:39.103Z Compiling generic-array v0.14.7
13232026-05-19T22:47:39.120Z Compiling subtle v2.6.1
13242026-05-19T22:47:39.147Z Compiling scopeguard v1.2.0
13252026-05-19T22:47:39.180Z Compiling const-oid v0.9.6
13262026-05-19T22:47:39.235Z Compiling lock_api v0.4.14
13272026-05-19T22:47:39.248Z Compiling serde_json v1.0.149
13282026-05-19T22:47:39.286Z Compiling zerocopy v0.8.40
13292026-05-19T22:47:39.355Z Compiling parking_lot_core v0.9.12
13302026-05-19T22:47:39.456Z Compiling pin-project-lite v0.2.17
13312026-05-19T22:47:39.550Z Compiling portable-atomic v1.13.1
13322026-05-19T22:47:39.601Z Compiling pkg-config v0.3.32
13332026-05-19T22:47:39.710Z Compiling bitflags v2.11.0
13342026-05-19T22:47:39.807Z Compiling getrandom v0.2.17
13352026-05-19T22:47:39.889Z Compiling jobserver v0.1.34
13362026-05-19T22:47:39.903Z Compiling errno v0.3.14
13372026-05-19T22:47:39.936Z Compiling rand_core v0.6.4
13382026-05-19T22:47:40.033Z Compiling signal-hook-registry v1.4.8
13392026-05-19T22:47:40.150Z Compiling cc v1.2.56
13402026-05-19T22:47:40.208Z Compiling libm v0.2.16
13412026-05-19T22:47:40.277Z Compiling critical-section v1.2.0
13422026-05-19T22:47:40.299Z Compiling futures-core v0.3.32
13432026-05-19T22:47:40.339Z Compiling parking_lot v0.12.5
13442026-05-19T22:47:40.373Z Compiling mio v1.2.0
13452026-05-19T22:47:40.448Z Compiling once_cell v1.21.3
13462026-05-19T22:47:40.528Z Compiling num-traits v0.2.19
13472026-05-19T22:47:40.557Z Compiling percent-encoding v2.3.2
13482026-05-19T22:47:40.663Z Compiling socket2 v0.6.3
13492026-05-19T22:47:40.733Z Compiling futures-sink v0.3.32
13502026-05-19T22:47:40.748Z Compiling getrandom v0.4.1
13512026-05-19T22:47:40.838Z Compiling rand_core v0.10.0
13522026-05-19T22:47:40.847Z Compiling futures-channel v0.3.32
13532026-05-19T22:47:40.885Z Compiling slab v0.4.12
13542026-05-19T22:47:40.992Z Compiling futures-io v0.3.32
13552026-05-19T22:47:41.073Z Compiling cpufeatures v0.2.17
13562026-05-19T22:47:41.082Z Compiling futures-task v0.3.32
13572026-05-19T22:47:41.095Z Compiling indexmap v2.14.0
13582026-05-19T22:47:41.128Z Compiling getrandom v0.3.4
13592026-05-19T22:47:41.144Z Compiling rustversion v1.0.22
13602026-05-19T22:47:41.251Z Compiling cmake v0.1.57
13612026-05-19T22:47:41.593Z Compiling form_urlencoded v1.2.2
13622026-05-19T22:47:41.683Z Compiling fs_extra v1.3.0
13632026-05-19T22:47:41.775Z Compiling dunce v1.0.5
13642026-05-19T22:47:41.793Z Compiling ident_case v1.0.1
13652026-05-19T22:47:41.882Z Compiling synstructure v0.13.2
13662026-05-19T22:47:41.887Z Compiling base64ct v1.8.3
13672026-05-19T22:47:41.927Z Compiling regex-syntax v0.8.10
13682026-05-19T22:47:41.972Z Compiling aws-lc-sys v0.40.0
13692026-05-19T22:47:42.086Z Compiling rustix v1.1.3
13702026-05-19T22:47:42.186Z Compiling pem-rfc7468 v0.7.0
13712026-05-19T22:47:42.201Z Compiling flagset v0.4.7
13722026-05-19T22:47:42.337Z Compiling iana-time-zone v0.1.65
13732026-05-19T22:47:42.377Z Compiling rand_core v0.9.5
13742026-05-19T22:47:42.496Z Compiling ring v0.17.14
13752026-05-19T22:47:42.510Z Compiling vcpkg v0.2.15
13762026-05-19T22:47:42.548Z Compiling aws-lc-rs v1.16.3
13772026-05-19T22:47:42.663Z Compiling uuid v1.23.0
13782026-05-19T22:47:42.839Z Compiling rustc_version v0.4.1
13792026-05-19T22:47:43.182Z Compiling tracing-core v0.1.36
13802026-05-19T22:47:43.264Z Compiling openssl-sys v0.9.115
13812026-05-19T22:47:43.398Z Compiling base64 v0.22.1
13822026-05-19T22:47:43.616Z Compiling serde_derive v1.0.228
13832026-05-19T22:47:43.740Z Compiling zeroize_derive v1.4.3
13842026-05-19T22:47:43.755Z Compiling zerofrom-derive v0.1.6
13852026-05-19T22:47:43.804Z Compiling yoke-derive v0.8.1
13862026-05-19T22:47:43.882Z Compiling zerovec-derive v0.11.2
13872026-05-19T22:47:44.349Z Compiling zerocopy-derive v0.8.40
13882026-05-19T22:47:44.400Z Compiling zeroize v1.8.2
13892026-05-19T22:47:45.003Z Compiling displaydoc v0.2.5
13902026-05-19T22:47:45.037Z Compiling tokio-macros v2.7.0
13912026-05-19T22:47:45.179Z Compiling crypto-common v0.1.7
13922026-05-19T22:47:45.196Z Compiling zerofrom v0.1.6
13932026-05-19T22:47:45.322Z Compiling yoke v0.8.1
13942026-05-19T22:47:45.322Z Compiling block-buffer v0.10.4
13952026-05-19T22:47:45.502Z Compiling zerovec v0.11.5
13962026-05-19T22:47:45.502Z Compiling digest v0.10.7
13972026-05-19T22:47:45.752Z Compiling zerotrie v0.2.3
13982026-05-19T22:47:45.766Z Compiling futures-macro v0.3.32
13992026-05-19T22:47:45.769Z Compiling hmac v0.12.1
14002026-05-19T22:47:45.921Z Compiling block-padding v0.3.3
14012026-05-19T22:47:46.005Z Compiling tinystr v0.8.2
14022026-05-19T22:47:46.042Z Compiling potential_utf v0.1.4
14032026-05-19T22:47:46.079Z Compiling inout v0.1.4
14042026-05-19T22:47:46.200Z Compiling icu_locale_core v2.1.1
14052026-05-19T22:47:46.203Z Compiling icu_collections v2.1.1
14062026-05-19T22:47:46.244Z Compiling cipher v0.4.4
14072026-05-19T22:47:46.529Z Compiling sha2 v0.10.9
14082026-05-19T22:47:46.607Z Compiling futures-util v0.3.32
14092026-05-19T22:47:46.725Z Compiling der_derive v0.7.3
14102026-05-19T22:47:47.138Z Compiling bytes v1.11.1
14112026-05-19T22:47:47.182Z Compiling icu_provider v2.1.1
14122026-05-19T22:47:47.200Z Compiling chrono v0.4.44
14132026-05-19T22:47:47.485Z Compiling icu_normalizer v2.1.1
14142026-05-19T22:47:47.706Z Compiling tokio v1.52.1
14152026-05-19T22:47:47.758Z Compiling icu_properties v2.1.2
14162026-05-19T22:47:47.923Z Compiling der v0.7.10
14172026-05-19T22:47:48.038Z Compiling http v1.4.0
14182026-05-19T22:47:48.609Z Compiling idna_adapter v1.2.1
14192026-05-19T22:47:48.750Z Compiling idna v1.1.0
14202026-05-19T22:47:48.832Z Compiling ppv-lite86 v0.2.21
14212026-05-19T22:47:48.886Z Compiling spki v0.7.3
14222026-05-19T22:47:48.891Z Compiling salsa20 v0.10.2
14232026-05-19T22:47:48.931Z Compiling pbkdf2 v0.12.2
14242026-05-19T22:47:49.034Z Compiling rustls-pki-types v1.14.0
14252026-05-19T22:47:49.060Z Compiling url v2.5.8
14262026-05-19T22:47:49.083Z Compiling tracing-attributes v0.1.31
14272026-05-19T22:47:49.124Z Compiling thiserror-impl v2.0.18
14282026-05-19T22:47:49.167Z Compiling rand_chacha v0.9.0
14292026-05-19T22:47:49.407Z Compiling scrypt v0.11.0
14302026-05-19T22:47:49.472Z Compiling http-body v1.0.1
14312026-05-19T22:47:49.641Z Compiling cbc v0.1.2
14322026-05-19T22:47:49.655Z Compiling aes v0.8.4
14332026-05-19T22:47:49.838Z Compiling untrusted v0.9.0
14342026-05-19T22:47:49.845Z Compiling untrusted v0.7.1
14352026-05-19T22:47:49.862Z Compiling tinyvec_macros v0.1.1
14362026-05-19T22:47:49.948Z Compiling httparse v1.10.1
14372026-05-19T22:47:49.979Z Compiling openssl-probe v0.2.1
14382026-05-19T22:47:50.140Z Compiling pkcs5 v0.7.1
14392026-05-19T22:47:50.318Z Compiling tinyvec v1.10.0
14402026-05-19T22:47:50.354Z Compiling tracing v0.1.44
14412026-05-19T22:47:50.420Z Compiling thiserror v2.0.18
14422026-05-19T22:47:50.527Z Compiling pest_generator v2.8.6
14432026-05-19T22:47:50.605Z Compiling rand v0.9.2
14442026-05-19T22:47:50.613Z Compiling serde_derive_internals v0.29.1
14452026-05-19T22:47:50.646Z Compiling aho-corasick v1.1.4
14462026-05-19T22:47:50.687Z Compiling dyn-clone v1.0.20
14472026-05-19T22:47:50.826Z Compiling try-lock v0.2.5
14482026-05-19T22:47:50.936Z Compiling atomic-waker v1.1.2
14492026-05-19T22:47:51.059Z Compiling tower-layer v0.3.3
14502026-05-19T22:47:51.213Z Compiling tower-service v0.3.3
14512026-05-19T22:47:51.228Z Compiling schemars v0.8.22
14522026-05-19T22:47:51.310Z Compiling rustls v0.23.37
14532026-05-19T22:47:51.368Z Compiling pest_derive v2.8.6
14542026-05-19T22:47:51.425Z Compiling tokio-util v0.7.18
14552026-05-19T22:47:51.520Z Compiling regex-automata v0.4.14
14562026-05-19T22:47:51.533Z Compiling schemars_derive v0.8.22
14572026-05-19T22:47:51.757Z Compiling want v0.3.1
14582026-05-19T22:47:51.821Z Compiling pkcs8 v0.10.2
14592026-05-19T22:47:52.143Z Compiling ipnet v2.11.0
14602026-05-19T22:47:52.233Z Compiling h2 v0.4.13
14612026-05-19T22:47:52.391Z Compiling scroll_derive v0.13.1
14622026-05-19T22:47:52.557Z Compiling darling_core v0.20.11
14632026-05-19T22:47:52.639Z Compiling httpdate v1.0.3
14642026-05-19T22:47:52.778Z Compiling openssl v0.10.79
14652026-05-19T22:47:52.859Z Compiling pin-utils v0.1.0
14662026-05-19T22:47:52.935Z Compiling foreign-types-shared v0.1.1
14672026-05-19T22:47:53.024Z Compiling foreign-types v0.3.2
14682026-05-19T22:47:53.036Z Compiling tempfile v3.25.0
14692026-05-19T22:47:53.184Z Compiling scroll v0.13.0
14702026-05-19T22:47:53.405Z Compiling unicode-normalization v0.1.25
14712026-05-19T22:47:53.450Z Compiling openssl-macros v0.1.1
14722026-05-19T22:47:53.838Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-05-19T22:47:53.842Z Compiling spin v0.9.8
14742026-05-19T22:47:53.865Z Compiling powerfmt v0.2.0
14752026-05-19T22:47:54.055Z Compiling crc32fast v1.5.0
14762026-05-19T22:47:54.068Z Compiling time-core v0.1.8
14772026-05-19T22:47:54.214Z Compiling num-conv v0.2.0
14782026-05-19T22:47:54.230Z Compiling native-tls v0.2.18
14792026-05-19T22:47:54.343Z Compiling time-macros v0.2.27
14802026-05-19T22:47:54.385Z Compiling deranged v0.5.8
14812026-05-19T22:47:54.774Z Compiling darling_macro v0.20.11
14822026-05-19T22:47:55.237Z Compiling hyper v1.8.1
14832026-05-19T22:47:55.340Z Compiling darling v0.20.11
14842026-05-19T22:47:55.374Z Compiling goblin v0.10.5
14852026-05-19T22:47:55.421Z Compiling rustls-native-certs v0.8.3
14862026-05-19T22:47:55.577Z Compiling sync_wrapper v1.0.2
14872026-05-19T22:47:55.689Z Compiling wait-timeout v0.2.1
14882026-05-19T22:47:55.724Z Compiling syn v1.0.109
14892026-05-19T22:47:55.983Z Compiling num_threads v0.1.7
14902026-05-19T22:47:56.029Z Compiling siphasher v1.0.2
14912026-05-19T22:47:56.053Z Compiling crossbeam-utils v0.8.21
14922026-05-19T22:47:56.153Z Compiling simd-adler32 v0.3.8
14932026-05-19T22:47:56.203Z Compiling bit-vec v0.8.0
14942026-05-19T22:47:56.334Z Compiling hyper-util v0.1.20
14952026-05-19T22:47:56.394Z Compiling quick-error v1.2.3
14962026-05-19T22:47:56.436Z Compiling usdt-impl v0.6.0
14972026-05-19T22:47:56.552Z Compiling rusty-fork v0.3.1
14982026-05-19T22:47:56.821Z Compiling bit-set v0.8.0
14992026-05-19T22:47:56.888Z Compiling time v0.3.47
15002026-05-19T22:47:57.033Z Compiling tower v0.5.3
15012026-05-19T22:47:57.041Z Compiling derive_builder_core v0.20.2
15022026-05-19T22:47:57.521Z Compiling dtrace-parser v0.3.0
15032026-05-19T22:47:57.685Z Compiling http-body-util v0.1.3
15042026-05-19T22:47:57.941Z Compiling webpki-roots v1.0.6
15052026-05-19T22:47:57.950Z Compiling signature v2.2.0
15062026-05-19T22:47:58.069Z Compiling thiserror-impl v1.0.69
15072026-05-19T22:47:58.106Z Compiling scroll_derive v0.12.1
15082026-05-19T22:47:58.125Z Compiling dof v0.4.0
15092026-05-19T22:47:58.269Z Compiling heapless v0.7.17
15102026-05-19T22:47:58.466Z Compiling rand_xorshift v0.4.0
15112026-05-19T22:47:58.511Z Compiling slog v2.8.2
15122026-05-19T22:47:58.630Z Compiling darling_core v0.21.3
15132026-05-19T22:47:58.693Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-19T22:47:58.768Z Compiling thread-id v5.1.0
15152026-05-19T22:47:58.844Z Compiling cookie v0.18.1
15162026-05-19T22:47:58.962Z Compiling adler2 v2.0.1
15172026-05-19T22:47:59.026Z Compiling paste v1.0.15
15182026-05-19T22:47:59.094Z Compiling signal-hook v0.3.18
15192026-05-19T22:47:59.271Z Compiling zstd-safe v7.2.4
15202026-05-19T22:47:59.281Z Compiling unicode-bidi v0.3.18
15212026-05-19T22:47:59.300Z Compiling unicode-properties v0.1.4
15222026-05-19T22:47:59.300Z Compiling anyhow v1.0.102
15232026-05-19T22:47:59.459Z Compiling unarray v0.1.4
15242026-05-19T22:47:59.504Z Compiling allocator-api2 v0.2.21
15252026-05-19T22:47:59.568Z Compiling iri-string v0.7.10
15262026-05-19T22:47:59.606Z Compiling ryu v1.0.23
15272026-05-19T22:47:59.784Z Compiling serde_urlencoded v0.7.1
15282026-05-19T22:47:59.817Z Compiling stringprep v0.1.5
15292026-05-19T22:47:59.822Z Compiling proptest v1.10.0
15302026-05-19T22:47:59.899Z Compiling thiserror v1.0.69
15312026-05-19T22:48:00.043Z Compiling miniz_oxide v0.8.9
15322026-05-19T22:48:00.617Z Compiling scroll v0.12.0
15332026-05-19T22:48:00.863Z Compiling tower-http v0.6.8
15342026-05-19T22:48:00.885Z Compiling derive_builder_macro v0.20.2
15352026-05-19T22:48:01.038Z Compiling tokio-native-tls v0.3.1
15362026-05-19T22:48:01.090Z Compiling darling_macro v0.21.3
15372026-05-19T22:48:01.204Z Compiling ipnetwork v0.21.1
15382026-05-19T22:48:01.231Z Compiling bstr v1.12.1
15392026-05-19T22:48:01.325Z Compiling rand_chacha v0.3.1
15402026-05-19T22:48:01.607Z Compiling toml_datetime v0.6.11
15412026-05-19T22:48:01.623Z Compiling erased-serde v0.3.31
15422026-05-19T22:48:01.709Z Compiling serde_spanned v0.6.9
15432026-05-19T22:48:01.895Z Compiling serde_tokenstream v0.2.3
15442026-05-19T22:48:01.908Z Compiling md-5 v0.10.6
15452026-05-19T22:48:01.948Z Compiling pin-project-internal v1.1.11
15462026-05-19T22:48:02.054Z Compiling async-trait v0.1.89
15472026-05-19T22:48:02.129Z Compiling zerocopy-derive v0.7.35
15482026-05-19T22:48:02.207Z Compiling curve25519-dalek v4.1.3
15492026-05-19T22:48:02.226Z Compiling vergen-lib v0.1.6
15502026-05-19T22:48:02.382Z Compiling num-integer v0.1.46
15512026-05-19T22:48:02.546Z Compiling hash32 v0.2.1
15522026-05-19T22:48:02.776Z Compiling ff v0.13.1
15532026-05-19T22:48:02.804Z Compiling memoffset v0.9.1
15542026-05-19T22:48:02.914Z Compiling rustix v0.38.44
15552026-05-19T22:48:02.978Z Compiling base16ct v0.2.0
15562026-05-19T22:48:03.059Z Compiling num-bigint-dig v0.8.6
15572026-05-19T22:48:03.134Z Compiling psl-types v2.0.11
15582026-05-19T22:48:03.134Z Compiling cfg_aliases v0.2.1
15592026-05-19T22:48:03.134Z Compiling smoltcp v0.9.1
15602026-05-19T22:48:03.158Z Compiling fallible-iterator v0.2.0
15612026-05-19T22:48:03.200Z Compiling litrs v1.0.0
15622026-05-19T22:48:03.220Z Compiling ref-cast v1.0.25
15632026-05-19T22:48:03.220Z Compiling zlib-rs v0.6.2
15642026-05-19T22:48:03.504Z Compiling postgres-protocol v0.6.10
15652026-05-19T22:48:03.562Z Compiling nix v0.31.2
15662026-05-19T22:48:03.579Z Compiling publicsuffix v2.3.0
15672026-05-19T22:48:03.719Z Compiling document-features v0.2.12
15682026-05-19T22:48:03.752Z Compiling pin-project v1.1.11
15692026-05-19T22:48:03.848Z Compiling sec1 v0.7.3
15702026-05-19T22:48:03.916Z Compiling zerocopy v0.7.35
15712026-05-19T22:48:04.197Z Compiling group v0.13.0
15722026-05-19T22:48:04.299Z Compiling num-iter v0.1.45
15732026-05-19T22:48:04.388Z Compiling newtype-uuid v1.3.2
15742026-05-19T22:48:04.461Z Compiling darling v0.21.3
15752026-05-19T22:48:04.570Z Compiling rand v0.8.6
15762026-05-19T22:48:04.583Z Compiling oxnet v0.1.4
15772026-05-19T22:48:04.757Z Compiling derive_builder v0.20.2
15782026-05-19T22:48:04.995Z Compiling hyper-tls v0.6.0
15792026-05-19T22:48:04.995Z Compiling hubpack_derive v0.1.1
15802026-05-19T22:48:05.114Z Compiling goblin v0.8.2
15812026-05-19T22:48:05.528Z Compiling phf_shared v0.13.1
15822026-05-19T22:48:06.026Z Compiling lazy_static v1.5.0
15832026-05-19T22:48:06.138Z Compiling regex v1.12.3
15842026-05-19T22:48:06.138Z Compiling futures-executor v0.3.32
15852026-05-19T22:48:06.138Z Compiling cargo-platform v0.1.9
15862026-05-19T22:48:06.138Z Compiling hex v0.4.3
15872026-05-19T22:48:06.138Z Compiling hkdf v0.12.4
15882026-05-19T22:48:06.138Z Compiling crypto-bigint v0.5.5
15892026-05-19T22:48:06.225Z Compiling flate2 v1.1.9
15902026-05-19T22:48:06.225Z Compiling ref-cast-impl v1.0.25
15912026-05-19T22:48:06.225Z Compiling strum_macros v0.27.2
15922026-05-19T22:48:06.453Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-19T22:48:06.544Z Compiling snafu-derive v0.8.9
15942026-05-19T22:48:06.643Z Compiling daft-derive v0.1.7
15952026-05-19T22:48:07.181Z Compiling terminal_size v0.4.3
15962026-05-19T22:48:07.270Z Compiling vergen v9.0.6
15972026-05-19T22:48:07.814Z Compiling fs-err v3.3.0
15982026-05-19T22:48:07.939Z Compiling ahash v0.8.12
15992026-05-19T22:48:07.939Z Compiling encoding_rs v0.8.35
16002026-05-19T22:48:07.939Z Compiling same-file v1.0.6
16012026-05-19T22:48:07.939Z Compiling winnow v0.5.40
16022026-05-19T22:48:08.248Z Compiling cpufeatures v0.3.0
16032026-05-19T22:48:08.465Z Compiling bumpalo v3.20.2
16042026-05-19T22:48:08.465Z Compiling managed v0.8.0
16052026-05-19T22:48:08.597Z Compiling foldhash v0.2.0
16062026-05-19T22:48:08.597Z Compiling foldhash v0.1.5
16072026-05-19T22:48:08.597Z Compiling bitflags v1.3.2
16082026-05-19T22:48:08.597Z Compiling unicode-segmentation v1.12.0
16092026-05-19T22:48:08.671Z Compiling mime v0.3.17
16102026-05-19T22:48:08.671Z Compiling libbz2-rs-sys v0.2.2
16112026-05-19T22:48:08.768Z Compiling object v0.37.3
16122026-05-19T22:48:08.900Z Compiling hashbrown v0.16.1
16132026-05-19T22:48:08.955Z Compiling hashbrown v0.15.5
16142026-05-19T22:48:09.128Z Compiling toml_edit v0.19.15
16152026-05-19T22:48:09.302Z Compiling bzip2 v0.6.1
16162026-05-19T22:48:09.405Z Compiling snafu v0.8.9
16172026-05-19T22:48:09.450Z Compiling zopfli v0.8.3
16182026-05-19T22:48:09.450Z Compiling chacha20 v0.10.0
16192026-05-19T22:48:09.450Z Compiling strum v0.27.2
16202026-05-19T22:48:09.553Z Compiling clap_builder v4.5.60
16212026-05-19T22:48:09.681Z Compiling walkdir v2.5.0
16222026-05-19T22:48:09.811Z Compiling daft v0.1.7
16232026-05-19T22:48:09.913Z Compiling dof v0.3.0
16242026-05-19T22:48:10.048Z Compiling elliptic-curve v0.13.8
16252026-05-19T22:48:10.192Z Compiling cargo_metadata v0.19.2
16262026-05-19T22:48:10.513Z Compiling futures v0.3.32
16272026-05-19T22:48:10.928Z Compiling phf v0.13.1
16282026-05-19T22:48:10.949Z Compiling cookie_store v0.22.1
16292026-05-19T22:48:11.087Z Compiling hubpack v0.1.2
16302026-05-19T22:48:11.308Z Compiling signal-hook-mio v0.2.5
16312026-05-19T22:48:11.442Z Compiling bzip2 v0.4.4
16322026-05-19T22:48:11.557Z Compiling zstd v0.13.3
16332026-05-19T22:48:11.604Z Compiling serde_with_macros v3.17.0
16342026-05-19T22:48:11.770Z Compiling postgres-types v0.2.12
16352026-05-19T22:48:11.830Z Compiling usdt-attr-macro v0.6.0
16362026-05-19T22:48:12.331Z Compiling usdt-macro v0.6.0
16372026-05-19T22:48:12.625Z Compiling globset v0.4.18
16382026-05-19T22:48:12.645Z Compiling dtrace-parser v0.2.0
16392026-05-19T22:48:12.742Z Compiling ed25519 v2.2.3
16402026-05-19T22:48:12.897Z Compiling phf_shared v0.11.3
16412026-05-19T22:48:13.037Z Compiling olpc-cjson v0.1.4
16422026-05-19T22:48:13.063Z Compiling pkcs1 v0.7.5
16432026-05-19T22:48:13.085Z Compiling serde_plain v1.0.2
16442026-05-19T22:48:13.154Z Compiling serde-big-array v0.5.1
16452026-05-19T22:48:13.295Z Compiling rfc6979 v0.4.0
16462026-05-19T22:48:13.301Z Compiling pem v3.0.6
16472026-05-19T22:48:13.307Z Compiling enum-as-inner v0.6.1
16482026-05-19T22:48:13.390Z Compiling strum_macros v0.26.4
16492026-05-19T22:48:13.402Z Compiling serde_repr v0.1.20
16502026-05-19T22:48:13.467Z Compiling async-recursion v1.1.1
16512026-05-19T22:48:13.614Z Compiling clap_derive v4.5.55
16522026-05-19T22:48:13.683Z Compiling float-cmp v0.10.0
16532026-05-19T22:48:13.805Z Compiling thread-id v4.2.2
16542026-05-19T22:48:13.820Z Compiling memmap2 v0.9.10
16552026-05-19T22:48:13.892Z Compiling env_filter v1.0.0
16562026-05-19T22:48:13.930Z Compiling data-encoding v2.10.0
16572026-05-19T22:48:14.028Z Compiling normalize-line-endings v0.3.0
16582026-05-19T22:48:14.116Z Compiling jiff v0.2.21
16592026-05-19T22:48:14.128Z Compiling difflib v0.4.0
16602026-05-19T22:48:14.195Z Compiling typed-path v0.9.3
16612026-05-19T22:48:14.627Z Compiling keccak v0.1.6
16622026-05-19T22:48:14.687Z Compiling precomputed-hash v0.1.1
16632026-05-19T22:48:14.814Z Compiling new_debug_unreachable v1.0.6
16642026-05-19T22:48:14.859Z Compiling either v1.15.0
16652026-05-19T22:48:15.067Z Compiling fixedbitset v0.4.2
16662026-05-19T22:48:15.134Z Compiling predicates-core v1.0.10
16672026-05-19T22:48:15.290Z Compiling fixedbitset v0.5.7
16682026-05-19T22:48:15.318Z Compiling static_assertions v1.1.0
16692026-05-19T22:48:15.392Z Compiling whoami v2.1.0
16702026-05-19T22:48:15.407Z Compiling clap v4.5.60
16712026-05-19T22:48:15.435Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16722026-05-19T22:48:15.448Z Compiling predicates v3.1.4
16732026-05-19T22:48:15.509Z Compiling petgraph v0.8.3
16742026-05-19T22:48:15.595Z Compiling petgraph v0.6.5
16752026-05-19T22:48:15.782Z Compiling tokio-postgres v0.7.16
16762026-05-19T22:48:16.105Z Compiling strum v0.26.3
16772026-05-19T22:48:16.208Z Compiling itertools v0.13.0
16782026-05-19T22:48:16.238Z Compiling string_cache v0.8.9
16792026-05-19T22:48:16.468Z Compiling sha3 v0.10.8
16802026-05-19T22:48:16.952Z Compiling zip v4.6.1
16812026-05-19T22:48:17.131Z Compiling hickory-proto v0.25.2
16822026-05-19T22:48:17.456Z Compiling toml_edit v0.22.27
16832026-05-19T22:48:17.490Z Compiling env_logger v0.11.9
16842026-05-19T22:48:17.853Z Compiling usdt v0.6.0
16852026-05-19T22:48:17.930Z Compiling usdt-impl v0.5.0
16862026-05-19T22:48:18.005Z Compiling ecdsa v0.16.9
16872026-05-19T22:48:18.133Z Compiling rsa v0.9.10
16882026-05-19T22:48:18.318Z Compiling ed25519-dalek v2.2.0
16892026-05-19T22:48:18.374Z Compiling serde_with v3.17.0
16902026-05-19T22:48:18.406Z Compiling crossterm v0.28.1
16912026-05-19T22:48:18.972Z Compiling zip v0.6.6
16922026-05-19T22:48:19.690Z Compiling toml v0.7.8
16932026-05-19T22:48:19.930Z Compiling iddqd v0.4.1
16942026-05-19T22:48:20.191Z Compiling rand v0.10.0
16952026-05-19T22:48:20.311Z Compiling heck v0.4.1
16962026-05-19T22:48:20.423Z Compiling similar v2.7.0
16972026-05-19T22:48:20.541Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-05-19T22:48:21.107Z Compiling crossbeam-epoch v0.9.18
16992026-05-19T22:48:21.157Z Compiling tokio-stream v0.1.18
17002026-05-19T22:48:21.181Z Compiling buf-list v1.1.2
17012026-05-19T22:48:21.271Z Compiling x509-cert v0.2.5
17022026-05-19T22:48:21.436Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17032026-05-19T22:48:21.477Z Compiling openapiv3 v2.2.0
17042026-05-19T22:48:21.482Z Compiling sha1 v0.10.6
17052026-05-19T22:48:21.643Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-05-19T22:48:21.719Z Compiling lalrpop-util v0.19.12
17072026-05-19T22:48:21.768Z Compiling peg-runtime v0.8.5
17082026-05-19T22:48:21.860Z Compiling thread_local v1.1.9
17092026-05-19T22:48:21.911Z Compiling slog-async v2.8.0
17102026-05-19T22:48:21.936Z Compiling crossbeam-channel v0.5.15
17112026-05-19T22:48:22.054Z Compiling filetime v0.2.27
17122026-05-19T22:48:22.115Z Compiling is-terminal v0.4.17
17132026-05-19T22:48:22.212Z Compiling take_mut v0.2.2
17142026-05-19T22:48:22.230Z Compiling term v1.2.1
17152026-05-19T22:48:22.232Z Compiling xattr v1.6.1
17162026-05-19T22:48:22.402Z Compiling tar v0.4.45
17172026-05-19T22:48:22.777Z Compiling slog-term v2.9.2
17182026-05-19T22:48:31.781Z Compiling rustls-webpki v0.103.9
17192026-05-19T22:48:34.574Z Compiling tokio-rustls v0.26.4
17202026-05-19T22:48:34.574Z Compiling rustls-platform-verifier v0.6.2
17212026-05-19T22:48:34.768Z Compiling hyper-rustls v0.27.7
17222026-05-19T22:48:34.994Z Compiling reqwest v0.12.28
17232026-05-19T22:48:34.994Z Compiling reqwest v0.13.2
17242026-05-19T22:48:36.249Z Compiling tough v0.22.0
17252026-05-19T22:48:38.786Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-05-19T22:48:39.190Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-05-19T22:48:41.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17282026-05-19T22:48:42.009Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-05-19T22:48:42.064ZMay 19 22:48:40.505 INFO Starting download, target: Console
17302026-05-19T22:48:42.064ZMay 19 22:48:40.506 INFO Starting download, target: Clickhouse
17312026-05-19T22:48:42.064ZMay 19 22:48:40.506 INFO Starting download, target: DendriteStub
17322026-05-19T22:48:42.077ZMay 19 22:48:40.506 INFO Starting download, target: Cockroach
17332026-05-19T22:48:42.077ZMay 19 22:48:40.506 INFO Starting download, target: MaghemiteMgd
17342026-05-19T22:48:42.077ZMay 19 22:48:40.506 INFO Starting download, target: TransceiverControl
17352026-05-19T22:48:42.077ZMay 19 22:48:40.506 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-05-19T22:48:42.077ZMay 19 22:48:40.506 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-05-19T22:48:42.077ZMay 19 22:48:40.506 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-19T22:48:42.077ZMay 19 22:48:40.506 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-05-19T22:48:42.077ZMay 19 22:48:40.506 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-05-19T22:48:42.077ZMay 19 22:48:40.506 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-05-19T22:48:42.703ZMay 19 22:48:41.086 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-05-19T22:48:42.912ZMay 19 22:48:41.315 INFO Download complete, target: TransceiverControl
17432026-05-19T22:48:43.090ZMay 19 22:48:41.526 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-05-19T22:48:43.362ZMay 19 22:48:41.753 INFO Download complete, target: Console
17452026-05-19T22:48:43.838ZMay 19 22:48:42.249 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-05-19T22:48:44.698ZMay 19 22:48:43.112 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-05-19T22:48:46.263ZMay 19 22:48:44.665 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-05-19T22:48:46.512ZMay 19 22:48:44.949 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-19T22:48:46.512ZMay 19 22:48:44.949 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-19T22:48:46.951ZMay 19 22:48:45.402 INFO Download complete, target: DendriteStub
17512026-05-19T22:48:48.547ZMay 19 22:48:46.972 INFO Download complete, target: MaghemiteMgd
17522026-05-19T22:48:50.486ZMay 19 22:48:48.930 INFO Checking that binary works, target: Clickhouse
17532026-05-19T22:48:50.585ZMay 19 22:48:49.033 INFO Download complete, target: Clickhouse
17542026-05-19T22:48:51.035ZMay 19 22:48:49.480 INFO Checking that binary works, target: Cockroach
17552026-05-19T22:48:51.138ZMay 19 22:48:49.589 INFO Download complete, target: Cockroach
17562026-05-19T22:48:51.163ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-05-19T22:48:51.169Z
17582026-05-19T22:48:51.169Zreal 2:18.388505733
17592026-05-19T22:48:51.169Zuser 6:58.975857538
17602026-05-19T22:48:51.169Zsys 1:23.136851545
17612026-05-19T22:48:51.170Ztrap 0.228949062
17622026-05-19T22:48:51.170Ztflt 0.607778160
17632026-05-19T22:48:51.170Zdflt 0.585817872
17642026-05-19T22:48:51.170Zkflt 0.021695828
17652026-05-19T22:48:51.170Zlock 21:36.393176802
17662026-05-19T22:48:51.170Zslp 21:34.674880111
17672026-05-19T22:48:51.170Zlat 45.446256258
17682026-05-19T22:48:51.170Zstop 1:55.629507924
17692026-05-19T22:48:51.170Z+ banner hack-check
17702026-05-19T22:48:51.170Z
17712026-05-19T22:48:51.170Z # # ## #### # # #### # # ###### #### # #
17722026-05-19T22:48:51.171Z # # # # # # # # # # # # # # # # #
17732026-05-19T22:48:51.171Z ###### # # # #### ##### # ###### ##### # ####
17742026-05-19T22:48:51.171Z # # ###### # # # # # # # # # #
17752026-05-19T22:48:51.171Z # # # # # # # # # # # # # # # # #
17762026-05-19T22:48:51.171Z # # # # #### # # #### # # ###### #### # #
17772026-05-19T22:48:51.171Z
17782026-05-19T22:48:51.171Z+ export CARGO_INCREMENTAL=0
17792026-05-19T22:48:51.171Z+ CARGO_INCREMENTAL=0
17802026-05-19T22:48:51.171Z+ ptime -m timeout 2h cargo xtask check-features --ci
17812026-05-19T22:48:51.727Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-05-19T22:48:51.916Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-05-19T22:48:53.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17842026-05-19T22:48:53.868Z Running `target/debug/xtask check-features --ci`
17852026-05-19T22:48:53.896Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17862026-05-19T22:48:53.899Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17872026-05-19T22:48:54.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17882026-05-19T22:48:54.416Z Running `target/debug/xtask download cargo-hack`
17892026-05-19T22:48:55.216Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-05-19T22:48:55.535Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-05-19T22:48:58.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
17922026-05-19T22:48:58.208Z Running `target/debug/xtask-downloader cargo-hack`
17932026-05-19T22:48:58.252ZMay 19 22:48:56.703 INFO Starting download, target: CargoHack
17942026-05-19T22:48:58.254ZMay 19 22:48:56.704 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17952026-05-19T22:48:58.451ZMay 19 22:48:56.902 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17962026-05-19T22:48:58.499ZMay 19 22:48:56.951 INFO Download complete, target: CargoHack
17972026-05-19T22:48:58.502Zrunning: "/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"
17982026-05-19T22:48:58.517Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17992026-05-19T22:48:58.672Zinfo: running `cargo check --bins` on api_identity (1/276)
18002026-05-19T22:48:59.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-19T22:48:59.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-19T22:48:59.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-19T22:48:59.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18042026-05-19T22:48:59.267Z
18052026-05-19T22:48:59.267Zinfo: running `cargo check --bins` on bootstore (2/276)
18062026-05-19T22:48:59.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-19T22:48:59.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-19T22:48:59.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-19T22:48:59.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18102026-05-19T22:48:59.863Z
18112026-05-19T22:48:59.863Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18122026-05-19T22:49:00.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-19T22:49:00.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-19T22:49:00.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-19T22:49:00.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18162026-05-19T22:49:00.452Z
18172026-05-19T22:49:00.452Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18182026-05-19T22:49:00.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-19T22:49:00.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-19T22:49:00.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-19T22:49:00.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18222026-05-19T22:49:01.040Z
18232026-05-19T22:49:01.040Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18242026-05-19T22:49:01.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-19T22:49:01.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-19T22:49:01.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-19T22:49:01.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18282026-05-19T22:49:01.641Z
18292026-05-19T22:49:01.641Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18302026-05-19T22:49:02.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-19T22:49:02.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-19T22:49:02.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-19T22:49:02.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18342026-05-19T22:49:02.244Z
18352026-05-19T22:49:02.244Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18362026-05-19T22:49:02.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-19T22:49:02.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-19T22:49:02.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-19T22:49:02.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18402026-05-19T22:49:02.857Z
18412026-05-19T22:49:02.857Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18422026-05-19T22:49:03.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-19T22:49:03.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-19T22:49:03.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-19T22:49:03.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18462026-05-19T22:49:03.474Z
18472026-05-19T22:49:03.474Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18482026-05-19T22:49:03.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-19T22:49:03.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-19T22:49:03.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-19T22:49:03.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18522026-05-19T22:49:03.953Z
18532026-05-19T22:49:03.953Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18542026-05-19T22:49:04.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-19T22:49:04.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-19T22:49:04.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-19T22:49:04.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18582026-05-19T22:49:04.431Z
18592026-05-19T22:49:04.431Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18602026-05-19T22:49:04.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-19T22:49:04.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-19T22:49:04.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-19T22:49:04.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18642026-05-19T22:49:04.905Z
18652026-05-19T22:49:04.905Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18662026-05-19T22:49:05.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-19T22:49:05.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-19T22:49:05.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-19T22:49:05.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18702026-05-19T22:49:05.379Z
18712026-05-19T22:49:05.379Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18722026-05-19T22:49:05.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-19T22:49:05.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-19T22:49:05.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-19T22:49:05.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-05-19T22:49:05.856Z
18772026-05-19T22:49:05.856Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18782026-05-19T22:49:06.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-19T22:49:06.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-19T22:49:06.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-19T22:49:06.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-05-19T22:49:06.333Z
18832026-05-19T22:49:06.333Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18842026-05-19T22:49:06.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-19T22:49:06.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-19T22:49:06.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-19T22:49:06.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-05-19T22:49:06.810Z
18892026-05-19T22:49:06.810Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18902026-05-19T22:49:07.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-19T22:49:07.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-19T22:49:07.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-19T22:49:07.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18942026-05-19T22:49:07.291Z
18952026-05-19T22:49:07.291Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18962026-05-19T22:49:07.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-19T22:49:07.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-19T22:49:07.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-19T22:49:07.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19002026-05-19T22:49:07.767Z
19012026-05-19T22:49:07.767Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19022026-05-19T22:49:08.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-19T22:49:08.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-19T22:49:08.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-19T22:49:08.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19062026-05-19T22:49:08.248Z
19072026-05-19T22:49:08.248Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19082026-05-19T22:49:08.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-19T22:49:08.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-19T22:49:08.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-19T22:49:08.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19122026-05-19T22:49:08.727Z
19132026-05-19T22:49:08.727Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19142026-05-19T22:49:09.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-19T22:49:09.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-19T22:49:09.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-19T22:49:09.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-05-19T22:49:09.207Z
19192026-05-19T22:49:09.207Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19202026-05-19T22:49:09.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-19T22:49:09.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-19T22:49:09.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-19T22:49:09.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-05-19T22:49:09.688Z
19252026-05-19T22:49:09.688Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19262026-05-19T22:49:10.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-19T22:49:10.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-19T22:49:10.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-19T22:49:10.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19302026-05-19T22:49:10.164Z
19312026-05-19T22:49:10.164Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19322026-05-19T22:49:10.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-19T22:49:10.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-19T22:49:10.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-19T22:49:10.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19362026-05-19T22:49:10.641Z
19372026-05-19T22:49:10.641Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19382026-05-19T22:49:11.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-19T22:49:11.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-19T22:49:11.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-19T22:49:11.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-05-19T22:49:11.116Z
19432026-05-19T22:49:11.116Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19442026-05-19T22:49:11.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-19T22:49:11.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-19T22:49:11.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-19T22:49:11.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-05-19T22:49:11.600Z
19492026-05-19T22:49:11.600Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19502026-05-19T22:49:12.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-19T22:49:12.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-19T22:49:12.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-19T22:49:12.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-05-19T22:49:12.084Z
19552026-05-19T22:49:12.084Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19562026-05-19T22:49:12.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-19T22:49:12.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-19T22:49:12.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-19T22:49:12.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-05-19T22:49:12.565Z
19612026-05-19T22:49:12.565Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19622026-05-19T22:49:12.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-19T22:49:12.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-19T22:49:12.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-19T22:49:12.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-05-19T22:49:13.048Z
19672026-05-19T22:49:13.048Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19682026-05-19T22:49:13.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-19T22:49:13.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-19T22:49:13.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-19T22:49:13.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19722026-05-19T22:49:13.536Z
19732026-05-19T22:49:13.536Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19742026-05-19T22:49:13.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-19T22:49:13.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-19T22:49:13.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-19T22:49:13.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-05-19T22:49:14.014Z
19792026-05-19T22:49:14.014Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19802026-05-19T22:49:14.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-19T22:49:14.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-19T22:49:14.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-19T22:49:14.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19842026-05-19T22:49:14.496Z
19852026-05-19T22:49:14.496Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19862026-05-19T22:49:14.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-19T22:49:14.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-19T22:49:14.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-19T22:49:14.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-05-19T22:49:14.980Z
19912026-05-19T22:49:14.980Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19922026-05-19T22:49:15.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-19T22:49:15.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-19T22:49:15.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-19T22:49:15.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19962026-05-19T22:49:15.459Z
19972026-05-19T22:49:15.459Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19982026-05-19T22:49:15.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-19T22:49:15.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-19T22:49:15.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-19T22:49:15.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-05-19T22:49:15.935Z
20032026-05-19T22:49:15.935Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20042026-05-19T22:49:16.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-19T22:49:16.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-19T22:49:16.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-19T22:49:16.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20082026-05-19T22:49:16.411Z
20092026-05-19T22:49:16.411Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20102026-05-19T22:49:16.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-19T22:49:16.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-19T22:49:16.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-19T22:49:16.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20142026-05-19T22:49:16.925Z
20152026-05-19T22:49:16.926Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20162026-05-19T22:49:17.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-19T22:49:17.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-19T22:49:17.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-19T22:49:17.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20202026-05-19T22:49:17.368Z
20212026-05-19T22:49:17.368Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20222026-05-19T22:49:17.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-19T22:49:17.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-19T22:49:17.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-19T22:49:17.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20262026-05-19T22:49:17.850Z
20272026-05-19T22:49:17.850Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20282026-05-19T22:49:18.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-19T22:49:18.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-19T22:49:18.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-19T22:49:18.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-05-19T22:49:18.318Z
20332026-05-19T22:49:18.318Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20342026-05-19T22:49:18.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-19T22:49:18.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-19T22:49:18.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-19T22:49:18.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-05-19T22:49:18.802Z
20392026-05-19T22:49:18.802Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20402026-05-19T22:49:19.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-19T22:49:19.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-19T22:49:19.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-19T22:49:19.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-05-19T22:49:19.285Z
20452026-05-19T22:49:19.285Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20462026-05-19T22:49:19.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-19T22:49:19.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-19T22:49:19.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-19T22:49:19.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20502026-05-19T22:49:19.759Z
20512026-05-19T22:49:19.759Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20522026-05-19T22:49:20.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-19T22:49:20.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-19T22:49:20.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-19T22:49:20.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20562026-05-19T22:49:20.231Z
20572026-05-19T22:49:20.231Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20582026-05-19T22:49:20.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-19T22:49:20.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-19T22:49:20.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-19T22:49:20.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20622026-05-19T22:49:20.714Z
20632026-05-19T22:49:20.714Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20642026-05-19T22:49:21.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-19T22:49:21.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-19T22:49:21.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-19T22:49:21.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-05-19T22:49:21.191Z
20692026-05-19T22:49:21.191Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20702026-05-19T22:49:21.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-19T22:49:21.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-19T22:49:21.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-19T22:49:21.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20742026-05-19T22:49:21.668Z
20752026-05-19T22:49:21.668Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20762026-05-19T22:49:22.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-19T22:49:22.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-19T22:49:22.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-19T22:49:22.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-05-19T22:49:22.153Z
20812026-05-19T22:49:22.153Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20822026-05-19T22:49:22.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-19T22:49:22.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-19T22:49:22.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-19T22:49:22.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20862026-05-19T22:49:22.640Z
20872026-05-19T22:49:22.640Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20882026-05-19T22:49:23.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-19T22:49:23.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-19T22:49:23.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-19T22:49:23.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20922026-05-19T22:49:23.284Z
20932026-05-19T22:49:23.284Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20942026-05-19T22:49:23.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-19T22:49:23.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-19T22:49:23.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-19T22:49:23.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20982026-05-19T22:49:23.934Z
20992026-05-19T22:49:23.934Zinfo: running `cargo check --bins` on nexus-config (51/276)
21002026-05-19T22:49:24.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-19T22:49:24.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-19T22:49:24.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-19T22:49:24.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21042026-05-19T22:49:24.587Z
21052026-05-19T22:49:24.587Zinfo: running `cargo check --bins` on nexus-types (52/276)
21062026-05-19T22:49:25.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-19T22:49:25.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-19T22:49:25.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-19T22:49:25.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21102026-05-19T22:49:25.238Z
21112026-05-19T22:49:25.238Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21122026-05-19T22:49:25.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-19T22:49:25.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-19T22:49:25.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-19T22:49:25.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21162026-05-19T22:49:25.861Z
21172026-05-19T22:49:25.861Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21182026-05-19T22:49:26.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-19T22:49:26.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-19T22:49:26.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-19T22:49:26.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21222026-05-19T22:49:26.461Z
21232026-05-19T22:49:26.461Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21242026-05-19T22:49:26.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-19T22:49:26.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-19T22:49:26.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-19T22:49:26.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21282026-05-19T22:49:27.085Z
21292026-05-19T22:49:27.085Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21302026-05-19T22:49:27.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-19T22:49:27.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-19T22:49:27.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-19T22:49:27.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21342026-05-19T22:49:27.698Z
21352026-05-19T22:49:27.698Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21362026-05-19T22:49:28.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-19T22:49:28.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-19T22:49:28.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-19T22:49:28.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21402026-05-19T22:49:28.312Z
21412026-05-19T22:49:28.312Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21422026-05-19T22:49:28.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-19T22:49:28.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-19T22:49:28.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-19T22:49:28.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21462026-05-19T22:49:28.934Z
21472026-05-19T22:49:28.934Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21482026-05-19T22:49:29.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-19T22:49:29.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-19T22:49:29.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-19T22:49:29.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21522026-05-19T22:49:29.536Z
21532026-05-19T22:49:29.536Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21542026-05-19T22:49:30.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-19T22:49:30.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-19T22:49:30.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-19T22:49:30.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21582026-05-19T22:49:30.143Z
21592026-05-19T22:49:30.143Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21602026-05-19T22:49:30.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-19T22:49:30.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-19T22:49:30.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-19T22:49:30.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21642026-05-19T22:49:30.750Z
21652026-05-19T22:49:30.750Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21662026-05-19T22:49:31.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-19T22:49:31.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-19T22:49:31.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-19T22:49:31.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21702026-05-19T22:49:31.352Z
21712026-05-19T22:49:31.352Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21722026-05-19T22:49:31.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-19T22:49:31.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-19T22:49:31.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-19T22:49:31.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21762026-05-19T22:49:31.969Z
21772026-05-19T22:49:31.969Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21782026-05-19T22:49:32.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-19T22:49:32.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-19T22:49:32.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-19T22:49:32.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21822026-05-19T22:49:32.570Z
21832026-05-19T22:49:32.570Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21842026-05-19T22:49:33.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-19T22:49:33.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-19T22:49:33.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-19T22:49:33.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21882026-05-19T22:49:33.153Z
21892026-05-19T22:49:33.154Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21902026-05-19T22:49:33.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-19T22:49:33.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-19T22:49:33.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-19T22:49:33.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-05-19T22:49:33.748Z
21952026-05-19T22:49:33.748Zinfo: running `cargo check --bins` on ereport-types (67/276)
21962026-05-19T22:49:34.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-19T22:49:34.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-19T22:49:34.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-19T22:49:34.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22002026-05-19T22:49:34.344Z
22012026-05-19T22:49:34.344Zinfo: running `cargo check --bins` on gateway-client (68/276)
22022026-05-19T22:49:34.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-19T22:49:34.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-19T22:49:34.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-19T22:49:34.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22062026-05-19T22:49:34.951Z
22072026-05-19T22:49:34.951Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22082026-05-19T22:49:35.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-19T22:49:35.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-19T22:49:35.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-19T22:49:35.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22122026-05-19T22:49:35.555Z
22132026-05-19T22:49:35.555Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22142026-05-19T22:49:36.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-19T22:49:36.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-19T22:49:36.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-19T22:49:36.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22182026-05-19T22:49:36.158Z
22192026-05-19T22:49:36.158Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22202026-05-19T22:49:36.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-19T22:49:36.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-19T22:49:36.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-19T22:49:36.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-05-19T22:49:36.755Z
22252026-05-19T22:49:36.755Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22262026-05-19T22:49:37.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-19T22:49:37.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-19T22:49:37.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-19T22:49:37.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22302026-05-19T22:49:37.355Z
22312026-05-19T22:49:37.355Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22322026-05-19T22:49:37.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-19T22:49:37.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-19T22:49:37.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-19T22:49:37.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22362026-05-19T22:49:37.975Z
22372026-05-19T22:49:37.975Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22382026-05-19T22:49:38.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-19T22:49:38.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-19T22:49:38.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-19T22:49:38.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22422026-05-19T22:49:38.591Z
22432026-05-19T22:49:38.591Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22442026-05-19T22:49:39.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-19T22:49:39.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-19T22:49:39.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-05-19T22:49:39.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22482026-05-19T22:49:39.180Z
22492026-05-19T22:49:39.180Zinfo: running `cargo check --bins` on oxlog (76/276)
22502026-05-19T22:49:39.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-05-19T22:49:39.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-05-19T22:49:39.804Z Checking cfg-if v1.0.4
22532026-05-19T22:49:39.807Z Checking libc v0.2.185
22542026-05-19T22:49:39.807Z Checking serde_core v1.0.228
22552026-05-19T22:49:39.924Z Checking zeroize v1.8.2
22562026-05-19T22:49:39.931Z Checking memchr v2.8.0
22572026-05-19T22:49:39.939Z Checking log v0.4.29
22582026-05-19T22:49:39.949Z Checking smallvec v1.15.1
22592026-05-19T22:49:39.960Z Checking typenum v1.19.0
22602026-05-19T22:49:39.969Z Checking subtle v2.6.1
22612026-05-19T22:49:40.063Z Checking itoa v1.0.17
22622026-05-19T22:49:40.097Z Checking scopeguard v1.2.0
22632026-05-19T22:49:40.116Z Checking stable_deref_trait v1.2.1
22642026-05-19T22:49:40.129Z Checking const-oid v0.9.6
22652026-05-19T22:49:40.190Z Checking zerofrom v0.1.6
22662026-05-19T22:49:40.202Z Checking lock_api v0.4.14
22672026-05-19T22:49:40.216Z Checking pin-project-lite v0.2.17
22682026-05-19T22:49:40.295Z Checking portable-atomic v1.13.1
22692026-05-19T22:49:40.307Z Checking yoke v0.8.1
22702026-05-19T22:49:40.318Z Checking critical-section v1.2.0
22712026-05-19T22:49:40.328Z Checking getrandom v0.2.17
22722026-05-19T22:49:40.401Z Checking errno v0.3.14
22732026-05-19T22:49:40.413Z Checking parking_lot_core v0.9.12
22742026-05-19T22:49:40.467Z Checking rand_core v0.6.4
22752026-05-19T22:49:40.471Z Checking zerovec v0.11.5
22762026-05-19T22:49:40.489Z Checking generic-array v0.14.7
22772026-05-19T22:49:40.518Z Checking signal-hook-registry v1.4.8
22782026-05-19T22:49:40.597Z Checking futures-core v0.3.32
22792026-05-19T22:49:40.646Z Checking parking_lot v0.12.5
22802026-05-19T22:49:40.677Z Checking mio v1.2.0
22812026-05-19T22:49:40.688Z Checking once_cell v1.21.3
22822026-05-19T22:49:40.720Z Checking zerocopy v0.8.40
22832026-05-19T22:49:40.798Z Checking zmij v1.0.21
22842026-05-19T22:49:40.833Z Checking socket2 v0.6.3
22852026-05-19T22:49:40.858Z Checking libm v0.2.16
22862026-05-19T22:49:40.917Z Checking tinystr v0.8.2
22872026-05-19T22:49:40.930Z Checking crypto-common v0.1.7
22882026-05-19T22:49:40.951Z Checking block-buffer v0.10.4
22892026-05-19T22:49:41.010Z Checking litemap v0.8.1
22902026-05-19T22:49:41.047Z Checking percent-encoding v2.3.2
22912026-05-19T22:49:41.074Z Checking writeable v0.6.2
22922026-05-19T22:49:41.087Z Checking digest v0.10.7
22932026-05-19T22:49:41.087Z Checking equivalent v1.0.2
22942026-05-19T22:49:41.178Z Checking potential_utf v0.1.4
22952026-05-19T22:49:41.191Z Checking zerotrie v0.2.3
22962026-05-19T22:49:41.202Z Checking rand_core v0.10.0
22972026-05-19T22:49:41.229Z Checking icu_locale_core v2.1.1
22982026-05-19T22:49:41.282Z Checking futures-sink v0.3.32
22992026-05-19T22:49:41.308Z Checking icu_collections v2.1.1
23002026-05-19T22:49:41.359Z Checking futures-task v0.3.32
23012026-05-19T22:49:41.379Z Checking futures-channel v0.3.32
23022026-05-19T22:49:41.398Z Checking serde v1.0.228
23032026-05-19T22:49:41.433Z Checking bitflags v2.11.0
23042026-05-19T22:49:41.475Z Checking serde_json v1.0.149
23052026-05-19T22:49:41.567Z Checking cpufeatures v0.2.17
23062026-05-19T22:49:41.570Z Checking num-traits v0.2.19
23072026-05-19T22:49:41.611Z Checking futures-io v0.3.32
23082026-05-19T22:49:41.627Z Checking slab v0.4.12
23092026-05-19T22:49:41.655Z Checking getrandom v0.4.1
23102026-05-19T22:49:41.725Z Checking hmac v0.12.1
23112026-05-19T22:49:41.784Z Checking futures-util v0.3.32
23122026-05-19T22:49:41.797Z Checking bytes v1.11.1
23132026-05-19T22:49:41.800Z Checking icu_provider v2.1.1
23142026-05-19T22:49:41.819Z Checking icu_properties_data v2.1.2
23152026-05-19T22:49:41.853Z Checking icu_normalizer_data v2.1.1
23162026-05-19T22:49:41.925Z Checking hashbrown v0.17.0
23172026-05-19T22:49:41.941Z Checking block-padding v0.3.3
23182026-05-19T22:49:42.036Z Checking icu_properties v2.1.2
23192026-05-19T22:49:42.072Z Checking icu_normalizer v2.1.1
23202026-05-19T22:49:42.116Z Checking inout v0.1.4
23212026-05-19T22:49:42.145Z Checking utf8_iter v1.0.4
23222026-05-19T22:49:42.232Z Checking tokio v1.52.1
23232026-05-19T22:49:42.252Z Checking cipher v0.4.4
23242026-05-19T22:49:42.265Z Checking sha2 v0.10.9
23252026-05-19T22:49:42.376Z Checking form_urlencoded v1.2.2
23262026-05-19T22:49:42.389Z Checking indexmap v2.14.0
23272026-05-19T22:49:42.458Z Checking getrandom v0.3.4
23282026-05-19T22:49:42.503Z Checking fnv v1.0.7
23292026-05-19T22:49:42.541Z Checking base64ct v1.8.3
23302026-05-19T22:49:42.593Z Checking byteorder v1.5.0
23312026-05-19T22:49:42.609Z Checking flagset v0.4.7
23322026-05-19T22:49:42.731Z Checking rand_core v0.9.5
23332026-05-19T22:49:42.776Z Checking pem-rfc7468 v0.7.0
23342026-05-19T22:49:42.792Z Checking http v1.4.0
23352026-05-19T22:49:42.861Z Checking idna_adapter v1.2.1
23362026-05-19T22:49:42.910Z Checking regex-syntax v0.8.10
23372026-05-19T22:49:42.936Z Checking der v0.7.10
23382026-05-19T22:49:42.952Z Checking salsa20 v0.10.2
23392026-05-19T22:49:42.977Z Checking idna v1.1.0
23402026-05-19T22:49:43.079Z Checking pbkdf2 v0.12.2
23412026-05-19T22:49:43.190Z Checking uuid v1.23.0
23422026-05-19T22:49:43.225Z Checking url v2.5.8
23432026-05-19T22:49:43.362Z Checking rustix v1.1.3
23442026-05-19T22:49:43.506Z Checking ppv-lite86 v0.2.21
23452026-05-19T22:49:43.523Z Checking tracing-core v0.1.36
23462026-05-19T22:49:43.677Z Checking spki v0.7.3
23472026-05-19T22:49:43.689Z Checking rustls-pki-types v1.14.0
23482026-05-19T22:49:43.712Z Checking base64 v0.22.1
23492026-05-19T22:49:43.805Z Checking iana-time-zone v0.1.65
23502026-05-19T22:49:43.832Z Checking tracing v0.1.44
23512026-05-19T22:49:43.844Z Checking rand_chacha v0.9.0
23522026-05-19T22:49:43.911Z Checking chrono v0.4.44
23532026-05-19T22:49:43.948Z Checking http-body v1.0.1
23542026-05-19T22:49:43.977Z Checking scrypt v0.11.0
23552026-05-19T22:49:44.036Z Checking cbc v0.1.2
23562026-05-19T22:49:44.036Z Checking aes v0.8.4
23572026-05-19T22:49:44.077Z Checking aws-lc-sys v0.40.0
23582026-05-19T22:49:44.118Z Checking tinyvec_macros v0.1.1
23592026-05-19T22:49:44.176Z Checking openssl-probe v0.2.1
23602026-05-19T22:49:44.188Z Checking untrusted v0.7.1
23612026-05-19T22:49:44.210Z Checking untrusted v0.9.0
23622026-05-19T22:49:44.246Z Checking tinyvec v1.10.0
23632026-05-19T22:49:44.280Z Checking rand v0.9.2
23642026-05-19T22:49:44.316Z Checking tower-layer v0.3.3
23652026-05-19T22:49:44.322Z Checking ring v0.17.14
23662026-05-19T22:49:44.431Z Checking pkcs5 v0.7.1
23672026-05-19T22:49:44.444Z Checking atomic-waker v1.1.2
23682026-05-19T22:49:44.544Z Checking tower-service v0.3.3
23692026-05-19T22:49:44.560Z Checking try-lock v0.2.5
23702026-05-19T22:49:44.596Z Checking aws-lc-rs v1.16.3
23712026-05-19T22:49:44.635Z Checking ipnet v2.11.0
23722026-05-19T22:49:44.656Z Checking want v0.3.1
23732026-05-19T22:49:44.691Z Checking pkcs8 v0.10.2
23742026-05-19T22:49:44.753Z Checking httparse v1.10.1
23752026-05-19T22:49:44.773Z Checking aho-corasick v1.1.4
23762026-05-19T22:49:44.783Z Checking httpdate v1.0.3
23772026-05-19T22:49:44.869Z Checking dyn-clone v1.0.20
23782026-05-19T22:49:44.892Z Checking plain v0.2.3
23792026-05-19T22:49:44.927Z Checking fastrand v2.3.0
23802026-05-19T22:49:44.958Z Checking foreign-types-shared v0.1.1
23812026-05-19T22:49:44.971Z Checking pin-utils v0.1.0
23822026-05-19T22:49:44.994Z Checking unicode-normalization v0.1.25
23832026-05-19T22:49:45.038Z Checking foreign-types v0.3.2
23842026-05-19T22:49:45.038Z Checking semver v1.0.28
23852026-05-19T22:49:45.106Z Checking tempfile v3.25.0
23862026-05-19T22:49:45.119Z Checking openssl-sys v0.9.115
23872026-05-19T22:49:45.249Z Checking spin v0.9.8
23882026-05-19T22:49:45.311Z Checking ucd-trie v0.1.7
23892026-05-19T22:49:45.323Z Checking unicode-ident v1.0.24
23902026-05-19T22:49:45.397Z Checking schemars v0.8.22
23912026-05-19T22:49:45.429Z Checking proc-macro2 v1.0.106
23922026-05-19T22:49:45.441Z Checking rustls-webpki v0.103.9
23932026-05-19T22:49:45.453Z Checking pest v2.8.6
23942026-05-19T22:49:45.467Z Checking rustls-native-certs v0.8.3
23952026-05-19T22:49:45.470Z Checking regex-automata v0.4.14
23962026-05-19T22:49:45.490Z Checking tokio-util v0.7.18
23972026-05-19T22:49:45.503Z Checking openssl v0.10.79
23982026-05-19T22:49:45.593Z Checking thiserror v2.0.18
23992026-05-19T22:49:45.696Z Checking sync_wrapper v1.0.2
24002026-05-19T22:49:45.736Z Checking wait-timeout v0.2.1
24012026-05-19T22:49:45.798Z Checking siphasher v1.0.2
24022026-05-19T22:49:45.859Z Checking anstyle v1.0.13
24032026-05-19T22:49:45.872Z Checking rustls v0.23.37
24042026-05-19T22:49:45.955Z Checking simd-adler32 v0.3.8
24052026-05-19T22:49:46.038Z Checking utf8parse v0.2.2
24062026-05-19T22:49:46.051Z Checking pretty-hex v0.4.1
24072026-05-19T22:49:46.104Z Checking h2 v0.4.13
24082026-05-19T22:49:46.123Z Checking powerfmt v0.2.0
24092026-05-19T22:49:46.139Z Checking bit-vec v0.8.0
24102026-05-19T22:49:46.164Z Checking quick-error v1.2.3
24112026-05-19T22:49:46.265Z Checking rusty-fork v0.3.1
24122026-05-19T22:49:46.277Z Checking deranged v0.5.8
24132026-05-19T22:49:46.333Z Checking bit-set v0.8.0
24142026-05-19T22:49:46.435Z Checking anstyle-parse v0.2.7
24152026-05-19T22:49:46.481Z Checking tower v0.5.3
24162026-05-19T22:49:46.527Z Checking quote v1.0.45
24172026-05-19T22:49:46.586Z Compiling newtype-uuid v1.3.2
24182026-05-19T22:49:46.697Z Checking http-body-util v0.1.3
24192026-05-19T22:49:46.771Z Checking webpki-roots v1.0.6
24202026-05-19T22:49:46.866Z Checking crossbeam-utils v0.8.21
24212026-05-19T22:49:46.887Z Checking rand_xorshift v0.4.0
24222026-05-19T22:49:46.916Z Checking crc32fast v1.5.0
24232026-05-19T22:49:47.004Z Checking scroll v0.13.0
24242026-05-19T22:49:47.057Z Checking signature v2.2.0
24252026-05-19T22:49:47.189Z Checking anstyle-query v1.1.5
24262026-05-19T22:49:47.203Z Checking iri-string v0.7.10
24272026-05-19T22:49:47.205Z Checking ryu v1.0.23
24282026-05-19T22:49:47.232Z Checking is_terminal_polyfill v1.70.2
24292026-05-19T22:49:47.280Z Checking time-core v0.1.8
24302026-05-19T22:49:47.301Z Checking unicode-bidi v0.3.18
24312026-05-19T22:49:47.318Z Checking adler2 v2.0.1
24322026-05-19T22:49:47.346Z Checking num-conv v0.2.0
24332026-05-19T22:49:47.421Z Checking unarray v0.1.4
24342026-05-19T22:49:47.435Z Checking unicode-properties v0.1.4
24352026-05-19T22:49:47.472Z Checking num_threads v0.1.7
24362026-05-19T22:49:47.527Z Checking colorchoice v1.0.4
24372026-05-19T22:49:47.545Z Checking native-tls v0.2.18
24382026-05-19T22:49:47.560Z Checking allocator-api2 v0.2.21
24392026-05-19T22:49:47.602Z Checking time v0.3.47
24402026-05-19T22:49:47.614Z Checking stringprep v0.1.5
24412026-05-19T22:49:47.627Z Checking anstream v0.6.21
24422026-05-19T22:49:47.724Z Checking tokio-native-tls v0.3.1
24432026-05-19T22:49:47.763Z Checking proptest v1.10.0
24442026-05-19T22:49:47.826Z Checking miniz_oxide v0.8.9
24452026-05-19T22:49:47.837Z Checking serde_urlencoded v0.7.1
24462026-05-19T22:49:47.886Z Checking bstr v1.12.1
24472026-05-19T22:49:48.041Z Checking goblin v0.10.5
24482026-05-19T22:49:48.181Z Checking crossbeam-epoch v0.9.18
24492026-05-19T22:49:48.232Z Checking tower-http v0.6.8
24502026-05-19T22:49:48.278Z Checking tokio-rustls v0.26.4
24512026-05-19T22:49:48.297Z Compiling daft v0.1.7
24522026-05-19T22:49:48.425Z Checking syn v2.0.117
24532026-05-19T22:49:48.519Z Checking ipnetwork v0.21.1
24542026-05-19T22:49:48.535Z Checking rand_chacha v0.3.1
24552026-05-19T22:49:48.582Z Checking thiserror v1.0.69
24562026-05-19T22:49:48.684Z Checking scroll v0.12.0
24572026-05-19T22:49:48.736Z Checking hash32 v0.2.1
24582026-05-19T22:49:48.748Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-05-19T22:49:48.773Z Checking num-integer v0.1.46
24602026-05-19T22:49:48.857Z Checking hyper v1.8.1
24612026-05-19T22:49:48.860Z Checking serde_spanned v0.6.9
24622026-05-19T22:49:48.895Z Checking toml_datetime v0.6.11
24632026-05-19T22:49:48.918Z Checking md-5 v0.10.6
24642026-05-19T22:49:48.994Z Checking ff v0.13.1
24652026-05-19T22:49:49.008Z Checking zlib-rs v0.6.2
24662026-05-19T22:49:49.055Z Checking psl-types v2.0.11
24672026-05-19T22:49:49.079Z Checking base16ct v0.2.0
24682026-05-19T22:49:49.120Z Checking fallible-iterator v0.2.0
24692026-05-19T22:49:49.170Z Checking publicsuffix v2.3.0
24702026-05-19T22:49:49.205Z Checking sec1 v0.7.3
24712026-05-19T22:49:49.330Z Checking group v0.13.0
24722026-05-19T22:49:49.389Z Checking postgres-protocol v0.6.10
24732026-05-19T22:49:49.411Z Checking num-iter v0.1.45
24742026-05-19T22:49:49.479Z Checking goblin v0.8.2
24752026-05-19T22:49:49.526Z Checking heapless v0.7.17
24762026-05-19T22:49:49.699Z Checking zstd-safe v7.2.4
24772026-05-19T22:49:49.754Z Checking cookie v0.18.1
24782026-05-19T22:49:49.757Z Checking hyper-util v0.1.20
24792026-05-19T22:49:49.866Z Checking rand v0.8.6
24802026-05-19T22:49:49.894Z Checking flate2 v1.1.9
24812026-05-19T22:49:49.936Z Checking oxnet v0.1.4
24822026-05-19T22:49:49.990Z Compiling iddqd v0.4.1
24832026-05-19T22:49:50.174Z Checking dtrace-parser v0.3.0
24842026-05-19T22:49:50.196Z Checking phf_shared v0.13.1
24852026-05-19T22:49:50.378Z Checking lazy_static v1.5.0
24862026-05-19T22:49:50.392Z Checking pin-project v1.1.11
24872026-05-19T22:49:50.410Z Checking zerocopy v0.7.35
24882026-05-19T22:49:50.423Z Checking dof v0.4.0
24892026-05-19T22:49:50.466Z Checking bzip2-sys v0.1.13+1.0.8
24902026-05-19T22:49:50.482Z Checking signal-hook v0.3.18
24912026-05-19T22:49:50.551Z Checking terminal_size v0.4.3
24922026-05-19T22:49:50.667Z Checking futures-executor v0.3.32
24932026-05-19T22:49:50.679Z Checking hkdf v0.12.4
24942026-05-19T22:49:50.716Z Checking hex v0.4.3
24952026-05-19T22:49:50.809Z Checking crypto-bigint v0.5.5
24962026-05-19T22:49:50.822Z Checking thread-id v5.1.0
24972026-05-19T22:49:50.894Z Checking encoding_rs v0.8.35
24982026-05-19T22:49:50.907Z Checking winnow v0.5.40
24992026-05-19T22:49:50.938Z Checking same-file v1.0.6
25002026-05-19T22:49:51.023Z Checking hyper-rustls v0.27.7
25012026-05-19T22:49:51.060Z Checking hyper-tls v0.6.0
25022026-05-19T22:49:51.063Z Checking mime v0.3.17
25032026-05-19T22:49:51.207Z Checking strsim v0.11.1
25042026-05-19T22:49:51.219Z Checking winnow v0.7.14
25052026-05-19T22:49:51.229Z Compiling rayon-core v1.13.0
25062026-05-19T22:49:51.240Z Checking foldhash v0.2.0
25072026-05-19T22:49:51.368Z Checking libbz2-rs-sys v0.2.2
25082026-05-19T22:49:51.382Z Checking either v1.15.0
25092026-05-19T22:49:51.397Z Checking managed v0.8.0
25102026-05-19T22:49:51.409Z Checking foldhash v0.1.5
25112026-05-19T22:49:51.543Z Checking bitflags v1.3.2
25122026-05-19T22:49:51.567Z Checking clap_lex v1.0.0
25132026-05-19T22:49:51.580Z Checking bumpalo v3.20.2
25142026-05-19T22:49:51.614Z Checking cpufeatures v0.3.0
25152026-05-19T22:49:51.687Z Checking chacha20 v0.10.0
25162026-05-19T22:49:51.721Z Checking clap_builder v4.5.60
25172026-05-19T22:49:51.723Z Checking elliptic-curve v0.13.8
25182026-05-19T22:49:51.754Z Checking bzip2 v0.6.1
25192026-05-19T22:49:51.775Z Checking zopfli v0.8.3
25202026-05-19T22:49:51.853Z Checking reqwest v0.12.28
25212026-05-19T22:49:51.901Z Checking smoltcp v0.9.1
25222026-05-19T22:49:51.916Z Checking hashbrown v0.15.5
25232026-05-19T22:49:52.053Z Checking toml_edit v0.19.15
25242026-05-19T22:49:52.067Z Checking hashbrown v0.16.1
25252026-05-19T22:49:52.107Z Checking dof v0.3.0
25262026-05-19T22:49:52.383Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25272026-05-19T22:49:52.399Z Checking walkdir v2.5.0
25282026-05-19T22:49:52.404Z Checking usdt-impl v0.6.0
25292026-05-19T22:49:52.482Z Checking futures v0.3.32
25302026-05-19T22:49:52.567Z Checking signal-hook-mio v0.2.5
25312026-05-19T22:49:52.582Z Checking bzip2 v0.4.4
25322026-05-19T22:49:52.584Z Checking snafu v0.8.9
25332026-05-19T22:49:52.608Z Checking num-bigint-dig v0.8.6
25342026-05-19T22:49:52.669Z Checking phf v0.13.1
25352026-05-19T22:49:52.716Z Checking cookie_store v0.22.1
25362026-05-19T22:49:52.745Z Checking zstd v0.13.3
25372026-05-19T22:49:52.820Z Checking postgres-types v0.2.12
25382026-05-19T22:49:52.832Z Checking dtrace-parser v0.2.0
25392026-05-19T22:49:52.928Z Checking crossbeam-deque v0.8.6
25402026-05-19T22:49:52.951Z Checking globset v0.4.18
25412026-05-19T22:49:52.953Z Checking rustls-platform-verifier v0.6.2
25422026-05-19T22:49:53.057Z Checking regex v1.12.3
25432026-05-19T22:49:53.070Z Checking ed25519 v2.2.3
25442026-05-19T22:49:53.082Z Checking phf_shared v0.11.3
25452026-05-19T22:49:53.099Z Checking olpc-cjson v0.1.4
25462026-05-19T22:49:53.112Z Checking curve25519-dalek v4.1.3
25472026-05-19T22:49:53.128Z Checking ref-cast v1.0.25
25482026-05-19T22:49:53.210Z Checking strum v0.27.2
25492026-05-19T22:49:53.222Z Checking hubpack v0.1.2
25502026-05-19T22:49:53.234Z Checking memoffset v0.9.1
25512026-05-19T22:49:53.238Z Checking rustix v0.38.44
25522026-05-19T22:49:53.256Z Checking pkcs1 v0.7.5
25532026-05-19T22:49:53.324Z Checking pem v3.0.6
25542026-05-19T22:49:53.336Z Checking float-cmp v0.10.0
25552026-05-19T22:49:53.348Z Checking rfc6979 v0.4.0
25562026-05-19T22:49:53.390Z Checking serde-big-array v0.5.1
25572026-05-19T22:49:53.449Z Checking erased-serde v0.3.31
25582026-05-19T22:49:53.462Z Checking serde_plain v1.0.2
25592026-05-19T22:49:53.466Z Checking thread-id v4.2.2
25602026-05-19T22:49:53.486Z Checking memmap2 v0.9.10
25612026-05-19T22:49:53.488Z Checking env_filter v1.0.0
25622026-05-19T22:49:53.525Z Checking normalize-line-endings v0.3.0
25632026-05-19T22:49:53.548Z Checking typed-path v0.9.3
25642026-05-19T22:49:53.603Z Checking new_debug_unreachable v1.0.6
25652026-05-19T22:49:53.615Z Checking fixedbitset v0.5.7
25662026-05-19T22:49:53.634Z Checking unicode-segmentation v1.12.0
25672026-05-19T22:49:53.646Z Checking data-encoding v2.10.0
25682026-05-19T22:49:53.671Z Checking keccak v0.1.6
25692026-05-19T22:49:53.810Z Checking static_assertions v1.1.0
25702026-05-19T22:49:53.839Z Checking difflib v0.4.0
25712026-05-19T22:49:53.850Z Checking toml_write v0.1.2
25722026-05-19T22:49:53.883Z Checking jiff v0.2.21
25732026-05-19T22:49:53.918Z Checking fixedbitset v0.4.2
25742026-05-19T22:49:53.931Z Checking whoami v2.1.0
25752026-05-19T22:49:53.951Z Checking precomputed-hash v0.1.1
25762026-05-19T22:49:54.013Z Checking predicates-core v1.0.10
25772026-05-19T22:49:54.016Z Checking toml_edit v0.22.27
25782026-05-19T22:49:54.036Z Checking string_cache v0.8.9
25792026-05-19T22:49:54.066Z Checking petgraph v0.6.5
25802026-05-19T22:49:54.079Z Checking crossterm v0.28.1
25812026-05-19T22:49:54.117Z Checking tokio-postgres v0.7.16
25822026-05-19T22:49:54.134Z Checking predicates v3.1.4
25832026-05-19T22:49:54.199Z Checking similar v2.7.0
25842026-05-19T22:49:54.329Z Checking tough v0.22.0
25852026-05-19T22:49:54.429Z Checking ed25519-dalek v2.2.0
25862026-05-19T22:49:54.582Z Checking hickory-proto v0.25.2
25872026-05-19T22:49:54.661Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25882026-05-19T22:49:54.788Z Checking sha3 v0.10.8
25892026-05-19T22:49:54.998Z Checking slog v2.8.2
25902026-05-19T22:49:55.101Z Checking petgraph v0.8.3
25912026-05-19T22:49:55.266Z Checking usdt v0.6.0
25922026-05-19T22:49:55.336Z Checking env_logger v0.11.9
25932026-05-19T22:49:55.359Z Checking usdt-impl v0.5.0
25942026-05-19T22:49:55.437Z Checking rsa v0.9.10
25952026-05-19T22:49:55.529Z Checking ecdsa v0.16.9
25962026-05-19T22:49:55.641Z Checking nix v0.31.2
25972026-05-19T22:49:56.127Z Checking zip v4.6.1
25982026-05-19T22:49:56.241Z Checking reqwest v0.13.2
25992026-05-19T22:49:56.376Z Checking toml v0.7.8
26002026-05-19T22:49:56.652Z Checking clap v4.5.60
26012026-05-19T22:49:56.654Z Checking zip v0.6.6
26022026-05-19T22:49:56.701Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-05-19T22:49:56.715Z Checking rand v0.10.0
26042026-05-19T22:49:56.743Z Checking itertools v0.13.0
26052026-05-19T22:49:56.798Z Checking serde_with v3.17.0
26062026-05-19T22:49:56.932Z Checking strum v0.26.3
26072026-05-19T22:49:56.984Z Checking fs-err v3.3.0
26082026-05-19T22:49:57.035Z Checking ahash v0.8.12
26092026-05-19T22:49:57.047Z Checking object v0.37.3
26102026-05-19T22:49:57.083Z Checking tokio-stream v0.1.18
26112026-05-19T22:49:57.205Z Checking buf-list v1.1.2
26122026-05-19T22:49:57.232Z Checking anyhow v1.0.102
26132026-05-19T22:49:57.283Z Checking camino v1.2.2
26142026-05-19T22:49:57.354Z Checking x509-cert v0.2.5
26152026-05-19T22:49:57.384Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26162026-05-19T22:49:57.433Z Checking openapiv3 v2.2.0
26172026-05-19T22:49:57.478Z Checking sha1 v0.10.6
26182026-05-19T22:49:57.530Z Checking toml_datetime v0.7.5+spec-1.1.0
26192026-05-19T22:49:57.642Z Checking peg-runtime v0.8.5
26202026-05-19T22:49:57.645Z Checking lalrpop-util v0.19.12
26212026-05-19T22:49:57.734Z Checking rayon v1.11.0
26222026-05-19T22:49:57.784Z Checking sigpipe v0.1.3
26232026-05-19T22:49:57.787Z Checking glob v0.3.3
26242026-05-19T22:49:59.284Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-05-19T22:49:59.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.38s
26262026-05-19T22:49:59.738Z
26272026-05-19T22:49:59.738Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26282026-05-19T22:50:00.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-05-19T22:50:00.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-05-19T22:50:00.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-05-19T22:50:00.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26322026-05-19T22:50:00.344Z
26332026-05-19T22:50:00.344Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26342026-05-19T22:50:00.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-05-19T22:50:00.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-05-19T22:50:00.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-05-19T22:50:00.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26382026-05-19T22:50:00.951Z
26392026-05-19T22:50:00.951Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26402026-05-19T22:50:01.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-05-19T22:50:01.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-05-19T22:50:01.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-05-19T22:50:01.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26442026-05-19T22:50:01.572Z
26452026-05-19T22:50:01.572Zinfo: running `cargo check --bins` on oxql-types (80/276)
26462026-05-19T22:50:02.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-05-19T22:50:02.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-05-19T22:50:02.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-05-19T22:50:02.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26502026-05-19T22:50:02.172Z
26512026-05-19T22:50:02.172Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26522026-05-19T22:50:02.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-05-19T22:50:02.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-05-19T22:50:02.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-05-19T22:50:02.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26562026-05-19T22:50:02.780Z
26572026-05-19T22:50:02.780Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26582026-05-19T22:50:03.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-05-19T22:50:03.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-05-19T22:50:03.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-05-19T22:50:03.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26622026-05-19T22:50:03.393Z
26632026-05-19T22:50:03.393Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26642026-05-19T22:50:03.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-05-19T22:50:03.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-05-19T22:50:03.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-05-19T22:50:03.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26682026-05-19T22:50:03.977Z
26692026-05-19T22:50:03.977Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26702026-05-19T22:50:04.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-05-19T22:50:04.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-05-19T22:50:04.673Z Compiling structmeta-derive v0.3.0
26732026-05-19T22:50:04.789Z Compiling rustls v0.22.4
26742026-05-19T22:50:04.799Z Compiling multer v3.1.0
26752026-05-19T22:50:04.808Z Compiling async-stream-impl v0.3.6
26762026-05-19T22:50:04.811Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26772026-05-19T22:50:04.830Z Compiling dropshot v0.17.0
26782026-05-19T22:50:04.844Z Compiling dropshot_endpoint v0.17.0
26792026-05-19T22:50:04.844Z Compiling newtype-uuid-macros v0.1.0
26802026-05-19T22:50:04.984Z Checking newtype-uuid v1.3.2
26812026-05-19T22:50:05.025Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-05-19T22:50:05.087Z Checking rustls-webpki v0.102.8
26832026-05-19T22:50:05.184Z Checking daft v0.1.7
26842026-05-19T22:50:05.198Z Checking thread_local v1.1.9
26852026-05-19T22:50:05.366Z Checking match_cfg v0.1.0
26862026-05-19T22:50:05.379Z Checking compression-core v0.4.31
26872026-05-19T22:50:05.428Z Checking iddqd v0.4.1
26882026-05-19T22:50:05.441Z Checking hostname v0.3.1
26892026-05-19T22:50:05.473Z Checking crossbeam-channel v0.5.15
26902026-05-19T22:50:05.503Z Checking compression-codecs v0.4.37
26912026-05-19T22:50:05.538Z Checking slog-json v2.6.1
26922026-05-19T22:50:05.594Z Checking is-terminal v0.4.17
26932026-05-19T22:50:05.669Z Checking toml_datetime v1.0.0+spec-1.1.0
26942026-05-19T22:50:05.685Z Checking serde_spanned v1.0.4
26952026-05-19T22:50:05.698Z Checking take_mut v0.2.2
26962026-05-19T22:50:05.802Z Checking debug-ignore v1.0.5
26972026-05-19T22:50:05.814Z Checking toml_writer v1.0.6+spec-1.1.0
26982026-05-19T22:50:05.826Z Checking term v1.2.1
26992026-05-19T22:50:05.850Z Compiling structmeta v0.3.0
27002026-05-19T22:50:05.871Z Checking slog-async v2.8.0
27012026-05-19T22:50:05.899Z Checking slog-bunyan v2.5.0
27022026-05-19T22:50:05.992Z Checking toml v1.0.6+spec-1.1.0
27032026-05-19T22:50:06.013Z Checking async-compression v0.4.41
27042026-05-19T22:50:06.044Z Checking async-stream v0.3.6
27052026-05-19T22:50:06.056Z Checking slog-term v2.9.2
27062026-05-19T22:50:06.068Z Compiling derive-ex v0.1.8
27072026-05-19T22:50:06.172Z Compiling parse-display-derive v0.10.0
27082026-05-19T22:50:06.257Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-05-19T22:50:06.315Z Checking progenitor-client v0.14.0
27102026-05-19T22:50:06.340Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-05-19T22:50:06.364Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-05-19T22:50:06.506Z Checking waitgroup v0.1.2
27132026-05-19T22:50:06.541Z Checking backon v1.6.0
27142026-05-19T22:50:06.563Z Checking rustls-pemfile v2.2.0
27152026-05-19T22:50:06.611Z Checking serde_path_to_error v0.1.20
27162026-05-19T22:50:06.641Z Checking hostname v0.4.2
27172026-05-19T22:50:06.701Z Checking instant v0.1.13
27182026-05-19T22:50:06.788Z Checking backoff v0.4.0
27192026-05-19T22:50:06.885Z Checking progenitor-extras v0.2.0
27202026-05-19T22:50:06.926Z Checking tokio-rustls v0.25.0
27212026-05-19T22:50:06.945Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-05-19T22:50:06.960Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-05-19T22:50:07.158Z Checking itertools v0.14.0
27242026-05-19T22:50:07.162Z Checking progenitor-client v0.10.0
27252026-05-19T22:50:07.328Z Checking regress v0.10.5
27262026-05-19T22:50:07.360Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27272026-05-19T22:50:07.588Z Checking macaddr v1.0.1
27282026-05-19T22:50:07.755Z Compiling test-strategy v0.4.5
27292026-05-19T22:50:07.861Z Checking parse-display v0.10.0
27302026-05-19T22:50:08.970Z Compiling prettyplease v0.2.37
27312026-05-19T22:50:09.281Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-05-19T22:50:09.435Z Checking num-rational v0.4.2
27332026-05-19T22:50:09.659Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-05-19T22:50:09.965Z Checking num-complex v0.4.6
27352026-05-19T22:50:10.478Z Checking num v0.4.3
27362026-05-19T22:50:10.557Z Compiling usdt-macro v0.5.0
27372026-05-19T22:50:10.600Z Compiling usdt-attr-macro v0.5.0
27382026-05-19T22:50:10.707Z Checking memmap v0.7.0
27392026-05-19T22:50:10.723Z Compiling float-ord v0.3.2
27402026-05-19T22:50:10.840Z Compiling convert_case v0.4.0
27412026-05-19T22:50:10.853Z Checking unicode-width v0.2.0
27422026-05-19T22:50:11.114Z Checking console v0.15.11
27432026-05-19T22:50:11.226Z Compiling derive_more v0.99.20
27442026-05-19T22:50:11.291Z Checking newline-converter v0.3.0
27452026-05-19T22:50:11.379Z Checking usdt v0.5.0
27462026-05-19T22:50:11.394Z Checking atomicwrites v0.4.4
27472026-05-19T22:50:11.408Z Compiling toml v0.8.23
27482026-05-19T22:50:11.526Z Compiling minimal-lexical v0.2.1
27492026-05-19T22:50:11.552Z Checking linked-hash-map v0.5.6
27502026-05-19T22:50:11.728Z Checking lru-cache v0.1.2
27512026-05-19T22:50:11.788Z Compiling nom v7.1.3
27522026-05-19T22:50:11.853Z Checking expectorate v1.2.0
27532026-05-19T22:50:12.383Z Checking camino-tempfile v1.4.1
27542026-05-19T22:50:12.552Z Checking hickory-proto v0.24.4
27552026-05-19T22:50:12.569Z Checking phf_shared v0.12.1
27562026-05-19T22:50:12.718Z Compiling slog-dtrace v0.3.0
27572026-05-19T22:50:12.833Z Checking resolv-conf v0.7.6
27582026-05-19T22:50:12.915Z Compiling chrono-tz v0.10.4
27592026-05-19T22:50:13.023Z Checking heck v0.5.0
27602026-05-19T22:50:13.119Z Compiling const_format_proc_macros v0.2.34
27612026-05-19T22:50:13.135Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27622026-05-19T22:50:13.205Z Checking phf v0.12.1
27632026-05-19T22:50:13.227Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27642026-05-19T22:50:13.390Z Checking tokio-dtrace v0.1.1
27652026-05-19T22:50:13.583Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-05-19T22:50:13.670Z Compiling derive-where v1.6.0
27672026-05-19T22:50:13.811Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-05-19T22:50:13.960Z Checking highway v1.3.0
27692026-05-19T22:50:14.203Z Checking const_format v0.2.35
27702026-05-19T22:50:14.444Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27712026-05-19T22:50:14.459Z Checking hickory-resolver v0.24.4
27722026-05-19T22:50:14.593Z Checking oxide-tokio-rt v0.1.4
27732026-05-19T22:50:14.834Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-05-19T22:50:15.027Z Checking gethostname v0.5.0
27752026-05-19T22:50:15.040Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-05-19T22:50:15.055Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27772026-05-19T22:50:15.114Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27782026-05-19T22:50:15.151Z Checking bcs v0.1.6
27792026-05-19T22:50:15.194Z Checking qorb v0.4.1
27802026-05-19T22:50:15.263Z Checking termtree v0.5.1
27812026-05-19T22:50:18.577Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27822026-05-19T22:50:21.341Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27832026-05-19T22:50:23.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.51s
27842026-05-19T22:50:23.681Z
27852026-05-19T22:50:23.681Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27862026-05-19T22:50:24.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-05-19T22:50:24.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-05-19T22:50:24.384Z Compiling ar_archive_writer v0.5.1
27892026-05-19T22:50:24.497Z Compiling stacker v0.1.23
27902026-05-19T22:50:24.506Z Compiling cfg_aliases v0.1.1
27912026-05-19T22:50:24.513Z Compiling convert_case v0.10.0
27922026-05-19T22:50:24.516Z Checking unicode-width v0.1.14
27932026-05-19T22:50:24.530Z Compiling proc-macro-error v1.0.4
27942026-05-19T22:50:24.542Z Checking fd-lock v4.0.4
27952026-05-19T22:50:24.542Z Checking nibble_vec v0.1.0
27962026-05-19T22:50:24.564Z Compiling nix v0.28.0
27972026-05-19T22:50:24.654Z Checking vte v0.14.1
27982026-05-19T22:50:24.670Z Compiling recursive-proc-macro-impl v0.1.1
27992026-05-19T22:50:24.755Z Checking endian-type v0.1.2
28002026-05-19T22:50:24.767Z Checking bytecount v0.6.9
28012026-05-19T22:50:24.802Z Checking strip-ansi-escapes v0.2.1
28022026-05-19T22:50:24.816Z Compiling derive_more-impl v2.1.1
28032026-05-19T22:50:24.835Z Compiling tabled_derive v0.7.0
28042026-05-19T22:50:24.863Z Checking papergrid v0.11.0
28052026-05-19T22:50:24.876Z Checking radix_trie v0.2.1
28062026-05-19T22:50:24.921Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072026-05-19T22:50:25.075Z Compiling peg-macros v0.8.5
28082026-05-19T22:50:25.112Z Checking winnow v0.6.26
28092026-05-19T22:50:25.341Z Compiling psm v0.1.30
28102026-05-19T22:50:25.385Z Compiling sqlparser_derive v0.5.0
28112026-05-19T22:50:25.512Z Checking home v0.5.12
28122026-05-19T22:50:25.620Z Checking unicode_categories v0.1.1
28132026-05-19T22:50:25.633Z Checking derive_more v2.1.1
28142026-05-19T22:50:25.712Z Checking nu-ansi-term v0.50.3
28152026-05-19T22:50:25.777Z Checking crossterm v0.29.0
28162026-05-19T22:50:25.806Z Checking tabled v0.15.0
28172026-05-19T22:50:25.907Z Checking rustyline v14.0.0
28182026-05-19T22:50:25.921Z Checking reedline v0.40.0
28192026-05-19T22:50:26.113Z Checking recursive v0.1.1
28202026-05-19T22:50:26.168Z Checking display-error-chain v0.2.2
28212026-05-19T22:50:26.208Z Checking sqlparser v0.61.0
28222026-05-19T22:50:26.257Z Checking sqlformat v0.3.5
28232026-05-19T22:50:26.458Z Checking peg v0.8.5
28242026-05-19T22:50:37.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
28252026-05-19T22:50:37.643Z
28262026-05-19T22:50:37.643Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28272026-05-19T22:50:38.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-19T22:50:38.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-19T22:50:38.328Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-19T22:50:41.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28312026-05-19T22:50:41.962Z
28322026-05-19T22:50:41.962Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28332026-05-19T22:50:42.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-19T22:50:42.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-19T22:50:42.642Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-19T22:50:45.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28372026-05-19T22:50:45.290Z
28382026-05-19T22:50:45.290Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28392026-05-19T22:50:45.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-19T22:50:45.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-19T22:50:45.968Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-19T22:50:49.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28432026-05-19T22:50:49.421Z
28442026-05-19T22:50:49.421Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28452026-05-19T22:50:49.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-19T22:50:49.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-19T22:50:50.109Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-19T22:50:53.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28492026-05-19T22:50:53.574Z
28502026-05-19T22:50:53.574Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28512026-05-19T22:50:54.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-19T22:50:54.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-19T22:50:54.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-19T22:50:56.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28552026-05-19T22:50:57.036Z
28562026-05-19T22:50:57.036Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28572026-05-19T22:50:57.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-19T22:50:57.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-19T22:50:57.720Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-19T22:51:00.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28612026-05-19T22:51:00.549Z
28622026-05-19T22:51:00.549Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28632026-05-19T22:51:01.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-19T22:51:01.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-19T22:51:01.238Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-05-19T22:51:04.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28672026-05-19T22:51:04.862Z
28682026-05-19T22:51:04.863Zinfo: running `cargo check --bins` on oximeter (93/276)
28692026-05-19T22:51:05.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-19T22:51:05.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-19T22:51:05.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-19T22:51:05.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28732026-05-19T22:51:05.471Z
28742026-05-19T22:51:05.471Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28752026-05-19T22:51:05.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-19T22:51:05.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-19T22:51:06.121Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28782026-05-19T22:51:06.286Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-05-19T22:51:06.289Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-05-19T22:51:06.634Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812026-05-19T22:51:09.542Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28822026-05-19T22:51:10.758Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28832026-05-19T22:51:10.921Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28842026-05-19T22:51:11.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
28852026-05-19T22:51:11.796Z
28862026-05-19T22:51:11.796Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28872026-05-19T22:51:12.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-19T22:51:12.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-19T22:51:12.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-19T22:51:12.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28912026-05-19T22:51:12.403Z
28922026-05-19T22:51:12.403Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28932026-05-19T22:51:12.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-19T22:51:12.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-19T22:51:12.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-19T22:51:12.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28972026-05-19T22:51:13.052Z
28982026-05-19T22:51:13.052Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28992026-05-19T22:51:13.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-19T22:51:13.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-19T22:51:13.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-19T22:51:13.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29032026-05-19T22:51:13.671Z
29042026-05-19T22:51:13.671Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29052026-05-19T22:51:14.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-19T22:51:14.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-19T22:51:14.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-19T22:51:14.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-05-19T22:51:14.288Z
29102026-05-19T22:51:14.288Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29112026-05-19T22:51:14.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-19T22:51:14.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-19T22:51:14.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-19T22:51:14.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29152026-05-19T22:51:14.913Z
29162026-05-19T22:51:14.913Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29172026-05-19T22:51:15.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-19T22:51:15.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-19T22:51:15.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-19T22:51:15.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29212026-05-19T22:51:15.535Z
29222026-05-19T22:51:15.535Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29232026-05-19T22:51:16.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-19T22:51:16.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-19T22:51:16.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-19T22:51:16.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29272026-05-19T22:51:16.139Z
29282026-05-19T22:51:16.139Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29292026-05-19T22:51:16.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-19T22:51:16.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-19T22:51:16.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-19T22:51:16.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29332026-05-19T22:51:16.757Z
29342026-05-19T22:51:16.757Zinfo: running `cargo check --bins` on update-engine (103/276)
29352026-05-19T22:51:17.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-19T22:51:17.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-19T22:51:17.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-05-19T22:51:17.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29392026-05-19T22:51:17.351Z
29402026-05-19T22:51:17.351Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29412026-05-19T22:51:17.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-05-19T22:51:17.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-05-19T22:51:18.081Z Compiling crucible-workspace-hack v0.1.0
29442026-05-19T22:51:18.200Z Checking secrecy v0.10.3
29452026-05-19T22:51:18.207Z Compiling heapless v0.8.0
29462026-05-19T22:51:18.214Z Compiling ingot-macros v0.1.1
29472026-05-19T22:51:18.220Z Compiling toml_edit v0.23.10+spec-1.0.0
29482026-05-19T22:51:18.220Z Checking hash32 v0.3.1
29492026-05-19T22:51:18.242Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-05-19T22:51:18.245Z Compiling smoltcp v0.11.0
29512026-05-19T22:51:18.302Z Checking cobs v0.3.0
29522026-05-19T22:51:18.353Z Compiling thiserror-impl-no-std v2.0.2
29532026-05-19T22:51:18.441Z Checking universal-hash v0.5.1
29542026-05-19T22:51:18.466Z Checking half v2.7.1
29552026-05-19T22:51:18.490Z Checking ciborium-io v0.2.2
29562026-05-19T22:51:18.579Z Checking opaque-debug v0.3.1
29572026-05-19T22:51:18.579Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-05-19T22:51:18.625Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29592026-05-19T22:51:18.661Z Checking poly1305 v0.8.0
29602026-05-19T22:51:18.720Z Checking ciborium-ll v0.2.2
29612026-05-19T22:51:18.759Z Compiling proc-macro-crate v3.4.0
29622026-05-19T22:51:18.910Z Checking postcard v1.1.3
29632026-05-19T22:51:18.925Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-05-19T22:51:18.942Z Checking password-hash v0.5.0
29652026-05-19T22:51:19.200Z Checking chacha20 v0.9.1
29662026-05-19T22:51:19.214Z Compiling proc-macro-crate v1.3.1
29672026-05-19T22:51:19.236Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29682026-05-19T22:51:19.282Z Checking blake2 v0.10.6
29692026-05-19T22:51:19.310Z Compiling num_enum_derive v0.7.5
29702026-05-19T22:51:19.393Z Checking aead v0.5.2
29712026-05-19T22:51:19.477Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29722026-05-19T22:51:19.518Z Compiling foreign-types-macros v0.2.3
29732026-05-19T22:51:19.541Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29742026-05-19T22:51:19.555Z Checking thiserror-no-std v2.0.2
29752026-05-19T22:51:19.628Z Checking foreign-types-shared v0.3.1
29762026-05-19T22:51:19.642Z Checking vsss-rs v3.3.4
29772026-05-19T22:51:19.689Z Compiling num_enum_derive v0.5.11
29782026-05-19T22:51:19.747Z Checking chacha20poly1305 v0.10.1
29792026-05-19T22:51:19.782Z Checking argon2 v0.5.3
29802026-05-19T22:51:19.848Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29812026-05-19T22:51:20.108Z Checking foreign-types v0.5.0
29822026-05-19T22:51:20.190Z Checking ciborium v0.2.2
29832026-05-19T22:51:20.230Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29842026-05-19T22:51:20.326Z Checking tabwriter v1.4.1
29852026-05-19T22:51:20.361Z Checking num_enum v0.7.5
29862026-05-19T22:51:20.472Z Checking byte-wrapper v0.1.0
29872026-05-19T22:51:20.486Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-05-19T22:51:20.514Z Checking cstr-argument v0.1.2
29892026-05-19T22:51:20.606Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29902026-05-19T22:51:20.640Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29912026-05-19T22:51:20.681Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29922026-05-19T22:51:20.738Z Checking num_enum v0.5.11
29932026-05-19T22:51:20.767Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29942026-05-19T22:51:20.842Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-05-19T22:51:20.855Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29962026-05-19T22:51:20.903Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29972026-05-19T22:51:21.011Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29982026-05-19T22:51:21.025Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29992026-05-19T22:51:21.036Z Checking indent_write v2.2.0
30002026-05-19T22:51:21.049Z Checking colored v3.1.1
30012026-05-19T22:51:21.061Z Checking ingot-types v0.1.2
30022026-05-19T22:51:21.166Z Compiling zone_cfg_derive v0.3.1
30032026-05-19T22:51:21.212Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30042026-05-19T22:51:21.301Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-19T22:51:21.317Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30062026-05-19T22:51:21.333Z Checking itertools v0.12.1
30072026-05-19T22:51:21.388Z Compiling num-derive v0.4.2
30082026-05-19T22:51:21.401Z Checking swrite v0.1.0
30092026-05-19T22:51:21.427Z Checking ingot v0.1.1
30102026-05-19T22:51:21.492Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30112026-05-19T22:51:21.495Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30122026-05-19T22:51:21.668Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30132026-05-19T22:51:21.813Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30142026-05-19T22:51:21.828Z Checking dropshot-api-manager-types v0.7.1
30152026-05-19T22:51:21.854Z Checking smf v0.2.3
30162026-05-19T22:51:21.892Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30172026-05-19T22:51:21.924Z Checking nanorand v0.7.0
30182026-05-19T22:51:21.998Z Checking whoami v1.6.1
30192026-05-19T22:51:22.074Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30202026-05-19T22:51:22.116Z Checking flume v0.11.1
30212026-05-19T22:51:22.302Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30222026-05-19T22:51:22.331Z Checking zone v0.3.1
30232026-05-19T22:51:22.986Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-19T22:51:23.969Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30252026-05-19T22:51:24.865Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30262026-05-19T22:51:27.970Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30272026-05-19T22:51:30.029Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30282026-05-19T22:51:31.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
30292026-05-19T22:51:31.344Z
30302026-05-19T22:51:31.344Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30312026-05-19T22:51:31.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-05-19T22:51:31.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-05-19T22:51:31.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-05-19T22:51:31.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30352026-05-19T22:51:31.960Z
30362026-05-19T22:51:31.960Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30372026-05-19T22:51:32.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-05-19T22:51:32.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-05-19T22:51:32.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-05-19T22:51:32.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30412026-05-19T22:51:32.582Z
30422026-05-19T22:51:32.582Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30432026-05-19T22:51:33.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-05-19T22:51:33.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-05-19T22:51:33.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-05-19T22:51:33.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30472026-05-19T22:51:33.214Z
30482026-05-19T22:51:33.214Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30492026-05-19T22:51:33.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-19T22:51:33.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-19T22:51:33.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-19T22:51:33.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30532026-05-19T22:51:33.839Z
30542026-05-19T22:51:33.839Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30552026-05-19T22:51:34.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-19T22:51:34.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-19T22:51:34.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-19T22:51:34.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30592026-05-19T22:51:34.457Z
30602026-05-19T22:51:34.457Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30612026-05-19T22:51:34.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-19T22:51:34.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-19T22:51:34.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-19T22:51:34.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30652026-05-19T22:51:35.083Z
30662026-05-19T22:51:35.083Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30672026-05-19T22:51:35.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-19T22:51:35.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-19T22:51:35.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-19T22:51:35.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30712026-05-19T22:51:35.711Z
30722026-05-19T22:51:35.711Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30732026-05-19T22:51:36.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-19T22:51:36.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-19T22:51:36.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-19T22:51:36.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30772026-05-19T22:51:36.324Z
30782026-05-19T22:51:36.324Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30792026-05-19T22:51:36.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-19T22:51:36.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-19T22:51:36.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-19T22:51:36.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30832026-05-19T22:51:36.949Z
30842026-05-19T22:51:36.949Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30852026-05-19T22:51:37.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-19T22:51:37.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-19T22:51:37.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-19T22:51:37.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30892026-05-19T22:51:37.574Z
30902026-05-19T22:51:37.574Zinfo: running `cargo check --bins` on installinator-client (115/276)
30912026-05-19T22:51:38.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-19T22:51:38.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-19T22:51:38.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-19T22:51:38.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30952026-05-19T22:51:38.201Z
30962026-05-19T22:51:38.201Zinfo: running `cargo check --bins` on nexus-client (116/276)
30972026-05-19T22:51:38.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-19T22:51:38.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-19T22:51:38.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-19T22:51:38.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31012026-05-19T22:51:38.862Z
31022026-05-19T22:51:38.862Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31032026-05-19T22:51:39.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-19T22:51:39.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-19T22:51:39.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-19T22:51:39.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31072026-05-19T22:51:39.515Z
31082026-05-19T22:51:39.515Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31092026-05-19T22:51:40.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-19T22:51:40.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-19T22:51:40.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-19T22:51:40.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31132026-05-19T22:51:40.124Z
31142026-05-19T22:51:40.124Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31152026-05-19T22:51:40.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-19T22:51:40.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-19T22:51:40.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-19T22:51:40.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31192026-05-19T22:51:40.735Z
31202026-05-19T22:51:40.735Zinfo: running `cargo check --bins` on oxide-client (120/276)
31212026-05-19T22:51:41.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-19T22:51:41.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-19T22:51:41.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-19T22:51:41.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31252026-05-19T22:51:41.348Z
31262026-05-19T22:51:41.348Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31272026-05-19T22:51:41.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-19T22:51:41.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-19T22:51:41.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-19T22:51:41.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31312026-05-19T22:51:41.968Z
31322026-05-19T22:51:41.968Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31332026-05-19T22:51:42.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-19T22:51:42.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-19T22:51:42.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-19T22:51:42.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31372026-05-19T22:51:42.572Z
31382026-05-19T22:51:42.572Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31392026-05-19T22:51:43.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-19T22:51:43.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-19T22:51:43.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-19T22:51:43.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31432026-05-19T22:51:43.200Z
31442026-05-19T22:51:43.200Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31452026-05-19T22:51:43.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-19T22:51:43.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-19T22:51:43.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-19T22:51:43.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31492026-05-19T22:51:43.843Z
31502026-05-19T22:51:43.843Zinfo: running `cargo check --bins` on installinator-common (125/276)
31512026-05-19T22:51:44.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-19T22:51:44.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-19T22:51:44.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-19T22:51:44.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31552026-05-19T22:51:44.482Z
31562026-05-19T22:51:44.482Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31572026-05-19T22:51:44.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-19T22:51:44.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-19T22:51:44.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-05-19T22:51:45.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31612026-05-19T22:51:45.090Z
31622026-05-19T22:51:45.090Zinfo: running `cargo check --bins` on wicket-common (127/276)
31632026-05-19T22:51:45.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-05-19T22:51:45.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-05-19T22:51:45.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-05-19T22:51:45.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31672026-05-19T22:51:45.728Z
31682026-05-19T22:51:45.728Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31692026-05-19T22:51:46.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-05-19T22:51:46.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-05-19T22:51:46.443Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31722026-05-19T22:51:46.560Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-05-19T22:51:46.568Z Checking csv-core v0.1.13
31742026-05-19T22:51:46.576Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31752026-05-19T22:51:46.583Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31762026-05-19T22:51:46.593Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31772026-05-19T22:51:46.604Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31782026-05-19T22:51:46.617Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31792026-05-19T22:51:46.728Z Checking csv v1.4.0
31802026-05-19T22:51:46.774Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31812026-05-19T22:51:46.780Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31822026-05-19T22:51:46.821Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31832026-05-19T22:51:46.859Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31842026-05-19T22:51:47.068Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31852026-05-19T22:51:47.430Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31862026-05-19T22:51:47.430Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31872026-05-19T22:51:47.815Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31882026-05-19T22:51:53.767Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31892026-05-19T22:51:54.304Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31902026-05-19T22:51:56.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.95s
31912026-05-19T22:51:56.869Z
31922026-05-19T22:51:56.869Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31932026-05-19T22:51:57.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-05-19T22:51:57.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-05-19T22:51:57.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-05-19T22:51:57.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31972026-05-19T22:51:57.481Z
31982026-05-19T22:51:57.481Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31992026-05-19T22:51:58.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-05-19T22:51:58.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-05-19T22:51:58.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-05-19T22:51:58.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32032026-05-19T22:51:58.186Z
32042026-05-19T22:51:58.186Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32052026-05-19T22:51:58.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-19T22:51:58.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-19T22:51:58.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-05-19T22:51:58.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32092026-05-19T22:51:58.890Z
32102026-05-19T22:51:58.890Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32112026-05-19T22:51:59.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-05-19T22:51:59.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-05-19T22:51:59.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-05-19T22:51:59.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32152026-05-19T22:51:59.548Z
32162026-05-19T22:51:59.548Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32172026-05-19T22:52:00.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-05-19T22:52:00.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-05-19T22:52:00.326Z Compiling regress v0.11.1
32202026-05-19T22:52:00.467Z Compiling unsafe-libyaml v0.2.11
32212026-05-19T22:52:00.480Z Compiling radium v0.7.0
32222026-05-19T22:52:00.483Z Compiling semver v0.1.20
32232026-05-19T22:52:00.506Z Compiling maybe-uninit v2.0.0
32242026-05-19T22:52:00.511Z Checking tap v1.0.1
32252026-05-19T22:52:00.532Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32262026-05-19T22:52:00.623Z Checking wyz v0.5.1
32272026-05-19T22:52:00.753Z Compiling rustc_version v0.1.7
32282026-05-19T22:52:00.804Z Checking progenitor-client v0.13.0
32292026-05-19T22:52:00.838Z Compiling zerocopy-derive v0.6.6
32302026-05-19T22:52:00.949Z Compiling cancel-safe-futures v0.1.5
32312026-05-19T22:52:00.976Z Compiling serde_yaml v0.9.34+deprecated
32322026-05-19T22:52:01.037Z Compiling newtype_derive v0.1.6
32332026-05-19T22:52:01.194Z Compiling packed_struct v0.10.1
32342026-05-19T22:52:01.207Z Checking crc-catalog v2.4.0
32352026-05-19T22:52:01.228Z Checking funty v2.0.0
32362026-05-19T22:52:01.301Z Compiling owo-colors v4.3.0
32372026-05-19T22:52:01.465Z Checking crc v3.4.0
32382026-05-19T22:52:01.566Z Checking bitvec v1.0.1
32392026-05-19T22:52:01.701Z Checking zerocopy v0.6.6
32402026-05-19T22:52:01.732Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-05-19T22:52:01.783Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-05-19T22:52:01.934Z Checking typify-impl v0.6.2
32432026-05-19T22:52:02.034Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32442026-05-19T22:52:02.126Z Compiling packed_struct_codegen v0.10.1
32452026-05-19T22:52:02.275Z Checking libsw-core v0.3.2
32462026-05-19T22:52:02.290Z Compiling bitfield-macros v0.19.4
32472026-05-19T22:52:02.425Z Compiling indexmap v1.9.3
32482026-05-19T22:52:02.475Z Checking nodrop v0.1.14
32492026-05-19T22:52:02.573Z Checking array-init v0.0.4
32502026-05-19T22:52:02.647Z Checking libsw v3.5.0
32512026-05-19T22:52:02.801Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32522026-05-19T22:52:02.872Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-05-19T22:52:02.891Z Checking smallvec v0.6.14
32542026-05-19T22:52:03.014Z Checking bitfield v0.19.4
32552026-05-19T22:52:03.086Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32562026-05-19T22:52:03.206Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32572026-05-19T22:52:03.296Z Checking hashbrown v0.12.3
32582026-05-19T22:52:03.331Z Checking tagptr v0.2.0
32592026-05-19T22:52:03.348Z Checking unicode-linebreak v0.1.5
32602026-05-19T22:52:03.478Z Checking smawk v0.3.2
32612026-05-19T22:52:03.546Z Checking linear-map v1.2.0
32622026-05-19T22:52:03.570Z Checking base64 v0.21.7
32632026-05-19T22:52:03.614Z Checking textwrap v0.16.2
32642026-05-19T22:52:03.721Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-05-19T22:52:03.730Z Checking moka v0.12.13
32662026-05-19T22:52:03.788Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32672026-05-19T22:52:03.827Z Checking ron v0.8.1
32682026-05-19T22:52:03.833Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32692026-05-19T22:52:03.893Z Checking steno v0.4.1
32702026-05-19T22:52:04.058Z Checking serde-hex v0.1.0
32712026-05-19T22:52:04.327Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32722026-05-19T22:52:04.343Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-05-19T22:52:04.378Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32742026-05-19T22:52:04.506Z Checking hashbrown v0.13.2
32752026-05-19T22:52:04.639Z Checking crc-any v2.5.0
32762026-05-19T22:52:04.828Z Checking humantime v2.3.0
32772026-05-19T22:52:04.892Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32782026-05-19T22:52:04.927Z Checking object v0.30.4
32792026-05-19T22:52:04.953Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-05-19T22:52:05.008Z Checking hickory-resolver v0.25.2
32812026-05-19T22:52:05.060Z Checking hickory-proto v0.26.1
32822026-05-19T22:52:05.103Z Checking void v1.0.2
32832026-05-19T22:52:05.118Z Checking path-slash v0.1.5
32842026-05-19T22:52:05.213Z Checking utf-8 v0.7.6
32852026-05-19T22:52:05.226Z Checking half v1.8.3
32862026-05-19T22:52:05.353Z Checking tungstenite v0.23.0
32872026-05-19T22:52:05.425Z Checking serde_cbor v0.11.2
32882026-05-19T22:52:05.554Z Checking lzss v0.8.2
32892026-05-19T22:52:05.747Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32902026-05-19T22:52:05.771Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32912026-05-19T22:52:05.814Z Checking nix v0.27.1
32922026-05-19T22:52:05.868Z Checking kstat-rs v0.2.4
32932026-05-19T22:52:05.905Z Checking fxhash v0.2.1
32942026-05-19T22:52:06.011Z Checking serde_bytes v0.11.19
32952026-05-19T22:52:06.029Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32962026-05-19T22:52:06.060Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32972026-05-19T22:52:06.186Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32982026-05-19T22:52:06.260Z Checking tokio-tungstenite v0.23.1
32992026-05-19T22:52:06.320Z Checking signal-hook-tokio v0.3.1
33002026-05-19T22:52:06.378Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33012026-05-19T22:52:06.563Z Compiling typify-macro v0.6.2
33022026-05-19T22:52:07.302Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33032026-05-19T22:52:07.716Z Compiling typify v0.6.2
33042026-05-19T22:52:07.797Z Compiling progenitor-impl v0.13.0
33052026-05-19T22:52:07.797Z Compiling progenitor-impl v0.14.0
33062026-05-19T22:52:08.204Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33072026-05-19T22:52:08.540Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33082026-05-19T22:52:09.414Z Compiling progenitor-macro v0.14.0
33092026-05-19T22:52:09.445Z Compiling progenitor-macro v0.13.0
33102026-05-19T22:52:12.029Z Checking progenitor v0.13.0
33112026-05-19T22:52:12.031Z Checking progenitor v0.14.0
33122026-05-19T22:52:12.164Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33132026-05-19T22:52:12.167Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-05-19T22:52:15.186Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33152026-05-19T22:52:22.833Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-05-19T22:52:29.192Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-05-19T22:52:30.576Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33182026-05-19T22:52:31.092Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-05-19T22:52:33.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.64s
33202026-05-19T22:52:33.404Z
33212026-05-19T22:52:33.404Zinfo: running `cargo check --bins` on gateway-api (134/276)
33222026-05-19T22:52:33.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-05-19T22:52:33.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-05-19T22:52:33.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-05-19T22:52:33.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33262026-05-19T22:52:34.014Z
33272026-05-19T22:52:34.014Zinfo: running `cargo check --bins` on ipcc (135/276)
33282026-05-19T22:52:34.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-05-19T22:52:34.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-05-19T22:52:34.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-05-19T22:52:34.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33322026-05-19T22:52:34.627Z
33332026-05-19T22:52:34.627Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33342026-05-19T22:52:35.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-19T22:52:35.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-19T22:52:35.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-19T22:52:35.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33382026-05-19T22:52:35.220Z
33392026-05-19T22:52:35.220Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33402026-05-19T22:52:35.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-19T22:52:35.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-19T22:52:35.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-19T22:52:35.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33442026-05-19T22:52:35.835Z
33452026-05-19T22:52:35.835Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33462026-05-19T22:52:36.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-19T22:52:36.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-19T22:52:36.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-19T22:52:36.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33502026-05-19T22:52:36.453Z
33512026-05-19T22:52:36.453Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33522026-05-19T22:52:36.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-19T22:52:36.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-19T22:52:36.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-19T22:52:36.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33562026-05-19T22:52:37.070Z
33572026-05-19T22:52:37.070Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33582026-05-19T22:52:37.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-19T22:52:37.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-19T22:52:37.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-19T22:52:37.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33622026-05-19T22:52:37.689Z
33632026-05-19T22:52:37.689Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33642026-05-19T22:52:38.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-19T22:52:38.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-19T22:52:38.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-19T22:52:38.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-05-19T22:52:38.303Z
33692026-05-19T22:52:38.303Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33702026-05-19T22:52:38.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-19T22:52:38.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-19T22:52:38.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-19T22:52:38.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33742026-05-19T22:52:38.921Z
33752026-05-19T22:52:38.921Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33762026-05-19T22:52:39.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-19T22:52:39.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-19T22:52:39.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-19T22:52:39.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33802026-05-19T22:52:39.535Z
33812026-05-19T22:52:39.535Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33822026-05-19T22:52:40.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-19T22:52:40.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-19T22:52:40.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-19T22:52:40.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33862026-05-19T22:52:40.152Z
33872026-05-19T22:52:40.152Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33882026-05-19T22:52:40.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-19T22:52:40.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-19T22:52:40.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-19T22:52:40.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33922026-05-19T22:52:40.771Z
33932026-05-19T22:52:40.771Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33942026-05-19T22:52:41.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-19T22:52:41.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-19T22:52:41.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-19T22:52:41.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-05-19T22:52:41.385Z
33992026-05-19T22:52:41.385Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
34002026-05-19T22:52:41.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-19T22:52:41.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-19T22:52:41.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-19T22:52:41.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34042026-05-19T22:52:42.007Z
34052026-05-19T22:52:42.007Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34062026-05-19T22:52:42.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-19T22:52:42.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-19T22:52:42.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-19T22:52:42.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34102026-05-19T22:52:42.620Z
34112026-05-19T22:52:42.620Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34122026-05-19T22:52:43.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-19T22:52:43.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-19T22:52:43.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-19T22:52:43.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34162026-05-19T22:52:43.234Z
34172026-05-19T22:52:43.234Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34182026-05-19T22:52:43.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-19T22:52:43.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-19T22:52:43.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-19T22:52:43.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34222026-05-19T22:52:43.849Z
34232026-05-19T22:52:43.849Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34242026-05-19T22:52:44.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-19T22:52:44.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-19T22:52:44.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-19T22:52:44.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34282026-05-19T22:52:44.466Z
34292026-05-19T22:52:44.466Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34302026-05-19T22:52:44.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-19T22:52:44.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-19T22:52:44.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-19T22:52:44.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34342026-05-19T22:52:45.080Z
34352026-05-19T22:52:45.080Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34362026-05-19T22:52:45.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-19T22:52:45.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-19T22:52:45.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-19T22:52:45.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34402026-05-19T22:52:45.698Z
34412026-05-19T22:52:45.698Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34422026-05-19T22:52:46.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-19T22:52:46.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-19T22:52:46.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-19T22:52:46.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34462026-05-19T22:52:46.315Z
34472026-05-19T22:52:46.315Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34482026-05-19T22:52:46.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-19T22:52:46.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-19T22:52:46.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-19T22:52:46.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34522026-05-19T22:52:46.974Z
34532026-05-19T22:52:46.974Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34542026-05-19T22:52:47.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-19T22:52:47.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-19T22:52:47.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-19T22:52:47.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34582026-05-19T22:52:47.590Z
34592026-05-19T22:52:47.590Zinfo: running `cargo check --bins` on dns-server (157/276)
34602026-05-19T22:52:48.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-19T22:52:48.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-19T22:52:48.253Z Compiling parking_lot_core v0.8.6
34632026-05-19T22:52:48.253Z Compiling atomicwrites v0.4.4
34642026-05-19T22:52:48.255Z Compiling git-stub v1.0.0
34652026-05-19T22:52:48.255Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34662026-05-19T22:52:48.370Z Checking prefix-trie v0.7.0
34672026-05-19T22:52:48.489Z Compiling git-stub-vcs v0.1.0
34682026-05-19T22:52:48.676Z Checking hickory-server v0.25.2
34692026-05-19T22:52:48.767Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34702026-05-19T22:52:48.780Z Checking parking_lot v0.11.2
34712026-05-19T22:52:48.863Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34722026-05-19T22:52:48.863Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34732026-05-19T22:52:48.950Z Checking sled v0.34.7
34742026-05-19T22:52:50.269Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
34752026-05-19T22:52:50.269Z --> dns-server/src/dns_server.rs:487:12
34762026-05-19T22:52:50.269Z |
34772026-05-19T22:52:50.269Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
34782026-05-19T22:52:50.269Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
34792026-05-19T22:52:50.269Z |
34802026-05-19T22:52:50.269Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34812026-05-19T22:52:50.269Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34822026-05-19T22:52:50.269Z |
34832026-05-19T22:52:50.269Z 77 | pub struct Record<R: RecordData = RData> {
34842026-05-19T22:52:50.269Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34852026-05-19T22:52:50.269Z |
34862026-05-19T22:52:50.269Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34872026-05-19T22:52:50.269Z |
34882026-05-19T22:52:50.269Z 78 | pub struct Record<R: RecordData = RData> {
34892026-05-19T22:52:50.269Z | ---------------------------------------- this is the found type
34902026-05-19T22:52:50.269Z = help: you can use `cargo tree` to explore your dependency tree
34912026-05-19T22:52:50.269Znote: required by a bound in `MessageResponse`
34922026-05-19T22:52:50.269Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
34932026-05-19T22:52:50.270Z |
34942026-05-19T22:52:50.270Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
34952026-05-19T22:52:50.270Z | --------------- required by a bound in this struct
34962026-05-19T22:52:50.270Z 22 | where
34972026-05-19T22:52:50.270Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34982026-05-19T22:52:50.270Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
34992026-05-19T22:52:50.270Z
35002026-05-19T22:52:50.270Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
35012026-05-19T22:52:50.270Z --> dns-server/src/dns_server.rs:487:12
35022026-05-19T22:52:50.270Z |
35032026-05-19T22:52:50.270Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35042026-05-19T22:52:50.270Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35052026-05-19T22:52:50.270Z |
35062026-05-19T22:52:50.270Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35072026-05-19T22:52:50.270Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35082026-05-19T22:52:50.270Z |
35092026-05-19T22:52:50.270Z 77 | pub struct Record<R: RecordData = RData> {
35102026-05-19T22:52:50.270Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35112026-05-19T22:52:50.270Z |
35122026-05-19T22:52:50.270Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35132026-05-19T22:52:50.270Z |
35142026-05-19T22:52:50.270Z 78 | pub struct Record<R: RecordData = RData> {
35152026-05-19T22:52:50.270Z | ---------------------------------------- this is the found type
35162026-05-19T22:52:50.270Z = help: you can use `cargo tree` to explore your dependency tree
35172026-05-19T22:52:50.270Znote: required by a bound in `MessageResponse`
35182026-05-19T22:52:50.270Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
35192026-05-19T22:52:50.270Z |
35202026-05-19T22:52:50.270Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35212026-05-19T22:52:50.270Z | --------------- required by a bound in this struct
35222026-05-19T22:52:50.270Z...
35232026-05-19T22:52:50.270Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35242026-05-19T22:52:50.270Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35252026-05-19T22:52:50.270Z
35262026-05-19T22:52:50.270Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
35272026-05-19T22:52:50.270Z --> dns-server/src/dns_server.rs:487:12
35282026-05-19T22:52:50.270Z |
35292026-05-19T22:52:50.271Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35302026-05-19T22:52:50.271Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35312026-05-19T22:52:50.271Z |
35322026-05-19T22:52:50.271Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35332026-05-19T22:52:50.271Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35342026-05-19T22:52:50.271Z |
35352026-05-19T22:52:50.271Z 77 | pub struct Record<R: RecordData = RData> {
35362026-05-19T22:52:50.271Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35372026-05-19T22:52:50.271Z |
35382026-05-19T22:52:50.271Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35392026-05-19T22:52:50.271Z |
35402026-05-19T22:52:50.271Z 78 | pub struct Record<R: RecordData = RData> {
35412026-05-19T22:52:50.271Z | ---------------------------------------- this is the found type
35422026-05-19T22:52:50.271Z = help: you can use `cargo tree` to explore your dependency tree
35432026-05-19T22:52:50.271Znote: required by a bound in `MessageResponse`
35442026-05-19T22:52:50.271Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
35452026-05-19T22:52:50.271Z |
35462026-05-19T22:52:50.271Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35472026-05-19T22:52:50.271Z | --------------- required by a bound in this struct
35482026-05-19T22:52:50.271Z...
35492026-05-19T22:52:50.271Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35502026-05-19T22:52:50.271Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35512026-05-19T22:52:50.271Z
35522026-05-19T22:52:50.275Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
35532026-05-19T22:52:50.275Z --> dns-server/src/dns_server.rs:487:12
35542026-05-19T22:52:50.275Z |
35552026-05-19T22:52:50.275Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35562026-05-19T22:52:50.275Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35572026-05-19T22:52:50.275Z |
35582026-05-19T22:52:50.275Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35592026-05-19T22:52:50.275Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35602026-05-19T22:52:50.275Z |
35612026-05-19T22:52:50.275Z 77 | pub struct Record<R: RecordData = RData> {
35622026-05-19T22:52:50.275Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35632026-05-19T22:52:50.275Z |
35642026-05-19T22:52:50.275Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35652026-05-19T22:52:50.275Z |
35662026-05-19T22:52:50.275Z 78 | pub struct Record<R: RecordData = RData> {
35672026-05-19T22:52:50.275Z | ---------------------------------------- this is the found type
35682026-05-19T22:52:50.275Z = help: you can use `cargo tree` to explore your dependency tree
35692026-05-19T22:52:50.275Znote: required by a bound in `MessageResponse`
35702026-05-19T22:52:50.275Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
35712026-05-19T22:52:50.275Z |
35722026-05-19T22:52:50.275Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35732026-05-19T22:52:50.275Z | --------------- required by a bound in this struct
35742026-05-19T22:52:50.275Z...
35752026-05-19T22:52:50.275Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35762026-05-19T22:52:50.275Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35772026-05-19T22:52:50.275Z
35782026-05-19T22:52:50.405Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
35792026-05-19T22:52:50.405Z --> dns-server/src/dns_server.rs:161:36
35802026-05-19T22:52:50.405Z |
35812026-05-19T22:52:50.405Z161 | let mr = match MessageRequest::read(&mut dec) {
35822026-05-19T22:52:50.405Z | ^^^^ function or associated item not found in `MessageRequest`
35832026-05-19T22:52:50.405Z |
35842026-05-19T22:52:50.405Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35852026-05-19T22:52:50.405Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
35862026-05-19T22:52:50.405Z |
35872026-05-19T22:52:50.405Z 44 | pub trait BinDecodable<'r>: Sized {
35882026-05-19T22:52:50.405Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
35892026-05-19T22:52:50.405Z |
35902026-05-19T22:52:50.405Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
35912026-05-19T22:52:50.405Z |
35922026-05-19T22:52:50.405Z 45 | pub trait BinDecodable<'r>: Sized {
35932026-05-19T22:52:50.405Z | --------------------------------- this is the trait that was imported
35942026-05-19T22:52:50.405Z = help: you can use `cargo tree` to explore your dependency tree
35952026-05-19T22:52:50.406Z
35962026-05-19T22:52:50.415Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
35972026-05-19T22:52:50.415Z --> dns-server/src/dns_server.rs:173:34
35982026-05-19T22:52:50.415Z |
35992026-05-19T22:52:50.415Z173 | let header = Header::response_from_request(mr.header());
36002026-05-19T22:52:50.415Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
36012026-05-19T22:52:50.415Z |
36022026-05-19T22:52:50.415Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
36032026-05-19T22:52:50.415Z --> dns-server/src/dns_server.rs:173:26
36042026-05-19T22:52:50.415Z |
36052026-05-19T22:52:50.416Z173 | let header = Header::response_from_request(mr.header());
36062026-05-19T22:52:50.416Z | ^^^^^^
36072026-05-19T22:52:50.416Z
36082026-05-19T22:52:50.433Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
36092026-05-19T22:52:50.433Z --> dns-server/src/dns_server.rs:273:30
36102026-05-19T22:52:50.434Z |
36112026-05-19T22:52:50.434Z273 | let mut header = Header::response_from_request(mr.header());
36122026-05-19T22:52:50.434Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
36132026-05-19T22:52:50.434Z |
36142026-05-19T22:52:50.434Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
36152026-05-19T22:52:50.434Z --> dns-server/src/dns_server.rs:273:22
36162026-05-19T22:52:50.434Z |
36172026-05-19T22:52:50.434Z273 | let mut header = Header::response_from_request(mr.header());
36182026-05-19T22:52:50.434Z | ^^^^^^
36192026-05-19T22:52:50.434Z
36202026-05-19T22:52:50.448Zerror[E0308]: mismatched types
36212026-05-19T22:52:50.448Z --> dns-server/src/dns_server.rs:299:30
36222026-05-19T22:52:50.448Z |
36232026-05-19T22:52:50.448Z299 | let answer = store.query(query)?;
36242026-05-19T22:52:50.448Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
36252026-05-19T22:52:50.448Z | |
36262026-05-19T22:52:50.448Z | arguments to this method are incorrect
36272026-05-19T22:52:50.448Z |
36282026-05-19T22:52:50.448Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36292026-05-19T22:52:50.448Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
36302026-05-19T22:52:50.448Z |
36312026-05-19T22:52:50.448Z 22 | pub struct LowerQuery {
36322026-05-19T22:52:50.448Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36332026-05-19T22:52:50.448Z |
36342026-05-19T22:52:50.448Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
36352026-05-19T22:52:50.448Z |
36362026-05-19T22:52:50.448Z 18 | pub struct LowerQuery {
36372026-05-19T22:52:50.448Z | --------------------- this is the found type
36382026-05-19T22:52:50.448Z = help: you can use `cargo tree` to explore your dependency tree
36392026-05-19T22:52:50.448Znote: method defined here
36402026-05-19T22:52:50.448Z --> dns-server/src/storage.rs:762:19
36412026-05-19T22:52:50.448Z |
36422026-05-19T22:52:50.448Z762 | pub(crate) fn query(
36432026-05-19T22:52:50.448Z | ^^^^^
36442026-05-19T22:52:50.448Z763 | &self,
36452026-05-19T22:52:50.449Z764 | query: &LowerQuery,
36462026-05-19T22:52:50.449Z | ------------------
36472026-05-19T22:52:50.449Z
36482026-05-19T22:52:50.452Zerror[E0308]: mismatched types
36492026-05-19T22:52:50.452Z --> dns-server/src/dns_server.rs:311:55
36502026-05-19T22:52:50.452Z |
36512026-05-19T22:52:50.452Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
36522026-05-19T22:52:50.452Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
36532026-05-19T22:52:50.452Z | |
36542026-05-19T22:52:50.452Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
36552026-05-19T22:52:50.452Z |
36562026-05-19T22:52:50.452Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36572026-05-19T22:52:50.452Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
36582026-05-19T22:52:50.452Z |
36592026-05-19T22:52:50.452Z 33 | pub enum RecordType {
36602026-05-19T22:52:50.452Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
36612026-05-19T22:52:50.452Z |
36622026-05-19T22:52:50.452Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
36632026-05-19T22:52:50.452Z |
36642026-05-19T22:52:50.452Z 33 | pub enum RecordType {
36652026-05-19T22:52:50.452Z | ------------------- this is the found type
36662026-05-19T22:52:50.452Z = help: you can use `cargo tree` to explore your dependency tree
36672026-05-19T22:52:50.452Z
36682026-05-19T22:52:50.466Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
36692026-05-19T22:52:50.466Z --> dns-server/src/dns_server.rs:327:60
36702026-05-19T22:52:50.466Z |
36712026-05-19T22:52:50.466Z327 | .filter(|record| match (query.query_type(), record.data()) {
36722026-05-19T22:52:50.466Z | ^^^^-- help: remove the arguments
36732026-05-19T22:52:50.466Z | |
36742026-05-19T22:52:50.466Z | field, not a method
36752026-05-19T22:52:50.466Z
36762026-05-19T22:52:50.478Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
36772026-05-19T22:52:50.478Z --> dns-server/src/dns_server.rs:348:51
36782026-05-19T22:52:50.478Z |
36792026-05-19T22:52:50.478Z348 | let additionals_target = match record.data() {
36802026-05-19T22:52:50.478Z | ^^^^-- help: remove the arguments
36812026-05-19T22:52:50.479Z | |
36822026-05-19T22:52:50.479Z | field, not a method
36832026-05-19T22:52:50.479Z
36842026-05-19T22:52:50.492Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
36852026-05-19T22:52:50.492Z --> dns-server/src/dns_server.rs:349:45
36862026-05-19T22:52:50.492Z |
36872026-05-19T22:52:50.492Z349 | RData::SRV(srv) => Some(srv.target()),
36882026-05-19T22:52:50.492Z | ^^^^^^-- help: remove the arguments
36892026-05-19T22:52:50.492Z | |
36902026-05-19T22:52:50.492Z | field, not a method
36912026-05-19T22:52:50.492Z
36922026-05-19T22:52:50.496Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
36932026-05-19T22:52:50.496Z --> dns-server/src/dns_server.rs:416:9
36942026-05-19T22:52:50.496Z |
36952026-05-19T22:52:50.497Z414 | let mresp = rb.build(
36962026-05-19T22:52:50.497Z | ----- required by a bound introduced by this call
36972026-05-19T22:52:50.497Z415 | header,
36982026-05-19T22:52:50.497Z416 | response_records.iter().collect::<Vec<&Record>>(),
36992026-05-19T22:52:50.497Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37002026-05-19T22:52:50.497Z |
37012026-05-19T22:52:50.497Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37022026-05-19T22:52:50.497Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37032026-05-19T22:52:50.497Z |
37042026-05-19T22:52:50.497Z 77 | pub struct Record<R: RecordData = RData> {
37052026-05-19T22:52:50.497Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37062026-05-19T22:52:50.497Z |
37072026-05-19T22:52:50.497Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37082026-05-19T22:52:50.497Z |
37092026-05-19T22:52:50.497Z 78 | pub struct Record<R: RecordData = RData> {
37102026-05-19T22:52:50.497Z | ---------------------------------------- this is the found type
37112026-05-19T22:52:50.497Z = help: you can use `cargo tree` to explore your dependency tree
37122026-05-19T22:52:50.497Znote: the method call chain might not have had the expected associated types
37132026-05-19T22:52:50.497Z --> dns-server/src/dns_server.rs:416:26
37142026-05-19T22:52:50.497Z |
37152026-05-19T22:52:50.497Z411 | response_records: &[Record],
37162026-05-19T22:52:50.497Z | ---------------- this expression has type `&[Record]`
37172026-05-19T22:52:50.497Z...
37182026-05-19T22:52:50.497Z416 | response_records.iter().collect::<Vec<&Record>>(),
37192026-05-19T22:52:50.497Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
37202026-05-19T22:52:50.497Z | |
37212026-05-19T22:52:50.497Z | `IntoIterator::Item` is `&Record` here
37222026-05-19T22:52:50.497Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
37232026-05-19T22:52:50.497Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
37242026-05-19T22:52:50.497Z |
37252026-05-19T22:52:50.497Z129 | pub fn build<'a, A, N, S, D>(
37262026-05-19T22:52:50.497Z | ----- required by a bound in this associated function
37272026-05-19T22:52:50.497Z...
37282026-05-19T22:52:50.497Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
37292026-05-19T22:52:50.497Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
37302026-05-19T22:52:50.497Z
37312026-05-19T22:52:50.503Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
37322026-05-19T22:52:50.503Z --> dns-server/src/dns_server.rs:414:20
37332026-05-19T22:52:50.503Z |
37342026-05-19T22:52:50.503Z414 | let mresp = rb.build(
37352026-05-19T22:52:50.503Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37362026-05-19T22:52:50.503Z |
37372026-05-19T22:52:50.503Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37382026-05-19T22:52:50.503Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37392026-05-19T22:52:50.503Z |
37402026-05-19T22:52:50.503Z 77 | pub struct Record<R: RecordData = RData> {
37412026-05-19T22:52:50.503Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37422026-05-19T22:52:50.503Z |
37432026-05-19T22:52:50.503Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37442026-05-19T22:52:50.503Z |
37452026-05-19T22:52:50.503Z 78 | pub struct Record<R: RecordData = RData> {
37462026-05-19T22:52:50.503Z | ---------------------------------------- this is the found type
37472026-05-19T22:52:50.503Z = help: you can use `cargo tree` to explore your dependency tree
37482026-05-19T22:52:50.503Znote: required by a bound in `MessageResponse`
37492026-05-19T22:52:50.503Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
37502026-05-19T22:52:50.503Z |
37512026-05-19T22:52:50.503Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
37522026-05-19T22:52:50.503Z | --------------- required by a bound in this struct
37532026-05-19T22:52:50.503Z 22 | where
37542026-05-19T22:52:50.503Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37552026-05-19T22:52:50.503Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
37562026-05-19T22:52:50.503Z
37572026-05-19T22:52:50.503Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
37582026-05-19T22:52:50.503Z --> dns-server/src/dns_server.rs:419:9
37592026-05-19T22:52:50.503Z |
37602026-05-19T22:52:50.504Z414 | let mresp = rb.build(
37612026-05-19T22:52:50.504Z | ----- required by a bound introduced by this call
37622026-05-19T22:52:50.504Z...
37632026-05-19T22:52:50.504Z419 | additional_records,
37642026-05-19T22:52:50.504Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37652026-05-19T22:52:50.504Z |
37662026-05-19T22:52:50.504Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37672026-05-19T22:52:50.504Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37682026-05-19T22:52:50.504Z |
37692026-05-19T22:52:50.504Z 77 | pub struct Record<R: RecordData = RData> {
37702026-05-19T22:52:50.504Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37712026-05-19T22:52:50.504Z |
37722026-05-19T22:52:50.504Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37732026-05-19T22:52:50.504Z |
37742026-05-19T22:52:50.504Z 78 | pub struct Record<R: RecordData = RData> {
37752026-05-19T22:52:50.504Z | ---------------------------------------- this is the found type
37762026-05-19T22:52:50.504Z = help: you can use `cargo tree` to explore your dependency tree
37772026-05-19T22:52:50.504Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
37782026-05-19T22:52:50.504Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
37792026-05-19T22:52:50.504Z |
37802026-05-19T22:52:50.504Z129 | pub fn build<'a, A, N, S, D>(
37812026-05-19T22:52:50.504Z | ----- required by a bound in this associated function
37822026-05-19T22:52:50.504Z...
37832026-05-19T22:52:50.504Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
37842026-05-19T22:52:50.504Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
37852026-05-19T22:52:50.504Z
37862026-05-19T22:52:50.504Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
37872026-05-19T22:52:50.504Z --> dns-server/src/dns_server.rs:414:20
37882026-05-19T22:52:50.504Z |
37892026-05-19T22:52:50.504Z414 | let mresp = rb.build(
37902026-05-19T22:52:50.504Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37912026-05-19T22:52:50.504Z |
37922026-05-19T22:52:50.504Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37932026-05-19T22:52:50.504Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37942026-05-19T22:52:50.504Z |
37952026-05-19T22:52:50.504Z 77 | pub struct Record<R: RecordData = RData> {
37962026-05-19T22:52:50.504Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37972026-05-19T22:52:50.504Z |
37982026-05-19T22:52:50.504Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37992026-05-19T22:52:50.505Z |
38002026-05-19T22:52:50.505Z 78 | pub struct Record<R: RecordData = RData> {
38012026-05-19T22:52:50.505Z | ---------------------------------------- this is the found type
38022026-05-19T22:52:50.505Z = help: you can use `cargo tree` to explore your dependency tree
38032026-05-19T22:52:50.505Znote: required by a bound in `MessageResponse`
38042026-05-19T22:52:50.505Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
38052026-05-19T22:52:50.505Z |
38062026-05-19T22:52:50.505Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38072026-05-19T22:52:50.505Z | --------------- required by a bound in this struct
38082026-05-19T22:52:50.505Z...
38092026-05-19T22:52:50.505Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38102026-05-19T22:52:50.505Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38112026-05-19T22:52:50.505Z
38122026-05-19T22:52:50.509Zerror[E0308]: mismatched types
38132026-05-19T22:52:50.509Z --> dns-server/src/dns_server.rs:415:9
38142026-05-19T22:52:50.509Z |
38152026-05-19T22:52:50.509Z414 | let mresp = rb.build(
38162026-05-19T22:52:50.509Z | ----- arguments to this method are incorrect
38172026-05-19T22:52:50.509Z415 | header,
38182026-05-19T22:52:50.509Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
38192026-05-19T22:52:50.509Z |
38202026-05-19T22:52:50.509Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38212026-05-19T22:52:50.509Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
38222026-05-19T22:52:50.509Z |
38232026-05-19T22:52:50.509Z 57 | pub struct Header {
38242026-05-19T22:52:50.509Z | ^^^^^^^^^^^^^^^^^ this is the expected type
38252026-05-19T22:52:50.509Z |
38262026-05-19T22:52:50.509Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
38272026-05-19T22:52:50.509Z |
38282026-05-19T22:52:50.509Z 57 | pub struct Header {
38292026-05-19T22:52:50.509Z | ----------------- this is the found type
38302026-05-19T22:52:50.509Z = help: you can use `cargo tree` to explore your dependency tree
38312026-05-19T22:52:50.509Znote: method defined here
38322026-05-19T22:52:50.509Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
38332026-05-19T22:52:50.509Z |
38342026-05-19T22:52:50.509Z129 | pub fn build<'a, A, N, S, D>(
38352026-05-19T22:52:50.509Z | ^^^^^
38362026-05-19T22:52:50.509Z
38372026-05-19T22:52:50.509Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38382026-05-19T22:52:50.509Z --> dns-server/src/dns_server.rs:422:31
38392026-05-19T22:52:50.509Z |
38402026-05-19T22:52:50.509Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38412026-05-19T22:52:50.509Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38422026-05-19T22:52:50.509Z | |
38432026-05-19T22:52:50.510Z | required by a bound introduced by this call
38442026-05-19T22:52:50.510Z |
38452026-05-19T22:52:50.510Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38462026-05-19T22:52:50.510Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38472026-05-19T22:52:50.510Z |
38482026-05-19T22:52:50.510Z 78 | pub struct Record<R: RecordData = RData> {
38492026-05-19T22:52:50.510Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38502026-05-19T22:52:50.510Z |
38512026-05-19T22:52:50.510Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38522026-05-19T22:52:50.510Z |
38532026-05-19T22:52:50.510Z 77 | pub struct Record<R: RecordData = RData> {
38542026-05-19T22:52:50.510Z | ---------------------------------------- this is the found type
38552026-05-19T22:52:50.510Z = help: you can use `cargo tree` to explore your dependency tree
38562026-05-19T22:52:50.510Znote: required by a bound in `encode_and_send`
38572026-05-19T22:52:50.510Z --> dns-server/src/dns_server.rs:492:27
38582026-05-19T22:52:50.510Z |
38592026-05-19T22:52:50.510Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38602026-05-19T22:52:50.510Z | --------------- required by a bound in this function
38612026-05-19T22:52:50.510Z...
38622026-05-19T22:52:50.510Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38632026-05-19T22:52:50.510Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38642026-05-19T22:52:50.510Z
38652026-05-19T22:52:50.510Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38662026-05-19T22:52:50.510Z --> dns-server/src/dns_server.rs:422:31
38672026-05-19T22:52:50.510Z |
38682026-05-19T22:52:50.510Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38692026-05-19T22:52:50.510Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38702026-05-19T22:52:50.510Z |
38712026-05-19T22:52:50.510Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38722026-05-19T22:52:50.510Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38732026-05-19T22:52:50.510Z |
38742026-05-19T22:52:50.510Z 77 | pub struct Record<R: RecordData = RData> {
38752026-05-19T22:52:50.510Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38762026-05-19T22:52:50.510Z |
38772026-05-19T22:52:50.510Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38782026-05-19T22:52:50.510Z |
38792026-05-19T22:52:50.510Z 78 | pub struct Record<R: RecordData = RData> {
38802026-05-19T22:52:50.510Z | ---------------------------------------- this is the found type
38812026-05-19T22:52:50.510Z = help: you can use `cargo tree` to explore your dependency tree
38822026-05-19T22:52:50.510Znote: required by a bound in `MessageResponse`
38832026-05-19T22:52:50.511Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
38842026-05-19T22:52:50.511Z |
38852026-05-19T22:52:50.511Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38862026-05-19T22:52:50.511Z | --------------- required by a bound in this struct
38872026-05-19T22:52:50.511Z 22 | where
38882026-05-19T22:52:50.511Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38892026-05-19T22:52:50.511Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38902026-05-19T22:52:50.511Z
38912026-05-19T22:52:50.511Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38922026-05-19T22:52:50.511Z --> dns-server/src/dns_server.rs:422:31
38932026-05-19T22:52:50.511Z |
38942026-05-19T22:52:50.511Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38952026-05-19T22:52:50.511Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38962026-05-19T22:52:50.511Z |
38972026-05-19T22:52:50.511Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38982026-05-19T22:52:50.511Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38992026-05-19T22:52:50.511Z |
39002026-05-19T22:52:50.511Z 77 | pub struct Record<R: RecordData = RData> {
39012026-05-19T22:52:50.511Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39022026-05-19T22:52:50.511Z |
39032026-05-19T22:52:50.511Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39042026-05-19T22:52:50.511Z |
39052026-05-19T22:52:50.511Z 78 | pub struct Record<R: RecordData = RData> {
39062026-05-19T22:52:50.511Z | ---------------------------------------- this is the found type
39072026-05-19T22:52:50.511Z = help: you can use `cargo tree` to explore your dependency tree
39082026-05-19T22:52:50.511Znote: required by a bound in `MessageResponse`
39092026-05-19T22:52:50.511Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
39102026-05-19T22:52:50.511Z |
39112026-05-19T22:52:50.511Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
39122026-05-19T22:52:50.518Z | --------------- required by a bound in this struct
39132026-05-19T22:52:50.518Z...
39142026-05-19T22:52:50.518Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39152026-05-19T22:52:50.518Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
39162026-05-19T22:52:50.518Z
39172026-05-19T22:52:50.518Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39182026-05-19T22:52:50.518Z --> dns-server/src/dns_server.rs:422:5
39192026-05-19T22:52:50.518Z |
39202026-05-19T22:52:50.518Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39212026-05-19T22:52:50.518Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39222026-05-19T22:52:50.518Z |
39232026-05-19T22:52:50.518Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39242026-05-19T22:52:50.518Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39252026-05-19T22:52:50.518Z |
39262026-05-19T22:52:50.518Z 78 | pub struct Record<R: RecordData = RData> {
39272026-05-19T22:52:50.518Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39282026-05-19T22:52:50.518Z |
39292026-05-19T22:52:50.518Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39302026-05-19T22:52:50.518Z |
39312026-05-19T22:52:50.518Z 77 | pub struct Record<R: RecordData = RData> {
39322026-05-19T22:52:50.518Z | ---------------------------------------- this is the found type
39332026-05-19T22:52:50.518Z = help: you can use `cargo tree` to explore your dependency tree
39342026-05-19T22:52:50.518Znote: required by a bound in `encode_and_send`
39352026-05-19T22:52:50.518Z --> dns-server/src/dns_server.rs:492:27
39362026-05-19T22:52:50.518Z |
39372026-05-19T22:52:50.518Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39382026-05-19T22:52:50.518Z | --------------- required by a bound in this function
39392026-05-19T22:52:50.518Z...
39402026-05-19T22:52:50.518Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39412026-05-19T22:52:50.518Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39422026-05-19T22:52:50.518Z
39432026-05-19T22:52:50.518Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39442026-05-19T22:52:50.518Z --> dns-server/src/dns_server.rs:422:49
39452026-05-19T22:52:50.518Z |
39462026-05-19T22:52:50.518Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39472026-05-19T22:52:50.519Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39482026-05-19T22:52:50.519Z |
39492026-05-19T22:52:50.519Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39502026-05-19T22:52:50.519Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39512026-05-19T22:52:50.519Z |
39522026-05-19T22:52:50.519Z 78 | pub struct Record<R: RecordData = RData> {
39532026-05-19T22:52:50.519Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39542026-05-19T22:52:50.519Z |
39552026-05-19T22:52:50.519Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39562026-05-19T22:52:50.519Z |
39572026-05-19T22:52:50.519Z 77 | pub struct Record<R: RecordData = RData> {
39582026-05-19T22:52:50.519Z | ---------------------------------------- this is the found type
39592026-05-19T22:52:50.519Z = help: you can use `cargo tree` to explore your dependency tree
39602026-05-19T22:52:50.519Znote: required by a bound in `encode_and_send`
39612026-05-19T22:52:50.519Z --> dns-server/src/dns_server.rs:492:27
39622026-05-19T22:52:50.519Z |
39632026-05-19T22:52:50.519Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39642026-05-19T22:52:50.519Z | --------------- required by a bound in this function
39652026-05-19T22:52:50.519Z...
39662026-05-19T22:52:50.519Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39672026-05-19T22:52:50.519Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39682026-05-19T22:52:50.519Z
39692026-05-19T22:52:50.519Zerror[E0308]: arguments to this method are incorrect
39702026-05-19T22:52:50.519Z --> dns-server/src/dns_server.rs:438:33
39712026-05-19T22:52:50.519Z |
39722026-05-19T22:52:50.519Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
39732026-05-19T22:52:50.519Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
39742026-05-19T22:52:50.519Z | |
39752026-05-19T22:52:50.519Z | expected `&Header`, found `&&Header`
39762026-05-19T22:52:50.519Z |
39772026-05-19T22:52:50.519Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
39782026-05-19T22:52:50.519Z found reference `&&hickory_proto::op::Header`
39792026-05-19T22:52:50.519Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39802026-05-19T22:52:50.519Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
39812026-05-19T22:52:50.519Z |
39822026-05-19T22:52:50.519Z 67 | pub enum ResponseCode {
39832026-05-19T22:52:50.519Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39842026-05-19T22:52:50.519Z |
39852026-05-19T22:52:50.519Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
39862026-05-19T22:52:50.520Z |
39872026-05-19T22:52:50.520Z 67 | pub enum ResponseCode {
39882026-05-19T22:52:50.520Z | --------------------- this is the found type
39892026-05-19T22:52:50.520Z = help: you can use `cargo tree` to explore your dependency tree
39902026-05-19T22:52:50.520Znote: method defined here
39912026-05-19T22:52:50.520Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
39922026-05-19T22:52:50.520Z |
39932026-05-19T22:52:50.520Z190 | pub fn error_msg<'a>(
39942026-05-19T22:52:50.520Z | ^^^^^^^^^
39952026-05-19T22:52:50.520Z
39962026-05-19T22:52:50.520Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39972026-05-19T22:52:50.520Z --> dns-server/src/dns_server.rs:457:50
39982026-05-19T22:52:50.520Z |
39992026-05-19T22:52:50.520Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40002026-05-19T22:52:50.520Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40012026-05-19T22:52:50.520Z | |
40022026-05-19T22:52:50.520Z | required by a bound introduced by this call
40032026-05-19T22:52:50.520Z |
40042026-05-19T22:52:50.520Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40052026-05-19T22:52:50.520Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40062026-05-19T22:52:50.520Z |
40072026-05-19T22:52:50.520Z 78 | pub struct Record<R: RecordData = RData> {
40082026-05-19T22:52:50.520Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40092026-05-19T22:52:50.520Z |
40102026-05-19T22:52:50.520Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40112026-05-19T22:52:50.520Z |
40122026-05-19T22:52:50.524Z 77 | pub struct Record<R: RecordData = RData> {
40132026-05-19T22:52:50.524Z | ---------------------------------------- this is the found type
40142026-05-19T22:52:50.524Z = help: you can use `cargo tree` to explore your dependency tree
40152026-05-19T22:52:50.524Znote: required by a bound in `encode_and_send`
40162026-05-19T22:52:50.524Z --> dns-server/src/dns_server.rs:491:23
40172026-05-19T22:52:50.524Z |
40182026-05-19T22:52:50.524Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40192026-05-19T22:52:50.524Z | --------------- required by a bound in this function
40202026-05-19T22:52:50.524Z...
40212026-05-19T22:52:50.524Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
40222026-05-19T22:52:50.524Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40232026-05-19T22:52:50.524Z
40242026-05-19T22:52:50.524Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40252026-05-19T22:52:50.524Z --> dns-server/src/dns_server.rs:457:50
40262026-05-19T22:52:50.524Z |
40272026-05-19T22:52:50.524Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40282026-05-19T22:52:50.524Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40292026-05-19T22:52:50.524Z | |
40302026-05-19T22:52:50.525Z | required by a bound introduced by this call
40312026-05-19T22:52:50.525Z |
40322026-05-19T22:52:50.525Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40332026-05-19T22:52:50.525Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40342026-05-19T22:52:50.525Z |
40352026-05-19T22:52:50.525Z 78 | pub struct Record<R: RecordData = RData> {
40362026-05-19T22:52:50.525Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40372026-05-19T22:52:50.525Z |
40382026-05-19T22:52:50.525Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40392026-05-19T22:52:50.525Z |
40402026-05-19T22:52:50.525Z 77 | pub struct Record<R: RecordData = RData> {
40412026-05-19T22:52:50.525Z | ---------------------------------------- this is the found type
40422026-05-19T22:52:50.525Z = help: you can use `cargo tree` to explore your dependency tree
40432026-05-19T22:52:50.525Znote: required by a bound in `encode_and_send`
40442026-05-19T22:52:50.525Z --> dns-server/src/dns_server.rs:492:27
40452026-05-19T22:52:50.525Z |
40462026-05-19T22:52:50.525Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40472026-05-19T22:52:50.525Z | --------------- required by a bound in this function
40482026-05-19T22:52:50.525Z...
40492026-05-19T22:52:50.525Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
40502026-05-19T22:52:50.525Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40512026-05-19T22:52:50.525Z
40522026-05-19T22:52:50.525Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40532026-05-19T22:52:50.525Z --> dns-server/src/dns_server.rs:457:50
40542026-05-19T22:52:50.525Z |
40552026-05-19T22:52:50.525Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40562026-05-19T22:52:50.525Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40572026-05-19T22:52:50.525Z | |
40582026-05-19T22:52:50.525Z | required by a bound introduced by this call
40592026-05-19T22:52:50.525Z |
40602026-05-19T22:52:50.525Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40612026-05-19T22:52:50.525Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40622026-05-19T22:52:50.525Z |
40632026-05-19T22:52:50.525Z 78 | pub struct Record<R: RecordData = RData> {
40642026-05-19T22:52:50.525Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40652026-05-19T22:52:50.525Z |
40662026-05-19T22:52:50.525Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40672026-05-19T22:52:50.525Z |
40682026-05-19T22:52:50.525Z 77 | pub struct Record<R: RecordData = RData> {
40692026-05-19T22:52:50.525Z | ---------------------------------------- this is the found type
40702026-05-19T22:52:50.526Z = help: you can use `cargo tree` to explore your dependency tree
40712026-05-19T22:52:50.526Znote: required by a bound in `encode_and_send`
40722026-05-19T22:52:50.526Z --> dns-server/src/dns_server.rs:493:19
40732026-05-19T22:52:50.526Z |
40742026-05-19T22:52:50.526Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40752026-05-19T22:52:50.526Z | --------------- required by a bound in this function
40762026-05-19T22:52:50.526Z...
40772026-05-19T22:52:50.526Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
40782026-05-19T22:52:50.526Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40792026-05-19T22:52:50.526Z
40802026-05-19T22:52:50.526Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40812026-05-19T22:52:50.526Z --> dns-server/src/dns_server.rs:457:50
40822026-05-19T22:52:50.526Z |
40832026-05-19T22:52:50.526Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40842026-05-19T22:52:50.526Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40852026-05-19T22:52:50.526Z | |
40862026-05-19T22:52:50.526Z | required by a bound introduced by this call
40872026-05-19T22:52:50.526Z |
40882026-05-19T22:52:50.526Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40892026-05-19T22:52:50.526Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40902026-05-19T22:52:50.526Z |
40912026-05-19T22:52:50.526Z 78 | pub struct Record<R: RecordData = RData> {
40922026-05-19T22:52:50.526Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40932026-05-19T22:52:50.526Z |
40942026-05-19T22:52:50.526Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40952026-05-19T22:52:50.526Z |
40962026-05-19T22:52:50.526Z 77 | pub struct Record<R: RecordData = RData> {
40972026-05-19T22:52:50.526Z | ---------------------------------------- this is the found type
40982026-05-19T22:52:50.526Z = help: you can use `cargo tree` to explore your dependency tree
40992026-05-19T22:52:50.526Znote: required by a bound in `encode_and_send`
41002026-05-19T22:52:50.526Z --> dns-server/src/dns_server.rs:494:27
41012026-05-19T22:52:50.526Z |
41022026-05-19T22:52:50.526Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41032026-05-19T22:52:50.526Z | --------------- required by a bound in this function
41042026-05-19T22:52:50.526Z...
41052026-05-19T22:52:50.526Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
41062026-05-19T22:52:50.526Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41072026-05-19T22:52:50.526Z
41082026-05-19T22:52:50.526Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41092026-05-19T22:52:50.527Z --> dns-server/src/dns_server.rs:457:25
41102026-05-19T22:52:50.527Z |
41112026-05-19T22:52:50.527Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41122026-05-19T22:52:50.530Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41132026-05-19T22:52:50.530Z |
41142026-05-19T22:52:50.530Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41152026-05-19T22:52:50.530Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41162026-05-19T22:52:50.530Z |
41172026-05-19T22:52:50.530Z 78 | pub struct Record<R: RecordData = RData> {
41182026-05-19T22:52:50.530Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41192026-05-19T22:52:50.531Z |
41202026-05-19T22:52:50.531Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41212026-05-19T22:52:50.531Z |
41222026-05-19T22:52:50.531Z 77 | pub struct Record<R: RecordData = RData> {
41232026-05-19T22:52:50.531Z | ---------------------------------------- this is the found type
41242026-05-19T22:52:50.531Z = help: you can use `cargo tree` to explore your dependency tree
41252026-05-19T22:52:50.531Znote: required by a bound in `encode_and_send`
41262026-05-19T22:52:50.531Z --> dns-server/src/dns_server.rs:491:23
41272026-05-19T22:52:50.531Z |
41282026-05-19T22:52:50.531Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41292026-05-19T22:52:50.531Z | --------------- required by a bound in this function
41302026-05-19T22:52:50.531Z...
41312026-05-19T22:52:50.531Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
41322026-05-19T22:52:50.531Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41332026-05-19T22:52:50.531Z
41342026-05-19T22:52:50.531Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41352026-05-19T22:52:50.531Z --> dns-server/src/dns_server.rs:457:25
41362026-05-19T22:52:50.531Z |
41372026-05-19T22:52:50.531Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41382026-05-19T22:52:50.531Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41392026-05-19T22:52:50.531Z |
41402026-05-19T22:52:50.531Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41412026-05-19T22:52:50.531Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41422026-05-19T22:52:50.531Z |
41432026-05-19T22:52:50.531Z 78 | pub struct Record<R: RecordData = RData> {
41442026-05-19T22:52:50.531Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41452026-05-19T22:52:50.531Z |
41462026-05-19T22:52:50.531Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41472026-05-19T22:52:50.531Z |
41482026-05-19T22:52:50.531Z 77 | pub struct Record<R: RecordData = RData> {
41492026-05-19T22:52:50.531Z | ---------------------------------------- this is the found type
41502026-05-19T22:52:50.531Z = help: you can use `cargo tree` to explore your dependency tree
41512026-05-19T22:52:50.531Znote: required by a bound in `encode_and_send`
41522026-05-19T22:52:50.531Z --> dns-server/src/dns_server.rs:492:27
41532026-05-19T22:52:50.531Z |
41542026-05-19T22:52:50.531Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41552026-05-19T22:52:50.531Z | --------------- required by a bound in this function
41562026-05-19T22:52:50.531Z...
41572026-05-19T22:52:50.531Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
41582026-05-19T22:52:50.532Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41592026-05-19T22:52:50.532Z
41602026-05-19T22:52:50.532Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41612026-05-19T22:52:50.532Z --> dns-server/src/dns_server.rs:457:25
41622026-05-19T22:52:50.532Z |
41632026-05-19T22:52:50.532Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41642026-05-19T22:52:50.532Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41652026-05-19T22:52:50.532Z |
41662026-05-19T22:52:50.532Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41672026-05-19T22:52:50.532Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41682026-05-19T22:52:50.532Z |
41692026-05-19T22:52:50.532Z 78 | pub struct Record<R: RecordData = RData> {
41702026-05-19T22:52:50.532Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41712026-05-19T22:52:50.532Z |
41722026-05-19T22:52:50.532Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41732026-05-19T22:52:50.532Z |
41742026-05-19T22:52:50.532Z 77 | pub struct Record<R: RecordData = RData> {
41752026-05-19T22:52:50.532Z | ---------------------------------------- this is the found type
41762026-05-19T22:52:50.532Z = help: you can use `cargo tree` to explore your dependency tree
41772026-05-19T22:52:50.532Znote: required by a bound in `encode_and_send`
41782026-05-19T22:52:50.532Z --> dns-server/src/dns_server.rs:493:19
41792026-05-19T22:52:50.532Z |
41802026-05-19T22:52:50.532Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41812026-05-19T22:52:50.532Z | --------------- required by a bound in this function
41822026-05-19T22:52:50.532Z...
41832026-05-19T22:52:50.532Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
41842026-05-19T22:52:50.532Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41852026-05-19T22:52:50.532Z
41862026-05-19T22:52:50.532Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41872026-05-19T22:52:50.532Z --> dns-server/src/dns_server.rs:457:25
41882026-05-19T22:52:50.532Z |
41892026-05-19T22:52:50.532Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41902026-05-19T22:52:50.532Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41912026-05-19T22:52:50.532Z |
41922026-05-19T22:52:50.532Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41932026-05-19T22:52:50.532Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41942026-05-19T22:52:50.532Z |
41952026-05-19T22:52:50.532Z 78 | pub struct Record<R: RecordData = RData> {
41962026-05-19T22:52:50.533Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41972026-05-19T22:52:50.533Z |
41982026-05-19T22:52:50.533Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41992026-05-19T22:52:50.533Z |
42002026-05-19T22:52:50.533Z 77 | pub struct Record<R: RecordData = RData> {
42012026-05-19T22:52:50.533Z | ---------------------------------------- this is the found type
42022026-05-19T22:52:50.533Z = help: you can use `cargo tree` to explore your dependency tree
42032026-05-19T22:52:50.533Znote: required by a bound in `encode_and_send`
42042026-05-19T22:52:50.533Z --> dns-server/src/dns_server.rs:494:27
42052026-05-19T22:52:50.533Z |
42062026-05-19T22:52:50.533Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42072026-05-19T22:52:50.533Z | --------------- required by a bound in this function
42082026-05-19T22:52:50.533Z...
42092026-05-19T22:52:50.533Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
42102026-05-19T22:52:50.533Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42112026-05-19T22:52:50.533Z
42122026-05-19T22:52:50.537Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42132026-05-19T22:52:50.537Z --> dns-server/src/dns_server.rs:457:69
42142026-05-19T22:52:50.537Z |
42152026-05-19T22:52:50.537Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42162026-05-19T22:52:50.537Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42172026-05-19T22:52:50.537Z |
42182026-05-19T22:52:50.537Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42192026-05-19T22:52:50.537Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42202026-05-19T22:52:50.537Z |
42212026-05-19T22:52:50.537Z 78 | pub struct Record<R: RecordData = RData> {
42222026-05-19T22:52:50.537Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42232026-05-19T22:52:50.537Z |
42242026-05-19T22:52:50.537Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42252026-05-19T22:52:50.537Z |
42262026-05-19T22:52:50.537Z 77 | pub struct Record<R: RecordData = RData> {
42272026-05-19T22:52:50.537Z | ---------------------------------------- this is the found type
42282026-05-19T22:52:50.537Z = help: you can use `cargo tree` to explore your dependency tree
42292026-05-19T22:52:50.537Znote: required by a bound in `encode_and_send`
42302026-05-19T22:52:50.537Z --> dns-server/src/dns_server.rs:491:23
42312026-05-19T22:52:50.537Z |
42322026-05-19T22:52:50.537Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42332026-05-19T22:52:50.537Z | --------------- required by a bound in this function
42342026-05-19T22:52:50.537Z...
42352026-05-19T22:52:50.537Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
42362026-05-19T22:52:50.537Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42372026-05-19T22:52:50.537Z
42382026-05-19T22:52:50.537Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42392026-05-19T22:52:50.537Z --> dns-server/src/dns_server.rs:457:69
42402026-05-19T22:52:50.537Z |
42412026-05-19T22:52:50.537Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42422026-05-19T22:52:50.537Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42432026-05-19T22:52:50.537Z |
42442026-05-19T22:52:50.537Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42452026-05-19T22:52:50.537Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42462026-05-19T22:52:50.537Z |
42472026-05-19T22:52:50.537Z 78 | pub struct Record<R: RecordData = RData> {
42482026-05-19T22:52:50.537Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42492026-05-19T22:52:50.538Z |
42502026-05-19T22:52:50.538Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42512026-05-19T22:52:50.538Z |
42522026-05-19T22:52:50.538Z 77 | pub struct Record<R: RecordData = RData> {
42532026-05-19T22:52:50.538Z | ---------------------------------------- this is the found type
42542026-05-19T22:52:50.538Z = help: you can use `cargo tree` to explore your dependency tree
42552026-05-19T22:52:50.538Znote: required by a bound in `encode_and_send`
42562026-05-19T22:52:50.538Z --> dns-server/src/dns_server.rs:492:27
42572026-05-19T22:52:50.538Z |
42582026-05-19T22:52:50.538Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42592026-05-19T22:52:50.538Z | --------------- required by a bound in this function
42602026-05-19T22:52:50.538Z...
42612026-05-19T22:52:50.538Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
42622026-05-19T22:52:50.538Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42632026-05-19T22:52:50.538Z
42642026-05-19T22:52:50.538Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42652026-05-19T22:52:50.538Z --> dns-server/src/dns_server.rs:457:69
42662026-05-19T22:52:50.538Z |
42672026-05-19T22:52:50.538Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42682026-05-19T22:52:50.538Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42692026-05-19T22:52:50.538Z |
42702026-05-19T22:52:50.538Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42712026-05-19T22:52:50.538Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42722026-05-19T22:52:50.538Z |
42732026-05-19T22:52:50.538Z 78 | pub struct Record<R: RecordData = RData> {
42742026-05-19T22:52:50.538Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42752026-05-19T22:52:50.538Z |
42762026-05-19T22:52:50.538Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42772026-05-19T22:52:50.538Z |
42782026-05-19T22:52:50.538Z 77 | pub struct Record<R: RecordData = RData> {
42792026-05-19T22:52:50.538Z | ---------------------------------------- this is the found type
42802026-05-19T22:52:50.538Z = help: you can use `cargo tree` to explore your dependency tree
42812026-05-19T22:52:50.538Znote: required by a bound in `encode_and_send`
42822026-05-19T22:52:50.538Z --> dns-server/src/dns_server.rs:493:19
42832026-05-19T22:52:50.538Z |
42842026-05-19T22:52:50.538Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42852026-05-19T22:52:50.538Z | --------------- required by a bound in this function
42862026-05-19T22:52:50.538Z...
42872026-05-19T22:52:50.539Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
42882026-05-19T22:52:50.539Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42892026-05-19T22:52:50.539Z
42902026-05-19T22:52:50.539Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42912026-05-19T22:52:50.539Z --> dns-server/src/dns_server.rs:457:69
42922026-05-19T22:52:50.539Z |
42932026-05-19T22:52:50.539Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42942026-05-19T22:52:50.539Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42952026-05-19T22:52:50.539Z |
42962026-05-19T22:52:50.539Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42972026-05-19T22:52:50.539Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42982026-05-19T22:52:50.539Z |
42992026-05-19T22:52:50.539Z 78 | pub struct Record<R: RecordData = RData> {
43002026-05-19T22:52:50.539Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43012026-05-19T22:52:50.539Z |
43022026-05-19T22:52:50.539Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43032026-05-19T22:52:50.539Z |
43042026-05-19T22:52:50.539Z 77 | pub struct Record<R: RecordData = RData> {
43052026-05-19T22:52:50.539Z | ---------------------------------------- this is the found type
43062026-05-19T22:52:50.539Z = help: you can use `cargo tree` to explore your dependency tree
43072026-05-19T22:52:50.539Znote: required by a bound in `encode_and_send`
43082026-05-19T22:52:50.539Z --> dns-server/src/dns_server.rs:494:27
43092026-05-19T22:52:50.539Z |
43102026-05-19T22:52:50.539Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43112026-05-19T22:52:50.539Z | --------------- required by a bound in this function
43122026-05-19T22:52:50.543Z...
43132026-05-19T22:52:50.543Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
43142026-05-19T22:52:50.543Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43152026-05-19T22:52:50.543Z
43162026-05-19T22:52:50.543Zerror[E0308]: arguments to this method are incorrect
43172026-05-19T22:52:50.543Z --> dns-server/src/dns_server.rs:477:20
43182026-05-19T22:52:50.543Z |
43192026-05-19T22:52:50.543Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
43202026-05-19T22:52:50.543Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
43212026-05-19T22:52:50.543Z | |
43222026-05-19T22:52:50.543Z | expected `Header`, found `hickory_proto::op::Header`
43232026-05-19T22:52:50.543Z |
43242026-05-19T22:52:50.543Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43252026-05-19T22:52:50.543Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
43262026-05-19T22:52:50.544Z |
43272026-05-19T22:52:50.544Z 57 | pub struct Header {
43282026-05-19T22:52:50.544Z | ^^^^^^^^^^^^^^^^^ this is the expected type
43292026-05-19T22:52:50.544Z |
43302026-05-19T22:52:50.544Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
43312026-05-19T22:52:50.544Z |
43322026-05-19T22:52:50.544Z 57 | pub struct Header {
43332026-05-19T22:52:50.544Z | ----------------- this is the found type
43342026-05-19T22:52:50.544Z = help: you can use `cargo tree` to explore your dependency tree
43352026-05-19T22:52:50.544Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43362026-05-19T22:52:50.544Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
43372026-05-19T22:52:50.544Z |
43382026-05-19T22:52:50.544Z 67 | pub enum ResponseCode {
43392026-05-19T22:52:50.544Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43402026-05-19T22:52:50.544Z |
43412026-05-19T22:52:50.544Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
43422026-05-19T22:52:50.544Z |
43432026-05-19T22:52:50.544Z 67 | pub enum ResponseCode {
43442026-05-19T22:52:50.544Z | --------------------- this is the found type
43452026-05-19T22:52:50.544Z = help: you can use `cargo tree` to explore your dependency tree
43462026-05-19T22:52:50.544Znote: method defined here
43472026-05-19T22:52:50.544Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
43482026-05-19T22:52:50.544Z |
43492026-05-19T22:52:50.544Z190 | pub fn error_msg<'a>(
43502026-05-19T22:52:50.544Z | ^^^^^^^^^
43512026-05-19T22:52:50.544Z
43522026-05-19T22:52:50.544Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43532026-05-19T22:52:50.544Z --> dns-server/src/dns_server.rs:478:50
43542026-05-19T22:52:50.544Z |
43552026-05-19T22:52:50.544Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
43562026-05-19T22:52:50.544Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43572026-05-19T22:52:50.544Z | |
43582026-05-19T22:52:50.544Z | required by a bound introduced by this call
43592026-05-19T22:52:50.544Z |
43602026-05-19T22:52:50.544Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43612026-05-19T22:52:50.544Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43622026-05-19T22:52:50.544Z |
43632026-05-19T22:52:50.545Z 78 | pub struct Record<R: RecordData = RData> {
43642026-05-19T22:52:50.545Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43652026-05-19T22:52:50.545Z |
43662026-05-19T22:52:50.545Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43672026-05-19T22:52:50.545Z |
43682026-05-19T22:52:50.545Z 77 | pub struct Record<R: RecordData = RData> {
43692026-05-19T22:52:50.545Z | ---------------------------------------- this is the found type
43702026-05-19T22:52:50.545Z = help: you can use `cargo tree` to explore your dependency tree
43712026-05-19T22:52:50.545Znote: required by a bound in `encode_and_send`
43722026-05-19T22:52:50.545Z --> dns-server/src/dns_server.rs:491:23
43732026-05-19T22:52:50.545Z |
43742026-05-19T22:52:50.545Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43752026-05-19T22:52:50.545Z | --------------- required by a bound in this function
43762026-05-19T22:52:50.545Z...
43772026-05-19T22:52:50.545Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
43782026-05-19T22:52:50.545Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43792026-05-19T22:52:50.545Z
43802026-05-19T22:52:50.545Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43812026-05-19T22:52:50.545Z --> dns-server/src/dns_server.rs:478:50
43822026-05-19T22:52:50.545Z |
43832026-05-19T22:52:50.545Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
43842026-05-19T22:52:50.545Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43852026-05-19T22:52:50.545Z | |
43862026-05-19T22:52:50.545Z | required by a bound introduced by this call
43872026-05-19T22:52:50.545Z |
43882026-05-19T22:52:50.545Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43892026-05-19T22:52:50.545Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43902026-05-19T22:52:50.545Z |
43912026-05-19T22:52:50.545Z 78 | pub struct Record<R: RecordData = RData> {
43922026-05-19T22:52:50.545Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43932026-05-19T22:52:50.545Z |
43942026-05-19T22:52:50.545Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43952026-05-19T22:52:50.545Z |
43962026-05-19T22:52:50.545Z 77 | pub struct Record<R: RecordData = RData> {
43972026-05-19T22:52:50.545Z | ---------------------------------------- this is the found type
43982026-05-19T22:52:50.545Z = help: you can use `cargo tree` to explore your dependency tree
43992026-05-19T22:52:50.545Znote: required by a bound in `encode_and_send`
44002026-05-19T22:52:50.545Z --> dns-server/src/dns_server.rs:492:27
44012026-05-19T22:52:50.545Z |
44022026-05-19T22:52:50.545Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44032026-05-19T22:52:50.546Z | --------------- required by a bound in this function
44042026-05-19T22:52:50.546Z...
44052026-05-19T22:52:50.546Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
44062026-05-19T22:52:50.546Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44072026-05-19T22:52:50.546Z
44082026-05-19T22:52:50.546Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44092026-05-19T22:52:50.546Z --> dns-server/src/dns_server.rs:478:50
44102026-05-19T22:52:50.546Z |
44112026-05-19T22:52:50.546Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44122026-05-19T22:52:50.550Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44132026-05-19T22:52:50.550Z | |
44142026-05-19T22:52:50.550Z | required by a bound introduced by this call
44152026-05-19T22:52:50.550Z |
44162026-05-19T22:52:50.550Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44172026-05-19T22:52:50.550Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44182026-05-19T22:52:50.550Z |
44192026-05-19T22:52:50.550Z 78 | pub struct Record<R: RecordData = RData> {
44202026-05-19T22:52:50.550Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44212026-05-19T22:52:50.550Z |
44222026-05-19T22:52:50.550Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44232026-05-19T22:52:50.550Z |
44242026-05-19T22:52:50.550Z 77 | pub struct Record<R: RecordData = RData> {
44252026-05-19T22:52:50.550Z | ---------------------------------------- this is the found type
44262026-05-19T22:52:50.550Z = help: you can use `cargo tree` to explore your dependency tree
44272026-05-19T22:52:50.550Znote: required by a bound in `encode_and_send`
44282026-05-19T22:52:50.550Z --> dns-server/src/dns_server.rs:493:19
44292026-05-19T22:52:50.550Z |
44302026-05-19T22:52:50.550Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44312026-05-19T22:52:50.550Z | --------------- required by a bound in this function
44322026-05-19T22:52:50.550Z...
44332026-05-19T22:52:50.550Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
44342026-05-19T22:52:50.550Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44352026-05-19T22:52:50.550Z
44362026-05-19T22:52:50.550Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44372026-05-19T22:52:50.550Z --> dns-server/src/dns_server.rs:478:50
44382026-05-19T22:52:50.551Z |
44392026-05-19T22:52:50.551Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44402026-05-19T22:52:50.551Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44412026-05-19T22:52:50.551Z | |
44422026-05-19T22:52:50.551Z | required by a bound introduced by this call
44432026-05-19T22:52:50.551Z |
44442026-05-19T22:52:50.551Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44452026-05-19T22:52:50.551Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44462026-05-19T22:52:50.551Z |
44472026-05-19T22:52:50.551Z 78 | pub struct Record<R: RecordData = RData> {
44482026-05-19T22:52:50.551Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44492026-05-19T22:52:50.551Z |
44502026-05-19T22:52:50.551Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44512026-05-19T22:52:50.551Z |
44522026-05-19T22:52:50.551Z 77 | pub struct Record<R: RecordData = RData> {
44532026-05-19T22:52:50.551Z | ---------------------------------------- this is the found type
44542026-05-19T22:52:50.551Z = help: you can use `cargo tree` to explore your dependency tree
44552026-05-19T22:52:50.551Znote: required by a bound in `encode_and_send`
44562026-05-19T22:52:50.551Z --> dns-server/src/dns_server.rs:494:27
44572026-05-19T22:52:50.551Z |
44582026-05-19T22:52:50.551Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44592026-05-19T22:52:50.551Z | --------------- required by a bound in this function
44602026-05-19T22:52:50.551Z...
44612026-05-19T22:52:50.551Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
44622026-05-19T22:52:50.551Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44632026-05-19T22:52:50.551Z
44642026-05-19T22:52:50.551Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44652026-05-19T22:52:50.551Z --> dns-server/src/dns_server.rs:478:25
44662026-05-19T22:52:50.551Z |
44672026-05-19T22:52:50.551Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44682026-05-19T22:52:50.551Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44692026-05-19T22:52:50.551Z |
44702026-05-19T22:52:50.551Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44712026-05-19T22:52:50.551Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44722026-05-19T22:52:50.551Z |
44732026-05-19T22:52:50.551Z 78 | pub struct Record<R: RecordData = RData> {
44742026-05-19T22:52:50.551Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44752026-05-19T22:52:50.551Z |
44762026-05-19T22:52:50.552Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44772026-05-19T22:52:50.552Z |
44782026-05-19T22:52:50.552Z 77 | pub struct Record<R: RecordData = RData> {
44792026-05-19T22:52:50.552Z | ---------------------------------------- this is the found type
44802026-05-19T22:52:50.552Z = help: you can use `cargo tree` to explore your dependency tree
44812026-05-19T22:52:50.552Znote: required by a bound in `encode_and_send`
44822026-05-19T22:52:50.552Z --> dns-server/src/dns_server.rs:491:23
44832026-05-19T22:52:50.552Z |
44842026-05-19T22:52:50.552Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44852026-05-19T22:52:50.552Z | --------------- required by a bound in this function
44862026-05-19T22:52:50.552Z...
44872026-05-19T22:52:50.552Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
44882026-05-19T22:52:50.552Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44892026-05-19T22:52:50.552Z
44902026-05-19T22:52:50.552Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44912026-05-19T22:52:50.552Z --> dns-server/src/dns_server.rs:478:25
44922026-05-19T22:52:50.552Z |
44932026-05-19T22:52:50.552Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44942026-05-19T22:52:50.552Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44952026-05-19T22:52:50.552Z |
44962026-05-19T22:52:50.552Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44972026-05-19T22:52:50.552Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44982026-05-19T22:52:50.552Z |
44992026-05-19T22:52:50.552Z 78 | pub struct Record<R: RecordData = RData> {
45002026-05-19T22:52:50.552Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45012026-05-19T22:52:50.552Z |
45022026-05-19T22:52:50.552Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45032026-05-19T22:52:50.552Z |
45042026-05-19T22:52:50.552Z 77 | pub struct Record<R: RecordData = RData> {
45052026-05-19T22:52:50.552Z | ---------------------------------------- this is the found type
45062026-05-19T22:52:50.552Z = help: you can use `cargo tree` to explore your dependency tree
45072026-05-19T22:52:50.552Znote: required by a bound in `encode_and_send`
45082026-05-19T22:52:50.552Z --> dns-server/src/dns_server.rs:492:27
45092026-05-19T22:52:50.552Z |
45102026-05-19T22:52:50.552Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45112026-05-19T22:52:50.552Z | --------------- required by a bound in this function
45122026-05-19T22:52:50.558Z...
45132026-05-19T22:52:50.558Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
45142026-05-19T22:52:50.558Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45152026-05-19T22:52:50.558Z
45162026-05-19T22:52:50.558Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45172026-05-19T22:52:50.558Z --> dns-server/src/dns_server.rs:478:25
45182026-05-19T22:52:50.558Z |
45192026-05-19T22:52:50.558Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45202026-05-19T22:52:50.558Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45212026-05-19T22:52:50.558Z |
45222026-05-19T22:52:50.558Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45232026-05-19T22:52:50.558Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45242026-05-19T22:52:50.558Z |
45252026-05-19T22:52:50.558Z 78 | pub struct Record<R: RecordData = RData> {
45262026-05-19T22:52:50.558Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45272026-05-19T22:52:50.559Z |
45282026-05-19T22:52:50.559Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45292026-05-19T22:52:50.559Z |
45302026-05-19T22:52:50.559Z 77 | pub struct Record<R: RecordData = RData> {
45312026-05-19T22:52:50.559Z | ---------------------------------------- this is the found type
45322026-05-19T22:52:50.559Z = help: you can use `cargo tree` to explore your dependency tree
45332026-05-19T22:52:50.559Znote: required by a bound in `encode_and_send`
45342026-05-19T22:52:50.559Z --> dns-server/src/dns_server.rs:493:19
45352026-05-19T22:52:50.559Z |
45362026-05-19T22:52:50.559Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45372026-05-19T22:52:50.559Z | --------------- required by a bound in this function
45382026-05-19T22:52:50.559Z...
45392026-05-19T22:52:50.559Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
45402026-05-19T22:52:50.559Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45412026-05-19T22:52:50.559Z
45422026-05-19T22:52:50.559Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45432026-05-19T22:52:50.559Z --> dns-server/src/dns_server.rs:478:25
45442026-05-19T22:52:50.559Z |
45452026-05-19T22:52:50.559Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45462026-05-19T22:52:50.559Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45472026-05-19T22:52:50.559Z |
45482026-05-19T22:52:50.559Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45492026-05-19T22:52:50.559Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45502026-05-19T22:52:50.559Z |
45512026-05-19T22:52:50.559Z 78 | pub struct Record<R: RecordData = RData> {
45522026-05-19T22:52:50.559Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45532026-05-19T22:52:50.559Z |
45542026-05-19T22:52:50.559Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45552026-05-19T22:52:50.559Z |
45562026-05-19T22:52:50.559Z 77 | pub struct Record<R: RecordData = RData> {
45572026-05-19T22:52:50.559Z | ---------------------------------------- this is the found type
45582026-05-19T22:52:50.559Z = help: you can use `cargo tree` to explore your dependency tree
45592026-05-19T22:52:50.559Znote: required by a bound in `encode_and_send`
45602026-05-19T22:52:50.559Z --> dns-server/src/dns_server.rs:494:27
45612026-05-19T22:52:50.559Z |
45622026-05-19T22:52:50.559Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45632026-05-19T22:52:50.559Z | --------------- required by a bound in this function
45642026-05-19T22:52:50.559Z...
45652026-05-19T22:52:50.560Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
45662026-05-19T22:52:50.560Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45672026-05-19T22:52:50.560Z
45682026-05-19T22:52:50.560Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45692026-05-19T22:52:50.560Z --> dns-server/src/dns_server.rs:478:69
45702026-05-19T22:52:50.560Z |
45712026-05-19T22:52:50.560Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45722026-05-19T22:52:50.560Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45732026-05-19T22:52:50.560Z |
45742026-05-19T22:52:50.560Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45752026-05-19T22:52:50.560Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45762026-05-19T22:52:50.560Z |
45772026-05-19T22:52:50.560Z 78 | pub struct Record<R: RecordData = RData> {
45782026-05-19T22:52:50.560Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45792026-05-19T22:52:50.560Z |
45802026-05-19T22:52:50.560Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45812026-05-19T22:52:50.560Z |
45822026-05-19T22:52:50.560Z 77 | pub struct Record<R: RecordData = RData> {
45832026-05-19T22:52:50.560Z | ---------------------------------------- this is the found type
45842026-05-19T22:52:50.560Z = help: you can use `cargo tree` to explore your dependency tree
45852026-05-19T22:52:50.560Znote: required by a bound in `encode_and_send`
45862026-05-19T22:52:50.560Z --> dns-server/src/dns_server.rs:491:23
45872026-05-19T22:52:50.560Z |
45882026-05-19T22:52:50.560Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45892026-05-19T22:52:50.560Z | --------------- required by a bound in this function
45902026-05-19T22:52:50.560Z...
45912026-05-19T22:52:50.560Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
45922026-05-19T22:52:50.560Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45932026-05-19T22:52:50.560Z
45942026-05-19T22:52:50.560Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45952026-05-19T22:52:50.560Z --> dns-server/src/dns_server.rs:478:69
45962026-05-19T22:52:50.560Z |
45972026-05-19T22:52:50.560Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45982026-05-19T22:52:50.560Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45992026-05-19T22:52:50.560Z |
46002026-05-19T22:52:50.560Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46012026-05-19T22:52:50.560Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46022026-05-19T22:52:50.560Z |
46032026-05-19T22:52:50.560Z 78 | pub struct Record<R: RecordData = RData> {
46042026-05-19T22:52:50.560Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46052026-05-19T22:52:50.561Z |
46062026-05-19T22:52:50.561Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46072026-05-19T22:52:50.561Z |
46082026-05-19T22:52:50.561Z 77 | pub struct Record<R: RecordData = RData> {
46092026-05-19T22:52:50.561Z | ---------------------------------------- this is the found type
46102026-05-19T22:52:50.561Z = help: you can use `cargo tree` to explore your dependency tree
46112026-05-19T22:52:50.561Znote: required by a bound in `encode_and_send`
46122026-05-19T22:52:50.566Z --> dns-server/src/dns_server.rs:492:27
46132026-05-19T22:52:50.566Z |
46142026-05-19T22:52:50.566Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46152026-05-19T22:52:50.566Z | --------------- required by a bound in this function
46162026-05-19T22:52:50.566Z...
46172026-05-19T22:52:50.566Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
46182026-05-19T22:52:50.566Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46192026-05-19T22:52:50.566Z
46202026-05-19T22:52:50.566Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46212026-05-19T22:52:50.566Z --> dns-server/src/dns_server.rs:478:69
46222026-05-19T22:52:50.566Z |
46232026-05-19T22:52:50.566Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46242026-05-19T22:52:50.566Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46252026-05-19T22:52:50.566Z |
46262026-05-19T22:52:50.566Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46272026-05-19T22:52:50.566Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46282026-05-19T22:52:50.566Z |
46292026-05-19T22:52:50.567Z 78 | pub struct Record<R: RecordData = RData> {
46302026-05-19T22:52:50.567Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46312026-05-19T22:52:50.567Z |
46322026-05-19T22:52:50.567Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46332026-05-19T22:52:50.567Z |
46342026-05-19T22:52:50.567Z 77 | pub struct Record<R: RecordData = RData> {
46352026-05-19T22:52:50.567Z | ---------------------------------------- this is the found type
46362026-05-19T22:52:50.567Z = help: you can use `cargo tree` to explore your dependency tree
46372026-05-19T22:52:50.567Znote: required by a bound in `encode_and_send`
46382026-05-19T22:52:50.567Z --> dns-server/src/dns_server.rs:493:19
46392026-05-19T22:52:50.567Z |
46402026-05-19T22:52:50.567Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46412026-05-19T22:52:50.567Z | --------------- required by a bound in this function
46422026-05-19T22:52:50.567Z...
46432026-05-19T22:52:50.567Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
46442026-05-19T22:52:50.567Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46452026-05-19T22:52:50.567Z
46462026-05-19T22:52:50.567Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46472026-05-19T22:52:50.567Z --> dns-server/src/dns_server.rs:478:69
46482026-05-19T22:52:50.567Z |
46492026-05-19T22:52:50.567Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46502026-05-19T22:52:50.567Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46512026-05-19T22:52:50.567Z |
46522026-05-19T22:52:50.567Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46532026-05-19T22:52:50.567Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46542026-05-19T22:52:50.567Z |
46552026-05-19T22:52:50.567Z 78 | pub struct Record<R: RecordData = RData> {
46562026-05-19T22:52:50.567Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46572026-05-19T22:52:50.567Z |
46582026-05-19T22:52:50.567Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46592026-05-19T22:52:50.567Z |
46602026-05-19T22:52:50.567Z 77 | pub struct Record<R: RecordData = RData> {
46612026-05-19T22:52:50.567Z | ---------------------------------------- this is the found type
46622026-05-19T22:52:50.567Z = help: you can use `cargo tree` to explore your dependency tree
46632026-05-19T22:52:50.567Znote: required by a bound in `encode_and_send`
46642026-05-19T22:52:50.568Z --> dns-server/src/dns_server.rs:494:27
46652026-05-19T22:52:50.568Z |
46662026-05-19T22:52:50.568Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46672026-05-19T22:52:50.568Z | --------------- required by a bound in this function
46682026-05-19T22:52:50.568Z...
46692026-05-19T22:52:50.568Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
46702026-05-19T22:52:50.568Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46712026-05-19T22:52:50.568Z
46722026-05-19T22:52:50.568Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
46732026-05-19T22:52:50.568Z --> dns-server/src/dns_server.rs:500:14
46742026-05-19T22:52:50.568Z |
46752026-05-19T22:52:50.568Z499 | let _ = mresp
46762026-05-19T22:52:50.568Z | _________________-
46772026-05-19T22:52:50.568Z500 | | .destructive_emit(&mut enc)
46782026-05-19T22:52:50.568Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
46792026-05-19T22:52:50.568Z | |_____________|
46802026-05-19T22:52:50.568Z |
46812026-05-19T22:52:50.568Z |
46822026-05-19T22:52:50.568Z = note: the following trait bounds were not satisfied:
46832026-05-19T22:52:50.568Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46842026-05-19T22:52:50.568Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46852026-05-19T22:52:50.568Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46862026-05-19T22:52:50.568Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46872026-05-19T22:52:50.568Z
46882026-05-19T22:52:50.568Zerror[E0308]: mismatched types
46892026-05-19T22:52:50.568Z --> dns-server/src/dns_server.rs:229:35
46902026-05-19T22:52:50.568Z |
46912026-05-19T22:52:50.568Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
46922026-05-19T22:52:50.568Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
46932026-05-19T22:52:50.568Z | |
46942026-05-19T22:52:50.568Z | arguments to this function are incorrect
46952026-05-19T22:52:50.568Z |
46962026-05-19T22:52:50.568Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46972026-05-19T22:52:50.568Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
46982026-05-19T22:52:50.568Z |
46992026-05-19T22:52:50.568Z 34 | pub struct Name {
47002026-05-19T22:52:50.568Z | ^^^^^^^^^^^^^^^ this is the expected type
47012026-05-19T22:52:50.568Z |
47022026-05-19T22:52:50.569Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47032026-05-19T22:52:50.569Z |
47042026-05-19T22:52:50.569Z 37 | pub struct Name {
47052026-05-19T22:52:50.569Z | --------------- this is the found type
47062026-05-19T22:52:50.569Z = help: you can use `cargo tree` to explore your dependency tree
47072026-05-19T22:52:50.569Znote: associated function defined here
47082026-05-19T22:52:50.569Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47092026-05-19T22:52:50.569Z |
47102026-05-19T22:52:50.569Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47112026-05-19T22:52:50.569Z | ^^^^^^^^^^
47122026-05-19T22:52:50.575Z
47132026-05-19T22:52:50.575Zerror[E0308]: mismatched types
47142026-05-19T22:52:50.575Z --> dns-server/src/dns_server.rs:233:35
47152026-05-19T22:52:50.575Z |
47162026-05-19T22:52:50.575Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
47172026-05-19T22:52:50.575Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47182026-05-19T22:52:50.575Z | |
47192026-05-19T22:52:50.575Z | arguments to this function are incorrect
47202026-05-19T22:52:50.575Z |
47212026-05-19T22:52:50.576Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47222026-05-19T22:52:50.576Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47232026-05-19T22:52:50.576Z |
47242026-05-19T22:52:50.576Z 34 | pub struct Name {
47252026-05-19T22:52:50.576Z | ^^^^^^^^^^^^^^^ this is the expected type
47262026-05-19T22:52:50.576Z |
47272026-05-19T22:52:50.576Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47282026-05-19T22:52:50.576Z |
47292026-05-19T22:52:50.576Z 37 | pub struct Name {
47302026-05-19T22:52:50.576Z | --------------- this is the found type
47312026-05-19T22:52:50.576Z = help: you can use `cargo tree` to explore your dependency tree
47322026-05-19T22:52:50.576Znote: associated function defined here
47332026-05-19T22:52:50.576Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47342026-05-19T22:52:50.576Z |
47352026-05-19T22:52:50.576Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47362026-05-19T22:52:50.576Z | ^^^^^^^^^^
47372026-05-19T22:52:50.576Z
47382026-05-19T22:52:50.576Zerror[E0308]: mismatched types
47392026-05-19T22:52:50.576Z --> dns-server/src/dns_server.rs:247:60
47402026-05-19T22:52:50.576Z |
47412026-05-19T22:52:50.576Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
47422026-05-19T22:52:50.576Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47432026-05-19T22:52:50.576Z | |
47442026-05-19T22:52:50.576Z | arguments to this function are incorrect
47452026-05-19T22:52:50.576Z |
47462026-05-19T22:52:50.576Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47472026-05-19T22:52:50.576Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47482026-05-19T22:52:50.576Z |
47492026-05-19T22:52:50.576Z 34 | pub struct Name {
47502026-05-19T22:52:50.576Z | ^^^^^^^^^^^^^^^ this is the expected type
47512026-05-19T22:52:50.576Z |
47522026-05-19T22:52:50.576Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47532026-05-19T22:52:50.576Z |
47542026-05-19T22:52:50.576Z 37 | pub struct Name {
47552026-05-19T22:52:50.576Z | --------------- this is the found type
47562026-05-19T22:52:50.576Z = help: you can use `cargo tree` to explore your dependency tree
47572026-05-19T22:52:50.577Znote: associated function defined here
47582026-05-19T22:52:50.577Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
47592026-05-19T22:52:50.577Z |
47602026-05-19T22:52:50.577Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
47612026-05-19T22:52:50.577Z | ^^^
47622026-05-19T22:52:50.577Z
47632026-05-19T22:52:50.577Zerror[E0308]: mismatched types
47642026-05-19T22:52:50.577Z --> dns-server/src/dns_server.rs:245:17
47652026-05-19T22:52:50.577Z |
47662026-05-19T22:52:50.577Z244 | Ok(Record::from_rdata(
47672026-05-19T22:52:50.577Z | ------------------ arguments to this function are incorrect
47682026-05-19T22:52:50.577Z245 | name.clone(),
47692026-05-19T22:52:50.577Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47702026-05-19T22:52:50.577Z |
47712026-05-19T22:52:50.577Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47722026-05-19T22:52:50.577Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47732026-05-19T22:52:50.577Z |
47742026-05-19T22:52:50.577Z 34 | pub struct Name {
47752026-05-19T22:52:50.577Z | ^^^^^^^^^^^^^^^ this is the expected type
47762026-05-19T22:52:50.577Z |
47772026-05-19T22:52:50.577Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47782026-05-19T22:52:50.577Z |
47792026-05-19T22:52:50.577Z 37 | pub struct Name {
47802026-05-19T22:52:50.577Z | --------------- this is the found type
47812026-05-19T22:52:50.577Z = help: you can use `cargo tree` to explore your dependency tree
47822026-05-19T22:52:50.577Znote: associated function defined here
47832026-05-19T22:52:50.577Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47842026-05-19T22:52:50.577Z |
47852026-05-19T22:52:50.577Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47862026-05-19T22:52:50.577Z | ^^^^^^^^^^
47872026-05-19T22:52:50.577Z
47882026-05-19T22:52:50.577Zerror[E0308]: mismatched types
47892026-05-19T22:52:50.577Z --> dns-server/src/dns_server.rs:259:65
47902026-05-19T22:52:50.577Z |
47912026-05-19T22:52:50.577Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
47922026-05-19T22:52:50.577Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47932026-05-19T22:52:50.577Z | |
47942026-05-19T22:52:50.577Z | arguments to this struct are incorrect
47952026-05-19T22:52:50.577Z |
47962026-05-19T22:52:50.578Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47972026-05-19T22:52:50.578Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47982026-05-19T22:52:50.578Z |
47992026-05-19T22:52:50.578Z 34 | pub struct Name {
48002026-05-19T22:52:50.578Z | ^^^^^^^^^^^^^^^ this is the expected type
48012026-05-19T22:52:50.578Z |
48022026-05-19T22:52:50.578Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48032026-05-19T22:52:50.578Z |
48042026-05-19T22:52:50.578Z 37 | pub struct Name {
48052026-05-19T22:52:50.578Z | --------------- this is the found type
48062026-05-19T22:52:50.578Z = help: you can use `cargo tree` to explore your dependency tree
48072026-05-19T22:52:50.578Znote: tuple struct defined here
48082026-05-19T22:52:50.578Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
48092026-05-19T22:52:50.578Z |
48102026-05-19T22:52:50.578Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
48112026-05-19T22:52:50.578Z | ^^
48122026-05-19T22:52:50.582Z
48132026-05-19T22:52:50.582Zerror[E0308]: mismatched types
48142026-05-19T22:52:50.582Z --> dns-server/src/dns_server.rs:259:35
48152026-05-19T22:52:50.582Z |
48162026-05-19T22:52:50.582Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
48172026-05-19T22:52:50.582Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48182026-05-19T22:52:50.582Z | |
48192026-05-19T22:52:50.582Z | arguments to this function are incorrect
48202026-05-19T22:52:50.582Z |
48212026-05-19T22:52:50.582Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48222026-05-19T22:52:50.582Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48232026-05-19T22:52:50.582Z |
48242026-05-19T22:52:50.582Z 34 | pub struct Name {
48252026-05-19T22:52:50.582Z | ^^^^^^^^^^^^^^^ this is the expected type
48262026-05-19T22:52:50.582Z |
48272026-05-19T22:52:50.582Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48282026-05-19T22:52:50.582Z |
48292026-05-19T22:52:50.582Z 37 | pub struct Name {
48302026-05-19T22:52:50.582Z | --------------- this is the found type
48312026-05-19T22:52:50.582Z = help: you can use `cargo tree` to explore your dependency tree
48322026-05-19T22:52:50.582Znote: associated function defined here
48332026-05-19T22:52:50.582Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48342026-05-19T22:52:50.582Z |
48352026-05-19T22:52:50.582Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48362026-05-19T22:52:50.582Z | ^^^^^^^^^^
48372026-05-19T22:52:50.582Z
48382026-05-19T22:52:50.582Zerror[E0308]: arguments to this function are incorrect
48392026-05-19T22:52:50.582Z --> dns-server/src/storage.rs:448:43
48402026-05-19T22:52:50.582Z |
48412026-05-19T22:52:50.582Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
48422026-05-19T22:52:50.582Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48432026-05-19T22:52:50.582Z449 | preferred_nameserver,
48442026-05-19T22:52:50.582Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48452026-05-19T22:52:50.582Z450 | rname,
48462026-05-19T22:52:50.582Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48472026-05-19T22:52:50.582Z |
48482026-05-19T22:52:50.583Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48492026-05-19T22:52:50.583Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48502026-05-19T22:52:50.583Z |
48512026-05-19T22:52:50.583Z 34 | pub struct Name {
48522026-05-19T22:52:50.583Z | ^^^^^^^^^^^^^^^ this is the expected type
48532026-05-19T22:52:50.583Z |
48542026-05-19T22:52:50.583Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48552026-05-19T22:52:50.583Z |
48562026-05-19T22:52:50.583Z 37 | pub struct Name {
48572026-05-19T22:52:50.583Z | --------------- this is the found type
48582026-05-19T22:52:50.583Z = help: you can use `cargo tree` to explore your dependency tree
48592026-05-19T22:52:50.583Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48602026-05-19T22:52:50.583Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48612026-05-19T22:52:50.583Z |
48622026-05-19T22:52:50.583Z 34 | pub struct Name {
48632026-05-19T22:52:50.583Z | ^^^^^^^^^^^^^^^ this is the expected type
48642026-05-19T22:52:50.583Z |
48652026-05-19T22:52:50.583Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48662026-05-19T22:52:50.583Z |
48672026-05-19T22:52:50.583Z 37 | pub struct Name {
48682026-05-19T22:52:50.583Z | --------------- this is the found type
48692026-05-19T22:52:50.583Z = help: you can use `cargo tree` to explore your dependency tree
48702026-05-19T22:52:50.583Znote: associated function defined here
48712026-05-19T22:52:50.583Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
48722026-05-19T22:52:50.583Z |
48732026-05-19T22:52:50.583Z154 | pub fn new(
48742026-05-19T22:52:50.583Z | ^^^
48752026-05-19T22:52:50.583Z
48762026-05-19T22:52:50.587Zerror[E0308]: mismatched types
48772026-05-19T22:52:50.587Z --> dns-server/src/storage.rs:446:13
48782026-05-19T22:52:50.587Z |
48792026-05-19T22:52:50.587Z445 | let record = hickory_proto::rr::Record::from_rdata(
48802026-05-19T22:52:50.587Z | ------------------------------------- arguments to this function are incorrect
48812026-05-19T22:52:50.587Z446 | soa_name,
48822026-05-19T22:52:50.587Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48832026-05-19T22:52:50.587Z |
48842026-05-19T22:52:50.587Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48852026-05-19T22:52:50.587Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48862026-05-19T22:52:50.587Z |
48872026-05-19T22:52:50.587Z 34 | pub struct Name {
48882026-05-19T22:52:50.587Z | ^^^^^^^^^^^^^^^ this is the expected type
48892026-05-19T22:52:50.587Z |
48902026-05-19T22:52:50.587Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48912026-05-19T22:52:50.587Z |
48922026-05-19T22:52:50.587Z 37 | pub struct Name {
48932026-05-19T22:52:50.587Z | --------------- this is the found type
48942026-05-19T22:52:50.587Z = help: you can use `cargo tree` to explore your dependency tree
48952026-05-19T22:52:50.587Znote: associated function defined here
48962026-05-19T22:52:50.587Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48972026-05-19T22:52:50.587Z |
48982026-05-19T22:52:50.587Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48992026-05-19T22:52:50.587Z | ^^^^^^^^^^
49002026-05-19T22:52:50.587Z
49012026-05-19T22:52:50.595Zerror[E0308]: mismatched types
49022026-05-19T22:52:50.595Z --> dns-server/src/storage.rs:768:30
49032026-05-19T22:52:50.595Z |
49042026-05-19T22:52:50.595Z768 | self.query_raw(name, orig_name)
49052026-05-19T22:52:50.595Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
49062026-05-19T22:52:50.595Z | |
49072026-05-19T22:52:50.595Z | arguments to this method are incorrect
49082026-05-19T22:52:50.595Z |
49092026-05-19T22:52:50.595Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49102026-05-19T22:52:50.595Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49112026-05-19T22:52:50.595Z |
49122026-05-19T22:52:50.595Z 37 | pub struct Name {
49132026-05-19T22:52:50.595Z | ^^^^^^^^^^^^^^^ this is the expected type
49142026-05-19T22:52:50.595Z |
49152026-05-19T22:52:50.595Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49162026-05-19T22:52:50.595Z |
49172026-05-19T22:52:50.595Z 34 | pub struct Name {
49182026-05-19T22:52:50.595Z | --------------- this is the found type
49192026-05-19T22:52:50.595Z = help: you can use `cargo tree` to explore your dependency tree
49202026-05-19T22:52:50.595Znote: method defined here
49212026-05-19T22:52:50.595Z --> dns-server/src/storage.rs:780:8
49222026-05-19T22:52:50.595Z |
49232026-05-19T22:52:50.595Z780 | fn query_raw(
49242026-05-19T22:52:50.595Z | ^^^^^^^^^
49252026-05-19T22:52:50.595Z...
49262026-05-19T22:52:50.595Z783 | orig_name: &Name,
49272026-05-19T22:52:50.595Z | ----------------
49282026-05-19T22:52:50.596Z
49292026-05-19T22:52:50.599Zerror[E0308]: mismatched types
49302026-05-19T22:52:50.599Z --> dns-server/src/storage.rs:777:40
49312026-05-19T22:52:50.599Z |
49322026-05-19T22:52:50.599Z777 | self.query_raw(&LowerName::new(name), name)
49332026-05-19T22:52:50.599Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49342026-05-19T22:52:50.599Z | |
49352026-05-19T22:52:50.599Z | arguments to this function are incorrect
49362026-05-19T22:52:50.599Z |
49372026-05-19T22:52:50.599Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49382026-05-19T22:52:50.599Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49392026-05-19T22:52:50.599Z |
49402026-05-19T22:52:50.599Z 34 | pub struct Name {
49412026-05-19T22:52:50.599Z | ^^^^^^^^^^^^^^^ this is the expected type
49422026-05-19T22:52:50.599Z |
49432026-05-19T22:52:50.599Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49442026-05-19T22:52:50.599Z |
49452026-05-19T22:52:50.599Z 37 | pub struct Name {
49462026-05-19T22:52:50.599Z | --------------- this is the found type
49472026-05-19T22:52:50.599Z = help: you can use `cargo tree` to explore your dependency tree
49482026-05-19T22:52:50.599Znote: associated function defined here
49492026-05-19T22:52:50.599Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
49502026-05-19T22:52:50.599Z |
49512026-05-19T22:52:50.599Z 37 | pub fn new(name: &Name) -> Self {
49522026-05-19T22:52:50.599Z | ^^^
49532026-05-19T22:52:50.599Z
49542026-05-19T22:52:50.603Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
49552026-05-19T22:52:50.603Z --> dns-server/src/storage.rs:791:33
49562026-05-19T22:52:50.603Z |
49572026-05-19T22:52:50.603Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
49582026-05-19T22:52:50.603Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
49592026-05-19T22:52:50.603Z |
49602026-05-19T22:52:50.603Zhelp: item with same name found
49612026-05-19T22:52:50.603Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
49622026-05-19T22:52:50.603Z |
49632026-05-19T22:52:50.603Z 28 | pub struct LowerName(Name);
49642026-05-19T22:52:50.603Z | ^^^^^^^^^^^^^^^^^^^^
49652026-05-19T22:52:50.603Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
49662026-05-19T22:52:50.603Zhelp: the following other types implement trait `std::convert::From<T>`
49672026-05-19T22:52:50.603Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
49682026-05-19T22:52:50.603Z |
49692026-05-19T22:52:50.603Z240 | impl From<Name> for LowerName {
49702026-05-19T22:52:50.603Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
49712026-05-19T22:52:50.603Z...
49722026-05-19T22:52:50.603Z246 | impl<'a> From<&'a Name> for LowerName {
49732026-05-19T22:52:50.603Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
49742026-05-19T22:52:50.603Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
49752026-05-19T22:52:50.603Z = help: you can use `cargo tree` to explore your dependency tree
49762026-05-19T22:52:50.603Z
49772026-05-19T22:52:50.765ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
49782026-05-19T22:52:50.765ZFor more information about an error, try `rustc --explain E0271`.
49792026-05-19T22:52:50.808Zerror: could not compile `dns-server` (lib) due to 60 previous errors
49802026-05-19T22:52:51.006Zerror: 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)
49812026-05-19T22:52:51.009ZError: cargo-hack install failed: exit status: 1
49822026-05-19T22:52:51.012Z
49832026-05-19T22:52:51.012Zreal 3:59.850427911
49842026-05-19T22:52:51.012Zuser 7:00.710501688
49852026-05-19T22:52:51.012Zsys 1:56.201037914
49862026-05-19T22:52:51.012Ztrap 0.156340279
49872026-05-19T22:52:51.012Ztflt 0.237511333
49882026-05-19T22:52:51.012Zdflt 0.511530218
49892026-05-19T22:52:51.012Zkflt 0.001820329
49902026-05-19T22:52:51.012Zlock 21:17.427270075
49912026-05-19T22:52:51.012Zslp 29:55.355404454
49922026-05-19T22:52:51.012Zlat 32.329997465
49932026-05-19T22:52:51.012Zstop 2:02.901031937
49942026-05-19T22:52:51.012Zprocess exited: duration 378293 ms, exit code 1
 
49952026-05-19T22:52:51.018Zfound 0 output files