01KS3V4S7CCJ2Z30HP7QCDEB0S: 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: 01KS3V60D78RWVEY0E28JHEC5V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T23:23:40.706Zjob assigned to worker 01KS3V64382ZJ9SZSDKVH30FWR [factory aws, i-0174e5d4864d2fffc] (queued for 46 s)
 
22026-05-20T23:23:47.597Zstarting task 0: "setup"
32026-05-20T23:23:47.602Z++ uname -s
42026-05-20T23:23:47.605Z+ kern=SunOS
52026-05-20T23:23:47.605Z+ build_user=build
62026-05-20T23:23:47.605Z+ build_uid=12345
72026-05-20T23:23:47.605Z+ work_dir=/work
82026-05-20T23:23:47.605Z+ input_dir=/input
92026-05-20T23:23:47.605Z+ [[ 0 == 12345 ]]
102026-05-20T23:23:47.605Z+ case "$kern" in
112026-05-20T23:23:47.605Z+ groupadd -g 12345 build
122026-05-20T23:23:47.612Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T23:23:49.619Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T23:23:49.688Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T23:23:49.691Z+ home_fs=zfs
162026-05-20T23:23:49.691Z+ [[ zfs == autofs ]]
172026-05-20T23:23:49.691Z+ mkdir -p /home/build
182026-05-20T23:23:49.691Z+ chown build:build /home/build /work
192026-05-20T23:23:51.692Z+ chmod 0700 /home/build /work
202026-05-20T23:23:51.695Zprocess exited: duration 4098 ms, exit code 0
 
212026-05-20T23:23:51.701Zstarting task 1: "rust-toolchain"
222026-05-20T23:23:51.705Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T23:23:51.705Z * rust toolchain channel = "1.94.0"
242026-05-20T23:23:51.705Z * rust toolchain profile = "default"
252026-05-20T23:23:51.705Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T23:23:51.705Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T23:23:51.705Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T23:23:51.708Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T23:23:51.708Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T23:23:51.788Zinfo: downloading installer
312026-05-20T23:23:53.157Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T23:23:53.158Zwarn: /home/build/.rustup/settings.toml
332026-05-20T23:23:53.158Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T23:23:53.158Zwarn: instead of the one inferred from the default host triple.
352026-05-20T23:23:53.171Zinfo: profile set to default
362026-05-20T23:23:53.171Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T23:23:53.174Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T23:23:53.323Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T23:23:53.327Zinfo: downloading 6 components
402026-05-20T23:24:07.486Z
412026-05-20T23:24:07.486Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-20T23:24:07.526Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T23:24:07.526Z
442026-05-20T23:24:07.526Z
452026-05-20T23:24:07.526ZRust is installed now. Great!
462026-05-20T23:24:07.526Z
472026-05-20T23:24:07.526ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T23:24:07.526Zenvironment variable. This has not been done automatically.
492026-05-20T23:24:07.527Z
502026-05-20T23:24:07.527ZTo configure your current shell, you need to source
512026-05-20T23:24:07.527Zthe corresponding env file under $HOME/.cargo.
522026-05-20T23:24:07.527Z
532026-05-20T23:24:07.527ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T23:24:07.527Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T23:24:07.527Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T23:24:07.527Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T23:24:07.527Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T23:24:07.531Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T23:24:07.531Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T23:24:07.531Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T23:24:07.531Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T23:24:07.614Z+ rustup --version
632026-05-20T23:24:07.622Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T23:24:07.625Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T23:24:07.644Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T23:24:07.647Z+ cargo --version
672026-05-20T23:24:07.659Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T23:24:07.662Z+ rustc --version
692026-05-20T23:24:07.681Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T23:24:07.684Zprocess exited: duration 15982 ms, exit code 0
 
712026-05-20T23:24:07.690Zstarting task 2: "authentication"
722026-05-20T23:24:07.706Zprocess exited: duration 15 ms, exit code 0
 
732026-05-20T23:24:07.711Zstarting task 3: "clone repository"
742026-05-20T23:24:07.715Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T23:24:07.721Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T23:24:07.760ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T23:24:20.835Z+ cd /work/oxidecomputer/omicron
782026-05-20T23:24:20.835Z+ git fetch origin 6ee581e857202902453035f8c14e6a6b0fc64632
792026-05-20T23:24:20.835ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T23:24:20.836Z * branch 6ee581e857202902453035f8c14e6a6b0fc64632 -> FETCH_HEAD
812026-05-20T23:24:20.836Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-20T23:24:20.836Z++ git branch --show-current
832026-05-20T23:24:20.836Z+ current=main
842026-05-20T23:24:20.836Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-20T23:24:20.836Z+ git branch -f renovate/crate-hickory-proto-vulnerability 6ee581e857202902453035f8c14e6a6b0fc64632
862026-05-20T23:24:20.836Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-20T23:24:20.836ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-20T23:24:20.836Z+ git reset --hard 6ee581e857202902453035f8c14e6a6b0fc64632
892026-05-20T23:24:20.836ZHEAD is now at 6ee581e85 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-20T23:24:20.836Zprocess exited: duration 10836 ms, exit code 0
 
912026-05-20T23:24:20.888Zstarting task 4: "build"
922026-05-20T23:24:20.902Z+ source .github/buildomat/ci-env.sh
932026-05-20T23:24:20.902Z++ export CARGO_TERM_COLOR=always
942026-05-20T23:24:20.903Z++ CARGO_TERM_COLOR=always
952026-05-20T23:24:20.903Z+ cargo --version
962026-05-20T23:24:20.903Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T23:24:20.903Z+ rustc --version
982026-05-20T23:24:20.907Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T23:24:20.907Z+ source ./env.sh
1002026-05-20T23:24:20.907Z++ OLD_SHELL_OPTS=ehxB
1012026-05-20T23:24:20.907Z++ set -o xtrace
1022026-05-20T23:24:20.907Z++++ dirname ./env.sh
1032026-05-20T23:24:20.914Z+++ readlink -f .
1042026-05-20T23:24:20.918Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-20T23:24:20.918Z++ 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-20T23:24:20.918Z++ 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-20T23:24:20.918Z++ 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-20T23:24:20.918Z++ 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-20T23:24:20.918Z++ 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-20T23:24:20.918Z++ 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-20T23:24:20.918Z++ 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-20T23:24:20.918Z++ 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-20T23:24:20.918Z++ case $OLD_SHELL_OPTS in
1142026-05-20T23:24:20.918Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-20T23:24:20.918Z+ 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-20T23:24:20.918Z+ 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-20T23:24:20.918Z+ banner prerequisites
1182026-05-20T23:24:20.922Z
1192026-05-20T23:24:20.922Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-20T23:24:20.922Z # # # # # # # # # # # # # # #
1212026-05-20T23:24:20.922Z # # # # ##### # # ##### # # # # # #### #
1222026-05-20T23:24:20.922Z ##### ##### # ##### # # # # # # # # #
1232026-05-20T23:24:20.922Z # # # # # # # # # # # # # # #
1242026-05-20T23:24:20.922Z # # # ###### # # ###### ### # #### # #### #
1252026-05-20T23:24:20.922Z
1262026-05-20T23:24:20.922Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-20T23:24:22.792Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-20T23:24:22.856Z Startup: Caching catalogs ... Done
1292026-05-20T23:24:23.064ZPlanning: Solver setup ... Done (0.172s)
1302026-05-20T23:24:23.075ZPlanning: Running solver ... Done (0.016s)
1312026-05-20T23:24:23.087ZPlanning: Finding local manifests ... Done (0.008s)
1322026-05-20T23:24:23.098ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-20T23:24:23.119ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-20T23:24:23.134ZPlanning: Package planning ... Done (0.013s)
1352026-05-20T23:24:23.138ZPlanning: Merging actions ... Done (0.001s)
1362026-05-20T23:24:23.325ZPlanning: Checking for conflicting actions ... Done (0.191s)
1372026-05-20T23:24:23.328ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-20T23:24:24.651ZPlanning: Evaluating mediators ... Done (1.326s)
1392026-05-20T23:24:24.654ZPlanning: Planning completed in 1.78 seconds
1402026-05-20T23:24:24.661Z Packages to install: 2
1412026-05-20T23:24:24.665Z Estimated space available: 156.07 GB
1422026-05-20T23:24:24.665ZEstimated space to be consumed: 19.75 MB
1432026-05-20T23:24:24.665Z Create boot environment: No
1442026-05-20T23:24:24.665ZCreate backup boot environment: No
1452026-05-20T23:24:24.665Z Rebuild boot archive: No
1462026-05-20T23:24:24.665Z
1472026-05-20T23:24:24.665ZChanged packages:
1482026-05-20T23:24:24.665Zhelios
1492026-05-20T23:24:24.665Z developer/build-essential
1502026-05-20T23:24:24.665Z None -> 11-3.0
1512026-05-20T23:24:24.665Z library/libxmlsec1
1522026-05-20T23:24:24.665Z None -> 1.2.35-3.0
1532026-05-20T23:24:24.719Z
1542026-05-20T23:24:24.719ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-20T23:24:27.614ZDownload: Completed 1.28 MB in 2.90 seconds (453k/s)
1562026-05-20T23:24:27.663Z Actions: 1/268 actions (Installing new actions)
1572026-05-20T23:24:27.700Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-20T23:24:27.707ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-20T23:24:27.707ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-20T23:24:27.721ZFinalize: Updating image state ... Done (0.015s)
1612026-05-20T23:24:30.299ZFinalize: Creating fast lookup database ... Done (2.558s)
1622026-05-20T23:24:30.375ZFinalize: Reading search index ... Done (0.017s)
1632026-05-20T23:24:30.379ZFinalize: Updating search index ... Done (0.000s)
1642026-05-20T23:24:30.453ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-20T23:24:30.845ZPlanning: Evaluating mediator changes ... Done
1662026-05-20T23:24:30.850ZPlanning: Checking for conflicting actions ... Done
1672026-05-20T23:24:30.853ZPlanning: Consolidating action changes ... Done
1682026-05-20T23:24:31.007ZPlanning: Evaluating mediators ... Done
1692026-05-20T23:24:31.010ZPlanning: Planning completed in 0.26 seconds
1702026-05-20T23:24:31.029Z Mediators to change: 2
1712026-05-20T23:24:31.030Z Create boot environment: No
1722026-05-20T23:24:31.030ZCreate backup boot environment: No
1732026-05-20T23:24:31.075ZFinalize: Updating package state database ... Done
1742026-05-20T23:24:31.075ZFinalize: Updating package cache ... Done
1752026-05-20T23:24:31.085ZFinalize: Updating image state ... Done
1762026-05-20T23:24:33.076ZFinalize: Creating fast lookup database ... Done
1772026-05-20T23:24:33.097ZFinalize: Reading search index ... Done
1782026-05-20T23:24:33.107ZFinalize: Updating search index ... Done
1792026-05-20T23:24:33.134ZFinalize: Updating package cache ... Done
1802026-05-20T23:24:33.415ZPlanning: Evaluating mediator changes ... Done
1812026-05-20T23:24:33.519ZPlanning: Checking for conflicting actions ... Done
1822026-05-20T23:24:33.522ZPlanning: Consolidating action changes ... Done
1832026-05-20T23:24:33.676ZPlanning: Evaluating mediators ... Done
1842026-05-20T23:24:33.680ZPlanning: Planning completed in 0.26 seconds
1852026-05-20T23:24:33.700Z Mediators to change: 1
1862026-05-20T23:24:33.700Z Create boot environment: No
1872026-05-20T23:24:33.700ZCreate backup boot environment: No
1882026-05-20T23:24:33.748ZFinalize: Updating package state database ... Done
1892026-05-20T23:24:33.748ZFinalize: Updating package cache ... Done
1902026-05-20T23:24:33.757ZFinalize: Updating image state ... Done
1912026-05-20T23:24:35.707ZFinalize: Creating fast lookup database ... Done
1922026-05-20T23:24:35.773ZFinalize: Reading search index ... Done
1932026-05-20T23:24:35.776ZFinalize: Updating search index ... Done
1942026-05-20T23:24:35.830ZFinalize: Updating package cache ... Done
1952026-05-20T23:24:36.296ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-20T23:24:36.296Zapache system 2.4 system
1972026-05-20T23:24:36.296Zclang system 15 system
1982026-05-20T23:24:36.296Zcsh system system illumos
1992026-05-20T23:24:36.296Zctags system system illumos
2002026-05-20T23:24:36.296Zfile vendor vendor darwinsys
2012026-05-20T23:24:36.297Zfile system system illumos
2022026-05-20T23:24:36.297Zgcc vendor 14 vendor
2032026-05-20T23:24:36.297Zgcc system 13 system
2042026-05-20T23:24:36.297Zgcc system 10 system
2052026-05-20T23:24:36.297Zgo system 1.25 system
2062026-05-20T23:24:36.297Zllvm system 15 system
2072026-05-20T23:24:36.297Zmariadb system 11.4 system
2082026-05-20T23:24:36.297Zmta vendor vendor dma
2092026-05-20T23:24:36.297Zopenjdk system 17 system
2102026-05-20T23:24:36.297Zopenjdk system 11 system
2112026-05-20T23:24:36.297Zopenssl vendor 3 vendor
2122026-05-20T23:24:36.297Zperl system 5.40 system
2132026-05-20T23:24:36.297Zpostgresql system 18 system
2142026-05-20T23:24:36.297Zpostgresql system 17 system
2152026-05-20T23:24:36.297Zpython vendor 3 vendor
2162026-05-20T23:24:36.298Zpython system 2 system
2172026-05-20T23:24:36.298Zpython3 vendor 3.13 vendor
2182026-05-20T23:24:36.298Zruby system 3.4 system
2192026-05-20T23:24:36.298Zruby system 3.0 system
2202026-05-20T23:24:36.298Zwords vendor vendor american-english
2212026-05-20T23:24:36.298Zwords system system australian-english
2222026-05-20T23:24:36.298Zwords system system british-english
2232026-05-20T23:24:36.298Zwords system system canadian-english
2242026-05-20T23:24:36.298Zwords system system french
2252026-05-20T23:24:36.298Zwords system system italian
2262026-05-20T23:24:36.298Zwords system system ngerman
2272026-05-20T23:24:36.298Zwords system system ogerman
2282026-05-20T23:24:36.298Zwords system system spanish
2292026-05-20T23:24:36.487ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-20T23:24:36.487Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-20T23:24:36.656ZFMRI IFO
2322026-05-20T23:24:36.656Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-20T23:24:36.656Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-20T23:24:36.656Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-20T23:24:36.656Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-20T23:24:36.656Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-20T23:24:36.656Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-20T23:24:36.657Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-20T23:24:36.657Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-20T23:24:36.657Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-20T23:24:36.900Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-20T23:24:37.164Z Updating crates.io index
2432026-05-20T23:24:37.167Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-20T23:24:37.418Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-20T23:24:38.221Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-20T23:24:38.719Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-20T23:24:39.700Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-20T23:24:40.192Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-20T23:24:41.506Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-20T23:24:42.399Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-20T23:24:42.631Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-20T23:24:43.524Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-20T23:24:43.894Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-20T23:24:44.325Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-20T23:24:44.555Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-20T23:24:45.459Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-20T23:24:45.858Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-20T23:24:46.131Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-20T23:24:46.421Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-20T23:24:46.646Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-20T23:24:47.063Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-20T23:24:47.263Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-20T23:24:47.503Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-20T23:24:47.747Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-20T23:24:48.125Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-20T23:24:48.540Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-20T23:24:49.002Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-20T23:24:49.235Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-20T23:24:49.534Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-20T23:24:49.938Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-20T23:24:51.168Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-20T23:24:51.622Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-20T23:24:52.012Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-20T23:24:52.302Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-20T23:24:52.615Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-20T23:24:52.855Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-20T23:24:53.286Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-20T23:24:53.603Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-20T23:24:53.863Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-20T23:24:54.120Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-20T23:24:54.471Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-20T23:25:05.962Z Downloading crates ...
2832026-05-20T23:25:06.015Z Downloaded anstream v0.6.21
2842026-05-20T23:25:06.018Z Downloaded bitflags v2.11.0
2852026-05-20T23:25:06.018Z Downloaded anstyle-query v1.1.5
2862026-05-20T23:25:06.022Z Downloaded anstyle-parse v0.2.7
2872026-05-20T23:25:06.022Z Downloaded byteorder v1.5.0
2882026-05-20T23:25:06.025Z Downloaded camino v1.2.2
2892026-05-20T23:25:06.025Z Downloaded anyhow v1.0.102
2902026-05-20T23:25:06.028Z Downloaded cargo-util-schemas v0.8.2
2912026-05-20T23:25:06.031Z Downloaded itoa v1.0.17
2922026-05-20T23:25:06.031Z Downloaded dof v0.3.0
2932026-05-20T23:25:06.031Z Downloaded autocfg v1.5.0
2942026-05-20T23:25:06.031Z Downloaded anstyle v1.0.13
2952026-05-20T23:25:06.034Z Downloaded cargo-platform v0.2.0
2962026-05-20T23:25:06.034Z Downloaded erased-serde v0.4.9
2972026-05-20T23:25:06.037Z Downloaded zerocopy-derive v0.7.35
2982026-05-20T23:25:06.039Z Downloaded displaydoc v0.2.5
2992026-05-20T23:25:06.039Z Downloaded usdt-attr-macro v0.5.0
3002026-05-20T23:25:06.040Z Downloaded clap_derive v4.5.55
3012026-05-20T23:25:06.044Z Downloaded cargo_metadata v0.21.0
3022026-05-20T23:25:06.044Z Downloaded cfg-if v1.0.4
3032026-05-20T23:25:06.044Z Downloaded crypto-common v0.1.7
3042026-05-20T23:25:06.047Z Downloaded heck v0.5.0
3052026-05-20T23:25:06.047Z Downloaded digest v0.10.7
3062026-05-20T23:25:06.047Z Downloaded cpufeatures v0.2.17
3072026-05-20T23:25:06.047Z Downloaded utf8parse v0.2.2
3082026-05-20T23:25:06.051Z Downloaded thread-id v4.2.2
3092026-05-20T23:25:06.051Z Downloaded clap v4.5.60
3102026-05-20T23:25:06.054Z Downloaded zmij v1.0.21
3112026-05-20T23:25:06.056Z Downloaded utf8_iter v1.0.4
3122026-05-20T23:25:06.057Z Downloaded toml_write v0.1.2
3132026-05-20T23:25:06.057Z Downloaded usdt v0.5.0
3142026-05-20T23:25:06.057Z Downloaded typeid v1.0.3
3152026-05-20T23:25:06.057Z Downloaded toml_datetime v0.6.11
3162026-05-20T23:25:06.060Z Downloaded zerofrom v0.1.6
3172026-05-20T23:25:06.060Z Downloaded yoke-derive v0.8.1
3182026-05-20T23:25:06.060Z Downloaded tabled_derive v0.7.0
3192026-05-20T23:25:06.060Z Downloaded ordered-float v2.10.1
3202026-05-20T23:25:06.060Z Downloaded fastrand v2.3.0
3212026-05-20T23:25:06.064Z Downloaded version_check v0.9.5
3222026-05-20T23:25:06.067Z Downloaded unicode-xid v0.2.6
3232026-05-20T23:25:06.067Z Downloaded zerofrom-derive v0.1.6
3242026-05-20T23:25:06.067Z Downloaded proc-macro-error-attr v1.0.4
3252026-05-20T23:25:06.071Z Downloaded memmap v0.7.0
3262026-05-20T23:25:06.072Z Downloaded is_terminal_polyfill v1.70.2
3272026-05-20T23:25:06.075Z Downloaded unicode-linebreak v0.1.5
3282026-05-20T23:25:06.075Z Downloaded usdt-macro v0.5.0
3292026-05-20T23:25:06.075Z Downloaded thiserror-impl v1.0.69
3302026-05-20T23:25:06.075Z Downloaded generic-array v0.14.7
3312026-05-20T23:25:06.075Z Downloaded colorchoice v1.0.4
3322026-05-20T23:25:06.079Z Downloaded dtrace-parser v0.2.0
3332026-05-20T23:25:06.080Z Downloaded thiserror-impl v2.0.18
3342026-05-20T23:25:06.080Z Downloaded writeable v0.6.2
3352026-05-20T23:25:06.083Z Downloaded yoke v0.8.1
3362026-05-20T23:25:06.083Z Downloaded idna_adapter v1.2.1
3372026-05-20T23:25:06.083Z Downloaded block-buffer v0.10.4
3382026-05-20T23:25:06.083Z Downloaded heck v0.4.1
3392026-05-20T23:25:06.087Z Downloaded usdt-impl v0.5.0
3402026-05-20T23:25:06.090Z Downloaded potential_utf v0.1.4
3412026-05-20T23:25:06.090Z Downloaded errno v0.3.14
3422026-05-20T23:25:06.090Z Downloaded equivalent v1.0.2
3432026-05-20T23:25:06.090Z Downloaded tinystr v0.8.2
3442026-05-20T23:25:06.093Z Downloaded toml v0.8.23
3452026-05-20T23:25:06.093Z Downloaded serde_spanned v0.6.9
3462026-05-20T23:25:06.093Z Downloaded thiserror v2.0.18
3472026-05-20T23:25:06.097Z Downloaded zerovec-derive v0.11.2
3482026-05-20T23:25:06.097Z Downloaded swrite v0.1.0
3492026-05-20T23:25:06.097Z Downloaded scroll_derive v0.12.1
3502026-05-20T23:25:06.099Z Downloaded clap_lex v1.0.0
3512026-05-20T23:25:06.100Z Downloaded ucd-trie v0.1.7
3522026-05-20T23:25:06.100Z Downloaded thiserror v1.0.69
3532026-05-20T23:25:06.102Z Downloaded serde_tokenstream v0.2.3
3542026-05-20T23:25:06.105Z Downloaded icu_provider v2.1.1
3552026-05-20T23:25:06.106Z Downloaded textwrap v0.16.2
3562026-05-20T23:25:06.106Z Downloaded icu_locale_core v2.1.1
3572026-05-20T23:25:06.110Z Downloaded form_urlencoded v1.2.2
3582026-05-20T23:25:06.112Z Downloaded unicode-ident v1.0.24
3592026-05-20T23:25:06.113Z Downloaded pretty-hex v0.4.1
3602026-05-20T23:25:06.116Z Downloaded serde-value v0.7.0
3612026-05-20T23:25:06.118Z Downloaded plain v0.2.3
3622026-05-20T23:25:06.118Z Downloaded toml_edit v0.22.27
3632026-05-20T23:25:06.122Z Downloaded zerovec v0.11.5
3642026-05-20T23:25:06.125Z Downloaded typenum v1.19.0
3652026-05-20T23:25:06.125Z Downloaded stable_deref_trait v1.2.1
3662026-05-20T23:25:06.125Z Downloaded smawk v0.3.2
3672026-05-20T23:25:06.128Z Downloaded zerotrie v0.2.3
3682026-05-20T23:25:06.128Z Downloaded url v2.5.8
3692026-05-20T23:25:06.132Z Downloaded strsim v0.11.1
3702026-05-20T23:25:06.132Z Downloaded percent-encoding v2.3.2
3712026-05-20T23:25:06.132Z Downloaded scroll v0.12.0
3722026-05-20T23:25:06.132Z Downloaded fnv v1.0.7
3732026-05-20T23:25:06.133Z Downloaded bytecount v0.6.9
3742026-05-20T23:25:06.136Z Downloaded macaddr v1.0.1
3752026-05-20T23:25:06.141Z Downloaded zerocopy v0.7.35
3762026-05-20T23:25:06.148Z Downloaded winnow v0.7.14
3772026-05-20T23:25:06.153Z Downloaded sha2 v0.10.9
3782026-05-20T23:25:06.157Z Downloaded terminal_size v0.4.3
3792026-05-20T23:25:06.157Z Downloaded serde-untagged v0.1.9
3802026-05-20T23:25:06.157Z Downloaded camino-tempfile v1.4.1
3812026-05-20T23:25:06.160Z Downloaded unicode-width v0.2.0
3822026-05-20T23:25:06.160Z Downloaded synstructure v0.13.2
3832026-05-20T23:25:06.163Z Downloaded unicode-width v0.1.14
3842026-05-20T23:25:06.166Z Downloaded cargo_toml v0.21.0
3852026-05-20T23:25:06.166Z Downloaded litemap v0.8.1
3862026-05-20T23:25:06.166Z Downloaded fs-err v3.3.0
3872026-05-20T23:25:06.170Z Downloaded once_cell v1.21.3
3882026-05-20T23:25:06.174Z Downloaded semver v1.0.28
3892026-05-20T23:25:06.177Z Downloaded icu_collections v2.1.1
3902026-05-20T23:25:06.180Z Downloaded icu_properties v2.1.2
3912026-05-20T23:25:06.183Z Downloaded getrandom v0.4.1
3922026-05-20T23:25:06.186Z Downloaded quote v1.0.45
3932026-05-20T23:25:06.189Z Downloaded pest_generator v2.8.6
3942026-05-20T23:25:06.192Z Downloaded tempfile v3.25.0
3952026-05-20T23:25:06.192Z Downloaded smallvec v1.15.1
3962026-05-20T23:25:06.195Z Downloaded proc-macro-error v1.0.4
3972026-05-20T23:25:06.195Z Downloaded pest_derive v2.8.6
3982026-05-20T23:25:06.198Z Downloaded log v0.4.29
3992026-05-20T23:25:06.201Z Downloaded proc-macro2 v1.0.106
4002026-05-20T23:25:06.203Z Downloaded num-traits v0.2.19
4012026-05-20T23:25:06.210Z Downloaded serde_core v1.0.228
4022026-05-20T23:25:06.216Z Downloaded icu_normalizer_data v2.1.1
4032026-05-20T23:25:06.220Z Downloaded serde_derive v1.0.228
4042026-05-20T23:25:06.222Z Downloaded pest_meta v2.8.6
4052026-05-20T23:25:06.228Z Downloaded icu_normalizer v2.1.1
4062026-05-20T23:25:06.231Z Downloaded papergrid v0.11.0
4072026-05-20T23:25:06.234Z Downloaded serde v1.0.228
4082026-05-20T23:25:06.254Z Downloaded memchr v2.8.0
4092026-05-20T23:25:06.264Z Downloaded hashbrown v0.17.0
4102026-05-20T23:25:06.267Z Downloaded indexmap v2.14.0
4112026-05-20T23:25:06.275Z Downloaded pest v2.8.6
4122026-05-20T23:25:06.283Z Downloaded clap_builder v4.5.60
4132026-05-20T23:25:06.286Z Downloaded serde_json v1.0.149
4142026-05-20T23:25:06.289Z Downloaded icu_properties_data v2.1.2
4152026-05-20T23:25:06.294Z Downloaded idna v1.1.0
4162026-05-20T23:25:06.299Z Downloaded goblin v0.8.2
4172026-05-20T23:25:06.306Z Downloaded tabled v0.15.0
4182026-05-20T23:25:06.319Z Downloaded syn v1.0.109
4192026-05-20T23:25:06.325Z Downloaded syn v2.0.117
4202026-05-20T23:25:06.341Z Downloaded rustix v1.1.3
4212026-05-20T23:25:06.370Z Downloaded libc v0.2.185
4222026-05-20T23:25:06.440Z Compiling proc-macro2 v1.0.106
4232026-05-20T23:25:06.443Z Compiling quote v1.0.45
4242026-05-20T23:25:06.443Z Compiling unicode-ident v1.0.24
4252026-05-20T23:25:06.443Z Compiling serde_core v1.0.228
4262026-05-20T23:25:06.443Z Compiling libc v0.2.185
4272026-05-20T23:25:06.443Z Compiling version_check v0.9.5
4282026-05-20T23:25:06.443Z Compiling serde v1.0.228
4292026-05-20T23:25:06.443Z Compiling memchr v2.8.0
4302026-05-20T23:25:06.825Z Compiling stable_deref_trait v1.2.1
4312026-05-20T23:25:06.900Z Compiling zmij v1.0.21
4322026-05-20T23:25:07.075Z Compiling ucd-trie v0.1.7
4332026-05-20T23:25:07.218Z Compiling autocfg v1.5.0
4342026-05-20T23:25:07.263Z Compiling itoa v1.0.17
4352026-05-20T23:25:07.310Z Compiling thiserror v1.0.69
4362026-05-20T23:25:07.443Z Compiling pest v2.8.6
4372026-05-20T23:25:07.530Z Compiling writeable v0.6.2
4382026-05-20T23:25:07.552Z Compiling litemap v0.8.1
4392026-05-20T23:25:07.639Z Compiling byteorder v1.5.0
4402026-05-20T23:25:07.739Z Compiling icu_properties_data v2.1.2
4412026-05-20T23:25:07.781Z Compiling rustix v1.1.3
4422026-05-20T23:25:07.922Z Compiling icu_normalizer_data v2.1.1
4432026-05-20T23:25:08.070Z Compiling syn v2.0.117
4442026-05-20T23:25:08.186Z Compiling errno v0.3.14
4452026-05-20T23:25:08.190Z Compiling bitflags v2.11.0
4462026-05-20T23:25:08.190Z Compiling serde_json v1.0.149
4472026-05-20T23:25:08.397Z Compiling num-traits v0.2.19
4482026-05-20T23:25:08.429Z Compiling equivalent v1.0.2
4492026-05-20T23:25:08.519Z Compiling pest_meta v2.8.6
4502026-05-20T23:25:08.597Z Compiling hashbrown v0.17.0
4512026-05-20T23:25:08.673Z Compiling typeid v1.0.3
4522026-05-20T23:25:08.729Z Compiling smallvec v1.15.1
4532026-05-20T23:25:08.991Z Compiling thread-id v4.2.2
4542026-05-20T23:25:09.050Z Compiling proc-macro-error-attr v1.0.4
4552026-05-20T23:25:09.073Z Compiling indexmap v2.14.0
4562026-05-20T23:25:09.138Z Compiling usdt-impl v0.5.0
4572026-05-20T23:25:09.141Z Compiling erased-serde v0.4.9
4582026-05-20T23:25:09.298Z Compiling syn v1.0.109
4592026-05-20T23:25:09.392Z Compiling toml_write v0.1.2
4602026-05-20T23:25:09.418Z Compiling winnow v0.7.14
4612026-05-20T23:25:09.699Z Compiling proc-macro-error v1.0.4
4622026-05-20T23:25:09.743Z Compiling plain v0.2.3
4632026-05-20T23:25:09.860Z Compiling utf8parse v0.2.2
4642026-05-20T23:25:09.889Z Compiling log v0.4.29
4652026-05-20T23:25:09.976Z Compiling getrandom v0.4.1
4662026-05-20T23:25:10.077Z Compiling percent-encoding v2.3.2
4672026-05-20T23:25:10.140Z Compiling thiserror v2.0.18
4682026-05-20T23:25:10.221Z Compiling camino v1.2.2
4692026-05-20T23:25:10.275Z Compiling utf8_iter v1.0.4
4702026-05-20T23:25:10.414Z Compiling form_urlencoded v1.2.2
4712026-05-20T23:25:10.420Z Compiling ordered-float v2.10.1
4722026-05-20T23:25:10.428Z Compiling anstyle-parse v0.2.7
4732026-05-20T23:25:10.637Z Compiling synstructure v0.13.2
4742026-05-20T23:25:10.656Z Compiling pest_generator v2.8.6
4752026-05-20T23:25:10.693Z Compiling terminal_size v0.4.3
4762026-05-20T23:25:10.938Z Compiling cfg-if v1.0.4
4772026-05-20T23:25:11.017Z Compiling anstyle-query v1.1.5
4782026-05-20T23:25:11.093Z Compiling anstyle v1.0.13
4792026-05-20T23:25:11.111Z Compiling pretty-hex v0.4.1
4802026-05-20T23:25:11.134Z Compiling colorchoice v1.0.4
4812026-05-20T23:25:11.151Z Compiling is_terminal_polyfill v1.70.2
4822026-05-20T23:25:11.274Z Compiling serde-untagged v0.1.9
4832026-05-20T23:25:11.305Z Compiling anstream v0.6.21
4842026-05-20T23:25:11.361Z Compiling semver v1.0.28
4852026-05-20T23:25:11.533Z Compiling fs-err v3.3.0
4862026-05-20T23:25:11.546Z Compiling heck v0.4.1
4872026-05-20T23:25:11.613Z Compiling fastrand v2.3.0
4882026-05-20T23:25:11.647Z Compiling strsim v0.11.1
4892026-05-20T23:25:11.694Z Compiling unicode-xid v0.2.6
4902026-05-20T23:25:11.717Z Compiling clap_lex v1.0.0
4912026-05-20T23:25:11.762Z Compiling bytecount v0.6.9
4922026-05-20T23:25:11.822Z Compiling heck v0.5.0
4932026-05-20T23:25:11.900Z Compiling once_cell v1.21.3
4942026-05-20T23:25:11.954Z Compiling anyhow v1.0.102
4952026-05-20T23:25:12.002Z Compiling fnv v1.0.7
4962026-05-20T23:25:12.067Z Compiling unicode-width v0.1.14
4972026-05-20T23:25:12.111Z Compiling tempfile v3.25.0
4982026-05-20T23:25:12.128Z Compiling clap_builder v4.5.60
4992026-05-20T23:25:12.303Z Compiling papergrid v0.11.0
5002026-05-20T23:25:12.351Z Compiling memmap v0.7.0
5012026-05-20T23:25:12.391Z Compiling serde_derive v1.0.228
5022026-05-20T23:25:12.550Z Compiling zerofrom-derive v0.1.6
5032026-05-20T23:25:12.581Z Compiling yoke-derive v0.8.1
5042026-05-20T23:25:12.581Z Compiling zerovec-derive v0.11.2
5052026-05-20T23:25:12.797Z Compiling displaydoc v0.2.5
5062026-05-20T23:25:13.529Z Compiling thiserror-impl v1.0.69
5072026-05-20T23:25:13.635Z Compiling zerocopy-derive v0.7.35
5082026-05-20T23:25:13.653Z Compiling pest_derive v2.8.6
5092026-05-20T23:25:13.811Z Compiling scroll_derive v0.12.1
5102026-05-20T23:25:13.863Z Compiling zerofrom v0.1.6
5112026-05-20T23:25:14.001Z Compiling yoke v0.8.1
5122026-05-20T23:25:14.076Z Compiling thiserror-impl v2.0.18
5132026-05-20T23:25:14.195Z Compiling zerovec v0.11.5
5142026-05-20T23:25:14.404Z Compiling zerotrie v0.2.3
5152026-05-20T23:25:14.498Z Compiling zerocopy v0.7.35
5162026-05-20T23:25:14.699Z Compiling tinystr v0.8.2
5172026-05-20T23:25:14.716Z Compiling potential_utf v0.1.4
5182026-05-20T23:25:14.932Z Compiling icu_locale_core v2.1.1
5192026-05-20T23:25:14.941Z Compiling icu_collections v2.1.1
5202026-05-20T23:25:14.941Z Compiling dtrace-parser v0.2.0
5212026-05-20T23:25:15.053Z Compiling scroll v0.12.0
5222026-05-20T23:25:15.129Z Compiling tabled_derive v0.7.0
5232026-05-20T23:25:15.358Z Compiling goblin v0.8.2
5242026-05-20T23:25:15.373Z Compiling clap_derive v4.5.55
5252026-05-20T23:25:15.521Z Compiling icu_provider v2.1.1
5262026-05-20T23:25:15.651Z Compiling smawk v0.3.2
5272026-05-20T23:25:15.767Z Compiling toml_datetime v0.6.11
5282026-05-20T23:25:15.796Z Compiling serde_spanned v0.6.9
5292026-05-20T23:25:15.883Z Compiling icu_properties v2.1.2
5302026-05-20T23:25:15.887Z Compiling icu_normalizer v2.1.1
5312026-05-20T23:25:15.920Z Compiling dof v0.3.0
5322026-05-20T23:25:16.059Z Compiling toml_edit v0.22.27
5332026-05-20T23:25:16.072Z Compiling serde_tokenstream v0.2.3
5342026-05-20T23:25:16.092Z Compiling serde-value v0.7.0
5352026-05-20T23:25:16.408Z Compiling cargo-platform v0.2.0
5362026-05-20T23:25:16.457Z Compiling unicode-linebreak v0.1.5
5372026-05-20T23:25:16.481Z Compiling unicode-width v0.2.0
5382026-05-20T23:25:16.653Z Compiling tabled v0.15.0
5392026-05-20T23:25:16.733Z Compiling textwrap v0.16.2
5402026-05-20T23:25:16.798Z Compiling idna_adapter v1.2.1
5412026-05-20T23:25:16.930Z Compiling idna v1.1.0
5422026-05-20T23:25:16.965Z Compiling usdt-attr-macro v0.5.0
5432026-05-20T23:25:17.011Z Compiling usdt-macro v0.5.0
5442026-05-20T23:25:17.245Z Compiling clap v4.5.60
5452026-05-20T23:25:17.285Z Compiling macaddr v1.0.1
5462026-05-20T23:25:17.302Z Compiling url v2.5.8
5472026-05-20T23:25:17.580Z Compiling toml v0.8.23
5482026-05-20T23:25:17.618Z Compiling camino-tempfile v1.4.1
5492026-05-20T23:25:17.856Z Compiling swrite v0.1.0
5502026-05-20T23:25:17.931Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-20T23:25:17.951Z Compiling cargo-util-schemas v0.8.2
5522026-05-20T23:25:18.030Z Compiling cargo_toml v0.21.0
5532026-05-20T23:25:18.531Z Compiling usdt v0.5.0
5542026-05-20T23:25:18.878Z Compiling cargo_metadata v0.21.0
5552026-05-20T23:25:19.830Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-20T23:25:21.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.18s
5572026-05-20T23:25:22.150Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-20T23:25:22.726Z Downloading crates ...
5592026-05-20T23:25:22.856Z Downloaded adler2 v2.0.1
5602026-05-20T23:25:22.866Z Downloaded assert_matches v1.5.0
5612026-05-20T23:25:22.866Z Downloaded darling_macro v0.21.3
5622026-05-20T23:25:22.867Z Downloaded ascii-canvas v3.0.0
5632026-05-20T23:25:22.867Z Downloaded cpufeatures v0.3.0
5642026-05-20T23:25:22.867Z Downloaded aead v0.5.2
5652026-05-20T23:25:22.867Z Downloaded camino-tempfile-ext v0.3.3
5662026-05-20T23:25:22.867Z Downloaded argon2 v0.5.3
5672026-05-20T23:25:22.874Z Downloaded convert_case v0.10.0
5682026-05-20T23:25:22.874Z Downloaded cmake v0.1.57
5692026-05-20T23:25:22.874Z Downloaded dropshot-api-manager-types v0.7.2
5702026-05-20T23:25:22.874Z Downloaded downcast-rs v2.0.2
5712026-05-20T23:25:22.874Z Downloaded atomicwrites v0.4.4
5722026-05-20T23:25:22.874Z Downloaded async-bb8-diesel v0.2.1
5732026-05-20T23:25:22.874Z Downloaded ahash v0.8.12
5742026-05-20T23:25:22.874Z Downloaded dtrace-parser v0.3.0
5752026-05-20T23:25:22.874Z Downloaded backoff v0.4.0
5762026-05-20T23:25:22.878Z Downloaded diesel_table_macro_syntax v0.3.0
5772026-05-20T23:25:22.878Z Downloaded async-compression v0.4.41
5782026-05-20T23:25:22.878Z Downloaded float-ord v0.3.2
5792026-05-20T23:25:22.879Z Downloaded flagset v0.4.7
5802026-05-20T23:25:22.884Z Downloaded erased-serde v0.3.31
5812026-05-20T23:25:22.884Z Downloaded cobs v0.3.0
5822026-05-20T23:25:22.884Z Downloaded bit-vec v0.8.0
5832026-05-20T23:25:22.884Z Downloaded dirs-next v2.0.0
5842026-05-20T23:25:22.884Z Downloaded blowfish v0.9.1
5852026-05-20T23:25:22.888Z Downloaded async-stream v0.3.6
5862026-05-20T23:25:22.888Z Downloaded ena v0.14.4
5872026-05-20T23:25:22.888Z Downloaded diesel-dtrace v0.5.0
5882026-05-20T23:25:22.888Z Downloaded deranged v0.5.8
5892026-05-20T23:25:22.891Z Downloaded async-stream-impl v0.3.6
5902026-05-20T23:25:22.891Z Downloaded data-encoding v2.10.0
5912026-05-20T23:25:22.891Z Downloaded ecdsa v0.16.9
5922026-05-20T23:25:22.891Z Downloaded fixedbitset v0.5.7
5932026-05-20T23:25:22.896Z Downloaded daft-derive v0.1.7
5942026-05-20T23:25:22.903Z Downloaded defmt v1.0.1
5952026-05-20T23:25:22.904Z Downloaded foldhash v0.2.0
5962026-05-20T23:25:22.904Z Downloaded darling v0.23.0
5972026-05-20T23:25:22.908Z Downloaded cfg_aliases v0.1.1
5982026-05-20T23:25:22.908Z Downloaded filetime v0.2.27
5992026-05-20T23:25:22.908Z Downloaded derive_builder v0.20.2
6002026-05-20T23:25:22.908Z Downloaded fatfs v0.3.6
6012026-05-20T23:25:22.911Z Downloaded atty v0.2.14
6022026-05-20T23:25:22.911Z Downloaded embedded-io v0.6.1
6032026-05-20T23:25:22.911Z Downloaded darling_macro v0.23.0
6042026-05-20T23:25:22.914Z Downloaded crossbeam-epoch v0.9.18
6052026-05-20T23:25:22.914Z Downloaded document-features v0.2.12
6062026-05-20T23:25:22.914Z Downloaded crc-catalog v2.4.0
6072026-05-20T23:25:22.917Z Downloaded bit-set v0.8.0
6082026-05-20T23:25:22.917Z Downloaded async-recursion v1.1.1
6092026-05-20T23:25:22.921Z Downloaded crunchy v0.2.4
6102026-05-20T23:25:22.921Z Downloaded bb8 v0.8.6
6112026-05-20T23:25:22.921Z Downloaded arrayref v0.3.9
6122026-05-20T23:25:22.921Z Downloaded atomic-waker v1.1.2
6132026-05-20T23:25:22.924Z Downloaded bit-set v0.5.3
6142026-05-20T23:25:22.924Z Downloaded ciborium-ll v0.2.2
6152026-05-20T23:25:22.924Z Downloaded fd-lock v4.0.4
6162026-05-20T23:25:22.924Z Downloaded float-cmp v0.10.0
6172026-05-20T23:25:22.924Z Downloaded endian-type v0.1.2
6182026-05-20T23:25:22.927Z Downloaded derive_builder_macro v0.20.2
6192026-05-20T23:25:22.927Z Downloaded base16ct v0.2.0
6202026-05-20T23:25:22.927Z Downloaded dyn-clone v1.0.20
6212026-05-20T23:25:22.930Z Downloaded bitfield-struct v0.6.2
6222026-05-20T23:25:22.930Z Downloaded fallible-iterator v0.2.0
6232026-05-20T23:25:22.930Z Downloaded dunce v1.0.5
6242026-05-20T23:25:22.930Z Downloaded difflib v0.4.0
6252026-05-20T23:25:22.936Z Downloaded ar_archive_writer v0.5.1
6262026-05-20T23:25:22.936Z Downloaded dsl_auto_type v0.2.0
6272026-05-20T23:25:22.938Z Downloaded crc v3.4.0
6282026-05-20T23:25:22.938Z Downloaded arc-swap v1.8.2
6292026-05-20T23:25:22.938Z Downloaded defmt v0.3.100
6302026-05-20T23:25:22.938Z Downloaded darling_macro v0.20.11
6312026-05-20T23:25:22.938Z Downloaded allocator-api2 v0.2.21
6322026-05-20T23:25:22.944Z Downloaded dirs-sys-next v0.1.2
6332026-05-20T23:25:22.945Z Downloaded cstr-argument v0.1.2
6342026-05-20T23:25:22.945Z Downloaded cargo-platform v0.1.9
6352026-05-20T23:25:22.948Z Downloaded fixedbitset v0.4.2
6362026-05-20T23:25:22.948Z Downloaded crc8 v0.1.1
6372026-05-20T23:25:22.948Z Downloaded display-error-chain v0.2.2
6382026-05-20T23:25:22.948Z Downloaded enum-as-inner v0.6.1
6392026-05-20T23:25:22.948Z Downloaded bcs v0.1.6
6402026-05-20T23:25:22.951Z Downloaded env_filter v1.0.0
6412026-05-20T23:25:22.951Z Downloaded buf-list v1.1.2
6422026-05-20T23:25:22.954Z Downloaded foreign-types-macros v0.2.3
6432026-05-20T23:25:22.954Z Downloaded bitflags v1.3.2
6442026-05-20T23:25:22.957Z Downloaded bcrypt-pbkdf v0.10.0
6452026-05-20T23:25:22.957Z Downloaded crucible-workspace-hack v0.1.0
6462026-05-20T23:25:22.960Z Downloaded dof v0.4.0
6472026-05-20T23:25:22.960Z Downloaded compression-core v0.4.31
6482026-05-20T23:25:22.961Z Downloaded foreign-types-shared v0.1.1
6492026-05-20T23:25:22.961Z Downloaded embedded-io v0.4.0
6502026-05-20T23:25:22.965Z Downloaded castaway v0.2.4
6512026-05-20T23:25:22.965Z Downloaded foreign-types-shared v0.3.1
6522026-05-20T23:25:22.965Z Downloaded curve25519-dalek-derive v0.1.1
6532026-05-20T23:25:22.967Z Downloaded ciborium-io v0.2.2
6542026-05-20T23:25:22.968Z Downloaded bitfield-macros v0.19.4
6552026-05-20T23:25:22.968Z Downloaded array-init v0.0.4
6562026-05-20T23:25:22.970Z Downloaded block-padding v0.3.3
6572026-05-20T23:25:22.970Z Downloaded defmt-parser v1.0.0
6582026-05-20T23:25:22.973Z Downloaded globwalk v0.9.1
6592026-05-20T23:25:22.973Z Downloaded futures-core v0.3.32
6602026-05-20T23:25:22.977Z Downloaded darling_core v0.23.0
6612026-05-20T23:25:22.984Z Downloaded funty v2.0.0
6622026-05-20T23:25:22.984Z Downloaded fxhash v0.2.1
6632026-05-20T23:25:22.984Z Downloaded der_derive v0.7.3
6642026-05-20T23:25:22.989Z Downloaded debug-ignore v1.0.5
6652026-05-20T23:25:22.989Z Downloaded csv-core v0.1.13
6662026-05-20T23:25:22.989Z Downloaded cfg_aliases v0.2.1
6672026-05-20T23:25:22.989Z Downloaded convert_case v0.4.0
6682026-05-20T23:25:22.989Z Downloaded daft v0.1.7
6692026-05-20T23:25:22.989Z Downloaded critical-section v1.2.0
6702026-05-20T23:25:22.989Z Downloaded hash32 v0.2.1
6712026-05-20T23:25:22.992Z Downloaded git-stub v1.0.0
6722026-05-20T23:25:22.992Z Downloaded futures-task v0.3.32
6732026-05-20T23:25:22.992Z Downloaded futures-macro v0.3.32
6742026-05-20T23:25:22.992Z Downloaded foreign-types v0.5.0
6752026-05-20T23:25:22.992Z Downloaded futures-io v0.3.32
6762026-05-20T23:25:22.992Z Downloaded ctr v0.9.2
6772026-05-20T23:25:22.995Z Downloaded ghash v0.5.1
6782026-05-20T23:25:22.995Z Downloaded gethostname v0.5.0
6792026-05-20T23:25:22.995Z Downloaded headers-core v0.3.0
6802026-05-20T23:25:22.998Z Downloaded futures-sink v0.3.32
6812026-05-20T23:25:23.002Z Downloaded arrayvec v0.7.6
6822026-05-20T23:25:23.004Z Downloaded http-range v0.1.5
6832026-05-20T23:25:23.005Z Downloaded hostname v0.3.1
6842026-05-20T23:25:23.013Z Downloaded compression-codecs v0.4.37
6852026-05-20T23:25:23.017Z Downloaded ff v0.13.1
6862026-05-20T23:25:23.021Z Downloaded byte-wrapper v0.1.0
6872026-05-20T23:25:23.021Z Downloaded derive_builder_core v0.20.2
6882026-05-20T23:25:23.021Z Downloaded either v1.15.0
6892026-05-20T23:25:23.021Z Downloaded foldhash v0.1.5
6902026-05-20T23:25:23.024Z Downloaded ed25519 v2.2.3
6912026-05-20T23:25:23.024Z Downloaded cassowary v0.3.0
6922026-05-20T23:25:23.024Z Downloaded backon v1.6.0
6932026-05-20T23:25:23.027Z Downloaded hash32 v0.3.1
6942026-05-20T23:25:23.027Z Downloaded find-msvc-tools v0.1.9
6952026-05-20T23:25:23.029Z Downloaded derive-ex v0.1.8
6962026-05-20T23:25:23.029Z Downloaded cbc v0.1.2
6972026-05-20T23:25:23.029Z Downloaded hubpack v0.1.2
6982026-05-20T23:25:23.032Z Downloaded base64ct v1.8.3
6992026-05-20T23:25:23.032Z Downloaded hubpack_derive v0.1.1
7002026-05-20T23:25:23.035Z Downloaded hex-literal v0.4.1
7012026-05-20T23:25:23.035Z Downloaded hex v0.4.3
7022026-05-20T23:25:23.035Z Downloaded bitfield v0.19.4
7032026-05-20T23:25:23.038Z Downloaded http-body v1.0.1
7042026-05-20T23:25:23.038Z Downloaded git-stub-vcs v0.1.0
7052026-05-20T23:25:23.038Z Downloaded futures-executor v0.3.32
7062026-05-20T23:25:23.041Z Downloaded crc32fast v1.5.0
7072026-05-20T23:25:23.041Z Downloaded httpdate v1.0.3
7082026-05-20T23:25:23.041Z Downloaded hostname v0.4.2
7092026-05-20T23:25:23.044Z Downloaded hyper-tls v0.6.0
7102026-05-20T23:25:23.044Z Downloaded async-trait v0.1.89
7112026-05-20T23:25:23.047Z Downloaded der v0.7.10
7122026-05-20T23:25:23.050Z Downloaded indent_write v2.2.0
7132026-05-20T23:25:23.050Z Downloaded cexpr v0.6.0
7142026-05-20T23:25:23.050Z Downloaded home v0.5.12
7152026-05-20T23:25:23.053Z Downloaded defmt-macros v1.0.1
7162026-05-20T23:25:23.053Z Downloaded inout v0.1.4
7172026-05-20T23:25:23.056Z Downloaded illumos-nvpair-sys v0.2.0
7182026-05-20T23:25:23.056Z Downloaded globset v0.4.18
7192026-05-20T23:25:23.056Z Downloaded cargo_metadata v0.19.2
7202026-05-20T23:25:23.059Z Downloaded fs-err v2.11.0
7212026-05-20T23:25:23.059Z Downloaded corncobs v0.1.4
7222026-05-20T23:25:23.059Z Downloaded const_format_proc_macros v0.2.34
7232026-05-20T23:25:23.062Z Downloaded fs_extra v1.3.0
7242026-05-20T23:25:23.062Z Downloaded foreign-types v0.3.2
7252026-05-20T23:25:23.064Z Downloaded constant_time_eq v0.4.2
7262026-05-20T23:25:23.064Z Downloaded chacha20poly1305 v0.10.1
7272026-05-20T23:25:23.069Z Downloaded illumos-nvpair v0.3.0
7282026-05-20T23:25:23.075Z Downloaded instant v0.1.13
7292026-05-20T23:25:23.079Z Downloaded lazy_static v1.5.0
7302026-05-20T23:25:23.079Z Downloaded lalrpop-util v0.19.12
7312026-05-20T23:25:23.079Z Downloaded cookie v0.18.1
7322026-05-20T23:25:23.079Z Downloaded colored v3.1.1
7332026-05-20T23:25:23.082Z Downloaded bzip2 v0.6.1
7342026-05-20T23:25:23.082Z Downloaded highway v1.3.0
7352026-05-20T23:25:23.082Z Downloaded crossbeam-utils v0.8.21
7362026-05-20T23:25:23.085Z Downloaded clang-sys v1.8.1
7372026-05-20T23:25:23.085Z Downloaded colored v2.2.0
7382026-05-20T23:25:23.090Z Downloaded crossbeam-deque v0.8.6
7392026-05-20T23:25:23.091Z Downloaded des v0.8.1
7402026-05-20T23:25:23.093Z Downloaded ciborium v0.2.2
7412026-05-20T23:25:23.093Z Downloaded indoc v1.0.9
7422026-05-20T23:25:23.093Z Downloaded internet-checksum v0.2.1
7432026-05-20T23:25:23.093Z Downloaded cancel-safe-futures v0.1.5
7442026-05-20T23:25:23.097Z Downloaded glob v0.3.3
7452026-05-20T23:25:23.097Z Downloaded is-terminal v0.4.17
7462026-05-20T23:25:23.097Z Downloaded ident_case v1.0.1
7472026-05-20T23:25:23.136Z Downloaded hyper-staticfile v0.10.1
7482026-05-20T23:25:23.136Z Downloaded env_logger v0.11.9
7492026-05-20T23:25:23.136Z Downloaded cipher v0.4.4
7502026-05-20T23:25:23.140Z Downloaded kstat-rs v0.2.4
7512026-05-20T23:25:23.140Z Downloaded is_ci v1.2.0
7522026-05-20T23:25:23.140Z Downloaded libscf-sys v1.1.0
7532026-05-20T23:25:23.140Z Downloaded lru v0.12.5
7542026-05-20T23:25:23.140Z Downloaded http-body-util v0.1.3
7552026-05-20T23:25:23.140Z Downloaded diff v0.1.13
7562026-05-20T23:25:23.140Z Downloaded derive-where v1.6.0
7572026-05-20T23:25:23.140Z Downloaded elliptic-curve v0.13.8
7582026-05-20T23:25:23.140Z Downloaded lru-slab v0.1.2
7592026-05-20T23:25:23.140Z Downloaded derive_more v0.99.20
7602026-05-20T23:25:23.140Z Downloaded maybe-uninit v2.0.0
7612026-05-20T23:25:23.140Z Downloaded match_cfg v0.1.0
7622026-05-20T23:25:23.140Z Downloaded linked-hash-map v0.5.6
7632026-05-20T23:25:23.140Z Downloaded mime v0.3.17
7642026-05-20T23:25:23.140Z Downloaded lzss v0.8.2
7652026-05-20T23:25:23.140Z Downloaded lru-cache v0.1.2
7662026-05-20T23:25:23.140Z Downloaded blake2 v0.10.6
7672026-05-20T23:25:23.140Z Downloaded impl-trait-for-tuples v0.2.3
7682026-05-20T23:25:23.140Z Downloaded cookie_store v0.22.1
7692026-05-20T23:25:23.141Z Downloaded indoc v2.0.7
7702026-05-20T23:25:23.141Z Downloaded futures-channel v0.3.32
7712026-05-20T23:25:23.141Z Downloaded bit-vec v0.6.3
7722026-05-20T23:25:23.141Z Downloaded const-oid v0.9.6
7732026-05-20T23:25:23.141Z Downloaded console v0.15.11
7742026-05-20T23:25:23.145Z Downloaded md5 v0.7.0
7752026-05-20T23:25:23.145Z Downloaded md-5 v0.10.6
7762026-05-20T23:25:23.145Z Downloaded maplit v1.0.2
7772026-05-20T23:25:23.145Z Downloaded keccak v0.1.6
7782026-05-20T23:25:23.149Z Downloaded ipnetwork v0.21.1
7792026-05-20T23:25:23.149Z Downloaded getrandom v0.2.17
7802026-05-20T23:25:23.150Z Downloaded newtype-uuid-macros v0.1.0
7812026-05-20T23:25:23.150Z Downloaded jobserver v0.1.34
7822026-05-20T23:25:23.155Z Downloaded newline-converter v0.3.0
7832026-05-20T23:25:23.155Z Downloaded new_debug_unreachable v1.0.6
7842026-05-20T23:25:23.155Z Downloaded ingot-types v0.1.2
7852026-05-20T23:25:23.155Z Downloaded multimap v0.10.1
7862026-05-20T23:25:23.159Z Downloaded nonempty v0.12.0
7872026-05-20T23:25:23.159Z Downloaded hmac v0.12.1
7882026-05-20T23:25:23.159Z Downloaded chacha20 v0.10.0
7892026-05-20T23:25:23.162Z Downloaded bzip2 v0.4.4
7902026-05-20T23:25:23.163Z Downloaded dropshot_endpoint v0.16.7
7912026-05-20T23:25:23.163Z Downloaded ingot v0.1.1
7922026-05-20T23:25:23.169Z Downloaded nibble_vec v0.1.0
7932026-05-20T23:25:23.169Z Downloaded instability v0.3.11
7942026-05-20T23:25:23.169Z Downloaded derive_more-impl v2.1.1
7952026-05-20T23:25:23.180Z Downloaded nodrop v0.1.14
7962026-05-20T23:25:23.180Z Downloaded newtype_derive v0.1.6
7972026-05-20T23:25:23.180Z Downloaded humantime v2.3.0
7982026-05-20T23:25:23.180Z Downloaded dropshot_endpoint v0.17.0
7992026-05-20T23:25:23.185Z Downloaded console v0.16.2
8002026-05-20T23:25:23.186Z Downloaded darling v0.21.3
8012026-05-20T23:25:23.186Z Downloaded num-iter v0.1.45
8022026-05-20T23:25:23.186Z Downloaded num v0.4.3
8032026-05-20T23:25:23.186Z Downloaded num-conv v0.2.0
8042026-05-20T23:25:23.186Z Downloaded normalize-line-endings v0.3.0
8052026-05-20T23:25:23.186Z Downloaded half v1.8.3
8062026-05-20T23:25:23.186Z Downloaded darling v0.20.11
8072026-05-20T23:25:23.191Z Downloaded libsw v3.5.0
8082026-05-20T23:25:23.191Z Downloaded num_enum_derive v0.5.11
8092026-05-20T23:25:23.195Z Downloaded libloading v0.8.9
8102026-05-20T23:25:23.195Z Downloaded iana-time-zone v0.1.65
8112026-05-20T23:25:23.195Z Downloaded num-derive v0.4.2
8122026-05-20T23:25:23.198Z Downloaded memoffset v0.9.1
8132026-05-20T23:25:23.198Z Downloaded num-derive v0.3.3
8142026-05-20T23:25:23.198Z Downloaded openssl-probe v0.2.1
8152026-05-20T23:25:23.198Z Downloaded openssl-probe v0.1.6
8162026-05-20T23:25:23.198Z Downloaded num_threads v0.1.7
8172026-05-20T23:25:23.203Z Downloaded opaque-debug v0.3.1
8182026-05-20T23:25:23.203Z Downloaded lock_api v0.4.14
8192026-05-20T23:25:23.203Z Downloaded linear-map v1.2.0
8202026-05-20T23:25:23.206Z Downloaded hyper-rustls v0.27.7
8212026-05-20T23:25:23.206Z Downloaded half v2.7.1
8222026-05-20T23:25:23.206Z Downloaded mime_guess v2.0.5
8232026-05-20T23:25:23.209Z Downloaded libsw-core v0.3.2
8242026-05-20T23:25:23.209Z Downloaded libefi-sys v0.1.0
8252026-05-20T23:25:23.209Z Downloaded group v0.13.0
8262026-05-20T23:25:23.215Z Downloaded chacha20 v0.9.1
8272026-05-20T23:25:23.215Z Downloaded managed v0.8.0
8282026-05-20T23:25:23.218Z Downloaded ingot-macros v0.1.1
8292026-05-20T23:25:23.218Z Downloaded olpc-cjson v0.1.4
8302026-05-20T23:25:23.235Z Downloaded packed_struct_codegen v0.10.1
8312026-05-20T23:25:23.239Z Downloaded const_format v0.2.35
8322026-05-20T23:25:23.239Z Downloaded base64 v0.22.1
8332026-05-20T23:25:23.243Z Downloaded newtype-uuid v1.3.2
8342026-05-20T23:25:23.243Z Downloaded getrandom v0.3.4
8352026-05-20T23:25:23.243Z Downloaded native-tls v0.2.18
8362026-05-20T23:25:23.246Z Downloaded ipnet v2.11.0
8372026-05-20T23:25:23.246Z Downloaded darling_core v0.20.11
8382026-05-20T23:25:23.249Z Downloaded parse-size v1.1.0
8392026-05-20T23:25:23.251Z Downloaded flume v0.11.1
8402026-05-20T23:25:23.251Z Downloaded pbkdf2 v0.11.0
8412026-05-20T23:25:23.257Z Downloaded darling_core v0.21.3
8422026-05-20T23:25:23.261Z Downloaded num-complex v0.4.6
8432026-05-20T23:25:23.261Z Downloaded pbkdf2 v0.12.2
8442026-05-20T23:25:23.261Z Downloaded ignore v0.4.25
8452026-05-20T23:25:23.261Z Downloaded derive_more v2.1.1
8462026-05-20T23:25:23.266Z Downloaded pin-utils v0.1.0
8472026-05-20T23:25:23.269Z Downloaded phf_shared v0.13.1
8482026-05-20T23:25:23.269Z Downloaded phf_shared v0.12.1
8492026-05-20T23:25:23.269Z Downloaded num_enum_derive v0.7.5
8502026-05-20T23:25:23.272Z Downloaded owo-colors v4.3.0
8512026-05-20T23:25:23.272Z Downloaded num_enum v0.7.5
8522026-05-20T23:25:23.276Z Downloaded num_enum v0.5.11
8532026-05-20T23:25:23.278Z Downloaded predicates-tree v1.0.13
8542026-05-20T23:25:23.278Z Downloaded predicates-core v1.0.10
8552026-05-20T23:25:23.278Z Downloaded heapless v0.8.0
8562026-05-20T23:25:23.281Z Downloaded precomputed-hash v0.1.1
8572026-05-20T23:25:23.281Z Downloaded num-integer v0.1.46
8582026-05-20T23:25:23.281Z Downloaded litrs v1.0.0
8592026-05-20T23:25:23.284Z Downloaded heapless v0.7.17
8602026-05-20T23:25:23.287Z Downloaded headers v0.4.1
8612026-05-20T23:25:23.291Z Downloaded indexmap v1.9.3
8622026-05-20T23:25:23.294Z Downloaded base64 v0.21.7
8632026-05-20T23:25:23.294Z Downloaded parse-display v0.10.0
8642026-05-20T23:25:23.294Z Downloaded parking_lot_core v0.8.6
8652026-05-20T23:25:23.297Z Downloaded oxide-tokio-rt v0.1.4
8662026-05-20T23:25:23.297Z Downloaded memmap2 v0.9.10
8672026-05-20T23:25:23.300Z Downloaded oso-derive v0.27.3
8682026-05-20T23:25:23.300Z Downloaded proc-macro-crate v3.4.0
8692026-05-20T23:25:23.300Z Downloaded openssl-macros v0.1.1
8702026-05-20T23:25:23.300Z Downloaded nu-ansi-term v0.50.3
8712026-05-20T23:25:23.303Z Downloaded powerfmt v0.2.0
8722026-05-20T23:25:23.303Z Downloaded nanorand v0.7.0
8732026-05-20T23:25:23.306Z Downloaded multer v3.1.0
8742026-05-20T23:25:23.306Z Downloaded proc-macro-crate v1.3.1
8752026-05-20T23:25:23.306Z Downloaded peg v0.8.5
8762026-05-20T23:25:23.309Z Downloaded paste v1.0.15
8772026-05-20T23:25:23.312Z Downloaded packed_struct v0.10.1
8782026-05-20T23:25:23.312Z Downloaded oxnet v0.1.4
8792026-05-20T23:25:23.315Z Downloaded password-hash v0.5.0
8802026-05-20T23:25:23.315Z Downloaded parse-display-derive v0.10.0
8812026-05-20T23:25:23.315Z Downloaded flate2 v1.1.9
8822026-05-20T23:25:23.317Z Downloaded compact_str v0.8.1
8832026-05-20T23:25:23.320Z Downloaded crypto-bigint v0.5.5
8842026-05-20T23:25:23.326Z Downloaded futures v0.3.32
8852026-05-20T23:25:23.329Z Downloaded progenitor-macro v0.14.0
8862026-05-20T23:25:23.329Z Downloaded pin-project-lite v0.2.17
8872026-05-20T23:25:23.332Z Downloaded progenitor-client v0.14.0
8882026-05-20T23:25:23.332Z Downloaded proc-macro-error-attr2 v2.0.0
8892026-05-20T23:25:23.332Z Downloaded peg-runtime v0.8.5
8902026-05-20T23:25:23.335Z Downloaded path-slash v0.1.5
8912026-05-20T23:25:23.335Z Downloaded progenitor-client v0.10.0
8922026-05-20T23:25:23.335Z Downloaded pkcs8 v0.10.2
8932026-05-20T23:25:23.340Z Downloaded progenitor-macro v0.10.0
8942026-05-20T23:25:23.340Z Downloaded progenitor-client v0.11.2
8952026-05-20T23:25:23.340Z Downloaded psl-types v2.0.11
8962026-05-20T23:25:23.340Z Downloaded progenitor-macro v0.11.2
8972026-05-20T23:25:23.344Z Downloaded poly1305 v0.8.0
8982026-05-20T23:25:23.344Z Downloaded radium v0.7.0
8992026-05-20T23:25:23.344Z Downloaded pkg-config v0.3.32
9002026-05-20T23:25:23.344Z Downloaded cc v1.2.56
9012026-05-20T23:25:23.347Z Downloaded rand_xorshift v0.4.0
9022026-05-20T23:25:23.347Z Downloaded num-rational v0.4.2
9032026-05-20T23:25:23.347Z Downloaded pem v3.0.6
9042026-05-20T23:25:23.347Z Downloaded password-hash v0.4.2
9052026-05-20T23:25:23.350Z Downloaded phf_shared v0.11.3
9062026-05-20T23:25:23.350Z Downloaded libbz2-rs-sys v0.2.2
9072026-05-20T23:25:23.353Z Downloaded crossbeam-channel v0.5.15
9082026-05-20T23:25:23.353Z Downloaded phf v0.13.1
9092026-05-20T23:25:23.357Z Downloaded hickory-resolver v0.24.4
9102026-05-20T23:25:23.360Z Downloaded pin-project-internal v1.1.11
9112026-05-20T23:25:23.360Z Downloaded phf v0.12.1
9122026-05-20T23:25:23.360Z Downloaded pem-rfc7468 v0.7.0
9132026-05-20T23:25:23.360Z Downloaded httparse v1.10.1
9142026-05-20T23:25:23.363Z Downloaded quick-error v1.2.3
9152026-05-20T23:25:23.363Z Downloaded expectorate v1.2.0
9162026-05-20T23:25:23.367Z Downloaded drift v0.2.0
9172026-05-20T23:25:23.370Z Downloaded progenitor-macro v0.13.0
9182026-05-20T23:25:23.373Z Downloaded ref-cast-impl v1.0.25
9192026-05-20T23:25:23.373Z Downloaded recursive v0.1.1
9202026-05-20T23:25:23.373Z Downloaded ppv-lite86 v0.2.21
9212026-05-20T23:25:23.376Z Downloaded postgres-protocol v0.6.10
9222026-05-20T23:25:23.376Z Downloaded progenitor-extras v0.2.0
9232026-05-20T23:25:23.376Z Downloaded progenitor v0.14.0
9242026-05-20T23:25:23.379Z Downloaded progenitor v0.11.2
9252026-05-20T23:25:23.379Z Downloaded progenitor v0.10.0
9262026-05-20T23:25:23.382Z Downloaded bytes v1.11.1
9272026-05-20T23:25:23.382Z Downloaded predicates v3.1.4
9282026-05-20T23:25:23.385Z Downloaded ed25519-dalek v2.2.0
9292026-05-20T23:25:23.388Z Downloaded diesel_derives v2.3.7
9302026-05-20T23:25:23.392Z Downloaded rand_chacha v0.3.1
9312026-05-20T23:25:23.393Z Downloaded proc-macro-error2 v2.0.1
9322026-05-20T23:25:23.396Z Downloaded parking_lot_core v0.9.12
9332026-05-20T23:25:23.396Z Downloaded crc-any v2.5.0
9342026-05-20T23:25:23.404Z Downloaded indicatif v0.18.4
9352026-05-20T23:25:23.408Z Downloaded rfc6979 v0.4.0
9362026-05-20T23:25:23.411Z Downloaded recursive-proc-macro-impl v0.1.1
9372026-05-20T23:25:23.411Z Downloaded primeorder v0.13.6
9382026-05-20T23:25:23.411Z Downloaded parking_lot v0.12.5
9392026-05-20T23:25:23.415Z Downloaded pkcs5 v0.7.1
9402026-05-20T23:25:23.415Z Downloaded r2d2 v0.8.10
9412026-05-20T23:25:23.420Z Downloaded bumpalo v3.20.2
9422026-05-20T23:25:23.420Z Downloaded progenitor-client v0.13.0
9432026-05-20T23:25:23.420Z Downloaded rtoolbox v0.0.3
9442026-05-20T23:25:23.420Z Downloaded rustc_version v0.1.7
9452026-05-20T23:25:23.423Z Downloaded russh-cryptovec v0.7.3
9462026-05-20T23:25:23.423Z Downloaded progenitor v0.13.0
9472026-05-20T23:25:23.427Z Downloaded rustc-hash v2.1.1
9482026-05-20T23:25:23.427Z Downloaded peg-macros v0.8.5
9492026-05-20T23:25:23.427Z Downloaded hickory-resolver v0.25.2
9502026-05-20T23:25:23.430Z Downloaded rand_seeder v0.4.0
9512026-05-20T23:25:23.430Z Downloaded hashbrown v0.13.2
9522026-05-20T23:25:23.433Z Downloaded hashbrown v0.12.3
9532026-05-20T23:25:23.436Z Downloaded pkcs1 v0.7.5
9542026-05-20T23:25:23.436Z Downloaded parking_lot v0.11.2
9552026-05-20T23:25:23.439Z Downloaded papergrid v0.17.0
9562026-05-20T23:25:23.442Z Downloaded rand_core v0.6.4
9572026-05-20T23:25:23.442Z Downloaded polyval v0.6.2
9582026-05-20T23:25:23.446Z Downloaded jiff-static v0.2.21
9592026-05-20T23:25:23.451Z Downloaded scopeguard v1.2.0
9602026-05-20T23:25:23.451Z Downloaded scheduled-thread-pool v0.2.7
9612026-05-20T23:25:23.451Z Downloaded miniz_oxide v0.8.9
9622026-05-20T23:25:23.457Z Downloaded postgres-types v0.2.12
9632026-05-20T23:25:23.464Z Downloaded rand_core v0.10.0
9642026-05-20T23:25:23.466Z Downloaded ref-cast v1.0.25
9652026-05-20T23:25:23.469Z Downloaded rand_chacha v0.9.0
9662026-05-20T23:25:23.469Z Downloaded same-file v1.0.6
9672026-05-20T23:25:23.473Z Downloaded salsa20 v0.10.2
9682026-05-20T23:25:23.475Z Downloaded resolv-conf v0.7.6
9692026-05-20T23:25:23.475Z Downloaded omicron-zone-package v0.12.2
9702026-05-20T23:25:23.475Z Downloaded serde_plain v1.0.2
9712026-05-20T23:25:23.478Z Downloaded secrecy v0.10.3
9722026-05-20T23:25:23.478Z Downloaded psm v0.1.30
9732026-05-20T23:25:23.481Z Downloaded serde_urlencoded v0.7.1
9742026-05-20T23:25:23.481Z Downloaded oso v0.27.3
9752026-05-20T23:25:23.484Z Downloaded quinn-udp v0.5.14
9762026-05-20T23:25:23.484Z Downloaded postcard v1.1.3
9772026-05-20T23:25:23.487Z Downloaded rustc_version v0.4.1
9782026-05-20T23:25:23.490Z Downloaded rand_core v0.9.5
9792026-05-20T23:25:23.490Z Downloaded scrypt v0.11.0
9802026-05-20T23:25:23.496Z Downloaded scroll_derive v0.13.1
9812026-05-20T23:25:23.499Z Downloaded sha1 v0.10.6
9822026-05-20T23:25:23.499Z Downloaded serde_spanned v1.0.4
9832026-05-20T23:25:23.499Z Downloaded serde_repr v0.1.20
9842026-05-20T23:25:23.499Z Downloaded serde-big-array v0.5.1
9852026-05-20T23:25:23.499Z Downloaded seq-macro v0.3.6
9862026-05-20T23:25:23.502Z Downloaded semver v0.1.20
9872026-05-20T23:25:23.502Z Downloaded secrecy v0.8.0
9882026-05-20T23:25:23.509Z Downloaded progenitor-impl v0.13.0
9892026-05-20T23:25:23.512Z Downloaded progenitor-impl v0.11.2
9902026-05-20T23:25:23.516Z Downloaded shell-words v1.1.1
9912026-05-20T23:25:23.516Z Downloaded serde_bytes v0.11.19
9922026-05-20T23:25:23.517Z Downloaded signal-hook-mio v0.2.5
9932026-05-20T23:25:23.519Z Downloaded sapling-renderdag v0.1.0
9942026-05-20T23:25:23.519Z Downloaded rusty-fork v0.3.1
9952026-05-20T23:25:23.520Z Downloaded siphasher v1.0.2
9962026-05-20T23:25:23.520Z Downloaded hickory-server v0.25.2
9972026-05-20T23:25:23.523Z Downloaded rustversion v1.0.22
9982026-05-20T23:25:23.526Z Downloaded slog-bunyan v2.5.0
9992026-05-20T23:25:23.526Z Downloaded rustls-pemfile v1.0.4
10002026-05-20T23:25:23.526Z Downloaded pin-project v1.1.11
10012026-05-20T23:25:23.532Z Downloaded signal-hook-tokio v0.3.1
10022026-05-20T23:25:23.535Z Downloaded sigpipe v0.1.3
10032026-05-20T23:25:23.535Z Downloaded signature v2.2.0
10042026-05-20T23:25:23.546Z Downloaded sec1 v0.7.3
10052026-05-20T23:25:23.557Z Downloaded p256 v0.13.2
10062026-05-20T23:25:23.560Z Downloaded slog-envlogger v2.2.0
10072026-05-20T23:25:23.563Z Downloaded prefix-trie v0.7.0
10082026-05-20T23:25:23.567Z Downloaded openssl-sys v0.9.115
10092026-05-20T23:25:23.570Z Downloaded shlex v1.3.0
10102026-05-20T23:25:23.574Z Downloaded serde_derive_internals v0.29.1
10112026-05-20T23:25:23.574Z Downloaded serde_path_to_error v0.1.20
10122026-05-20T23:25:23.577Z Downloaded scroll v0.13.0
10132026-05-20T23:25:23.580Z Downloaded schemars_derive v0.8.22
10142026-05-20T23:25:23.580Z Downloaded aes v0.8.4
10152026-05-20T23:25:23.585Z Downloaded itertools v0.10.5
10162026-05-20T23:25:23.588Z Downloaded sct v0.7.1
10172026-05-20T23:25:23.591Z Downloaded rcgen v0.12.1
10182026-05-20T23:25:23.591Z Downloaded minimal-lexical v0.2.1
10192026-05-20T23:25:23.597Z Downloaded serde-hex v0.1.0
10202026-05-20T23:25:23.601Z Downloaded rustls-native-certs v0.8.3
10212026-05-20T23:25:23.601Z Downloaded strum v0.26.3
10222026-05-20T23:25:23.601Z Downloaded chrono v0.4.44
10232026-05-20T23:25:23.605Z Downloaded sqlparser_derive v0.5.0
10242026-05-20T23:25:23.605Z Downloaded slog-async v2.8.0
10252026-05-20T23:25:23.610Z Downloaded crossterm v0.28.1
10262026-05-20T23:25:23.610Z Downloaded http v1.4.0
10272026-05-20T23:25:23.615Z Downloaded dropshot-api-manager v0.7.2
10282026-05-20T23:25:23.615Z Downloaded subtle v2.6.1
10292026-05-20T23:25:23.618Z Downloaded strum v0.27.2
10302026-05-20T23:25:23.618Z Downloaded structmeta-derive v0.3.0
10312026-05-20T23:25:23.618Z Downloaded strip-ansi-escapes v0.2.1
10322026-05-20T23:25:23.618Z Downloaded ssh-encoding v0.2.0
10332026-05-20T23:25:23.618Z Downloaded structmeta v0.3.0
10342026-05-20T23:25:23.622Z Downloaded ssh-cipher v0.2.0
10352026-05-20T23:25:23.622Z Downloaded slog-term v2.9.2
10362026-05-20T23:25:23.625Z Downloaded smallvec v0.6.14
10372026-05-20T23:25:23.625Z Downloaded spki v0.7.3
10382026-05-20T23:25:23.625Z Downloaded sync_wrapper v1.0.2
10392026-05-20T23:25:23.625Z Downloaded sync-ptr v0.1.4
10402026-05-20T23:25:23.625Z Downloaded supports-color v3.0.2
10412026-05-20T23:25:23.625Z Downloaded slog-stdlog v4.1.1
10422026-05-20T23:25:23.630Z Downloaded tabled_derive v0.11.0
10432026-05-20T23:25:23.630Z Downloaded simd-adler32 v0.3.8
10442026-05-20T23:25:23.630Z Downloaded tabwriter v1.4.1
10452026-05-20T23:25:23.634Z Downloaded rustls-pemfile v2.2.0
10462026-05-20T23:25:23.634Z Downloaded slog-dtrace v0.3.0
10472026-05-20T23:25:23.637Z Downloaded rustls-pki-types v1.14.0
10482026-05-20T23:25:23.637Z Downloaded hyper-util v0.1.20
10492026-05-20T23:25:23.643Z Downloaded serde_cbor v0.11.2
10502026-05-20T23:25:23.648Z Downloaded termtree v0.5.1
10512026-05-20T23:25:23.648Z Downloaded thiserror-impl-no-std v2.0.2
10522026-05-20T23:25:23.653Z Downloaded static_assertions v1.1.0
10532026-05-20T23:25:23.653Z Downloaded rayon-core v1.13.0
10542026-05-20T23:25:23.653Z Downloaded stringprep v0.1.5
10552026-05-20T23:25:23.653Z Downloaded string_cache v0.8.9
10562026-05-20T23:25:23.657Z Downloaded hashbrown v0.15.5
10572026-05-20T23:25:23.657Z Downloaded progenitor-impl v0.14.0
10582026-05-20T23:25:23.660Z Downloaded testing_table v0.3.0
10592026-05-20T23:25:23.660Z Downloaded tap v1.0.1
10602026-05-20T23:25:23.660Z Downloaded take_mut v0.2.2
10612026-05-20T23:25:23.660Z Downloaded pretty_assertions v1.4.1
10622026-05-20T23:25:23.660Z Downloaded tagptr v0.2.0
10632026-05-20T23:25:23.663Z Downloaded slab v0.4.12
10642026-05-20T23:25:23.667Z Downloaded time-core v0.1.8
10652026-05-20T23:25:23.667Z Downloaded slog-json v2.6.1
10662026-05-20T23:25:23.667Z Downloaded prettyplease v0.2.37
10672026-05-20T23:25:23.672Z Downloaded smf v0.2.3
10682026-05-20T23:25:23.675Z Downloaded thread-id v5.1.0
10692026-05-20T23:25:23.681Z Downloaded strum_macros v0.24.3
10702026-05-20T23:25:23.683Z Downloaded num-bigint v0.4.6
10712026-05-20T23:25:23.687Z Downloaded snafu-derive v0.8.9
10722026-05-20T23:25:23.687Z Downloaded progenitor-impl v0.10.0
10732026-05-20T23:25:23.693Z Downloaded crossterm v0.29.0
10742026-05-20T23:25:23.698Z Downloaded support-bundle-viewer v0.1.2
10752026-05-20T23:25:23.698Z Downloaded sqlformat v0.3.5
10762026-05-20T23:25:23.698Z Downloaded ron v0.8.1
10772026-05-20T23:25:23.701Z Downloaded russh-keys v0.45.0
10782026-05-20T23:25:23.708Z Downloaded signal-hook-registry v1.4.8
10792026-05-20T23:25:23.712Z Downloaded tinyvec_macros v0.1.1
10802026-05-20T23:25:23.715Z Downloaded signal-hook v0.3.18
10812026-05-20T23:25:23.718Z Downloaded serde_yaml v0.9.34+deprecated
10822026-05-20T23:25:23.718Z Downloaded tokio-macros v2.7.0
10832026-05-20T23:25:23.723Z Downloaded aes-gcm v0.10.3
10842026-05-20T23:25:23.727Z Downloaded stacker v0.1.23
10852026-05-20T23:25:23.734Z Downloaded mio v1.2.0
10862026-05-20T23:25:23.741Z Downloaded tower-service v0.3.3
10872026-05-20T23:25:23.744Z Downloaded rustls-platform-verifier v0.6.2
10882026-05-20T23:25:23.744Z Downloaded tower-layer v0.3.3
10892026-05-20T23:25:23.747Z Downloaded schemars v0.8.22
10902026-05-20T23:25:23.754Z Downloaded hyper v1.8.1
10912026-05-20T23:25:23.790Z Downloaded slog-scope v4.4.1
10922026-05-20T23:25:23.796Z Downloaded termios v0.3.3
10932026-05-20T23:25:23.796Z Downloaded tls_codec v0.4.2
10942026-05-20T23:25:23.796Z Downloaded num-bigint-dig v0.8.6
10952026-05-20T23:25:23.796Z Downloaded tokio-native-tls v0.3.1
10962026-05-20T23:25:23.796Z Downloaded thread_local v1.1.9
10972026-05-20T23:25:23.796Z Downloaded socket2 v0.6.3
10982026-05-20T23:25:23.796Z Downloaded serde_with_macros v3.17.0
10992026-05-20T23:25:23.796Z Downloaded term v1.2.1
11002026-05-20T23:25:23.796Z Downloaded try-lock v0.2.5
11012026-05-20T23:25:23.796Z Downloaded unarray v0.1.4
11022026-05-20T23:25:23.796Z Downloaded typify-macro v0.4.3
11032026-05-20T23:25:23.796Z Downloaded typify-macro v0.6.2
11042026-05-20T23:25:23.796Z Downloaded topological-sort v0.2.2
11052026-05-20T23:25:23.796Z Downloaded unit-prefix v0.5.2
11062026-05-20T23:25:23.796Z Downloaded universal-hash v0.5.1
11072026-05-20T23:25:23.796Z Downloaded trait-variant v0.1.2
11082026-05-20T23:25:23.796Z Downloaded tiny-keccak v2.0.2
11092026-05-20T23:25:23.796Z Downloaded publicsuffix v2.3.0
11102026-05-20T23:25:23.796Z Downloaded tokio-rustls v0.25.0
11112026-05-20T23:25:23.796Z Downloaded libxml v0.3.3
11122026-05-20T23:25:23.802Z Downloaded term v0.7.0
11132026-05-20T23:25:23.802Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11142026-05-20T23:25:23.805Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11152026-05-20T23:25:23.805Z Downloaded tokio-tungstenite v0.23.1
11162026-05-20T23:25:23.805Z Downloaded untrusted v0.7.1
11172026-05-20T23:25:23.805Z Downloaded unicode-truncate v1.1.0
11182026-05-20T23:25:23.805Z Downloaded time-macros v0.2.27
11192026-05-20T23:25:23.808Z Downloaded usdt-attr-macro v0.6.0
11202026-05-20T23:25:23.808Z Downloaded strum_macros v0.26.4
11212026-05-20T23:25:23.808Z Downloaded untrusted v0.9.0
11222026-05-20T23:25:23.811Z Downloaded tokio-dtrace v0.1.1
11232026-05-20T23:25:23.811Z Downloaded itertools v0.14.0
11242026-05-20T23:25:23.814Z Downloaded slog v2.8.2
11252026-05-20T23:25:23.817Z Downloaded hkdf v0.12.4
11262026-05-20T23:25:23.817Z Downloaded similar v2.7.0
11272026-05-20T23:25:23.820Z Downloaded rustls-webpki v0.103.9
11282026-05-20T23:25:23.823Z Downloaded rand v0.8.6
11292026-05-20T23:25:23.826Z Downloaded futures-util v0.3.32
11302026-05-20T23:25:23.831Z Downloaded void v1.0.2
11312026-05-20T23:25:23.835Z Downloaded qorb v0.4.1
11322026-05-20T23:25:23.835Z Downloaded utf-8 v0.7.6
11332026-05-20T23:25:23.838Z Downloaded usdt-macro v0.6.0
11342026-05-20T23:25:23.838Z Downloaded strum_macros v0.27.2
11352026-05-20T23:25:23.838Z Downloaded rsa v0.9.10
11362026-05-20T23:25:23.841Z Downloaded iddqd v0.4.1
11372026-05-20T23:25:23.847Z Downloaded schemars v0.9.0
11382026-05-20T23:25:23.852Z Downloaded waitgroup v0.1.2
11392026-05-20T23:25:23.855Z Downloaded itertools v0.12.1
11402026-05-20T23:25:23.858Z Downloaded spin v0.9.8
11412026-05-20T23:25:23.858Z Downloaded unicase v2.9.0
11422026-05-20T23:25:23.862Z Downloaded thiserror-no-std v2.0.2
11432026-05-20T23:25:23.862Z Downloaded want v0.3.1
11442026-05-20T23:25:23.862Z Downloaded nom v7.1.3
11452026-05-20T23:25:23.968Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-05-20T23:25:23.968Z Downloaded tokio-tungstenite v0.21.0
11472026-05-20T23:25:23.989Z Downloaded wait-timeout v0.2.1
11482026-05-20T23:25:23.989Z Downloaded toml_parser v1.0.9+spec-1.1.0
11492026-05-20T23:25:23.989Z Downloaded tls_codec_derive v0.4.2
11502026-05-20T23:25:23.989Z Downloaded tokio-rustls v0.24.1
11512026-05-20T23:25:23.989Z Downloaded xshell-macros v0.2.7
11522026-05-20T23:25:23.989Z Downloaded xattr v1.6.1
11532026-05-20T23:25:23.989Z Downloaded usdt-impl v0.6.0
11542026-05-20T23:25:23.989Z Downloaded tui-tree-widget v0.23.1
11552026-05-20T23:25:23.989Z Downloaded itertools v0.13.0
11562026-05-20T23:25:23.989Z Downloaded subprocess v0.2.15
11572026-05-20T23:25:23.989Z Downloaded socket2 v0.5.10
11582026-05-20T23:25:23.989Z Downloaded snafu v0.8.9
11592026-05-20T23:25:23.989Z Downloaded hashbrown v0.16.1
11602026-05-20T23:25:23.989Z Downloaded usdt v0.6.0
11612026-05-20T23:25:23.989Z Downloaded zone_cfg_derive v0.3.1
11622026-05-20T23:25:23.989Z Downloaded quinn v0.11.9
11632026-05-20T23:25:23.989Z Downloaded libm v0.2.16
11642026-05-20T23:25:23.989Z Downloaded schemars v1.2.1
11652026-05-20T23:25:23.989Z Downloaded vsss-rs v3.3.4
11662026-05-20T23:25:23.989Z Downloaded zeroize_derive v1.4.3
11672026-05-20T23:25:23.989Z Downloaded rand v0.9.2
11682026-05-20T23:25:23.989Z Downloaded zone v0.3.1
11692026-05-20T23:25:23.989Z Downloaded uzers v0.12.2
11702026-05-20T23:25:23.990Z Downloaded ryu v1.0.23
11712026-05-20T23:25:23.990Z Downloaded test-strategy v0.4.5
11722026-05-20T23:25:23.990Z Downloaded iri-string v0.7.10
11732026-05-20T23:25:23.990Z Downloaded vergen-lib v0.1.6
11742026-05-20T23:25:23.990Z Downloaded vergen v9.0.6
11752026-05-20T23:25:23.990Z Downloaded tokio-rustls v0.26.4
11762026-05-20T23:25:23.990Z Downloaded twox-hash v2.1.2
11772026-05-20T23:25:23.990Z Downloaded zeroize v1.8.2
11782026-05-20T23:25:23.990Z Downloaded tokio-stream v0.1.18
11792026-05-20T23:25:23.990Z Downloaded vergen-gitcl v1.0.8
11802026-05-20T23:25:23.990Z Downloaded tracing-attributes v0.1.31
11812026-05-20T23:25:23.990Z Downloaded whoami v1.6.1
11822026-05-20T23:25:23.990Z Downloaded rustyline v14.0.0
11832026-05-20T23:25:23.990Z Downloaded rand v0.10.0
11842026-05-20T23:25:23.990Z Downloaded tinyvec v1.10.0
11852026-05-20T23:25:23.991Z Downloaded unicode-properties v0.1.4
11862026-05-20T23:25:23.991Z Downloaded tungstenite v0.21.0
11872026-05-20T23:25:23.991Z Downloaded whoami v2.1.0
11882026-05-20T23:25:23.991Z Downloaded tungstenite v0.23.0
11892026-05-20T23:25:23.995Z Downloaded wyz v0.5.1
11902026-05-20T23:25:23.995Z Downloaded typify v0.6.2
11912026-05-20T23:25:23.995Z Downloaded xshell v0.2.7
11922026-05-20T23:25:23.995Z Downloaded typify v0.4.3
11932026-05-20T23:25:23.998Z Downloaded tar v0.4.45
11942026-05-20T23:25:24.004Z Downloaded unicode-bidi v0.3.18
11952026-05-20T23:25:24.007Z Downloaded samael v0.0.19
11962026-05-20T23:25:24.007Z Downloaded zstd-safe v7.2.4
11972026-05-20T23:25:24.007Z Downloaded zstd v0.13.3
11982026-05-20T23:25:24.015Z Downloaded vergen-git2 v1.0.7
11992026-05-20T23:25:24.015Z Downloaded toml v1.0.6+spec-1.1.0
12002026-05-20T23:25:24.020Z Downloaded russh v0.45.0
12012026-05-20T23:25:24.020Z Downloaded walkdir v2.5.0
12022026-05-20T23:25:24.020Z Downloaded tracing-core v0.1.36
12032026-05-20T23:25:24.020Z Downloaded uuid v1.23.0
12042026-05-20T23:25:24.024Z Downloaded steno v0.4.1
12052026-05-20T23:25:24.024Z Downloaded toml v0.9.12+spec-1.1.0
12062026-05-20T23:25:24.024Z Downloaded toml v0.7.8
12072026-05-20T23:25:24.026Z Downloaded unsafe-libyaml v0.2.11
12082026-05-20T23:25:24.029Z Downloaded h2 v0.4.13
12092026-05-20T23:25:24.032Z Downloaded aho-corasick v1.1.4
12102026-05-20T23:25:24.038Z Downloaded yasna v0.5.2
12112026-05-20T23:25:24.047Z Downloaded zerocopy v0.6.6
12122026-05-20T23:25:24.050Z Downloaded vte v0.14.1
12132026-05-20T23:25:24.053Z Downloaded p521 v0.13.3
12142026-05-20T23:25:24.068Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-05-20T23:25:24.071Z Downloaded tokio-postgres v0.7.16
12162026-05-20T23:25:24.077Z Downloaded p384 v0.13.1
12172026-05-20T23:25:24.081Z Downloaded blake3 v1.8.3
12182026-05-20T23:25:24.086Z Downloaded toml_edit v0.19.15
12192026-05-20T23:25:24.095Z Downloaded zopfli v0.8.3
12202026-05-20T23:25:24.098Z Downloaded reqwest v0.12.28
12212026-05-20T23:25:24.102Z Downloaded rpassword v7.4.0
12222026-05-20T23:25:24.106Z Downloaded regex v1.12.3
12232026-05-20T23:25:24.106Z Downloaded ssh-key v0.6.7
12242026-05-20T23:25:24.111Z Downloaded reedline v0.40.0
12252026-05-20T23:25:24.114Z Downloaded unicode_categories v0.1.1
12262026-05-20T23:25:24.114Z Downloaded aws-lc-rs v1.16.3
12272026-05-20T23:25:24.119Z Downloaded yansi v1.0.1
12282026-05-20T23:25:24.122Z Downloaded bitvec v1.0.1
12292026-05-20T23:25:24.128Z Downloaded git2 v0.20.4
12302026-05-20T23:25:24.146Z Downloaded lalrpop v0.19.12
12312026-05-20T23:25:24.156Z Downloaded curve25519-dalek v4.1.3
12322026-05-20T23:25:24.168Z Downloaded zip v0.6.6
12332026-05-20T23:25:24.177Z Downloaded portable-atomic v1.13.1
12342026-05-20T23:25:24.183Z Downloaded rustls-webpki v0.101.7
12352026-05-20T23:25:24.189Z Downloaded zerocopy-derive v0.8.40
12362026-05-20T23:25:24.197Z Downloaded quick-xml v0.37.5
12372026-05-20T23:25:24.200Z Downloaded reqwest v0.13.2
12382026-05-20T23:25:24.203Z Downloaded unicode-segmentation v1.12.0
12392026-05-20T23:25:24.207Z Downloaded bindgen v0.71.1
12402026-05-20T23:25:24.209Z Downloaded typed-path v0.9.3
12412026-05-20T23:25:24.212Z Downloaded moka v0.12.13
12422026-05-20T23:25:24.216Z Downloaded x509-cert v0.2.5
12432026-05-20T23:25:24.220Z Downloaded rayon v1.11.0
12442026-05-20T23:25:24.229Z Downloaded unicode-normalization v0.1.25
12452026-05-20T23:25:24.233Z Downloaded tower v0.5.3
12462026-05-20T23:25:24.236Z Downloaded salty v0.3.0
12472026-05-20T23:25:24.236Z Downloaded petname v2.0.2
12482026-05-20T23:25:24.242Z Downloaded serde_with v3.17.0
12492026-05-20T23:25:24.249Z Downloaded tokio-util v0.7.18
12502026-05-20T23:25:24.252Z Downloaded tough v0.22.0
12512026-05-20T23:25:24.259Z Downloaded proptest v1.10.0
12522026-05-20T23:25:24.262Z Downloaded tower-http v0.6.8
12532026-05-20T23:25:24.266Z Downloaded rustls-webpki v0.102.8
12542026-05-20T23:25:24.276Z Downloaded zip v4.6.1
12552026-05-20T23:25:24.279Z Downloaded goblin v0.10.5
12562026-05-20T23:25:24.286Z Downloaded radix_trie v0.2.1
12572026-05-20T23:25:24.293Z Downloaded object v0.30.4
12582026-05-20T23:25:24.296Z Downloaded winnow v0.6.26
12592026-05-20T23:25:24.306Z Downloaded bstr v1.12.1
12602026-05-20T23:25:24.321Z Downloaded quinn-proto v0.11.13
12612026-05-20T23:25:24.338Z Downloaded nix v0.27.1
12622026-05-20T23:25:24.345Z Downloaded tabled v0.20.0
12632026-05-20T23:25:24.361Z Downloaded nix v0.31.2
12642026-05-20T23:25:24.366Z Downloaded winnow v0.5.40
12652026-05-20T23:25:24.372Z Downloaded hickory-proto v0.26.1
12662026-05-20T23:25:24.386Z Downloaded polar-core v0.27.3
12672026-05-20T23:25:24.392Z Downloaded openssl v0.10.79
12682026-05-20T23:25:24.396Z Downloaded dropshot v0.16.7
12692026-05-20T23:25:24.408Z Downloaded openapiv3 v2.2.0
12702026-05-20T23:25:24.414Z Downloaded zerocopy v0.8.40
12712026-05-20T23:25:24.419Z Downloaded object v0.37.3
12722026-05-20T23:25:24.427Z Downloaded nix v0.28.0
12732026-05-20T23:25:24.436Z Downloaded dropshot v0.17.0
12742026-05-20T23:25:24.450Z Downloaded time v0.3.47
12752026-05-20T23:25:24.455Z Downloaded nix v0.29.0
12762026-05-20T23:25:24.468Z Downloaded smoltcp v0.9.1
12772026-05-20T23:25:24.473Z Downloaded rustls v0.21.12
12782026-05-20T23:25:24.479Z Downloaded regex-syntax v0.6.29
12792026-05-20T23:25:24.487Z Downloaded vcpkg v0.2.15
12802026-05-20T23:25:24.507Z Downloaded hickory-proto v0.24.4
12812026-05-20T23:25:24.527Z Downloaded zlib-rs v0.6.2
12822026-05-20T23:25:24.530Z Downloaded diesel v2.3.7
12832026-05-20T23:25:24.576Z Downloaded webpki-roots v1.0.6
12842026-05-20T23:25:24.576Z Downloaded hickory-proto v0.25.2
12852026-05-20T23:25:24.576Z Downloaded sqlparser v0.61.0
12862026-05-20T23:25:24.576Z Downloaded rustls v0.22.4
12872026-05-20T23:25:24.576Z Downloaded smoltcp v0.11.0
12882026-05-20T23:25:24.580Z Downloaded rustls v0.23.37
12892026-05-20T23:25:24.583Z Downloaded regress v0.11.1
12902026-05-20T23:25:24.586Z Downloaded ratatui v0.29.0
12912026-05-20T23:25:24.596Z Downloaded rustix v0.38.44
12922026-05-20T23:25:24.608Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-05-20T23:25:24.616Z Downloaded regex-syntax v0.8.10
12942026-05-20T23:25:24.619Z Downloaded sled v0.34.7
12952026-05-20T23:25:24.626Z Downloaded regress v0.10.5
12962026-05-20T23:25:24.630Z Downloaded zerocopy-derive v0.6.6
12972026-05-20T23:25:24.639Z Downloaded petgraph v0.6.5
12982026-05-20T23:25:24.676Z Downloaded chrono-tz v0.10.4
12992026-05-20T23:25:24.684Z Downloaded typify-impl v0.6.2
13002026-05-20T23:25:24.691Z Downloaded tracing v0.1.44
13012026-05-20T23:25:24.705Z Downloaded typify-impl v0.4.3
13022026-05-20T23:25:24.711Z Downloaded petgraph v0.8.3
13032026-05-20T23:25:24.724Z Downloaded libz-sys v1.1.24
13042026-05-20T23:25:24.744Z Downloaded sha3 v0.10.8
13052026-05-20T23:25:24.747Z Downloaded regex-automata v0.4.14
13062026-05-20T23:25:24.782Z Downloaded jiff v0.2.21
13072026-05-20T23:25:24.811Z Downloaded csv v1.4.0
13082026-05-20T23:25:24.847Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-05-20T23:25:24.859Z Downloaded tokio v1.52.1
13102026-05-20T23:25:24.908Z Downloaded encoding_rs v0.8.35
13112026-05-20T23:25:24.944Z Downloaded ring v0.17.14
13122026-05-20T23:25:25.075Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-05-20T23:25:25.421Z Downloaded aws-lc-sys v0.40.0
13142026-05-20T23:25:25.670Z Compiling libc v0.2.185
13152026-05-20T23:25:25.670Z Compiling serde v1.0.228
13162026-05-20T23:25:25.673Z Compiling log v0.4.29
13172026-05-20T23:25:25.673Z Compiling shlex v1.3.0
13182026-05-20T23:25:25.673Z Compiling find-msvc-tools v0.1.9
13192026-05-20T23:25:25.673Z Compiling smallvec v1.15.1
13202026-05-20T23:25:30.714Z Compiling syn v2.0.117
13212026-05-20T23:25:30.891Z Compiling typenum v1.19.0
13222026-05-20T23:25:30.891Z Compiling generic-array v0.14.7
13232026-05-20T23:25:30.891Z Compiling subtle v2.6.1
13242026-05-20T23:25:30.891Z Compiling scopeguard v1.2.0
13252026-05-20T23:25:30.891Z Compiling const-oid v0.9.6
13262026-05-20T23:25:30.891Z Compiling lock_api v0.4.14
13272026-05-20T23:25:30.891Z Compiling serde_json v1.0.149
13282026-05-20T23:25:30.891Z Compiling zerocopy v0.8.40
13292026-05-20T23:25:30.891Z Compiling parking_lot_core v0.9.12
13302026-05-20T23:25:30.891Z Compiling pin-project-lite v0.2.17
13312026-05-20T23:25:30.891Z Compiling portable-atomic v1.13.1
13322026-05-20T23:25:30.891Z Compiling pkg-config v0.3.32
13332026-05-20T23:25:30.891Z Compiling bitflags v2.11.0
13342026-05-20T23:25:30.891Z Compiling getrandom v0.2.17
13352026-05-20T23:25:30.891Z Compiling jobserver v0.1.34
13362026-05-20T23:25:30.891Z Compiling rand_core v0.6.4
13372026-05-20T23:25:30.891Z Compiling errno v0.3.14
13382026-05-20T23:25:30.891Z Compiling cc v1.2.56
13392026-05-20T23:25:30.892Z Compiling signal-hook-registry v1.4.8
13402026-05-20T23:25:30.892Z Compiling libm v0.2.16
13412026-05-20T23:25:30.892Z Compiling futures-core v0.3.32
13422026-05-20T23:25:30.892Z Compiling critical-section v1.2.0
13432026-05-20T23:25:30.892Z Compiling parking_lot v0.12.5
13442026-05-20T23:25:30.892Z Compiling mio v1.2.0
13452026-05-20T23:25:30.892Z Compiling num-traits v0.2.19
13462026-05-20T23:25:30.892Z Compiling once_cell v1.21.3
13472026-05-20T23:25:30.962Z Compiling percent-encoding v2.3.2
13482026-05-20T23:25:30.963Z Compiling socket2 v0.6.3
13492026-05-20T23:25:30.963Z Compiling rand_core v0.10.0
13502026-05-20T23:25:30.963Z Compiling getrandom v0.4.1
13512026-05-20T23:25:30.963Z Compiling futures-sink v0.3.32
13522026-05-20T23:25:30.963Z Compiling futures-task v0.3.32
13532026-05-20T23:25:30.963Z Compiling futures-channel v0.3.32
13542026-05-20T23:25:30.963Z Compiling slab v0.4.12
13552026-05-20T23:25:30.963Z Compiling cpufeatures v0.2.17
13562026-05-20T23:25:30.963Z Compiling futures-io v0.3.32
13572026-05-20T23:25:30.963Z Compiling indexmap v2.14.0
13582026-05-20T23:25:30.963Z Compiling getrandom v0.3.4
13592026-05-20T23:25:30.963Z Compiling rustversion v1.0.22
13602026-05-20T23:25:30.964Z Compiling cmake v0.1.57
13612026-05-20T23:25:30.964Z Compiling form_urlencoded v1.2.2
13622026-05-20T23:25:30.964Z Compiling synstructure v0.13.2
13632026-05-20T23:25:30.964Z Compiling fs_extra v1.3.0
13642026-05-20T23:25:30.964Z Compiling dunce v1.0.5
13652026-05-20T23:25:30.964Z Compiling base64ct v1.8.3
13662026-05-20T23:25:30.964Z Compiling ident_case v1.0.1
13672026-05-20T23:25:30.964Z Compiling iana-time-zone v0.1.65
13682026-05-20T23:25:30.964Z Compiling aws-lc-sys v0.40.0
13692026-05-20T23:25:30.964Z Compiling regex-syntax v0.8.10
13702026-05-20T23:25:30.964Z Compiling pem-rfc7468 v0.7.0
13712026-05-20T23:25:30.965Z Compiling rustix v1.1.3
13722026-05-20T23:25:30.965Z Compiling flagset v0.4.7
13732026-05-20T23:25:30.965Z Compiling rand_core v0.9.5
13742026-05-20T23:25:30.965Z Compiling ring v0.17.14
13752026-05-20T23:25:30.965Z Compiling vcpkg v0.2.15
13762026-05-20T23:25:30.965Z Compiling aws-lc-rs v1.16.3
13772026-05-20T23:25:30.965Z Compiling uuid v1.23.0
13782026-05-20T23:25:30.965Z Compiling rustc_version v0.4.1
13792026-05-20T23:25:30.965Z Compiling tracing-core v0.1.36
13802026-05-20T23:25:30.965Z Compiling openssl-sys v0.9.115
13812026-05-20T23:25:30.965Z Compiling base64 v0.22.1
13822026-05-20T23:25:30.965Z Compiling serde_derive v1.0.228
13832026-05-20T23:25:30.965Z Compiling zeroize_derive v1.4.3
13842026-05-20T23:25:30.965Z Compiling zerofrom-derive v0.1.6
13852026-05-20T23:25:30.965Z Compiling yoke-derive v0.8.1
13862026-05-20T23:25:30.982Z Compiling zerocopy-derive v0.8.40
13872026-05-20T23:25:31.316Z Compiling zeroize v1.8.2
13882026-05-20T23:25:31.526Z Compiling zerovec-derive v0.11.2
13892026-05-20T23:25:31.865Z Compiling displaydoc v0.2.5
13902026-05-20T23:25:32.021Z Compiling crypto-common v0.1.7
13912026-05-20T23:25:32.133Z Compiling zerofrom v0.1.6
13922026-05-20T23:25:32.168Z Compiling block-buffer v0.10.4
13932026-05-20T23:25:32.243Z Compiling yoke v0.8.1
13942026-05-20T23:25:32.337Z Compiling digest v0.10.7
13952026-05-20T23:25:32.427Z Compiling tokio-macros v2.7.0
13962026-05-20T23:25:32.593Z Compiling futures-macro v0.3.32
13972026-05-20T23:25:32.596Z Compiling zerotrie v0.2.3
13982026-05-20T23:25:32.632Z Compiling zerovec v0.11.5
13992026-05-20T23:25:32.952Z Compiling hmac v0.12.1
14002026-05-20T23:25:33.067Z Compiling block-padding v0.3.3
14012026-05-20T23:25:33.142Z Compiling tinystr v0.8.2
14022026-05-20T23:25:33.156Z Compiling potential_utf v0.1.4
14032026-05-20T23:25:33.218Z Compiling inout v0.1.4
14042026-05-20T23:25:33.312Z Compiling icu_locale_core v2.1.1
14052026-05-20T23:25:33.337Z Compiling icu_collections v2.1.1
14062026-05-20T23:25:33.378Z Compiling cipher v0.4.4
14072026-05-20T23:25:33.381Z Compiling futures-util v0.3.32
14082026-05-20T23:25:33.628Z Compiling sha2 v0.10.9
14092026-05-20T23:25:33.796Z Compiling der_derive v0.7.3
14102026-05-20T23:25:34.063Z Compiling bytes v1.11.1
14112026-05-20T23:25:34.170Z Compiling icu_provider v2.1.1
14122026-05-20T23:25:34.462Z Compiling tokio v1.52.1
14132026-05-20T23:25:34.564Z Compiling icu_properties v2.1.2
14142026-05-20T23:25:34.621Z Compiling icu_normalizer v2.1.1
14152026-05-20T23:25:34.720Z Compiling der v0.7.10
14162026-05-20T23:25:35.027Z Compiling http v1.4.0
14172026-05-20T23:25:35.192Z Compiling ppv-lite86 v0.2.21
14182026-05-20T23:25:35.348Z Compiling chrono v0.4.44
14192026-05-20T23:25:35.475Z Compiling idna_adapter v1.2.1
14202026-05-20T23:25:35.617Z Compiling idna v1.1.0
14212026-05-20T23:25:35.635Z Compiling spki v0.7.3
14222026-05-20T23:25:35.652Z Compiling salsa20 v0.10.2
14232026-05-20T23:25:35.794Z Compiling pbkdf2 v0.12.2
14242026-05-20T23:25:35.888Z Compiling rustls-pki-types v1.14.0
14252026-05-20T23:25:35.952Z Compiling url v2.5.8
14262026-05-20T23:25:35.969Z Compiling thiserror-impl v2.0.18
14272026-05-20T23:25:35.971Z Compiling tracing-attributes v0.1.31
14282026-05-20T23:25:36.301Z Compiling scrypt v0.11.0
14292026-05-20T23:25:36.346Z Compiling http-body v1.0.1
14302026-05-20T23:25:36.498Z Compiling rand_chacha v0.9.0
14312026-05-20T23:25:36.545Z Compiling aes v0.8.4
14322026-05-20T23:25:36.746Z Compiling cbc v0.1.2
14332026-05-20T23:25:36.867Z Compiling tinyvec_macros v0.1.1
14342026-05-20T23:25:36.900Z Compiling httparse v1.10.1
14352026-05-20T23:25:36.941Z Compiling untrusted v0.9.0
14362026-05-20T23:25:37.065Z Compiling openssl-probe v0.2.1
14372026-05-20T23:25:37.199Z Compiling untrusted v0.7.1
14382026-05-20T23:25:37.278Z Compiling tracing v0.1.44
14392026-05-20T23:25:37.293Z Compiling pkcs5 v0.7.1
14402026-05-20T23:25:37.416Z Compiling tinyvec v1.10.0
14412026-05-20T23:25:37.433Z Compiling thiserror v2.0.18
14422026-05-20T23:25:37.440Z Compiling pest_generator v2.8.6
14432026-05-20T23:25:37.541Z Compiling rand v0.9.2
14442026-05-20T23:25:37.606Z Compiling serde_derive_internals v0.29.1
14452026-05-20T23:25:37.657Z Compiling aho-corasick v1.1.4
14462026-05-20T23:25:37.765Z Compiling rustls v0.23.37
14472026-05-20T23:25:37.936Z Compiling try-lock v0.2.5
14482026-05-20T23:25:38.047Z Compiling tower-layer v0.3.3
14492026-05-20T23:25:38.120Z Compiling dyn-clone v1.0.20
14502026-05-20T23:25:38.205Z Compiling tokio-util v0.7.18
14512026-05-20T23:25:38.260Z Compiling tower-service v0.3.3
14522026-05-20T23:25:38.325Z Compiling schemars v0.8.22
14532026-05-20T23:25:38.365Z Compiling atomic-waker v1.1.2
14542026-05-20T23:25:38.539Z Compiling regex-automata v0.4.14
14552026-05-20T23:25:38.549Z Compiling schemars_derive v0.8.22
14562026-05-20T23:25:38.549Z Compiling pest_derive v2.8.6
14572026-05-20T23:25:38.956Z Compiling h2 v0.4.13
14582026-05-20T23:25:39.013Z Compiling want v0.3.1
14592026-05-20T23:25:39.181Z Compiling pkcs8 v0.10.2
14602026-05-20T23:25:39.329Z Compiling ipnet v2.11.0
14612026-05-20T23:25:39.482Z Compiling scroll_derive v0.13.1
14622026-05-20T23:25:39.530Z Compiling darling_core v0.20.11
14632026-05-20T23:25:39.743Z Compiling pin-utils v0.1.0
14642026-05-20T23:25:39.818Z Compiling httpdate v1.0.3
14652026-05-20T23:25:39.833Z Compiling openssl v0.10.79
14662026-05-20T23:25:40.038Z Compiling foreign-types-shared v0.1.1
14672026-05-20T23:25:40.061Z Compiling tempfile v3.25.0
14682026-05-20T23:25:40.123Z Compiling foreign-types v0.3.2
14692026-05-20T23:25:40.228Z Compiling unicode-normalization v0.1.25
14702026-05-20T23:25:40.261Z Compiling scroll v0.13.0
14712026-05-20T23:25:40.522Z Compiling openssl-macros v0.1.1
14722026-05-20T23:25:40.644Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-05-20T23:25:40.840Z Compiling spin v0.9.8
14742026-05-20T23:25:40.913Z Compiling powerfmt v0.2.0
14752026-05-20T23:25:41.050Z Compiling crc32fast v1.5.0
14762026-05-20T23:25:41.075Z Compiling num-conv v0.2.0
14772026-05-20T23:25:41.121Z Compiling native-tls v0.2.18
14782026-05-20T23:25:41.210Z Compiling time-core v0.1.8
14792026-05-20T23:25:41.366Z Compiling deranged v0.5.8
14802026-05-20T23:25:41.366Z Compiling time-macros v0.2.27
14812026-05-20T23:25:41.895Z Compiling darling_macro v0.20.11
14822026-05-20T23:25:42.308Z Compiling hyper v1.8.1
14832026-05-20T23:25:42.340Z Compiling darling v0.20.11
14842026-05-20T23:25:42.424Z Compiling goblin v0.10.5
14852026-05-20T23:25:42.445Z Compiling rustls-native-certs v0.8.3
14862026-05-20T23:25:42.618Z Compiling sync_wrapper v1.0.2
14872026-05-20T23:25:42.726Z Compiling wait-timeout v0.2.1
14882026-05-20T23:25:42.730Z Compiling syn v1.0.109
14892026-05-20T23:25:43.042Z Compiling usdt-impl v0.6.0
14902026-05-20T23:25:43.050Z Compiling crossbeam-utils v0.8.21
14912026-05-20T23:25:43.050Z Compiling siphasher v1.0.2
14922026-05-20T23:25:43.114Z Compiling num_threads v0.1.7
14932026-05-20T23:25:43.235Z Compiling bit-vec v0.8.0
14942026-05-20T23:25:43.254Z Compiling simd-adler32 v0.3.8
14952026-05-20T23:25:43.269Z Compiling quick-error v1.2.3
14962026-05-20T23:25:43.375Z Compiling hyper-util v0.1.20
14972026-05-20T23:25:43.438Z Compiling bit-set v0.8.0
14982026-05-20T23:25:43.462Z Compiling rusty-fork v0.3.1
14992026-05-20T23:25:43.618Z Compiling time v0.3.47
15002026-05-20T23:25:43.930Z Compiling tower v0.5.3
15012026-05-20T23:25:44.155Z Compiling derive_builder_core v0.20.2
15022026-05-20T23:25:44.473Z Compiling dtrace-parser v0.3.0
15032026-05-20T23:25:44.588Z Compiling http-body-util v0.1.3
15042026-05-20T23:25:44.833Z Compiling webpki-roots v1.0.6
15052026-05-20T23:25:44.958Z Compiling signature v2.2.0
15062026-05-20T23:25:44.961Z Compiling thiserror-impl v1.0.69
15072026-05-20T23:25:45.095Z Compiling dof v0.4.0
15082026-05-20T23:25:45.136Z Compiling scroll_derive v0.12.1
15092026-05-20T23:25:45.276Z Compiling heapless v0.7.17
15102026-05-20T23:25:45.294Z Compiling rand_xorshift v0.4.0
15112026-05-20T23:25:45.378Z Compiling slog v2.8.2
15122026-05-20T23:25:45.416Z Compiling darling_core v0.21.3
15132026-05-20T23:25:45.759Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-20T23:25:45.823Z Compiling thread-id v5.1.0
15152026-05-20T23:25:45.854Z Compiling cookie v0.18.1
15162026-05-20T23:25:45.918Z Compiling unicode-bidi v0.3.18
15172026-05-20T23:25:46.174Z Compiling iri-string v0.7.10
15182026-05-20T23:25:46.937Z Compiling signal-hook v0.3.18
15192026-05-20T23:25:46.963Z Compiling unarray v0.1.4
15202026-05-20T23:25:46.963Z Compiling adler2 v2.0.1
15212026-05-20T23:25:46.963Z Compiling ryu v1.0.23
15222026-05-20T23:25:46.963Z Compiling paste v1.0.15
15232026-05-20T23:25:46.963Z Compiling allocator-api2 v0.2.21
15242026-05-20T23:25:46.963Z Compiling unicode-properties v0.1.4
15252026-05-20T23:25:46.963Z Compiling anyhow v1.0.102
15262026-05-20T23:25:46.966Z Compiling zstd-safe v7.2.4
15272026-05-20T23:25:46.966Z Compiling stringprep v0.1.5
15282026-05-20T23:25:46.966Z Compiling serde_urlencoded v0.7.1
15292026-05-20T23:25:46.966Z Compiling miniz_oxide v0.8.9
15302026-05-20T23:25:47.186Z Compiling tower-http v0.6.8
15312026-05-20T23:25:47.224Z Compiling proptest v1.10.0
15322026-05-20T23:25:47.473Z Compiling thiserror v1.0.69
15332026-05-20T23:25:47.812Z Compiling scroll v0.12.0
15342026-05-20T23:25:47.855Z Compiling derive_builder_macro v0.20.2
15352026-05-20T23:25:47.855Z Compiling tokio-native-tls v0.3.1
15362026-05-20T23:25:48.451Z Compiling darling_macro v0.21.3
15372026-05-20T23:25:48.515Z Compiling ipnetwork v0.21.1
15382026-05-20T23:25:48.515Z Compiling bstr v1.12.1
15392026-05-20T23:25:48.515Z Compiling rand_chacha v0.3.1
15402026-05-20T23:25:48.515Z Compiling erased-serde v0.3.31
15412026-05-20T23:25:48.515Z Compiling toml_datetime v0.6.11
15422026-05-20T23:25:49.087Z Compiling serde_tokenstream v0.2.3
15432026-05-20T23:25:49.678Z Compiling serde_spanned v0.6.9
15442026-05-20T23:25:49.679Z Compiling md-5 v0.10.6
15452026-05-20T23:25:49.679Z Compiling async-trait v0.1.89
15462026-05-20T23:25:49.679Z Compiling pin-project-internal v1.1.11
15472026-05-20T23:25:49.679Z Compiling zerocopy-derive v0.7.35
15482026-05-20T23:25:49.679Z Compiling curve25519-dalek v4.1.3
15492026-05-20T23:25:50.094Z Compiling vergen-lib v0.1.6
15502026-05-20T23:25:50.094Z Compiling num-integer v0.1.46
15512026-05-20T23:25:50.095Z Compiling hash32 v0.2.1
15522026-05-20T23:25:50.095Z Compiling ff v0.13.1
15532026-05-20T23:25:50.095Z Compiling memoffset v0.9.1
15542026-05-20T23:25:50.095Z Compiling zlib-rs v0.6.2
15552026-05-20T23:25:50.179Z Compiling litrs v1.0.0
15562026-05-20T23:25:50.179Z Compiling smoltcp v0.9.1
15572026-05-20T23:25:50.179Z Compiling base16ct v0.2.0
15582026-05-20T23:25:50.179Z Compiling fallible-iterator v0.2.0
15592026-05-20T23:25:50.179Z Compiling rustix v0.38.44
15602026-05-20T23:25:50.180Z Compiling psl-types v2.0.11
15612026-05-20T23:25:50.201Z Compiling cfg_aliases v0.2.1
15622026-05-20T23:25:50.301Z Compiling num-bigint-dig v0.8.6
15632026-05-20T23:25:50.321Z Compiling ref-cast v1.0.25
15642026-05-20T23:25:50.321Z Compiling nix v0.31.2
15652026-05-20T23:25:50.446Z Compiling document-features v0.2.12
15662026-05-20T23:25:50.557Z Compiling publicsuffix v2.3.0
15672026-05-20T23:25:50.588Z Compiling postgres-protocol v0.6.10
15682026-05-20T23:25:50.708Z Compiling sec1 v0.7.3
15692026-05-20T23:25:50.840Z Compiling pin-project v1.1.11
15702026-05-20T23:25:51.091Z Compiling zerocopy v0.7.35
15712026-05-20T23:25:51.100Z Compiling group v0.13.0
15722026-05-20T23:25:51.100Z Compiling newtype-uuid v1.3.2
15732026-05-20T23:25:51.100Z Compiling num-iter v0.1.45
15742026-05-20T23:25:51.358Z Compiling rand v0.8.6
15752026-05-20T23:25:51.487Z Compiling darling v0.21.3
15762026-05-20T23:25:51.675Z Compiling oxnet v0.1.4
15772026-05-20T23:25:51.718Z Compiling derive_builder v0.20.2
15782026-05-20T23:25:51.748Z Compiling hyper-tls v0.6.0
15792026-05-20T23:25:51.802Z Compiling hubpack_derive v0.1.1
15802026-05-20T23:25:51.928Z Compiling goblin v0.8.2
15812026-05-20T23:25:52.448Z Compiling phf_shared v0.13.1
15822026-05-20T23:25:52.553Z Compiling flate2 v1.1.9
15832026-05-20T23:25:52.578Z Compiling lazy_static v1.5.0
15842026-05-20T23:25:52.695Z Compiling regex v1.12.3
15852026-05-20T23:25:52.737Z Compiling futures-executor v0.3.32
15862026-05-20T23:25:52.853Z Compiling hex v0.4.3
15872026-05-20T23:25:52.952Z Compiling cargo-platform v0.1.9
15882026-05-20T23:25:52.964Z Compiling hkdf v0.12.4
15892026-05-20T23:25:52.964Z Compiling crypto-bigint v0.5.5
15902026-05-20T23:25:53.002Z Compiling terminal_size v0.4.3
15912026-05-20T23:25:53.016Z Compiling ref-cast-impl v1.0.25
15922026-05-20T23:25:53.241Z Compiling strum_macros v0.27.2
15932026-05-20T23:25:53.255Z Compiling daft-derive v0.1.7
15942026-05-20T23:25:53.255Z Compiling snafu-derive v0.8.9
15952026-05-20T23:25:53.694Z Compiling curve25519-dalek-derive v0.1.1
15962026-05-20T23:25:53.865Z Compiling vergen v9.0.6
15972026-05-20T23:25:54.123Z Compiling fs-err v3.3.0
15982026-05-20T23:25:54.294Z Compiling ahash v0.8.12
15992026-05-20T23:25:54.304Z Compiling encoding_rs v0.8.35
16002026-05-20T23:25:54.454Z Compiling libbz2-rs-sys v0.2.2
16012026-05-20T23:25:55.057Z Compiling managed v0.8.0
16022026-05-20T23:25:55.071Z Compiling winnow v0.5.40
16032026-05-20T23:25:55.071Z Compiling foldhash v0.2.0
16042026-05-20T23:25:55.160Z Compiling same-file v1.0.6
16052026-05-20T23:25:55.346Z Compiling bumpalo v3.20.2
16062026-05-20T23:25:55.361Z Compiling object v0.37.3
16072026-05-20T23:25:55.361Z Compiling unicode-segmentation v1.12.0
16082026-05-20T23:25:55.467Z Compiling bitflags v1.3.2
16092026-05-20T23:25:55.562Z Compiling cpufeatures v0.3.0
16102026-05-20T23:25:55.575Z Compiling mime v0.3.17
16112026-05-20T23:25:55.575Z Compiling foldhash v0.1.5
16122026-05-20T23:25:55.575Z Compiling chacha20 v0.10.0
16132026-05-20T23:25:55.653Z Compiling hashbrown v0.15.5
16142026-05-20T23:25:55.801Z Compiling zopfli v0.8.3
16152026-05-20T23:25:55.813Z Compiling hashbrown v0.16.1
16162026-05-20T23:25:56.093Z Compiling walkdir v2.5.0
16172026-05-20T23:25:56.253Z Compiling snafu v0.8.9
16182026-05-20T23:25:56.344Z Compiling clap_builder v4.5.60
16192026-05-20T23:25:56.353Z Compiling strum v0.27.2
16202026-05-20T23:25:56.494Z Compiling toml_edit v0.19.15
16212026-05-20T23:25:56.505Z Compiling bzip2 v0.6.1
16222026-05-20T23:25:56.594Z Compiling dof v0.3.0
16232026-05-20T23:25:56.692Z Compiling daft v0.1.7
16242026-05-20T23:25:56.800Z Compiling elliptic-curve v0.13.8
16252026-05-20T23:25:57.252Z Compiling cargo_metadata v0.19.2
16262026-05-20T23:25:57.288Z Compiling futures v0.3.32
16272026-05-20T23:25:57.384Z Compiling phf v0.13.1
16282026-05-20T23:25:57.922Z Compiling cookie_store v0.22.1
16292026-05-20T23:25:58.411Z Compiling hubpack v0.1.2
16302026-05-20T23:25:58.426Z Compiling signal-hook-mio v0.2.5
16312026-05-20T23:25:58.521Z Compiling zstd v0.13.3
16322026-05-20T23:25:58.608Z Compiling bzip2 v0.4.4
16332026-05-20T23:25:58.608Z Compiling serde_with_macros v3.17.0
16342026-05-20T23:25:58.740Z Compiling postgres-types v0.2.12
16352026-05-20T23:25:59.091Z Compiling usdt-macro v0.6.0
16362026-05-20T23:25:59.302Z Compiling usdt-attr-macro v0.6.0
16372026-05-20T23:25:59.312Z Compiling globset v0.4.18
16382026-05-20T23:25:59.630Z Compiling dtrace-parser v0.2.0
16392026-05-20T23:25:59.709Z Compiling ed25519 v2.2.3
16402026-05-20T23:25:59.827Z Compiling phf_shared v0.11.3
16412026-05-20T23:25:59.959Z Compiling olpc-cjson v0.1.4
16422026-05-20T23:25:59.980Z Compiling pkcs1 v0.7.5
16432026-05-20T23:26:00.093Z Compiling serde_plain v1.0.2
16442026-05-20T23:26:00.195Z Compiling serde-big-array v0.5.1
16452026-05-20T23:26:00.196Z Compiling rfc6979 v0.4.0
16462026-05-20T23:26:00.286Z Compiling pem v3.0.6
16472026-05-20T23:26:00.286Z Compiling clap_derive v4.5.55
16482026-05-20T23:26:00.286Z Compiling async-recursion v1.1.1
16492026-05-20T23:26:00.298Z Compiling serde_repr v0.1.20
16502026-05-20T23:26:00.391Z Compiling strum_macros v0.26.4
16512026-05-20T23:26:00.516Z Compiling enum-as-inner v0.6.1
16522026-05-20T23:26:00.620Z Compiling float-cmp v0.10.0
16532026-05-20T23:26:00.835Z Compiling memmap2 v0.9.10
16542026-05-20T23:26:00.855Z Compiling thread-id v4.2.2
16552026-05-20T23:26:00.971Z Compiling env_filter v1.0.0
16562026-05-20T23:26:00.986Z Compiling fixedbitset v0.5.7
16572026-05-20T23:26:00.986Z Compiling whoami v2.1.0
16582026-05-20T23:26:01.079Z Compiling keccak v0.1.6
16592026-05-20T23:26:01.209Z Compiling new_debug_unreachable v1.0.6
16602026-05-20T23:26:01.225Z Compiling fixedbitset v0.4.2
16612026-05-20T23:26:01.403Z Compiling static_assertions v1.1.0
16622026-05-20T23:26:01.512Z Compiling normalize-line-endings v0.3.0
16632026-05-20T23:26:01.512Z Compiling either v1.15.0
16642026-05-20T23:26:01.536Z Compiling jiff v0.2.21
16652026-05-20T23:26:01.536Z Compiling precomputed-hash v0.1.1
16662026-05-20T23:26:01.536Z Compiling data-encoding v2.10.0
16672026-05-20T23:26:01.621Z Compiling difflib v0.4.0
16682026-05-20T23:26:01.976Z Compiling predicates-core v1.0.10
16692026-05-20T23:26:02.090Z Compiling typed-path v0.9.3
16702026-05-20T23:26:02.114Z Compiling clap v4.5.60
16712026-05-20T23:26:02.114Z Compiling predicates v3.1.4
16722026-05-20T23:26:02.114Z Compiling hickory-proto v0.25.2
16732026-05-20T23:26:02.219Z Compiling strum v0.26.3
16742026-05-20T23:26:02.240Z Compiling itertools v0.13.0
16752026-05-20T23:26:02.350Z Compiling string_cache v0.8.9
16762026-05-20T23:26:02.562Z Compiling petgraph v0.6.5
16772026-05-20T23:26:02.872Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16782026-05-20T23:26:02.892Z Compiling tokio-postgres v0.7.16
16792026-05-20T23:26:03.360Z Compiling sha3 v0.10.8
16802026-05-20T23:26:03.457Z Compiling petgraph v0.8.3
16812026-05-20T23:26:03.685Z Compiling env_logger v0.11.9
16822026-05-20T23:26:04.020Z Compiling usdt-impl v0.5.0
16832026-05-20T23:26:04.041Z Compiling zip v4.6.1
16842026-05-20T23:26:04.576Z Compiling toml_edit v0.22.27
16852026-05-20T23:26:05.054Z Compiling usdt v0.6.0
16862026-05-20T23:26:05.119Z Compiling rsa v0.9.10
16872026-05-20T23:26:05.244Z Compiling ecdsa v0.16.9
16882026-05-20T23:26:05.629Z Compiling ed25519-dalek v2.2.0
16892026-05-20T23:26:05.658Z Compiling crossterm v0.28.1
16902026-05-20T23:26:05.658Z Compiling serde_with v3.17.0
16912026-05-20T23:26:06.090Z Compiling zip v0.6.6
16922026-05-20T23:26:06.855Z Compiling toml v0.7.8
16932026-05-20T23:26:06.863Z Compiling iddqd v0.4.1
16942026-05-20T23:26:07.295Z Compiling rand v0.10.0
16952026-05-20T23:26:07.399Z Compiling heck v0.4.1
16962026-05-20T23:26:07.406Z Compiling similar v2.7.0
16972026-05-20T23:26:07.476Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-05-20T23:26:07.594Z Compiling crossbeam-epoch v0.9.18
16992026-05-20T23:26:07.991Z Compiling tokio-stream v0.1.18
17002026-05-20T23:26:08.101Z Compiling buf-list v1.1.2
17012026-05-20T23:26:08.123Z Compiling x509-cert v0.2.5
17022026-05-20T23:26:08.201Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17032026-05-20T23:26:08.217Z Compiling openapiv3 v2.2.0
17042026-05-20T23:26:08.375Z Compiling sha1 v0.10.6
17052026-05-20T23:26:08.379Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-05-20T23:26:08.394Z Compiling lalrpop-util v0.19.12
17072026-05-20T23:26:08.484Z Compiling peg-runtime v0.8.5
17082026-05-20T23:26:08.580Z Compiling thread_local v1.1.9
17092026-05-20T23:26:08.600Z Compiling slog-async v2.8.0
17102026-05-20T23:26:08.661Z Compiling crossbeam-channel v0.5.15
17112026-05-20T23:26:08.762Z Compiling filetime v0.2.27
17122026-05-20T23:26:08.832Z Compiling is-terminal v0.4.17
17132026-05-20T23:26:08.904Z Compiling xattr v1.6.1
17142026-05-20T23:26:08.931Z Compiling take_mut v0.2.2
17152026-05-20T23:26:08.943Z Compiling term v1.2.1
17162026-05-20T23:26:09.122Z Compiling tar v0.4.45
17172026-05-20T23:26:09.526Z Compiling slog-term v2.9.2
17182026-05-20T23:26:19.193Z Compiling rustls-webpki v0.103.9
17192026-05-20T23:26:21.910Z Compiling tokio-rustls v0.26.4
17202026-05-20T23:26:21.910Z Compiling rustls-platform-verifier v0.6.2
17212026-05-20T23:26:22.259Z Compiling hyper-rustls v0.27.7
17222026-05-20T23:26:22.347Z Compiling reqwest v0.12.28
17232026-05-20T23:26:22.440Z Compiling reqwest v0.13.2
17242026-05-20T23:26:23.592Z Compiling tough v0.22.0
17252026-05-20T23:26:26.105Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-05-20T23:26:26.356Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-05-20T23:26:29.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17282026-05-20T23:26:29.382Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-05-20T23:26:29.448ZMay 20 23:26:28.307 INFO Starting download, target: Clickhouse
17302026-05-20T23:26:29.448ZMay 20 23:26:28.307 INFO Starting download, target: Cockroach
17312026-05-20T23:26:29.448ZMay 20 23:26:28.307 INFO Starting download, target: Console
17322026-05-20T23:26:29.448ZMay 20 23:26:28.307 INFO Starting download, target: DendriteStub
17332026-05-20T23:26:29.448ZMay 20 23:26:28.307 INFO Starting download, target: MaghemiteMgd
17342026-05-20T23:26:29.449ZMay 20 23:26:28.307 INFO Starting download, target: TransceiverControl
17352026-05-20T23:26:29.449ZMay 20 23:26:28.308 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-05-20T23:26:29.449ZMay 20 23:26:28.308 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-05-20T23:26:29.449ZMay 20 23:26:28.308 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-05-20T23:26:29.449ZMay 20 23:26:28.308 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-05-20T23:26:29.449ZMay 20 23:26:28.308 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-05-20T23:26:29.449ZMay 20 23:26:28.308 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-05-20T23:26:30.490ZMay 20 23:26:29.391 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-05-20T23:26:30.805ZMay 20 23:26:29.616 INFO Download complete, target: Console
17432026-05-20T23:26:31.089ZMay 20 23:26:30.057 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-05-20T23:26:31.206ZMay 20 23:26:30.082 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-05-20T23:26:31.306ZMay 20 23:26:30.264 INFO Download complete, target: TransceiverControl
17462026-05-20T23:26:33.700ZMay 20 23:26:32.665 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-05-20T23:26:33.722ZMay 20 23:26:32.675 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-05-20T23:26:34.560ZMay 20 23:26:33.518 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-20T23:26:34.560ZMay 20 23:26:33.518 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-20T23:26:36.064ZMay 20 23:26:35.036 INFO Download complete, target: MaghemiteMgd
17512026-05-20T23:26:36.087ZMay 20 23:26:35.053 INFO Download complete, target: DendriteStub
17522026-05-20T23:26:37.905ZMay 20 23:26:36.827 INFO Checking that binary works, target: Clickhouse
17532026-05-20T23:26:37.953ZMay 20 23:26:36.926 INFO Download complete, target: Clickhouse
17542026-05-20T23:26:39.158ZMay 20 23:26:38.130 INFO Checking that binary works, target: Cockroach
17552026-05-20T23:26:39.288ZMay 20 23:26:38.257 INFO Download complete, target: Cockroach
17562026-05-20T23:26:39.326ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-05-20T23:26:39.329Z
17582026-05-20T23:26:39.329Zreal 2:18.399246214
17592026-05-20T23:26:39.329Zuser 6:57.441884696
17602026-05-20T23:26:39.329Zsys 1:23.116529736
17612026-05-20T23:26:39.329Ztrap 0.217628096
17622026-05-20T23:26:39.330Ztflt 0.960429985
17632026-05-20T23:26:39.330Zdflt 1.034364312
17642026-05-20T23:26:39.330Zkflt 0.038137636
17652026-05-20T23:26:39.330Zlock 21:51.925094781
17662026-05-20T23:26:39.330Zslp 21:28.973812606
17672026-05-20T23:26:39.330Zlat 42.840000208
17682026-05-20T23:26:39.330Zstop 2:02.849674571
17692026-05-20T23:26:39.330Z+ banner hack-check
17702026-05-20T23:26:39.330Z
17712026-05-20T23:26:39.330Z # # ## #### # # #### # # ###### #### # #
17722026-05-20T23:26:39.330Z # # # # # # # # # # # # # # # # #
17732026-05-20T23:26:39.330Z ###### # # # #### ##### # ###### ##### # ####
17742026-05-20T23:26:39.330Z # # ###### # # # # # # # # # #
17752026-05-20T23:26:39.330Z # # # # # # # # # # # # # # # # #
17762026-05-20T23:26:39.330Z # # # # #### # # #### # # ###### #### # #
17772026-05-20T23:26:39.330Z
17782026-05-20T23:26:39.330Z+ export CARGO_INCREMENTAL=0
17792026-05-20T23:26:39.330Z+ CARGO_INCREMENTAL=0
17802026-05-20T23:26:39.330Z+ ptime -m timeout 2h cargo xtask check-features --ci
17812026-05-20T23:26:39.866Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-05-20T23:26:40.167Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-05-20T23:26:41.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17842026-05-20T23:26:42.032Z Running `target/debug/xtask check-features --ci`
17852026-05-20T23:26:42.063Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17862026-05-20T23:26:42.077Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17872026-05-20T23:26:42.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17882026-05-20T23:26:42.578Z Running `target/debug/xtask download cargo-hack`
17892026-05-20T23:26:43.371Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-05-20T23:26:43.687Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-05-20T23:26:46.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17922026-05-20T23:26:46.323Z Running `target/debug/xtask-downloader cargo-hack`
17932026-05-20T23:26:46.361ZMay 20 23:26:45.333 INFO Starting download, target: CargoHack
17942026-05-20T23:26:46.375ZMay 20 23:26:45.334 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17952026-05-20T23:26:46.712ZMay 20 23:26:45.684 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17962026-05-20T23:26:46.762ZMay 20 23:26:45.734 INFO Download complete, target: CargoHack
17972026-05-20T23:26:46.764Zrunning: "/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-20T23:26:46.779Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17992026-05-20T23:26:46.937Zinfo: running `cargo check --bins` on api_identity (1/277)
18002026-05-20T23:26:47.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-20T23:26:47.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-20T23:26:47.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-20T23:26:47.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18042026-05-20T23:26:47.550Z
18052026-05-20T23:26:47.550Zinfo: running `cargo check --bins` on bootstore (2/277)
18062026-05-20T23:26:48.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-20T23:26:49.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-20T23:26:49.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-20T23:26:49.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18102026-05-20T23:26:49.014Z
18112026-05-20T23:26:49.014Zinfo: running `cargo check --bins` on omicron-ledger (3/277)
18122026-05-20T23:26:49.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-20T23:26:49.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-20T23:26:49.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-20T23:26:49.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18162026-05-20T23:26:49.014Z
18172026-05-20T23:26:49.014Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/277)
18182026-05-20T23:26:49.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-20T23:26:49.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-20T23:26:49.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-20T23:26:49.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18222026-05-20T23:26:49.362Z
18232026-05-20T23:26:49.362Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/277)
18242026-05-20T23:26:49.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-20T23:26:49.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-20T23:26:49.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-20T23:26:49.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18282026-05-20T23:26:49.963Z
18292026-05-20T23:26:49.963Zinfo: running `cargo check --bins` on omicron-certificates (6/277)
18302026-05-20T23:26:50.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-20T23:26:50.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-20T23:26:50.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-20T23:26:50.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18342026-05-20T23:26:50.504Z
18352026-05-20T23:26:50.504Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/277)
18362026-05-20T23:26:51.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-20T23:26:51.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-20T23:26:51.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-20T23:26:51.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18402026-05-20T23:26:51.108Z
18412026-05-20T23:26:51.109Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/277)
18422026-05-20T23:26:51.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-20T23:26:51.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-20T23:26:51.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-20T23:26:51.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18462026-05-20T23:26:51.726Z
18472026-05-20T23:26:51.726Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/277)
18482026-05-20T23:26:52.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-20T23:26:52.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-20T23:26:52.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-20T23:26:52.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18522026-05-20T23:26:52.195Z
18532026-05-20T23:26:52.195Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/277)
18542026-05-20T23:26:52.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-20T23:26:52.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-20T23:26:52.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-20T23:26:52.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18582026-05-20T23:26:52.800Z
18592026-05-20T23:26:52.801Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/277)
18602026-05-20T23:26:53.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-20T23:26:54.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-20T23:26:54.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-20T23:26:54.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18642026-05-20T23:26:58.518Z
18652026-05-20T23:26:58.518Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/277)
18662026-05-20T23:26:58.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-20T23:26:58.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-20T23:26:58.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-20T23:26:58.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18702026-05-20T23:26:58.518Z
18712026-05-20T23:26:58.518Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/277)
18722026-05-20T23:26:58.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-20T23:26:58.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-20T23:26:58.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-20T23:26:58.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-05-20T23:26:58.592Z
18772026-05-20T23:26:58.592Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/277)
18782026-05-20T23:26:58.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-20T23:26:58.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-20T23:26:58.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-20T23:26:58.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-05-20T23:26:58.593Z
18832026-05-20T23:26:58.593Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/277)
18842026-05-20T23:26:58.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-20T23:26:58.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-20T23:26:58.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-20T23:26:58.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-05-20T23:26:58.594Z
18892026-05-20T23:26:58.594Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/277)
18902026-05-20T23:26:58.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-20T23:26:58.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-20T23:26:58.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-20T23:26:58.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18942026-05-20T23:26:58.595Z
18952026-05-20T23:26:58.596Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/277)
18962026-05-20T23:26:58.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-20T23:26:58.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-20T23:26:58.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-20T23:26:58.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19002026-05-20T23:26:58.596Z
19012026-05-20T23:26:58.596Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/277)
19022026-05-20T23:26:58.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-20T23:26:58.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-20T23:26:58.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-20T23:26:58.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19062026-05-20T23:26:58.596Z
19072026-05-20T23:26:58.596Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/277)
19082026-05-20T23:26:58.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-20T23:26:58.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-20T23:26:58.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-20T23:26:58.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19122026-05-20T23:26:58.596Z
19132026-05-20T23:26:58.596Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/277)
19142026-05-20T23:26:58.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-20T23:26:58.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-20T23:26:58.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-20T23:26:58.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-05-20T23:26:58.596Z
19192026-05-20T23:26:58.596Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/277)
19202026-05-20T23:26:58.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-20T23:26:58.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-20T23:26:58.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-20T23:26:58.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-05-20T23:26:58.624Z
19252026-05-20T23:26:58.624Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/277)
19262026-05-20T23:26:58.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-20T23:26:58.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-20T23:26:58.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-20T23:26:58.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19302026-05-20T23:26:58.624Z
19312026-05-20T23:26:58.625Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/277)
19322026-05-20T23:26:58.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-20T23:26:58.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-20T23:26:58.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-20T23:26:58.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19362026-05-20T23:26:58.878Z
19372026-05-20T23:26:58.878Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/277)
19382026-05-20T23:26:59.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-20T23:26:59.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-20T23:26:59.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-20T23:26:59.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-05-20T23:26:59.360Z
19432026-05-20T23:26:59.360Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/277)
19442026-05-20T23:26:59.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-20T23:26:59.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-20T23:26:59.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-20T23:26:59.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-05-20T23:26:59.845Z
19492026-05-20T23:26:59.845Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/277)
19502026-05-20T23:27:00.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-20T23:27:00.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-20T23:27:00.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-20T23:27:00.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-05-20T23:27:00.321Z
19552026-05-20T23:27:00.321Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/277)
19562026-05-20T23:27:00.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-20T23:27:00.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-20T23:27:00.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-20T23:27:00.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-05-20T23:27:00.798Z
19612026-05-20T23:27:00.798Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/277)
19622026-05-20T23:27:01.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-20T23:27:01.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-20T23:27:01.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-20T23:27:01.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-05-20T23:27:01.274Z
19672026-05-20T23:27:01.274Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/277)
19682026-05-20T23:27:01.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-20T23:27:01.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-20T23:27:01.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-20T23:27:01.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19722026-05-20T23:27:01.754Z
19732026-05-20T23:27:01.755Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/277)
19742026-05-20T23:27:02.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-20T23:27:02.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-20T23:27:02.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-20T23:27:02.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-05-20T23:27:02.235Z
19792026-05-20T23:27:02.235Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/277)
19802026-05-20T23:27:02.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-20T23:27:02.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-20T23:27:02.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-20T23:27:02.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19842026-05-20T23:27:02.714Z
19852026-05-20T23:27:02.714Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/277)
19862026-05-20T23:27:03.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-20T23:27:03.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-20T23:27:03.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-20T23:27:03.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-05-20T23:27:03.191Z
19912026-05-20T23:27:03.191Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/277)
19922026-05-20T23:27:03.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-20T23:27:03.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-20T23:27:03.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-20T23:27:03.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19962026-05-20T23:27:03.671Z
19972026-05-20T23:27:03.671Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/277)
19982026-05-20T23:27:04.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-20T23:27:04.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-20T23:27:04.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-20T23:27:04.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-05-20T23:27:04.147Z
20032026-05-20T23:27:04.147Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/277)
20042026-05-20T23:27:04.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-20T23:27:04.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-20T23:27:04.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-20T23:27:04.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20082026-05-20T23:27:04.627Z
20092026-05-20T23:27:04.627Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/277)
20102026-05-20T23:27:05.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-20T23:27:05.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-20T23:27:05.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-20T23:27:05.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20142026-05-20T23:27:05.107Z
20152026-05-20T23:27:05.107Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/277)
20162026-05-20T23:27:05.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-20T23:27:05.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-20T23:27:05.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-20T23:27:05.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20202026-05-20T23:27:05.588Z
20212026-05-20T23:27:05.588Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/277)
20222026-05-20T23:27:06.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-20T23:27:06.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-20T23:27:06.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-20T23:27:06.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20262026-05-20T23:27:06.062Z
20272026-05-20T23:27:06.062Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/277)
20282026-05-20T23:27:06.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-20T23:27:06.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-20T23:27:06.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-20T23:27:06.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20322026-05-20T23:27:06.539Z
20332026-05-20T23:27:06.539Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/277)
20342026-05-20T23:27:06.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-20T23:27:06.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-20T23:27:06.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-20T23:27:06.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-05-20T23:27:07.018Z
20392026-05-20T23:27:07.018Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/277)
20402026-05-20T23:27:07.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-20T23:27:07.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-20T23:27:07.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-20T23:27:07.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-05-20T23:27:07.501Z
20452026-05-20T23:27:07.501Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/277)
20462026-05-20T23:27:07.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-20T23:27:07.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-20T23:27:07.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-20T23:27:07.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20502026-05-20T23:27:07.980Z
20512026-05-20T23:27:07.980Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/277)
20522026-05-20T23:27:08.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-20T23:27:08.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-20T23:27:08.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-20T23:27:08.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20562026-05-20T23:27:08.458Z
20572026-05-20T23:27:08.458Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/277)
20582026-05-20T23:27:08.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-20T23:27:08.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-20T23:27:08.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-20T23:27:08.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20622026-05-20T23:27:08.936Z
20632026-05-20T23:27:08.936Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/277)
20642026-05-20T23:27:09.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-20T23:27:09.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-20T23:27:09.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-20T23:27:09.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-05-20T23:27:09.417Z
20692026-05-20T23:27:09.418Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/277)
20702026-05-20T23:27:09.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-20T23:27:09.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-20T23:27:09.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-20T23:27:09.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20742026-05-20T23:27:09.899Z
20752026-05-20T23:27:09.899Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/277)
20762026-05-20T23:27:10.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-20T23:27:10.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-20T23:27:10.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-20T23:27:10.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-05-20T23:27:10.382Z
20812026-05-20T23:27:10.382Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/277)
20822026-05-20T23:27:10.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-20T23:27:10.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-20T23:27:10.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-20T23:27:10.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20862026-05-20T23:27:10.860Z
20872026-05-20T23:27:10.860Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/277)
20882026-05-20T23:27:11.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-20T23:27:11.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-20T23:27:11.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-20T23:27:11.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20922026-05-20T23:27:11.512Z
20932026-05-20T23:27:11.512Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/277)
20942026-05-20T23:27:12.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-20T23:27:12.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-20T23:27:12.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-20T23:27:12.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20982026-05-20T23:27:12.154Z
20992026-05-20T23:27:12.154Zinfo: running `cargo check --bins` on nexus-config (51/277)
21002026-05-20T23:27:12.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-20T23:27:12.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-20T23:27:12.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-20T23:27:12.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21042026-05-20T23:27:12.794Z
21052026-05-20T23:27:12.794Zinfo: running `cargo check --bins` on nexus-types (52/277)
21062026-05-20T23:27:13.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-20T23:27:13.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-20T23:27:13.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-20T23:27:13.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21102026-05-20T23:27:13.434Z
21112026-05-20T23:27:13.434Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/277)
21122026-05-20T23:27:13.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-20T23:27:13.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-20T23:27:13.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-20T23:27:13.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21162026-05-20T23:27:14.049Z
21172026-05-20T23:27:14.050Zinfo: running `cargo check --bins` on omicron-passwords (54/277)
21182026-05-20T23:27:14.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-20T23:27:14.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-20T23:27:14.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-20T23:27:14.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21222026-05-20T23:27:14.640Z
21232026-05-20T23:27:14.640Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/277)
21242026-05-20T23:27:15.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-20T23:27:15.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-20T23:27:15.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-20T23:27:15.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21282026-05-20T23:27:15.313Z
21292026-05-20T23:27:15.313Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/277)
21302026-05-20T23:27:15.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-20T23:27:15.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-20T23:27:15.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-20T23:27:15.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21342026-05-20T23:27:15.868Z
21352026-05-20T23:27:15.868Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/277)
21362026-05-20T23:27:16.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-20T23:27:16.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-20T23:27:16.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-20T23:27:16.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21402026-05-20T23:27:16.478Z
21412026-05-20T23:27:16.478Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/277)
21422026-05-20T23:27:16.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-20T23:27:16.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-20T23:27:16.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-20T23:27:16.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21462026-05-20T23:27:17.091Z
21472026-05-20T23:27:17.091Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/277)
21482026-05-20T23:27:17.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-20T23:27:17.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-20T23:27:17.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-20T23:27:17.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-05-20T23:27:17.684Z
21532026-05-20T23:27:17.684Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/277)
21542026-05-20T23:27:18.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-20T23:27:18.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-20T23:27:18.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-20T23:27:18.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-05-20T23:27:18.279Z
21592026-05-20T23:27:18.279Zinfo: running `cargo check --bins --no-default-features` on gfss (61/277)
21602026-05-20T23:27:18.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-20T23:27:18.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-20T23:27:18.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-20T23:27:18.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-05-20T23:27:18.872Z
21652026-05-20T23:27:18.872Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/277)
21662026-05-20T23:27:19.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-20T23:27:19.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-20T23:27:19.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-20T23:27:19.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21702026-05-20T23:27:19.462Z
21712026-05-20T23:27:19.462Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/277)
21722026-05-20T23:27:19.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-20T23:27:19.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-20T23:27:19.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-20T23:27:19.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21762026-05-20T23:27:20.073Z
21772026-05-20T23:27:20.073Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/277)
21782026-05-20T23:27:20.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-20T23:27:20.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-20T23:27:20.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-20T23:27:20.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21822026-05-20T23:27:20.682Z
21832026-05-20T23:27:20.682Zinfo: running `cargo check --bins` on cockroach-admin-types (65/277)
21842026-05-20T23:27:21.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-20T23:27:21.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-20T23:27:21.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-20T23:27:21.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21882026-05-20T23:27:21.271Z
21892026-05-20T23:27:21.271Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/277)
21902026-05-20T23:27:21.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-20T23:27:21.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-20T23:27:21.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-20T23:27:21.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-05-20T23:27:21.865Z
21952026-05-20T23:27:21.865Zinfo: running `cargo check --bins` on ereport-types (67/277)
21962026-05-20T23:27:22.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-20T23:27:22.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-20T23:27:22.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-20T23:27:22.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-05-20T23:27:22.465Z
22012026-05-20T23:27:22.465Zinfo: running `cargo check --bins` on gateway-client (68/277)
22022026-05-20T23:27:22.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-20T23:27:22.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-20T23:27:22.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-20T23:27:22.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-05-20T23:27:23.129Z
22072026-05-20T23:27:23.129Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/277)
22082026-05-20T23:27:23.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-20T23:27:23.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-20T23:27:23.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-20T23:27:23.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22122026-05-20T23:27:23.667Z
22132026-05-20T23:27:23.667Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/277)
22142026-05-20T23:27:24.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-20T23:27:24.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-20T23:27:24.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-20T23:27:24.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22182026-05-20T23:27:24.264Z
22192026-05-20T23:27:24.264Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/277)
22202026-05-20T23:27:24.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-20T23:27:24.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-20T23:27:24.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-20T23:27:24.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-05-20T23:27:24.863Z
22252026-05-20T23:27:24.863Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/277)
22262026-05-20T23:27:25.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-20T23:27:25.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-20T23:27:25.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-20T23:27:25.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22302026-05-20T23:27:25.461Z
22312026-05-20T23:27:25.461Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/277)
22322026-05-20T23:27:25.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-20T23:27:25.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-20T23:27:25.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-20T23:27:25.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22362026-05-20T23:27:26.081Z
22372026-05-20T23:27:26.081Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/277)
22382026-05-20T23:27:26.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-20T23:27:26.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-20T23:27:26.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-20T23:27:26.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22422026-05-20T23:27:26.699Z
22432026-05-20T23:27:26.699Zinfo: running `cargo check --bins` on key-manager-types (75/277)
22442026-05-20T23:27:27.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-20T23:27:27.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-20T23:27:27.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-05-20T23:27:27.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22482026-05-20T23:27:27.290Z
22492026-05-20T23:27:27.290Zinfo: running `cargo check --bins` on oxlog (76/277)
22502026-05-20T23:27:27.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-05-20T23:27:27.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-05-20T23:27:27.912Z Checking cfg-if v1.0.4
22532026-05-20T23:27:27.915Z Checking libc v0.2.185
22542026-05-20T23:27:27.915Z Checking serde_core v1.0.228
22552026-05-20T23:27:28.033Z Checking zeroize v1.8.2
22562026-05-20T23:27:28.040Z Checking memchr v2.8.0
22572026-05-20T23:27:28.049Z Checking log v0.4.29
22582026-05-20T23:27:28.059Z Checking smallvec v1.15.1
22592026-05-20T23:27:28.070Z Checking typenum v1.19.0
22602026-05-20T23:27:28.074Z Checking subtle v2.6.1
22612026-05-20T23:27:28.172Z Checking itoa v1.0.17
22622026-05-20T23:27:28.206Z Checking scopeguard v1.2.0
22632026-05-20T23:27:28.225Z Checking stable_deref_trait v1.2.1
22642026-05-20T23:27:28.238Z Checking const-oid v0.9.6
22652026-05-20T23:27:28.300Z Checking zerofrom v0.1.6
22662026-05-20T23:27:28.312Z Checking lock_api v0.4.14
22672026-05-20T23:27:28.324Z Checking pin-project-lite v0.2.17
22682026-05-20T23:27:28.412Z Checking yoke v0.8.1
22692026-05-20T23:27:28.423Z Checking portable-atomic v1.13.1
22702026-05-20T23:27:28.434Z Checking critical-section v1.2.0
22712026-05-20T23:27:28.445Z Checking getrandom v0.2.17
22722026-05-20T23:27:28.510Z Checking errno v0.3.14
22732026-05-20T23:27:28.528Z Checking parking_lot_core v0.9.12
22742026-05-20T23:27:28.573Z Checking zerovec v0.11.5
22752026-05-20T23:27:28.585Z Checking generic-array v0.14.7
22762026-05-20T23:27:28.588Z Checking rand_core v0.6.4
22772026-05-20T23:27:28.709Z Checking signal-hook-registry v1.4.8
22782026-05-20T23:27:28.714Z Checking futures-core v0.3.32
22792026-05-20T23:27:28.765Z Checking parking_lot v0.12.5
22802026-05-20T23:27:28.778Z Checking mio v1.2.0
22812026-05-20T23:27:28.813Z Checking once_cell v1.21.3
22822026-05-20T23:27:28.826Z Checking zerocopy v0.8.40
22832026-05-20T23:27:28.902Z Checking zmij v1.0.21
22842026-05-20T23:27:28.948Z Checking socket2 v0.6.3
22852026-05-20T23:27:28.980Z Checking libm v0.2.16
22862026-05-20T23:27:28.998Z Checking tinystr v0.8.2
22872026-05-20T23:27:29.017Z Checking crypto-common v0.1.7
22882026-05-20T23:27:29.051Z Checking block-buffer v0.10.4
22892026-05-20T23:27:29.114Z Checking writeable v0.6.2
22902026-05-20T23:27:29.136Z Checking equivalent v1.0.2
22912026-05-20T23:27:29.172Z Checking litemap v0.8.1
22922026-05-20T23:27:29.186Z Checking digest v0.10.7
22932026-05-20T23:27:29.189Z Checking percent-encoding v2.3.2
22942026-05-20T23:27:29.215Z Checking potential_utf v0.1.4
22952026-05-20T23:27:29.269Z Checking zerotrie v0.2.3
22962026-05-20T23:27:29.330Z Checking rand_core v0.10.0
22972026-05-20T23:27:29.343Z Checking futures-sink v0.3.32
22982026-05-20T23:27:29.343Z Checking icu_locale_core v2.1.1
22992026-05-20T23:27:29.370Z Checking icu_collections v2.1.1
23002026-05-20T23:27:29.439Z Checking futures-channel v0.3.32
23012026-05-20T23:27:29.469Z Checking cpufeatures v0.2.17
23022026-05-20T23:27:29.496Z Checking serde v1.0.228
23032026-05-20T23:27:29.510Z Checking bitflags v2.11.0
23042026-05-20T23:27:29.535Z Checking serde_json v1.0.149
23052026-05-20T23:27:29.631Z Checking futures-task v0.3.32
23062026-05-20T23:27:29.676Z Checking futures-io v0.3.32
23072026-05-20T23:27:29.678Z Checking slab v0.4.12
23082026-05-20T23:27:29.678Z Checking num-traits v0.2.19
23092026-05-20T23:27:29.822Z Checking getrandom v0.4.1
23102026-05-20T23:27:29.826Z Checking hmac v0.12.1
23112026-05-20T23:27:29.883Z Checking futures-util v0.3.32
23122026-05-20T23:27:29.896Z Checking bytes v1.11.1
23132026-05-20T23:27:29.909Z Checking icu_provider v2.1.1
23142026-05-20T23:27:29.922Z Checking icu_properties_data v2.1.2
23152026-05-20T23:27:29.949Z Checking icu_normalizer_data v2.1.1
23162026-05-20T23:27:30.020Z Checking hashbrown v0.17.0
23172026-05-20T23:27:30.048Z Checking block-padding v0.3.3
23182026-05-20T23:27:30.144Z Checking icu_normalizer v2.1.1
23192026-05-20T23:27:30.177Z Checking icu_properties v2.1.2
23202026-05-20T23:27:30.194Z Checking inout v0.1.4
23212026-05-20T23:27:30.236Z Checking utf8_iter v1.0.4
23222026-05-20T23:27:30.326Z Checking cipher v0.4.4
23232026-05-20T23:27:30.329Z Checking tokio v1.52.1
23242026-05-20T23:27:30.357Z Checking sha2 v0.10.9
23252026-05-20T23:27:30.453Z Checking form_urlencoded v1.2.2
23262026-05-20T23:27:30.485Z Checking indexmap v2.14.0
23272026-05-20T23:27:30.533Z Checking getrandom v0.3.4
23282026-05-20T23:27:30.573Z Checking byteorder v1.5.0
23292026-05-20T23:27:30.632Z Checking base64ct v1.8.3
23302026-05-20T23:27:30.673Z Checking fnv v1.0.7
23312026-05-20T23:27:30.768Z Checking flagset v0.4.7
23322026-05-20T23:27:30.783Z Checking rand_core v0.9.5
23332026-05-20T23:27:30.936Z Checking pem-rfc7468 v0.7.0
23342026-05-20T23:27:30.946Z Checking http v1.4.0
23352026-05-20T23:27:30.959Z Checking regex-syntax v0.8.10
23362026-05-20T23:27:30.990Z Checking idna_adapter v1.2.1
23372026-05-20T23:27:31.017Z Checking der v0.7.10
23382026-05-20T23:27:31.042Z Checking salsa20 v0.10.2
23392026-05-20T23:27:31.108Z Checking idna v1.1.0
23402026-05-20T23:27:31.176Z Checking pbkdf2 v0.12.2
23412026-05-20T23:27:31.285Z Checking uuid v1.23.0
23422026-05-20T23:27:31.355Z Checking url v2.5.8
23432026-05-20T23:27:31.465Z Checking rustix v1.1.3
23442026-05-20T23:27:31.578Z Checking ppv-lite86 v0.2.21
23452026-05-20T23:27:31.595Z Checking tracing-core v0.1.36
23462026-05-20T23:27:31.745Z Checking spki v0.7.3
23472026-05-20T23:27:31.765Z Checking rustls-pki-types v1.14.0
23482026-05-20T23:27:31.808Z Checking base64 v0.22.1
23492026-05-20T23:27:31.877Z Checking iana-time-zone v0.1.65
23502026-05-20T23:27:31.909Z Checking rand_chacha v0.9.0
23512026-05-20T23:27:31.923Z Checking tracing v0.1.44
23522026-05-20T23:27:32.054Z Checking chrono v0.4.44
23532026-05-20T23:27:32.065Z Checking http-body v1.0.1
23542026-05-20T23:27:32.068Z Checking scrypt v0.11.0
23552026-05-20T23:27:32.112Z Checking aes v0.8.4
23562026-05-20T23:27:32.131Z Checking cbc v0.1.2
23572026-05-20T23:27:32.180Z Checking aws-lc-sys v0.40.0
23582026-05-20T23:27:32.200Z Checking tinyvec_macros v0.1.1
23592026-05-20T23:27:32.258Z Checking openssl-probe v0.2.1
23602026-05-20T23:27:32.271Z Checking untrusted v0.9.0
23612026-05-20T23:27:32.284Z Checking untrusted v0.7.1
23622026-05-20T23:27:32.337Z Checking tinyvec v1.10.0
23632026-05-20T23:27:32.363Z Checking rand v0.9.2
23642026-05-20T23:27:32.418Z Checking ring v0.17.14
23652026-05-20T23:27:32.423Z Checking tower-layer v0.3.3
23662026-05-20T23:27:32.501Z Checking pkcs5 v0.7.1
23672026-05-20T23:27:32.543Z Checking try-lock v0.2.5
23682026-05-20T23:27:32.642Z Checking tower-service v0.3.3
23692026-05-20T23:27:32.655Z Checking atomic-waker v1.1.2
23702026-05-20T23:27:32.680Z Checking aws-lc-rs v1.16.3
23712026-05-20T23:27:32.731Z Checking want v0.3.1
23722026-05-20T23:27:32.750Z Checking ipnet v2.11.0
23732026-05-20T23:27:32.764Z Checking pkcs8 v0.10.2
23742026-05-20T23:27:32.839Z Checking httparse v1.10.1
23752026-05-20T23:27:32.852Z Checking aho-corasick v1.1.4
23762026-05-20T23:27:32.866Z Checking foreign-types-shared v0.1.1
23772026-05-20T23:27:32.938Z Checking fastrand v2.3.0
23782026-05-20T23:27:32.951Z Checking dyn-clone v1.0.20
23792026-05-20T23:27:33.009Z Checking pin-utils v0.1.0
23802026-05-20T23:27:33.046Z Checking httpdate v1.0.3
23812026-05-20T23:27:33.060Z Checking plain v0.2.3
23822026-05-20T23:27:33.188Z Checking foreign-types v0.3.2
23832026-05-20T23:27:33.195Z Checking tempfile v3.25.0
23842026-05-20T23:27:33.195Z Checking unicode-normalization v0.1.25
23852026-05-20T23:27:33.195Z Checking semver v1.0.28
23862026-05-20T23:27:33.195Z Checking openssl-sys v0.9.115
23872026-05-20T23:27:33.309Z Checking spin v0.9.8
23882026-05-20T23:27:33.372Z Checking unicode-ident v1.0.24
23892026-05-20T23:27:33.386Z Checking ucd-trie v0.1.7
23902026-05-20T23:27:33.489Z Checking proc-macro2 v1.0.106
23912026-05-20T23:27:33.500Z Checking schemars v0.8.22
23922026-05-20T23:27:33.512Z Checking rustls-webpki v0.103.9
23932026-05-20T23:27:33.524Z Checking pest v2.8.6
23942026-05-20T23:27:33.527Z Checking regex-automata v0.4.14
23952026-05-20T23:27:33.549Z Checking rustls-native-certs v0.8.3
23962026-05-20T23:27:33.571Z Checking openssl v0.10.79
23972026-05-20T23:27:33.620Z Checking tokio-util v0.7.18
23982026-05-20T23:27:33.672Z Checking thiserror v2.0.18
23992026-05-20T23:27:33.772Z Checking sync_wrapper v1.0.2
24002026-05-20T23:27:33.791Z Checking wait-timeout v0.2.1
24012026-05-20T23:27:33.877Z Checking powerfmt v0.2.0
24022026-05-20T23:27:33.913Z Checking pretty-hex v0.4.1
24032026-05-20T23:27:33.936Z Checking rustls v0.23.37
24042026-05-20T23:27:34.026Z Checking utf8parse v0.2.2
24052026-05-20T23:27:34.030Z Checking bit-vec v0.8.0
24062026-05-20T23:27:34.125Z Checking quick-error v1.2.3
24072026-05-20T23:27:34.150Z Checking siphasher v1.0.2
24082026-05-20T23:27:34.309Z Checking simd-adler32 v0.3.8
24092026-05-20T23:27:34.314Z Checking h2 v0.4.13
24102026-05-20T23:27:34.314Z Checking anstyle v1.0.13
24112026-05-20T23:27:34.314Z Checking bit-set v0.8.0
24122026-05-20T23:27:34.392Z Checking rusty-fork v0.3.1
24132026-05-20T23:27:34.426Z Checking anstyle-parse v0.2.7
24142026-05-20T23:27:34.448Z Checking deranged v0.5.8
24152026-05-20T23:27:34.558Z Checking tower v0.5.3
24162026-05-20T23:27:34.571Z Checking quote v1.0.45
24172026-05-20T23:27:34.585Z Compiling newtype-uuid v1.3.2
24182026-05-20T23:27:34.739Z Checking http-body-util v0.1.3
24192026-05-20T23:27:34.764Z Checking webpki-roots v1.0.6
24202026-05-20T23:27:34.881Z Checking crossbeam-utils v0.8.21
24212026-05-20T23:27:34.937Z Checking rand_xorshift v0.4.0
24222026-05-20T23:27:34.956Z Checking crc32fast v1.5.0
24232026-05-20T23:27:35.056Z Checking scroll v0.13.0
24242026-05-20T23:27:35.097Z Checking signature v2.2.0
24252026-05-20T23:27:35.209Z Checking colorchoice v1.0.4
24262026-05-20T23:27:35.225Z Checking unarray v0.1.4
24272026-05-20T23:27:35.287Z Checking unicode-properties v0.1.4
24282026-05-20T23:27:35.348Z Checking num-conv v0.2.0
24292026-05-20T23:27:35.353Z Checking ryu v1.0.23
24302026-05-20T23:27:35.353Z Checking time-core v0.1.8
24312026-05-20T23:27:35.459Z Checking iri-string v0.7.10
24322026-05-20T23:27:35.466Z Checking unicode-bidi v0.3.18
24332026-05-20T23:27:35.466Z Checking adler2 v2.0.1
24342026-05-20T23:27:35.474Z Checking is_terminal_polyfill v1.70.2
24352026-05-20T23:27:35.487Z Checking num_threads v0.1.7
24362026-05-20T23:27:35.557Z Checking anstyle-query v1.1.5
24372026-05-20T23:27:35.570Z Checking allocator-api2 v0.2.21
24382026-05-20T23:27:35.583Z Checking time v0.3.47
24392026-05-20T23:27:35.604Z Checking native-tls v0.2.18
24402026-05-20T23:27:35.646Z Checking anstream v0.6.21
24412026-05-20T23:27:35.720Z Checking stringprep v0.1.5
24422026-05-20T23:27:35.779Z Checking tokio-native-tls v0.3.1
24432026-05-20T23:27:35.843Z Checking miniz_oxide v0.8.9
24442026-05-20T23:27:35.858Z Checking serde_urlencoded v0.7.1
24452026-05-20T23:27:35.870Z Checking bstr v1.12.1
24462026-05-20T23:27:35.937Z Checking proptest v1.10.0
24472026-05-20T23:27:36.058Z Checking goblin v0.10.5
24482026-05-20T23:27:36.199Z Checking crossbeam-epoch v0.9.18
24492026-05-20T23:27:36.260Z Checking syn v2.0.117
24502026-05-20T23:27:36.294Z Checking tokio-rustls v0.26.4
24512026-05-20T23:27:36.384Z Checking tower-http v0.6.8
24522026-05-20T23:27:36.422Z Compiling daft v0.1.7
24532026-05-20T23:27:36.572Z Checking ipnetwork v0.21.1
24542026-05-20T23:27:36.667Z Checking rand_chacha v0.3.1
24552026-05-20T23:27:36.696Z Checking thiserror v1.0.69
24562026-05-20T23:27:36.710Z Checking scroll v0.12.0
24572026-05-20T23:27:36.761Z Checking zstd-sys v2.0.16+zstd.1.5.7
24582026-05-20T23:27:36.796Z Checking hash32 v0.2.1
24592026-05-20T23:27:36.875Z Checking num-integer v0.1.46
24602026-05-20T23:27:36.894Z Checking toml_datetime v0.6.11
24612026-05-20T23:27:36.924Z Checking hyper v1.8.1
24622026-05-20T23:27:36.938Z Checking serde_spanned v0.6.9
24632026-05-20T23:27:36.953Z Checking md-5 v0.10.6
24642026-05-20T23:27:37.062Z Checking ff v0.13.1
24652026-05-20T23:27:37.076Z Checking psl-types v2.0.11
24662026-05-20T23:27:37.091Z Checking fallible-iterator v0.2.0
24672026-05-20T23:27:37.101Z Checking zlib-rs v0.6.2
24682026-05-20T23:27:37.191Z Checking base16ct v0.2.0
24692026-05-20T23:27:37.206Z Checking group v0.13.0
24702026-05-20T23:27:37.320Z Checking sec1 v0.7.3
24712026-05-20T23:27:37.353Z Checking publicsuffix v2.3.0
24722026-05-20T23:27:37.367Z Checking postgres-protocol v0.6.10
24732026-05-20T23:27:37.509Z Checking num-iter v0.1.45
24742026-05-20T23:27:37.525Z Checking heapless v0.7.17
24752026-05-20T23:27:37.695Z Checking goblin v0.8.2
24762026-05-20T23:27:37.695Z Checking rand v0.8.6
24772026-05-20T23:27:37.849Z Checking hyper-util v0.1.20
24782026-05-20T23:27:37.900Z Checking zstd-safe v7.2.4
24792026-05-20T23:27:37.938Z Checking oxnet v0.1.4
24802026-05-20T23:27:37.969Z Checking flate2 v1.1.9
24812026-05-20T23:27:38.066Z Checking cookie v0.18.1
24822026-05-20T23:27:38.173Z Compiling iddqd v0.4.1
24832026-05-20T23:27:38.190Z Checking dtrace-parser v0.3.0
24842026-05-20T23:27:38.260Z Checking phf_shared v0.13.1
24852026-05-20T23:27:38.327Z Checking lazy_static v1.5.0
24862026-05-20T23:27:38.385Z Checking pin-project v1.1.11
24872026-05-20T23:27:38.422Z Checking zerocopy v0.7.35
24882026-05-20T23:27:38.434Z Checking dof v0.4.0
24892026-05-20T23:27:38.452Z Checking bzip2-sys v0.1.13+1.0.8
24902026-05-20T23:27:38.477Z Checking signal-hook v0.3.18
24912026-05-20T23:27:38.535Z Checking terminal_size v0.4.3
24922026-05-20T23:27:38.570Z Checking futures-executor v0.3.32
24932026-05-20T23:27:38.649Z Checking hkdf v0.12.4
24942026-05-20T23:27:38.661Z Checking hex v0.4.3
24952026-05-20T23:27:38.804Z Checking crypto-bigint v0.5.5
24962026-05-20T23:27:38.814Z Checking thread-id v5.1.0
24972026-05-20T23:27:38.861Z Checking encoding_rs v0.8.35
24982026-05-20T23:27:38.879Z Checking managed v0.8.0
24992026-05-20T23:27:38.900Z Checking mime v0.3.17
25002026-05-20T23:27:39.051Z Checking libbz2-rs-sys v0.2.2
25012026-05-20T23:27:39.062Z Checking bitflags v1.3.2
25022026-05-20T23:27:39.074Z Checking foldhash v0.2.0
25032026-05-20T23:27:39.105Z Checking hyper-rustls v0.27.7
25042026-05-20T23:27:40.133Z Checking hyper-tls v0.6.0
25052026-05-20T23:27:40.137Z Compiling rayon-core v1.13.0
25062026-05-20T23:27:40.137Z Checking either v1.15.0
25072026-05-20T23:27:40.137Z Checking clap_lex v1.0.0
25082026-05-20T23:27:40.137Z Checking winnow v0.5.40
25092026-05-20T23:27:40.137Z Checking same-file v1.0.6
25102026-05-20T23:27:40.137Z Checking bumpalo v3.20.2
25112026-05-20T23:27:40.137Z Checking strsim v0.11.1
25122026-05-20T23:27:40.137Z Checking winnow v0.7.14
25132026-05-20T23:27:40.137Z Checking foldhash v0.1.5
25142026-05-20T23:27:40.137Z Checking cpufeatures v0.3.0
25152026-05-20T23:27:40.137Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-05-20T23:27:40.137Z Checking elliptic-curve v0.13.8
25172026-05-20T23:27:40.137Z Checking clap_builder v4.5.60
25182026-05-20T23:27:40.137Z Checking hashbrown v0.15.5
25192026-05-20T23:27:40.137Z Checking zopfli v0.8.3
25202026-05-20T23:27:40.137Z Checking chacha20 v0.10.0
25212026-05-20T23:27:40.137Z Checking reqwest v0.12.28
25222026-05-20T23:27:40.137Z Checking walkdir v2.5.0
25232026-05-20T23:27:40.137Z Checking dof v0.3.0
25242026-05-20T23:27:40.137Z Checking bzip2 v0.6.1
25252026-05-20T23:27:40.137Z Checking hashbrown v0.16.1
25262026-05-20T23:27:40.137Z Checking smoltcp v0.9.1
25272026-05-20T23:27:40.155Z Checking usdt-impl v0.6.0
25282026-05-20T23:27:40.272Z Checking futures v0.3.32
25292026-05-20T23:27:40.354Z Checking signal-hook-mio v0.2.5
25302026-05-20T23:27:40.433Z Checking bzip2 v0.4.4
25312026-05-20T23:27:40.457Z Checking snafu v0.8.9
25322026-05-20T23:27:40.530Z Checking toml_edit v0.19.15
25332026-05-20T23:27:40.595Z Checking phf v0.13.1
25342026-05-20T23:27:40.598Z Checking num-bigint-dig v0.8.6
25352026-05-20T23:27:40.662Z Checking cookie_store v0.22.1
25362026-05-20T23:27:40.696Z Checking zstd v0.13.3
25372026-05-20T23:27:40.709Z Checking postgres-types v0.2.12
25382026-05-20T23:27:40.743Z Checking dtrace-parser v0.2.0
25392026-05-20T23:27:40.857Z Checking crossbeam-deque v0.8.6
25402026-05-20T23:27:40.881Z Checking rustls-platform-verifier v0.6.2
25412026-05-20T23:27:40.908Z Checking globset v0.4.18
25422026-05-20T23:27:41.040Z Checking regex v1.12.3
25432026-05-20T23:27:41.049Z Checking ed25519 v2.2.3
25442026-05-20T23:27:41.050Z Checking phf_shared v0.11.3
25452026-05-20T23:27:41.050Z Checking olpc-cjson v0.1.4
25462026-05-20T23:27:41.050Z Checking curve25519-dalek v4.1.3
25472026-05-20T23:27:41.154Z Checking ref-cast v1.0.25
25482026-05-20T23:27:41.154Z Checking strum v0.27.2
25492026-05-20T23:27:41.178Z Checking hubpack v0.1.2
25502026-05-20T23:27:41.189Z Checking memoffset v0.9.1
25512026-05-20T23:27:41.252Z Checking rustix v0.38.44
25522026-05-20T23:27:41.266Z Checking pkcs1 v0.7.5
25532026-05-20T23:27:41.269Z Checking pem v3.0.6
25542026-05-20T23:27:41.269Z Checking float-cmp v0.10.0
25552026-05-20T23:27:41.345Z Checking rfc6979 v0.4.0
25562026-05-20T23:27:41.402Z Checking serde_plain v1.0.2
25572026-05-20T23:27:41.416Z Checking serde-big-array v0.5.1
25582026-05-20T23:27:41.419Z Checking erased-serde v0.3.31
25592026-05-20T23:27:41.457Z Checking thread-id v4.2.2
25602026-05-20T23:27:41.538Z Checking memmap2 v0.9.10
25612026-05-20T23:27:41.550Z Checking env_filter v1.0.0
25622026-05-20T23:27:41.603Z Checking whoami v2.1.0
25632026-05-20T23:27:41.603Z Checking difflib v0.4.0
25642026-05-20T23:27:41.603Z Checking toml_write v0.1.2
25652026-05-20T23:27:41.688Z Checking typed-path v0.9.3
25662026-05-20T23:27:41.700Z Checking jiff v0.2.21
25672026-05-20T23:27:41.755Z Checking fixedbitset v0.5.7
25682026-05-20T23:27:41.758Z Checking normalize-line-endings v0.3.0
25692026-05-20T23:27:41.758Z Checking precomputed-hash v0.1.1
25702026-05-20T23:27:41.804Z Checking keccak v0.1.6
25712026-05-20T23:27:41.827Z Checking static_assertions v1.1.0
25722026-05-20T23:27:41.856Z Checking new_debug_unreachable v1.0.6
25732026-05-20T23:27:41.869Z Checking predicates-core v1.0.10
25742026-05-20T23:27:41.897Z Checking fixedbitset v0.4.2
25752026-05-20T23:27:41.926Z Checking data-encoding v2.10.0
25762026-05-20T23:27:41.954Z Checking unicode-segmentation v1.12.0
25772026-05-20T23:27:41.967Z Checking sha3 v0.10.8
25782026-05-20T23:27:41.987Z Checking predicates v3.1.4
25792026-05-20T23:27:42.049Z Checking petgraph v0.6.5
25802026-05-20T23:27:42.158Z Checking crossterm v0.28.1
25812026-05-20T23:27:42.175Z Checking petgraph v0.8.3
25822026-05-20T23:27:42.207Z Checking hickory-proto v0.25.2
25832026-05-20T23:27:42.273Z Checking similar v2.7.0
25842026-05-20T23:27:42.291Z Checking string_cache v0.8.9
25852026-05-20T23:27:42.455Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25862026-05-20T23:27:42.485Z Checking tough v0.22.0
25872026-05-20T23:27:42.652Z Checking ed25519-dalek v2.2.0
25882026-05-20T23:27:42.781Z Checking slog v2.8.2
25892026-05-20T23:27:42.882Z Checking toml_edit v0.22.27
25902026-05-20T23:27:43.055Z Checking tokio-postgres v0.7.16
25912026-05-20T23:27:43.302Z Checking usdt v0.6.0
25922026-05-20T23:27:43.473Z Checking env_logger v0.11.9
25932026-05-20T23:27:43.676Z Checking toml v0.7.8
25942026-05-20T23:27:43.752Z Checking rsa v0.9.10
25952026-05-20T23:27:43.952Z Checking zip v4.6.1
25962026-05-20T23:27:43.966Z Checking usdt-impl v0.5.0
25972026-05-20T23:27:43.983Z Checking ecdsa v0.16.9
25982026-05-20T23:27:44.246Z Checking nix v0.31.2
25992026-05-20T23:27:44.390Z Checking reqwest v0.13.2
26002026-05-20T23:27:44.495Z Checking clap v4.5.60
26012026-05-20T23:27:44.514Z Checking toml_parser v1.0.9+spec-1.1.0
26022026-05-20T23:27:44.576Z Checking zip v0.6.6
26032026-05-20T23:27:44.642Z Checking rand v0.10.0
26042026-05-20T23:27:44.735Z Checking itertools v0.13.0
26052026-05-20T23:27:44.835Z Checking serde_with v3.17.0
26062026-05-20T23:27:44.896Z Checking strum v0.26.3
26072026-05-20T23:27:44.969Z Checking fs-err v3.3.0
26082026-05-20T23:27:45.009Z Checking ahash v0.8.12
26092026-05-20T23:27:45.116Z Checking object v0.37.3
26102026-05-20T23:27:45.130Z Checking tokio-stream v0.1.18
26112026-05-20T23:27:45.181Z Checking buf-list v1.1.2
26122026-05-20T23:27:45.205Z Checking camino v1.2.2
26132026-05-20T23:27:45.237Z Checking anyhow v1.0.102
26142026-05-20T23:27:45.270Z Checking x509-cert v0.2.5
26152026-05-20T23:27:45.359Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26162026-05-20T23:27:45.506Z Checking openapiv3 v2.2.0
26172026-05-20T23:27:45.512Z Checking sha1 v0.10.6
26182026-05-20T23:27:45.512Z Checking toml_datetime v0.7.5+spec-1.1.0
26192026-05-20T23:27:45.611Z Checking peg-runtime v0.8.5
26202026-05-20T23:27:45.624Z Checking lalrpop-util v0.19.12
26212026-05-20T23:27:45.707Z Checking rayon v1.11.0
26222026-05-20T23:27:45.753Z Checking sigpipe v0.1.3
26232026-05-20T23:27:45.767Z Checking glob v0.3.3
26242026-05-20T23:27:47.315Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-05-20T23:27:47.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.30s
26262026-05-20T23:27:47.761Z
26272026-05-20T23:27:47.761Zinfo: running `cargo check --bins` on internal-dns-types (77/277)
26282026-05-20T23:27:48.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-05-20T23:27:48.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-05-20T23:27:48.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-05-20T23:27:48.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26322026-05-20T23:27:48.366Z
26332026-05-20T23:27:48.366Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/277)
26342026-05-20T23:27:48.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-05-20T23:27:48.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-05-20T23:27:48.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-05-20T23:27:48.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26382026-05-20T23:27:48.970Z
26392026-05-20T23:27:48.970Zinfo: running `cargo check --bins` on nexus-types-versions (79/277)
26402026-05-20T23:27:49.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-05-20T23:27:49.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-05-20T23:27:49.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-05-20T23:27:49.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26442026-05-20T23:27:49.591Z
26452026-05-20T23:27:49.591Zinfo: running `cargo check --bins` on oxql-types (80/277)
26462026-05-20T23:27:50.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-05-20T23:27:50.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-05-20T23:27:50.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-05-20T23:27:50.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26502026-05-20T23:27:50.194Z
26512026-05-20T23:27:50.195Zinfo: running `cargo check --bins` on oximeter-types (81/277)
26522026-05-20T23:27:50.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-05-20T23:27:50.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-05-20T23:27:50.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-05-20T23:27:50.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26562026-05-20T23:27:50.801Z
26572026-05-20T23:27:50.801Zinfo: running `cargo check --bins` on oximeter-types-versions (82/277)
26582026-05-20T23:27:51.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-05-20T23:27:51.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-05-20T23:27:51.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-05-20T23:27:51.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26622026-05-20T23:27:51.412Z
26632026-05-20T23:27:51.413Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/277)
26642026-05-20T23:27:51.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-05-20T23:27:51.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-05-20T23:27:51.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-05-20T23:27:51.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26682026-05-20T23:27:51.994Z
26692026-05-20T23:27:51.994Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/277)
26702026-05-20T23:27:52.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-05-20T23:27:52.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-05-20T23:27:52.683Z Compiling structmeta-derive v0.3.0
26732026-05-20T23:27:52.800Z Compiling rustls v0.22.4
26742026-05-20T23:27:52.810Z Compiling multer v3.1.0
26752026-05-20T23:27:52.819Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-05-20T23:27:52.819Z Compiling async-stream-impl v0.3.6
26772026-05-20T23:27:52.840Z Compiling dropshot v0.17.0
26782026-05-20T23:27:52.855Z Compiling dropshot_endpoint v0.17.0
26792026-05-20T23:27:52.855Z Compiling newtype-uuid-macros v0.1.0
26802026-05-20T23:27:52.994Z Checking newtype-uuid v1.3.2
26812026-05-20T23:27:53.035Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-05-20T23:27:53.103Z Checking rustls-webpki v0.102.8
26832026-05-20T23:27:53.200Z Checking daft v0.1.7
26842026-05-20T23:27:53.214Z Checking thread_local v1.1.9
26852026-05-20T23:27:53.380Z Checking compression-core v0.4.31
26862026-05-20T23:27:53.427Z Checking match_cfg v0.1.0
26872026-05-20T23:27:53.443Z Checking iddqd v0.4.1
26882026-05-20T23:27:53.555Z Checking crossbeam-channel v0.5.15
26892026-05-20T23:27:53.559Z Checking hostname v0.3.1
26902026-05-20T23:27:53.559Z Checking compression-codecs v0.4.37
26912026-05-20T23:27:53.595Z Checking slog-json v2.6.1
26922026-05-20T23:27:53.623Z Checking toml_datetime v1.0.0+spec-1.1.0
26932026-05-20T23:27:53.674Z Checking serde_spanned v1.0.4
26942026-05-20T23:27:53.754Z Checking is-terminal v0.4.17
26952026-05-20T23:27:53.794Z Checking toml_writer v1.0.6+spec-1.1.0
26962026-05-20T23:27:53.807Z Checking debug-ignore v1.0.5
26972026-05-20T23:27:53.822Z Checking term v1.2.1
26982026-05-20T23:27:53.842Z Checking take_mut v0.2.2
26992026-05-20T23:27:53.856Z Compiling structmeta v0.3.0
27002026-05-20T23:27:53.901Z Checking slog-bunyan v2.5.0
27012026-05-20T23:27:53.945Z Checking slog-async v2.8.0
27022026-05-20T23:27:53.968Z Checking toml v1.0.6+spec-1.1.0
27032026-05-20T23:27:54.018Z Checking async-compression v0.4.41
27042026-05-20T23:27:54.043Z Checking slog-term v2.9.2
27052026-05-20T23:27:54.065Z Compiling derive-ex v0.1.8
27062026-05-20T23:27:54.120Z Compiling parse-display-derive v0.10.0
27072026-05-20T23:27:54.263Z Checking async-stream v0.3.6
27082026-05-20T23:27:54.295Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-05-20T23:27:54.362Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-05-20T23:27:54.390Z Checking progenitor-client v0.14.0
27112026-05-20T23:27:54.491Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-05-20T23:27:54.542Z Checking waitgroup v0.1.2
27132026-05-20T23:27:54.556Z Checking backon v1.6.0
27142026-05-20T23:27:54.619Z Checking rustls-pemfile v2.2.0
27152026-05-20T23:27:54.646Z Checking serde_path_to_error v0.1.20
27162026-05-20T23:27:54.660Z Checking hostname v0.4.2
27172026-05-20T23:27:54.718Z Checking instant v0.1.13
27182026-05-20T23:27:54.805Z Checking backoff v0.4.0
27192026-05-20T23:27:54.911Z Checking progenitor-extras v0.2.0
27202026-05-20T23:27:54.937Z Checking tokio-rustls v0.25.0
27212026-05-20T23:27:55.979Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-05-20T23:27:55.982Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-05-20T23:27:55.982Z Checking itertools v0.14.0
27242026-05-20T23:27:55.982Z Checking progenitor-client v0.10.0
27252026-05-20T23:27:55.982Z Checking regress v0.10.5
27262026-05-20T23:27:55.982Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27272026-05-20T23:27:55.982Z Checking macaddr v1.0.1
27282026-05-20T23:27:55.982Z Compiling test-strategy v0.4.5
27292026-05-20T23:27:55.982Z Checking parse-display v0.10.0
27302026-05-20T23:27:55.982Z Checking humantime v2.3.0
27312026-05-20T23:27:57.093Z Compiling prettyplease v0.2.37
27322026-05-20T23:27:57.266Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-05-20T23:27:57.459Z Checking num-rational v0.4.2
27342026-05-20T23:27:57.638Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-05-20T23:27:57.942Z Checking num-complex v0.4.6
27362026-05-20T23:27:58.646Z Compiling num v0.4.3
27372026-05-20T23:27:58.727Z Compiling usdt-attr-macro v0.5.0
27382026-05-20T23:27:58.741Z Compiling usdt-macro v0.5.0
27392026-05-20T23:27:58.741Z Checking memmap v0.7.0
27402026-05-20T23:27:58.765Z Checking float-ord v0.3.2
27412026-05-20T23:27:58.866Z Compiling convert_case v0.4.0
27422026-05-20T23:27:58.879Z Checking unicode-width v0.2.0
27432026-05-20T23:27:59.177Z Checking console v0.15.11
27442026-05-20T23:27:59.331Z Compiling derive_more v0.99.20
27452026-05-20T23:27:59.414Z Checking newline-converter v0.3.0
27462026-05-20T23:27:59.451Z Checking atomicwrites v0.4.4
27472026-05-20T23:27:59.495Z Checking usdt v0.5.0
27482026-05-20T23:27:59.524Z Compiling toml v0.8.23
27492026-05-20T23:27:59.582Z Checking linked-hash-map v0.5.6
27502026-05-20T23:27:59.666Z Compiling minimal-lexical v0.2.1
27512026-05-20T23:27:59.753Z Checking lru-cache v0.1.2
27522026-05-20T23:27:59.877Z Compiling nom v7.1.3
27532026-05-20T23:27:59.925Z Checking expectorate v1.2.0
27542026-05-20T23:28:00.475Z Checking camino-tempfile v1.4.1
27552026-05-20T23:28:00.587Z Checking hickory-proto v0.24.4
27562026-05-20T23:28:00.637Z Checking phf_shared v0.12.1
27572026-05-20T23:28:00.785Z Compiling slog-dtrace v0.3.0
27582026-05-20T23:28:00.849Z Checking resolv-conf v0.7.6
27592026-05-20T23:28:00.976Z Compiling chrono-tz v0.10.4
27602026-05-20T23:28:01.041Z Checking heck v0.5.0
27612026-05-20T23:28:01.173Z Compiling const_format_proc_macros v0.2.34
27622026-05-20T23:28:01.212Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27632026-05-20T23:28:01.226Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-05-20T23:28:01.241Z Checking phf v0.12.1
27652026-05-20T23:28:01.385Z Checking tokio-dtrace v0.1.1
27662026-05-20T23:28:01.590Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672026-05-20T23:28:01.693Z Compiling derive-where v1.6.0
27682026-05-20T23:28:01.857Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27692026-05-20T23:28:02.146Z Checking highway v1.3.0
27702026-05-20T23:28:02.487Z Checking const_format v0.2.35
27712026-05-20T23:28:02.493Z Checking hickory-resolver v0.24.4
27722026-05-20T23:28:02.701Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-05-20T23:28:02.707Z Checking oxide-tokio-rt v0.1.4
27742026-05-20T23:28:02.784Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27752026-05-20T23:28:02.994Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-05-20T23:28:03.066Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-05-20T23:28:03.139Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27782026-05-20T23:28:03.156Z Checking qorb v0.4.1
27792026-05-20T23:28:03.334Z Checking gethostname v0.5.0
27802026-05-20T23:28:03.350Z Checking bcs v0.1.6
27812026-05-20T23:28:03.363Z Checking termtree v0.5.1
27822026-05-20T23:28:06.556Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-05-20T23:28:09.279Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-05-20T23:28:11.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.41s
27852026-05-20T23:28:11.598Z
27862026-05-20T23:28:11.598Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/277)
27872026-05-20T23:28:12.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-05-20T23:28:12.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-05-20T23:28:12.300Z Compiling ar_archive_writer v0.5.1
27902026-05-20T23:28:12.412Z Compiling stacker v0.1.23
27912026-05-20T23:28:12.421Z Compiling cfg_aliases v0.1.1
27922026-05-20T23:28:12.429Z Compiling convert_case v0.10.0
27932026-05-20T23:28:12.432Z Checking unicode-width v0.1.14
27942026-05-20T23:28:12.447Z Compiling proc-macro-error v1.0.4
27952026-05-20T23:28:12.458Z Checking fd-lock v4.0.4
27962026-05-20T23:28:12.458Z Checking nibble_vec v0.1.0
27972026-05-20T23:28:12.481Z Compiling nix v0.28.0
27982026-05-20T23:28:12.575Z Checking vte v0.14.1
27992026-05-20T23:28:12.588Z Compiling recursive-proc-macro-impl v0.1.1
28002026-05-20T23:28:12.671Z Checking endian-type v0.1.2
28012026-05-20T23:28:12.683Z Checking bytecount v0.6.9
28022026-05-20T23:28:12.726Z Compiling derive_more-impl v2.1.1
28032026-05-20T23:28:12.726Z Checking strip-ansi-escapes v0.2.1
28042026-05-20T23:28:12.848Z Compiling tabled_derive v0.7.0
28052026-05-20T23:28:12.855Z Checking papergrid v0.11.0
28062026-05-20T23:28:12.855Z Checking radix_trie v0.2.1
28072026-05-20T23:28:12.855Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-05-20T23:28:12.981Z Compiling peg-macros v0.8.5
28092026-05-20T23:28:12.995Z Checking winnow v0.6.26
28102026-05-20T23:28:13.247Z Compiling psm v0.1.30
28112026-05-20T23:28:13.313Z Compiling sqlparser_derive v0.5.0
28122026-05-20T23:28:13.383Z Checking unicode_categories v0.1.1
28132026-05-20T23:28:13.529Z Checking derive_more v2.1.1
28142026-05-20T23:28:13.553Z Checking nu-ansi-term v0.50.3
28152026-05-20T23:28:13.615Z Checking home v0.5.12
28162026-05-20T23:28:13.719Z Checking tabled v0.15.0
28172026-05-20T23:28:13.731Z Checking crossterm v0.29.0
28182026-05-20T23:28:13.768Z Checking reedline v0.40.0
28192026-05-20T23:28:13.781Z Checking rustyline v14.0.0
28202026-05-20T23:28:14.019Z Checking recursive v0.1.1
28212026-05-20T23:28:14.125Z Checking sqlparser v0.61.0
28222026-05-20T23:28:14.141Z Checking display-error-chain v0.2.2
28232026-05-20T23:28:14.155Z Checking sqlformat v0.3.5
28242026-05-20T23:28:14.342Z Checking peg v0.8.5
28252026-05-20T23:28:25.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
28262026-05-20T23:28:25.591Z
28272026-05-20T23:28:25.591Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/277)
28282026-05-20T23:28:26.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-20T23:28:26.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-20T23:28:26.283Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-20T23:28:29.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28322026-05-20T23:28:29.927Z
28332026-05-20T23:28:29.928Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/277)
28342026-05-20T23:28:30.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-20T23:28:30.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-20T23:28:30.619Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-20T23:28:33.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28382026-05-20T23:28:33.286Z
28392026-05-20T23:28:33.286Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/277)
28402026-05-20T23:28:33.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-20T23:28:33.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-20T23:28:33.960Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-20T23:28:37.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28442026-05-20T23:28:37.453Z
28452026-05-20T23:28:37.453Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/277)
28462026-05-20T23:28:37.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-20T23:28:37.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-20T23:28:38.051Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-20T23:28:41.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28502026-05-20T23:28:41.502Z
28512026-05-20T23:28:41.502Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/277)
28522026-05-20T23:28:42.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-20T23:28:42.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-20T23:28:42.184Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-20T23:28:44.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28562026-05-20T23:28:44.982Z
28572026-05-20T23:28:44.982Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/277)
28582026-05-20T23:28:45.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-20T23:28:45.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-20T23:28:45.663Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-20T23:28:48.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28622026-05-20T23:28:48.475Z
28632026-05-20T23:28:48.475Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/277)
28642026-05-20T23:28:48.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-20T23:28:49.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-20T23:28:49.157Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-05-20T23:28:52.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28682026-05-20T23:28:52.755Z
28692026-05-20T23:28:52.755Zinfo: running `cargo check --bins` on oximeter (93/277)
28702026-05-20T23:28:53.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-20T23:28:53.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-20T23:28:53.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-05-20T23:28:53.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28742026-05-20T23:28:53.366Z
28752026-05-20T23:28:53.366Zinfo: running `cargo check --bins` on oximeter-schema (94/277)
28762026-05-20T23:28:53.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-05-20T23:28:53.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-05-20T23:28:54.009Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-05-20T23:28:54.174Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-05-20T23:28:54.177Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-05-20T23:28:54.509Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-05-20T23:28:57.430Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-05-20T23:28:58.639Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-05-20T23:28:58.830Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-05-20T23:28:59.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
28862026-05-20T23:28:59.666Z
28872026-05-20T23:28:59.666Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/277)
28882026-05-20T23:29:00.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-20T23:29:00.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-20T23:29:00.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-20T23:29:00.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28922026-05-20T23:29:00.270Z
28932026-05-20T23:29:00.270Zinfo: running `cargo check --bins` on oximeter-test-utils (96/277)
28942026-05-20T23:29:00.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-20T23:29:00.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-20T23:29:00.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-20T23:29:00.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28982026-05-20T23:29:00.921Z
28992026-05-20T23:29:00.921Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/277)
29002026-05-20T23:29:01.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-20T23:29:01.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-20T23:29:01.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-20T23:29:01.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-05-20T23:29:01.536Z
29052026-05-20T23:29:01.536Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/277)
29062026-05-20T23:29:02.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-20T23:29:02.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-20T23:29:02.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-20T23:29:02.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29102026-05-20T23:29:02.180Z
29112026-05-20T23:29:02.180Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/277)
29122026-05-20T23:29:02.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-20T23:29:02.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-20T23:29:02.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-20T23:29:02.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29162026-05-20T23:29:02.783Z
29172026-05-20T23:29:02.783Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/277)
29182026-05-20T23:29:03.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-20T23:29:03.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-20T23:29:03.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-20T23:29:03.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29222026-05-20T23:29:03.399Z
29232026-05-20T23:29:03.399Zinfo: running `cargo check --bins` on trust-quorum-types (101/277)
29242026-05-20T23:29:03.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-20T23:29:03.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-20T23:29:03.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-20T23:29:03.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-05-20T23:29:03.998Z
29292026-05-20T23:29:03.998Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/277)
29302026-05-20T23:29:05.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-20T23:29:05.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-20T23:29:05.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-20T23:29:05.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29342026-05-20T23:29:05.188Z
29352026-05-20T23:29:05.188Zinfo: running `cargo check --bins` on update-engine (103/277)
29362026-05-20T23:29:05.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-20T23:29:05.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-20T23:29:05.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-05-20T23:29:05.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29402026-05-20T23:29:05.226Z
29412026-05-20T23:29:05.226Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/277)
29422026-05-20T23:29:05.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-05-20T23:29:05.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-05-20T23:29:05.960Z Compiling crucible-workspace-hack v0.1.0
29452026-05-20T23:29:06.078Z Checking secrecy v0.10.3
29462026-05-20T23:29:06.086Z Compiling heapless v0.8.0
29472026-05-20T23:29:06.093Z Compiling ingot-macros v0.1.1
29482026-05-20T23:29:06.101Z Compiling toml_edit v0.23.10+spec-1.0.0
29492026-05-20T23:29:06.101Z Checking hash32 v0.3.1
29502026-05-20T23:29:06.122Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29512026-05-20T23:29:06.122Z Compiling smoltcp v0.11.0
29522026-05-20T23:29:06.183Z Checking cobs v0.3.0
29532026-05-20T23:29:06.308Z Compiling thiserror-impl-no-std v2.0.2
29542026-05-20T23:29:06.333Z Checking universal-hash v0.5.1
29552026-05-20T23:29:06.333Z Checking half v2.7.1
29562026-05-20T23:29:06.358Z Checking opaque-debug v0.3.1
29572026-05-20T23:29:06.441Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-05-20T23:29:06.469Z Checking ciborium-io v0.2.2
29592026-05-20T23:29:06.500Z Checking poly1305 v0.8.0
29602026-05-20T23:29:06.575Z Checking postcard v1.1.3
29612026-05-20T23:29:06.595Z Checking ciborium-ll v0.2.2
29622026-05-20T23:29:06.641Z Compiling proc-macro-crate v3.4.0
29632026-05-20T23:29:06.779Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29642026-05-20T23:29:06.796Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652026-05-20T23:29:06.882Z Checking password-hash v0.5.0
29662026-05-20T23:29:07.072Z Checking chacha20 v0.9.1
29672026-05-20T23:29:07.088Z Compiling proc-macro-crate v1.3.1
29682026-05-20T23:29:07.116Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29692026-05-20T23:29:07.157Z Checking blake2 v0.10.6
29702026-05-20T23:29:07.218Z Compiling num_enum_derive v0.7.5
29712026-05-20T23:29:07.269Z Checking aead v0.5.2
29722026-05-20T23:29:07.435Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29732026-05-20T23:29:07.442Z Compiling foreign-types-macros v0.2.3
29742026-05-20T23:29:07.442Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29752026-05-20T23:29:07.442Z Checking thiserror-no-std v2.0.2
29762026-05-20T23:29:07.499Z Checking foreign-types-shared v0.3.1
29772026-05-20T23:29:07.521Z Checking vsss-rs v3.3.4
29782026-05-20T23:29:07.556Z Compiling num_enum_derive v0.5.11
29792026-05-20T23:29:07.592Z Checking chacha20poly1305 v0.10.1
29802026-05-20T23:29:07.655Z Checking argon2 v0.5.3
29812026-05-20T23:29:07.718Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29822026-05-20T23:29:07.982Z Checking foreign-types v0.5.0
29832026-05-20T23:29:08.063Z Checking ciborium v0.2.2
29842026-05-20T23:29:08.098Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-05-20T23:29:08.212Z Checking tabwriter v1.4.1
29862026-05-20T23:29:08.268Z Checking num_enum v0.7.5
29872026-05-20T23:29:08.355Z Checking byte-wrapper v0.1.0
29882026-05-20T23:29:08.381Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-05-20T23:29:08.399Z Checking cstr-argument v0.1.2
29902026-05-20T23:29:08.561Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29912026-05-20T23:29:08.564Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-05-20T23:29:08.564Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29932026-05-20T23:29:08.577Z Checking num_enum v0.5.11
29942026-05-20T23:29:08.619Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952026-05-20T23:29:08.687Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-05-20T23:29:08.721Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29972026-05-20T23:29:08.808Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29982026-05-20T23:29:08.858Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29992026-05-20T23:29:08.889Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30002026-05-20T23:29:08.915Z Checking colored v3.1.1
30012026-05-20T23:29:08.930Z Checking indent_write v2.2.0
30022026-05-20T23:29:08.933Z Checking ingot-types v0.1.2
30032026-05-20T23:29:09.056Z Compiling zone_cfg_derive v0.3.1
30042026-05-20T23:29:09.074Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30052026-05-20T23:29:09.175Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30062026-05-20T23:29:09.189Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30072026-05-20T23:29:09.204Z Checking itertools v0.12.1
30082026-05-20T23:29:09.244Z Compiling num-derive v0.4.2
30092026-05-20T23:29:09.287Z Checking swrite v0.1.0
30102026-05-20T23:29:09.302Z Checking ingot v0.1.1
30112026-05-20T23:29:09.346Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30122026-05-20T23:29:09.378Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30132026-05-20T23:29:09.548Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30142026-05-20T23:29:09.689Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30152026-05-20T23:29:09.703Z Checking dropshot-api-manager-types v0.7.2
30162026-05-20T23:29:09.719Z Checking smf v0.2.3
30172026-05-20T23:29:09.734Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30182026-05-20T23:29:09.800Z Checking nanorand v0.7.0
30192026-05-20T23:29:09.872Z Checking whoami v1.6.1
30202026-05-20T23:29:09.925Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30212026-05-20T23:29:09.994Z Checking flume v0.11.1
30222026-05-20T23:29:10.161Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30232026-05-20T23:29:10.212Z Checking zone v0.3.1
30242026-05-20T23:29:10.846Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30252026-05-20T23:29:11.913Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30262026-05-20T23:29:12.719Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30272026-05-20T23:29:15.825Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30282026-05-20T23:29:17.868Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30292026-05-20T23:29:18.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
30302026-05-20T23:29:19.162Z
30312026-05-20T23:29:19.162Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/277)
30322026-05-20T23:29:19.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-05-20T23:29:19.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-05-20T23:29:19.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-05-20T23:29:19.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30362026-05-20T23:29:19.779Z
30372026-05-20T23:29:19.779Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/277)
30382026-05-20T23:29:20.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-05-20T23:29:20.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-05-20T23:29:20.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-05-20T23:29:20.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30422026-05-20T23:29:20.388Z
30432026-05-20T23:29:20.389Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/277)
30442026-05-20T23:29:20.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-20T23:29:20.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-20T23:29:20.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-20T23:29:20.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30482026-05-20T23:29:21.009Z
30492026-05-20T23:29:21.009Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/277)
30502026-05-20T23:29:21.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-20T23:29:21.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-20T23:29:21.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-20T23:29:21.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30542026-05-20T23:29:21.630Z
30552026-05-20T23:29:21.630Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/277)
30562026-05-20T23:29:22.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-20T23:29:22.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-20T23:29:22.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-20T23:29:22.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30602026-05-20T23:29:22.251Z
30612026-05-20T23:29:22.252Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/277)
30622026-05-20T23:29:22.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-20T23:29:22.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-20T23:29:22.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-20T23:29:22.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30662026-05-20T23:29:22.865Z
30672026-05-20T23:29:22.865Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/277)
30682026-05-20T23:29:23.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-20T23:29:23.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-20T23:29:23.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-20T23:29:23.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30722026-05-20T23:29:23.483Z
30732026-05-20T23:29:23.483Zinfo: running `cargo check --bins` on cockroach-admin-client (112/277)
30742026-05-20T23:29:23.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-20T23:29:23.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-20T23:29:23.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-20T23:29:23.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30782026-05-20T23:29:24.082Z
30792026-05-20T23:29:24.082Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/277)
30802026-05-20T23:29:24.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-20T23:29:24.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-20T23:29:24.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-20T23:29:24.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30842026-05-20T23:29:24.697Z
30852026-05-20T23:29:24.697Zinfo: running `cargo check --bins` on dns-service-client (114/277)
30862026-05-20T23:29:25.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-20T23:29:25.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-20T23:29:25.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-20T23:29:25.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30902026-05-20T23:29:25.359Z
30912026-05-20T23:29:25.359Zinfo: running `cargo check --bins` on installinator-client (115/277)
30922026-05-20T23:29:25.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-20T23:29:25.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-20T23:29:25.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-20T23:29:25.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30962026-05-20T23:29:25.930Z
30972026-05-20T23:29:25.930Zinfo: running `cargo check --bins` on nexus-client (116/277)
30982026-05-20T23:29:26.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-20T23:29:26.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-20T23:29:26.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-20T23:29:26.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31022026-05-20T23:29:26.578Z
31032026-05-20T23:29:26.578Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/277)
31042026-05-20T23:29:27.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-20T23:29:27.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-20T23:29:27.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-20T23:29:27.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31082026-05-20T23:29:27.227Z
31092026-05-20T23:29:27.227Zinfo: running `cargo check --bins` on ntp-admin-client (118/277)
31102026-05-20T23:29:27.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-20T23:29:27.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-20T23:29:27.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-20T23:29:27.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31142026-05-20T23:29:27.826Z
31152026-05-20T23:29:27.826Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/277)
31162026-05-20T23:29:28.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-20T23:29:28.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-20T23:29:28.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-20T23:29:28.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31202026-05-20T23:29:28.427Z
31212026-05-20T23:29:28.427Zinfo: running `cargo check --bins` on oxide-client (120/277)
31222026-05-20T23:29:28.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-20T23:29:28.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-20T23:29:28.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-20T23:29:28.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31262026-05-20T23:29:29.028Z
31272026-05-20T23:29:29.028Zinfo: running `cargo check --bins` on oximeter-client (121/277)
31282026-05-20T23:29:29.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-20T23:29:29.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-20T23:29:29.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-20T23:29:29.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31322026-05-20T23:29:29.642Z
31332026-05-20T23:29:29.642Zinfo: running `cargo check --bins` on repo-depot-client (122/277)
31342026-05-20T23:29:30.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-20T23:29:30.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-20T23:29:30.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-20T23:29:30.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31382026-05-20T23:29:30.244Z
31392026-05-20T23:29:30.244Zinfo: running `cargo check --bins` on sled-agent-client (123/277)
31402026-05-20T23:29:30.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-20T23:29:30.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-20T23:29:30.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-20T23:29:30.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31442026-05-20T23:29:30.944Z
31452026-05-20T23:29:30.944Zinfo: running `cargo check --bins` on wicketd-client (124/277)
31462026-05-20T23:29:31.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-20T23:29:31.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-20T23:29:31.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-20T23:29:31.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31502026-05-20T23:29:31.503Z
31512026-05-20T23:29:31.504Zinfo: running `cargo check --bins` on installinator-common (125/277)
31522026-05-20T23:29:32.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-20T23:29:32.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-20T23:29:32.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-20T23:29:32.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31562026-05-20T23:29:32.132Z
31572026-05-20T23:29:32.133Zinfo: running `cargo check --bins` on installinator-common-versions (126/277)
31582026-05-20T23:29:32.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-20T23:29:32.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-20T23:29:32.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-20T23:29:32.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31622026-05-20T23:29:32.792Z
31632026-05-20T23:29:32.793Zinfo: running `cargo check --bins` on wicket-common (127/277)
31642026-05-20T23:29:33.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-20T23:29:33.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-20T23:29:33.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-20T23:29:33.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31682026-05-20T23:29:33.357Z
31692026-05-20T23:29:33.357Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/277)
31702026-05-20T23:29:33.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-20T23:29:33.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-20T23:29:34.061Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31732026-05-20T23:29:34.178Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31742026-05-20T23:29:34.305Z Checking csv-core v0.1.13
31752026-05-20T23:29:34.317Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31762026-05-20T23:29:34.317Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31772026-05-20T23:29:34.317Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31782026-05-20T23:29:34.317Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31792026-05-20T23:29:34.317Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-05-20T23:29:34.339Z Checking csv v1.4.0
31812026-05-20T23:29:34.384Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31822026-05-20T23:29:34.399Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31832026-05-20T23:29:34.425Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31842026-05-20T23:29:34.439Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31852026-05-20T23:29:34.677Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31862026-05-20T23:29:35.041Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31872026-05-20T23:29:35.041Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31882026-05-20T23:29:35.428Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31892026-05-20T23:29:41.273Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31902026-05-20T23:29:41.803Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31912026-05-20T23:29:44.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.78s
31922026-05-20T23:29:44.376Z
31932026-05-20T23:29:44.376Zinfo: running `cargo check --bins` on cockroach-admin-api (129/277)
31942026-05-20T23:29:44.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-05-20T23:29:44.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-05-20T23:29:44.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-05-20T23:29:44.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31982026-05-20T23:29:44.950Z
31992026-05-20T23:29:44.950Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/277)
32002026-05-20T23:29:45.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-05-20T23:29:45.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-05-20T23:29:45.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-05-20T23:29:45.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32042026-05-20T23:29:45.649Z
32052026-05-20T23:29:45.649Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/277)
32062026-05-20T23:29:46.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-20T23:29:46.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-20T23:29:46.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-20T23:29:46.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32102026-05-20T23:29:46.352Z
32112026-05-20T23:29:46.352Zinfo: running `cargo check --bins` on gateway-test-utils (132/277)
32122026-05-20T23:29:46.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-20T23:29:46.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-20T23:29:46.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-20T23:29:46.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32162026-05-20T23:29:47.025Z
32172026-05-20T23:29:47.025Zinfo: running `cargo check --bins` on omicron-gateway (133/277)
32182026-05-20T23:29:47.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-20T23:29:47.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-20T23:29:47.800Z Compiling regress v0.11.1
32212026-05-20T23:29:47.938Z Compiling unsafe-libyaml v0.2.11
32222026-05-20T23:29:47.951Z Compiling semver v0.1.20
32232026-05-20T23:29:47.951Z Compiling radium v0.7.0
32242026-05-20T23:29:47.976Z Checking tap v1.0.1
32252026-05-20T23:29:47.980Z Compiling maybe-uninit v2.0.0
32262026-05-20T23:29:48.003Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-05-20T23:29:48.076Z Checking wyz v0.5.1
32282026-05-20T23:29:48.223Z Compiling rustc_version v0.1.7
32292026-05-20T23:29:48.251Z Checking progenitor-client v0.13.0
32302026-05-20T23:29:48.336Z Compiling zerocopy-derive v0.6.6
32312026-05-20T23:29:48.472Z Compiling serde_yaml v0.9.34+deprecated
32322026-05-20T23:29:48.494Z Compiling newtype_derive v0.1.6
32332026-05-20T23:29:48.509Z Compiling cancel-safe-futures v0.1.5
32342026-05-20T23:29:48.680Z Compiling packed_struct v0.10.1
32352026-05-20T23:29:48.694Z Compiling owo-colors v4.3.0
32362026-05-20T23:29:48.716Z Checking funty v2.0.0
32372026-05-20T23:29:48.926Z Checking crc-catalog v2.4.0
32382026-05-20T23:29:49.030Z Checking crc v3.4.0
32392026-05-20T23:29:49.044Z Checking bitvec v1.0.1
32402026-05-20T23:29:49.182Z Checking zerocopy v0.6.6
32412026-05-20T23:29:49.210Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32422026-05-20T23:29:49.227Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-05-20T23:29:49.377Z Checking typify-impl v0.6.2
32442026-05-20T23:29:49.511Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32452026-05-20T23:29:49.564Z Compiling packed_struct_codegen v0.10.1
32462026-05-20T23:29:49.759Z Checking libsw-core v0.3.2
32472026-05-20T23:29:49.775Z Compiling bitfield-macros v0.19.4
32482026-05-20T23:29:49.966Z Compiling indexmap v1.9.3
32492026-05-20T23:29:49.970Z Checking nodrop v0.1.14
32502026-05-20T23:29:50.031Z Checking array-init v0.0.4
32512026-05-20T23:29:50.128Z Checking libsw v3.5.0
32522026-05-20T23:29:50.282Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-05-20T23:29:50.332Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-05-20T23:29:50.357Z Checking smallvec v0.6.14
32552026-05-20T23:29:50.476Z Checking bitfield v0.19.4
32562026-05-20T23:29:50.511Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-05-20T23:29:50.680Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32582026-05-20T23:29:50.746Z Checking unicode-linebreak v0.1.5
32592026-05-20T23:29:50.795Z Checking linear-map v1.2.0
32602026-05-20T23:29:50.810Z Checking smawk v0.3.2
32612026-05-20T23:29:50.931Z Checking tagptr v0.2.0
32622026-05-20T23:29:50.945Z Checking base64 v0.21.7
32632026-05-20T23:29:50.959Z Checking hashbrown v0.12.3
32642026-05-20T23:29:50.974Z Checking textwrap v0.16.2
32652026-05-20T23:29:51.085Z Checking moka v0.12.13
32662026-05-20T23:29:51.160Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-05-20T23:29:51.177Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32682026-05-20T23:29:51.192Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32692026-05-20T23:29:51.195Z Checking ron v0.8.1
32702026-05-20T23:29:51.329Z Checking steno v0.4.1
32712026-05-20T23:29:51.691Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32722026-05-20T23:29:51.706Z Checking serde-hex v0.1.0
32732026-05-20T23:29:51.709Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32742026-05-20T23:29:51.775Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32752026-05-20T23:29:51.926Z Checking hashbrown v0.13.2
32762026-05-20T23:29:52.010Z Checking crc-any v2.5.0
32772026-05-20T23:29:52.201Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32782026-05-20T23:29:52.356Z Checking object v0.30.4
32792026-05-20T23:29:52.371Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-05-20T23:29:52.386Z Checking hickory-resolver v0.25.2
32812026-05-20T23:29:52.418Z Checking hickory-proto v0.26.1
32822026-05-20T23:29:52.492Z Checking void v1.0.2
32832026-05-20T23:29:52.532Z Checking path-slash v0.1.5
32842026-05-20T23:29:52.601Z Checking utf-8 v0.7.6
32852026-05-20T23:29:52.638Z Checking half v1.8.3
32862026-05-20T23:29:52.741Z Checking tungstenite v0.23.0
32872026-05-20T23:29:52.841Z Checking serde_cbor v0.11.2
32882026-05-20T23:29:53.087Z Checking lzss v0.8.2
32892026-05-20T23:29:53.313Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32902026-05-20T23:29:53.320Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32912026-05-20T23:29:53.320Z Checking nix v0.27.1
32922026-05-20T23:29:53.320Z Checking kstat-rs v0.2.4
32932026-05-20T23:29:53.373Z Checking fxhash v0.2.1
32942026-05-20T23:29:53.460Z Checking serde_bytes v0.11.19
32952026-05-20T23:29:53.481Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-05-20T23:29:53.495Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32972026-05-20T23:29:53.635Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32982026-05-20T23:29:53.717Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-05-20T23:29:53.733Z Checking tokio-tungstenite v0.23.1
33002026-05-20T23:29:53.789Z Checking signal-hook-tokio v0.3.1
33012026-05-20T23:29:54.025Z Compiling typify-macro v0.6.2
33022026-05-20T23:29:54.698Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33032026-05-20T23:29:55.164Z Compiling typify v0.6.2
33042026-05-20T23:29:55.241Z Compiling progenitor-impl v0.13.0
33052026-05-20T23:29:55.241Z Compiling progenitor-impl v0.14.0
33062026-05-20T23:29:55.589Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33072026-05-20T23:29:55.913Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33082026-05-20T23:29:56.835Z Compiling progenitor-macro v0.14.0
33092026-05-20T23:29:56.862Z Compiling progenitor-macro v0.13.0
33102026-05-20T23:29:59.467Z Checking progenitor v0.13.0
33112026-05-20T23:29:59.470Z Checking progenitor v0.14.0
33122026-05-20T23:29:59.600Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33132026-05-20T23:29:59.605Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-05-20T23:30:02.629Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33152026-05-20T23:30:10.271Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-05-20T23:30:16.698Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-05-20T23:30:18.063Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33182026-05-20T23:30:18.578Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-05-20T23:30:20.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.63s
33202026-05-20T23:30:20.859Z
33212026-05-20T23:30:20.859Zinfo: running `cargo check --bins` on gateway-api (134/277)
33222026-05-20T23:30:21.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-05-20T23:30:21.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-05-20T23:30:21.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-05-20T23:30:21.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33262026-05-20T23:30:21.473Z
33272026-05-20T23:30:21.473Zinfo: running `cargo check --bins` on ipcc (135/277)
33282026-05-20T23:30:21.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-05-20T23:30:21.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-05-20T23:30:21.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-05-20T23:30:21.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33322026-05-20T23:30:22.091Z
33332026-05-20T23:30:22.091Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/277)
33342026-05-20T23:30:22.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-20T23:30:22.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-20T23:30:22.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-20T23:30:22.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33382026-05-20T23:30:22.688Z
33392026-05-20T23:30:22.688Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/277)
33402026-05-20T23:30:23.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-20T23:30:23.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-20T23:30:23.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-20T23:30:23.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33442026-05-20T23:30:23.311Z
33452026-05-20T23:30:23.311Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/277)
33462026-05-20T23:30:23.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-20T23:30:23.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-20T23:30:23.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-20T23:30:23.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33502026-05-20T23:30:23.931Z
33512026-05-20T23:30:23.931Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/277)
33522026-05-20T23:30:24.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-20T23:30:24.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-20T23:30:24.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-20T23:30:24.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33562026-05-20T23:30:24.547Z
33572026-05-20T23:30:24.547Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/277)
33582026-05-20T23:30:25.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-20T23:30:25.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-20T23:30:25.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-20T23:30:25.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33622026-05-20T23:30:25.162Z
33632026-05-20T23:30:25.162Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/277)
33642026-05-20T23:30:25.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-20T23:30:25.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-20T23:30:25.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-20T23:30:25.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-05-20T23:30:25.797Z
33692026-05-20T23:30:25.797Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/277)
33702026-05-20T23:30:26.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-20T23:30:26.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-20T23:30:26.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-20T23:30:26.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33742026-05-20T23:30:26.387Z
33752026-05-20T23:30:26.387Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/277)
33762026-05-20T23:30:26.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-20T23:30:26.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-20T23:30:26.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-20T23:30:26.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33802026-05-20T23:30:26.997Z
33812026-05-20T23:30:26.997Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/277)
33822026-05-20T23:30:27.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-20T23:30:27.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-20T23:30:27.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-20T23:30:27.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-05-20T23:30:27.609Z
33872026-05-20T23:30:27.609Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/277)
33882026-05-20T23:30:28.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-20T23:30:28.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-20T23:30:28.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-20T23:30:28.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-05-20T23:30:28.224Z
33932026-05-20T23:30:28.224Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/277)
33942026-05-20T23:30:28.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-20T23:30:28.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-20T23:30:28.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-20T23:30:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-05-20T23:30:28.838Z
33992026-05-20T23:30:28.838Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/277)
34002026-05-20T23:30:29.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-20T23:30:29.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-20T23:30:29.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-20T23:30:29.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-05-20T23:30:29.452Z
34052026-05-20T23:30:29.453Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/277)
34062026-05-20T23:30:29.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-20T23:30:29.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-20T23:30:29.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-20T23:30:29.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34102026-05-20T23:30:30.071Z
34112026-05-20T23:30:30.071Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/277)
34122026-05-20T23:30:30.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-20T23:30:30.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-20T23:30:30.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-20T23:30:30.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34162026-05-20T23:30:30.684Z
34172026-05-20T23:30:30.684Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/277)
34182026-05-20T23:30:31.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-20T23:30:31.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-20T23:30:31.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-20T23:30:31.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34222026-05-20T23:30:31.395Z
34232026-05-20T23:30:31.395Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/277)
34242026-05-20T23:30:31.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-20T23:30:31.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-20T23:30:31.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-20T23:30:31.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34282026-05-20T23:30:31.920Z
34292026-05-20T23:30:31.920Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/277)
34302026-05-20T23:30:32.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-20T23:30:32.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-20T23:30:32.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-20T23:30:32.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34342026-05-20T23:30:32.538Z
34352026-05-20T23:30:32.538Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/277)
34362026-05-20T23:30:33.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-20T23:30:33.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-20T23:30:33.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-20T23:30:33.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34402026-05-20T23:30:33.155Z
34412026-05-20T23:30:33.155Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/277)
34422026-05-20T23:30:33.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-20T23:30:33.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-20T23:30:33.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-20T23:30:33.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34462026-05-20T23:30:33.771Z
34472026-05-20T23:30:33.771Zinfo: running `cargo check --bins` on oximeter-producer (155/277)
34482026-05-20T23:30:34.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-20T23:30:34.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-20T23:30:34.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-20T23:30:34.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34522026-05-20T23:30:34.426Z
34532026-05-20T23:30:34.426Zinfo: running `cargo check --bins` on internal-dns-resolver (156/277)
34542026-05-20T23:30:34.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-20T23:30:34.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-20T23:30:34.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-20T23:30:34.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34582026-05-20T23:30:35.050Z
34592026-05-20T23:30:35.050Zinfo: running `cargo check --bins` on dns-server (157/277)
34602026-05-20T23:30:35.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-20T23:30:35.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-20T23:30:35.720Z Compiling parking_lot_core v0.8.6
34632026-05-20T23:30:35.720Z Compiling atomicwrites v0.4.4
34642026-05-20T23:30:35.724Z Compiling git-stub v1.0.0
34652026-05-20T23:30:35.724Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34662026-05-20T23:30:35.724Z Checking prefix-trie v0.7.0
34672026-05-20T23:30:35.968Z Compiling git-stub-vcs v0.1.0
34682026-05-20T23:30:36.143Z Checking hickory-server v0.25.2
34692026-05-20T23:30:36.234Z Checking parking_lot v0.11.2
34702026-05-20T23:30:36.247Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34712026-05-20T23:30:36.303Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34722026-05-20T23:30:36.303Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34732026-05-20T23:30:36.438Z Checking sled v0.34.7
34742026-05-20T23:30:37.708Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
34752026-05-20T23:30:37.708Z --> dns-server/src/dns_server.rs:487:12
34762026-05-20T23:30:37.708Z |
34772026-05-20T23:30:37.708Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
34782026-05-20T23:30:37.708Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
34792026-05-20T23:30:37.708Z |
34802026-05-20T23:30:37.708Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34812026-05-20T23:30:37.708Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34822026-05-20T23:30:37.708Z |
34832026-05-20T23:30:37.708Z 77 | pub struct Record<R: RecordData = RData> {
34842026-05-20T23:30:37.708Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34852026-05-20T23:30:37.708Z |
34862026-05-20T23:30:37.708Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34872026-05-20T23:30:37.708Z |
34882026-05-20T23:30:37.708Z 78 | pub struct Record<R: RecordData = RData> {
34892026-05-20T23:30:37.708Z | ---------------------------------------- this is the found type
34902026-05-20T23:30:37.708Z = help: you can use `cargo tree` to explore your dependency tree
34912026-05-20T23:30:37.708Znote: required by a bound in `MessageResponse`
34922026-05-20T23:30:37.708Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
34932026-05-20T23:30:37.708Z |
34942026-05-20T23:30:37.708Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
34952026-05-20T23:30:37.708Z | --------------- required by a bound in this struct
34962026-05-20T23:30:37.708Z 22 | where
34972026-05-20T23:30:37.708Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34982026-05-20T23:30:37.708Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
34992026-05-20T23:30:37.708Z
35002026-05-20T23:30:37.708Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
35012026-05-20T23:30:37.708Z --> dns-server/src/dns_server.rs:487:12
35022026-05-20T23:30:37.708Z |
35032026-05-20T23:30:37.709Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35042026-05-20T23:30:37.709Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35052026-05-20T23:30:37.709Z |
35062026-05-20T23:30:37.709Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35072026-05-20T23:30:37.709Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35082026-05-20T23:30:37.709Z |
35092026-05-20T23:30:37.709Z 77 | pub struct Record<R: RecordData = RData> {
35102026-05-20T23:30:37.709Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35112026-05-20T23:30:37.709Z |
35122026-05-20T23:30:37.709Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35132026-05-20T23:30:37.709Z |
35142026-05-20T23:30:37.709Z 78 | pub struct Record<R: RecordData = RData> {
35152026-05-20T23:30:37.709Z | ---------------------------------------- this is the found type
35162026-05-20T23:30:37.709Z = help: you can use `cargo tree` to explore your dependency tree
35172026-05-20T23:30:37.709Znote: required by a bound in `MessageResponse`
35182026-05-20T23:30:37.709Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
35192026-05-20T23:30:37.709Z |
35202026-05-20T23:30:37.710Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35212026-05-20T23:30:37.710Z | --------------- required by a bound in this struct
35222026-05-20T23:30:37.710Z...
35232026-05-20T23:30:37.710Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35242026-05-20T23:30:37.710Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35252026-05-20T23:30:37.710Z
35262026-05-20T23:30:37.713Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
35272026-05-20T23:30:37.714Z --> dns-server/src/dns_server.rs:487:12
35282026-05-20T23:30:37.714Z |
35292026-05-20T23:30:37.714Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35302026-05-20T23:30:37.714Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35312026-05-20T23:30:37.714Z |
35322026-05-20T23:30:37.714Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35332026-05-20T23:30:37.714Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35342026-05-20T23:30:37.714Z |
35352026-05-20T23:30:37.714Z 77 | pub struct Record<R: RecordData = RData> {
35362026-05-20T23:30:37.714Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35372026-05-20T23:30:37.714Z |
35382026-05-20T23:30:37.714Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35392026-05-20T23:30:37.714Z |
35402026-05-20T23:30:37.714Z 78 | pub struct Record<R: RecordData = RData> {
35412026-05-20T23:30:37.714Z | ---------------------------------------- this is the found type
35422026-05-20T23:30:37.714Z = help: you can use `cargo tree` to explore your dependency tree
35432026-05-20T23:30:37.714Znote: required by a bound in `MessageResponse`
35442026-05-20T23:30:37.714Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
35452026-05-20T23:30:37.714Z |
35462026-05-20T23:30:37.714Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35472026-05-20T23:30:37.714Z | --------------- required by a bound in this struct
35482026-05-20T23:30:37.714Z...
35492026-05-20T23:30:37.714Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35502026-05-20T23:30:37.714Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35512026-05-20T23:30:37.714Z
35522026-05-20T23:30:37.714Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
35532026-05-20T23:30:37.714Z --> dns-server/src/dns_server.rs:487:12
35542026-05-20T23:30:37.714Z |
35552026-05-20T23:30:37.714Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35562026-05-20T23:30:37.714Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35572026-05-20T23:30:37.714Z |
35582026-05-20T23:30:37.714Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35592026-05-20T23:30:37.714Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35602026-05-20T23:30:37.714Z |
35612026-05-20T23:30:37.714Z 77 | pub struct Record<R: RecordData = RData> {
35622026-05-20T23:30:37.714Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35632026-05-20T23:30:37.714Z |
35642026-05-20T23:30:37.714Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35652026-05-20T23:30:37.715Z |
35662026-05-20T23:30:37.715Z 78 | pub struct Record<R: RecordData = RData> {
35672026-05-20T23:30:37.715Z | ---------------------------------------- this is the found type
35682026-05-20T23:30:37.715Z = help: you can use `cargo tree` to explore your dependency tree
35692026-05-20T23:30:37.715Znote: required by a bound in `MessageResponse`
35702026-05-20T23:30:37.715Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
35712026-05-20T23:30:37.715Z |
35722026-05-20T23:30:37.715Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35732026-05-20T23:30:37.715Z | --------------- required by a bound in this struct
35742026-05-20T23:30:37.715Z...
35752026-05-20T23:30:37.715Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35762026-05-20T23:30:37.715Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35772026-05-20T23:30:37.715Z
35782026-05-20T23:30:37.848Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
35792026-05-20T23:30:37.848Z --> dns-server/src/dns_server.rs:161:36
35802026-05-20T23:30:37.848Z |
35812026-05-20T23:30:37.848Z161 | let mr = match MessageRequest::read(&mut dec) {
35822026-05-20T23:30:37.848Z | ^^^^ function or associated item not found in `MessageRequest`
35832026-05-20T23:30:37.848Z |
35842026-05-20T23:30:37.848Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35852026-05-20T23:30:37.848Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
35862026-05-20T23:30:37.848Z |
35872026-05-20T23:30:37.848Z 44 | pub trait BinDecodable<'r>: Sized {
35882026-05-20T23:30:37.848Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
35892026-05-20T23:30:37.848Z |
35902026-05-20T23:30:37.848Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
35912026-05-20T23:30:37.848Z |
35922026-05-20T23:30:37.848Z 45 | pub trait BinDecodable<'r>: Sized {
35932026-05-20T23:30:37.848Z | --------------------------------- this is the trait that was imported
35942026-05-20T23:30:37.848Z = help: you can use `cargo tree` to explore your dependency tree
35952026-05-20T23:30:37.848Z
35962026-05-20T23:30:37.857Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
35972026-05-20T23:30:37.857Z --> dns-server/src/dns_server.rs:173:34
35982026-05-20T23:30:37.857Z |
35992026-05-20T23:30:37.857Z173 | let header = Header::response_from_request(mr.header());
36002026-05-20T23:30:37.857Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
36012026-05-20T23:30:37.857Z |
36022026-05-20T23:30:37.857Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
36032026-05-20T23:30:37.857Z --> dns-server/src/dns_server.rs:173:26
36042026-05-20T23:30:37.857Z |
36052026-05-20T23:30:37.857Z173 | let header = Header::response_from_request(mr.header());
36062026-05-20T23:30:37.858Z | ^^^^^^
36072026-05-20T23:30:37.858Z
36082026-05-20T23:30:37.876Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
36092026-05-20T23:30:37.876Z --> dns-server/src/dns_server.rs:273:30
36102026-05-20T23:30:37.876Z |
36112026-05-20T23:30:37.876Z273 | let mut header = Header::response_from_request(mr.header());
36122026-05-20T23:30:37.876Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
36132026-05-20T23:30:37.876Z |
36142026-05-20T23:30:37.877Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
36152026-05-20T23:30:37.877Z --> dns-server/src/dns_server.rs:273:22
36162026-05-20T23:30:37.877Z |
36172026-05-20T23:30:37.877Z273 | let mut header = Header::response_from_request(mr.header());
36182026-05-20T23:30:37.877Z | ^^^^^^
36192026-05-20T23:30:37.877Z
36202026-05-20T23:30:37.890Zerror[E0308]: mismatched types
36212026-05-20T23:30:37.890Z --> dns-server/src/dns_server.rs:299:30
36222026-05-20T23:30:37.890Z |
36232026-05-20T23:30:37.890Z299 | let answer = store.query(query)?;
36242026-05-20T23:30:37.890Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
36252026-05-20T23:30:37.890Z | |
36262026-05-20T23:30:37.890Z | arguments to this method are incorrect
36272026-05-20T23:30:37.890Z |
36282026-05-20T23:30:37.890Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36292026-05-20T23:30:37.890Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
36302026-05-20T23:30:37.890Z |
36312026-05-20T23:30:37.890Z 22 | pub struct LowerQuery {
36322026-05-20T23:30:37.890Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36332026-05-20T23:30:37.890Z |
36342026-05-20T23:30:37.890Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
36352026-05-20T23:30:37.890Z |
36362026-05-20T23:30:37.890Z 18 | pub struct LowerQuery {
36372026-05-20T23:30:37.890Z | --------------------- this is the found type
36382026-05-20T23:30:37.890Z = help: you can use `cargo tree` to explore your dependency tree
36392026-05-20T23:30:37.890Znote: method defined here
36402026-05-20T23:30:37.890Z --> dns-server/src/storage.rs:762:19
36412026-05-20T23:30:37.890Z |
36422026-05-20T23:30:37.890Z762 | pub(crate) fn query(
36432026-05-20T23:30:37.890Z | ^^^^^
36442026-05-20T23:30:37.890Z763 | &self,
36452026-05-20T23:30:37.890Z764 | query: &LowerQuery,
36462026-05-20T23:30:37.890Z | ------------------
36472026-05-20T23:30:37.890Z
36482026-05-20T23:30:37.894Zerror[E0308]: mismatched types
36492026-05-20T23:30:37.894Z --> dns-server/src/dns_server.rs:311:55
36502026-05-20T23:30:37.894Z |
36512026-05-20T23:30:37.894Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
36522026-05-20T23:30:37.894Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
36532026-05-20T23:30:37.894Z | |
36542026-05-20T23:30:37.894Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
36552026-05-20T23:30:37.894Z |
36562026-05-20T23:30:37.894Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36572026-05-20T23:30:37.894Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
36582026-05-20T23:30:37.894Z |
36592026-05-20T23:30:37.894Z 33 | pub enum RecordType {
36602026-05-20T23:30:37.894Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
36612026-05-20T23:30:37.894Z |
36622026-05-20T23:30:37.894Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
36632026-05-20T23:30:37.894Z |
36642026-05-20T23:30:37.894Z 33 | pub enum RecordType {
36652026-05-20T23:30:37.894Z | ------------------- this is the found type
36662026-05-20T23:30:37.894Z = help: you can use `cargo tree` to explore your dependency tree
36672026-05-20T23:30:37.895Z
36682026-05-20T23:30:37.907Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
36692026-05-20T23:30:37.907Z --> dns-server/src/dns_server.rs:327:60
36702026-05-20T23:30:37.907Z |
36712026-05-20T23:30:37.907Z327 | .filter(|record| match (query.query_type(), record.data()) {
36722026-05-20T23:30:37.907Z | ^^^^-- help: remove the arguments
36732026-05-20T23:30:37.907Z | |
36742026-05-20T23:30:37.907Z | field, not a method
36752026-05-20T23:30:37.907Z
36762026-05-20T23:30:37.920Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
36772026-05-20T23:30:37.920Z --> dns-server/src/dns_server.rs:348:51
36782026-05-20T23:30:37.920Z |
36792026-05-20T23:30:37.920Z348 | let additionals_target = match record.data() {
36802026-05-20T23:30:37.920Z | ^^^^-- help: remove the arguments
36812026-05-20T23:30:37.920Z | |
36822026-05-20T23:30:37.920Z | field, not a method
36832026-05-20T23:30:37.920Z
36842026-05-20T23:30:37.934Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
36852026-05-20T23:30:37.934Z --> dns-server/src/dns_server.rs:349:45
36862026-05-20T23:30:37.934Z |
36872026-05-20T23:30:37.934Z349 | RData::SRV(srv) => Some(srv.target()),
36882026-05-20T23:30:37.934Z | ^^^^^^-- help: remove the arguments
36892026-05-20T23:30:37.934Z | |
36902026-05-20T23:30:37.934Z | field, not a method
36912026-05-20T23:30:37.934Z
36922026-05-20T23:30:37.938Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
36932026-05-20T23:30:37.938Z --> dns-server/src/dns_server.rs:416:9
36942026-05-20T23:30:37.938Z |
36952026-05-20T23:30:37.939Z414 | let mresp = rb.build(
36962026-05-20T23:30:37.939Z | ----- required by a bound introduced by this call
36972026-05-20T23:30:37.939Z415 | header,
36982026-05-20T23:30:37.939Z416 | response_records.iter().collect::<Vec<&Record>>(),
36992026-05-20T23:30:37.939Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37002026-05-20T23:30:37.939Z |
37012026-05-20T23:30:37.939Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37022026-05-20T23:30:37.939Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37032026-05-20T23:30:37.939Z |
37042026-05-20T23:30:37.939Z 77 | pub struct Record<R: RecordData = RData> {
37052026-05-20T23:30:37.939Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37062026-05-20T23:30:37.939Z |
37072026-05-20T23:30:37.939Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37082026-05-20T23:30:37.939Z |
37092026-05-20T23:30:37.939Z 78 | pub struct Record<R: RecordData = RData> {
37102026-05-20T23:30:37.939Z | ---------------------------------------- this is the found type
37112026-05-20T23:30:37.939Z = help: you can use `cargo tree` to explore your dependency tree
37122026-05-20T23:30:37.939Znote: the method call chain might not have had the expected associated types
37132026-05-20T23:30:37.939Z --> dns-server/src/dns_server.rs:416:26
37142026-05-20T23:30:37.939Z |
37152026-05-20T23:30:37.939Z411 | response_records: &[Record],
37162026-05-20T23:30:37.939Z | ---------------- this expression has type `&[Record]`
37172026-05-20T23:30:37.939Z...
37182026-05-20T23:30:37.939Z416 | response_records.iter().collect::<Vec<&Record>>(),
37192026-05-20T23:30:37.939Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
37202026-05-20T23:30:37.939Z | |
37212026-05-20T23:30:37.939Z | `IntoIterator::Item` is `&Record` here
37222026-05-20T23:30:37.939Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
37232026-05-20T23:30:37.939Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
37242026-05-20T23:30:37.939Z |
37252026-05-20T23:30:37.939Z129 | pub fn build<'a, A, N, S, D>(
37262026-05-20T23:30:37.939Z | ----- required by a bound in this associated function
37272026-05-20T23:30:37.939Z...
37282026-05-20T23:30:37.939Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
37292026-05-20T23:30:37.939Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
37302026-05-20T23:30:37.939Z
37312026-05-20T23:30:37.939Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
37322026-05-20T23:30:37.939Z --> dns-server/src/dns_server.rs:414:20
37332026-05-20T23:30:37.940Z |
37342026-05-20T23:30:37.940Z414 | let mresp = rb.build(
37352026-05-20T23:30:37.940Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37362026-05-20T23:30:37.940Z |
37372026-05-20T23:30:37.940Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37382026-05-20T23:30:37.940Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37392026-05-20T23:30:37.940Z |
37402026-05-20T23:30:37.940Z 77 | pub struct Record<R: RecordData = RData> {
37412026-05-20T23:30:37.940Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37422026-05-20T23:30:37.940Z |
37432026-05-20T23:30:37.940Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37442026-05-20T23:30:37.940Z |
37452026-05-20T23:30:37.940Z 78 | pub struct Record<R: RecordData = RData> {
37462026-05-20T23:30:37.940Z | ---------------------------------------- this is the found type
37472026-05-20T23:30:37.940Z = help: you can use `cargo tree` to explore your dependency tree
37482026-05-20T23:30:37.940Znote: required by a bound in `MessageResponse`
37492026-05-20T23:30:37.940Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
37502026-05-20T23:30:37.940Z |
37512026-05-20T23:30:37.941Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
37522026-05-20T23:30:37.941Z | --------------- required by a bound in this struct
37532026-05-20T23:30:37.941Z 22 | where
37542026-05-20T23:30:37.941Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37552026-05-20T23:30:37.941Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
37562026-05-20T23:30:37.941Z
37572026-05-20T23:30:37.945Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
37582026-05-20T23:30:37.945Z --> dns-server/src/dns_server.rs:419:9
37592026-05-20T23:30:37.945Z |
37602026-05-20T23:30:37.945Z414 | let mresp = rb.build(
37612026-05-20T23:30:37.945Z | ----- required by a bound introduced by this call
37622026-05-20T23:30:37.945Z...
37632026-05-20T23:30:37.945Z419 | additional_records,
37642026-05-20T23:30:37.945Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37652026-05-20T23:30:37.945Z |
37662026-05-20T23:30:37.945Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37672026-05-20T23:30:37.945Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37682026-05-20T23:30:37.945Z |
37692026-05-20T23:30:37.945Z 77 | pub struct Record<R: RecordData = RData> {
37702026-05-20T23:30:37.945Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37712026-05-20T23:30:37.945Z |
37722026-05-20T23:30:37.945Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37732026-05-20T23:30:37.946Z |
37742026-05-20T23:30:37.946Z 78 | pub struct Record<R: RecordData = RData> {
37752026-05-20T23:30:37.946Z | ---------------------------------------- this is the found type
37762026-05-20T23:30:37.946Z = help: you can use `cargo tree` to explore your dependency tree
37772026-05-20T23:30:37.946Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
37782026-05-20T23:30:37.946Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
37792026-05-20T23:30:37.946Z |
37802026-05-20T23:30:37.946Z129 | pub fn build<'a, A, N, S, D>(
37812026-05-20T23:30:37.946Z | ----- required by a bound in this associated function
37822026-05-20T23:30:37.946Z...
37832026-05-20T23:30:37.946Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
37842026-05-20T23:30:37.946Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
37852026-05-20T23:30:37.946Z
37862026-05-20T23:30:37.946Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
37872026-05-20T23:30:37.946Z --> dns-server/src/dns_server.rs:414:20
37882026-05-20T23:30:37.946Z |
37892026-05-20T23:30:37.946Z414 | let mresp = rb.build(
37902026-05-20T23:30:37.946Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37912026-05-20T23:30:37.946Z |
37922026-05-20T23:30:37.946Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37932026-05-20T23:30:37.946Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37942026-05-20T23:30:37.947Z |
37952026-05-20T23:30:37.947Z 77 | pub struct Record<R: RecordData = RData> {
37962026-05-20T23:30:37.947Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37972026-05-20T23:30:37.947Z |
37982026-05-20T23:30:37.947Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37992026-05-20T23:30:37.947Z |
38002026-05-20T23:30:37.947Z 78 | pub struct Record<R: RecordData = RData> {
38012026-05-20T23:30:37.947Z | ---------------------------------------- this is the found type
38022026-05-20T23:30:37.947Z = help: you can use `cargo tree` to explore your dependency tree
38032026-05-20T23:30:37.947Znote: required by a bound in `MessageResponse`
38042026-05-20T23:30:37.947Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
38052026-05-20T23:30:37.947Z |
38062026-05-20T23:30:37.947Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38072026-05-20T23:30:37.947Z | --------------- required by a bound in this struct
38082026-05-20T23:30:37.947Z...
38092026-05-20T23:30:37.947Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38102026-05-20T23:30:37.947Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38112026-05-20T23:30:37.947Z
38122026-05-20T23:30:37.947Zerror[E0308]: mismatched types
38132026-05-20T23:30:37.947Z --> dns-server/src/dns_server.rs:415:9
38142026-05-20T23:30:37.947Z |
38152026-05-20T23:30:37.947Z414 | let mresp = rb.build(
38162026-05-20T23:30:37.947Z | ----- arguments to this method are incorrect
38172026-05-20T23:30:37.947Z415 | header,
38182026-05-20T23:30:37.947Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
38192026-05-20T23:30:37.947Z |
38202026-05-20T23:30:37.947Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38212026-05-20T23:30:37.947Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
38222026-05-20T23:30:37.947Z |
38232026-05-20T23:30:37.947Z 57 | pub struct Header {
38242026-05-20T23:30:37.947Z | ^^^^^^^^^^^^^^^^^ this is the expected type
38252026-05-20T23:30:37.947Z |
38262026-05-20T23:30:37.947Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
38272026-05-20T23:30:37.947Z |
38282026-05-20T23:30:37.947Z 57 | pub struct Header {
38292026-05-20T23:30:37.947Z | ----------------- this is the found type
38302026-05-20T23:30:37.947Z = help: you can use `cargo tree` to explore your dependency tree
38312026-05-20T23:30:37.947Znote: method defined here
38322026-05-20T23:30:37.947Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
38332026-05-20T23:30:37.948Z |
38342026-05-20T23:30:37.948Z129 | pub fn build<'a, A, N, S, D>(
38352026-05-20T23:30:37.948Z | ^^^^^
38362026-05-20T23:30:37.948Z
38372026-05-20T23:30:37.948Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38382026-05-20T23:30:37.948Z --> dns-server/src/dns_server.rs:422:31
38392026-05-20T23:30:37.948Z |
38402026-05-20T23:30:37.948Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38412026-05-20T23:30:37.948Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38422026-05-20T23:30:37.948Z | |
38432026-05-20T23:30:37.948Z | required by a bound introduced by this call
38442026-05-20T23:30:37.948Z |
38452026-05-20T23:30:37.948Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38462026-05-20T23:30:37.948Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38472026-05-20T23:30:37.948Z |
38482026-05-20T23:30:37.948Z 78 | pub struct Record<R: RecordData = RData> {
38492026-05-20T23:30:37.948Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38502026-05-20T23:30:37.948Z |
38512026-05-20T23:30:37.948Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38522026-05-20T23:30:37.948Z |
38532026-05-20T23:30:37.948Z 77 | pub struct Record<R: RecordData = RData> {
38542026-05-20T23:30:37.948Z | ---------------------------------------- this is the found type
38552026-05-20T23:30:37.948Z = help: you can use `cargo tree` to explore your dependency tree
38562026-05-20T23:30:37.948Znote: required by a bound in `encode_and_send`
38572026-05-20T23:30:37.952Z --> dns-server/src/dns_server.rs:492:27
38582026-05-20T23:30:37.952Z |
38592026-05-20T23:30:37.954Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38602026-05-20T23:30:37.955Z | --------------- required by a bound in this function
38612026-05-20T23:30:37.955Z...
38622026-05-20T23:30:37.955Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38632026-05-20T23:30:37.955Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38642026-05-20T23:30:37.955Z
38652026-05-20T23:30:37.955Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38662026-05-20T23:30:37.955Z --> dns-server/src/dns_server.rs:422:31
38672026-05-20T23:30:37.955Z |
38682026-05-20T23:30:37.955Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38692026-05-20T23:30:37.955Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38702026-05-20T23:30:37.955Z |
38712026-05-20T23:30:37.955Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38722026-05-20T23:30:37.955Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38732026-05-20T23:30:37.955Z |
38742026-05-20T23:30:37.955Z 77 | pub struct Record<R: RecordData = RData> {
38752026-05-20T23:30:37.955Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38762026-05-20T23:30:37.955Z |
38772026-05-20T23:30:37.955Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38782026-05-20T23:30:37.955Z |
38792026-05-20T23:30:37.955Z 78 | pub struct Record<R: RecordData = RData> {
38802026-05-20T23:30:37.955Z | ---------------------------------------- this is the found type
38812026-05-20T23:30:37.955Z = help: you can use `cargo tree` to explore your dependency tree
38822026-05-20T23:30:37.955Znote: required by a bound in `MessageResponse`
38832026-05-20T23:30:37.955Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
38842026-05-20T23:30:37.955Z |
38852026-05-20T23:30:37.955Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38862026-05-20T23:30:37.956Z | --------------- required by a bound in this struct
38872026-05-20T23:30:37.956Z 22 | where
38882026-05-20T23:30:37.956Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38892026-05-20T23:30:37.956Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38902026-05-20T23:30:37.956Z
38912026-05-20T23:30:37.956Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38922026-05-20T23:30:37.956Z --> dns-server/src/dns_server.rs:422:31
38932026-05-20T23:30:37.956Z |
38942026-05-20T23:30:37.956Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38952026-05-20T23:30:37.956Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38962026-05-20T23:30:37.956Z |
38972026-05-20T23:30:37.956Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38982026-05-20T23:30:37.956Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38992026-05-20T23:30:37.956Z |
39002026-05-20T23:30:37.956Z 77 | pub struct Record<R: RecordData = RData> {
39012026-05-20T23:30:37.956Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39022026-05-20T23:30:37.956Z |
39032026-05-20T23:30:37.956Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39042026-05-20T23:30:37.956Z |
39052026-05-20T23:30:37.956Z 78 | pub struct Record<R: RecordData = RData> {
39062026-05-20T23:30:37.956Z | ---------------------------------------- this is the found type
39072026-05-20T23:30:37.956Z = help: you can use `cargo tree` to explore your dependency tree
39082026-05-20T23:30:37.956Znote: required by a bound in `MessageResponse`
39092026-05-20T23:30:37.956Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
39102026-05-20T23:30:37.956Z |
39112026-05-20T23:30:37.956Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
39122026-05-20T23:30:37.956Z | --------------- required by a bound in this struct
39132026-05-20T23:30:37.956Z...
39142026-05-20T23:30:37.956Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39152026-05-20T23:30:37.956Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
39162026-05-20T23:30:37.956Z
39172026-05-20T23:30:37.956Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39182026-05-20T23:30:37.956Z --> dns-server/src/dns_server.rs:422:5
39192026-05-20T23:30:37.956Z |
39202026-05-20T23:30:37.956Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39212026-05-20T23:30:37.956Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39222026-05-20T23:30:37.956Z |
39232026-05-20T23:30:37.956Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39242026-05-20T23:30:37.956Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39252026-05-20T23:30:37.956Z |
39262026-05-20T23:30:37.957Z 78 | pub struct Record<R: RecordData = RData> {
39272026-05-20T23:30:37.957Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39282026-05-20T23:30:37.957Z |
39292026-05-20T23:30:37.957Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39302026-05-20T23:30:37.957Z |
39312026-05-20T23:30:37.957Z 77 | pub struct Record<R: RecordData = RData> {
39322026-05-20T23:30:37.957Z | ---------------------------------------- this is the found type
39332026-05-20T23:30:37.957Z = help: you can use `cargo tree` to explore your dependency tree
39342026-05-20T23:30:37.957Znote: required by a bound in `encode_and_send`
39352026-05-20T23:30:37.957Z --> dns-server/src/dns_server.rs:492:27
39362026-05-20T23:30:37.957Z |
39372026-05-20T23:30:37.957Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39382026-05-20T23:30:37.957Z | --------------- required by a bound in this function
39392026-05-20T23:30:37.957Z...
39402026-05-20T23:30:37.957Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39412026-05-20T23:30:37.957Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39422026-05-20T23:30:37.957Z
39432026-05-20T23:30:37.957Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39442026-05-20T23:30:37.957Z --> dns-server/src/dns_server.rs:422:49
39452026-05-20T23:30:37.957Z |
39462026-05-20T23:30:37.957Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39472026-05-20T23:30:37.957Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39482026-05-20T23:30:37.957Z |
39492026-05-20T23:30:37.957Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39502026-05-20T23:30:37.957Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39512026-05-20T23:30:37.957Z |
39522026-05-20T23:30:37.957Z 78 | pub struct Record<R: RecordData = RData> {
39532026-05-20T23:30:37.957Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39542026-05-20T23:30:37.957Z |
39552026-05-20T23:30:37.957Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39562026-05-20T23:30:37.957Z |
39572026-05-20T23:30:37.962Z 77 | pub struct Record<R: RecordData = RData> {
39582026-05-20T23:30:37.963Z | ---------------------------------------- this is the found type
39592026-05-20T23:30:37.963Z = help: you can use `cargo tree` to explore your dependency tree
39602026-05-20T23:30:37.963Znote: required by a bound in `encode_and_send`
39612026-05-20T23:30:37.963Z --> dns-server/src/dns_server.rs:492:27
39622026-05-20T23:30:37.963Z |
39632026-05-20T23:30:37.963Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39642026-05-20T23:30:37.963Z | --------------- required by a bound in this function
39652026-05-20T23:30:37.963Z...
39662026-05-20T23:30:37.963Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39672026-05-20T23:30:37.964Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39682026-05-20T23:30:37.964Z
39692026-05-20T23:30:37.964Zerror[E0308]: arguments to this method are incorrect
39702026-05-20T23:30:37.964Z --> dns-server/src/dns_server.rs:438:33
39712026-05-20T23:30:37.964Z |
39722026-05-20T23:30:37.964Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
39732026-05-20T23:30:37.964Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
39742026-05-20T23:30:37.964Z | |
39752026-05-20T23:30:37.964Z | expected `&Header`, found `&&Header`
39762026-05-20T23:30:37.964Z |
39772026-05-20T23:30:37.964Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
39782026-05-20T23:30:37.964Z found reference `&&hickory_proto::op::Header`
39792026-05-20T23:30:37.964Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39802026-05-20T23:30:37.964Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
39812026-05-20T23:30:37.964Z |
39822026-05-20T23:30:37.964Z 67 | pub enum ResponseCode {
39832026-05-20T23:30:37.964Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39842026-05-20T23:30:37.964Z |
39852026-05-20T23:30:37.964Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
39862026-05-20T23:30:37.964Z |
39872026-05-20T23:30:37.964Z 67 | pub enum ResponseCode {
39882026-05-20T23:30:37.964Z | --------------------- this is the found type
39892026-05-20T23:30:37.964Z = help: you can use `cargo tree` to explore your dependency tree
39902026-05-20T23:30:37.964Znote: method defined here
39912026-05-20T23:30:37.964Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
39922026-05-20T23:30:37.964Z |
39932026-05-20T23:30:37.964Z190 | pub fn error_msg<'a>(
39942026-05-20T23:30:37.964Z | ^^^^^^^^^
39952026-05-20T23:30:37.964Z
39962026-05-20T23:30:37.964Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39972026-05-20T23:30:37.964Z --> dns-server/src/dns_server.rs:457:50
39982026-05-20T23:30:37.964Z |
39992026-05-20T23:30:37.964Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40002026-05-20T23:30:37.964Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40012026-05-20T23:30:37.964Z | |
40022026-05-20T23:30:37.964Z | required by a bound introduced by this call
40032026-05-20T23:30:37.964Z |
40042026-05-20T23:30:37.964Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40052026-05-20T23:30:37.965Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40062026-05-20T23:30:37.965Z |
40072026-05-20T23:30:37.965Z 78 | pub struct Record<R: RecordData = RData> {
40082026-05-20T23:30:37.965Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40092026-05-20T23:30:37.965Z |
40102026-05-20T23:30:37.965Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40112026-05-20T23:30:37.965Z |
40122026-05-20T23:30:37.965Z 77 | pub struct Record<R: RecordData = RData> {
40132026-05-20T23:30:37.965Z | ---------------------------------------- this is the found type
40142026-05-20T23:30:37.965Z = help: you can use `cargo tree` to explore your dependency tree
40152026-05-20T23:30:37.965Znote: required by a bound in `encode_and_send`
40162026-05-20T23:30:37.965Z --> dns-server/src/dns_server.rs:491:23
40172026-05-20T23:30:37.965Z |
40182026-05-20T23:30:37.965Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40192026-05-20T23:30:37.965Z | --------------- required by a bound in this function
40202026-05-20T23:30:37.965Z...
40212026-05-20T23:30:37.965Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
40222026-05-20T23:30:37.965Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40232026-05-20T23:30:37.965Z
40242026-05-20T23:30:37.965Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40252026-05-20T23:30:37.965Z --> dns-server/src/dns_server.rs:457:50
40262026-05-20T23:30:37.965Z |
40272026-05-20T23:30:37.965Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40282026-05-20T23:30:37.965Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40292026-05-20T23:30:37.965Z | |
40302026-05-20T23:30:37.965Z | required by a bound introduced by this call
40312026-05-20T23:30:37.965Z |
40322026-05-20T23:30:37.965Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40332026-05-20T23:30:37.965Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40342026-05-20T23:30:37.965Z |
40352026-05-20T23:30:37.965Z 78 | pub struct Record<R: RecordData = RData> {
40362026-05-20T23:30:37.965Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40372026-05-20T23:30:37.965Z |
40382026-05-20T23:30:37.965Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40392026-05-20T23:30:37.965Z |
40402026-05-20T23:30:37.965Z 77 | pub struct Record<R: RecordData = RData> {
40412026-05-20T23:30:37.965Z | ---------------------------------------- this is the found type
40422026-05-20T23:30:37.965Z = help: you can use `cargo tree` to explore your dependency tree
40432026-05-20T23:30:37.965Znote: required by a bound in `encode_and_send`
40442026-05-20T23:30:37.966Z --> dns-server/src/dns_server.rs:492:27
40452026-05-20T23:30:37.966Z |
40462026-05-20T23:30:37.966Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40472026-05-20T23:30:37.966Z | --------------- required by a bound in this function
40482026-05-20T23:30:37.966Z...
40492026-05-20T23:30:37.966Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
40502026-05-20T23:30:37.966Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40512026-05-20T23:30:37.966Z
40522026-05-20T23:30:37.966Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40532026-05-20T23:30:37.966Z --> dns-server/src/dns_server.rs:457:50
40542026-05-20T23:30:37.966Z |
40552026-05-20T23:30:37.966Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40562026-05-20T23:30:37.966Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40572026-05-20T23:30:37.970Z | |
40582026-05-20T23:30:37.970Z | required by a bound introduced by this call
40592026-05-20T23:30:37.970Z |
40602026-05-20T23:30:37.970Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40612026-05-20T23:30:37.970Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40622026-05-20T23:30:37.970Z |
40632026-05-20T23:30:37.970Z 78 | pub struct Record<R: RecordData = RData> {
40642026-05-20T23:30:37.970Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40652026-05-20T23:30:37.970Z |
40662026-05-20T23:30:37.970Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40672026-05-20T23:30:37.970Z |
40682026-05-20T23:30:37.970Z 77 | pub struct Record<R: RecordData = RData> {
40692026-05-20T23:30:37.970Z | ---------------------------------------- this is the found type
40702026-05-20T23:30:37.970Z = help: you can use `cargo tree` to explore your dependency tree
40712026-05-20T23:30:37.970Znote: required by a bound in `encode_and_send`
40722026-05-20T23:30:37.970Z --> dns-server/src/dns_server.rs:493:19
40732026-05-20T23:30:37.971Z |
40742026-05-20T23:30:37.971Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40752026-05-20T23:30:37.971Z | --------------- required by a bound in this function
40762026-05-20T23:30:37.971Z...
40772026-05-20T23:30:37.971Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
40782026-05-20T23:30:37.971Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40792026-05-20T23:30:37.971Z
40802026-05-20T23:30:37.971Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40812026-05-20T23:30:37.971Z --> dns-server/src/dns_server.rs:457:50
40822026-05-20T23:30:37.971Z |
40832026-05-20T23:30:37.971Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40842026-05-20T23:30:37.971Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40852026-05-20T23:30:37.971Z | |
40862026-05-20T23:30:37.971Z | required by a bound introduced by this call
40872026-05-20T23:30:37.971Z |
40882026-05-20T23:30:37.971Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40892026-05-20T23:30:37.971Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40902026-05-20T23:30:37.971Z |
40912026-05-20T23:30:37.971Z 78 | pub struct Record<R: RecordData = RData> {
40922026-05-20T23:30:37.971Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40932026-05-20T23:30:37.971Z |
40942026-05-20T23:30:37.971Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40952026-05-20T23:30:37.971Z |
40962026-05-20T23:30:37.971Z 77 | pub struct Record<R: RecordData = RData> {
40972026-05-20T23:30:37.971Z | ---------------------------------------- this is the found type
40982026-05-20T23:30:37.971Z = help: you can use `cargo tree` to explore your dependency tree
40992026-05-20T23:30:37.971Znote: required by a bound in `encode_and_send`
41002026-05-20T23:30:37.971Z --> dns-server/src/dns_server.rs:494:27
41012026-05-20T23:30:37.971Z |
41022026-05-20T23:30:37.971Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41032026-05-20T23:30:37.971Z | --------------- required by a bound in this function
41042026-05-20T23:30:37.971Z...
41052026-05-20T23:30:37.971Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
41062026-05-20T23:30:37.971Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41072026-05-20T23:30:37.971Z
41082026-05-20T23:30:37.971Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41092026-05-20T23:30:37.971Z --> dns-server/src/dns_server.rs:457:25
41102026-05-20T23:30:37.971Z |
41112026-05-20T23:30:37.972Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41122026-05-20T23:30:37.972Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41132026-05-20T23:30:37.972Z |
41142026-05-20T23:30:37.972Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41152026-05-20T23:30:37.972Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41162026-05-20T23:30:37.972Z |
41172026-05-20T23:30:37.972Z 78 | pub struct Record<R: RecordData = RData> {
41182026-05-20T23:30:37.972Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41192026-05-20T23:30:37.972Z |
41202026-05-20T23:30:37.972Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41212026-05-20T23:30:37.972Z |
41222026-05-20T23:30:37.972Z 77 | pub struct Record<R: RecordData = RData> {
41232026-05-20T23:30:37.972Z | ---------------------------------------- this is the found type
41242026-05-20T23:30:37.972Z = help: you can use `cargo tree` to explore your dependency tree
41252026-05-20T23:30:37.972Znote: required by a bound in `encode_and_send`
41262026-05-20T23:30:37.972Z --> dns-server/src/dns_server.rs:491:23
41272026-05-20T23:30:37.972Z |
41282026-05-20T23:30:37.972Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41292026-05-20T23:30:37.972Z | --------------- required by a bound in this function
41302026-05-20T23:30:37.972Z...
41312026-05-20T23:30:37.972Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
41322026-05-20T23:30:37.972Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41332026-05-20T23:30:37.972Z
41342026-05-20T23:30:37.972Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41352026-05-20T23:30:37.972Z --> dns-server/src/dns_server.rs:457:25
41362026-05-20T23:30:37.972Z |
41372026-05-20T23:30:37.972Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41382026-05-20T23:30:37.973Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41392026-05-20T23:30:37.973Z |
41402026-05-20T23:30:37.973Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41412026-05-20T23:30:37.973Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41422026-05-20T23:30:37.973Z |
41432026-05-20T23:30:37.973Z 78 | pub struct Record<R: RecordData = RData> {
41442026-05-20T23:30:37.973Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41452026-05-20T23:30:37.973Z |
41462026-05-20T23:30:37.973Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41472026-05-20T23:30:37.973Z |
41482026-05-20T23:30:37.973Z 77 | pub struct Record<R: RecordData = RData> {
41492026-05-20T23:30:37.973Z | ---------------------------------------- this is the found type
41502026-05-20T23:30:37.973Z = help: you can use `cargo tree` to explore your dependency tree
41512026-05-20T23:30:37.973Znote: required by a bound in `encode_and_send`
41522026-05-20T23:30:37.973Z --> dns-server/src/dns_server.rs:492:27
41532026-05-20T23:30:37.973Z |
41542026-05-20T23:30:37.973Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41552026-05-20T23:30:37.973Z | --------------- required by a bound in this function
41562026-05-20T23:30:37.973Z...
41572026-05-20T23:30:37.977Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
41582026-05-20T23:30:37.977Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41592026-05-20T23:30:37.978Z
41602026-05-20T23:30:37.978Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41612026-05-20T23:30:37.978Z --> dns-server/src/dns_server.rs:457:25
41622026-05-20T23:30:37.978Z |
41632026-05-20T23:30:37.978Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41642026-05-20T23:30:37.978Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41652026-05-20T23:30:37.978Z |
41662026-05-20T23:30:37.978Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41672026-05-20T23:30:37.978Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41682026-05-20T23:30:37.978Z |
41692026-05-20T23:30:37.978Z 78 | pub struct Record<R: RecordData = RData> {
41702026-05-20T23:30:37.978Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41712026-05-20T23:30:37.978Z |
41722026-05-20T23:30:37.978Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41732026-05-20T23:30:37.978Z |
41742026-05-20T23:30:37.978Z 77 | pub struct Record<R: RecordData = RData> {
41752026-05-20T23:30:37.978Z | ---------------------------------------- this is the found type
41762026-05-20T23:30:37.978Z = help: you can use `cargo tree` to explore your dependency tree
41772026-05-20T23:30:37.978Znote: required by a bound in `encode_and_send`
41782026-05-20T23:30:37.978Z --> dns-server/src/dns_server.rs:493:19
41792026-05-20T23:30:37.978Z |
41802026-05-20T23:30:37.978Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41812026-05-20T23:30:37.978Z | --------------- required by a bound in this function
41822026-05-20T23:30:37.978Z...
41832026-05-20T23:30:37.978Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
41842026-05-20T23:30:37.978Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41852026-05-20T23:30:37.978Z
41862026-05-20T23:30:37.978Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41872026-05-20T23:30:37.978Z --> dns-server/src/dns_server.rs:457:25
41882026-05-20T23:30:37.978Z |
41892026-05-20T23:30:37.978Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41902026-05-20T23:30:37.978Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41912026-05-20T23:30:37.978Z |
41922026-05-20T23:30:37.978Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41932026-05-20T23:30:37.978Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41942026-05-20T23:30:37.978Z |
41952026-05-20T23:30:37.978Z 78 | pub struct Record<R: RecordData = RData> {
41962026-05-20T23:30:37.978Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41972026-05-20T23:30:37.978Z |
41982026-05-20T23:30:37.979Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41992026-05-20T23:30:37.979Z |
42002026-05-20T23:30:37.979Z 77 | pub struct Record<R: RecordData = RData> {
42012026-05-20T23:30:37.979Z | ---------------------------------------- this is the found type
42022026-05-20T23:30:37.979Z = help: you can use `cargo tree` to explore your dependency tree
42032026-05-20T23:30:37.979Znote: required by a bound in `encode_and_send`
42042026-05-20T23:30:37.979Z --> dns-server/src/dns_server.rs:494:27
42052026-05-20T23:30:37.979Z |
42062026-05-20T23:30:37.979Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42072026-05-20T23:30:37.979Z | --------------- required by a bound in this function
42082026-05-20T23:30:37.979Z...
42092026-05-20T23:30:37.979Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
42102026-05-20T23:30:37.979Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42112026-05-20T23:30:37.979Z
42122026-05-20T23:30:37.979Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42132026-05-20T23:30:37.979Z --> dns-server/src/dns_server.rs:457:69
42142026-05-20T23:30:37.979Z |
42152026-05-20T23:30:37.979Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42162026-05-20T23:30:37.979Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42172026-05-20T23:30:37.979Z |
42182026-05-20T23:30:37.979Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42192026-05-20T23:30:37.979Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42202026-05-20T23:30:37.979Z |
42212026-05-20T23:30:37.979Z 78 | pub struct Record<R: RecordData = RData> {
42222026-05-20T23:30:37.979Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42232026-05-20T23:30:37.980Z |
42242026-05-20T23:30:37.980Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42252026-05-20T23:30:37.980Z |
42262026-05-20T23:30:37.980Z 77 | pub struct Record<R: RecordData = RData> {
42272026-05-20T23:30:37.980Z | ---------------------------------------- this is the found type
42282026-05-20T23:30:37.980Z = help: you can use `cargo tree` to explore your dependency tree
42292026-05-20T23:30:37.980Znote: required by a bound in `encode_and_send`
42302026-05-20T23:30:37.980Z --> dns-server/src/dns_server.rs:491:23
42312026-05-20T23:30:37.980Z |
42322026-05-20T23:30:37.980Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42332026-05-20T23:30:37.980Z | --------------- required by a bound in this function
42342026-05-20T23:30:37.980Z...
42352026-05-20T23:30:37.980Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
42362026-05-20T23:30:37.980Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42372026-05-20T23:30:37.980Z
42382026-05-20T23:30:37.980Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42392026-05-20T23:30:37.980Z --> dns-server/src/dns_server.rs:457:69
42402026-05-20T23:30:37.980Z |
42412026-05-20T23:30:37.980Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42422026-05-20T23:30:37.980Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42432026-05-20T23:30:37.980Z |
42442026-05-20T23:30:37.980Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42452026-05-20T23:30:37.980Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42462026-05-20T23:30:37.980Z |
42472026-05-20T23:30:37.980Z 78 | pub struct Record<R: RecordData = RData> {
42482026-05-20T23:30:37.980Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42492026-05-20T23:30:37.980Z |
42502026-05-20T23:30:37.980Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42512026-05-20T23:30:37.980Z |
42522026-05-20T23:30:37.980Z 77 | pub struct Record<R: RecordData = RData> {
42532026-05-20T23:30:37.980Z | ---------------------------------------- this is the found type
42542026-05-20T23:30:37.980Z = help: you can use `cargo tree` to explore your dependency tree
42552026-05-20T23:30:37.981Znote: required by a bound in `encode_and_send`
42562026-05-20T23:30:37.981Z --> dns-server/src/dns_server.rs:492:27
42572026-05-20T23:30:37.986Z |
42582026-05-20T23:30:37.986Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42592026-05-20T23:30:37.986Z | --------------- required by a bound in this function
42602026-05-20T23:30:37.986Z...
42612026-05-20T23:30:37.986Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
42622026-05-20T23:30:37.986Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42632026-05-20T23:30:37.986Z
42642026-05-20T23:30:37.986Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42652026-05-20T23:30:37.986Z --> dns-server/src/dns_server.rs:457:69
42662026-05-20T23:30:37.986Z |
42672026-05-20T23:30:37.986Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42682026-05-20T23:30:37.986Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42692026-05-20T23:30:37.986Z |
42702026-05-20T23:30:37.986Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42712026-05-20T23:30:37.986Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42722026-05-20T23:30:37.986Z |
42732026-05-20T23:30:37.986Z 78 | pub struct Record<R: RecordData = RData> {
42742026-05-20T23:30:37.986Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42752026-05-20T23:30:37.986Z |
42762026-05-20T23:30:37.987Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42772026-05-20T23:30:37.987Z |
42782026-05-20T23:30:37.987Z 77 | pub struct Record<R: RecordData = RData> {
42792026-05-20T23:30:37.987Z | ---------------------------------------- this is the found type
42802026-05-20T23:30:37.987Z = help: you can use `cargo tree` to explore your dependency tree
42812026-05-20T23:30:37.987Znote: required by a bound in `encode_and_send`
42822026-05-20T23:30:37.987Z --> dns-server/src/dns_server.rs:493:19
42832026-05-20T23:30:37.987Z |
42842026-05-20T23:30:37.987Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42852026-05-20T23:30:37.987Z | --------------- required by a bound in this function
42862026-05-20T23:30:37.987Z...
42872026-05-20T23:30:37.987Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
42882026-05-20T23:30:37.987Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42892026-05-20T23:30:37.987Z
42902026-05-20T23:30:37.987Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42912026-05-20T23:30:37.987Z --> dns-server/src/dns_server.rs:457:69
42922026-05-20T23:30:37.987Z |
42932026-05-20T23:30:37.987Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42942026-05-20T23:30:37.987Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42952026-05-20T23:30:37.987Z |
42962026-05-20T23:30:37.987Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42972026-05-20T23:30:37.987Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42982026-05-20T23:30:37.987Z |
42992026-05-20T23:30:37.987Z 78 | pub struct Record<R: RecordData = RData> {
43002026-05-20T23:30:37.987Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43012026-05-20T23:30:37.987Z |
43022026-05-20T23:30:37.987Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43032026-05-20T23:30:37.987Z |
43042026-05-20T23:30:37.987Z 77 | pub struct Record<R: RecordData = RData> {
43052026-05-20T23:30:37.987Z | ---------------------------------------- this is the found type
43062026-05-20T23:30:37.987Z = help: you can use `cargo tree` to explore your dependency tree
43072026-05-20T23:30:37.987Znote: required by a bound in `encode_and_send`
43082026-05-20T23:30:37.987Z --> dns-server/src/dns_server.rs:494:27
43092026-05-20T23:30:37.987Z |
43102026-05-20T23:30:37.987Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43112026-05-20T23:30:37.987Z | --------------- required by a bound in this function
43122026-05-20T23:30:37.987Z...
43132026-05-20T23:30:37.987Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
43142026-05-20T23:30:37.988Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43152026-05-20T23:30:37.988Z
43162026-05-20T23:30:37.988Zerror[E0308]: arguments to this method are incorrect
43172026-05-20T23:30:37.988Z --> dns-server/src/dns_server.rs:477:20
43182026-05-20T23:30:37.988Z |
43192026-05-20T23:30:37.988Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
43202026-05-20T23:30:37.988Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
43212026-05-20T23:30:37.988Z | |
43222026-05-20T23:30:37.988Z | expected `Header`, found `hickory_proto::op::Header`
43232026-05-20T23:30:37.988Z |
43242026-05-20T23:30:37.988Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43252026-05-20T23:30:37.988Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
43262026-05-20T23:30:37.988Z |
43272026-05-20T23:30:37.988Z 57 | pub struct Header {
43282026-05-20T23:30:37.988Z | ^^^^^^^^^^^^^^^^^ this is the expected type
43292026-05-20T23:30:37.988Z |
43302026-05-20T23:30:37.988Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
43312026-05-20T23:30:37.988Z |
43322026-05-20T23:30:37.988Z 57 | pub struct Header {
43332026-05-20T23:30:37.988Z | ----------------- this is the found type
43342026-05-20T23:30:37.988Z = help: you can use `cargo tree` to explore your dependency tree
43352026-05-20T23:30:37.988Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43362026-05-20T23:30:37.988Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
43372026-05-20T23:30:37.988Z |
43382026-05-20T23:30:37.988Z 67 | pub enum ResponseCode {
43392026-05-20T23:30:37.988Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43402026-05-20T23:30:37.988Z |
43412026-05-20T23:30:37.988Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
43422026-05-20T23:30:37.988Z |
43432026-05-20T23:30:37.988Z 67 | pub enum ResponseCode {
43442026-05-20T23:30:37.988Z | --------------------- this is the found type
43452026-05-20T23:30:37.988Z = help: you can use `cargo tree` to explore your dependency tree
43462026-05-20T23:30:37.988Znote: method defined here
43472026-05-20T23:30:37.988Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
43482026-05-20T23:30:37.988Z |
43492026-05-20T23:30:37.988Z190 | pub fn error_msg<'a>(
43502026-05-20T23:30:37.988Z | ^^^^^^^^^
43512026-05-20T23:30:37.988Z
43522026-05-20T23:30:37.988Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43532026-05-20T23:30:37.989Z --> dns-server/src/dns_server.rs:478:50
43542026-05-20T23:30:37.989Z |
43552026-05-20T23:30:37.989Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
43562026-05-20T23:30:37.989Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43572026-05-20T23:30:37.994Z | |
43582026-05-20T23:30:37.994Z | required by a bound introduced by this call
43592026-05-20T23:30:37.994Z |
43602026-05-20T23:30:37.994Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43612026-05-20T23:30:37.994Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43622026-05-20T23:30:37.994Z |
43632026-05-20T23:30:37.994Z 78 | pub struct Record<R: RecordData = RData> {
43642026-05-20T23:30:37.994Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43652026-05-20T23:30:37.994Z |
43662026-05-20T23:30:37.994Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43672026-05-20T23:30:37.994Z |
43682026-05-20T23:30:37.994Z 77 | pub struct Record<R: RecordData = RData> {
43692026-05-20T23:30:37.994Z | ---------------------------------------- this is the found type
43702026-05-20T23:30:37.994Z = help: you can use `cargo tree` to explore your dependency tree
43712026-05-20T23:30:37.994Znote: required by a bound in `encode_and_send`
43722026-05-20T23:30:37.994Z --> dns-server/src/dns_server.rs:491:23
43732026-05-20T23:30:37.994Z |
43742026-05-20T23:30:37.994Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43752026-05-20T23:30:37.994Z | --------------- required by a bound in this function
43762026-05-20T23:30:37.994Z...
43772026-05-20T23:30:37.994Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
43782026-05-20T23:30:37.994Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43792026-05-20T23:30:37.994Z
43802026-05-20T23:30:37.994Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43812026-05-20T23:30:37.994Z --> dns-server/src/dns_server.rs:478:50
43822026-05-20T23:30:37.994Z |
43832026-05-20T23:30:37.994Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
43842026-05-20T23:30:37.994Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43852026-05-20T23:30:37.995Z | |
43862026-05-20T23:30:37.995Z | required by a bound introduced by this call
43872026-05-20T23:30:37.995Z |
43882026-05-20T23:30:37.995Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43892026-05-20T23:30:37.995Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43902026-05-20T23:30:37.995Z |
43912026-05-20T23:30:37.995Z 78 | pub struct Record<R: RecordData = RData> {
43922026-05-20T23:30:37.995Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43932026-05-20T23:30:37.995Z |
43942026-05-20T23:30:37.995Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43952026-05-20T23:30:37.995Z |
43962026-05-20T23:30:37.995Z 77 | pub struct Record<R: RecordData = RData> {
43972026-05-20T23:30:37.995Z | ---------------------------------------- this is the found type
43982026-05-20T23:30:37.995Z = help: you can use `cargo tree` to explore your dependency tree
43992026-05-20T23:30:37.995Znote: required by a bound in `encode_and_send`
44002026-05-20T23:30:37.995Z --> dns-server/src/dns_server.rs:492:27
44012026-05-20T23:30:37.995Z |
44022026-05-20T23:30:37.995Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44032026-05-20T23:30:37.995Z | --------------- required by a bound in this function
44042026-05-20T23:30:37.995Z...
44052026-05-20T23:30:37.995Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
44062026-05-20T23:30:37.995Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44072026-05-20T23:30:37.995Z
44082026-05-20T23:30:37.995Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44092026-05-20T23:30:37.995Z --> dns-server/src/dns_server.rs:478:50
44102026-05-20T23:30:37.995Z |
44112026-05-20T23:30:37.995Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44122026-05-20T23:30:37.995Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44132026-05-20T23:30:37.995Z | |
44142026-05-20T23:30:37.995Z | required by a bound introduced by this call
44152026-05-20T23:30:37.995Z |
44162026-05-20T23:30:37.996Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44172026-05-20T23:30:37.996Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44182026-05-20T23:30:37.996Z |
44192026-05-20T23:30:37.996Z 78 | pub struct Record<R: RecordData = RData> {
44202026-05-20T23:30:37.996Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44212026-05-20T23:30:37.996Z |
44222026-05-20T23:30:37.996Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44232026-05-20T23:30:37.996Z |
44242026-05-20T23:30:37.996Z 77 | pub struct Record<R: RecordData = RData> {
44252026-05-20T23:30:37.996Z | ---------------------------------------- this is the found type
44262026-05-20T23:30:37.996Z = help: you can use `cargo tree` to explore your dependency tree
44272026-05-20T23:30:37.997Znote: required by a bound in `encode_and_send`
44282026-05-20T23:30:37.997Z --> dns-server/src/dns_server.rs:493:19
44292026-05-20T23:30:37.997Z |
44302026-05-20T23:30:37.997Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44312026-05-20T23:30:37.997Z | --------------- required by a bound in this function
44322026-05-20T23:30:37.997Z...
44332026-05-20T23:30:37.997Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
44342026-05-20T23:30:37.997Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44352026-05-20T23:30:37.997Z
44362026-05-20T23:30:37.997Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44372026-05-20T23:30:37.997Z --> dns-server/src/dns_server.rs:478:50
44382026-05-20T23:30:37.997Z |
44392026-05-20T23:30:37.997Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44402026-05-20T23:30:37.997Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44412026-05-20T23:30:37.997Z | |
44422026-05-20T23:30:37.997Z | required by a bound introduced by this call
44432026-05-20T23:30:37.997Z |
44442026-05-20T23:30:37.997Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44452026-05-20T23:30:37.997Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44462026-05-20T23:30:37.997Z |
44472026-05-20T23:30:37.997Z 78 | pub struct Record<R: RecordData = RData> {
44482026-05-20T23:30:37.997Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44492026-05-20T23:30:37.997Z |
44502026-05-20T23:30:37.997Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44512026-05-20T23:30:37.997Z |
44522026-05-20T23:30:37.997Z 77 | pub struct Record<R: RecordData = RData> {
44532026-05-20T23:30:37.997Z | ---------------------------------------- this is the found type
44542026-05-20T23:30:37.997Z = help: you can use `cargo tree` to explore your dependency tree
44552026-05-20T23:30:37.997Znote: required by a bound in `encode_and_send`
44562026-05-20T23:30:37.997Z --> dns-server/src/dns_server.rs:494:27
44572026-05-20T23:30:38.101Z |
44582026-05-20T23:30:38.101Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44592026-05-20T23:30:38.101Z | --------------- required by a bound in this function
44602026-05-20T23:30:38.101Z...
44612026-05-20T23:30:38.101Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
44622026-05-20T23:30:38.101Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44632026-05-20T23:30:38.101Z
44642026-05-20T23:30:38.101Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44652026-05-20T23:30:38.101Z --> dns-server/src/dns_server.rs:478:25
44662026-05-20T23:30:38.102Z |
44672026-05-20T23:30:38.102Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44682026-05-20T23:30:38.102Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44692026-05-20T23:30:38.102Z |
44702026-05-20T23:30:38.102Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44712026-05-20T23:30:38.102Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44722026-05-20T23:30:38.102Z |
44732026-05-20T23:30:38.102Z 78 | pub struct Record<R: RecordData = RData> {
44742026-05-20T23:30:38.102Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44752026-05-20T23:30:38.102Z |
44762026-05-20T23:30:38.102Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44772026-05-20T23:30:38.102Z |
44782026-05-20T23:30:38.102Z 77 | pub struct Record<R: RecordData = RData> {
44792026-05-20T23:30:38.102Z | ---------------------------------------- this is the found type
44802026-05-20T23:30:38.102Z = help: you can use `cargo tree` to explore your dependency tree
44812026-05-20T23:30:38.102Znote: required by a bound in `encode_and_send`
44822026-05-20T23:30:38.102Z --> dns-server/src/dns_server.rs:491:23
44832026-05-20T23:30:38.102Z |
44842026-05-20T23:30:38.102Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44852026-05-20T23:30:38.102Z | --------------- required by a bound in this function
44862026-05-20T23:30:38.102Z...
44872026-05-20T23:30:38.102Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
44882026-05-20T23:30:38.102Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44892026-05-20T23:30:38.102Z
44902026-05-20T23:30:38.102Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44912026-05-20T23:30:38.103Z --> dns-server/src/dns_server.rs:478:25
44922026-05-20T23:30:38.103Z |
44932026-05-20T23:30:38.103Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44942026-05-20T23:30:38.103Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44952026-05-20T23:30:38.103Z |
44962026-05-20T23:30:38.103Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44972026-05-20T23:30:38.103Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44982026-05-20T23:30:38.103Z |
44992026-05-20T23:30:38.103Z 78 | pub struct Record<R: RecordData = RData> {
45002026-05-20T23:30:38.103Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45012026-05-20T23:30:38.103Z |
45022026-05-20T23:30:38.103Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45032026-05-20T23:30:38.103Z |
45042026-05-20T23:30:38.103Z 77 | pub struct Record<R: RecordData = RData> {
45052026-05-20T23:30:38.103Z | ---------------------------------------- this is the found type
45062026-05-20T23:30:38.103Z = help: you can use `cargo tree` to explore your dependency tree
45072026-05-20T23:30:38.103Znote: required by a bound in `encode_and_send`
45082026-05-20T23:30:38.103Z --> dns-server/src/dns_server.rs:492:27
45092026-05-20T23:30:38.103Z |
45102026-05-20T23:30:38.103Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45112026-05-20T23:30:38.103Z | --------------- required by a bound in this function
45122026-05-20T23:30:38.103Z...
45132026-05-20T23:30:38.103Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
45142026-05-20T23:30:38.103Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45152026-05-20T23:30:38.103Z
45162026-05-20T23:30:38.103Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45172026-05-20T23:30:38.103Z --> dns-server/src/dns_server.rs:478:25
45182026-05-20T23:30:38.103Z |
45192026-05-20T23:30:38.103Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45202026-05-20T23:30:38.103Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45212026-05-20T23:30:38.104Z |
45222026-05-20T23:30:38.104Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45232026-05-20T23:30:38.104Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45242026-05-20T23:30:38.104Z |
45252026-05-20T23:30:38.105Z 78 | pub struct Record<R: RecordData = RData> {
45262026-05-20T23:30:38.105Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45272026-05-20T23:30:38.105Z |
45282026-05-20T23:30:38.105Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45292026-05-20T23:30:38.105Z |
45302026-05-20T23:30:38.105Z 77 | pub struct Record<R: RecordData = RData> {
45312026-05-20T23:30:38.105Z | ---------------------------------------- this is the found type
45322026-05-20T23:30:38.105Z = help: you can use `cargo tree` to explore your dependency tree
45332026-05-20T23:30:38.105Znote: required by a bound in `encode_and_send`
45342026-05-20T23:30:38.105Z --> dns-server/src/dns_server.rs:493:19
45352026-05-20T23:30:38.105Z |
45362026-05-20T23:30:38.105Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45372026-05-20T23:30:38.105Z | --------------- required by a bound in this function
45382026-05-20T23:30:38.105Z...
45392026-05-20T23:30:38.105Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
45402026-05-20T23:30:38.105Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45412026-05-20T23:30:38.105Z
45422026-05-20T23:30:38.105Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45432026-05-20T23:30:38.105Z --> dns-server/src/dns_server.rs:478:25
45442026-05-20T23:30:38.105Z |
45452026-05-20T23:30:38.105Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45462026-05-20T23:30:38.105Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45472026-05-20T23:30:38.105Z |
45482026-05-20T23:30:38.105Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45492026-05-20T23:30:38.105Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45502026-05-20T23:30:38.105Z |
45512026-05-20T23:30:38.105Z 78 | pub struct Record<R: RecordData = RData> {
45522026-05-20T23:30:38.107Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45532026-05-20T23:30:38.107Z |
45542026-05-20T23:30:38.107Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45552026-05-20T23:30:38.107Z |
45562026-05-20T23:30:38.107Z 77 | pub struct Record<R: RecordData = RData> {
45572026-05-20T23:30:38.113Z | ---------------------------------------- this is the found type
45582026-05-20T23:30:38.113Z = help: you can use `cargo tree` to explore your dependency tree
45592026-05-20T23:30:38.113Znote: required by a bound in `encode_and_send`
45602026-05-20T23:30:38.113Z --> dns-server/src/dns_server.rs:494:27
45612026-05-20T23:30:38.113Z |
45622026-05-20T23:30:38.113Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45632026-05-20T23:30:38.113Z | --------------- required by a bound in this function
45642026-05-20T23:30:38.113Z...
45652026-05-20T23:30:38.113Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
45662026-05-20T23:30:38.113Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45672026-05-20T23:30:38.114Z
45682026-05-20T23:30:38.114Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45692026-05-20T23:30:38.114Z --> dns-server/src/dns_server.rs:478:69
45702026-05-20T23:30:38.114Z |
45712026-05-20T23:30:38.114Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45722026-05-20T23:30:38.114Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45732026-05-20T23:30:38.114Z |
45742026-05-20T23:30:38.114Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45752026-05-20T23:30:38.114Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45762026-05-20T23:30:38.114Z |
45772026-05-20T23:30:38.114Z 78 | pub struct Record<R: RecordData = RData> {
45782026-05-20T23:30:38.114Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45792026-05-20T23:30:38.114Z |
45802026-05-20T23:30:38.114Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45812026-05-20T23:30:38.114Z |
45822026-05-20T23:30:38.114Z 77 | pub struct Record<R: RecordData = RData> {
45832026-05-20T23:30:38.114Z | ---------------------------------------- this is the found type
45842026-05-20T23:30:38.114Z = help: you can use `cargo tree` to explore your dependency tree
45852026-05-20T23:30:38.114Znote: required by a bound in `encode_and_send`
45862026-05-20T23:30:38.115Z --> dns-server/src/dns_server.rs:491:23
45872026-05-20T23:30:38.115Z |
45882026-05-20T23:30:38.115Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45892026-05-20T23:30:38.115Z | --------------- required by a bound in this function
45902026-05-20T23:30:38.115Z...
45912026-05-20T23:30:38.115Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
45922026-05-20T23:30:38.116Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45932026-05-20T23:30:38.116Z
45942026-05-20T23:30:38.116Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45952026-05-20T23:30:38.116Z --> dns-server/src/dns_server.rs:478:69
45962026-05-20T23:30:38.116Z |
45972026-05-20T23:30:38.116Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45982026-05-20T23:30:38.116Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45992026-05-20T23:30:38.116Z |
46002026-05-20T23:30:38.116Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46012026-05-20T23:30:38.116Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46022026-05-20T23:30:38.116Z |
46032026-05-20T23:30:38.116Z 78 | pub struct Record<R: RecordData = RData> {
46042026-05-20T23:30:38.116Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46052026-05-20T23:30:38.116Z |
46062026-05-20T23:30:38.116Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46072026-05-20T23:30:38.117Z |
46082026-05-20T23:30:38.117Z 77 | pub struct Record<R: RecordData = RData> {
46092026-05-20T23:30:38.117Z | ---------------------------------------- this is the found type
46102026-05-20T23:30:38.117Z = help: you can use `cargo tree` to explore your dependency tree
46112026-05-20T23:30:38.117Znote: required by a bound in `encode_and_send`
46122026-05-20T23:30:38.117Z --> dns-server/src/dns_server.rs:492:27
46132026-05-20T23:30:38.117Z |
46142026-05-20T23:30:38.118Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46152026-05-20T23:30:38.118Z | --------------- required by a bound in this function
46162026-05-20T23:30:38.118Z...
46172026-05-20T23:30:38.118Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
46182026-05-20T23:30:38.118Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46192026-05-20T23:30:38.118Z
46202026-05-20T23:30:38.118Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46212026-05-20T23:30:38.118Z --> dns-server/src/dns_server.rs:478:69
46222026-05-20T23:30:38.118Z |
46232026-05-20T23:30:38.118Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46242026-05-20T23:30:38.118Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46252026-05-20T23:30:38.118Z |
46262026-05-20T23:30:38.118Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46272026-05-20T23:30:38.118Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46282026-05-20T23:30:38.118Z |
46292026-05-20T23:30:38.118Z 78 | pub struct Record<R: RecordData = RData> {
46302026-05-20T23:30:38.118Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46312026-05-20T23:30:38.118Z |
46322026-05-20T23:30:38.118Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46332026-05-20T23:30:38.118Z |
46342026-05-20T23:30:38.118Z 77 | pub struct Record<R: RecordData = RData> {
46352026-05-20T23:30:38.118Z | ---------------------------------------- this is the found type
46362026-05-20T23:30:38.118Z = help: you can use `cargo tree` to explore your dependency tree
46372026-05-20T23:30:38.118Znote: required by a bound in `encode_and_send`
46382026-05-20T23:30:38.118Z --> dns-server/src/dns_server.rs:493:19
46392026-05-20T23:30:38.118Z |
46402026-05-20T23:30:38.118Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46412026-05-20T23:30:38.118Z | --------------- required by a bound in this function
46422026-05-20T23:30:38.118Z...
46432026-05-20T23:30:38.119Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
46442026-05-20T23:30:38.119Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46452026-05-20T23:30:38.119Z
46462026-05-20T23:30:38.119Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46472026-05-20T23:30:38.119Z --> dns-server/src/dns_server.rs:478:69
46482026-05-20T23:30:38.119Z |
46492026-05-20T23:30:38.119Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46502026-05-20T23:30:38.119Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46512026-05-20T23:30:38.119Z |
46522026-05-20T23:30:38.119Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46532026-05-20T23:30:38.119Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46542026-05-20T23:30:38.119Z |
46552026-05-20T23:30:38.119Z 78 | pub struct Record<R: RecordData = RData> {
46562026-05-20T23:30:38.119Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46572026-05-20T23:30:38.123Z |
46582026-05-20T23:30:38.123Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46592026-05-20T23:30:38.123Z |
46602026-05-20T23:30:38.124Z 77 | pub struct Record<R: RecordData = RData> {
46612026-05-20T23:30:38.124Z | ---------------------------------------- this is the found type
46622026-05-20T23:30:38.124Z = help: you can use `cargo tree` to explore your dependency tree
46632026-05-20T23:30:38.124Znote: required by a bound in `encode_and_send`
46642026-05-20T23:30:38.124Z --> dns-server/src/dns_server.rs:494:27
46652026-05-20T23:30:38.124Z |
46662026-05-20T23:30:38.124Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46672026-05-20T23:30:38.124Z | --------------- required by a bound in this function
46682026-05-20T23:30:38.124Z...
46692026-05-20T23:30:38.124Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
46702026-05-20T23:30:38.124Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46712026-05-20T23:30:38.124Z
46722026-05-20T23:30:38.124Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
46732026-05-20T23:30:38.124Z --> dns-server/src/dns_server.rs:500:14
46742026-05-20T23:30:38.124Z |
46752026-05-20T23:30:38.124Z499 | let _ = mresp
46762026-05-20T23:30:38.124Z | _________________-
46772026-05-20T23:30:38.124Z500 | | .destructive_emit(&mut enc)
46782026-05-20T23:30:38.124Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
46792026-05-20T23:30:38.124Z | |_____________|
46802026-05-20T23:30:38.124Z |
46812026-05-20T23:30:38.124Z |
46822026-05-20T23:30:38.124Z = note: the following trait bounds were not satisfied:
46832026-05-20T23:30:38.124Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46842026-05-20T23:30:38.124Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46852026-05-20T23:30:38.124Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46862026-05-20T23:30:38.124Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46872026-05-20T23:30:38.124Z
46882026-05-20T23:30:38.124Zerror[E0308]: mismatched types
46892026-05-20T23:30:38.124Z --> dns-server/src/dns_server.rs:229:35
46902026-05-20T23:30:38.124Z |
46912026-05-20T23:30:38.124Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
46922026-05-20T23:30:38.124Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
46932026-05-20T23:30:38.124Z | |
46942026-05-20T23:30:38.124Z | arguments to this function are incorrect
46952026-05-20T23:30:38.124Z |
46962026-05-20T23:30:38.124Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46972026-05-20T23:30:38.124Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
46982026-05-20T23:30:38.125Z |
46992026-05-20T23:30:38.125Z 34 | pub struct Name {
47002026-05-20T23:30:38.125Z | ^^^^^^^^^^^^^^^ this is the expected type
47012026-05-20T23:30:38.125Z |
47022026-05-20T23:30:38.125Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47032026-05-20T23:30:38.125Z |
47042026-05-20T23:30:38.125Z 37 | pub struct Name {
47052026-05-20T23:30:38.125Z | --------------- this is the found type
47062026-05-20T23:30:38.125Z = help: you can use `cargo tree` to explore your dependency tree
47072026-05-20T23:30:38.125Znote: associated function defined here
47082026-05-20T23:30:38.125Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47092026-05-20T23:30:38.125Z |
47102026-05-20T23:30:38.125Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47112026-05-20T23:30:38.125Z | ^^^^^^^^^^
47122026-05-20T23:30:38.125Z
47132026-05-20T23:30:38.125Zerror[E0308]: mismatched types
47142026-05-20T23:30:38.125Z --> dns-server/src/dns_server.rs:233:35
47152026-05-20T23:30:38.125Z |
47162026-05-20T23:30:38.125Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
47172026-05-20T23:30:38.125Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47182026-05-20T23:30:38.125Z | |
47192026-05-20T23:30:38.125Z | arguments to this function are incorrect
47202026-05-20T23:30:38.125Z |
47212026-05-20T23:30:38.125Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47222026-05-20T23:30:38.125Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47232026-05-20T23:30:38.125Z |
47242026-05-20T23:30:38.125Z 34 | pub struct Name {
47252026-05-20T23:30:38.125Z | ^^^^^^^^^^^^^^^ this is the expected type
47262026-05-20T23:30:38.125Z |
47272026-05-20T23:30:38.125Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47282026-05-20T23:30:38.125Z |
47292026-05-20T23:30:38.125Z 37 | pub struct Name {
47302026-05-20T23:30:38.125Z | --------------- this is the found type
47312026-05-20T23:30:38.125Z = help: you can use `cargo tree` to explore your dependency tree
47322026-05-20T23:30:38.125Znote: associated function defined here
47332026-05-20T23:30:38.125Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47342026-05-20T23:30:38.125Z |
47352026-05-20T23:30:38.125Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47362026-05-20T23:30:38.125Z | ^^^^^^^^^^
47372026-05-20T23:30:38.125Z
47382026-05-20T23:30:38.126Zerror[E0308]: mismatched types
47392026-05-20T23:30:38.126Z --> dns-server/src/dns_server.rs:247:60
47402026-05-20T23:30:38.126Z |
47412026-05-20T23:30:38.126Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
47422026-05-20T23:30:38.126Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47432026-05-20T23:30:38.126Z | |
47442026-05-20T23:30:38.126Z | arguments to this function are incorrect
47452026-05-20T23:30:38.126Z |
47462026-05-20T23:30:38.126Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47472026-05-20T23:30:38.126Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47482026-05-20T23:30:38.126Z |
47492026-05-20T23:30:38.126Z 34 | pub struct Name {
47502026-05-20T23:30:38.126Z | ^^^^^^^^^^^^^^^ this is the expected type
47512026-05-20T23:30:38.126Z |
47522026-05-20T23:30:38.126Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47532026-05-20T23:30:38.126Z |
47542026-05-20T23:30:38.126Z 37 | pub struct Name {
47552026-05-20T23:30:38.126Z | --------------- this is the found type
47562026-05-20T23:30:38.126Z = help: you can use `cargo tree` to explore your dependency tree
47572026-05-20T23:30:38.132Znote: associated function defined here
47582026-05-20T23:30:38.132Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
47592026-05-20T23:30:38.132Z |
47602026-05-20T23:30:38.132Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
47612026-05-20T23:30:38.132Z | ^^^
47622026-05-20T23:30:38.132Z
47632026-05-20T23:30:38.132Zerror[E0308]: mismatched types
47642026-05-20T23:30:38.132Z --> dns-server/src/dns_server.rs:245:17
47652026-05-20T23:30:38.132Z |
47662026-05-20T23:30:38.132Z244 | Ok(Record::from_rdata(
47672026-05-20T23:30:38.132Z | ------------------ arguments to this function are incorrect
47682026-05-20T23:30:38.132Z245 | name.clone(),
47692026-05-20T23:30:38.132Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47702026-05-20T23:30:38.132Z |
47712026-05-20T23:30:38.132Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47722026-05-20T23:30:38.132Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47732026-05-20T23:30:38.132Z |
47742026-05-20T23:30:38.132Z 34 | pub struct Name {
47752026-05-20T23:30:38.132Z | ^^^^^^^^^^^^^^^ this is the expected type
47762026-05-20T23:30:38.132Z |
47772026-05-20T23:30:38.133Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47782026-05-20T23:30:38.133Z |
47792026-05-20T23:30:38.133Z 37 | pub struct Name {
47802026-05-20T23:30:38.133Z | --------------- this is the found type
47812026-05-20T23:30:38.133Z = help: you can use `cargo tree` to explore your dependency tree
47822026-05-20T23:30:38.133Znote: associated function defined here
47832026-05-20T23:30:38.133Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47842026-05-20T23:30:38.133Z |
47852026-05-20T23:30:38.133Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47862026-05-20T23:30:38.133Z | ^^^^^^^^^^
47872026-05-20T23:30:38.133Z
47882026-05-20T23:30:38.133Zerror[E0308]: mismatched types
47892026-05-20T23:30:38.133Z --> dns-server/src/dns_server.rs:259:65
47902026-05-20T23:30:38.133Z |
47912026-05-20T23:30:38.133Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
47922026-05-20T23:30:38.133Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47932026-05-20T23:30:38.133Z | |
47942026-05-20T23:30:38.133Z | arguments to this struct are incorrect
47952026-05-20T23:30:38.133Z |
47962026-05-20T23:30:38.133Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47972026-05-20T23:30:38.133Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47982026-05-20T23:30:38.133Z |
47992026-05-20T23:30:38.133Z 34 | pub struct Name {
48002026-05-20T23:30:38.133Z | ^^^^^^^^^^^^^^^ this is the expected type
48012026-05-20T23:30:38.133Z |
48022026-05-20T23:30:38.133Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48032026-05-20T23:30:38.133Z |
48042026-05-20T23:30:38.133Z 37 | pub struct Name {
48052026-05-20T23:30:38.133Z | --------------- this is the found type
48062026-05-20T23:30:38.133Z = help: you can use `cargo tree` to explore your dependency tree
48072026-05-20T23:30:38.133Znote: tuple struct defined here
48082026-05-20T23:30:38.133Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
48092026-05-20T23:30:38.133Z |
48102026-05-20T23:30:38.133Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
48112026-05-20T23:30:38.133Z | ^^
48122026-05-20T23:30:38.133Z
48132026-05-20T23:30:38.133Zerror[E0308]: mismatched types
48142026-05-20T23:30:38.133Z --> dns-server/src/dns_server.rs:259:35
48152026-05-20T23:30:38.133Z |
48162026-05-20T23:30:38.133Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
48172026-05-20T23:30:38.134Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48182026-05-20T23:30:38.134Z | |
48192026-05-20T23:30:38.134Z | arguments to this function are incorrect
48202026-05-20T23:30:38.134Z |
48212026-05-20T23:30:38.134Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48222026-05-20T23:30:38.134Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48232026-05-20T23:30:38.134Z |
48242026-05-20T23:30:38.134Z 34 | pub struct Name {
48252026-05-20T23:30:38.134Z | ^^^^^^^^^^^^^^^ this is the expected type
48262026-05-20T23:30:38.134Z |
48272026-05-20T23:30:38.134Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48282026-05-20T23:30:38.134Z |
48292026-05-20T23:30:38.134Z 37 | pub struct Name {
48302026-05-20T23:30:38.134Z | --------------- this is the found type
48312026-05-20T23:30:38.134Z = help: you can use `cargo tree` to explore your dependency tree
48322026-05-20T23:30:38.134Znote: associated function defined here
48332026-05-20T23:30:38.134Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48342026-05-20T23:30:38.134Z |
48352026-05-20T23:30:38.134Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48362026-05-20T23:30:38.134Z | ^^^^^^^^^^
48372026-05-20T23:30:38.134Z
48382026-05-20T23:30:38.134Zerror[E0308]: arguments to this function are incorrect
48392026-05-20T23:30:38.134Z --> dns-server/src/storage.rs:448:43
48402026-05-20T23:30:38.134Z |
48412026-05-20T23:30:38.134Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
48422026-05-20T23:30:38.134Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48432026-05-20T23:30:38.134Z449 | preferred_nameserver,
48442026-05-20T23:30:38.134Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48452026-05-20T23:30:38.134Z450 | rname,
48462026-05-20T23:30:38.134Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48472026-05-20T23:30:38.135Z |
48482026-05-20T23:30:38.135Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48492026-05-20T23:30:38.135Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48502026-05-20T23:30:38.135Z |
48512026-05-20T23:30:38.135Z 34 | pub struct Name {
48522026-05-20T23:30:38.135Z | ^^^^^^^^^^^^^^^ this is the expected type
48532026-05-20T23:30:38.135Z |
48542026-05-20T23:30:38.135Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48552026-05-20T23:30:38.135Z |
48562026-05-20T23:30:38.135Z 37 | pub struct Name {
48572026-05-20T23:30:38.141Z | --------------- this is the found type
48582026-05-20T23:30:38.141Z = help: you can use `cargo tree` to explore your dependency tree
48592026-05-20T23:30:38.142Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48602026-05-20T23:30:38.142Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48612026-05-20T23:30:38.142Z |
48622026-05-20T23:30:38.142Z 34 | pub struct Name {
48632026-05-20T23:30:38.142Z | ^^^^^^^^^^^^^^^ this is the expected type
48642026-05-20T23:30:38.142Z |
48652026-05-20T23:30:38.142Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48662026-05-20T23:30:38.142Z |
48672026-05-20T23:30:38.142Z 37 | pub struct Name {
48682026-05-20T23:30:38.142Z | --------------- this is the found type
48692026-05-20T23:30:38.142Z = help: you can use `cargo tree` to explore your dependency tree
48702026-05-20T23:30:38.142Znote: associated function defined here
48712026-05-20T23:30:38.142Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
48722026-05-20T23:30:38.142Z |
48732026-05-20T23:30:38.142Z154 | pub fn new(
48742026-05-20T23:30:38.142Z | ^^^
48752026-05-20T23:30:38.142Z
48762026-05-20T23:30:38.142Zerror[E0308]: mismatched types
48772026-05-20T23:30:38.142Z --> dns-server/src/storage.rs:446:13
48782026-05-20T23:30:38.142Z |
48792026-05-20T23:30:38.142Z445 | let record = hickory_proto::rr::Record::from_rdata(
48802026-05-20T23:30:38.142Z | ------------------------------------- arguments to this function are incorrect
48812026-05-20T23:30:38.142Z446 | soa_name,
48822026-05-20T23:30:38.142Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48832026-05-20T23:30:38.142Z |
48842026-05-20T23:30:38.142Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48852026-05-20T23:30:38.142Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48862026-05-20T23:30:38.142Z |
48872026-05-20T23:30:38.142Z 34 | pub struct Name {
48882026-05-20T23:30:38.143Z | ^^^^^^^^^^^^^^^ this is the expected type
48892026-05-20T23:30:38.143Z |
48902026-05-20T23:30:38.143Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48912026-05-20T23:30:38.143Z |
48922026-05-20T23:30:38.143Z 37 | pub struct Name {
48932026-05-20T23:30:38.143Z | --------------- this is the found type
48942026-05-20T23:30:38.143Z = help: you can use `cargo tree` to explore your dependency tree
48952026-05-20T23:30:38.143Znote: associated function defined here
48962026-05-20T23:30:38.143Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48972026-05-20T23:30:38.143Z |
48982026-05-20T23:30:38.143Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48992026-05-20T23:30:38.143Z | ^^^^^^^^^^
49002026-05-20T23:30:38.143Z
49012026-05-20T23:30:38.143Zerror[E0308]: mismatched types
49022026-05-20T23:30:38.143Z --> dns-server/src/storage.rs:768:30
49032026-05-20T23:30:38.143Z |
49042026-05-20T23:30:38.143Z768 | self.query_raw(name, orig_name)
49052026-05-20T23:30:38.143Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
49062026-05-20T23:30:38.143Z | |
49072026-05-20T23:30:38.143Z | arguments to this method are incorrect
49082026-05-20T23:30:38.143Z |
49092026-05-20T23:30:38.143Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49102026-05-20T23:30:38.143Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49112026-05-20T23:30:38.143Z |
49122026-05-20T23:30:38.143Z 37 | pub struct Name {
49132026-05-20T23:30:38.143Z | ^^^^^^^^^^^^^^^ this is the expected type
49142026-05-20T23:30:38.143Z |
49152026-05-20T23:30:38.143Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49162026-05-20T23:30:38.143Z |
49172026-05-20T23:30:38.143Z 34 | pub struct Name {
49182026-05-20T23:30:38.143Z | --------------- this is the found type
49192026-05-20T23:30:38.143Z = help: you can use `cargo tree` to explore your dependency tree
49202026-05-20T23:30:38.143Znote: method defined here
49212026-05-20T23:30:38.143Z --> dns-server/src/storage.rs:780:8
49222026-05-20T23:30:38.143Z |
49232026-05-20T23:30:38.143Z780 | fn query_raw(
49242026-05-20T23:30:38.143Z | ^^^^^^^^^
49252026-05-20T23:30:38.144Z...
49262026-05-20T23:30:38.144Z783 | orig_name: &Name,
49272026-05-20T23:30:38.144Z | ----------------
49282026-05-20T23:30:38.144Z
49292026-05-20T23:30:38.144Zerror[E0308]: mismatched types
49302026-05-20T23:30:38.144Z --> dns-server/src/storage.rs:777:40
49312026-05-20T23:30:38.144Z |
49322026-05-20T23:30:38.144Z777 | self.query_raw(&LowerName::new(name), name)
49332026-05-20T23:30:38.144Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49342026-05-20T23:30:38.144Z | |
49352026-05-20T23:30:38.144Z | arguments to this function are incorrect
49362026-05-20T23:30:38.144Z |
49372026-05-20T23:30:38.144Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49382026-05-20T23:30:38.144Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49392026-05-20T23:30:38.144Z |
49402026-05-20T23:30:38.144Z 34 | pub struct Name {
49412026-05-20T23:30:38.144Z | ^^^^^^^^^^^^^^^ this is the expected type
49422026-05-20T23:30:38.144Z |
49432026-05-20T23:30:38.144Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49442026-05-20T23:30:38.144Z |
49452026-05-20T23:30:38.144Z 37 | pub struct Name {
49462026-05-20T23:30:38.144Z | --------------- this is the found type
49472026-05-20T23:30:38.144Z = help: you can use `cargo tree` to explore your dependency tree
49482026-05-20T23:30:38.144Znote: associated function defined here
49492026-05-20T23:30:38.144Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
49502026-05-20T23:30:38.144Z |
49512026-05-20T23:30:38.144Z 37 | pub fn new(name: &Name) -> Self {
49522026-05-20T23:30:38.144Z | ^^^
49532026-05-20T23:30:38.144Z
49542026-05-20T23:30:38.144Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
49552026-05-20T23:30:38.144Z --> dns-server/src/storage.rs:791:33
49562026-05-20T23:30:38.144Z |
49572026-05-20T23:30:38.149Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
49582026-05-20T23:30:38.149Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
49592026-05-20T23:30:38.149Z |
49602026-05-20T23:30:38.149Zhelp: item with same name found
49612026-05-20T23:30:38.149Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
49622026-05-20T23:30:38.149Z |
49632026-05-20T23:30:38.149Z 28 | pub struct LowerName(Name);
49642026-05-20T23:30:38.149Z | ^^^^^^^^^^^^^^^^^^^^
49652026-05-20T23:30:38.149Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
49662026-05-20T23:30:38.149Zhelp: the following other types implement trait `std::convert::From<T>`
49672026-05-20T23:30:38.149Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
49682026-05-20T23:30:38.149Z |
49692026-05-20T23:30:38.149Z240 | impl From<Name> for LowerName {
49702026-05-20T23:30:38.149Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
49712026-05-20T23:30:38.149Z...
49722026-05-20T23:30:38.149Z246 | impl<'a> From<&'a Name> for LowerName {
49732026-05-20T23:30:38.149Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
49742026-05-20T23:30:38.150Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
49752026-05-20T23:30:38.150Z = help: you can use `cargo tree` to explore your dependency tree
49762026-05-20T23:30:38.150Z
49772026-05-20T23:30:38.204ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
49782026-05-20T23:30:38.205ZFor more information about an error, try `rustc --explain E0271`.
49792026-05-20T23:30:38.248Zerror: could not compile `dns-server` (lib) due to 60 previous errors
49802026-05-20T23:30:38.451Zerror: 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-20T23:30:38.460ZError: cargo-hack install failed: exit status: 1
49822026-05-20T23:30:38.461Z
49832026-05-20T23:30:38.461Zreal 3:59.122160618
49842026-05-20T23:30:38.461Zuser 6:58.545715220
49852026-05-20T23:30:38.461Zsys 1:55.653734541
49862026-05-20T23:30:38.461Ztrap 0.151406076
49872026-05-20T23:30:38.461Ztflt 0.256351322
49882026-05-20T23:30:38.461Zdflt 0.511119210
49892026-05-20T23:30:38.461Zkflt 0.001478181
49902026-05-20T23:30:38.462Zlock 21:00.119270366
49912026-05-20T23:30:38.462Zslp 29:42.324889772
49922026-05-20T23:30:38.462Zlat 34.074450816
49932026-05-20T23:30:38.462Zstop 2:07.591546935
49942026-05-20T23:30:38.466Zprocess exited: duration 377593 ms, exit code 1
 
49952026-05-20T23:30:38.479Zfound 0 output files