01KSK82YKB7ZTFPFN79A4ZP216: 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: 01KSK83D5HP5ZKJK4AR272C88Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T22:58:03.362Zjob assigned to worker 01KSK83FASD0JMHMF3GN55193Y [factory aws, i-01344e934509c1e04] (queued for 46 s)
 
22026-05-26T22:58:09.849Zstarting task 0: "setup"
32026-05-26T22:58:09.856Z++ uname -s
42026-05-26T22:58:09.859Z+ kern=SunOS
52026-05-26T22:58:09.859Z+ build_user=build
62026-05-26T22:58:09.859Z+ build_uid=12345
72026-05-26T22:58:09.859Z+ work_dir=/work
82026-05-26T22:58:09.859Z+ input_dir=/input
92026-05-26T22:58:09.859Z+ [[ 0 == 12345 ]]
102026-05-26T22:58:09.859Z+ case "$kern" in
112026-05-26T22:58:09.860Z+ groupadd -g 12345 build
122026-05-26T22:58:09.866Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T22:58:11.873Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T22:58:11.940Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T22:58:11.944Z+ home_fs=zfs
162026-05-26T22:58:11.944Z+ [[ zfs == autofs ]]
172026-05-26T22:58:11.944Z+ mkdir -p /home/build
182026-05-26T22:58:11.944Z+ chown build:build /home/build /work
192026-05-26T22:58:12.944Z+ chmod 0700 /home/build /work
202026-05-26T22:58:12.948Zprocess exited: duration 3096 ms, exit code 0
 
212026-05-26T22:58:12.954Zstarting task 1: "rust-toolchain"
222026-05-26T22:58:12.958Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-26T22:58:12.958Z * rust toolchain channel = "1.94.0"
242026-05-26T22:58:12.958Z * rust toolchain profile = "default"
252026-05-26T22:58:12.958Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-26T22:58:12.958Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-26T22:58:12.958Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-26T22:58:12.961Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T22:58:12.961Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T22:58:13.065Zinfo: downloading installer
312026-05-26T22:58:14.429Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T22:58:14.429Zwarn: /home/build/.rustup/settings.toml
332026-05-26T22:58:14.429Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T22:58:14.429Zwarn: instead of the one inferred from the default host triple.
352026-05-26T22:58:14.441Zinfo: profile set to default
362026-05-26T22:58:14.441Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T22:58:14.444Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T22:58:14.594Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T22:58:14.599Zinfo: downloading 6 components
402026-05-26T22:58:28.795Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-26T22:58:28.795Z
422026-05-26T22:58:28.825Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T22:58:28.825Z
442026-05-26T22:58:28.825Z
452026-05-26T22:58:28.825ZRust is installed now. Great!
462026-05-26T22:58:28.825Z
472026-05-26T22:58:28.825ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T22:58:28.825Zenvironment variable. This has not been done automatically.
492026-05-26T22:58:28.829Z
502026-05-26T22:58:28.829ZTo configure your current shell, you need to source
512026-05-26T22:58:28.829Zthe corresponding env file under $HOME/.cargo.
522026-05-26T22:58:28.829Z
532026-05-26T22:58:28.829ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T22:58:28.829Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T22:58:28.829Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T22:58:28.829Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T22:58:28.829Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T22:58:28.829Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T22:58:28.830Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T22:58:28.830Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T22:58:28.830Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T22:58:28.912Z+ rustup --version
632026-05-26T22:58:28.921Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T22:58:28.924Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T22:58:28.944Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T22:58:28.947Z+ cargo --version
672026-05-26T22:58:28.960Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T22:58:28.963Z+ rustc --version
692026-05-26T22:58:28.982Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T22:58:28.988Zprocess exited: duration 16030 ms, exit code 0
 
712026-05-26T22:58:28.994Zstarting task 2: "authentication"
722026-05-26T22:58:29.010Zprocess exited: duration 16 ms, exit code 0
 
732026-05-26T22:58:29.016Zstarting task 3: "clone repository"
742026-05-26T22:58:29.020Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T22:58:29.023Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T22:58:29.059ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T22:58:39.257Z+ cd /work/oxidecomputer/omicron
782026-05-26T22:58:39.257Z+ git fetch origin e3c33b6e7dcfb3deda051b62fcad86934c9bf75e
792026-05-26T22:58:39.540ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T22:58:39.540Z * branch e3c33b6e7dcfb3deda051b62fcad86934c9bf75e -> FETCH_HEAD
812026-05-26T22:58:39.550Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-26T22:58:39.553Z++ git branch --show-current
832026-05-26T22:58:39.553Z+ current=main
842026-05-26T22:58:39.553Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-26T22:58:39.554Z+ git branch -f renovate/crate-hickory-proto-vulnerability e3c33b6e7dcfb3deda051b62fcad86934c9bf75e
862026-05-26T22:58:39.557Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-26T22:58:39.795ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-26T22:58:39.810Z+ git reset --hard e3c33b6e7dcfb3deda051b62fcad86934c9bf75e
892026-05-26T22:58:40.027ZHEAD is now at e3c33b6e7 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-26T22:58:40.031Zprocess exited: duration 11012 ms, exit code 0
 
912026-05-26T22:58:40.037Zstarting task 4: "build"
922026-05-26T22:58:40.041Z+ source .github/buildomat/ci-env.sh
932026-05-26T22:58:40.041Z++ export CARGO_TERM_COLOR=always
942026-05-26T22:58:40.041Z++ CARGO_TERM_COLOR=always
952026-05-26T22:58:40.044Z+ cargo --version
962026-05-26T22:58:40.051Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-26T22:58:40.054Z+ rustc --version
982026-05-26T22:58:40.075Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-26T22:58:40.078Z+ source ./env.sh
1002026-05-26T22:58:40.078Z++ OLD_SHELL_OPTS=ehxB
1012026-05-26T22:58:40.078Z++ set -o xtrace
1022026-05-26T22:58:40.081Z++++ dirname ./env.sh
1032026-05-26T22:58:40.087Z+++ readlink -f .
1042026-05-26T22:58:40.092Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-26T22:58:40.096Z++ 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-26T22:58:40.096Z++ 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-26T22:58:40.096Z++ 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-26T22:58:40.096Z++ 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-26T22:58:40.096Z++ 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-26T22:58:40.096Z++ 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-26T22:58:40.098Z++ 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-26T22:58:40.098Z++ 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-26T22:58:40.098Z++ case $OLD_SHELL_OPTS in
1142026-05-26T22:58:40.098Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-26T22:58:40.098Z+ 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-26T22:58:40.098Z+ 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-26T22:58:40.098Z+ banner prerequisites
1182026-05-26T22:58:40.098Z
1192026-05-26T22:58:40.098Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-26T22:58:40.098Z # # # # # # # # # # # # # # #
1212026-05-26T22:58:40.098Z # # # # ##### # # ##### # # # # # #### #
1222026-05-26T22:58:40.098Z ##### ##### # ##### # # # # # # # # #
1232026-05-26T22:58:40.098Z # # # # # # # # # # # # # # #
1242026-05-26T22:58:40.098Z # # # ###### # # ###### ### # #### # #### #
1252026-05-26T22:58:40.098Z
1262026-05-26T22:58:40.098Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-26T22:58:41.658Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-26T22:58:41.726Z Startup: Caching catalogs ... Done
1292026-05-26T22:58:41.989ZPlanning: Solver setup ... Done (0.227s)
1302026-05-26T22:58:42.007ZPlanning: Running solver ... Done (0.018s)
1312026-05-26T22:58:42.013ZPlanning: Finding local manifests ... Done (0.002s)
1322026-05-26T22:58:42.024ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-26T22:58:42.038ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-26T22:58:42.052ZPlanning: Package planning ... Done (0.013s)
1352026-05-26T22:58:42.055ZPlanning: Merging actions ... Done (0.001s)
1362026-05-26T22:58:42.238ZPlanning: Checking for conflicting actions ... Done (0.184s)
1372026-05-26T22:58:42.242ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-26T22:58:42.853ZPlanning: Evaluating mediators ... Done (0.615s)
1392026-05-26T22:58:42.856ZPlanning: Planning completed in 1.11 seconds
1402026-05-26T22:58:42.861Z Packages to install: 2
1412026-05-26T22:58:42.864Z Estimated space available: 156.10 GB
1422026-05-26T22:58:42.864ZEstimated space to be consumed: 22.53 MB
1432026-05-26T22:58:42.865Z Create boot environment: No
1442026-05-26T22:58:42.865ZCreate backup boot environment: No
1452026-05-26T22:58:42.865Z Rebuild boot archive: No
1462026-05-26T22:58:42.865Z
1472026-05-26T22:58:42.865ZChanged packages:
1482026-05-26T22:58:42.865Zhelios
1492026-05-26T22:58:42.865Z developer/build-essential
1502026-05-26T22:58:42.865Z None -> 11-3.0
1512026-05-26T22:58:42.865Z library/libxmlsec1
1522026-05-26T22:58:42.865Z None -> 1.2.35-3.0
1532026-05-26T22:58:42.885Z
1542026-05-26T22:58:42.885ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-26T22:58:43.351ZDownload: Completed 1.28 MB in 0.47 seconds (2.8M/s)
1562026-05-26T22:58:43.450Z Actions: 1/268 actions (Installing new actions)
1572026-05-26T22:58:43.494Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-26T22:58:43.528ZFinalize: Updating package state database ... Done (0.033s)
1592026-05-26T22:58:43.528ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-26T22:58:43.546ZFinalize: Updating image state ... Done (0.018s)
1612026-05-26T22:58:45.778ZFinalize: Creating fast lookup database ... Done (2.208s)
1622026-05-26T22:58:45.842ZFinalize: Reading search index ... Done (0.010s)
1632026-05-26T22:58:45.845ZFinalize: Updating search index ... Done (0.000s)
1642026-05-26T22:58:45.927ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-26T22:58:46.232ZPlanning: Evaluating mediator changes ... Done
1662026-05-26T22:58:46.338ZPlanning: Checking for conflicting actions ... Done
1672026-05-26T22:58:46.341ZPlanning: Consolidating action changes ... Done
1682026-05-26T22:58:46.495ZPlanning: Evaluating mediators ... Done
1692026-05-26T22:58:46.500ZPlanning: Planning completed in 0.26 seconds
1702026-05-26T22:58:46.518Z Mediators to change: 2
1712026-05-26T22:58:46.518Z Create boot environment: No
1722026-05-26T22:58:46.518ZCreate backup boot environment: No
1732026-05-26T22:58:46.555ZFinalize: Updating package state database ... Done
1742026-05-26T22:58:46.555ZFinalize: Updating package cache ... Done
1752026-05-26T22:58:46.565ZFinalize: Updating image state ... Done
1762026-05-26T22:58:48.485ZFinalize: Creating fast lookup database ... Done
1772026-05-26T22:58:48.544ZFinalize: Reading search index ... Done
1782026-05-26T22:58:48.547ZFinalize: Updating search index ... Done
1792026-05-26T22:58:48.610ZFinalize: Updating package cache ... Done
1802026-05-26T22:58:48.897ZPlanning: Evaluating mediator changes ... Done
1812026-05-26T22:58:49.003ZPlanning: Checking for conflicting actions ... Done
1822026-05-26T22:58:49.006ZPlanning: Consolidating action changes ... Done
1832026-05-26T22:58:49.161ZPlanning: Evaluating mediators ... Done
1842026-05-26T22:58:49.165ZPlanning: Planning completed in 0.26 seconds
1852026-05-26T22:58:49.184Z Mediators to change: 1
1862026-05-26T22:58:49.184Z Create boot environment: No
1872026-05-26T22:58:49.184ZCreate backup boot environment: No
1882026-05-26T22:58:49.216ZFinalize: Updating package state database ... Done
1892026-05-26T22:58:49.216ZFinalize: Updating package cache ... Done
1902026-05-26T22:58:49.227ZFinalize: Updating image state ... Done
1912026-05-26T22:58:51.177ZFinalize: Creating fast lookup database ... Done
1922026-05-26T22:58:51.244ZFinalize: Reading search index ... Done
1932026-05-26T22:58:51.247ZFinalize: Updating search index ... Done
1942026-05-26T22:58:51.291ZFinalize: Updating package cache ... Done
1952026-05-26T22:58:51.603ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-26T22:58:51.603Zapache system 2.4 system
1972026-05-26T22:58:51.603Zclang system 15 system
1982026-05-26T22:58:51.603Zcsh system system illumos
1992026-05-26T22:58:51.603Zctags system system illumos
2002026-05-26T22:58:51.603Zfile vendor vendor darwinsys
2012026-05-26T22:58:51.603Zfile system system illumos
2022026-05-26T22:58:51.603Zgcc vendor 14 vendor
2032026-05-26T22:58:51.603Zgcc system 13 system
2042026-05-26T22:58:51.603Zgcc system 10 system
2052026-05-26T22:58:51.603Zgo system 1.25 system
2062026-05-26T22:58:51.603Zllvm system 15 system
2072026-05-26T22:58:51.603Zmariadb system 11.4 system
2082026-05-26T22:58:51.604Zmta vendor vendor dma
2092026-05-26T22:58:51.604Zopenjdk system 17 system
2102026-05-26T22:58:51.604Zopenjdk system 11 system
2112026-05-26T22:58:51.605Zopenssl vendor 3 vendor
2122026-05-26T22:58:51.605Zperl system 5.40 system
2132026-05-26T22:58:51.605Zpostgresql system 18 system
2142026-05-26T22:58:51.605Zpostgresql system 17 system
2152026-05-26T22:58:51.605Zpython vendor 3 vendor
2162026-05-26T22:58:51.605Zpython system 2 system
2172026-05-26T22:58:51.605Zpython3 vendor 3.13 vendor
2182026-05-26T22:58:51.605Zruby system 3.4 system
2192026-05-26T22:58:51.605Zruby system 3.0 system
2202026-05-26T22:58:51.605Zwords vendor vendor american-english
2212026-05-26T22:58:51.605Zwords system system australian-english
2222026-05-26T22:58:51.605Zwords system system british-english
2232026-05-26T22:58:51.605Zwords system system canadian-english
2242026-05-26T22:58:51.605Zwords system system french
2252026-05-26T22:58:51.605Zwords system system italian
2262026-05-26T22:58:51.605Zwords system system ngerman
2272026-05-26T22:58:51.605Zwords system system ogerman
2282026-05-26T22:58:51.605Zwords system system spanish
2292026-05-26T22:58:51.855ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-26T22:58:51.855Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-26T22:58:52.134ZFMRI IFO
2322026-05-26T22:58:52.134Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-26T22:58:52.134Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-26T22:58:52.134Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-26T22:58:52.134Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-26T22:58:52.134Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-26T22:58:52.134Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-26T22:58:52.134Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-26T22:58:52.135Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-26T22:58:52.135Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-26T22:58:52.384Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-26T22:58:52.631Z Updating crates.io index
2432026-05-26T22:58:52.634Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-26T22:58:53.113Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-26T22:58:53.391Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-26T22:58:53.782Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-26T22:58:54.838Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-26T22:58:55.430Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-26T22:58:56.928Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-26T22:58:57.674Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-26T22:58:58.010Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-26T22:58:58.773Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-26T22:58:59.131Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-26T22:58:59.542Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-26T22:58:59.869Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-26T22:59:00.921Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-26T22:59:01.422Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-26T22:59:01.948Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-26T22:59:02.341Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-26T22:59:02.767Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-26T22:59:03.184Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-26T22:59:03.517Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-26T22:59:03.753Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-26T22:59:04.039Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-26T22:59:04.696Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-26T22:59:05.029Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-26T22:59:05.373Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-26T22:59:05.827Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-26T22:59:06.430Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-26T22:59:06.751Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-26T22:59:07.938Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-26T22:59:08.177Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-26T22:59:09.011Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-26T22:59:09.278Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-26T22:59:09.644Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-26T22:59:09.971Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-26T22:59:10.307Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-26T22:59:10.662Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-26T22:59:11.179Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-26T22:59:11.438Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-26T22:59:11.685Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-26T22:59:12.071Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-26T22:59:23.769Z Downloading crates ...
2842026-05-26T22:59:23.817Z Downloaded anstream v0.6.21
2852026-05-26T22:59:23.828Z Downloaded serde_derive v1.0.228
2862026-05-26T22:59:23.832Z Downloaded scroll_derive v0.12.1
2872026-05-26T22:59:23.832Z Downloaded thread-id v4.2.2
2882026-05-26T22:59:23.832Z Downloaded tinystr v0.8.2
2892026-05-26T22:59:23.839Z Downloaded usdt v0.5.0
2902026-05-26T22:59:23.843Z Downloaded yoke v0.8.1
2912026-05-26T22:59:23.843Z Downloaded toml v0.8.23
2922026-05-26T22:59:23.846Z Downloaded zerovec-derive v0.11.2
2932026-05-26T22:59:23.846Z Downloaded zerofrom-derive v0.1.6
2942026-05-26T22:59:23.851Z Downloaded zerofrom v0.1.6
2952026-05-26T22:59:23.852Z Downloaded zmij v1.0.21
2962026-05-26T22:59:23.852Z Downloaded toml_datetime v0.6.11
2972026-05-26T22:59:23.852Z Downloaded anyhow v1.0.102
2982026-05-26T22:59:23.855Z Downloaded yoke-derive v0.8.1
2992026-05-26T22:59:23.860Z Downloaded indexmap v2.14.0
3002026-05-26T22:59:23.860Z Downloaded anstyle-query v1.1.5
3012026-05-26T22:59:23.860Z Downloaded unicode-xid v0.2.6
3022026-05-26T22:59:23.867Z Downloaded percent-encoding v2.3.2
3032026-05-26T22:59:23.867Z Downloaded bytecount v0.6.9
3042026-05-26T22:59:23.867Z Downloaded utf8_iter v1.0.4
3052026-05-26T22:59:23.867Z Downloaded version_check v0.9.5
3062026-05-26T22:59:23.867Z Downloaded utf8parse v0.2.2
3072026-05-26T22:59:23.867Z Downloaded usdt-macro v0.5.0
3082026-05-26T22:59:23.867Z Downloaded unicode-linebreak v0.1.5
3092026-05-26T22:59:23.871Z Downloaded semver v1.0.28
3102026-05-26T22:59:23.871Z Downloaded bitflags v2.11.0
3112026-05-26T22:59:23.880Z Downloaded usdt-attr-macro v0.5.0
3122026-05-26T22:59:23.880Z Downloaded toml_write v0.1.2
3132026-05-26T22:59:23.880Z Downloaded quote v1.0.45
3142026-05-26T22:59:23.884Z Downloaded thiserror v1.0.69
3152026-05-26T22:59:23.884Z Downloaded thiserror-impl v2.0.18
3162026-05-26T22:59:23.884Z Downloaded swrite v0.1.0
3172026-05-26T22:59:23.884Z Downloaded itoa v1.0.17
3182026-05-26T22:59:23.884Z Downloaded thiserror v2.0.18
3192026-05-26T22:59:23.889Z Downloaded serde-value v0.7.0
3202026-05-26T22:59:23.889Z Downloaded writeable v0.6.2
3212026-05-26T22:59:23.893Z Downloaded proc-macro-error-attr v1.0.4
3222026-05-26T22:59:23.893Z Downloaded dtrace-parser v0.2.0
3232026-05-26T22:59:23.893Z Downloaded thiserror-impl v1.0.69
3242026-05-26T22:59:23.893Z Downloaded memmap v0.7.0
3252026-05-26T22:59:23.894Z Downloaded icu_properties v2.1.2
3262026-05-26T22:59:23.894Z Downloaded form_urlencoded v1.2.2
3272026-05-26T22:59:23.899Z Downloaded colorchoice v1.0.4
3282026-05-26T22:59:23.899Z Downloaded usdt-impl v0.5.0
3292026-05-26T22:59:23.899Z Downloaded autocfg v1.5.0
3302026-05-26T22:59:23.899Z Downloaded unicode-ident v1.0.24
3312026-05-26T22:59:23.899Z Downloaded typeid v1.0.3
3322026-05-26T22:59:23.899Z Downloaded dof v0.3.0
3332026-05-26T22:59:23.903Z Downloaded digest v0.10.7
3342026-05-26T22:59:23.903Z Downloaded toml_edit v0.22.27
3352026-05-26T22:59:23.903Z Downloaded ucd-trie v0.1.7
3362026-05-26T22:59:23.907Z Downloaded fs-err v3.3.0
3372026-05-26T22:59:23.907Z Downloaded plain v0.2.3
3382026-05-26T22:59:23.907Z Downloaded idna_adapter v1.2.1
3392026-05-26T22:59:23.913Z Downloaded tabled_derive v0.7.0
3402026-05-26T22:59:23.913Z Downloaded generic-array v0.14.7
3412026-05-26T22:59:23.913Z Downloaded cfg-if v1.0.4
3422026-05-26T22:59:23.913Z Downloaded block-buffer v0.10.4
3432026-05-26T22:59:23.913Z Downloaded smawk v0.3.2
3442026-05-26T22:59:23.913Z Downloaded typenum v1.19.0
3452026-05-26T22:59:23.916Z Downloaded serde_spanned v0.6.9
3462026-05-26T22:59:23.921Z Downloaded zerocopy-derive v0.7.35
3472026-05-26T22:59:23.925Z Downloaded macaddr v1.0.1
3482026-05-26T22:59:23.925Z Downloaded heck v0.4.1
3492026-05-26T22:59:23.930Z Downloaded url v2.5.8
3502026-05-26T22:59:23.930Z Downloaded equivalent v1.0.2
3512026-05-26T22:59:23.932Z Downloaded crypto-common v0.1.7
3522026-05-26T22:59:23.939Z Downloaded strsim v0.11.1
3532026-05-26T22:59:23.939Z Downloaded sha2 v0.10.9
3542026-05-26T22:59:23.939Z Downloaded pest v2.8.6
3552026-05-26T22:59:23.945Z Downloaded zerotrie v0.2.3
3562026-05-26T22:59:23.945Z Downloaded cargo-platform v0.2.0
3572026-05-26T22:59:23.945Z Downloaded zerocopy v0.7.35
3582026-05-26T22:59:23.954Z Downloaded textwrap v0.16.2
3592026-05-26T22:59:23.955Z Downloaded fastrand v2.3.0
3602026-05-26T22:59:23.959Z Downloaded pretty-hex v0.4.1
3612026-05-26T22:59:23.959Z Downloaded ordered-float v2.10.1
3622026-05-26T22:59:23.959Z Downloaded fnv v1.0.7
3632026-05-26T22:59:23.959Z Downloaded is_terminal_polyfill v1.70.2
3642026-05-26T22:59:23.959Z Downloaded cpufeatures v0.2.17
3652026-05-26T22:59:23.959Z Downloaded clap_lex v1.0.0
3662026-05-26T22:59:23.973Z Downloaded errno v0.3.14
3672026-05-26T22:59:23.973Z Downloaded zerovec v0.11.5
3682026-05-26T22:59:23.973Z Downloaded winnow v0.7.14
3692026-05-26T22:59:23.985Z Downloaded unicode-width v0.1.14
3702026-05-26T22:59:23.985Z Downloaded terminal_size v0.4.3
3712026-05-26T22:59:23.985Z Downloaded stable_deref_trait v1.2.1
3722026-05-26T22:59:23.985Z Downloaded unicode-width v0.2.0
3732026-05-26T22:59:24.010Z Downloaded memchr v2.8.0
3742026-05-26T22:59:24.010Z Downloaded serde_tokenstream v0.2.3
3752026-05-26T22:59:24.010Z Downloaded potential_utf v0.1.4
3762026-05-26T22:59:24.010Z Downloaded anstyle-parse v0.2.7
3772026-05-26T22:59:24.024Z Downloaded heck v0.5.0
3782026-05-26T22:59:24.024Z Downloaded camino-tempfile v1.4.1
3792026-05-26T22:59:24.024Z Downloaded scroll v0.12.0
3802026-05-26T22:59:24.024Z Downloaded cargo_metadata v0.21.0
3812026-05-26T22:59:24.024Z Downloaded byteorder v1.5.0
3822026-05-26T22:59:24.024Z Downloaded synstructure v0.13.2
3832026-05-26T22:59:24.024Z Downloaded cargo_toml v0.21.0
3842026-05-26T22:59:24.024Z Downloaded erased-serde v0.4.9
3852026-05-26T22:59:24.024Z Downloaded anstyle v1.0.13
3862026-05-26T22:59:24.024Z Downloaded clap_derive v4.5.55
3872026-05-26T22:59:24.046Z Downloaded serde-untagged v0.1.9
3882026-05-26T22:59:24.046Z Downloaded pest_generator v2.8.6
3892026-05-26T22:59:24.046Z Downloaded log v0.4.29
3902026-05-26T22:59:24.046Z Downloaded camino v1.2.2
3912026-05-26T22:59:24.046Z Downloaded once_cell v1.21.3
3922026-05-26T22:59:24.046Z Downloaded tempfile v3.25.0
3932026-05-26T22:59:24.046Z Downloaded displaydoc v0.2.5
3942026-05-26T22:59:24.046Z Downloaded litemap v0.8.1
3952026-05-26T22:59:24.046Z Downloaded smallvec v1.15.1
3962026-05-26T22:59:24.046Z Downloaded proc-macro-error v1.0.4
3972026-05-26T22:59:24.064Z Downloaded cargo-util-schemas v0.8.2
3982026-05-26T22:59:24.064Z Downloaded serde_core v1.0.228
3992026-05-26T22:59:24.065Z Downloaded num-traits v0.2.19
4002026-05-26T22:59:24.065Z Downloaded icu_provider v2.1.1
4012026-05-26T22:59:24.065Z Downloaded proc-macro2 v1.0.106
4022026-05-26T22:59:24.070Z Downloaded clap v4.5.60
4032026-05-26T22:59:24.070Z Downloaded pest_meta v2.8.6
4042026-05-26T22:59:24.070Z Downloaded papergrid v0.11.0
4052026-05-26T22:59:24.074Z Downloaded icu_normalizer_data v2.1.1
4062026-05-26T22:59:24.082Z Downloaded getrandom v0.4.1
4072026-05-26T22:59:24.082Z Downloaded pest_derive v2.8.6
4082026-05-26T22:59:24.086Z Downloaded icu_locale_core v2.1.1
4092026-05-26T22:59:24.090Z Downloaded icu_collections v2.1.1
4102026-05-26T22:59:24.093Z Downloaded serde v1.0.228
4112026-05-26T22:59:24.098Z Downloaded icu_normalizer v2.1.1
4122026-05-26T22:59:24.120Z Downloaded hashbrown v0.17.0
4132026-05-26T22:59:24.123Z Downloaded goblin v0.8.2
4142026-05-26T22:59:24.133Z Downloaded idna v1.1.0
4152026-05-26T22:59:24.143Z Downloaded serde_json v1.0.149
4162026-05-26T22:59:24.147Z Downloaded icu_properties_data v2.1.2
4172026-05-26T22:59:24.147Z Downloaded clap_builder v4.5.60
4182026-05-26T22:59:24.166Z Downloaded syn v1.0.109
4192026-05-26T22:59:24.171Z Downloaded tabled v0.15.0
4202026-05-26T22:59:24.191Z Downloaded syn v2.0.117
4212026-05-26T22:59:24.204Z Downloaded rustix v1.1.3
4222026-05-26T22:59:24.214Z Downloaded libc v0.2.185
4232026-05-26T22:59:24.280Z Compiling proc-macro2 v1.0.106
4242026-05-26T22:59:24.280Z Compiling unicode-ident v1.0.24
4252026-05-26T22:59:24.280Z Compiling quote v1.0.45
4262026-05-26T22:59:24.281Z Compiling serde_core v1.0.228
4272026-05-26T22:59:24.290Z Compiling libc v0.2.185
4282026-05-26T22:59:24.290Z Compiling version_check v0.9.5
4292026-05-26T22:59:24.290Z Compiling stable_deref_trait v1.2.1
4302026-05-26T22:59:24.467Z Compiling memchr v2.8.0
4312026-05-26T22:59:24.592Z Compiling serde v1.0.228
4322026-05-26T22:59:24.611Z Compiling zmij v1.0.21
4332026-05-26T22:59:24.804Z Compiling autocfg v1.5.0
4342026-05-26T22:59:25.026Z Compiling ucd-trie v0.1.7
4352026-05-26T22:59:25.144Z Compiling thiserror v1.0.69
4362026-05-26T22:59:25.220Z Compiling itoa v1.0.17
4372026-05-26T22:59:25.285Z Compiling pest v2.8.6
4382026-05-26T22:59:25.309Z Compiling litemap v0.8.1
4392026-05-26T22:59:25.396Z Compiling writeable v0.6.2
4402026-05-26T22:59:25.495Z Compiling rustix v1.1.3
4412026-05-26T22:59:25.592Z Compiling icu_normalizer_data v2.1.1
4422026-05-26T22:59:25.620Z Compiling byteorder v1.5.0
4432026-05-26T22:59:25.826Z Compiling icu_properties_data v2.1.2
4442026-05-26T22:59:25.902Z Compiling errno v0.3.14
4452026-05-26T22:59:25.932Z Compiling syn v2.0.117
4462026-05-26T22:59:25.979Z Compiling serde_json v1.0.149
4472026-05-26T22:59:26.020Z Compiling bitflags v2.11.0
4482026-05-26T22:59:26.156Z Compiling num-traits v0.2.19
4492026-05-26T22:59:26.212Z Compiling hashbrown v0.17.0
4502026-05-26T22:59:26.232Z Compiling typeid v1.0.3
4512026-05-26T22:59:26.385Z Compiling pest_meta v2.8.6
4522026-05-26T22:59:26.590Z Compiling smallvec v1.15.1
4532026-05-26T22:59:26.734Z Compiling equivalent v1.0.2
4542026-05-26T22:59:26.831Z Compiling indexmap v2.14.0
4552026-05-26T22:59:26.871Z Compiling thread-id v4.2.2
4562026-05-26T22:59:26.907Z Compiling proc-macro-error-attr v1.0.4
4572026-05-26T22:59:26.952Z Compiling usdt-impl v0.5.0
4582026-05-26T22:59:27.014Z Compiling erased-serde v0.4.9
4592026-05-26T22:59:27.091Z Compiling syn v1.0.109
4602026-05-26T22:59:27.274Z Compiling winnow v0.7.14
4612026-05-26T22:59:27.292Z Compiling toml_write v0.1.2
4622026-05-26T22:59:27.531Z Compiling proc-macro-error v1.0.4
4632026-05-26T22:59:27.611Z Compiling getrandom v0.4.1
4642026-05-26T22:59:27.721Z Compiling utf8parse v0.2.2
4652026-05-26T22:59:27.845Z Compiling camino v1.2.2
4662026-05-26T22:59:27.964Z Compiling plain v0.2.3
4672026-05-26T22:59:28.055Z Compiling percent-encoding v2.3.2
4682026-05-26T22:59:28.079Z Compiling utf8_iter v1.0.4
4692026-05-26T22:59:28.102Z Compiling log v0.4.29
4702026-05-26T22:59:28.158Z Compiling thiserror v2.0.18
4712026-05-26T22:59:28.221Z Compiling form_urlencoded v1.2.2
4722026-05-26T22:59:28.254Z Compiling ordered-float v2.10.1
4732026-05-26T22:59:28.304Z Compiling anstyle-parse v0.2.7
4742026-05-26T22:59:28.522Z Compiling terminal_size v0.4.3
4752026-05-26T22:59:28.682Z Compiling synstructure v0.13.2
4762026-05-26T22:59:28.698Z Compiling pest_generator v2.8.6
4772026-05-26T22:59:28.766Z Compiling cfg-if v1.0.4
4782026-05-26T22:59:28.784Z Compiling is_terminal_polyfill v1.70.2
4792026-05-26T22:59:28.834Z Compiling anstyle v1.0.13
4802026-05-26T22:59:28.850Z Compiling pretty-hex v0.4.1
4812026-05-26T22:59:28.881Z Compiling anstyle-query v1.1.5
4822026-05-26T22:59:28.882Z Compiling colorchoice v1.0.4
4832026-05-26T22:59:29.007Z Compiling anstream v0.6.21
4842026-05-26T22:59:29.022Z Compiling serde-untagged v0.1.9
4852026-05-26T22:59:29.176Z Compiling semver v1.0.28
4862026-05-26T22:59:29.280Z Compiling fs-err v3.3.0
4872026-05-26T22:59:29.304Z Compiling clap_lex v1.0.0
4882026-05-26T22:59:29.398Z Compiling bytecount v0.6.9
4892026-05-26T22:59:29.467Z Compiling unicode-width v0.1.14
4902026-05-26T22:59:29.508Z Compiling once_cell v1.21.3
4912026-05-26T22:59:29.535Z Compiling anyhow v1.0.102
4922026-05-26T22:59:29.535Z Compiling fnv v1.0.7
4932026-05-26T22:59:29.535Z Compiling heck v0.5.0
4942026-05-26T22:59:29.710Z Compiling unicode-xid v0.2.6
4952026-05-26T22:59:29.741Z Compiling strsim v0.11.1
4962026-05-26T22:59:29.803Z Compiling fastrand v2.3.0
4972026-05-26T22:59:29.837Z Compiling heck v0.4.1
4982026-05-26T22:59:29.967Z Compiling clap_builder v4.5.60
4992026-05-26T22:59:30.063Z Compiling tempfile v3.25.0
5002026-05-26T22:59:30.070Z Compiling papergrid v0.11.0
5012026-05-26T22:59:30.097Z Compiling memmap v0.7.0
5022026-05-26T22:59:30.203Z Compiling unicode-linebreak v0.1.5
5032026-05-26T22:59:30.270Z Compiling serde_derive v1.0.228
5042026-05-26T22:59:30.294Z Compiling zerofrom-derive v0.1.6
5052026-05-26T22:59:30.436Z Compiling yoke-derive v0.8.1
5062026-05-26T22:59:30.453Z Compiling zerovec-derive v0.11.2
5072026-05-26T22:59:30.517Z Compiling displaydoc v0.2.5
5082026-05-26T22:59:31.247Z Compiling thiserror-impl v1.0.69
5092026-05-26T22:59:31.538Z Compiling zerocopy-derive v0.7.35
5102026-05-26T22:59:31.561Z Compiling pest_derive v2.8.6
5112026-05-26T22:59:31.609Z Compiling scroll_derive v0.12.1
5122026-05-26T22:59:31.697Z Compiling zerofrom v0.1.6
5132026-05-26T22:59:31.834Z Compiling yoke v0.8.1
5142026-05-26T22:59:32.009Z Compiling zerovec v0.11.5
5152026-05-26T22:59:32.031Z Compiling zerotrie v0.2.3
5162026-05-26T22:59:32.281Z Compiling scroll v0.12.0
5172026-05-26T22:59:32.343Z Compiling thiserror-impl v2.0.18
5182026-05-26T22:59:32.418Z Compiling zerocopy v0.7.35
5192026-05-26T22:59:32.522Z Compiling tinystr v0.8.2
5202026-05-26T22:59:32.580Z Compiling potential_utf v0.1.4
5212026-05-26T22:59:32.705Z Compiling dtrace-parser v0.2.0
5222026-05-26T22:59:32.734Z Compiling icu_locale_core v2.1.1
5232026-05-26T22:59:32.753Z Compiling icu_collections v2.1.1
5242026-05-26T22:59:32.972Z Compiling goblin v0.8.2
5252026-05-26T22:59:32.992Z Compiling tabled_derive v0.7.0
5262026-05-26T22:59:33.191Z Compiling clap_derive v4.5.55
5272026-05-26T22:59:33.246Z Compiling unicode-width v0.2.0
5282026-05-26T22:59:33.424Z Compiling icu_provider v2.1.1
5292026-05-26T22:59:33.601Z Compiling smawk v0.3.2
5302026-05-26T22:59:33.677Z Compiling icu_properties v2.1.2
5312026-05-26T22:59:33.701Z Compiling icu_normalizer v2.1.1
5322026-05-26T22:59:33.738Z Compiling toml_datetime v0.6.11
5332026-05-26T22:59:33.822Z Compiling serde_spanned v0.6.9
5342026-05-26T22:59:33.911Z Compiling toml_edit v0.22.27
5352026-05-26T22:59:33.949Z Compiling serde-value v0.7.0
5362026-05-26T22:59:34.001Z Compiling dof v0.3.0
5372026-05-26T22:59:34.038Z Compiling serde_tokenstream v0.2.3
5382026-05-26T22:59:34.350Z Compiling cargo-platform v0.2.0
5392026-05-26T22:59:34.390Z Compiling tabled v0.15.0
5402026-05-26T22:59:34.419Z Compiling macaddr v1.0.1
5412026-05-26T22:59:34.622Z Compiling idna_adapter v1.2.1
5422026-05-26T22:59:34.654Z Compiling textwrap v0.16.2
5432026-05-26T22:59:34.769Z Compiling idna v1.1.0
5442026-05-26T22:59:34.811Z Compiling camino-tempfile v1.4.1
5452026-05-26T22:59:34.897Z Compiling usdt-macro v0.5.0
5462026-05-26T22:59:34.907Z Compiling usdt-attr-macro v0.5.0
5472026-05-26T22:59:35.017Z Compiling clap v4.5.60
5482026-05-26T22:59:35.116Z Compiling url v2.5.8
5492026-05-26T22:59:35.407Z Compiling toml v0.8.23
5502026-05-26T22:59:35.683Z Compiling swrite v0.1.0
5512026-05-26T22:59:35.691Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-26T22:59:35.897Z Compiling cargo-util-schemas v0.8.2
5532026-05-26T22:59:35.978Z Compiling cargo_toml v0.21.0
5542026-05-26T22:59:36.224Z Compiling usdt v0.5.0
5552026-05-26T22:59:36.854Z Compiling cargo_metadata v0.21.0
5562026-05-26T22:59:37.756Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-26T22:59:39.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.59s
5582026-05-26T22:59:40.051Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-26T22:59:40.614Z Downloading crates ...
5602026-05-26T22:59:40.717Z Downloaded curve25519-dalek-derive v0.1.1
5612026-05-26T22:59:40.721Z Downloaded crucible-workspace-hack v0.1.0
5622026-05-26T22:59:40.725Z Downloaded aws-lc-rs v1.16.3
5632026-05-26T22:59:40.732Z Downloaded endian-type v0.1.2
5642026-05-26T22:59:40.740Z Downloaded crc32fast v1.5.0
5652026-05-26T22:59:40.740Z Downloaded dof v0.4.0
5662026-05-26T22:59:40.740Z Downloaded des v0.8.1
5672026-05-26T22:59:40.740Z Downloaded bit-set v0.8.0
5682026-05-26T22:59:40.740Z Downloaded bit-vec v0.6.3
5692026-05-26T22:59:40.740Z Downloaded darling v0.13.4
5702026-05-26T22:59:40.740Z Downloaded base64ct v1.8.3
5712026-05-26T22:59:40.744Z Downloaded base16ct v0.2.0
5722026-05-26T22:59:40.745Z Downloaded elliptic-curve v0.13.8
5732026-05-26T22:59:40.745Z Downloaded ena v0.14.4
5742026-05-26T22:59:40.745Z Downloaded colored v2.2.0
5752026-05-26T22:59:40.748Z Downloaded foreign-types v0.3.2
5762026-05-26T22:59:40.756Z Downloaded foldhash v0.1.5
5772026-05-26T22:59:40.756Z Downloaded backon v1.6.0
5782026-05-26T22:59:40.756Z Downloaded diesel_table_macro_syntax v0.3.0
5792026-05-26T22:59:40.756Z Downloaded crc8 v0.1.1
5802026-05-26T22:59:40.756Z Downloaded daft v0.1.7
5812026-05-26T22:59:40.760Z Downloaded env_logger v0.11.9
5822026-05-26T22:59:40.764Z Downloaded bitfield-macros v0.19.4
5832026-05-26T22:59:40.764Z Downloaded atomicwrites v0.4.4
5842026-05-26T22:59:40.769Z Downloaded ascii-canvas v3.0.0
5852026-05-26T22:59:40.769Z Downloaded embedded-io v0.6.1
5862026-05-26T22:59:40.769Z Downloaded dirs-sys-next v0.1.2
5872026-05-26T22:59:40.769Z Downloaded derive_builder_macro v0.20.2
5882026-05-26T22:59:40.769Z Downloaded cc v1.2.56
5892026-05-26T22:59:40.769Z Downloaded bitfield-struct v0.6.2
5902026-05-26T22:59:40.773Z Downloaded display-error-chain v0.2.2
5912026-05-26T22:59:40.774Z Downloaded dropshot-api-manager-types v0.7.2
5922026-05-26T22:59:40.775Z Downloaded difflib v0.4.0
5932026-05-26T22:59:40.775Z Downloaded enum-as-inner v0.6.1
5942026-05-26T22:59:40.778Z Downloaded crc-catalog v2.4.0
5952026-05-26T22:59:40.779Z Downloaded derive-ex v0.1.8
5962026-05-26T22:59:40.779Z Downloaded dsl_auto_type v0.2.0
5972026-05-26T22:59:40.779Z Downloaded block-padding v0.3.3
5982026-05-26T22:59:40.779Z Downloaded ciborium-io v0.2.2
5992026-05-26T22:59:40.779Z Downloaded fd-lock v4.0.4
6002026-05-26T22:59:40.783Z Downloaded foreign-types-shared v0.3.1
6012026-05-26T22:59:40.783Z Downloaded darling_macro v0.21.3
6022026-05-26T22:59:40.783Z Downloaded const_format_proc_macros v0.2.34
6032026-05-26T22:59:40.783Z Downloaded debug-ignore v1.0.5
6042026-05-26T22:59:40.788Z Downloaded crunchy v0.2.4
6052026-05-26T22:59:40.789Z Downloaded bitflags v1.3.2
6062026-05-26T22:59:40.789Z Downloaded arrayref v0.3.9
6072026-05-26T22:59:40.789Z Downloaded curve25519-dalek v4.1.3
6082026-05-26T22:59:40.793Z Downloaded bumpalo v3.20.2
6092026-05-26T22:59:40.796Z Downloaded castaway v0.2.4
6102026-05-26T22:59:40.796Z Downloaded crossbeam-utils v0.8.21
6112026-05-26T22:59:40.801Z Downloaded compression-core v0.4.31
6122026-05-26T22:59:40.801Z Downloaded dtrace-parser v0.3.0
6132026-05-26T22:59:40.801Z Downloaded dyn-clone v1.0.20
6142026-05-26T22:59:40.804Z Downloaded cargo-platform v0.3.2
6152026-05-26T22:59:40.805Z Downloaded crc v3.4.0
6162026-05-26T22:59:40.810Z Downloaded cobs v0.3.0
6172026-05-26T22:59:40.810Z Downloaded float-cmp v0.10.0
6182026-05-26T22:59:40.814Z Downloaded ed25519 v2.2.3
6192026-05-26T22:59:40.814Z Downloaded cmake v0.1.57
6202026-05-26T22:59:40.814Z Downloaded atty v0.2.14
6212026-05-26T22:59:40.818Z Downloaded atomic-waker v1.1.2
6222026-05-26T22:59:40.818Z Downloaded dunce v1.0.5
6232026-05-26T22:59:40.818Z Downloaded bb8 v0.8.6
6242026-05-26T22:59:40.818Z Downloaded defmt-parser v1.0.0
6252026-05-26T22:59:40.818Z Downloaded deranged v0.5.8
6262026-05-26T22:59:40.818Z Downloaded downcast-rs v2.0.2
6272026-05-26T22:59:40.819Z Downloaded bcrypt-pbkdf v0.10.0
6282026-05-26T22:59:40.819Z Downloaded darling_macro v0.13.4
6292026-05-26T22:59:40.819Z Downloaded corncobs v0.1.4
6302026-05-26T22:59:40.822Z Downloaded darling_macro v0.23.0
6312026-05-26T22:59:40.822Z Downloaded float-ord v0.3.2
6322026-05-26T22:59:40.823Z Downloaded bzip2 v0.4.4
6332026-05-26T22:59:40.823Z Downloaded chacha20 v0.10.0
6342026-05-26T22:59:40.826Z Downloaded bcs v0.1.6
6352026-05-26T22:59:40.826Z Downloaded embedded-io v0.4.0
6362026-05-26T22:59:40.826Z Downloaded defmt v0.3.100
6372026-05-26T22:59:40.832Z Downloaded darling_macro v0.20.11
6382026-05-26T22:59:40.832Z Downloaded convert_case v0.4.0
6392026-05-26T22:59:40.833Z Downloaded fxhash v0.2.1
6402026-05-26T22:59:40.833Z Downloaded foreign-types-macros v0.2.3
6412026-05-26T22:59:40.841Z Downloaded cfg_aliases v0.1.1
6422026-05-26T22:59:40.841Z Downloaded adler2 v2.0.1
6432026-05-26T22:59:40.841Z Downloaded dirs-next v2.0.0
6442026-05-26T22:59:40.843Z Downloaded array-init v0.0.4
6452026-05-26T22:59:40.843Z Downloaded foreign-types-shared v0.1.1
6462026-05-26T22:59:40.843Z Downloaded fixedbitset v0.4.2
6472026-05-26T22:59:40.849Z Downloaded bitfield v0.19.4
6482026-05-26T22:59:40.849Z Downloaded compression-codecs v0.4.37
6492026-05-26T22:59:40.849Z Downloaded futures-sink v0.3.32
6502026-05-26T22:59:40.849Z Downloaded cstr-argument v0.1.2
6512026-05-26T22:59:40.849Z Downloaded futures-task v0.3.32
6522026-05-26T22:59:40.849Z Downloaded cipher v0.4.4
6532026-05-26T22:59:40.854Z Downloaded document-features v0.2.12
6542026-05-26T22:59:40.854Z Downloaded derive_builder_core v0.20.2
6552026-05-26T22:59:40.854Z Downloaded assert_matches v1.5.0
6562026-05-26T22:59:40.856Z Downloaded foreign-types v0.5.0
6572026-05-26T22:59:40.857Z Downloaded aead v0.5.2
6582026-05-26T22:59:40.860Z Downloaded der_derive v0.7.3
6592026-05-26T22:59:40.860Z Downloaded crossbeam-deque v0.8.6
6602026-05-26T22:59:40.866Z Downloaded csv-core v0.1.13
6612026-05-26T22:59:40.866Z Downloaded funty v2.0.0
6622026-05-26T22:59:40.866Z Downloaded flagset v0.4.7
6632026-05-26T22:59:40.866Z Downloaded fallible-iterator v0.2.0
6642026-05-26T22:59:40.866Z Downloaded either v1.15.0
6652026-05-26T22:59:40.868Z Downloaded async-stream-impl v0.3.6
6662026-05-26T22:59:40.873Z Downloaded fixedbitset v0.5.7
6672026-05-26T22:59:40.874Z Downloaded argon2 v0.5.3
6682026-05-26T22:59:40.874Z Downloaded gethostname v0.5.0
6692026-05-26T22:59:40.874Z Downloaded globwalk v0.9.1
6702026-05-26T22:59:40.877Z Downloaded hash32 v0.2.1
6712026-05-26T22:59:40.877Z Downloaded hex-literal v0.4.1
6722026-05-26T22:59:40.877Z Downloaded hex v0.4.3
6732026-05-26T22:59:40.877Z Downloaded bit-set v0.5.3
6742026-05-26T22:59:40.889Z Downloaded async-stream v0.3.6
6752026-05-26T22:59:40.889Z Downloaded hash32 v0.3.1
6762026-05-26T22:59:40.889Z Downloaded futures-macro v0.3.32
6772026-05-26T22:59:40.889Z Downloaded cpufeatures v0.3.0
6782026-05-26T22:59:40.892Z Downloaded filetime v0.2.27
6792026-05-26T22:59:40.892Z Downloaded ghash v0.5.1
6802026-05-26T22:59:40.892Z Downloaded constant_time_eq v0.4.2
6812026-05-26T22:59:40.892Z Downloaded ctr v0.9.2
6822026-05-26T22:59:40.892Z Downloaded ciborium v0.2.2
6832026-05-26T22:59:40.892Z Downloaded ff v0.13.1
6842026-05-26T22:59:40.893Z Downloaded erased-serde v0.3.31
6852026-05-26T22:59:40.900Z Downloaded diesel-dtrace v0.5.0
6862026-05-26T22:59:40.900Z Downloaded futures-core v0.3.32
6872026-05-26T22:59:40.900Z Downloaded defmt v1.0.1
6882026-05-26T22:59:40.900Z Downloaded async-recursion v1.1.1
6892026-05-26T22:59:40.900Z Downloaded data-encoding v2.10.0
6902026-05-26T22:59:40.900Z Downloaded futures-io v0.3.32
6912026-05-26T22:59:40.906Z Downloaded daft-derive v0.1.7
6922026-05-26T22:59:40.906Z Downloaded defmt-macros v1.0.1
6932026-05-26T22:59:40.910Z Downloaded critical-section v1.2.0
6942026-05-26T22:59:40.910Z Downloaded foldhash v0.2.0
6952026-05-26T22:59:40.910Z Downloaded http-body v1.0.1
6962026-05-26T22:59:40.910Z Downloaded httpdate v1.0.3
6972026-05-26T22:59:40.910Z Downloaded git-stub v1.0.0
6982026-05-26T22:59:40.913Z Downloaded chacha20 v0.9.1
6992026-05-26T22:59:40.914Z Downloaded backoff v0.4.0
7002026-05-26T22:59:40.914Z Downloaded headers-core v0.3.0
7012026-05-26T22:59:40.914Z Downloaded cassowary v0.3.0
7022026-05-26T22:59:40.914Z Downloaded fs-err v2.11.0
7032026-05-26T22:59:40.917Z Downloaded fs_extra v1.3.0
7042026-05-26T22:59:40.917Z Downloaded der v0.7.10
7052026-05-26T22:59:40.920Z Downloaded colored v3.1.1
7062026-05-26T22:59:40.920Z Downloaded find-msvc-tools v0.1.9
7072026-05-26T22:59:40.923Z Downloaded diff v0.1.13
7082026-05-26T22:59:40.924Z Downloaded hubpack_derive v0.1.1
7092026-05-26T22:59:40.924Z Downloaded camino-tempfile-ext v0.3.3
7102026-05-26T22:59:40.927Z Downloaded cfg_aliases v0.2.1
7112026-05-26T22:59:40.927Z Downloaded byte-wrapper v0.1.0
7122026-05-26T22:59:40.932Z Downloaded illumos-nvpair-sys v0.2.0
7132026-05-26T22:59:40.932Z Downloaded illumos-nvpair v0.3.0
7142026-05-26T22:59:40.932Z Downloaded bzip2 v0.6.1
7152026-05-26T22:59:40.932Z Downloaded env_filter v1.0.0
7162026-05-26T22:59:40.932Z Downloaded group v0.13.0
7172026-05-26T22:59:40.932Z Downloaded glob v0.3.3
7182026-05-26T22:59:40.937Z Downloaded ecdsa v0.16.9
7192026-05-26T22:59:40.937Z Downloaded http-range v0.1.5
7202026-05-26T22:59:40.937Z Downloaded hostname v0.3.1
7212026-05-26T22:59:40.942Z Downloaded home v0.5.12
7222026-05-26T22:59:40.942Z Downloaded internet-checksum v0.2.1
7232026-05-26T22:59:40.942Z Downloaded ciborium-ll v0.2.2
7242026-05-26T22:59:40.946Z Downloaded is-terminal v0.4.17
7252026-05-26T22:59:40.946Z Downloaded indent_write v2.2.0
7262026-05-26T22:59:40.946Z Downloaded bit-vec v0.8.0
7272026-05-26T22:59:40.950Z Downloaded convert_case v0.10.0
7282026-05-26T22:59:40.950Z Downloaded futures-executor v0.3.32
7292026-05-26T22:59:40.953Z Downloaded cexpr v0.6.0
7302026-05-26T22:59:40.953Z Downloaded hyper-tls v0.6.0
7312026-05-26T22:59:40.953Z Downloaded cargo_metadata v0.23.1
7322026-05-26T22:59:40.953Z Downloaded darling v0.21.3
7332026-05-26T22:59:40.956Z Downloaded ident_case v1.0.1
7342026-05-26T22:59:40.958Z Downloaded cbc v0.1.2
7352026-05-26T22:59:40.962Z Downloaded crossbeam-epoch v0.9.18
7362026-05-26T22:59:40.969Z Downloaded darling v0.20.11
7372026-05-26T22:59:40.969Z Downloaded base64 v0.22.1
7382026-05-26T22:59:40.969Z Downloaded highway v1.3.0
7392026-05-26T22:59:40.969Z Downloaded keccak v0.1.6
7402026-05-26T22:59:40.975Z Downloaded buf-list v1.1.2
7412026-05-26T22:59:40.975Z Downloaded kstat-rs v0.2.4
7422026-05-26T22:59:40.975Z Downloaded inout v0.1.4
7432026-05-26T22:59:40.975Z Downloaded lalrpop-util v0.19.12
7442026-05-26T22:59:40.975Z Downloaded instability v0.3.11
7452026-05-26T22:59:40.983Z Downloaded is_ci v1.2.0
7462026-05-26T22:59:40.983Z Downloaded base64 v0.21.7
7472026-05-26T22:59:40.983Z Downloaded const-oid v0.9.6
7482026-05-26T22:59:40.983Z Downloaded git-stub-vcs v0.1.0
7492026-05-26T22:59:40.983Z Downloaded async-bb8-diesel v0.2.1
7502026-05-26T22:59:40.983Z Downloaded derive_more v0.99.20
7512026-05-26T22:59:40.987Z Downloaded libscf-sys v1.1.0
7522026-05-26T22:59:40.987Z Downloaded derive-where v1.6.0
7532026-05-26T22:59:40.987Z Downloaded blowfish v0.9.1
7542026-05-26T22:59:40.993Z Downloaded darling_core v0.23.0
7552026-05-26T22:59:40.995Z Downloaded humantime v2.3.0
7562026-05-26T22:59:40.999Z Downloaded maplit v1.0.2
7572026-05-26T22:59:40.999Z Downloaded crc-any v2.5.0
7582026-05-26T22:59:40.999Z Downloaded cancel-safe-futures v0.1.5
7592026-05-26T22:59:40.999Z Downloaded md-5 v0.10.6
7602026-05-26T22:59:40.999Z Downloaded match_cfg v0.1.0
7612026-05-26T22:59:40.999Z Downloaded managed v0.8.0
7622026-05-26T22:59:41.012Z Downloaded clang-sys v1.8.1
7632026-05-26T22:59:41.012Z Downloaded lzss v0.8.2
7642026-05-26T22:59:41.012Z Downloaded linked-hash-map v0.5.6
7652026-05-26T22:59:41.012Z Downloaded hostname v0.4.2
7662026-05-26T22:59:41.012Z Downloaded globset v0.4.18
7672026-05-26T22:59:41.012Z Downloaded async-trait v0.1.89
7682026-05-26T22:59:41.012Z Downloaded console v0.16.2
7692026-05-26T22:59:41.013Z Downloaded http-body-util v0.1.3
7702026-05-26T22:59:41.013Z Downloaded indoc v2.0.7
7712026-05-26T22:59:41.016Z Downloaded arrayvec v0.7.6
7722026-05-26T22:59:41.016Z Downloaded mime v0.3.17
7732026-05-26T22:59:41.016Z Downloaded cookie v0.18.1
7742026-05-26T22:59:41.016Z Downloaded memoffset v0.9.1
7752026-05-26T22:59:41.016Z Downloaded blake2 v0.10.6
7762026-05-26T22:59:41.019Z Downloaded ingot-types v0.1.2
7772026-05-26T22:59:41.019Z Downloaded console v0.15.11
7782026-05-26T22:59:41.019Z Downloaded lru-slab v0.1.2
7792026-05-26T22:59:41.023Z Downloaded new_debug_unreachable v1.0.6
7802026-05-26T22:59:41.023Z Downloaded indoc v1.0.9
7812026-05-26T22:59:41.023Z Downloaded ahash v0.8.12
7822026-05-26T22:59:41.028Z Downloaded lru-cache v0.1.2
7832026-05-26T22:59:41.028Z Downloaded ipnet v2.11.0
7842026-05-26T22:59:41.028Z Downloaded instant v0.1.13
7852026-05-26T22:59:41.029Z Downloaded dropshot_endpoint v0.17.0
7862026-05-26T22:59:41.030Z Downloaded lru v0.12.5
7872026-05-26T22:59:41.034Z Downloaded futures v0.3.32
7882026-05-26T22:59:41.034Z Downloaded httparse v1.10.1
7892026-05-26T22:59:41.037Z Downloaded futures-channel v0.3.32
7902026-05-26T22:59:41.037Z Downloaded cookie_store v0.22.1
7912026-05-26T22:59:41.038Z Downloaded normalize-line-endings v0.3.0
7922026-05-26T22:59:41.038Z Downloaded nodrop v0.1.14
7932026-05-26T22:59:41.043Z Downloaded newline-converter v0.3.0
7942026-05-26T22:59:41.043Z Downloaded impl-trait-for-tuples v0.2.3
7952026-05-26T22:59:41.043Z Downloaded num-conv v0.2.0
7962026-05-26T22:59:41.043Z Downloaded num v0.4.3
7972026-05-26T22:59:41.043Z Downloaded md5 v0.7.0
7982026-05-26T22:59:41.043Z Downloaded libloading v0.8.9
7992026-05-26T22:59:41.047Z Downloaded jobserver v0.1.34
8002026-05-26T22:59:41.047Z Downloaded ar_archive_writer v0.5.1
8012026-05-26T22:59:41.051Z Downloaded getrandom v0.3.4
8022026-05-26T22:59:41.051Z Downloaded nonempty v0.12.0
8032026-05-26T22:59:41.051Z Downloaded libefi-sys v0.1.0
8042026-05-26T22:59:41.061Z Downloaded getrandom v0.2.17
8052026-05-26T22:59:41.061Z Downloaded fatfs v0.3.6
8062026-05-26T22:59:41.061Z Downloaded drift v0.2.0
8072026-05-26T22:59:41.066Z Downloaded num-derive v0.4.2
8082026-05-26T22:59:41.066Z Downloaded num-derive v0.3.3
8092026-05-26T22:59:41.066Z Downloaded openssl-probe v0.1.6
8102026-05-26T22:59:41.067Z Downloaded openssl-macros v0.1.1
8112026-05-26T22:59:41.067Z Downloaded newtype_derive v0.1.6
8122026-05-26T22:59:41.067Z Downloaded nibble_vec v0.1.0
8132026-05-26T22:59:41.072Z Downloaded linear-map v1.2.0
8142026-05-26T22:59:41.072Z Downloaded hyper-staticfile v0.10.1
8152026-05-26T22:59:41.072Z Downloaded half v1.8.3
8162026-05-26T22:59:41.072Z Downloaded multimap v0.10.1
8172026-05-26T22:59:41.072Z Downloaded darling v0.23.0
8182026-05-26T22:59:41.076Z Downloaded maybe-uninit v2.0.0
8192026-05-26T22:59:41.076Z Downloaded ipnetwork v0.21.1
8202026-05-26T22:59:41.076Z Downloaded ingot-macros v0.1.1
8212026-05-26T22:59:41.084Z Downloaded newtype-uuid-macros v0.1.0
8222026-05-26T22:59:41.084Z Downloaded num_threads v0.1.7
8232026-05-26T22:59:41.084Z Downloaded num-iter v0.1.45
8242026-05-26T22:59:41.086Z Downloaded mime_guess v2.0.5
8252026-05-26T22:59:41.086Z Downloaded libsw-core v0.3.2
8262026-05-26T22:59:41.089Z Downloaded hmac v0.12.1
8272026-05-26T22:59:41.089Z Downloaded lazy_static v1.5.0
8282026-05-26T22:59:41.089Z Downloaded derive_builder v0.20.2
8292026-05-26T22:59:41.089Z Downloaded lock_api v0.4.14
8302026-05-26T22:59:41.089Z Downloaded ingot v0.1.1
8312026-05-26T22:59:41.089Z Downloaded hyper-rustls v0.27.7
8322026-05-26T22:59:41.089Z Downloaded pbkdf2 v0.11.0
8332026-05-26T22:59:41.094Z Downloaded hubpack v0.1.2
8342026-05-26T22:59:41.094Z Downloaded pbkdf2 v0.12.2
8352026-05-26T22:59:41.094Z Downloaded openssl-probe v0.2.1
8362026-05-26T22:59:41.094Z Downloaded compact_str v0.8.1
8372026-05-26T22:59:41.098Z Downloaded num_enum_derive v0.5.11
8382026-05-26T22:59:41.098Z Downloaded newtype-uuid v1.3.2
8392026-05-26T22:59:41.098Z Downloaded nanorand v0.7.0
8402026-05-26T22:59:41.102Z Downloaded libsw v3.5.0
8412026-05-26T22:59:41.102Z Downloaded darling_core v0.20.11
8422026-05-26T22:59:41.157Z Downloaded flume v0.11.1
8432026-05-26T22:59:41.157Z Downloaded darling_core v0.13.4
8442026-05-26T22:59:41.157Z Downloaded darling_core v0.21.3
8452026-05-26T22:59:41.157Z Downloaded parse-size v1.1.0
8462026-05-26T22:59:41.157Z Downloaded parse-display v0.10.0
8472026-05-26T22:59:41.157Z Downloaded oso-derive v0.27.3
8482026-05-26T22:59:41.157Z Downloaded opaque-debug v0.3.1
8492026-05-26T22:59:41.157Z Downloaded derive_more v2.1.1
8502026-05-26T22:59:41.157Z Downloaded phf_shared v0.12.1
8512026-05-26T22:59:41.157Z Downloaded num-integer v0.1.46
8522026-05-26T22:59:41.157Z Downloaded multer v3.1.0
8532026-05-26T22:59:41.157Z Downloaded iana-time-zone v0.1.65
8542026-05-26T22:59:41.157Z Downloaded crypto-bigint v0.5.5
8552026-05-26T22:59:41.157Z Downloaded predicates-core v1.0.10
8562026-05-26T22:59:41.157Z Downloaded const_format v0.2.35
8572026-05-26T22:59:41.158Z Downloaded allocator-api2 v0.2.21
8582026-05-26T22:59:41.158Z Downloaded proc-macro-crate v1.3.1
8592026-05-26T22:59:41.158Z Downloaded ignore v0.4.25
8602026-05-26T22:59:41.158Z Downloaded half v2.7.1
8612026-05-26T22:59:41.158Z Downloaded chacha20poly1305 v0.10.1
8622026-05-26T22:59:41.164Z Downloaded arc-swap v1.8.2
8632026-05-26T22:59:41.164Z Downloaded indexmap v1.9.3
8642026-05-26T22:59:41.164Z Downloaded headers v0.4.1
8652026-05-26T22:59:41.164Z Downloaded powerfmt v0.2.0
8662026-05-26T22:59:41.164Z Downloaded pin-utils v0.1.0
8672026-05-26T22:59:41.164Z Downloaded parse-display-derive v0.10.0
8682026-05-26T22:59:41.164Z Downloaded parking_lot_core v0.8.6
8692026-05-26T22:59:41.169Z Downloaded owo-colors v4.3.0
8702026-05-26T22:59:41.169Z Downloaded oxide-tokio-rt v0.1.4
8712026-05-26T22:59:41.169Z Downloaded proc-macro-crate v3.4.0
8722026-05-26T22:59:41.169Z Downloaded memmap2 v0.9.10
8732026-05-26T22:59:41.169Z Downloaded progenitor-client v0.14.0
8742026-05-26T22:59:41.173Z Downloaded proc-macro-error-attr2 v2.0.0
8752026-05-26T22:59:41.173Z Downloaded num_enum v0.7.5
8762026-05-26T22:59:41.173Z Downloaded precomputed-hash v0.1.1
8772026-05-26T22:59:41.173Z Downloaded ed25519-dalek v2.2.0
8782026-05-26T22:59:41.177Z Downloaded phf_shared v0.13.1
8792026-05-26T22:59:41.177Z Downloaded phf_shared v0.11.3
8802026-05-26T22:59:41.177Z Downloaded peg-runtime v0.8.5
8812026-05-26T22:59:41.177Z Downloaded path-slash v0.1.5
8822026-05-26T22:59:41.177Z Downloaded crossbeam-channel v0.5.15
8832026-05-26T22:59:41.182Z Downloaded password-hash v0.5.0
8842026-05-26T22:59:41.182Z Downloaded num_enum v0.5.11
8852026-05-26T22:59:41.184Z Downloaded num-complex v0.4.6
8862026-05-26T22:59:41.187Z Downloaded nu-ansi-term v0.50.3
8872026-05-26T22:59:41.192Z Downloaded peg-macros v0.8.5
8882026-05-26T22:59:41.192Z Downloaded progenitor-macro v0.13.0
8892026-05-26T22:59:41.192Z Downloaded progenitor-macro v0.11.2
8902026-05-26T22:59:41.196Z Downloaded packed_struct_codegen v0.10.1
8912026-05-26T22:59:41.196Z Downloaded packed_struct v0.10.1
8922026-05-26T22:59:41.196Z Downloaded oxnet v0.1.4
8932026-05-26T22:59:41.196Z Downloaded num-rational v0.4.2
8942026-05-26T22:59:41.196Z Downloaded rand_chacha v0.3.1
8952026-05-26T22:59:41.200Z Downloaded omicron-zone-package v0.12.2
8962026-05-26T22:59:41.200Z Downloaded progenitor-client v0.11.2
8972026-05-26T22:59:41.200Z Downloaded litrs v1.0.0
8982026-05-26T22:59:41.209Z Downloaded psl-types v2.0.11
8992026-05-26T22:59:41.209Z Downloaded progenitor-macro v0.14.0
9002026-05-26T22:59:41.209Z Downloaded predicates-tree v1.0.13
9012026-05-26T22:59:41.209Z Downloaded polyval v0.6.2
9022026-05-26T22:59:41.212Z Downloaded predicates v3.1.4
9032026-05-26T22:59:41.212Z Downloaded postgres-protocol v0.6.10
9042026-05-26T22:59:41.212Z Downloaded password-hash v0.4.2
9052026-05-26T22:59:41.212Z Downloaded heapless v0.8.0
9062026-05-26T22:59:41.212Z Downloaded heapless v0.7.17
9072026-05-26T22:59:41.215Z Downloaded poly1305 v0.8.0
9082026-05-26T22:59:41.219Z Downloaded pkg-config v0.3.32
9092026-05-26T22:59:41.219Z Downloaded phf v0.12.1
9102026-05-26T22:59:41.224Z Downloaded progenitor-client v0.10.0
9112026-05-26T22:59:41.224Z Downloaded native-tls v0.2.18
9122026-05-26T22:59:41.224Z Downloaded olpc-cjson v0.1.4
9132026-05-26T22:59:41.224Z Downloaded libbz2-rs-sys v0.2.2
9142026-05-26T22:59:41.224Z Downloaded derive_more-impl v2.1.1
9152026-05-26T22:59:41.225Z Downloaded quick-error v1.2.3
9162026-05-26T22:59:41.228Z Downloaded pem-rfc7468 v0.7.0
9172026-05-26T22:59:41.229Z Downloaded pem v3.0.6
9182026-05-26T22:59:41.229Z Downloaded parking_lot v0.12.5
9192026-05-26T22:59:41.229Z Downloaded bytes v1.11.1
9202026-05-26T22:59:41.233Z Downloaded ref-cast v1.0.25
9212026-05-26T22:59:41.233Z Downloaded phf v0.13.1
9222026-05-26T22:59:41.238Z Downloaded num_enum_derive v0.7.5
9232026-05-26T22:59:41.238Z Downloaded expectorate v1.2.0
9242026-05-26T22:59:41.238Z Downloaded diesel_derives v2.3.7
9252026-05-26T22:59:41.242Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-05-26T22:59:41.242Z Downloaded recursive v0.1.1
9272026-05-26T22:59:41.243Z Downloaded paste v1.0.15
9282026-05-26T22:59:41.246Z Downloaded progenitor v0.14.0
9292026-05-26T22:59:41.246Z Downloaded parking_lot_core v0.9.12
9302026-05-26T22:59:41.246Z Downloaded ref-cast-impl v1.0.25
9312026-05-26T22:59:41.246Z Downloaded pkcs8 v0.10.2
9322026-05-26T22:59:41.252Z Downloaded ppv-lite86 v0.2.21
9332026-05-26T22:59:41.252Z Downloaded pin-project-lite v0.2.17
9342026-05-26T22:59:41.252Z Downloaded primeorder v0.13.6
9352026-05-26T22:59:41.255Z Downloaded psm v0.1.30
9362026-05-26T22:59:41.255Z Downloaded rfc6979 v0.4.0
9372026-05-26T22:59:41.255Z Downloaded pin-project-internal v1.1.11
9382026-05-26T22:59:41.260Z Downloaded rustc_version v0.4.1
9392026-05-26T22:59:41.264Z Downloaded rustc_version v0.1.7
9402026-05-26T22:59:41.264Z Downloaded rtoolbox v0.0.3
9412026-05-26T22:59:41.264Z Downloaded r2d2 v0.8.10
9422026-05-26T22:59:41.268Z Downloaded progenitor v0.11.2
9432026-05-26T22:59:41.278Z Downloaded indicatif v0.18.4
9442026-05-26T22:59:41.283Z Downloaded aes v0.8.4
9452026-05-26T22:59:41.283Z Downloaded postcard v1.1.3
9462026-05-26T22:59:41.283Z Downloaded rand_chacha v0.9.0
9472026-05-26T22:59:41.283Z Downloaded radium v0.7.0
9482026-05-26T22:59:41.283Z Downloaded hashbrown v0.13.2
9492026-05-26T22:59:41.295Z Downloaded rand_core v0.10.0
9502026-05-26T22:59:41.295Z Downloaded miniz_oxide v0.8.9
9512026-05-26T22:59:41.299Z Downloaded hickory-resolver v0.24.4
9522026-05-26T22:59:41.299Z Downloaded parking_lot v0.11.2
9532026-05-26T22:59:41.299Z Downloaded async-compression v0.4.41
9542026-05-26T22:59:41.299Z Downloaded russh-cryptovec v0.7.3
9552026-05-26T22:59:41.299Z Downloaded scheduled-thread-pool v0.2.7
9562026-05-26T22:59:41.306Z Downloaded flate2 v1.1.9
9572026-05-26T22:59:41.306Z Downloaded progenitor-extras v0.2.0
9582026-05-26T22:59:41.306Z Downloaded proc-macro-error2 v2.0.1
9592026-05-26T22:59:41.306Z Downloaded peg v0.8.5
9602026-05-26T22:59:41.312Z Downloaded aes-gcm v0.10.3
9612026-05-26T22:59:41.316Z Downloaded secrecy v0.8.0
9622026-05-26T22:59:41.321Z Downloaded rand_xorshift v0.4.0
9632026-05-26T22:59:41.321Z Downloaded semver v0.1.20
9642026-05-26T22:59:41.321Z Downloaded secrecy v0.10.3
9652026-05-26T22:59:41.321Z Downloaded scroll_derive v0.13.1
9662026-05-26T22:59:41.325Z Downloaded same-file v1.0.6
9672026-05-26T22:59:41.325Z Downloaded rand_core v0.9.5
9682026-05-26T22:59:41.325Z Downloaded rand_core v0.6.4
9692026-05-26T22:59:41.329Z Downloaded postgres-types v0.2.12
9702026-05-26T22:59:41.333Z Downloaded rustc-hash v2.1.1
9712026-05-26T22:59:41.333Z Downloaded serde_plain v1.0.2
9722026-05-26T22:59:41.333Z Downloaded resolv-conf v0.7.6
9732026-05-26T22:59:41.336Z Downloaded sapling-renderdag v0.1.0
9742026-05-26T22:59:41.336Z Downloaded rand_seeder v0.4.0
9752026-05-26T22:59:41.336Z Downloaded rustls-native-certs v0.8.3
9762026-05-26T22:59:41.342Z Downloaded salsa20 v0.10.2
9772026-05-26T22:59:41.342Z Downloaded pin-project v1.1.11
9782026-05-26T22:59:41.348Z Downloaded serde-big-array v0.5.1
9792026-05-26T22:59:41.353Z Downloaded serde_urlencoded v0.7.1
9802026-05-26T22:59:41.354Z Downloaded serde_spanned v1.0.4
9812026-05-26T22:59:41.354Z Downloaded serde_repr v0.1.20
9822026-05-26T22:59:41.354Z Downloaded rustls-pemfile v1.0.4
9832026-05-26T22:59:41.359Z Downloaded sha1 v0.10.6
9842026-05-26T22:59:41.360Z Downloaded rustls-pemfile v2.2.0
9852026-05-26T22:59:41.360Z Downloaded seq-macro v0.3.6
9862026-05-26T22:59:41.360Z Downloaded scopeguard v1.2.0
9872026-05-26T22:59:41.360Z Downloaded quinn-udp v0.5.14
9882026-05-26T22:59:41.364Z Downloaded p256 v0.13.2
9892026-05-26T22:59:41.364Z Downloaded papergrid v0.17.0
9902026-05-26T22:59:41.371Z Downloaded minimal-lexical v0.2.1
9912026-05-26T22:59:41.371Z Downloaded oso v0.27.3
9922026-05-26T22:59:41.376Z Downloaded hashbrown v0.12.3
9932026-05-26T22:59:41.376Z Downloaded sigpipe v0.1.3
9942026-05-26T22:59:41.376Z Downloaded signal-hook-tokio v0.3.1
9952026-05-26T22:59:41.376Z Downloaded jiff-static v0.2.21
9962026-05-26T22:59:41.376Z Downloaded pkcs1 v0.7.5
9972026-05-26T22:59:41.379Z Downloaded siphasher v1.0.2
9982026-05-26T22:59:41.380Z Downloaded pkcs5 v0.7.1
9992026-05-26T22:59:41.390Z Downloaded progenitor v0.13.0
10002026-05-26T22:59:41.390Z Downloaded sec1 v0.7.3
10012026-05-26T22:59:41.390Z Downloaded slog-bunyan v2.5.0
10022026-05-26T22:59:41.390Z Downloaded signal-hook-mio v0.2.5
10032026-05-26T22:59:41.390Z Downloaded shell-words v1.1.1
10042026-05-26T22:59:41.390Z Downloaded serde_bytes v0.11.19
10052026-05-26T22:59:41.390Z Downloaded scrypt v0.11.0
10062026-05-26T22:59:41.390Z Downloaded progenitor-impl v0.11.2
10072026-05-26T22:59:41.393Z Downloaded sct v0.7.1
10082026-05-26T22:59:41.393Z Downloaded crossterm v0.29.0
10092026-05-26T22:59:41.397Z Downloaded slog-envlogger v2.2.0
10102026-05-26T22:59:41.404Z Downloaded crossterm v0.28.1
10112026-05-26T22:59:41.404Z Downloaded rustversion v1.0.22
10122026-05-26T22:59:41.404Z Downloaded progenitor-impl v0.14.0
10132026-05-26T22:59:41.409Z Downloaded signature v2.2.0
10142026-05-26T22:59:41.409Z Downloaded progenitor-client v0.13.0
10152026-05-26T22:59:41.414Z Downloaded http v1.4.0
10162026-05-26T22:59:41.418Z Downloaded rusty-fork v0.3.1
10172026-05-26T22:59:41.424Z Downloaded mio v1.2.0
10182026-05-26T22:59:41.427Z Downloaded schemars_derive v0.8.22
10192026-05-26T22:59:41.427Z Downloaded scroll v0.13.0
10202026-05-26T22:59:41.427Z Downloaded openssl-sys v0.9.115
10212026-05-26T22:59:41.430Z Downloaded prettyplease v0.2.37
10222026-05-26T22:59:41.435Z Downloaded pretty_assertions v1.4.1
10232026-05-26T22:59:41.435Z Downloaded serde-hex v0.1.0
10242026-05-26T22:59:41.439Z Downloaded ssh-encoding v0.2.0
10252026-05-26T22:59:41.443Z Downloaded simd-adler32 v0.3.8
10262026-05-26T22:59:41.456Z Downloaded strum v0.27.2
10272026-05-26T22:59:41.461Z Downloaded strum v0.26.3
10282026-05-26T22:59:41.461Z Downloaded slab v0.4.12
10292026-05-26T22:59:41.461Z Downloaded subtle v2.6.1
10302026-05-26T22:59:41.462Z Downloaded ssh-cipher v0.2.0
10312026-05-26T22:59:41.462Z Downloaded slog-dtrace v0.3.0
10322026-05-26T22:59:41.462Z Downloaded progenitor-impl v0.13.0
10332026-05-26T22:59:41.462Z Downloaded dropshot-api-manager v0.7.2
10342026-05-26T22:59:41.468Z Downloaded smf v0.2.3
10352026-05-26T22:59:41.468Z Downloaded tabled_derive v0.11.0
10362026-05-26T22:59:41.468Z Downloaded sync-ptr v0.1.4
10372026-05-26T22:59:41.468Z Downloaded supports-color v3.0.2
10382026-05-26T22:59:41.468Z Downloaded tap v1.0.1
10392026-05-26T22:59:41.476Z Downloaded take_mut v0.2.2
10402026-05-26T22:59:41.476Z Downloaded slog-json v2.6.1
10412026-05-26T22:59:41.476Z Downloaded ron v0.8.1
10422026-05-26T22:59:41.479Z Downloaded structmeta-derive v0.3.0
10432026-05-26T22:59:41.479Z Downloaded hickory-resolver v0.25.2
10442026-05-26T22:59:41.483Z Downloaded serde_derive_internals v0.29.1
10452026-05-26T22:59:41.483Z Downloaded serde_with_macros v3.17.0
10462026-05-26T22:59:41.483Z Downloaded structmeta v0.3.0
10472026-05-26T22:59:41.483Z Downloaded strsim v0.10.0
10482026-05-26T22:59:41.486Z Downloaded rustls-pki-types v1.14.0
10492026-05-26T22:59:41.486Z Downloaded sqlparser_derive v0.5.0
10502026-05-26T22:59:41.489Z Downloaded thread-id v5.1.0
10512026-05-26T22:59:41.489Z Downloaded testing_table v0.3.0
10522026-05-26T22:59:41.494Z Downloaded thiserror-impl-no-std v2.0.2
10532026-05-26T22:59:41.494Z Downloaded tinyvec_macros v0.1.1
10542026-05-26T22:59:41.494Z Downloaded rayon-core v1.13.0
10552026-05-26T22:59:41.498Z Downloaded signal-hook-registry v1.4.8
10562026-05-26T22:59:41.502Z Downloaded shlex v1.3.0
10572026-05-26T22:59:41.502Z Downloaded serde_with_macros v1.5.2
10582026-05-26T22:59:41.502Z Downloaded tabwriter v1.4.1
10592026-05-26T22:59:41.506Z Downloaded slog-async v2.8.0
10602026-05-26T22:59:41.506Z Downloaded prefix-trie v0.7.0
10612026-05-26T22:59:41.509Z Downloaded strip-ansi-escapes v0.2.1
10622026-05-26T22:59:41.510Z Downloaded stringprep v0.1.5
10632026-05-26T22:59:41.513Z Downloaded stacker v0.1.23
10642026-05-26T22:59:41.513Z Downloaded serde_path_to_error v0.1.20
10652026-05-26T22:59:41.517Z Downloaded slog-term v2.9.2
10662026-05-26T22:59:41.517Z Downloaded tagptr v0.2.0
10672026-05-26T22:59:41.523Z Downloaded schemars v0.8.22
10682026-05-26T22:59:41.526Z Downloaded time-core v0.1.8
10692026-05-26T22:59:41.526Z Downloaded smallvec v0.6.14
10702026-05-26T22:59:41.531Z Downloaded string_cache v0.8.9
10712026-05-26T22:59:41.531Z Downloaded snafu-derive v0.8.9
10722026-05-26T22:59:41.531Z Downloaded slog-stdlog v4.1.1
10732026-05-26T22:59:41.535Z Downloaded ryu v1.0.23
10742026-05-26T22:59:41.535Z Downloaded sync_wrapper v1.0.2
10752026-05-26T22:59:41.535Z Downloaded slog-scope v4.4.1
10762026-05-26T22:59:41.549Z Downloaded termtree v0.5.1
10772026-05-26T22:59:41.555Z Downloaded termios v0.3.3
10782026-05-26T22:59:41.555Z Downloaded sqlformat v0.3.5
10792026-05-26T22:59:41.555Z Downloaded spki v0.7.3
10802026-05-26T22:59:41.560Z Downloaded signal-hook v0.3.18
10812026-05-26T22:59:41.565Z Downloaded tokio-macros v2.7.0
10822026-05-26T22:59:41.565Z Downloaded static_assertions v1.1.0
10832026-05-26T22:59:41.572Z Downloaded serde_cbor v0.11.2
10842026-05-26T22:59:41.572Z Downloaded thiserror-no-std v2.0.2
10852026-05-26T22:59:41.576Z Downloaded strum_macros v0.24.3
10862026-05-26T22:59:41.576Z Downloaded rustls-platform-verifier v0.6.2
10872026-05-26T22:59:41.576Z Downloaded russh-keys v0.45.0
10882026-05-26T22:59:41.581Z Downloaded hickory-server v0.25.2
10892026-05-26T22:59:41.581Z Downloaded strum_macros v0.27.2
10902026-05-26T22:59:41.584Z Downloaded tiny-keccak v2.0.2
10912026-05-26T22:59:41.584Z Downloaded time-macros v0.2.27
10922026-05-26T22:59:41.584Z Downloaded tls_codec v0.4.2
10932026-05-26T22:59:41.588Z Downloaded strum_macros v0.26.4
10942026-05-26T22:59:41.588Z Downloaded topological-sort v0.2.2
10952026-05-26T22:59:41.588Z Downloaded similar v2.7.0
10962026-05-26T22:59:41.601Z Downloaded hyper-util v0.1.20
10972026-05-26T22:59:41.601Z Downloaded itertools v0.13.0
10982026-05-26T22:59:41.608Z Downloaded schemars v0.9.0
10992026-05-26T22:59:41.608Z Downloaded try-lock v0.2.5
11002026-05-26T22:59:41.608Z Downloaded trait-variant v0.1.2
11012026-05-26T22:59:41.608Z Downloaded tower-service v0.3.3
11022026-05-26T22:59:41.608Z Downloaded tower-layer v0.3.3
11032026-05-26T22:59:41.612Z Downloaded thread_local v1.1.9
11042026-05-26T22:59:41.612Z Downloaded support-bundle-viewer v0.1.2
11052026-05-26T22:59:41.616Z Downloaded rcgen v0.12.1
11062026-05-26T22:59:41.616Z Downloaded typify-macro v0.4.3
11072026-05-26T22:59:41.627Z Downloaded typify-macro v0.6.2
11082026-05-26T22:59:41.627Z Downloaded socket2 v0.5.10
11092026-05-26T22:59:41.627Z Downloaded hyper v1.8.1
11102026-05-26T22:59:41.632Z Downloaded rand v0.9.2
11112026-05-26T22:59:41.632Z Downloaded serde_yaml v0.9.34+deprecated
11122026-05-26T22:59:41.635Z Downloaded unarray v0.1.4
11132026-05-26T22:59:41.635Z Downloaded term v1.2.1
11142026-05-26T22:59:41.636Z Downloaded unicode-truncate v1.1.0
11152026-05-26T22:59:41.636Z Downloaded untrusted v0.9.0
11162026-05-26T22:59:41.640Z Downloaded universal-hash v0.5.1
11172026-05-26T22:59:41.640Z Downloaded unit-prefix v0.5.2
11182026-05-26T22:59:41.640Z Downloaded usdt-macro v0.6.0
11192026-05-26T22:59:41.640Z Downloaded tokio-native-tls v0.3.1
11202026-05-26T22:59:41.646Z Downloaded hashbrown v0.15.5
11212026-05-26T22:59:41.646Z Downloaded utf-8 v0.7.6
11222026-05-26T22:59:41.646Z Downloaded spin v0.9.8
11232026-05-26T22:59:41.649Z Downloaded tokio-rustls v0.25.0
11242026-05-26T22:59:41.649Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11252026-05-26T22:59:41.649Z Downloaded tokio-tungstenite v0.21.0
11262026-05-26T22:59:41.649Z Downloaded iddqd v0.4.1
11272026-05-26T22:59:41.653Z Downloaded untrusted v0.7.1
11282026-05-26T22:59:41.653Z Downloaded rustls-webpki v0.103.9
11292026-05-26T22:59:41.659Z Downloaded usdt-attr-macro v0.6.0
11302026-05-26T22:59:41.662Z Downloaded tokio-dtrace v0.1.1
11312026-05-26T22:59:41.662Z Downloaded publicsuffix v2.3.0
11322026-05-26T22:59:41.669Z Downloaded nom v7.1.3
11332026-05-26T22:59:41.670Z Downloaded tokio-tungstenite v0.23.1
11342026-05-26T22:59:41.670Z Downloaded hkdf v0.12.4
11352026-05-26T22:59:41.670Z Downloaded num-bigint v0.4.6
11362026-05-26T22:59:41.670Z Downloaded rand v0.8.6
11372026-05-26T22:59:41.670Z Downloaded quinn v0.11.9
11382026-05-26T22:59:41.673Z Downloaded usdt v0.6.0
11392026-05-26T22:59:41.673Z Downloaded socket2 v0.6.3
11402026-05-26T22:59:41.674Z Downloaded itertools v0.14.0
11412026-05-26T22:59:41.678Z Downloaded term v0.7.0
11422026-05-26T22:59:41.678Z Downloaded slog v2.8.2
11432026-05-26T22:59:41.681Z Downloaded iri-string v0.7.10
11442026-05-26T22:59:41.686Z Downloaded russh v0.45.0
11452026-05-26T22:59:41.692Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-05-26T22:59:41.692Z Downloaded wait-timeout v0.2.1
11472026-05-26T22:59:41.702Z Downloaded want v0.3.1
11482026-05-26T22:59:41.702Z Downloaded tui-tree-widget v0.23.1
11492026-05-26T22:59:41.702Z Downloaded itertools v0.10.5
11502026-05-26T22:59:41.707Z Downloaded waitgroup v0.1.2
11512026-05-26T22:59:41.707Z Downloaded void v1.0.2
11522026-05-26T22:59:41.707Z Downloaded tokio-stream v0.1.18
11532026-05-26T22:59:41.707Z Downloaded libxml v0.3.3
11542026-05-26T22:59:41.712Z Downloaded xattr v1.6.1
11552026-05-26T22:59:41.716Z Downloaded tinyvec v1.10.0
11562026-05-26T22:59:41.716Z Downloaded futures-util v0.3.32
11572026-05-26T22:59:41.721Z Downloaded rsa v0.9.10
11582026-05-26T22:59:41.725Z Downloaded tls_codec_derive v0.4.2
11592026-05-26T22:59:41.725Z Downloaded qorb v0.4.1
11602026-05-26T22:59:41.728Z Downloaded uzers v0.12.2
11612026-05-26T22:59:41.734Z Downloaded hashbrown v0.16.1
11622026-05-26T22:59:41.737Z Downloaded tokio-rustls v0.26.4
11632026-05-26T22:59:41.737Z Downloaded unicase v2.9.0
11642026-05-26T22:59:41.744Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11652026-05-26T22:59:41.744Z Downloaded zone_cfg_derive v0.3.1
11662026-05-26T22:59:41.744Z Downloaded vergen-git2 v9.1.0
11672026-05-26T22:59:41.748Z Downloaded zeroize_derive v1.4.3
11682026-05-26T22:59:41.748Z Downloaded vergen-lib v9.1.0
11692026-05-26T22:59:41.748Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-05-26T22:59:41.748Z Downloaded tokio-rustls v0.24.1
11712026-05-26T22:59:41.748Z Downloaded subprocess v0.2.15
11722026-05-26T22:59:41.759Z Downloaded zone v0.3.1
11732026-05-26T22:59:41.763Z Downloaded samael v0.0.19
11742026-05-26T22:59:41.770Z Downloaded twox-hash v2.1.2
11752026-05-26T22:59:41.774Z Downloaded test-strategy v0.4.5
11762026-05-26T22:59:41.774Z Downloaded rand v0.10.0
11772026-05-26T22:59:41.779Z Downloaded walkdir v2.5.0
11782026-05-26T22:59:41.779Z Downloaded xshell-macros v0.2.7
11792026-05-26T22:59:41.779Z Downloaded wyz v0.5.1
11802026-05-26T22:59:41.779Z Downloaded vsss-rs v3.3.4
11812026-05-26T22:59:41.783Z Downloaded toml v1.0.6+spec-1.1.0
11822026-05-26T22:59:41.783Z Downloaded toml v0.7.8
11832026-05-26T22:59:41.786Z Downloaded h2 v0.4.13
11842026-05-26T22:59:41.789Z Downloaded itertools v0.12.1
11852026-05-26T22:59:41.792Z Downloaded rustyline v14.0.0
11862026-05-26T22:59:41.797Z Downloaded vergen-lib v0.1.6
11872026-05-26T22:59:41.797Z Downloaded vergen v9.1.0
11882026-05-26T22:59:41.797Z Downloaded unicode-properties v0.1.4
11892026-05-26T22:59:41.803Z Downloaded whoami v1.6.1
11902026-05-26T22:59:41.803Z Downloaded num-bigint-dig v0.8.6
11912026-05-26T22:59:41.808Z Downloaded zstd-safe v7.2.4
11922026-05-26T22:59:41.808Z Downloaded zeroize v1.8.2
11932026-05-26T22:59:41.808Z Downloaded snafu v0.8.9
11942026-05-26T22:59:41.812Z Downloaded xshell v0.2.7
11952026-05-26T22:59:41.812Z Downloaded aho-corasick v1.1.4
11962026-05-26T22:59:41.815Z Downloaded usdt-impl v0.6.0
11972026-05-26T22:59:41.815Z Downloaded typify v0.6.2
11982026-05-26T22:59:41.820Z Downloaded tracing-attributes v0.1.31
11992026-05-26T22:59:41.826Z Downloaded libm v0.2.16
12002026-05-26T22:59:41.830Z Downloaded tracing-core v0.1.36
12012026-05-26T22:59:41.835Z Downloaded schemars v1.2.1
12022026-05-26T22:59:41.842Z Downloaded zstd v0.13.3
12032026-05-26T22:59:41.847Z Downloaded vergen-gitcl v1.0.8
12042026-05-26T22:59:41.847Z Downloaded typify v0.4.3
12052026-05-26T22:59:41.847Z Downloaded p521 v0.13.3
12062026-05-26T22:59:41.850Z Downloaded tar v0.4.45
12072026-05-26T22:59:41.854Z Downloaded tungstenite v0.23.0
12082026-05-26T22:59:41.862Z Downloaded unicode-bidi v0.3.18
12092026-05-26T22:59:41.873Z Downloaded zerocopy v0.6.6
12102026-05-26T22:59:41.876Z Downloaded yasna v0.5.2
12112026-05-26T22:59:41.880Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-05-26T22:59:41.880Z Downloaded tokio-postgres v0.7.16
12132026-05-26T22:59:41.886Z Downloaded serde_with v1.14.0
12142026-05-26T22:59:41.890Z Downloaded ssh-key v0.6.7
12152026-05-26T22:59:41.896Z Downloaded toml_edit v0.19.15
12162026-05-26T22:59:41.907Z Downloaded vte v0.14.1
12172026-05-26T22:59:41.913Z Downloaded reedline v0.40.0
12182026-05-26T22:59:41.916Z Downloaded unsafe-libyaml v0.2.11
12192026-05-26T22:59:41.916Z Downloaded whoami v2.1.0
12202026-05-26T22:59:41.916Z Downloaded steno v0.4.1
12212026-05-26T22:59:41.920Z Downloaded zopfli v0.8.3
12222026-05-26T22:59:41.920Z Downloaded rpassword v7.4.0
12232026-05-26T22:59:41.926Z Downloaded chrono v0.4.44
12242026-05-26T22:59:41.926Z Downloaded unicode_categories v0.1.1
12252026-05-26T22:59:41.948Z Downloaded uuid v1.23.0
12262026-05-26T22:59:41.949Z Downloaded yansi v1.0.1
12272026-05-26T22:59:41.949Z Downloaded tungstenite v0.21.0
12282026-05-26T22:59:41.957Z Downloaded zip v0.6.6
12292026-05-26T22:59:41.972Z Downloaded blake3 v1.8.3
12302026-05-26T22:59:41.976Z Downloaded rustls-webpki v0.101.7
12312026-05-26T22:59:41.981Z Downloaded rayon v1.11.0
12322026-05-26T22:59:41.985Z Downloaded reqwest v0.13.2
12332026-05-26T22:59:41.989Z Downloaded reqwest v0.12.28
12342026-05-26T22:59:41.993Z Downloaded typed-path v0.9.3
12352026-05-26T22:59:42.003Z Downloaded bindgen v0.71.1
12362026-05-26T22:59:42.005Z Downloaded regex v1.12.3
12372026-05-26T22:59:42.011Z Downloaded x509-cert v0.2.5
12382026-05-26T22:59:42.014Z Downloaded portable-atomic v1.13.1
12392026-05-26T22:59:42.021Z Downloaded git2 v0.20.4
12402026-05-26T22:59:42.025Z Downloaded tower v0.5.3
12412026-05-26T22:59:42.033Z Downloaded bitvec v1.0.1
12422026-05-26T22:59:42.048Z Downloaded zerocopy-derive v0.8.40
12432026-05-26T22:59:42.055Z Downloaded unicode-segmentation v1.12.0
12442026-05-26T22:59:42.055Z Downloaded rustls-webpki v0.102.8
12452026-05-26T22:59:42.061Z Downloaded p384 v0.13.1
12462026-05-26T22:59:42.064Z Downloaded tough v0.22.0
12472026-05-26T22:59:42.068Z Downloaded unicode-normalization v0.1.25
12482026-05-26T22:59:42.072Z Downloaded petname v2.0.2
12492026-05-26T22:59:42.075Z Downloaded salty v0.3.0
12502026-05-26T22:59:42.084Z Downloaded goblin v0.10.5
12512026-05-26T22:59:42.089Z Downloaded lalrpop v0.19.12
12522026-05-26T22:59:42.089Z Downloaded quick-xml v0.37.5
12532026-05-26T22:59:42.095Z Downloaded tower-http v0.6.8
12542026-05-26T22:59:42.102Z Downloaded moka v0.12.13
12552026-05-26T22:59:42.109Z Downloaded zip v4.6.1
12562026-05-26T22:59:42.115Z Downloaded proptest v1.10.0
12572026-05-26T22:59:42.115Z Downloaded tokio-util v0.7.18
12582026-05-26T22:59:42.121Z Downloaded serde_with v3.17.0
12592026-05-26T22:59:42.128Z Downloaded hickory-proto v0.26.1
12602026-05-26T22:59:42.135Z Downloaded nix v0.27.1
12612026-05-26T22:59:42.147Z Downloaded quinn-proto v0.11.13
12622026-05-26T22:59:42.160Z Downloaded object v0.30.4
12632026-05-26T22:59:42.160Z Downloaded polar-core v0.27.3
12642026-05-26T22:59:42.165Z Downloaded winnow v0.5.40
12652026-05-26T22:59:42.171Z Downloaded radix_trie v0.2.1
12662026-05-26T22:59:42.176Z Downloaded openssl v0.10.79
12672026-05-26T22:59:42.180Z Downloaded tabled v0.20.0
12682026-05-26T22:59:42.188Z Downloaded winnow v0.6.26
12692026-05-26T22:59:42.194Z Downloaded rustls v0.21.12
12702026-05-26T22:59:42.199Z Downloaded nix v0.28.0
12712026-05-26T22:59:42.206Z Downloaded bstr v1.12.1
12722026-05-26T22:59:42.215Z Downloaded time v0.3.47
12732026-05-26T22:59:42.224Z Downloaded dropshot v0.17.0
12742026-05-26T22:59:42.231Z Downloaded regex-syntax v0.6.29
12752026-05-26T22:59:42.236Z Downloaded webpki-roots v1.0.6
12762026-05-26T22:59:42.248Z Downloaded hickory-proto v0.24.4
12772026-05-26T22:59:42.248Z Downloaded vcpkg v0.2.15
12782026-05-26T22:59:42.273Z Downloaded zerocopy v0.8.40
12792026-05-26T22:59:42.276Z Downloaded nix v0.31.2
12802026-05-26T22:59:42.280Z Downloaded zlib-rs v0.6.2
12812026-05-26T22:59:42.285Z Downloaded smoltcp v0.11.0
12822026-05-26T22:59:42.292Z Downloaded regex-syntax v0.8.10
12832026-05-26T22:59:42.298Z Downloaded openapiv3 v2.2.0
12842026-05-26T22:59:42.305Z Downloaded regress v0.11.1
12852026-05-26T22:59:42.310Z Downloaded diesel v2.3.7
12862026-05-26T22:59:42.323Z Downloaded rustls v0.23.37
12872026-05-26T22:59:42.390Z Downloaded rustix v0.38.44
12882026-05-26T22:59:42.413Z Downloaded hickory-proto v0.25.2
12892026-05-26T22:59:42.413Z Downloaded regress v0.10.5
12902026-05-26T22:59:42.413Z Downloaded rustls v0.22.4
12912026-05-26T22:59:42.413Z Downloaded object v0.37.3
12922026-05-26T22:59:42.413Z Downloaded smoltcp v0.9.1
12932026-05-26T22:59:42.413Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-05-26T22:59:42.413Z Downloaded sled v0.34.7
12952026-05-26T22:59:42.413Z Downloaded ratatui v0.29.0
12962026-05-26T22:59:42.432Z Downloaded sqlparser v0.61.0
12972026-05-26T22:59:42.444Z Downloaded regex-automata v0.4.14
12982026-05-26T22:59:42.459Z Downloaded typify-impl v0.6.2
12992026-05-26T22:59:42.467Z Downloaded chrono-tz v0.10.4
13002026-05-26T22:59:42.475Z Downloaded petgraph v0.8.3
13012026-05-26T22:59:42.486Z Downloaded typify-impl v0.4.3
13022026-05-26T22:59:42.495Z Downloaded tracing v0.1.44
13032026-05-26T22:59:42.507Z Downloaded libz-sys v1.1.24
13042026-05-26T22:59:42.520Z Downloaded zerocopy-derive v0.6.6
13052026-05-26T22:59:42.553Z Downloaded petgraph v0.6.5
13062026-05-26T22:59:42.564Z Downloaded jiff v0.2.21
13072026-05-26T22:59:42.612Z Downloaded csv v1.4.0
13082026-05-26T22:59:42.625Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-05-26T22:59:42.636Z Downloaded sha3 v0.10.8
13102026-05-26T22:59:42.648Z Downloaded tokio v1.52.1
13112026-05-26T22:59:42.722Z Downloaded encoding_rs v0.8.35
13122026-05-26T22:59:42.743Z Downloaded ring v0.17.14
13132026-05-26T22:59:42.777Z Downloaded libgit2-sys v0.18.3+1.9.2
13142026-05-26T22:59:43.215Z Downloaded aws-lc-sys v0.40.0
13152026-05-26T22:59:43.435Z Compiling libc v0.2.185
13162026-05-26T22:59:43.436Z Compiling serde v1.0.228
13172026-05-26T22:59:43.450Z Compiling log v0.4.29
13182026-05-26T22:59:43.450Z Compiling find-msvc-tools v0.1.9
13192026-05-26T22:59:43.574Z Compiling shlex v1.3.0
13202026-05-26T22:59:43.577Z Compiling smallvec v1.15.1
13212026-05-26T22:59:43.583Z Compiling syn v2.0.117
13222026-05-26T22:59:43.591Z Compiling typenum v1.19.0
13232026-05-26T22:59:43.753Z Compiling generic-array v0.14.7
13242026-05-26T22:59:43.791Z Compiling subtle v2.6.1
13252026-05-26T22:59:43.807Z Compiling scopeguard v1.2.0
13262026-05-26T22:59:43.840Z Compiling const-oid v0.9.6
13272026-05-26T22:59:43.904Z Compiling lock_api v0.4.14
13282026-05-26T22:59:43.918Z Compiling serde_json v1.0.149
13292026-05-26T22:59:43.970Z Compiling zerocopy v0.8.40
13302026-05-26T22:59:43.998Z Compiling pin-project-lite v0.2.17
13312026-05-26T22:59:44.111Z Compiling parking_lot_core v0.9.12
13322026-05-26T22:59:44.123Z Compiling portable-atomic v1.13.1
13332026-05-26T22:59:44.373Z Compiling pkg-config v0.3.32
13342026-05-26T22:59:44.402Z Compiling getrandom v0.2.17
13352026-05-26T22:59:44.448Z Compiling jobserver v0.1.34
13362026-05-26T22:59:44.548Z Compiling rand_core v0.6.4
13372026-05-26T22:59:44.566Z Compiling errno v0.3.14
13382026-05-26T22:59:44.712Z Compiling cc v1.2.56
13392026-05-26T22:59:44.809Z Compiling signal-hook-registry v1.4.8
13402026-05-26T22:59:44.812Z Compiling bitflags v2.11.0
13412026-05-26T22:59:44.915Z Compiling futures-core v0.3.32
13422026-05-26T22:59:44.919Z Compiling critical-section v1.2.0
13432026-05-26T22:59:45.035Z Compiling libm v0.2.16
13442026-05-26T22:59:45.050Z Compiling once_cell v1.21.3
13452026-05-26T22:59:45.085Z Compiling parking_lot v0.12.5
13462026-05-26T22:59:45.270Z Compiling mio v1.2.0
13472026-05-26T22:59:45.271Z Compiling num-traits v0.2.19
13482026-05-26T22:59:45.294Z Compiling percent-encoding v2.3.2
13492026-05-26T22:59:45.294Z Compiling socket2 v0.6.3
13502026-05-26T22:59:45.418Z Compiling rand_core v0.10.0
13512026-05-26T22:59:45.437Z Compiling getrandom v0.4.1
13522026-05-26T22:59:45.467Z Compiling futures-sink v0.3.32
13532026-05-26T22:59:45.541Z Compiling futures-io v0.3.32
13542026-05-26T22:59:45.569Z Compiling futures-channel v0.3.32
13552026-05-26T22:59:45.583Z Compiling cpufeatures v0.2.17
13562026-05-26T22:59:45.655Z Compiling slab v0.4.12
13572026-05-26T22:59:45.669Z Compiling futures-task v0.3.32
13582026-05-26T22:59:45.690Z Compiling indexmap v2.14.0
13592026-05-26T22:59:45.793Z Compiling rustversion v1.0.22
13602026-05-26T22:59:45.825Z Compiling getrandom v0.3.4
13612026-05-26T22:59:45.839Z Compiling cmake v0.1.57
13622026-05-26T22:59:45.989Z Compiling form_urlencoded v1.2.2
13632026-05-26T22:59:46.216Z Compiling dunce v1.0.5
13642026-05-26T22:59:46.306Z Compiling fs_extra v1.3.0
13652026-05-26T22:59:46.410Z Compiling synstructure v0.13.2
13662026-05-26T22:59:46.433Z Compiling base64ct v1.8.3
13672026-05-26T22:59:46.533Z Compiling ident_case v1.0.1
13682026-05-26T22:59:46.617Z Compiling aws-lc-sys v0.40.0
13692026-05-26T22:59:46.668Z Compiling rustix v1.1.3
13702026-05-26T22:59:46.734Z Compiling pem-rfc7468 v0.7.0
13712026-05-26T22:59:46.775Z Compiling iana-time-zone v0.1.65
13722026-05-26T22:59:46.873Z Compiling regex-syntax v0.8.10
13732026-05-26T22:59:46.970Z Compiling flagset v0.4.7
13742026-05-26T22:59:46.980Z Compiling rand_core v0.9.5
13752026-05-26T22:59:47.025Z Compiling ring v0.17.14
13762026-05-26T22:59:47.053Z Compiling vcpkg v0.2.15
13772026-05-26T22:59:47.127Z Compiling aws-lc-rs v1.16.3
13782026-05-26T22:59:47.267Z Compiling uuid v1.23.0
13792026-05-26T22:59:47.385Z Compiling rustc_version v0.4.1
13802026-05-26T22:59:47.723Z Compiling tracing-core v0.1.36
13812026-05-26T22:59:47.870Z Compiling openssl-sys v0.9.115
13822026-05-26T22:59:47.999Z Compiling base64 v0.22.1
13832026-05-26T22:59:48.181Z Compiling serde_derive v1.0.228
13842026-05-26T22:59:48.292Z Compiling zeroize_derive v1.4.3
13852026-05-26T22:59:48.332Z Compiling zerofrom-derive v0.1.6
13862026-05-26T22:59:48.346Z Compiling yoke-derive v0.8.1
13872026-05-26T22:59:48.431Z Compiling zerocopy-derive v0.8.40
13882026-05-26T22:59:48.939Z Compiling zeroize v1.8.2
13892026-05-26T22:59:49.266Z Compiling zerovec-derive v0.11.2
13902026-05-26T22:59:49.506Z Compiling displaydoc v0.2.5
13912026-05-26T22:59:49.712Z Compiling crypto-common v0.1.7
13922026-05-26T22:59:49.741Z Compiling zerofrom v0.1.6
13932026-05-26T22:59:49.864Z Compiling yoke v0.8.1
13942026-05-26T22:59:49.880Z Compiling block-buffer v0.10.4
13952026-05-26T22:59:50.050Z Compiling digest v0.10.7
13962026-05-26T22:59:50.064Z Compiling tokio-macros v2.7.0
13972026-05-26T22:59:50.258Z Compiling zerotrie v0.2.3
13982026-05-26T22:59:50.292Z Compiling futures-macro v0.3.32
13992026-05-26T22:59:50.389Z Compiling zerovec v0.11.5
14002026-05-26T22:59:50.559Z Compiling hmac v0.12.1
14012026-05-26T22:59:50.721Z Compiling block-padding v0.3.3
14022026-05-26T22:59:50.762Z Compiling sha2 v0.10.9
14032026-05-26T22:59:50.867Z Compiling tinystr v0.8.2
14042026-05-26T22:59:50.884Z Compiling potential_utf v0.1.4
14052026-05-26T22:59:51.044Z Compiling icu_locale_core v2.1.1
14062026-05-26T22:59:51.072Z Compiling icu_collections v2.1.1
14072026-05-26T22:59:51.082Z Compiling futures-util v0.3.32
14082026-05-26T22:59:51.596Z Compiling inout v0.1.4
14092026-05-26T22:59:51.688Z Compiling bytes v1.11.1
14102026-05-26T22:59:51.763Z Compiling icu_provider v2.1.1
14112026-05-26T22:59:51.934Z Compiling cipher v0.4.4
14122026-05-26T22:59:52.057Z Compiling icu_normalizer v2.1.1
14132026-05-26T22:59:52.162Z Compiling tokio v1.52.1
14142026-05-26T22:59:52.197Z Compiling icu_properties v2.1.2
14152026-05-26T22:59:52.266Z Compiling der_derive v0.7.3
14162026-05-26T22:59:52.299Z Compiling http v1.4.0
14172026-05-26T22:59:52.607Z Compiling chrono v0.4.44
14182026-05-26T22:59:52.943Z Compiling ppv-lite86 v0.2.21
14192026-05-26T22:59:53.200Z Compiling idna_adapter v1.2.1
14202026-05-26T22:59:53.217Z Compiling der v0.7.10
14212026-05-26T22:59:53.240Z Compiling salsa20 v0.10.2
14222026-05-26T22:59:53.281Z Compiling pbkdf2 v0.12.2
14232026-05-26T22:59:53.331Z Compiling idna v1.1.0
14242026-05-26T22:59:53.373Z Compiling rustls-pki-types v1.14.0
14252026-05-26T22:59:53.387Z Compiling thiserror-impl v2.0.18
14262026-05-26T22:59:53.402Z Compiling tracing-attributes v0.1.31
14272026-05-26T22:59:53.826Z Compiling url v2.5.8
14282026-05-26T22:59:53.960Z Compiling scrypt v0.11.0
14292026-05-26T22:59:53.974Z Compiling rand_chacha v0.9.0
14302026-05-26T22:59:54.205Z Compiling spki v0.7.3
14312026-05-26T22:59:54.384Z Compiling http-body v1.0.1
14322026-05-26T22:59:54.408Z Compiling cbc v0.1.2
14332026-05-26T22:59:54.535Z Compiling aes v0.8.4
14342026-05-26T22:59:54.607Z Compiling tinyvec_macros v0.1.1
14352026-05-26T22:59:54.631Z Compiling untrusted v0.9.0
14362026-05-26T22:59:54.646Z Compiling openssl-probe v0.2.1
14372026-05-26T22:59:54.659Z Compiling httparse v1.10.1
14382026-05-26T22:59:54.672Z Compiling tracing v0.1.44
14392026-05-26T22:59:54.690Z Compiling thiserror v2.0.18
14402026-05-26T22:59:54.746Z Compiling untrusted v0.7.1
14412026-05-26T22:59:54.819Z Compiling tinyvec v1.10.0
14422026-05-26T22:59:54.910Z Compiling pest_generator v2.8.6
14432026-05-26T22:59:54.950Z Compiling pkcs5 v0.7.1
14442026-05-26T22:59:55.029Z Compiling rand v0.9.2
14452026-05-26T22:59:59.465Z Compiling serde_derive_internals v0.29.1
14462026-05-26T22:59:59.557Z Compiling aho-corasick v1.1.4
14472026-05-26T22:59:59.557Z Compiling dyn-clone v1.0.20
14482026-05-26T22:59:59.557Z Compiling tower-service v0.3.3
14492026-05-26T22:59:59.557Z Compiling schemars v0.8.22
14502026-05-26T22:59:59.558Z Compiling try-lock v0.2.5
14512026-05-26T22:59:59.558Z Compiling tower-layer v0.3.3
14522026-05-26T22:59:59.559Z Compiling rustls v0.23.37
14532026-05-26T22:59:59.559Z Compiling tokio-util v0.7.18
14542026-05-26T22:59:59.559Z Compiling atomic-waker v1.1.2
14552026-05-26T22:59:59.559Z Compiling want v0.3.1
14562026-05-26T22:59:59.559Z Compiling schemars_derive v0.8.22
14572026-05-26T22:59:59.559Z Compiling pest_derive v2.8.6
14582026-05-26T22:59:59.559Z Compiling pkcs8 v0.10.2
14592026-05-26T22:59:59.559Z Compiling regex-automata v0.4.14
14602026-05-26T22:59:59.559Z Compiling ipnet v2.11.0
14612026-05-26T22:59:59.559Z Compiling h2 v0.4.13
14622026-05-26T22:59:59.559Z Compiling scroll_derive v0.13.1
14632026-05-26T22:59:59.559Z Compiling darling_core v0.20.11
14642026-05-26T22:59:59.559Z Compiling foreign-types-shared v0.1.1
14652026-05-26T22:59:59.559Z Compiling pin-utils v0.1.0
14662026-05-26T22:59:59.560Z Compiling httpdate v1.0.3
14672026-05-26T22:59:59.560Z Compiling openssl v0.10.79
14682026-05-26T22:59:59.560Z Compiling foreign-types v0.3.2
14692026-05-26T22:59:59.560Z Compiling tempfile v3.25.0
14702026-05-26T22:59:59.560Z Compiling scroll v0.13.0
14712026-05-26T22:59:59.560Z Compiling unicode-normalization v0.1.25
14722026-05-26T22:59:59.560Z Compiling openssl-macros v0.1.1
14732026-05-26T22:59:59.560Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14742026-05-26T22:59:59.560Z Compiling spin v0.9.8
14752026-05-26T22:59:59.560Z Compiling time-core v0.1.8
14762026-05-26T22:59:59.560Z Compiling crc32fast v1.5.0
14772026-05-26T22:59:59.560Z Compiling num-conv v0.2.0
14782026-05-26T22:59:59.560Z Compiling powerfmt v0.2.0
14792026-05-26T22:59:59.560Z Compiling native-tls v0.2.18
14802026-05-26T22:59:59.560Z Compiling time-macros v0.2.27
14812026-05-26T22:59:59.560Z Compiling deranged v0.5.8
14822026-05-26T22:59:59.560Z Compiling darling_macro v0.20.11
14832026-05-26T22:59:59.721Z Compiling hyper v1.8.1
14842026-05-26T22:59:59.735Z Compiling darling v0.20.11
14852026-05-26T22:59:59.752Z Compiling goblin v0.10.5
14862026-05-26T22:59:59.813Z Compiling rustls-native-certs v0.8.3
14872026-05-26T23:00:00.099Z Compiling sync_wrapper v1.0.2
14882026-05-26T23:00:00.208Z Compiling wait-timeout v0.2.1
14892026-05-26T23:00:00.471Z Compiling simd-adler32 v0.3.8
14902026-05-26T23:00:00.513Z Compiling siphasher v1.0.2
14912026-05-26T23:00:00.650Z Compiling syn v1.0.109
14922026-05-26T23:00:00.695Z Compiling quick-error v1.2.3
14932026-05-26T23:00:00.709Z Compiling bit-vec v0.8.0
14942026-05-26T23:00:00.800Z Compiling hyper-util v0.1.20
14952026-05-26T23:00:00.938Z Compiling usdt-impl v0.6.0
14962026-05-26T23:00:00.953Z Compiling crossbeam-utils v0.8.21
14972026-05-26T23:00:01.140Z Compiling num_threads v0.1.7
14982026-05-26T23:00:01.246Z Compiling time v0.3.47
14992026-05-26T23:00:01.384Z Compiling bit-set v0.8.0
15002026-05-26T23:00:01.548Z Compiling rusty-fork v0.3.1
15012026-05-26T23:00:01.624Z Compiling tower v0.5.3
15022026-05-26T23:00:01.859Z Compiling derive_builder_core v0.20.2
15032026-05-26T23:00:02.052Z Compiling dtrace-parser v0.3.0
15042026-05-26T23:00:02.098Z Compiling http-body-util v0.1.3
15052026-05-26T23:00:02.338Z Compiling webpki-roots v1.0.6
15062026-05-26T23:00:02.462Z Compiling dof v0.4.0
15072026-05-26T23:00:02.563Z Compiling signature v2.2.0
15082026-05-26T23:00:02.732Z Compiling scroll_derive v0.12.1
15092026-05-26T23:00:02.747Z Compiling thiserror-impl v1.0.69
15102026-05-26T23:00:02.803Z Compiling heapless v0.7.17
15112026-05-26T23:00:02.868Z Compiling rand_xorshift v0.4.0
15122026-05-26T23:00:03.028Z Compiling slog v2.8.2
15132026-05-26T23:00:03.043Z Compiling darling_core v0.21.3
15142026-05-26T23:00:03.208Z Compiling bzip2-sys v0.1.13+1.0.8
15152026-05-26T23:00:03.368Z Compiling thread-id v5.1.0
15162026-05-26T23:00:03.451Z Compiling cookie v0.18.1
15172026-05-26T23:00:03.474Z Compiling zstd-safe v7.2.4
15182026-05-26T23:00:03.605Z Compiling anyhow v1.0.102
15192026-05-26T23:00:03.629Z Compiling unicode-bidi v0.3.18
15202026-05-26T23:00:03.666Z Compiling unicode-properties v0.1.4
15212026-05-26T23:00:03.869Z Compiling allocator-api2 v0.2.21
15222026-05-26T23:00:03.904Z Compiling unarray v0.1.4
15232026-05-26T23:00:03.956Z Compiling adler2 v2.0.1
15242026-05-26T23:00:03.960Z Compiling signal-hook v0.3.18
15252026-05-26T23:00:04.013Z Compiling paste v1.0.15
15262026-05-26T23:00:04.082Z Compiling iri-string v0.7.10
15272026-05-26T23:00:04.132Z Compiling ryu v1.0.23
15282026-05-26T23:00:04.165Z Compiling miniz_oxide v0.8.9
15292026-05-26T23:00:04.182Z Compiling proptest v1.10.0
15302026-05-26T23:00:04.311Z Compiling serde_urlencoded v0.7.1
15312026-05-26T23:00:04.326Z Compiling thiserror v1.0.69
15322026-05-26T23:00:04.427Z Compiling stringprep v0.1.5
15332026-05-26T23:00:04.862Z Compiling scroll v0.12.0
15342026-05-26T23:00:05.182Z Compiling tower-http v0.6.8
15352026-05-26T23:00:05.387Z Compiling derive_builder_macro v0.20.2
15362026-05-26T23:00:05.409Z Compiling tokio-native-tls v0.3.1
15372026-05-26T23:00:05.497Z Compiling darling_macro v0.21.3
15382026-05-26T23:00:05.571Z Compiling bstr v1.12.1
15392026-05-26T23:00:05.586Z Compiling ipnetwork v0.21.1
15402026-05-26T23:00:05.832Z Compiling rand_chacha v0.3.1
15412026-05-26T23:00:05.964Z Compiling toml_datetime v0.6.11
15422026-05-26T23:00:06.009Z Compiling erased-serde v0.3.31
15432026-05-26T23:00:06.016Z Compiling serde_tokenstream v0.2.3
15442026-05-26T23:00:06.209Z Compiling serde_spanned v0.6.9
15452026-05-26T23:00:06.223Z Compiling md-5 v0.10.6
15462026-05-26T23:00:06.362Z Compiling zerocopy-derive v0.7.35
15472026-05-26T23:00:06.401Z Compiling async-trait v0.1.89
15482026-05-26T23:00:06.444Z Compiling pin-project-internal v1.1.11
15492026-05-26T23:00:06.493Z Compiling curve25519-dalek v4.1.3
15502026-05-26T23:00:06.659Z Compiling vergen-lib v9.1.0
15512026-05-26T23:00:06.825Z Compiling num-integer v0.1.46
15522026-05-26T23:00:06.840Z Compiling hash32 v0.2.1
15532026-05-26T23:00:07.033Z Compiling ff v0.13.1
15542026-05-26T23:00:07.152Z Compiling memoffset v0.9.1
15552026-05-26T23:00:07.175Z Compiling encoding_rs v0.8.35
15562026-05-26T23:00:07.215Z Compiling cfg_aliases v0.2.1
15572026-05-26T23:00:07.291Z Compiling litrs v1.0.0
15582026-05-26T23:00:07.338Z Compiling base16ct v0.2.0
15592026-05-26T23:00:07.412Z Compiling num-bigint-dig v0.8.6
15602026-05-26T23:00:07.529Z Compiling ref-cast v1.0.25
15612026-05-26T23:00:07.561Z Compiling rustix v0.38.44
15622026-05-26T23:00:07.613Z Compiling mime v0.3.17
15632026-05-26T23:00:07.808Z Compiling fallible-iterator v0.2.0
15642026-05-26T23:00:07.832Z Compiling smoltcp v0.9.1
15652026-05-26T23:00:07.871Z Compiling psl-types v2.0.11
15662026-05-26T23:00:07.903Z Compiling zlib-rs v0.6.2
15672026-05-26T23:00:07.997Z Compiling publicsuffix v2.3.0
15682026-05-26T23:00:08.111Z Compiling postgres-protocol v0.6.10
15692026-05-26T23:00:08.238Z Compiling document-features v0.2.12
15702026-05-26T23:00:08.282Z Compiling pin-project v1.1.11
15712026-05-26T23:00:08.381Z Compiling sec1 v0.7.3
15722026-05-26T23:00:08.664Z Compiling nix v0.31.2
15732026-05-26T23:00:08.689Z Compiling zerocopy v0.7.35
15742026-05-26T23:00:08.745Z Compiling group v0.13.0
15752026-05-26T23:00:08.809Z Compiling num-iter v0.1.45
15762026-05-26T23:00:09.015Z Compiling newtype-uuid v1.3.2
15772026-05-26T23:00:09.222Z Compiling rand v0.8.6
15782026-05-26T23:00:09.333Z Compiling darling v0.21.3
15792026-05-26T23:00:09.364Z Compiling derive_builder v0.20.2
15802026-05-26T23:00:09.379Z Compiling hubpack_derive v0.1.1
15812026-05-26T23:00:09.405Z Compiling oxnet v0.1.4
15822026-05-26T23:00:09.419Z Compiling hyper-tls v0.6.0
15832026-05-26T23:00:09.634Z Compiling goblin v0.8.2
15842026-05-26T23:00:10.132Z Compiling phf_shared v0.13.1
15852026-05-26T23:00:10.298Z Compiling regex v1.12.3
15862026-05-26T23:00:10.313Z Compiling lazy_static v1.5.0
15872026-05-26T23:00:10.336Z Compiling futures-executor v0.3.32
15882026-05-26T23:00:10.371Z Compiling hex v0.4.3
15892026-05-26T23:00:10.402Z Compiling hkdf v0.12.4
15902026-05-26T23:00:10.564Z Compiling crypto-bigint v0.5.5
15912026-05-26T23:00:10.586Z Compiling daft-derive v0.1.7
15922026-05-26T23:00:10.634Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-26T23:00:10.721Z Compiling flate2 v1.1.9
15942026-05-26T23:00:11.060Z Compiling ref-cast-impl v1.0.25
15952026-05-26T23:00:11.124Z Compiling snafu-derive v0.8.9
15962026-05-26T23:00:11.275Z Compiling strum_macros v0.27.2
15972026-05-26T23:00:11.325Z Compiling terminal_size v0.4.3
15982026-05-26T23:00:11.465Z Compiling vergen v9.1.0
15992026-05-26T23:00:11.614Z Compiling fs-err v3.3.0
16002026-05-26T23:00:11.646Z Compiling cargo-platform v0.3.2
16012026-05-26T23:00:11.831Z Compiling ahash v0.8.12
16022026-05-26T23:00:11.924Z Compiling managed v0.8.0
16032026-05-26T23:00:12.010Z Compiling libbz2-rs-sys v0.2.2
16042026-05-26T23:00:12.145Z Compiling bitflags v1.3.2
16052026-05-26T23:00:12.228Z Compiling bumpalo v3.20.2
16062026-05-26T23:00:12.490Z Compiling unicode-segmentation v1.12.0
16072026-05-26T23:00:12.694Z Compiling same-file v1.0.6
16082026-05-26T23:00:12.713Z Compiling winnow v0.5.40
16092026-05-26T23:00:12.857Z Compiling foldhash v0.2.0
16102026-05-26T23:00:12.876Z Compiling cpufeatures v0.3.0
16112026-05-26T23:00:12.957Z Compiling foldhash v0.1.5
16122026-05-26T23:00:13.080Z Compiling object v0.37.3
16132026-05-26T23:00:13.103Z Compiling snafu v0.8.9
16142026-05-26T23:00:13.133Z Compiling hashbrown v0.15.5
16152026-05-26T23:00:13.168Z Compiling hashbrown v0.16.1
16162026-05-26T23:00:13.278Z Compiling strum v0.27.2
16172026-05-26T23:00:13.392Z Compiling chacha20 v0.10.0
16182026-05-26T23:00:13.407Z Compiling walkdir v2.5.0
16192026-05-26T23:00:13.449Z Compiling zopfli v0.8.3
16202026-05-26T23:00:13.678Z Compiling bzip2 v0.6.1
16212026-05-26T23:00:13.707Z Compiling clap_builder v4.5.60
16222026-05-26T23:00:13.792Z Compiling dof v0.3.0
16232026-05-26T23:00:13.883Z Compiling cargo_metadata v0.23.1
16242026-05-26T23:00:14.105Z Compiling toml_edit v0.19.15
16252026-05-26T23:00:14.343Z Compiling elliptic-curve v0.13.8
16262026-05-26T23:00:14.486Z Compiling daft v0.1.7
16272026-05-26T23:00:14.737Z Compiling futures v0.3.32
16282026-05-26T23:00:14.823Z Compiling phf v0.13.1
16292026-05-26T23:00:14.988Z Compiling signal-hook-mio v0.2.5
16302026-05-26T23:00:15.095Z Compiling cookie_store v0.22.1
16312026-05-26T23:00:15.228Z Compiling hubpack v0.1.2
16322026-05-26T23:00:15.442Z Compiling zstd v0.13.3
16332026-05-26T23:00:15.463Z Compiling bzip2 v0.4.4
16342026-05-26T23:00:15.670Z Compiling serde_with_macros v3.17.0
16352026-05-26T23:00:15.731Z Compiling postgres-types v0.2.12
16362026-05-26T23:00:16.274Z Compiling usdt-attr-macro v0.6.0
16372026-05-26T23:00:16.703Z Compiling usdt-macro v0.6.0
16382026-05-26T23:00:16.742Z Compiling globset v0.4.18
16392026-05-26T23:00:16.819Z Compiling dtrace-parser v0.2.0
16402026-05-26T23:00:16.922Z Compiling ed25519 v2.2.3
16412026-05-26T23:00:17.089Z Compiling phf_shared v0.11.3
16422026-05-26T23:00:17.279Z Compiling olpc-cjson v0.1.4
16432026-05-26T23:00:17.427Z Compiling pkcs1 v0.7.5
16442026-05-26T23:00:17.427Z Compiling serde-big-array v0.5.1
16452026-05-26T23:00:17.454Z Compiling serde_plain v1.0.2
16462026-05-26T23:00:17.504Z Compiling rfc6979 v0.4.0
16472026-05-26T23:00:17.577Z Compiling pem v3.0.6
16482026-05-26T23:00:17.582Z Compiling enum-as-inner v0.6.1
16492026-05-26T23:00:17.623Z Compiling async-recursion v1.1.1
16502026-05-26T23:00:17.638Z Compiling clap_derive v4.5.55
16512026-05-26T23:00:17.808Z Compiling serde_repr v0.1.20
16522026-05-26T23:00:17.831Z Compiling strum_macros v0.26.4
16532026-05-26T23:00:17.894Z Compiling float-cmp v0.10.0
16542026-05-26T23:00:18.041Z Compiling thread-id v4.2.2
16552026-05-26T23:00:18.073Z Compiling memmap2 v0.9.10
16562026-05-26T23:00:18.126Z Compiling env_filter v1.0.0
16572026-05-26T23:00:18.265Z Compiling jiff v0.2.21
16582026-05-26T23:00:18.289Z Compiling new_debug_unreachable v1.0.6
16592026-05-26T23:00:18.334Z Compiling normalize-line-endings v0.3.0
16602026-05-26T23:00:18.362Z Compiling difflib v0.4.0
16612026-05-26T23:00:18.430Z Compiling typed-path v0.9.3
16622026-05-26T23:00:18.433Z Compiling either v1.15.0
16632026-05-26T23:00:18.656Z Compiling predicates-core v1.0.10
16642026-05-26T23:00:18.833Z Compiling static_assertions v1.1.0
16652026-05-26T23:00:18.908Z Compiling fixedbitset v0.5.7
16662026-05-26T23:00:18.923Z Compiling data-encoding v2.10.0
16672026-05-26T23:00:19.209Z Compiling precomputed-hash v0.1.1
16682026-05-26T23:00:19.298Z Compiling keccak v0.1.6
16692026-05-26T23:00:19.381Z Compiling fixedbitset v0.4.2
16702026-05-26T23:00:19.550Z Compiling whoami v2.1.0
16712026-05-26T23:00:19.598Z Compiling strum v0.26.3
16722026-05-26T23:00:19.612Z Compiling petgraph v0.6.5
16732026-05-26T23:00:19.671Z Compiling sha3 v0.10.8
16742026-05-26T23:00:19.725Z Compiling toml_edit v0.22.27
16752026-05-26T23:00:19.920Z Compiling tokio-postgres v0.7.16
16762026-05-26T23:00:20.079Z Compiling clap v4.5.60
16772026-05-26T23:00:20.110Z Compiling string_cache v0.8.9
16782026-05-26T23:00:20.163Z Compiling hickory-proto v0.25.2
16792026-05-26T23:00:20.327Z Compiling petgraph v0.8.3
16802026-05-26T23:00:20.342Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-05-26T23:00:21.079Z Compiling zip v4.6.1
16822026-05-26T23:00:22.073Z Compiling predicates v3.1.4
16832026-05-26T23:00:22.153Z Compiling itertools v0.13.0
16842026-05-26T23:00:22.281Z Compiling env_logger v0.11.9
16852026-05-26T23:00:22.428Z Compiling usdt v0.6.0
16862026-05-26T23:00:22.491Z Compiling usdt-impl v0.5.0
16872026-05-26T23:00:22.633Z Compiling rsa v0.9.10
16882026-05-26T23:00:22.682Z Compiling ecdsa v0.16.9
16892026-05-26T23:00:22.724Z Compiling ed25519-dalek v2.2.0
16902026-05-26T23:00:23.051Z Compiling serde_with v3.17.0
16912026-05-26T23:00:23.067Z Compiling crossterm v0.28.1
16922026-05-26T23:00:23.385Z Compiling zip v0.6.6
16932026-05-26T23:00:23.385Z Compiling toml v0.7.8
16942026-05-26T23:00:23.995Z Compiling iddqd v0.4.1
16952026-05-26T23:00:24.603Z Compiling rand v0.10.0
16962026-05-26T23:00:24.757Z Compiling similar v2.7.0
16972026-05-26T23:00:24.773Z Compiling heck v0.4.1
16982026-05-26T23:00:24.788Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-26T23:00:24.993Z Compiling crossbeam-epoch v0.9.18
17002026-05-26T23:00:25.211Z Compiling tokio-stream v0.1.18
17012026-05-26T23:00:25.318Z Compiling buf-list v1.1.2
17022026-05-26T23:00:25.414Z Compiling x509-cert v0.2.5
17032026-05-26T23:00:25.511Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17042026-05-26T23:00:25.587Z Compiling openapiv3 v2.2.0
17052026-05-26T23:00:25.609Z Compiling sha1 v0.10.6
17062026-05-26T23:00:25.664Z Compiling lalrpop-util v0.19.12
17072026-05-26T23:00:25.812Z Compiling peg-runtime v0.8.5
17082026-05-26T23:00:25.828Z Compiling thread_local v1.1.9
17092026-05-26T23:00:25.854Z Compiling slog-async v2.8.0
17102026-05-26T23:00:25.937Z Compiling crossbeam-channel v0.5.15
17112026-05-26T23:00:26.078Z Compiling filetime v0.2.27
17122026-05-26T23:00:26.092Z Compiling is-terminal v0.4.17
17132026-05-26T23:00:26.163Z Compiling term v1.2.1
17142026-05-26T23:00:26.184Z Compiling take_mut v0.2.2
17152026-05-26T23:00:26.245Z Compiling xattr v1.6.1
17162026-05-26T23:00:26.415Z Compiling tar v0.4.45
17172026-05-26T23:00:26.757Z Compiling slog-term v2.9.2
17182026-05-26T23:00:36.617Z Compiling rustls-webpki v0.103.9
17192026-05-26T23:00:39.416Z Compiling tokio-rustls v0.26.4
17202026-05-26T23:00:39.416Z Compiling rustls-platform-verifier v0.6.2
17212026-05-26T23:00:39.609Z Compiling hyper-rustls v0.27.7
17222026-05-26T23:00:39.783Z Compiling reqwest v0.12.28
17232026-05-26T23:00:39.796Z Compiling reqwest v0.13.2
17242026-05-26T23:00:41.019Z Compiling tough v0.22.0
17252026-05-26T23:00:43.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-05-26T23:00:43.768Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-05-26T23:00:46.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17282026-05-26T23:00:46.795Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-05-26T23:00:46.820ZMay 26 23:00:45.919 INFO Starting download, target: DendriteStub
17302026-05-26T23:00:46.820ZMay 26 23:00:45.920 INFO Starting download, target: Clickhouse
17312026-05-26T23:00:46.820ZMay 26 23:00:45.920 INFO Starting download, target: Console
17322026-05-26T23:00:46.820ZMay 26 23:00:45.920 INFO Starting download, target: Cockroach
17332026-05-26T23:00:46.820ZMay 26 23:00:45.920 INFO Starting download, target: TransceiverControl
17342026-05-26T23:00:46.820ZMay 26 23:00:45.920 INFO Starting download, target: MaghemiteMgd
17352026-05-26T23:00:46.820ZMay 26 23:00:45.920 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-05-26T23:00:46.820ZMay 26 23:00:45.920 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-05-26T23:00:46.820ZMay 26 23:00:45.920 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-26T23:00:46.821ZMay 26 23:00:45.920 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-05-26T23:00:46.821ZMay 26 23:00:45.920 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-05-26T23:00:46.821ZMay 26 23:00:45.920 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-05-26T23:00:47.846ZMay 26 23:00:46.874 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-05-26T23:00:47.953ZMay 26 23:00:46.944 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-05-26T23:00:48.065ZMay 26 23:00:47.135 INFO Download complete, target: Console
17442026-05-26T23:00:48.130ZMay 26 23:00:47.162 INFO Download complete, target: TransceiverControl
17452026-05-26T23:00:49.133ZMay 26 23:00:48.220 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-05-26T23:00:50.406ZMay 26 23:00:49.472 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-05-26T23:00:51.331ZMay 26 23:00:50.432 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-05-26T23:00:51.643ZMay 26 23:00:50.761 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-26T23:00:51.643ZMay 26 23:00:50.761 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-26T23:00:52.842ZMay 26 23:00:51.952 INFO Download complete, target: DendriteStub
17512026-05-26T23:00:53.745ZMay 26 23:00:52.856 INFO Download complete, target: MaghemiteMgd
17522026-05-26T23:00:56.025ZMay 26 23:00:55.143 INFO Checking that binary works, target: Clickhouse
17532026-05-26T23:00:56.147ZMay 26 23:00:55.265 INFO Download complete, target: Clickhouse
17542026-05-26T23:00:56.421ZMay 26 23:00:55.540 INFO Checking that binary works, target: Cockroach
17552026-05-26T23:00:56.557ZMay 26 23:00:55.675 INFO Download complete, target: Cockroach
17562026-05-26T23:00:56.583ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-05-26T23:00:56.587Z
17582026-05-26T23:00:56.587Zreal 2:16.478738970
17592026-05-26T23:00:56.587Zuser 6:55.836731678
17602026-05-26T23:00:56.587Zsys 1:22.129472537
17612026-05-26T23:00:56.587Ztrap 0.222881133
17622026-05-26T23:00:56.587Ztflt 0.909118973
17632026-05-26T23:00:56.587Zdflt 1.172662243
17642026-05-26T23:00:56.587Zkflt 0.025914893
17652026-05-26T23:00:56.587Zlock 21:39.918815975
17662026-05-26T23:00:56.587Zslp 21:16.332240140
17672026-05-26T23:00:56.588Zlat 41.727028774
17682026-05-26T23:00:56.588Zstop 1:59.195852304
17692026-05-26T23:00:56.588Z+ banner hack-check
17702026-05-26T23:00:56.588Z
17712026-05-26T23:00:56.588Z # # ## #### # # #### # # ###### #### # #
17722026-05-26T23:00:56.588Z # # # # # # # # # # # # # # # # #
17732026-05-26T23:00:56.588Z ###### # # # #### ##### # ###### ##### # ####
17742026-05-26T23:00:56.588Z # # ###### # # # # # # # # # #
17752026-05-26T23:00:56.588Z # # # # # # # # # # # # # # # # #
17762026-05-26T23:00:56.588Z # # # # #### # # #### # # ###### #### # #
17772026-05-26T23:00:56.588Z
17782026-05-26T23:00:56.588Z+ export CARGO_INCREMENTAL=0
17792026-05-26T23:00:56.588Z+ CARGO_INCREMENTAL=0
17802026-05-26T23:00:56.588Z+ ptime -m timeout 2h cargo xtask check-features --ci
17812026-05-26T23:00:57.110Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-05-26T23:00:57.327Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-05-26T23:00:59.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17842026-05-26T23:00:59.272Z Running `target/debug/xtask check-features --ci`
17852026-05-26T23:00:59.309Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17862026-05-26T23:00:59.309Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17872026-05-26T23:00:59.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17882026-05-26T23:00:59.800Z Running `target/debug/xtask download cargo-hack`
17892026-05-26T23:01:00.602Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-05-26T23:01:00.888Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-05-26T23:01:03.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17922026-05-26T23:01:03.556Z Running `target/debug/xtask-downloader cargo-hack`
17932026-05-26T23:01:03.594ZMay 26 23:01:02.712 INFO Starting download, target: CargoHack
17942026-05-26T23:01:03.599ZMay 26 23:01:02.712 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17952026-05-26T23:01:03.959ZMay 26 23:01:03.077 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17962026-05-26T23:01:04.009ZMay 26 23:01:03.127 INFO Download complete, target: CargoHack
17972026-05-26T23:01:04.018Zrunning: "/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-26T23:01:04.032Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17992026-05-26T23:01:04.187Zinfo: running `cargo check --bins` on api_identity (1/295)
18002026-05-26T23:01:04.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-26T23:01:04.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-26T23:01:04.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-26T23:01:04.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18042026-05-26T23:01:04.760Z
18052026-05-26T23:01:04.761Zinfo: running `cargo check --bins` on bootstore (2/295)
18062026-05-26T23:01:05.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-26T23:01:05.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-26T23:01:05.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-26T23:01:05.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18102026-05-26T23:01:05.347Z
18112026-05-26T23:01:05.347Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18122026-05-26T23:01:05.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-26T23:01:05.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-26T23:01:05.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-26T23:01:05.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18162026-05-26T23:01:05.936Z
18172026-05-26T23:01:05.936Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18182026-05-26T23:01:06.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-26T23:01:06.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-26T23:01:06.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-26T23:01:06.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-05-26T23:01:06.519Z
18232026-05-26T23:01:06.519Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18242026-05-26T23:01:07.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-26T23:01:07.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-26T23:01:07.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-26T23:01:07.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-05-26T23:01:07.098Z
18292026-05-26T23:01:07.098Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18302026-05-26T23:01:07.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-26T23:01:07.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-26T23:01:07.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-26T23:01:07.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18342026-05-26T23:01:07.689Z
18352026-05-26T23:01:07.689Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18362026-05-26T23:01:08.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-26T23:01:08.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-26T23:01:08.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-26T23:01:08.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18402026-05-26T23:01:08.287Z
18412026-05-26T23:01:08.287Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18422026-05-26T23:01:08.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-26T23:01:08.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-26T23:01:08.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-26T23:01:08.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18462026-05-26T23:01:08.886Z
18472026-05-26T23:01:08.887Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18482026-05-26T23:01:09.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-26T23:01:09.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-26T23:01:09.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-26T23:01:09.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18522026-05-26T23:01:09.361Z
18532026-05-26T23:01:09.361Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18542026-05-26T23:01:09.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-26T23:01:09.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-26T23:01:09.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-26T23:01:09.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18582026-05-26T23:01:09.838Z
18592026-05-26T23:01:09.838Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18602026-05-26T23:01:10.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-26T23:01:10.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-26T23:01:10.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-26T23:01:10.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18642026-05-26T23:01:10.315Z
18652026-05-26T23:01:10.315Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18662026-05-26T23:01:10.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-26T23:01:10.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-26T23:01:10.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-26T23:01:10.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18702026-05-26T23:01:10.845Z
18712026-05-26T23:01:10.845Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18722026-05-26T23:01:11.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-26T23:01:11.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-26T23:01:11.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-26T23:01:11.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-05-26T23:01:11.267Z
18772026-05-26T23:01:11.267Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18782026-05-26T23:01:11.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-26T23:01:11.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-26T23:01:11.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-26T23:01:11.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-05-26T23:01:11.750Z
18832026-05-26T23:01:11.750Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18842026-05-26T23:01:12.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-26T23:01:12.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-26T23:01:12.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-26T23:01:12.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-05-26T23:01:12.224Z
18892026-05-26T23:01:12.224Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18902026-05-26T23:01:12.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-26T23:01:12.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-26T23:01:12.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-26T23:01:12.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18942026-05-26T23:01:12.703Z
18952026-05-26T23:01:12.703Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18962026-05-26T23:01:13.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-26T23:01:13.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-26T23:01:13.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-26T23:01:13.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19002026-05-26T23:01:13.254Z
19012026-05-26T23:01:13.254Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19022026-05-26T23:01:13.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-26T23:01:13.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-26T23:01:13.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-26T23:01:13.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19062026-05-26T23:01:13.670Z
19072026-05-26T23:01:13.670Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19082026-05-26T23:01:14.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-26T23:01:14.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-26T23:01:14.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-26T23:01:14.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19122026-05-26T23:01:14.130Z
19132026-05-26T23:01:14.130Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19142026-05-26T23:01:14.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-26T23:01:14.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-26T23:01:14.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-26T23:01:14.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-05-26T23:01:14.608Z
19192026-05-26T23:01:14.608Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19202026-05-26T23:01:15.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-26T23:01:15.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-26T23:01:15.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-26T23:01:15.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-05-26T23:01:15.076Z
19252026-05-26T23:01:15.076Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19262026-05-26T23:01:15.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-26T23:01:15.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-26T23:01:15.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-26T23:01:15.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19302026-05-26T23:01:15.555Z
19312026-05-26T23:01:15.555Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19322026-05-26T23:01:15.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-26T23:01:15.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-26T23:01:15.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-26T23:01:15.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19362026-05-26T23:01:16.029Z
19372026-05-26T23:01:16.029Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19382026-05-26T23:01:16.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-26T23:01:16.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-26T23:01:16.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-26T23:01:16.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-05-26T23:01:16.506Z
19432026-05-26T23:01:16.506Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19442026-05-26T23:01:16.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-26T23:01:16.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-26T23:01:16.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-26T23:01:16.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-05-26T23:01:16.984Z
19492026-05-26T23:01:16.984Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19502026-05-26T23:01:17.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-26T23:01:17.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-26T23:01:17.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-26T23:01:17.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-05-26T23:01:17.460Z
19552026-05-26T23:01:17.460Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19562026-05-26T23:01:17.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-26T23:01:17.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-26T23:01:17.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-26T23:01:17.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-05-26T23:01:17.935Z
19612026-05-26T23:01:17.936Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19622026-05-26T23:01:18.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-26T23:01:18.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-26T23:01:18.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-26T23:01:18.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-05-26T23:01:18.416Z
19672026-05-26T23:01:18.417Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19682026-05-26T23:01:18.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-26T23:01:18.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-26T23:01:18.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-26T23:01:18.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19722026-05-26T23:01:18.894Z
19732026-05-26T23:01:18.894Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19742026-05-26T23:01:19.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-26T23:01:19.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-26T23:01:19.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-26T23:01:19.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-05-26T23:01:19.367Z
19792026-05-26T23:01:19.368Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19802026-05-26T23:01:19.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-26T23:01:19.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-26T23:01:19.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-26T23:01:19.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-05-26T23:01:19.840Z
19852026-05-26T23:01:19.840Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19862026-05-26T23:01:20.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-26T23:01:20.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-26T23:01:20.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-26T23:01:20.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-05-26T23:01:20.313Z
19912026-05-26T23:01:20.314Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19922026-05-26T23:01:20.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-26T23:01:20.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-26T23:01:20.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-26T23:01:20.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19962026-05-26T23:01:20.787Z
19972026-05-26T23:01:20.787Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19982026-05-26T23:01:21.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-26T23:01:21.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-26T23:01:21.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-26T23:01:21.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-05-26T23:01:21.258Z
20032026-05-26T23:01:21.258Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20042026-05-26T23:01:21.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-26T23:01:21.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-26T23:01:21.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-26T23:01:21.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-05-26T23:01:21.729Z
20092026-05-26T23:01:21.729Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20102026-05-26T23:01:22.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-26T23:01:22.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-26T23:01:22.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-26T23:01:22.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-05-26T23:01:22.203Z
20152026-05-26T23:01:22.203Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20162026-05-26T23:01:22.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-26T23:01:22.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-26T23:01:22.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-26T23:01:22.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-05-26T23:01:22.673Z
20212026-05-26T23:01:22.673Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20222026-05-26T23:01:23.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-26T23:01:23.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-26T23:01:23.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-26T23:01:23.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-05-26T23:01:23.142Z
20272026-05-26T23:01:23.143Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20282026-05-26T23:01:23.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-26T23:01:23.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-26T23:01:23.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-26T23:01:23.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-05-26T23:01:23.608Z
20332026-05-26T23:01:23.608Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20342026-05-26T23:01:24.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-26T23:01:24.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-26T23:01:24.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-26T23:01:24.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-05-26T23:01:24.087Z
20392026-05-26T23:01:24.087Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20402026-05-26T23:01:24.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-26T23:01:24.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-26T23:01:24.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-26T23:01:24.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-05-26T23:01:24.568Z
20452026-05-26T23:01:24.568Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20462026-05-26T23:01:24.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-26T23:01:24.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-26T23:01:24.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-26T23:01:24.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20502026-05-26T23:01:25.047Z
20512026-05-26T23:01:25.047Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20522026-05-26T23:01:25.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-26T23:01:25.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-26T23:01:25.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-26T23:01:25.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20562026-05-26T23:01:25.902Z
20572026-05-26T23:01:25.902Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20582026-05-26T23:01:25.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-26T23:01:25.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-26T23:01:25.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-26T23:01:25.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20622026-05-26T23:01:26.003Z
20632026-05-26T23:01:26.003Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20642026-05-26T23:01:26.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-26T23:01:26.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-26T23:01:26.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-26T23:01:26.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-05-26T23:01:26.477Z
20692026-05-26T23:01:26.477Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20702026-05-26T23:01:26.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-26T23:01:26.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-26T23:01:26.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-26T23:01:26.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20742026-05-26T23:01:26.955Z
20752026-05-26T23:01:26.955Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20762026-05-26T23:01:27.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-26T23:01:27.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-26T23:01:27.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-26T23:01:27.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-05-26T23:01:27.431Z
20812026-05-26T23:01:27.431Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20822026-05-26T23:01:27.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-26T23:01:27.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-26T23:01:27.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-26T23:01:27.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20862026-05-26T23:01:27.903Z
20872026-05-26T23:01:27.903Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20882026-05-26T23:01:28.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-26T23:01:28.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-26T23:01:28.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-26T23:01:28.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20922026-05-26T23:01:28.545Z
20932026-05-26T23:01:28.545Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20942026-05-26T23:01:29.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-26T23:01:29.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-26T23:01:29.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-26T23:01:29.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20982026-05-26T23:01:29.190Z
20992026-05-26T23:01:29.190Zinfo: running `cargo check --bins` on nexus-config (51/295)
21002026-05-26T23:01:29.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-26T23:01:29.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-26T23:01:29.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-26T23:01:29.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21042026-05-26T23:01:29.831Z
21052026-05-26T23:01:29.831Zinfo: running `cargo check --bins` on nexus-types (52/295)
21062026-05-26T23:01:30.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-26T23:01:30.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-26T23:01:30.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-26T23:01:30.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21102026-05-26T23:01:30.472Z
21112026-05-26T23:01:30.472Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21122026-05-26T23:01:30.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-26T23:01:30.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-26T23:01:30.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-26T23:01:30.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21162026-05-26T23:01:31.083Z
21172026-05-26T23:01:31.083Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21182026-05-26T23:01:31.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-26T23:01:31.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-26T23:01:31.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-26T23:01:31.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21222026-05-26T23:01:31.670Z
21232026-05-26T23:01:31.670Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21242026-05-26T23:01:32.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-26T23:01:32.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-26T23:01:32.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-26T23:01:32.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21282026-05-26T23:01:32.283Z
21292026-05-26T23:01:32.283Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21302026-05-26T23:01:32.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-26T23:01:32.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-26T23:01:32.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-26T23:01:32.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21342026-05-26T23:01:32.894Z
21352026-05-26T23:01:32.894Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21362026-05-26T23:01:33.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-26T23:01:33.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-26T23:01:33.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-26T23:01:33.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21402026-05-26T23:01:33.512Z
21412026-05-26T23:01:33.512Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21422026-05-26T23:01:34.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-26T23:01:34.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-26T23:01:34.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-26T23:01:34.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21462026-05-26T23:01:34.126Z
21472026-05-26T23:01:34.126Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21482026-05-26T23:01:34.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-26T23:01:34.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-26T23:01:34.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-26T23:01:34.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-05-26T23:01:34.719Z
21532026-05-26T23:01:34.719Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21542026-05-26T23:01:35.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-26T23:01:35.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-26T23:01:35.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-26T23:01:35.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-05-26T23:01:35.314Z
21592026-05-26T23:01:35.314Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21602026-05-26T23:01:35.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-26T23:01:35.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-26T23:01:35.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-26T23:01:35.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-05-26T23:01:35.906Z
21652026-05-26T23:01:35.906Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21662026-05-26T23:01:36.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-26T23:01:36.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-26T23:01:36.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-26T23:01:36.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21702026-05-26T23:01:36.496Z
21712026-05-26T23:01:36.496Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21722026-05-26T23:01:37.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-26T23:01:37.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-26T23:01:37.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-26T23:01:37.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21762026-05-26T23:01:37.102Z
21772026-05-26T23:01:37.102Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21782026-05-26T23:01:37.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-26T23:01:37.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-26T23:01:37.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-26T23:01:37.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21822026-05-26T23:01:37.711Z
21832026-05-26T23:01:37.711Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21842026-05-26T23:01:38.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-26T23:01:38.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-26T23:01:38.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-26T23:01:38.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-05-26T23:01:38.302Z
21892026-05-26T23:01:38.302Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21902026-05-26T23:01:38.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-26T23:01:38.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-26T23:01:38.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-26T23:01:38.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-05-26T23:01:38.897Z
21952026-05-26T23:01:38.897Zinfo: running `cargo check --bins` on ereport-types (67/295)
21962026-05-26T23:01:39.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-26T23:01:39.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-26T23:01:39.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-26T23:01:39.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-05-26T23:01:39.492Z
22012026-05-26T23:01:39.492Zinfo: running `cargo check --bins` on gateway-client (68/295)
22022026-05-26T23:01:40.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-26T23:01:40.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-26T23:01:40.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-26T23:01:40.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22062026-05-26T23:01:40.097Z
22072026-05-26T23:01:40.097Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22082026-05-26T23:01:40.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-26T23:01:40.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-26T23:01:40.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-26T23:01:40.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22122026-05-26T23:01:40.701Z
22132026-05-26T23:01:40.701Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22142026-05-26T23:01:41.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-26T23:01:41.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-26T23:01:41.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-26T23:01:41.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22182026-05-26T23:01:41.306Z
22192026-05-26T23:01:41.306Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22202026-05-26T23:01:41.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-26T23:01:41.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-26T23:01:41.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-26T23:01:41.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22242026-05-26T23:01:41.912Z
22252026-05-26T23:01:41.913Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22262026-05-26T23:01:42.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-26T23:01:42.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-26T23:01:42.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-26T23:01:42.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22302026-05-26T23:01:42.512Z
22312026-05-26T23:01:42.512Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22322026-05-26T23:01:43.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-26T23:01:43.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-26T23:01:43.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-26T23:01:43.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22362026-05-26T23:01:43.159Z
22372026-05-26T23:01:43.159Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22382026-05-26T23:01:43.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-26T23:01:43.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-26T23:01:43.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-26T23:01:43.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22422026-05-26T23:01:43.751Z
22432026-05-26T23:01:43.751Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22442026-05-26T23:01:44.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-26T23:01:44.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-26T23:01:44.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-05-26T23:01:44.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22482026-05-26T23:01:44.344Z
22492026-05-26T23:01:44.344Zinfo: running `cargo check --bins` on oxlog (76/295)
22502026-05-26T23:01:44.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-05-26T23:01:44.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-05-26T23:01:44.964Z Checking cfg-if v1.0.4
22532026-05-26T23:01:44.967Z Checking libc v0.2.185
22542026-05-26T23:01:44.967Z Checking serde_core v1.0.228
22552026-05-26T23:01:45.083Z Checking zeroize v1.8.2
22562026-05-26T23:01:45.091Z Checking memchr v2.8.0
22572026-05-26T23:01:45.099Z Checking log v0.4.29
22582026-05-26T23:01:45.109Z Checking smallvec v1.15.1
22592026-05-26T23:01:45.122Z Checking typenum v1.19.0
22602026-05-26T23:01:45.122Z Checking subtle v2.6.1
22612026-05-26T23:01:45.221Z Checking itoa v1.0.17
22622026-05-26T23:01:45.254Z Checking scopeguard v1.2.0
22632026-05-26T23:01:45.268Z Checking stable_deref_trait v1.2.1
22642026-05-26T23:01:45.284Z Checking const-oid v0.9.6
22652026-05-26T23:01:45.340Z Checking zerofrom v0.1.6
22662026-05-26T23:01:45.397Z Checking lock_api v0.4.14
22672026-05-26T23:01:45.397Z Checking pin-project-lite v0.2.17
22682026-05-26T23:01:45.473Z Checking yoke v0.8.1
22692026-05-26T23:01:45.498Z Checking portable-atomic v1.13.1
22702026-05-26T23:01:45.498Z Checking critical-section v1.2.0
22712026-05-26T23:01:45.498Z Checking getrandom v0.2.17
22722026-05-26T23:01:45.565Z Checking errno v0.3.14
22732026-05-26T23:01:45.641Z Checking parking_lot_core v0.9.12
22742026-05-26T23:01:45.654Z Checking zerovec v0.11.5
22752026-05-26T23:01:45.654Z Checking rand_core v0.6.4
22762026-05-26T23:01:45.654Z Checking generic-array v0.14.7
22772026-05-26T23:01:45.687Z Checking signal-hook-registry v1.4.8
22782026-05-26T23:01:45.800Z Checking futures-core v0.3.32
22792026-05-26T23:01:45.834Z Checking parking_lot v0.12.5
22802026-05-26T23:01:45.834Z Checking mio v1.2.0
22812026-05-26T23:01:45.907Z Checking once_cell v1.21.3
22822026-05-26T23:01:45.931Z Checking zerocopy v0.8.40
22832026-05-26T23:01:46.039Z Checking zmij v1.0.21
22842026-05-26T23:01:46.076Z Checking socket2 v0.6.3
22852026-05-26T23:01:46.077Z Checking tinystr v0.8.2
22862026-05-26T23:01:46.077Z Checking libm v0.2.16
22872026-05-26T23:01:46.101Z Checking crypto-common v0.1.7
22882026-05-26T23:01:46.129Z Checking block-buffer v0.10.4
22892026-05-26T23:01:46.156Z Checking litemap v0.8.1
22902026-05-26T23:01:46.192Z Checking percent-encoding v2.3.2
22912026-05-26T23:01:46.236Z Checking writeable v0.6.2
22922026-05-26T23:01:46.250Z Checking digest v0.10.7
22932026-05-26T23:01:46.263Z Checking equivalent v1.0.2
22942026-05-26T23:01:46.317Z Checking potential_utf v0.1.4
22952026-05-26T23:01:46.340Z Checking zerotrie v0.2.3
22962026-05-26T23:01:46.350Z Checking rand_core v0.10.0
22972026-05-26T23:01:46.373Z Checking icu_locale_core v2.1.1
22982026-05-26T23:01:46.416Z Checking futures-sink v0.3.32
22992026-05-26T23:01:46.459Z Checking icu_collections v2.1.1
23002026-05-26T23:01:46.495Z Checking futures-task v0.3.32
23012026-05-26T23:01:46.510Z Checking futures-channel v0.3.32
23022026-05-26T23:01:46.542Z Checking serde v1.0.228
23032026-05-26T23:01:46.566Z Checking bitflags v2.11.0
23042026-05-26T23:01:46.613Z Checking serde_json v1.0.149
23052026-05-26T23:01:46.696Z Checking futures-io v0.3.32
23062026-05-26T23:01:46.727Z Checking slab v0.4.12
23072026-05-26T23:01:46.742Z Checking cpufeatures v0.2.17
23082026-05-26T23:01:46.747Z Checking num-traits v0.2.19
23092026-05-26T23:01:46.809Z Checking getrandom v0.4.1
23102026-05-26T23:01:46.828Z Checking hmac v0.12.1
23112026-05-26T23:01:46.879Z Checking futures-util v0.3.32
23122026-05-26T23:01:46.919Z Checking icu_provider v2.1.1
23132026-05-26T23:01:46.940Z Checking bytes v1.11.1
23142026-05-26T23:01:46.984Z Checking icu_normalizer_data v2.1.1
23152026-05-26T23:01:46.984Z Checking icu_properties_data v2.1.2
23162026-05-26T23:01:47.028Z Checking hashbrown v0.17.0
23172026-05-26T23:01:47.071Z Checking block-padding v0.3.3
23182026-05-26T23:01:47.135Z Checking icu_properties v2.1.2
23192026-05-26T23:01:47.200Z Checking icu_normalizer v2.1.1
23202026-05-26T23:01:47.266Z Checking inout v0.1.4
23212026-05-26T23:01:47.278Z Checking utf8_iter v1.0.4
23222026-05-26T23:01:47.359Z Checking tokio v1.52.1
23232026-05-26T23:01:47.394Z Checking sha2 v0.10.9
23242026-05-26T23:01:47.407Z Checking cipher v0.4.4
23252026-05-26T23:01:47.480Z Checking indexmap v2.14.0
23262026-05-26T23:01:47.498Z Checking form_urlencoded v1.2.2
23272026-05-26T23:01:47.608Z Checking getrandom v0.3.4
23282026-05-26T23:01:47.622Z Checking base64ct v1.8.3
23292026-05-26T23:01:47.660Z Checking fnv v1.0.7
23302026-05-26T23:01:47.747Z Checking byteorder v1.5.0
23312026-05-26T23:01:47.762Z Checking flagset v0.4.7
23322026-05-26T23:01:47.846Z Checking pem-rfc7468 v0.7.0
23332026-05-26T23:01:47.881Z Checking rand_core v0.9.5
23342026-05-26T23:01:47.943Z Checking idna_adapter v1.2.1
23352026-05-26T23:01:47.955Z Checking http v1.4.0
23362026-05-26T23:01:48.000Z Checking der v0.7.10
23372026-05-26T23:01:48.026Z Checking regex-syntax v0.8.10
23382026-05-26T23:01:48.053Z Checking salsa20 v0.10.2
23392026-05-26T23:01:48.066Z Checking idna v1.1.0
23402026-05-26T23:01:48.186Z Checking uuid v1.23.0
23412026-05-26T23:01:48.301Z Checking url v2.5.8
23422026-05-26T23:01:48.495Z Checking pbkdf2 v0.12.2
23432026-05-26T23:01:48.507Z Checking rustix v1.1.3
23442026-05-26T23:01:48.604Z Checking tracing-core v0.1.36
23452026-05-26T23:01:48.628Z Checking ppv-lite86 v0.2.21
23462026-05-26T23:01:48.743Z Checking spki v0.7.3
23472026-05-26T23:01:48.757Z Checking rustls-pki-types v1.14.0
23482026-05-26T23:01:48.771Z Checking iana-time-zone v0.1.65
23492026-05-26T23:01:48.874Z Checking base64 v0.22.1
23502026-05-26T23:01:48.905Z Checking chrono v0.4.44
23512026-05-26T23:01:48.917Z Checking tracing v0.1.44
23522026-05-26T23:01:48.928Z Checking rand_chacha v0.9.0
23532026-05-26T23:01:49.040Z Checking scrypt v0.11.0
23542026-05-26T23:01:49.112Z Checking http-body v1.0.1
23552026-05-26T23:01:49.125Z Checking aes v0.8.4
23562026-05-26T23:01:49.125Z Checking cbc v0.1.2
23572026-05-26T23:01:49.177Z Checking aws-lc-sys v0.40.0
23582026-05-26T23:01:49.242Z Checking openssl-probe v0.2.1
23592026-05-26T23:01:49.256Z Checking untrusted v0.9.0
23602026-05-26T23:01:49.349Z Checking tinyvec_macros v0.1.1
23612026-05-26T23:01:49.352Z Checking untrusted v0.7.1
23622026-05-26T23:01:49.362Z Checking ring v0.17.14
23632026-05-26T23:01:49.386Z Checking rand v0.9.2
23642026-05-26T23:01:49.413Z Checking tinyvec v1.10.0
23652026-05-26T23:01:49.469Z Checking atomic-waker v1.1.2
23662026-05-26T23:01:49.524Z Checking pkcs5 v0.7.1
23672026-05-26T23:01:49.564Z Checking tower-service v0.3.3
23682026-05-26T23:01:49.654Z Checking tower-layer v0.3.3
23692026-05-26T23:01:49.681Z Checking aws-lc-rs v1.16.3
23702026-05-26T23:01:49.712Z Checking try-lock v0.2.5
23712026-05-26T23:01:49.757Z Checking ipnet v2.11.0
23722026-05-26T23:01:49.770Z Checking pkcs8 v0.10.2
23732026-05-26T23:01:49.798Z Checking httparse v1.10.1
23742026-05-26T23:01:49.811Z Checking want v0.3.1
23752026-05-26T23:01:49.855Z Checking aho-corasick v1.1.4
23762026-05-26T23:01:49.929Z Checking pin-utils v0.1.0
23772026-05-26T23:01:49.942Z Checking httpdate v1.0.3
23782026-05-26T23:01:49.998Z Checking fastrand v2.3.0
23792026-05-26T23:01:50.012Z Checking dyn-clone v1.0.20
23802026-05-26T23:01:50.024Z Checking plain v0.2.3
23812026-05-26T23:01:50.082Z Checking foreign-types-shared v0.1.1
23822026-05-26T23:01:50.113Z Checking unicode-normalization v0.1.25
23832026-05-26T23:01:50.128Z Checking semver v1.0.28
23842026-05-26T23:01:50.160Z Checking foreign-types v0.3.2
23852026-05-26T23:01:50.173Z Checking tempfile v3.25.0
23862026-05-26T23:01:50.227Z Checking openssl-sys v0.9.115
23872026-05-26T23:01:50.331Z Checking spin v0.9.8
23882026-05-26T23:01:50.351Z Checking ucd-trie v0.1.7
23892026-05-26T23:01:50.366Z Checking unicode-ident v1.0.24
23902026-05-26T23:01:50.476Z Checking proc-macro2 v1.0.106
23912026-05-26T23:01:50.489Z Checking pest v2.8.6
23922026-05-26T23:01:50.501Z Checking rustls-webpki v0.103.9
23932026-05-26T23:01:50.511Z Checking schemars v0.8.22
23942026-05-26T23:01:50.524Z Checking regex-automata v0.4.14
23952026-05-26T23:01:50.524Z Checking rustls-native-certs v0.8.3
23962026-05-26T23:01:50.551Z Checking tokio-util v0.7.18
23972026-05-26T23:01:50.607Z Checking openssl v0.10.79
23982026-05-26T23:01:50.648Z Checking thiserror v2.0.18
23992026-05-26T23:01:50.749Z Checking sync_wrapper v1.0.2
24002026-05-26T23:01:50.781Z Checking wait-timeout v0.2.1
24012026-05-26T23:01:50.853Z Checking siphasher v1.0.2
24022026-05-26T23:01:50.902Z Checking powerfmt v0.2.0
24032026-05-26T23:01:50.905Z Checking rustls v0.23.37
24042026-05-26T23:01:51.004Z Checking utf8parse v0.2.2
24052026-05-26T23:01:51.049Z Checking quick-error v1.2.3
24062026-05-26T23:01:51.103Z Checking simd-adler32 v0.3.8
24072026-05-26T23:01:51.143Z Checking h2 v0.4.13
24082026-05-26T23:01:51.146Z Checking pretty-hex v0.4.1
24092026-05-26T23:01:51.156Z Checking bit-vec v0.8.0
24102026-05-26T23:01:51.266Z Checking anstyle v1.0.13
24112026-05-26T23:01:51.280Z Checking rusty-fork v0.3.1
24122026-05-26T23:01:51.342Z Checking bit-set v0.8.0
24132026-05-26T23:01:51.443Z Checking anstyle-parse v0.2.7
24142026-05-26T23:01:51.446Z Checking deranged v0.5.8
24152026-05-26T23:01:51.483Z Checking tower v0.5.3
24162026-05-26T23:01:51.530Z Checking quote v1.0.45
24172026-05-26T23:01:51.602Z Compiling newtype-uuid v1.3.2
24182026-05-26T23:01:51.699Z Checking http-body-util v0.1.3
24192026-05-26T23:01:51.769Z Checking webpki-roots v1.0.6
24202026-05-26T23:01:51.865Z Checking crossbeam-utils v0.8.21
24212026-05-26T23:01:51.885Z Checking rand_xorshift v0.4.0
24222026-05-26T23:01:51.911Z Checking crc32fast v1.5.0
24232026-05-26T23:01:52.003Z Checking scroll v0.13.0
24242026-05-26T23:01:52.050Z Checking signature v2.2.0
24252026-05-26T23:01:52.181Z Checking anstyle-query v1.1.5
24262026-05-26T23:01:52.195Z Checking allocator-api2 v0.2.21
24272026-05-26T23:01:52.226Z Checking colorchoice v1.0.4
24282026-05-26T23:01:52.270Z Checking num-conv v0.2.0
24292026-05-26T23:01:52.325Z Checking num_threads v0.1.7
24302026-05-26T23:01:52.335Z Checking adler2 v2.0.1
24312026-05-26T23:01:52.360Z Checking time-core v0.1.8
24322026-05-26T23:01:52.384Z Checking iri-string v0.7.10
24332026-05-26T23:01:52.405Z Checking unicode-properties v0.1.4
24342026-05-26T23:01:52.435Z Checking unicode-bidi v0.3.18
24352026-05-26T23:01:52.465Z Checking ryu v1.0.23
24362026-05-26T23:01:52.496Z Checking unarray v0.1.4
24372026-05-26T23:01:52.591Z Checking is_terminal_polyfill v1.70.2
24382026-05-26T23:01:52.605Z Checking serde_urlencoded v0.7.1
24392026-05-26T23:01:52.616Z Checking proptest v1.10.0
24402026-05-26T23:01:52.626Z Checking native-tls v0.2.18
24412026-05-26T23:01:52.677Z Checking anstream v0.6.21
24422026-05-26T23:01:52.724Z Checking stringprep v0.1.5
24432026-05-26T23:01:52.798Z Checking tokio-native-tls v0.3.1
24442026-05-26T23:01:52.811Z Checking time v0.3.47
24452026-05-26T23:01:52.873Z Checking miniz_oxide v0.8.9
24462026-05-26T23:01:52.886Z Checking bstr v1.12.1
24472026-05-26T23:01:52.953Z Checking goblin v0.10.5
24482026-05-26T23:01:53.219Z Checking crossbeam-epoch v0.9.18
24492026-05-26T23:01:53.241Z Checking tokio-rustls v0.26.4
24502026-05-26T23:01:53.263Z Compiling daft v0.1.7
24512026-05-26T23:01:53.384Z Checking tower-http v0.6.8
24522026-05-26T23:01:53.459Z Checking syn v2.0.117
24532026-05-26T23:01:53.493Z Checking ipnetwork v0.21.1
24542026-05-26T23:01:53.551Z Checking rand_chacha v0.3.1
24552026-05-26T23:01:53.688Z Checking thiserror v1.0.69
24562026-05-26T23:01:53.708Z Checking scroll v0.12.0
24572026-05-26T23:01:53.759Z Checking hash32 v0.2.1
24582026-05-26T23:01:53.784Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-05-26T23:01:53.821Z Checking hyper v1.8.1
24602026-05-26T23:01:53.896Z Checking num-integer v0.1.46
24612026-05-26T23:01:53.917Z Checking serde_spanned v0.6.9
24622026-05-26T23:01:53.935Z Checking toml_datetime v0.6.11
24632026-05-26T23:01:53.947Z Checking md-5 v0.10.6
24642026-05-26T23:01:54.040Z Checking ff v0.13.1
24652026-05-26T23:01:54.081Z Checking encoding_rs v0.8.35
24662026-05-26T23:01:54.113Z Checking mime v0.3.17
24672026-05-26T23:01:54.113Z Checking base16ct v0.2.0
24682026-05-26T23:01:54.167Z Checking fallible-iterator v0.2.0
24692026-05-26T23:01:54.238Z Checking zlib-rs v0.6.2
24702026-05-26T23:01:54.293Z Checking psl-types v2.0.11
24712026-05-26T23:01:54.410Z Checking publicsuffix v2.3.0
24722026-05-26T23:01:54.435Z Checking postgres-protocol v0.6.10
24732026-05-26T23:01:54.570Z Checking sec1 v0.7.3
24742026-05-26T23:01:54.570Z Checking group v0.13.0
24752026-05-26T23:01:54.717Z Checking num-iter v0.1.45
24762026-05-26T23:01:54.730Z Checking hyper-util v0.1.20
24772026-05-26T23:01:54.742Z Checking cookie v0.18.1
24782026-05-26T23:01:54.784Z Checking goblin v0.8.2
24792026-05-26T23:01:54.826Z Checking heapless v0.7.17
24802026-05-26T23:01:54.968Z Checking zstd-safe v7.2.4
24812026-05-26T23:01:55.008Z Checking rand v0.8.6
24822026-05-26T23:01:55.107Z Checking flate2 v1.1.9
24832026-05-26T23:01:55.129Z Checking oxnet v0.1.4
24842026-05-26T23:01:55.234Z Compiling iddqd v0.4.1
24852026-05-26T23:01:55.306Z Checking dof v0.4.0
24862026-05-26T23:01:55.365Z Checking dtrace-parser v0.3.0
24872026-05-26T23:01:55.400Z Checking phf_shared v0.13.1
24882026-05-26T23:01:55.518Z Checking lazy_static v1.5.0
24892026-05-26T23:01:55.599Z Checking zerocopy v0.7.35
24902026-05-26T23:01:55.621Z Checking pin-project v1.1.11
24912026-05-26T23:01:55.624Z Checking bzip2-sys v0.1.13+1.0.8
24922026-05-26T23:01:55.709Z Checking signal-hook v0.3.18
24932026-05-26T23:01:55.721Z Checking terminal_size v0.4.3
24942026-05-26T23:01:55.732Z Checking futures-executor v0.3.32
24952026-05-26T23:01:55.832Z Checking hkdf v0.12.4
24962026-05-26T23:01:55.874Z Checking hex v0.4.3
24972026-05-26T23:01:55.890Z Checking crypto-bigint v0.5.5
24982026-05-26T23:01:55.927Z Checking thread-id v5.1.0
24992026-05-26T23:01:55.962Z Checking bitflags v1.3.2
25002026-05-26T23:01:55.974Z Checking hyper-rustls v0.27.7
25012026-05-26T23:01:56.005Z Checking hyper-tls v0.6.0
25022026-05-26T23:01:56.032Z Checking same-file v1.0.6
25032026-05-26T23:01:56.086Z Checking foldhash v0.1.5
25042026-05-26T23:01:56.096Z Checking winnow v0.7.14
25052026-05-26T23:01:56.145Z Checking managed v0.8.0
25062026-05-26T23:01:56.175Z Checking cpufeatures v0.3.0
25072026-05-26T23:01:56.194Z Checking either v1.15.0
25082026-05-26T23:01:56.213Z Checking foldhash v0.2.0
25092026-05-26T23:01:56.239Z Checking strsim v0.11.1
25102026-05-26T23:01:56.323Z Compiling rayon-core v1.13.0
25112026-05-26T23:01:56.369Z Checking libbz2-rs-sys v0.2.2
25122026-05-26T23:01:56.373Z Checking bumpalo v3.20.2
25132026-05-26T23:01:56.397Z Checking winnow v0.5.40
25142026-05-26T23:01:56.446Z Checking clap_lex v1.0.0
25152026-05-26T23:01:56.513Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-05-26T23:01:56.559Z Checking zopfli v0.8.3
25172026-05-26T23:01:56.593Z Checking clap_builder v4.5.60
25182026-05-26T23:01:56.685Z Checking dof v0.3.0
25192026-05-26T23:01:56.700Z Checking hashbrown v0.16.1
25202026-05-26T23:01:56.763Z Checking bzip2 v0.6.1
25212026-05-26T23:01:56.775Z Checking elliptic-curve v0.13.8
25222026-05-26T23:01:56.889Z Checking smoltcp v0.9.1
25232026-05-26T23:01:56.923Z Checking chacha20 v0.10.0
25242026-05-26T23:01:56.963Z Checking hashbrown v0.15.5
25252026-05-26T23:01:57.079Z Checking reqwest v0.12.28
25262026-05-26T23:01:57.134Z Checking walkdir v2.5.0
25272026-05-26T23:01:57.183Z Checking usdt-impl v0.6.0
25282026-05-26T23:01:57.272Z Checking signal-hook-mio v0.2.5
25292026-05-26T23:01:57.292Z Checking futures v0.3.32
25302026-05-26T23:01:57.369Z Checking snafu v0.8.9
25312026-05-26T23:01:57.372Z Checking bzip2 v0.4.4
25322026-05-26T23:01:57.423Z Checking phf v0.13.1
25332026-05-26T23:01:57.460Z Checking num-bigint-dig v0.8.6
25342026-05-26T23:01:57.526Z Checking toml_edit v0.19.15
25352026-05-26T23:01:57.538Z Checking zstd v0.13.3
25362026-05-26T23:01:57.565Z Checking cookie_store v0.22.1
25372026-05-26T23:01:57.602Z Checking postgres-types v0.2.12
25382026-05-26T23:01:57.708Z Checking dtrace-parser v0.2.0
25392026-05-26T23:01:57.721Z Checking crossbeam-deque v0.8.6
25402026-05-26T23:01:57.816Z Checking globset v0.4.18
25412026-05-26T23:01:57.889Z Checking rustls-platform-verifier v0.6.2
25422026-05-26T23:01:57.901Z Checking regex v1.12.3
25432026-05-26T23:01:57.913Z Checking ed25519 v2.2.3
25442026-05-26T23:01:57.925Z Checking phf_shared v0.11.3
25452026-05-26T23:01:57.937Z Checking olpc-cjson v0.1.4
25462026-05-26T23:01:58.023Z Checking ref-cast v1.0.25
25472026-05-26T23:01:58.063Z Checking curve25519-dalek v4.1.3
25482026-05-26T23:01:58.066Z Checking strum v0.27.2
25492026-05-26T23:01:58.066Z Checking hubpack v0.1.2
25502026-05-26T23:01:58.099Z Checking memoffset v0.9.1
25512026-05-26T23:01:58.115Z Checking rustix v0.38.44
25522026-05-26T23:01:58.169Z Checking pkcs1 v0.7.5
25532026-05-26T23:01:58.183Z Checking pem v3.0.6
25542026-05-26T23:01:58.186Z Checking float-cmp v0.10.0
25552026-05-26T23:01:58.249Z Checking rfc6979 v0.4.0
25562026-05-26T23:01:58.264Z Checking erased-serde v0.3.31
25572026-05-26T23:01:58.315Z Checking serde_plain v1.0.2
25582026-05-26T23:01:58.334Z Checking serde-big-array v0.5.1
25592026-05-26T23:01:58.361Z Checking memmap2 v0.9.10
25602026-05-26T23:01:58.376Z Checking thread-id v4.2.2
25612026-05-26T23:01:58.454Z Checking env_filter v1.0.0
25622026-05-26T23:01:58.473Z Checking data-encoding v2.10.0
25632026-05-26T23:01:58.477Z Checking static_assertions v1.1.0
25642026-05-26T23:01:58.519Z Checking normalize-line-endings v0.3.0
25652026-05-26T23:01:58.545Z Checking keccak v0.1.6
25662026-05-26T23:01:58.580Z Checking precomputed-hash v0.1.1
25672026-05-26T23:01:58.597Z Checking predicates-core v1.0.10
25682026-05-26T23:01:58.608Z Checking jiff v0.2.21
25692026-05-26T23:01:58.658Z Checking unicode-segmentation v1.12.0
25702026-05-26T23:01:58.671Z Checking toml_write v0.1.2
25712026-05-26T23:01:58.709Z Checking difflib v0.4.0
25722026-05-26T23:01:58.720Z Checking fixedbitset v0.5.7
25732026-05-26T23:01:58.756Z Checking new_debug_unreachable v1.0.6
25742026-05-26T23:01:58.827Z Checking typed-path v0.9.3
25752026-05-26T23:01:58.840Z Checking whoami v2.1.0
25762026-05-26T23:01:58.935Z Checking fixedbitset v0.4.2
25772026-05-26T23:01:58.946Z Checking predicates v3.1.4
25782026-05-26T23:01:58.947Z Checking petgraph v0.8.3
25792026-05-26T23:01:58.951Z Checking crossterm v0.28.1
25802026-05-26T23:01:58.976Z Checking similar v2.7.0
25812026-05-26T23:01:59.015Z Checking petgraph v0.6.5
25822026-05-26T23:01:59.034Z Checking tokio-postgres v0.7.16
25832026-05-26T23:01:59.184Z Checking ed25519-dalek v2.2.0
25842026-05-26T23:01:59.352Z Checking toml_edit v0.22.27
25852026-05-26T23:01:59.410Z Checking string_cache v0.8.9
25862026-05-26T23:01:59.579Z Checking hickory-proto v0.25.2
25872026-05-26T23:01:59.583Z Checking tough v0.22.0
25882026-05-26T23:01:59.623Z Checking sha3 v0.10.8
25892026-05-26T23:01:59.822Z Checking slog v2.8.2
25902026-05-26T23:02:00.084Z Checking env_logger v0.11.9
25912026-05-26T23:02:00.237Z Checking toml v0.7.8
25922026-05-26T23:02:00.256Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25932026-05-26T23:02:00.271Z Checking usdt v0.6.0
25942026-05-26T23:02:00.428Z Checking usdt-impl v0.5.0
25952026-05-26T23:02:00.441Z Checking rsa v0.9.10
25962026-05-26T23:02:00.459Z Checking ecdsa v0.16.9
25972026-05-26T23:02:00.540Z Checking nix v0.31.2
25982026-05-26T23:02:00.796Z Checking reqwest v0.13.2
25992026-05-26T23:02:00.822Z Checking zip v4.6.1
26002026-05-26T23:02:01.226Z Checking clap v4.5.60
26012026-05-26T23:02:01.307Z Checking zip v0.6.6
26022026-05-26T23:02:01.389Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-05-26T23:02:01.585Z Checking rand v0.10.0
26042026-05-26T23:02:01.610Z Checking itertools v0.13.0
26052026-05-26T23:02:01.623Z Checking serde_with v3.17.0
26062026-05-26T23:02:01.636Z Checking strum v0.26.3
26072026-05-26T23:02:01.648Z Checking fs-err v3.3.0
26082026-05-26T23:02:01.713Z Checking ahash v0.8.12
26092026-05-26T23:02:01.744Z Checking object v0.37.3
26102026-05-26T23:02:01.905Z Checking tokio-stream v0.1.18
26112026-05-26T23:02:01.940Z Checking buf-list v1.1.2
26122026-05-26T23:02:02.051Z Checking camino v1.2.2
26132026-05-26T23:02:02.123Z Checking anyhow v1.0.102
26142026-05-26T23:02:02.283Z Checking x509-cert v0.2.5
26152026-05-26T23:02:02.297Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26162026-05-26T23:02:02.321Z Checking openapiv3 v2.2.0
26172026-05-26T23:02:02.349Z Checking sha1 v0.10.6
26182026-05-26T23:02:02.511Z Checking peg-runtime v0.8.5
26192026-05-26T23:02:02.515Z Checking lalrpop-util v0.19.12
26202026-05-26T23:02:02.552Z Checking rayon v1.11.0
26212026-05-26T23:02:02.622Z Checking sigpipe v0.1.3
26222026-05-26T23:02:02.658Z Checking glob v0.3.3
26232026-05-26T23:02:03.974Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-05-26T23:02:04.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.90s
26252026-05-26T23:02:04.423Z
26262026-05-26T23:02:04.423Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26272026-05-26T23:02:04.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-26T23:02:04.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-26T23:02:04.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-26T23:02:04.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26312026-05-26T23:02:05.019Z
26322026-05-26T23:02:05.019Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26332026-05-26T23:02:05.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-26T23:02:05.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-26T23:02:05.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-26T23:02:05.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26372026-05-26T23:02:05.608Z
26382026-05-26T23:02:05.608Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26392026-05-26T23:02:06.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-26T23:02:06.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-26T23:02:06.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-26T23:02:06.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26432026-05-26T23:02:06.217Z
26442026-05-26T23:02:06.217Zinfo: running `cargo check --bins` on oxql-types (80/295)
26452026-05-26T23:02:06.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-26T23:02:06.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-26T23:02:06.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-26T23:02:06.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-05-26T23:02:06.818Z
26502026-05-26T23:02:06.818Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26512026-05-26T23:02:07.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-26T23:02:07.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-26T23:02:07.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-26T23:02:07.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-26T23:02:07.408Z
26562026-05-26T23:02:07.408Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26572026-05-26T23:02:07.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-26T23:02:07.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-26T23:02:07.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-26T23:02:07.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26612026-05-26T23:02:08.004Z
26622026-05-26T23:02:08.004Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26632026-05-26T23:02:08.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-26T23:02:08.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-26T23:02:08.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-05-26T23:02:08.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26672026-05-26T23:02:08.586Z
26682026-05-26T23:02:08.586Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26692026-05-26T23:02:09.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-05-26T23:02:09.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-05-26T23:02:09.271Z Compiling structmeta-derive v0.3.0
26722026-05-26T23:02:09.387Z Compiling rustls v0.22.4
26732026-05-26T23:02:09.396Z Compiling multer v3.1.0
26742026-05-26T23:02:09.405Z Compiling async-stream-impl v0.3.6
26752026-05-26T23:02:09.409Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-05-26T23:02:09.428Z Compiling dropshot v0.17.0
26772026-05-26T23:02:09.443Z Compiling newtype-uuid-macros v0.1.0
26782026-05-26T23:02:09.445Z Compiling dropshot_endpoint v0.17.0
26792026-05-26T23:02:09.578Z Checking newtype-uuid v1.3.2
26802026-05-26T23:02:09.654Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-05-26T23:02:09.682Z Checking rustls-webpki v0.102.8
26822026-05-26T23:02:09.767Z Checking daft v0.1.7
26832026-05-26T23:02:09.783Z Checking thread_local v1.1.9
26842026-05-26T23:02:09.945Z Checking compression-core v0.4.31
26852026-05-26T23:02:09.975Z Checking match_cfg v0.1.0
26862026-05-26T23:02:10.004Z Checking iddqd v0.4.1
26872026-05-26T23:02:10.053Z Checking hostname v0.3.1
26882026-05-26T23:02:10.067Z Checking compression-codecs v0.4.37
26892026-05-26T23:02:10.083Z Checking crossbeam-channel v0.5.15
26902026-05-26T23:02:10.152Z Checking slog-json v2.6.1
26912026-05-26T23:02:10.194Z Checking serde_spanned v1.0.4
26922026-05-26T23:02:10.234Z Checking is-terminal v0.4.17
26932026-05-26T23:02:10.301Z Checking toml_datetime v1.0.0+spec-1.1.0
26942026-05-26T23:02:10.321Z Checking take_mut v0.2.2
26952026-05-26T23:02:10.324Z Checking toml_writer v1.0.6+spec-1.1.0
26962026-05-26T23:02:10.413Z Checking term v1.2.1
26972026-05-26T23:02:10.425Z Checking debug-ignore v1.0.5
26982026-05-26T23:02:10.428Z Compiling structmeta v0.3.0
26992026-05-26T23:02:10.502Z Checking slog-async v2.8.0
27002026-05-26T23:02:10.518Z Checking toml v1.0.6+spec-1.1.0
27012026-05-26T23:02:10.532Z Checking slog-bunyan v2.5.0
27022026-05-26T23:02:10.631Z Checking slog-term v2.9.2
27032026-05-26T23:02:10.640Z Checking async-compression v0.4.41
27042026-05-26T23:02:10.653Z Compiling derive-ex v0.1.8
27052026-05-26T23:02:10.693Z Compiling parse-display-derive v0.10.0
27062026-05-26T23:02:10.988Z Checking async-stream v0.3.6
27072026-05-26T23:02:10.995Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27082026-05-26T23:02:10.995Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-05-26T23:02:10.995Z Checking progenitor-client v0.14.0
27102026-05-26T23:02:10.995Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27112026-05-26T23:02:11.089Z Checking waitgroup v0.1.2
27122026-05-26T23:02:11.136Z Checking backon v1.6.0
27132026-05-26T23:02:11.176Z Checking rustls-pemfile v2.2.0
27142026-05-26T23:02:11.209Z Checking serde_path_to_error v0.1.20
27152026-05-26T23:02:11.225Z Checking hostname v0.4.2
27162026-05-26T23:02:11.297Z Checking instant v0.1.13
27172026-05-26T23:02:11.381Z Checking backoff v0.4.0
27182026-05-26T23:02:11.465Z Checking tokio-rustls v0.25.0
27192026-05-26T23:02:11.479Z Checking progenitor-extras v0.2.0
27202026-05-26T23:02:11.523Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27212026-05-26T23:02:11.555Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27222026-05-26T23:02:11.718Z Checking itertools v0.14.0
27232026-05-26T23:02:11.733Z Checking progenitor-client v0.10.0
27242026-05-26T23:02:11.920Z Checking regress v0.10.5
27252026-05-26T23:02:11.938Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27262026-05-26T23:02:12.160Z Checking macaddr v1.0.1
27272026-05-26T23:02:12.312Z Compiling test-strategy v0.4.5
27282026-05-26T23:02:12.327Z Checking parse-display v0.10.0
27292026-05-26T23:02:12.560Z Checking humantime v2.3.0
27302026-05-26T23:02:13.537Z Compiling prettyplease v0.2.37
27312026-05-26T23:02:13.817Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-05-26T23:02:13.988Z Checking num-rational v0.4.2
27332026-05-26T23:02:14.198Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-05-26T23:02:14.477Z Checking num-complex v0.4.6
27352026-05-26T23:02:15.206Z Compiling num v0.4.3
27362026-05-26T23:02:15.250Z Compiling usdt-attr-macro v0.5.0
27372026-05-26T23:02:15.261Z Compiling usdt-macro v0.5.0
27382026-05-26T23:02:15.286Z Checking memmap v0.7.0
27392026-05-26T23:02:15.297Z Checking float-ord v0.3.2
27402026-05-26T23:02:15.398Z Compiling convert_case v0.4.0
27412026-05-26T23:02:15.413Z Checking unicode-width v0.2.0
27422026-05-26T23:02:15.660Z Checking console v0.15.11
27432026-05-26T23:02:15.778Z Compiling derive_more v0.99.20
27442026-05-26T23:02:15.968Z Checking newline-converter v0.3.0
27452026-05-26T23:02:15.978Z Checking atomicwrites v0.4.4
27462026-05-26T23:02:15.999Z Checking usdt v0.5.0
27472026-05-26T23:02:16.074Z Compiling toml v0.8.23
27482026-05-26T23:02:16.104Z Checking linked-hash-map v0.5.6
27492026-05-26T23:02:16.169Z Compiling minimal-lexical v0.2.1
27502026-05-26T23:02:16.321Z Checking lru-cache v0.1.2
27512026-05-26T23:02:16.396Z Compiling nom v7.1.3
27522026-05-26T23:02:16.424Z Checking expectorate v1.2.0
27532026-05-26T23:02:17.018Z Checking camino-tempfile v1.4.1
27542026-05-26T23:02:17.084Z Checking hickory-proto v0.24.4
27552026-05-26T23:02:17.179Z Checking phf_shared v0.12.1
27562026-05-26T23:02:17.322Z Compiling slog-dtrace v0.3.0
27572026-05-26T23:02:17.351Z Checking resolv-conf v0.7.6
27582026-05-26T23:02:17.511Z Checking heck v0.5.0
27592026-05-26T23:02:17.536Z Compiling chrono-tz v0.10.4
27602026-05-26T23:02:17.640Z Compiling const_format_proc_macros v0.2.34
27612026-05-26T23:02:17.729Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27622026-05-26T23:02:17.782Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27632026-05-26T23:02:17.799Z Checking phf v0.12.1
27642026-05-26T23:02:17.940Z Checking tokio-dtrace v0.1.1
27652026-05-26T23:02:18.132Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-05-26T23:02:18.196Z Compiling derive-where v1.6.0
27672026-05-26T23:02:18.304Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-05-26T23:02:18.697Z Checking highway v1.3.0
27692026-05-26T23:02:18.910Z Checking hickory-resolver v0.24.4
27702026-05-26T23:02:18.932Z Checking const_format v0.2.35
27712026-05-26T23:02:19.092Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-05-26T23:02:19.191Z Checking oxide-tokio-rt v0.1.4
27732026-05-26T23:02:19.359Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-05-26T23:02:19.591Z Checking gethostname v0.5.0
27752026-05-26T23:02:19.608Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27762026-05-26T23:02:19.621Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27772026-05-26T23:02:19.635Z Checking qorb v0.4.1
27782026-05-26T23:02:19.676Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27792026-05-26T23:02:19.753Z Checking bcs v0.1.6
27802026-05-26T23:02:19.782Z Checking termtree v0.5.1
27812026-05-26T23:02:23.022Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27822026-05-26T23:02:25.805Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27832026-05-26T23:02:27.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s
27842026-05-26T23:02:28.107Z
27852026-05-26T23:02:28.107Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27862026-05-26T23:02:28.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-05-26T23:02:28.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-05-26T23:02:28.801Z Compiling ar_archive_writer v0.5.1
27892026-05-26T23:02:28.914Z Compiling stacker v0.1.23
27902026-05-26T23:02:28.923Z Compiling cfg_aliases v0.1.1
27912026-05-26T23:02:28.934Z Compiling convert_case v0.10.0
27922026-05-26T23:02:28.941Z Checking unicode-width v0.1.14
27932026-05-26T23:02:28.952Z Compiling proc-macro-error v1.0.4
27942026-05-26T23:02:28.964Z Checking fd-lock v4.0.4
27952026-05-26T23:02:28.964Z Checking nibble_vec v0.1.0
27962026-05-26T23:02:28.987Z Compiling nix v0.28.0
27972026-05-26T23:02:29.075Z Checking vte v0.14.1
27982026-05-26T23:02:29.094Z Compiling recursive-proc-macro-impl v0.1.1
27992026-05-26T23:02:29.165Z Checking bytecount v0.6.9
28002026-05-26T23:02:29.180Z Checking endian-type v0.1.2
28012026-05-26T23:02:29.223Z Checking strip-ansi-escapes v0.2.1
28022026-05-26T23:02:29.242Z Compiling tabled_derive v0.7.0
28032026-05-26T23:02:29.242Z Compiling derive_more-impl v2.1.1
28042026-05-26T23:02:29.297Z Checking papergrid v0.11.0
28052026-05-26T23:02:29.335Z Checking radix_trie v0.2.1
28062026-05-26T23:02:29.344Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072026-05-26T23:02:29.494Z Compiling peg-macros v0.8.5
28082026-05-26T23:02:29.537Z Checking winnow v0.6.26
28092026-05-26T23:02:29.740Z Compiling psm v0.1.30
28102026-05-26T23:02:29.807Z Compiling sqlparser_derive v0.5.0
28112026-05-26T23:02:29.903Z Checking nu-ansi-term v0.50.3
28122026-05-26T23:02:30.033Z Checking derive_more v2.1.1
28132026-05-26T23:02:30.108Z Checking unicode_categories v0.1.1
28142026-05-26T23:02:30.121Z Checking home v0.5.12
28152026-05-26T23:02:30.201Z Checking tabled v0.15.0
28162026-05-26T23:02:30.294Z Checking crossterm v0.29.0
28172026-05-26T23:02:30.301Z Checking reedline v0.40.0
28182026-05-26T23:02:30.301Z Checking rustyline v14.0.0
28192026-05-26T23:02:30.514Z Checking recursive v0.1.1
28202026-05-26T23:02:30.575Z Checking display-error-chain v0.2.2
28212026-05-26T23:02:30.605Z Checking sqlparser v0.61.0
28222026-05-26T23:02:30.657Z Checking sqlformat v0.3.5
28232026-05-26T23:02:30.841Z Checking peg v0.8.5
28242026-05-26T23:02:41.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
28252026-05-26T23:02:41.863Z
28262026-05-26T23:02:41.864Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28272026-05-26T23:02:42.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-26T23:02:42.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-26T23:02:42.541Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-26T23:02:45.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28312026-05-26T23:02:46.169Z
28322026-05-26T23:02:46.169Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28332026-05-26T23:02:46.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-26T23:02:46.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-26T23:02:46.842Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-26T23:02:49.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28372026-05-26T23:02:49.508Z
28382026-05-26T23:02:49.508Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28392026-05-26T23:02:50.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-26T23:02:50.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-26T23:02:50.179Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-26T23:02:53.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28432026-05-26T23:02:53.571Z
28442026-05-26T23:02:53.572Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28452026-05-26T23:02:54.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-26T23:02:54.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-26T23:02:54.249Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-26T23:02:57.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28492026-05-26T23:02:57.663Z
28502026-05-26T23:02:57.663Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28512026-05-26T23:02:58.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-26T23:02:58.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-26T23:02:58.332Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-26T23:03:00.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28552026-05-26T23:03:01.100Z
28562026-05-26T23:03:01.101Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28572026-05-26T23:03:01.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-26T23:03:01.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-26T23:03:01.777Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-26T23:03:04.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28612026-05-26T23:03:04.562Z
28622026-05-26T23:03:04.562Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28632026-05-26T23:03:05.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-26T23:03:05.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-26T23:03:05.241Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-05-26T23:03:08.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28672026-05-26T23:03:08.829Z
28682026-05-26T23:03:08.829Zinfo: running `cargo check --bins` on oximeter (93/295)
28692026-05-26T23:03:09.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-26T23:03:09.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-26T23:03:09.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-26T23:03:09.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28732026-05-26T23:03:09.429Z
28742026-05-26T23:03:09.429Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28752026-05-26T23:03:09.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-26T23:03:09.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-26T23:03:10.069Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28782026-05-26T23:03:10.232Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-05-26T23:03:10.233Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-05-26T23:03:10.567Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812026-05-26T23:03:13.466Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28822026-05-26T23:03:14.676Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28832026-05-26T23:03:14.888Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28842026-05-26T23:03:15.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
28852026-05-26T23:03:15.740Z
28862026-05-26T23:03:15.740Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28872026-05-26T23:03:16.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-26T23:03:16.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-26T23:03:16.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-26T23:03:16.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28912026-05-26T23:03:16.336Z
28922026-05-26T23:03:16.336Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28932026-05-26T23:03:16.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-26T23:03:16.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-26T23:03:16.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-26T23:03:16.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28972026-05-26T23:03:16.976Z
28982026-05-26T23:03:16.977Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28992026-05-26T23:03:17.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-26T23:03:17.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-26T23:03:17.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-26T23:03:17.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-05-26T23:03:17.584Z
29042026-05-26T23:03:17.584Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29052026-05-26T23:03:18.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-26T23:03:18.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-26T23:03:18.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-26T23:03:18.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-05-26T23:03:18.193Z
29102026-05-26T23:03:18.194Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29112026-05-26T23:03:18.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-26T23:03:18.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-26T23:03:18.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-26T23:03:18.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29152026-05-26T23:03:18.806Z
29162026-05-26T23:03:18.806Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29172026-05-26T23:03:19.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-26T23:03:19.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-26T23:03:19.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-26T23:03:19.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29212026-05-26T23:03:19.419Z
29222026-05-26T23:03:19.419Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29232026-05-26T23:03:19.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-26T23:03:19.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-26T23:03:19.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-26T23:03:19.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29272026-05-26T23:03:20.003Z
29282026-05-26T23:03:20.003Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29292026-05-26T23:03:20.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-26T23:03:20.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-26T23:03:20.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-26T23:03:20.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29332026-05-26T23:03:20.628Z
29342026-05-26T23:03:20.628Zinfo: running `cargo check --bins` on update-engine (103/295)
29352026-05-26T23:03:21.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-26T23:03:21.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-26T23:03:21.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-05-26T23:03:21.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29392026-05-26T23:03:21.189Z
29402026-05-26T23:03:21.189Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29412026-05-26T23:03:21.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-05-26T23:03:21.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-05-26T23:03:21.905Z Compiling crucible-workspace-hack v0.1.0
29442026-05-26T23:03:22.023Z Checking secrecy v0.10.3
29452026-05-26T23:03:22.030Z Compiling heapless v0.8.0
29462026-05-26T23:03:22.032Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-05-26T23:03:22.043Z Compiling ingot-macros v0.1.1
29482026-05-26T23:03:22.052Z Checking hash32 v0.3.1
29492026-05-26T23:03:22.065Z Compiling smoltcp v0.11.0
29502026-05-26T23:03:22.065Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29512026-05-26T23:03:22.124Z Checking cobs v0.3.0
29522026-05-26T23:03:22.169Z Compiling thiserror-impl-no-std v2.0.2
29532026-05-26T23:03:22.260Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-05-26T23:03:22.260Z Checking universal-hash v0.5.1
29552026-05-26T23:03:22.285Z Checking half v2.7.1
29562026-05-26T23:03:22.323Z Checking opaque-debug v0.3.1
29572026-05-26T23:03:22.381Z Checking ciborium-io v0.2.2
29582026-05-26T23:03:22.395Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-05-26T23:03:22.426Z Checking poly1305 v0.8.0
29602026-05-26T23:03:22.469Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29612026-05-26T23:03:22.551Z Checking ciborium-ll v0.2.2
29622026-05-26T23:03:22.589Z Checking postcard v1.1.3
29632026-05-26T23:03:22.681Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-05-26T23:03:22.723Z Checking password-hash v0.5.0
29652026-05-26T23:03:22.865Z Compiling proc-macro-crate v3.4.0
29662026-05-26T23:03:22.893Z Checking chacha20 v0.9.1
29672026-05-26T23:03:22.947Z Compiling proc-macro-crate v1.3.1
29682026-05-26T23:03:22.963Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29692026-05-26T23:03:23.085Z Checking blake2 v0.10.6
29702026-05-26T23:03:23.199Z Checking aead v0.5.2
29712026-05-26T23:03:23.323Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29722026-05-26T23:03:23.326Z Checking thiserror-no-std v2.0.2
29732026-05-26T23:03:23.326Z Compiling foreign-types-macros v0.2.3
29742026-05-26T23:03:23.360Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29752026-05-26T23:03:23.374Z Checking foreign-types-shared v0.3.1
29762026-05-26T23:03:23.419Z Checking vsss-rs v3.3.4
29772026-05-26T23:03:23.446Z Compiling num_enum_derive v0.7.5
29782026-05-26T23:03:23.470Z Compiling num_enum_derive v0.5.11
29792026-05-26T23:03:23.543Z Checking chacha20poly1305 v0.10.1
29802026-05-26T23:03:23.607Z Checking argon2 v0.5.3
29812026-05-26T23:03:23.672Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29822026-05-26T23:03:23.939Z Checking foreign-types v0.5.0
29832026-05-26T23:03:23.952Z Checking ciborium v0.2.2
29842026-05-26T23:03:24.126Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-05-26T23:03:24.185Z Checking tabwriter v1.4.1
29862026-05-26T23:03:24.330Z Checking byte-wrapper v0.1.0
29872026-05-26T23:03:24.366Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-05-26T23:03:24.410Z Checking cstr-argument v0.1.2
29892026-05-26T23:03:24.475Z Checking num_enum v0.7.5
29902026-05-26T23:03:24.497Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29912026-05-26T23:03:24.530Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-05-26T23:03:24.544Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29932026-05-26T23:03:24.547Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29942026-05-26T23:03:24.588Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29952026-05-26T23:03:24.732Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-05-26T23:03:24.752Z Checking num_enum v0.5.11
29972026-05-26T23:03:24.784Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29982026-05-26T23:03:24.821Z Checking ingot-types v0.1.2
29992026-05-26T23:03:24.864Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-05-26T23:03:24.892Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30012026-05-26T23:03:24.905Z Checking indent_write v2.2.0
30022026-05-26T23:03:24.921Z Checking colored v3.1.1
30032026-05-26T23:03:25.036Z Compiling zone_cfg_derive v0.3.1
30042026-05-26T23:03:25.062Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30052026-05-26T23:03:25.129Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30062026-05-26T23:03:25.170Z Checking ingot v0.1.1
30072026-05-26T23:03:25.186Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30082026-05-26T23:03:25.205Z Checking itertools v0.12.1
30092026-05-26T23:03:25.222Z Compiling num-derive v0.4.2
30102026-05-26T23:03:25.237Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30112026-05-26T23:03:25.356Z Checking swrite v0.1.0
30122026-05-26T23:03:25.439Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30132026-05-26T23:03:25.452Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30142026-05-26T23:03:25.614Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30152026-05-26T23:03:25.630Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30162026-05-26T23:03:25.673Z Checking dropshot-api-manager-types v0.7.2
30172026-05-26T23:03:25.724Z Checking smf v0.2.3
30182026-05-26T23:03:25.740Z Checking nanorand v0.7.0
30192026-05-26T23:03:25.839Z Checking whoami v1.6.1
30202026-05-26T23:03:25.926Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30212026-05-26T23:03:25.939Z Checking flume v0.11.1
30222026-05-26T23:03:26.135Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30232026-05-26T23:03:26.206Z Checking zone v0.3.1
30242026-05-26T23:03:26.727Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30252026-05-26T23:03:27.684Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30262026-05-26T23:03:28.584Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30272026-05-26T23:03:31.708Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30282026-05-26T23:03:33.757Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30292026-05-26T23:03:34.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
30302026-05-26T23:03:35.058Z
30312026-05-26T23:03:35.058Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30322026-05-26T23:03:35.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-05-26T23:03:35.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-05-26T23:03:35.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-05-26T23:03:35.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30362026-05-26T23:03:35.665Z
30372026-05-26T23:03:35.665Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30382026-05-26T23:03:36.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-05-26T23:03:36.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-05-26T23:03:36.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-05-26T23:03:36.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30422026-05-26T23:03:36.273Z
30432026-05-26T23:03:36.273Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30442026-05-26T23:03:36.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-26T23:03:36.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-26T23:03:36.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-26T23:03:36.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30482026-05-26T23:03:36.883Z
30492026-05-26T23:03:36.883Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30502026-05-26T23:03:37.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-26T23:03:37.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-26T23:03:37.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-26T23:03:37.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30542026-05-26T23:03:37.494Z
30552026-05-26T23:03:37.494Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30562026-05-26T23:03:38.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-26T23:03:38.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-26T23:03:38.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-26T23:03:38.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30602026-05-26T23:03:38.104Z
30612026-05-26T23:03:38.104Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30622026-05-26T23:03:38.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-26T23:03:38.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-26T23:03:38.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-26T23:03:38.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30662026-05-26T23:03:38.705Z
30672026-05-26T23:03:38.705Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30682026-05-26T23:03:39.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-26T23:03:39.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-26T23:03:39.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-26T23:03:39.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30722026-05-26T23:03:39.303Z
30732026-05-26T23:03:39.303Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30742026-05-26T23:03:39.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-26T23:03:39.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-26T23:03:39.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-26T23:03:39.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30782026-05-26T23:03:39.889Z
30792026-05-26T23:03:39.889Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30802026-05-26T23:03:40.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-26T23:03:40.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-26T23:03:40.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-26T23:03:40.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30842026-05-26T23:03:40.489Z
30852026-05-26T23:03:40.489Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30862026-05-26T23:03:40.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-26T23:03:41.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-26T23:03:41.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-26T23:03:41.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30902026-05-26T23:03:41.095Z
30912026-05-26T23:03:41.095Zinfo: running `cargo check --bins` on installinator-client (115/295)
30922026-05-26T23:03:41.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-26T23:03:41.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-26T23:03:41.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-26T23:03:41.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30962026-05-26T23:03:41.696Z
30972026-05-26T23:03:41.696Zinfo: running `cargo check --bins` on nexus-client (116/295)
30982026-05-26T23:03:42.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-26T23:03:42.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-26T23:03:42.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-26T23:03:42.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31022026-05-26T23:03:42.330Z
31032026-05-26T23:03:42.330Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31042026-05-26T23:03:42.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-26T23:03:42.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-26T23:03:42.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-26T23:03:42.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31082026-05-26T23:03:42.962Z
31092026-05-26T23:03:42.962Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31102026-05-26T23:03:43.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-26T23:03:43.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-26T23:03:43.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-26T23:03:43.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31142026-05-26T23:03:43.548Z
31152026-05-26T23:03:43.549Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31162026-05-26T23:03:44.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-26T23:03:44.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-26T23:03:44.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-26T23:03:44.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31202026-05-26T23:03:44.139Z
31212026-05-26T23:03:44.139Zinfo: running `cargo check --bins` on oxide-client (120/295)
31222026-05-26T23:03:44.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-26T23:03:44.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-26T23:03:44.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-26T23:03:44.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31262026-05-26T23:03:44.726Z
31272026-05-26T23:03:44.728Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31282026-05-26T23:03:45.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-26T23:03:45.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-26T23:03:45.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-26T23:03:45.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31322026-05-26T23:03:45.326Z
31332026-05-26T23:03:45.326Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31342026-05-26T23:03:45.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-26T23:03:45.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-26T23:03:45.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-26T23:03:45.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31382026-05-26T23:03:45.912Z
31392026-05-26T23:03:45.912Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31402026-05-26T23:03:46.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-26T23:03:46.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-26T23:03:46.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-26T23:03:46.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31442026-05-26T23:03:46.519Z
31452026-05-26T23:03:46.519Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31462026-05-26T23:03:47.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-26T23:03:47.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-26T23:03:47.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-26T23:03:47.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31502026-05-26T23:03:47.139Z
31512026-05-26T23:03:47.139Zinfo: running `cargo check --bins` on installinator-common (125/295)
31522026-05-26T23:03:47.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-26T23:03:47.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-26T23:03:47.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-26T23:03:47.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31562026-05-26T23:03:47.748Z
31572026-05-26T23:03:47.748Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31582026-05-26T23:03:48.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-26T23:03:48.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-26T23:03:48.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-26T23:03:48.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31622026-05-26T23:03:48.332Z
31632026-05-26T23:03:48.332Zinfo: running `cargo check --bins` on wicket-common (127/295)
31642026-05-26T23:03:48.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-26T23:03:48.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-26T23:03:48.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-26T23:03:48.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31682026-05-26T23:03:48.949Z
31692026-05-26T23:03:48.949Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31702026-05-26T23:03:49.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-26T23:03:49.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-26T23:03:49.648Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31732026-05-26T23:03:49.766Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31742026-05-26T23:03:49.775Z Checking csv-core v0.1.13
31752026-05-26T23:03:49.780Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31762026-05-26T23:03:49.787Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31772026-05-26T23:03:49.787Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31782026-05-26T23:03:49.808Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31792026-05-26T23:03:49.819Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-05-26T23:03:49.929Z Checking csv v1.4.0
31812026-05-26T23:03:49.970Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31822026-05-26T23:03:49.985Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31832026-05-26T23:03:50.014Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31842026-05-26T23:03:50.032Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31852026-05-26T23:03:50.263Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31862026-05-26T23:03:50.626Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31872026-05-26T23:03:50.629Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31882026-05-26T23:03:50.966Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31892026-05-26T23:03:56.919Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31902026-05-26T23:03:57.448Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31912026-05-26T23:03:59.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.83s
31922026-05-26T23:04:01.089Z
31932026-05-26T23:04:01.091Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31942026-05-26T23:04:01.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-05-26T23:04:01.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-05-26T23:04:01.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-05-26T23:04:01.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31982026-05-26T23:04:01.091Z
31992026-05-26T23:04:01.091Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32002026-05-26T23:04:01.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-05-26T23:04:01.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-05-26T23:04:01.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-05-26T23:04:01.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32042026-05-26T23:04:01.257Z
32052026-05-26T23:04:01.258Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32062026-05-26T23:04:01.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-26T23:04:01.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-26T23:04:01.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-26T23:04:01.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32102026-05-26T23:04:01.936Z
32112026-05-26T23:04:01.937Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32122026-05-26T23:04:02.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-26T23:04:02.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-26T23:04:02.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-26T23:04:02.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32162026-05-26T23:04:02.587Z
32172026-05-26T23:04:02.587Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32182026-05-26T23:04:03.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-26T23:04:03.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-26T23:04:03.351Z Compiling regress v0.11.1
32212026-05-26T23:04:03.494Z Compiling unsafe-libyaml v0.2.11
32222026-05-26T23:04:03.509Z Compiling semver v0.1.20
32232026-05-26T23:04:03.509Z Compiling radium v0.7.0
32242026-05-26T23:04:03.536Z Compiling maybe-uninit v2.0.0
32252026-05-26T23:04:03.539Z Checking tap v1.0.1
32262026-05-26T23:04:03.562Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-05-26T23:04:03.649Z Checking wyz v0.5.1
32282026-05-26T23:04:03.784Z Compiling rustc_version v0.1.7
32292026-05-26T23:04:03.826Z Checking progenitor-client v0.13.0
32302026-05-26T23:04:03.843Z Compiling zerocopy-derive v0.6.6
32312026-05-26T23:04:03.978Z Compiling packed_struct v0.10.1
32322026-05-26T23:04:04.007Z Compiling serde_yaml v0.9.34+deprecated
32332026-05-26T23:04:04.061Z Compiling newtype_derive v0.1.6
32342026-05-26T23:04:04.224Z Compiling owo-colors v4.3.0
32352026-05-26T23:04:04.246Z Compiling cancel-safe-futures v0.1.5
32362026-05-26T23:04:04.267Z Checking crc-catalog v2.4.0
32372026-05-26T23:04:04.364Z Checking funty v2.0.0
32382026-05-26T23:04:04.477Z Checking crc v3.4.0
32392026-05-26T23:04:04.686Z Checking zerocopy v0.6.6
32402026-05-26T23:04:04.699Z Checking bitvec v1.0.1
32412026-05-26T23:04:04.715Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32422026-05-26T23:04:04.742Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-05-26T23:04:04.922Z Checking typify-impl v0.6.2
32442026-05-26T23:04:04.979Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32452026-05-26T23:04:05.081Z Compiling packed_struct_codegen v0.10.1
32462026-05-26T23:04:05.231Z Checking libsw-core v0.3.2
32472026-05-26T23:04:05.247Z Compiling bitfield-macros v0.19.4
32482026-05-26T23:04:05.378Z Compiling indexmap v1.9.3
32492026-05-26T23:04:05.481Z Checking nodrop v0.1.14
32502026-05-26T23:04:05.573Z Checking array-init v0.0.4
32512026-05-26T23:04:05.605Z Checking libsw v3.5.0
32522026-05-26T23:04:05.760Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-05-26T23:04:05.887Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-05-26T23:04:05.945Z Checking bitfield v0.19.4
32552026-05-26T23:04:05.992Z Checking smallvec v0.6.14
32562026-05-26T23:04:06.063Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-05-26T23:04:06.195Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32582026-05-26T23:04:06.216Z Checking base64 v0.21.7
32592026-05-26T23:04:06.320Z Checking hashbrown v0.12.3
32602026-05-26T23:04:06.417Z Checking smawk v0.3.2
32612026-05-26T23:04:06.456Z Checking tagptr v0.2.0
32622026-05-26T23:04:06.481Z Checking linear-map v1.2.0
32632026-05-26T23:04:06.549Z Checking unicode-linebreak v0.1.5
32642026-05-26T23:04:06.596Z Checking moka v0.12.13
32652026-05-26T23:04:06.653Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-05-26T23:04:06.676Z Checking ron v0.8.1
32672026-05-26T23:04:06.706Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32682026-05-26T23:04:06.760Z Checking textwrap v0.16.2
32692026-05-26T23:04:06.820Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32702026-05-26T23:04:06.972Z Checking serde-hex v0.1.0
32712026-05-26T23:04:07.047Z Checking steno v0.4.1
32722026-05-26T23:04:07.189Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-05-26T23:04:07.211Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32742026-05-26T23:04:07.226Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32752026-05-26T23:04:07.352Z Checking hashbrown v0.13.2
32762026-05-26T23:04:07.615Z Checking crc-any v2.5.0
32772026-05-26T23:04:07.773Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32782026-05-26T23:04:07.792Z Checking object v0.30.4
32792026-05-26T23:04:07.805Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-05-26T23:04:07.981Z Checking hickory-resolver v0.25.2
32812026-05-26T23:04:07.996Z Checking hickory-proto v0.26.1
32822026-05-26T23:04:08.010Z Checking void v1.0.2
32832026-05-26T23:04:08.045Z Checking utf-8 v0.7.6
32842026-05-26T23:04:08.121Z Checking half v1.8.3
32852026-05-26T23:04:08.183Z Checking path-slash v0.1.5
32862026-05-26T23:04:08.294Z Checking tungstenite v0.23.0
32872026-05-26T23:04:08.319Z Checking serde_cbor v0.11.2
32882026-05-26T23:04:08.455Z Checking lzss v0.8.2
32892026-05-26T23:04:08.720Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32902026-05-26T23:04:08.723Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32912026-05-26T23:04:08.723Z Checking nix v0.27.1
32922026-05-26T23:04:08.786Z Checking kstat-rs v0.2.4
32932026-05-26T23:04:08.880Z Checking fxhash v0.2.1
32942026-05-26T23:04:08.975Z Checking serde_bytes v0.11.19
32952026-05-26T23:04:08.991Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-05-26T23:04:09.005Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32972026-05-26T23:04:09.160Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-05-26T23:04:09.245Z Checking tokio-tungstenite v0.23.1
32992026-05-26T23:04:09.317Z Checking signal-hook-tokio v0.3.1
33002026-05-26T23:04:09.375Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33012026-05-26T23:04:09.538Z Compiling typify-macro v0.6.2
33022026-05-26T23:04:10.230Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33032026-05-26T23:04:10.667Z Compiling typify v0.6.2
33042026-05-26T23:04:10.747Z Compiling progenitor-impl v0.13.0
33052026-05-26T23:04:10.747Z Compiling progenitor-impl v0.14.0
33062026-05-26T23:04:11.116Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33072026-05-26T23:04:11.438Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33082026-05-26T23:04:12.331Z Compiling progenitor-macro v0.13.0
33092026-05-26T23:04:12.373Z Compiling progenitor-macro v0.14.0
33102026-05-26T23:04:14.747Z Checking progenitor v0.13.0
33112026-05-26T23:04:14.873Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33122026-05-26T23:04:15.052Z Checking progenitor v0.14.0
33132026-05-26T23:04:15.168Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-05-26T23:04:17.851Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33152026-05-26T23:04:25.529Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-05-26T23:04:31.907Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-05-26T23:04:33.270Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33182026-05-26T23:04:33.780Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-05-26T23:04:35.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.28s
33202026-05-26T23:04:36.075Z
33212026-05-26T23:04:36.075Zinfo: running `cargo check --bins` on gateway-api (134/295)
33222026-05-26T23:04:36.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-05-26T23:04:36.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-05-26T23:04:36.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-05-26T23:04:36.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33262026-05-26T23:04:36.677Z
33272026-05-26T23:04:36.677Zinfo: running `cargo check --bins` on ipcc (135/295)
33282026-05-26T23:04:37.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-05-26T23:04:37.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-05-26T23:04:37.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-05-26T23:04:37.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33322026-05-26T23:04:37.280Z
33332026-05-26T23:04:37.280Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33342026-05-26T23:04:37.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-26T23:04:37.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-26T23:04:37.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-26T23:04:37.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33382026-05-26T23:04:37.863Z
33392026-05-26T23:04:37.863Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33402026-05-26T23:04:38.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-26T23:04:38.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-26T23:04:38.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-26T23:04:38.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33442026-05-26T23:04:38.479Z
33452026-05-26T23:04:38.479Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33462026-05-26T23:04:38.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-26T23:04:38.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-26T23:04:38.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-26T23:04:38.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-05-26T23:04:39.082Z
33512026-05-26T23:04:39.082Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33522026-05-26T23:04:39.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-26T23:04:39.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-26T23:04:39.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-26T23:04:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33562026-05-26T23:04:39.686Z
33572026-05-26T23:04:39.686Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33582026-05-26T23:04:40.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-26T23:04:40.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-26T23:04:40.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-26T23:04:40.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-05-26T23:04:40.288Z
33632026-05-26T23:04:40.288Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33642026-05-26T23:04:40.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-26T23:04:40.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-26T23:04:40.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-26T23:04:40.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33682026-05-26T23:04:40.907Z
33692026-05-26T23:04:40.907Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33702026-05-26T23:04:41.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-26T23:04:41.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-26T23:04:41.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-26T23:04:41.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-05-26T23:04:41.510Z
33752026-05-26T23:04:41.510Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33762026-05-26T23:04:42.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-26T23:04:42.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-26T23:04:42.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-26T23:04:42.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33802026-05-26T23:04:42.113Z
33812026-05-26T23:04:42.113Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33822026-05-26T23:04:42.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-26T23:04:42.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-26T23:04:42.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-26T23:04:42.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-05-26T23:04:42.719Z
33872026-05-26T23:04:42.719Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33882026-05-26T23:04:43.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-26T23:04:43.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-26T23:04:43.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-26T23:04:43.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-05-26T23:04:43.324Z
33932026-05-26T23:04:43.324Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33942026-05-26T23:04:43.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-26T23:04:43.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-26T23:04:43.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-26T23:04:43.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-05-26T23:04:43.923Z
33992026-05-26T23:04:43.924Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34002026-05-26T23:04:44.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-26T23:04:44.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-26T23:04:44.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-26T23:04:44.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34042026-05-26T23:04:44.522Z
34052026-05-26T23:04:44.522Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34062026-05-26T23:04:45.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-26T23:04:45.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-26T23:04:45.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-26T23:04:45.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34102026-05-26T23:04:45.145Z
34112026-05-26T23:04:45.146Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34122026-05-26T23:04:45.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-26T23:04:45.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-26T23:04:45.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-26T23:04:45.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34162026-05-26T23:04:45.762Z
34172026-05-26T23:04:45.762Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34182026-05-26T23:04:46.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-26T23:04:46.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-26T23:04:46.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-26T23:04:46.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34222026-05-26T23:04:46.372Z
34232026-05-26T23:04:46.372Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34242026-05-26T23:04:46.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-26T23:04:46.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-26T23:04:46.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-26T23:04:46.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34282026-05-26T23:04:46.992Z
34292026-05-26T23:04:46.992Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34302026-05-26T23:04:47.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-26T23:04:47.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-26T23:04:47.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-26T23:04:47.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34342026-05-26T23:04:47.610Z
34352026-05-26T23:04:47.610Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34362026-05-26T23:04:48.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-26T23:04:48.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-26T23:04:48.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-26T23:04:48.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34402026-05-26T23:04:48.227Z
34412026-05-26T23:04:48.227Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34422026-05-26T23:04:48.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-26T23:04:48.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-26T23:04:48.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-26T23:04:48.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34462026-05-26T23:04:48.847Z
34472026-05-26T23:04:48.847Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34482026-05-26T23:04:49.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-26T23:04:49.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-26T23:04:49.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-26T23:04:49.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34522026-05-26T23:04:49.467Z
34532026-05-26T23:04:49.467Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34542026-05-26T23:04:49.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-26T23:04:49.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-26T23:04:49.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-26T23:04:49.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34582026-05-26T23:04:50.090Z
34592026-05-26T23:04:50.090Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34602026-05-26T23:04:50.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-26T23:04:50.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-26T23:04:50.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-26T23:04:50.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34642026-05-26T23:04:50.716Z
34652026-05-26T23:04:50.716Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34662026-05-26T23:04:51.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-26T23:04:51.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-26T23:04:51.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-26T23:04:51.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34702026-05-26T23:04:51.315Z
34712026-05-26T23:04:51.315Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34722026-05-26T23:04:51.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-26T23:04:51.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-26T23:04:51.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-26T23:04:51.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34762026-05-26T23:04:51.915Z
34772026-05-26T23:04:51.915Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34782026-05-26T23:04:52.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-26T23:04:52.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-26T23:04:52.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-26T23:04:52.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-05-26T23:04:52.524Z
34832026-05-26T23:04:52.524Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34842026-05-26T23:04:53.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-26T23:04:53.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-26T23:04:53.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-26T23:04:53.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-05-26T23:04:53.128Z
34892026-05-26T23:04:53.128Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34902026-05-26T23:04:53.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-26T23:04:53.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-26T23:04:53.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-26T23:04:53.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34942026-05-26T23:04:53.734Z
34952026-05-26T23:04:53.735Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34962026-05-26T23:04:54.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-26T23:04:54.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-26T23:04:54.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-26T23:04:54.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35002026-05-26T23:04:54.339Z
35012026-05-26T23:04:54.339Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35022026-05-26T23:04:54.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-26T23:04:54.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-26T23:04:54.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-26T23:04:54.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-26T23:04:54.945Z
35072026-05-26T23:04:54.945Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35082026-05-26T23:04:55.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-26T23:04:55.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-26T23:04:55.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-26T23:04:55.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-05-26T23:04:55.545Z
35132026-05-26T23:04:55.545Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35142026-05-26T23:04:56.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-26T23:04:56.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-26T23:04:56.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-26T23:04:56.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35182026-05-26T23:04:56.166Z
35192026-05-26T23:04:56.166Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35202026-05-26T23:04:56.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-26T23:04:56.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-26T23:04:56.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-26T23:04:56.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35242026-05-26T23:04:56.785Z
35252026-05-26T23:04:56.785Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35262026-05-26T23:04:57.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-26T23:04:57.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-26T23:04:57.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-26T23:04:57.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35302026-05-26T23:04:57.398Z
35312026-05-26T23:04:57.398Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35322026-05-26T23:04:57.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-26T23:04:57.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-26T23:04:57.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-26T23:04:57.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35362026-05-26T23:04:58.016Z
35372026-05-26T23:04:58.016Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35382026-05-26T23:04:58.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-26T23:04:58.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-26T23:04:58.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-26T23:04:58.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35422026-05-26T23:04:58.634Z
35432026-05-26T23:04:58.634Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35442026-05-26T23:04:59.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-26T23:04:59.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-26T23:04:59.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-26T23:04:59.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35482026-05-26T23:04:59.253Z
35492026-05-26T23:04:59.253Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35502026-05-26T23:04:59.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-26T23:04:59.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-26T23:04:59.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-26T23:04:59.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35542026-05-26T23:04:59.871Z
35552026-05-26T23:04:59.871Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35562026-05-26T23:05:00.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-26T23:05:00.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-26T23:05:00.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-26T23:05:00.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35602026-05-26T23:05:00.513Z
35612026-05-26T23:05:00.513Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35622026-05-26T23:05:01.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-26T23:05:01.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-26T23:05:01.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-26T23:05:01.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35662026-05-26T23:05:01.123Z
35672026-05-26T23:05:01.123Zinfo: running `cargo check --bins` on dns-server (175/295)
35682026-05-26T23:05:01.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-26T23:05:01.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-26T23:05:01.778Z Compiling parking_lot_core v0.8.6
35712026-05-26T23:05:01.778Z Compiling atomicwrites v0.4.4
35722026-05-26T23:05:01.781Z Compiling git-stub v1.0.0
35732026-05-26T23:05:01.781Z Checking prefix-trie v0.7.0
35742026-05-26T23:05:01.781Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35752026-05-26T23:05:02.013Z Compiling git-stub-vcs v0.1.0
35762026-05-26T23:05:02.187Z Checking hickory-server v0.25.2
35772026-05-26T23:05:02.284Z Checking parking_lot v0.11.2
35782026-05-26T23:05:02.287Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35792026-05-26T23:05:02.380Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35802026-05-26T23:05:02.380Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35812026-05-26T23:05:02.452Z Checking sled v0.34.7
35822026-05-26T23:05:03.714Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
35832026-05-26T23:05:03.715Z --> dns-server/src/dns_server.rs:487:12
35842026-05-26T23:05:03.715Z |
35852026-05-26T23:05:03.715Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35862026-05-26T23:05:03.715Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35872026-05-26T23:05:03.715Z |
35882026-05-26T23:05:03.715Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35892026-05-26T23:05:03.715Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35902026-05-26T23:05:03.715Z |
35912026-05-26T23:05:03.715Z 77 | pub struct Record<R: RecordData = RData> {
35922026-05-26T23:05:03.715Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35932026-05-26T23:05:03.716Z |
35942026-05-26T23:05:03.716Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35952026-05-26T23:05:03.716Z |
35962026-05-26T23:05:03.716Z 78 | pub struct Record<R: RecordData = RData> {
35972026-05-26T23:05:03.716Z | ---------------------------------------- this is the found type
35982026-05-26T23:05:03.716Z = help: you can use `cargo tree` to explore your dependency tree
35992026-05-26T23:05:03.716Znote: required by a bound in `MessageResponse`
36002026-05-26T23:05:03.716Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
36012026-05-26T23:05:03.716Z |
36022026-05-26T23:05:03.716Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
36032026-05-26T23:05:03.716Z | --------------- required by a bound in this struct
36042026-05-26T23:05:03.718Z 22 | where
36052026-05-26T23:05:03.718Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
36062026-05-26T23:05:03.718Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
36072026-05-26T23:05:03.718Z
36082026-05-26T23:05:03.718Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
36092026-05-26T23:05:03.718Z --> dns-server/src/dns_server.rs:487:12
36102026-05-26T23:05:03.718Z |
36112026-05-26T23:05:03.718Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
36122026-05-26T23:05:03.718Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36132026-05-26T23:05:03.718Z |
36142026-05-26T23:05:03.718Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36152026-05-26T23:05:03.718Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36162026-05-26T23:05:03.718Z |
36172026-05-26T23:05:03.718Z 77 | pub struct Record<R: RecordData = RData> {
36182026-05-26T23:05:03.718Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36192026-05-26T23:05:03.718Z |
36202026-05-26T23:05:03.718Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36212026-05-26T23:05:03.718Z |
36222026-05-26T23:05:03.718Z 78 | pub struct Record<R: RecordData = RData> {
36232026-05-26T23:05:03.718Z | ---------------------------------------- this is the found type
36242026-05-26T23:05:03.718Z = help: you can use `cargo tree` to explore your dependency tree
36252026-05-26T23:05:03.719Znote: required by a bound in `MessageResponse`
36262026-05-26T23:05:03.719Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
36272026-05-26T23:05:03.719Z |
36282026-05-26T23:05:03.719Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
36292026-05-26T23:05:03.719Z | --------------- required by a bound in this struct
36302026-05-26T23:05:03.719Z...
36312026-05-26T23:05:03.719Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36322026-05-26T23:05:03.720Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
36332026-05-26T23:05:03.720Z
36342026-05-26T23:05:03.720Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
36352026-05-26T23:05:03.720Z --> dns-server/src/dns_server.rs:487:12
36362026-05-26T23:05:03.720Z |
36372026-05-26T23:05:03.720Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
36382026-05-26T23:05:03.720Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36392026-05-26T23:05:03.720Z |
36402026-05-26T23:05:03.720Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36412026-05-26T23:05:03.720Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36422026-05-26T23:05:03.720Z |
36432026-05-26T23:05:03.720Z 77 | pub struct Record<R: RecordData = RData> {
36442026-05-26T23:05:03.720Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36452026-05-26T23:05:03.720Z |
36462026-05-26T23:05:03.722Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36472026-05-26T23:05:03.722Z |
36482026-05-26T23:05:03.722Z 78 | pub struct Record<R: RecordData = RData> {
36492026-05-26T23:05:03.722Z | ---------------------------------------- this is the found type
36502026-05-26T23:05:03.722Z = help: you can use `cargo tree` to explore your dependency tree
36512026-05-26T23:05:03.722Znote: required by a bound in `MessageResponse`
36522026-05-26T23:05:03.722Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
36532026-05-26T23:05:03.722Z |
36542026-05-26T23:05:03.722Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
36552026-05-26T23:05:03.722Z | --------------- required by a bound in this struct
36562026-05-26T23:05:03.722Z...
36572026-05-26T23:05:03.722Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36582026-05-26T23:05:03.722Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
36592026-05-26T23:05:03.722Z
36602026-05-26T23:05:03.722Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
36612026-05-26T23:05:03.722Z --> dns-server/src/dns_server.rs:487:12
36622026-05-26T23:05:03.723Z |
36632026-05-26T23:05:03.723Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
36642026-05-26T23:05:03.723Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36652026-05-26T23:05:03.723Z |
36662026-05-26T23:05:03.723Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36672026-05-26T23:05:03.723Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36682026-05-26T23:05:03.723Z |
36692026-05-26T23:05:03.723Z 77 | pub struct Record<R: RecordData = RData> {
36702026-05-26T23:05:03.724Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36712026-05-26T23:05:03.724Z |
36722026-05-26T23:05:03.724Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36732026-05-26T23:05:03.724Z |
36742026-05-26T23:05:03.724Z 78 | pub struct Record<R: RecordData = RData> {
36752026-05-26T23:05:03.724Z | ---------------------------------------- this is the found type
36762026-05-26T23:05:03.724Z = help: you can use `cargo tree` to explore your dependency tree
36772026-05-26T23:05:03.724Znote: required by a bound in `MessageResponse`
36782026-05-26T23:05:03.724Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
36792026-05-26T23:05:03.724Z |
36802026-05-26T23:05:03.724Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
36812026-05-26T23:05:03.724Z | --------------- required by a bound in this struct
36822026-05-26T23:05:03.727Z...
36832026-05-26T23:05:03.727Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36842026-05-26T23:05:03.727Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
36852026-05-26T23:05:03.727Z
36862026-05-26T23:05:03.850Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
36872026-05-26T23:05:03.850Z --> dns-server/src/dns_server.rs:161:36
36882026-05-26T23:05:03.850Z |
36892026-05-26T23:05:03.850Z161 | let mr = match MessageRequest::read(&mut dec) {
36902026-05-26T23:05:03.850Z | ^^^^ function or associated item not found in `MessageRequest`
36912026-05-26T23:05:03.851Z |
36922026-05-26T23:05:03.851Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36932026-05-26T23:05:03.851Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
36942026-05-26T23:05:03.851Z |
36952026-05-26T23:05:03.851Z 44 | pub trait BinDecodable<'r>: Sized {
36962026-05-26T23:05:03.851Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
36972026-05-26T23:05:03.851Z |
36982026-05-26T23:05:03.851Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
36992026-05-26T23:05:03.851Z |
37002026-05-26T23:05:03.851Z 45 | pub trait BinDecodable<'r>: Sized {
37012026-05-26T23:05:03.851Z | --------------------------------- this is the trait that was imported
37022026-05-26T23:05:03.851Z = help: you can use `cargo tree` to explore your dependency tree
37032026-05-26T23:05:03.851Z
37042026-05-26T23:05:03.861Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
37052026-05-26T23:05:03.861Z --> dns-server/src/dns_server.rs:173:34
37062026-05-26T23:05:03.861Z |
37072026-05-26T23:05:03.861Z173 | let header = Header::response_from_request(mr.header());
37082026-05-26T23:05:03.862Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
37092026-05-26T23:05:03.863Z |
37102026-05-26T23:05:03.863Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
37112026-05-26T23:05:03.863Z --> dns-server/src/dns_server.rs:173:26
37122026-05-26T23:05:03.863Z |
37132026-05-26T23:05:03.863Z173 | let header = Header::response_from_request(mr.header());
37142026-05-26T23:05:03.863Z | ^^^^^^
37152026-05-26T23:05:03.863Z
37162026-05-26T23:05:03.879Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
37172026-05-26T23:05:03.879Z --> dns-server/src/dns_server.rs:273:30
37182026-05-26T23:05:03.879Z |
37192026-05-26T23:05:03.879Z273 | let mut header = Header::response_from_request(mr.header());
37202026-05-26T23:05:03.879Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
37212026-05-26T23:05:03.879Z |
37222026-05-26T23:05:03.879Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
37232026-05-26T23:05:03.879Z --> dns-server/src/dns_server.rs:273:22
37242026-05-26T23:05:03.879Z |
37252026-05-26T23:05:03.879Z273 | let mut header = Header::response_from_request(mr.header());
37262026-05-26T23:05:03.879Z | ^^^^^^
37272026-05-26T23:05:03.880Z
37282026-05-26T23:05:03.893Zerror[E0308]: mismatched types
37292026-05-26T23:05:03.893Z --> dns-server/src/dns_server.rs:299:30
37302026-05-26T23:05:03.893Z |
37312026-05-26T23:05:03.893Z299 | let answer = store.query(query)?;
37322026-05-26T23:05:03.894Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
37332026-05-26T23:05:03.894Z | |
37342026-05-26T23:05:03.894Z | arguments to this method are incorrect
37352026-05-26T23:05:03.894Z |
37362026-05-26T23:05:03.894Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37372026-05-26T23:05:03.894Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
37382026-05-26T23:05:03.894Z |
37392026-05-26T23:05:03.894Z 22 | pub struct LowerQuery {
37402026-05-26T23:05:03.894Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37412026-05-26T23:05:03.894Z |
37422026-05-26T23:05:03.894Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
37432026-05-26T23:05:03.894Z |
37442026-05-26T23:05:03.894Z 18 | pub struct LowerQuery {
37452026-05-26T23:05:03.894Z | --------------------- this is the found type
37462026-05-26T23:05:03.894Z = help: you can use `cargo tree` to explore your dependency tree
37472026-05-26T23:05:03.894Znote: method defined here
37482026-05-26T23:05:03.894Z --> dns-server/src/storage.rs:762:19
37492026-05-26T23:05:03.894Z |
37502026-05-26T23:05:03.894Z762 | pub(crate) fn query(
37512026-05-26T23:05:03.894Z | ^^^^^
37522026-05-26T23:05:03.894Z763 | &self,
37532026-05-26T23:05:03.894Z764 | query: &LowerQuery,
37542026-05-26T23:05:03.894Z | ------------------
37552026-05-26T23:05:03.894Z
37562026-05-26T23:05:03.898Zerror[E0308]: mismatched types
37572026-05-26T23:05:03.898Z --> dns-server/src/dns_server.rs:311:55
37582026-05-26T23:05:03.898Z |
37592026-05-26T23:05:03.898Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
37602026-05-26T23:05:03.898Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
37612026-05-26T23:05:03.898Z | |
37622026-05-26T23:05:03.898Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
37632026-05-26T23:05:03.898Z |
37642026-05-26T23:05:03.898Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37652026-05-26T23:05:03.898Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
37662026-05-26T23:05:03.898Z |
37672026-05-26T23:05:03.898Z 33 | pub enum RecordType {
37682026-05-26T23:05:03.898Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
37692026-05-26T23:05:03.898Z |
37702026-05-26T23:05:03.898Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
37712026-05-26T23:05:03.898Z |
37722026-05-26T23:05:03.898Z 33 | pub enum RecordType {
37732026-05-26T23:05:03.898Z | ------------------- this is the found type
37742026-05-26T23:05:03.898Z = help: you can use `cargo tree` to explore your dependency tree
37752026-05-26T23:05:03.898Z
37762026-05-26T23:05:03.910Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
37772026-05-26T23:05:03.910Z --> dns-server/src/dns_server.rs:327:60
37782026-05-26T23:05:03.910Z |
37792026-05-26T23:05:03.910Z327 | .filter(|record| match (query.query_type(), record.data()) {
37802026-05-26T23:05:03.910Z | ^^^^-- help: remove the arguments
37812026-05-26T23:05:03.911Z | |
37822026-05-26T23:05:03.911Z | field, not a method
37832026-05-26T23:05:03.911Z
37842026-05-26T23:05:03.924Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
37852026-05-26T23:05:03.924Z --> dns-server/src/dns_server.rs:348:51
37862026-05-26T23:05:03.924Z |
37872026-05-26T23:05:03.924Z348 | let additionals_target = match record.data() {
37882026-05-26T23:05:03.924Z | ^^^^-- help: remove the arguments
37892026-05-26T23:05:03.924Z | |
37902026-05-26T23:05:03.924Z | field, not a method
37912026-05-26T23:05:03.924Z
37922026-05-26T23:05:03.937Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
37932026-05-26T23:05:03.937Z --> dns-server/src/dns_server.rs:349:45
37942026-05-26T23:05:03.937Z |
37952026-05-26T23:05:03.937Z349 | RData::SRV(srv) => Some(srv.target()),
37962026-05-26T23:05:03.937Z | ^^^^^^-- help: remove the arguments
37972026-05-26T23:05:03.938Z | |
37982026-05-26T23:05:03.938Z | field, not a method
37992026-05-26T23:05:03.938Z
38002026-05-26T23:05:03.942Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
38012026-05-26T23:05:03.942Z --> dns-server/src/dns_server.rs:416:9
38022026-05-26T23:05:03.942Z |
38032026-05-26T23:05:03.942Z414 | let mresp = rb.build(
38042026-05-26T23:05:03.942Z | ----- required by a bound introduced by this call
38052026-05-26T23:05:03.942Z415 | header,
38062026-05-26T23:05:03.942Z416 | response_records.iter().collect::<Vec<&Record>>(),
38072026-05-26T23:05:03.942Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38082026-05-26T23:05:03.942Z |
38092026-05-26T23:05:03.942Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38102026-05-26T23:05:03.942Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38112026-05-26T23:05:03.942Z |
38122026-05-26T23:05:03.942Z 77 | pub struct Record<R: RecordData = RData> {
38132026-05-26T23:05:03.942Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38142026-05-26T23:05:03.942Z |
38152026-05-26T23:05:03.942Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38162026-05-26T23:05:03.942Z |
38172026-05-26T23:05:03.942Z 78 | pub struct Record<R: RecordData = RData> {
38182026-05-26T23:05:03.942Z | ---------------------------------------- this is the found type
38192026-05-26T23:05:03.942Z = help: you can use `cargo tree` to explore your dependency tree
38202026-05-26T23:05:03.942Znote: the method call chain might not have had the expected associated types
38212026-05-26T23:05:03.942Z --> dns-server/src/dns_server.rs:416:26
38222026-05-26T23:05:03.942Z |
38232026-05-26T23:05:03.942Z411 | response_records: &[Record],
38242026-05-26T23:05:03.943Z | ---------------- this expression has type `&[Record]`
38252026-05-26T23:05:03.943Z...
38262026-05-26T23:05:03.943Z416 | response_records.iter().collect::<Vec<&Record>>(),
38272026-05-26T23:05:03.943Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
38282026-05-26T23:05:03.943Z | |
38292026-05-26T23:05:03.943Z | `IntoIterator::Item` is `&Record` here
38302026-05-26T23:05:03.943Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
38312026-05-26T23:05:03.943Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
38322026-05-26T23:05:03.943Z |
38332026-05-26T23:05:03.943Z129 | pub fn build<'a, A, N, S, D>(
38342026-05-26T23:05:03.943Z | ----- required by a bound in this associated function
38352026-05-26T23:05:03.943Z...
38362026-05-26T23:05:03.943Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
38372026-05-26T23:05:03.943Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
38382026-05-26T23:05:03.943Z
38392026-05-26T23:05:03.943Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38402026-05-26T23:05:03.943Z --> dns-server/src/dns_server.rs:414:20
38412026-05-26T23:05:03.943Z |
38422026-05-26T23:05:03.943Z414 | let mresp = rb.build(
38432026-05-26T23:05:03.943Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38442026-05-26T23:05:03.943Z |
38452026-05-26T23:05:03.943Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38462026-05-26T23:05:03.943Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38472026-05-26T23:05:03.943Z |
38482026-05-26T23:05:03.943Z 77 | pub struct Record<R: RecordData = RData> {
38492026-05-26T23:05:03.943Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38502026-05-26T23:05:03.943Z |
38512026-05-26T23:05:03.943Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38522026-05-26T23:05:03.943Z |
38532026-05-26T23:05:03.943Z 78 | pub struct Record<R: RecordData = RData> {
38542026-05-26T23:05:03.943Z | ---------------------------------------- this is the found type
38552026-05-26T23:05:03.943Z = help: you can use `cargo tree` to explore your dependency tree
38562026-05-26T23:05:03.943Znote: required by a bound in `MessageResponse`
38572026-05-26T23:05:03.943Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
38582026-05-26T23:05:03.943Z |
38592026-05-26T23:05:03.943Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38602026-05-26T23:05:03.943Z | --------------- required by a bound in this struct
38612026-05-26T23:05:03.944Z 22 | where
38622026-05-26T23:05:03.944Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38632026-05-26T23:05:03.944Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38642026-05-26T23:05:03.944Z
38652026-05-26T23:05:03.948Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
38662026-05-26T23:05:03.948Z --> dns-server/src/dns_server.rs:419:9
38672026-05-26T23:05:03.948Z |
38682026-05-26T23:05:03.948Z414 | let mresp = rb.build(
38692026-05-26T23:05:03.948Z | ----- required by a bound introduced by this call
38702026-05-26T23:05:03.948Z...
38712026-05-26T23:05:03.948Z419 | additional_records,
38722026-05-26T23:05:03.948Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38732026-05-26T23:05:03.948Z |
38742026-05-26T23:05:03.948Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38752026-05-26T23:05:03.948Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38762026-05-26T23:05:03.948Z |
38772026-05-26T23:05:03.948Z 77 | pub struct Record<R: RecordData = RData> {
38782026-05-26T23:05:03.949Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38792026-05-26T23:05:03.949Z |
38802026-05-26T23:05:03.949Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38812026-05-26T23:05:03.949Z |
38822026-05-26T23:05:03.949Z 78 | pub struct Record<R: RecordData = RData> {
38832026-05-26T23:05:03.949Z | ---------------------------------------- this is the found type
38842026-05-26T23:05:03.949Z = help: you can use `cargo tree` to explore your dependency tree
38852026-05-26T23:05:03.949Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
38862026-05-26T23:05:03.949Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
38872026-05-26T23:05:03.949Z |
38882026-05-26T23:05:03.949Z129 | pub fn build<'a, A, N, S, D>(
38892026-05-26T23:05:03.949Z | ----- required by a bound in this associated function
38902026-05-26T23:05:03.949Z...
38912026-05-26T23:05:03.949Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
38922026-05-26T23:05:03.949Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
38932026-05-26T23:05:03.950Z
38942026-05-26T23:05:03.950Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38952026-05-26T23:05:03.950Z --> dns-server/src/dns_server.rs:414:20
38962026-05-26T23:05:03.950Z |
38972026-05-26T23:05:03.950Z414 | let mresp = rb.build(
38982026-05-26T23:05:03.950Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38992026-05-26T23:05:03.950Z |
39002026-05-26T23:05:03.950Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39012026-05-26T23:05:03.950Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39022026-05-26T23:05:03.950Z |
39032026-05-26T23:05:03.950Z 77 | pub struct Record<R: RecordData = RData> {
39042026-05-26T23:05:03.951Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39052026-05-26T23:05:03.951Z |
39062026-05-26T23:05:03.951Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39072026-05-26T23:05:03.951Z |
39082026-05-26T23:05:03.951Z 78 | pub struct Record<R: RecordData = RData> {
39092026-05-26T23:05:03.951Z | ---------------------------------------- this is the found type
39102026-05-26T23:05:03.951Z = help: you can use `cargo tree` to explore your dependency tree
39112026-05-26T23:05:03.951Znote: required by a bound in `MessageResponse`
39122026-05-26T23:05:03.951Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
39132026-05-26T23:05:03.952Z |
39142026-05-26T23:05:03.953Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
39152026-05-26T23:05:03.953Z | --------------- required by a bound in this struct
39162026-05-26T23:05:03.953Z...
39172026-05-26T23:05:03.953Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39182026-05-26T23:05:03.953Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
39192026-05-26T23:05:03.953Z
39202026-05-26T23:05:03.953Zerror[E0308]: mismatched types
39212026-05-26T23:05:03.953Z --> dns-server/src/dns_server.rs:415:9
39222026-05-26T23:05:03.953Z |
39232026-05-26T23:05:03.953Z414 | let mresp = rb.build(
39242026-05-26T23:05:03.953Z | ----- arguments to this method are incorrect
39252026-05-26T23:05:03.953Z415 | header,
39262026-05-26T23:05:03.954Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
39272026-05-26T23:05:03.954Z |
39282026-05-26T23:05:03.954Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39292026-05-26T23:05:03.954Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
39302026-05-26T23:05:03.954Z |
39312026-05-26T23:05:03.954Z 57 | pub struct Header {
39322026-05-26T23:05:03.954Z | ^^^^^^^^^^^^^^^^^ this is the expected type
39332026-05-26T23:05:03.954Z |
39342026-05-26T23:05:03.954Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
39352026-05-26T23:05:03.954Z |
39362026-05-26T23:05:03.954Z 57 | pub struct Header {
39372026-05-26T23:05:03.954Z | ----------------- this is the found type
39382026-05-26T23:05:03.954Z = help: you can use `cargo tree` to explore your dependency tree
39392026-05-26T23:05:03.954Znote: method defined here
39402026-05-26T23:05:03.954Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
39412026-05-26T23:05:03.954Z |
39422026-05-26T23:05:03.954Z129 | pub fn build<'a, A, N, S, D>(
39432026-05-26T23:05:03.954Z | ^^^^^
39442026-05-26T23:05:03.955Z
39452026-05-26T23:05:03.955Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39462026-05-26T23:05:03.955Z --> dns-server/src/dns_server.rs:422:31
39472026-05-26T23:05:03.955Z |
39482026-05-26T23:05:03.955Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39492026-05-26T23:05:03.956Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39502026-05-26T23:05:03.956Z | |
39512026-05-26T23:05:03.956Z | required by a bound introduced by this call
39522026-05-26T23:05:03.956Z |
39532026-05-26T23:05:03.956Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39542026-05-26T23:05:03.956Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39552026-05-26T23:05:03.956Z |
39562026-05-26T23:05:03.956Z 78 | pub struct Record<R: RecordData = RData> {
39572026-05-26T23:05:03.956Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39582026-05-26T23:05:03.956Z |
39592026-05-26T23:05:03.956Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39602026-05-26T23:05:03.956Z |
39612026-05-26T23:05:03.956Z 77 | pub struct Record<R: RecordData = RData> {
39622026-05-26T23:05:03.956Z | ---------------------------------------- this is the found type
39632026-05-26T23:05:03.956Z = help: you can use `cargo tree` to explore your dependency tree
39642026-05-26T23:05:03.956Znote: required by a bound in `encode_and_send`
39652026-05-26T23:05:03.961Z --> dns-server/src/dns_server.rs:492:27
39662026-05-26T23:05:03.961Z |
39672026-05-26T23:05:03.961Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39682026-05-26T23:05:03.961Z | --------------- required by a bound in this function
39692026-05-26T23:05:03.961Z...
39702026-05-26T23:05:03.961Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39712026-05-26T23:05:03.961Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39722026-05-26T23:05:03.961Z
39732026-05-26T23:05:03.961Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39742026-05-26T23:05:03.961Z --> dns-server/src/dns_server.rs:422:31
39752026-05-26T23:05:03.961Z |
39762026-05-26T23:05:03.961Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39772026-05-26T23:05:03.961Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
39782026-05-26T23:05:03.961Z |
39792026-05-26T23:05:03.961Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39802026-05-26T23:05:03.961Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39812026-05-26T23:05:03.961Z |
39822026-05-26T23:05:03.961Z 77 | pub struct Record<R: RecordData = RData> {
39832026-05-26T23:05:03.961Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39842026-05-26T23:05:03.961Z |
39852026-05-26T23:05:03.961Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39862026-05-26T23:05:03.961Z |
39872026-05-26T23:05:03.962Z 78 | pub struct Record<R: RecordData = RData> {
39882026-05-26T23:05:03.962Z | ---------------------------------------- this is the found type
39892026-05-26T23:05:03.962Z = help: you can use `cargo tree` to explore your dependency tree
39902026-05-26T23:05:03.962Znote: required by a bound in `MessageResponse`
39912026-05-26T23:05:03.962Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
39922026-05-26T23:05:03.962Z |
39932026-05-26T23:05:03.962Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
39942026-05-26T23:05:03.962Z | --------------- required by a bound in this struct
39952026-05-26T23:05:03.962Z 22 | where
39962026-05-26T23:05:03.962Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
39972026-05-26T23:05:03.963Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
39982026-05-26T23:05:03.963Z
39992026-05-26T23:05:03.963Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
40002026-05-26T23:05:03.963Z --> dns-server/src/dns_server.rs:422:31
40012026-05-26T23:05:03.963Z |
40022026-05-26T23:05:03.963Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
40032026-05-26T23:05:03.963Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
40042026-05-26T23:05:03.963Z |
40052026-05-26T23:05:03.963Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40062026-05-26T23:05:03.963Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40072026-05-26T23:05:03.963Z |
40082026-05-26T23:05:03.963Z 77 | pub struct Record<R: RecordData = RData> {
40092026-05-26T23:05:03.963Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40102026-05-26T23:05:03.963Z |
40112026-05-26T23:05:03.963Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40122026-05-26T23:05:03.963Z |
40132026-05-26T23:05:03.964Z 78 | pub struct Record<R: RecordData = RData> {
40142026-05-26T23:05:03.964Z | ---------------------------------------- this is the found type
40152026-05-26T23:05:03.964Z = help: you can use `cargo tree` to explore your dependency tree
40162026-05-26T23:05:03.964Znote: required by a bound in `MessageResponse`
40172026-05-26T23:05:03.964Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
40182026-05-26T23:05:03.964Z |
40192026-05-26T23:05:03.964Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
40202026-05-26T23:05:03.964Z | --------------- required by a bound in this struct
40212026-05-26T23:05:03.964Z...
40222026-05-26T23:05:03.964Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
40232026-05-26T23:05:03.964Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
40242026-05-26T23:05:03.964Z
40252026-05-26T23:05:03.964Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
40262026-05-26T23:05:03.964Z --> dns-server/src/dns_server.rs:422:5
40272026-05-26T23:05:03.964Z |
40282026-05-26T23:05:03.964Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
40292026-05-26T23:05:03.964Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40302026-05-26T23:05:03.964Z |
40312026-05-26T23:05:03.964Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40322026-05-26T23:05:03.964Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40332026-05-26T23:05:03.964Z |
40342026-05-26T23:05:03.965Z 78 | pub struct Record<R: RecordData = RData> {
40352026-05-26T23:05:03.965Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40362026-05-26T23:05:03.965Z |
40372026-05-26T23:05:03.965Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40382026-05-26T23:05:03.965Z |
40392026-05-26T23:05:03.965Z 77 | pub struct Record<R: RecordData = RData> {
40402026-05-26T23:05:03.965Z | ---------------------------------------- this is the found type
40412026-05-26T23:05:03.965Z = help: you can use `cargo tree` to explore your dependency tree
40422026-05-26T23:05:03.965Znote: required by a bound in `encode_and_send`
40432026-05-26T23:05:03.965Z --> dns-server/src/dns_server.rs:492:27
40442026-05-26T23:05:03.965Z |
40452026-05-26T23:05:03.965Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40462026-05-26T23:05:03.965Z | --------------- required by a bound in this function
40472026-05-26T23:05:03.965Z...
40482026-05-26T23:05:03.965Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
40492026-05-26T23:05:03.965Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40502026-05-26T23:05:03.965Z
40512026-05-26T23:05:03.965Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
40522026-05-26T23:05:03.965Z --> dns-server/src/dns_server.rs:422:49
40532026-05-26T23:05:03.965Z |
40542026-05-26T23:05:03.965Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
40552026-05-26T23:05:03.966Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40562026-05-26T23:05:03.966Z |
40572026-05-26T23:05:03.966Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40582026-05-26T23:05:03.966Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40592026-05-26T23:05:03.966Z |
40602026-05-26T23:05:03.966Z 78 | pub struct Record<R: RecordData = RData> {
40612026-05-26T23:05:03.966Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40622026-05-26T23:05:03.966Z |
40632026-05-26T23:05:03.966Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40642026-05-26T23:05:03.966Z |
40652026-05-26T23:05:03.971Z 77 | pub struct Record<R: RecordData = RData> {
40662026-05-26T23:05:03.971Z | ---------------------------------------- this is the found type
40672026-05-26T23:05:03.971Z = help: you can use `cargo tree` to explore your dependency tree
40682026-05-26T23:05:03.971Znote: required by a bound in `encode_and_send`
40692026-05-26T23:05:03.971Z --> dns-server/src/dns_server.rs:492:27
40702026-05-26T23:05:03.971Z |
40712026-05-26T23:05:03.971Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40722026-05-26T23:05:03.971Z | --------------- required by a bound in this function
40732026-05-26T23:05:03.971Z...
40742026-05-26T23:05:03.971Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
40752026-05-26T23:05:03.971Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40762026-05-26T23:05:03.971Z
40772026-05-26T23:05:03.971Zerror[E0308]: arguments to this method are incorrect
40782026-05-26T23:05:03.972Z --> dns-server/src/dns_server.rs:438:33
40792026-05-26T23:05:03.972Z |
40802026-05-26T23:05:03.972Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
40812026-05-26T23:05:03.972Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
40822026-05-26T23:05:03.972Z | |
40832026-05-26T23:05:03.972Z | expected `&Header`, found `&&Header`
40842026-05-26T23:05:03.972Z |
40852026-05-26T23:05:03.972Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
40862026-05-26T23:05:03.972Z found reference `&&hickory_proto::op::Header`
40872026-05-26T23:05:03.972Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40882026-05-26T23:05:03.972Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
40892026-05-26T23:05:03.972Z |
40902026-05-26T23:05:03.972Z 67 | pub enum ResponseCode {
40912026-05-26T23:05:03.973Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40922026-05-26T23:05:03.973Z |
40932026-05-26T23:05:03.973Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
40942026-05-26T23:05:03.973Z |
40952026-05-26T23:05:03.973Z 67 | pub enum ResponseCode {
40962026-05-26T23:05:03.973Z | --------------------- this is the found type
40972026-05-26T23:05:03.973Z = help: you can use `cargo tree` to explore your dependency tree
40982026-05-26T23:05:03.973Znote: method defined here
40992026-05-26T23:05:03.973Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
41002026-05-26T23:05:03.973Z |
41012026-05-26T23:05:03.973Z190 | pub fn error_msg<'a>(
41022026-05-26T23:05:03.973Z | ^^^^^^^^^
41032026-05-26T23:05:03.973Z
41042026-05-26T23:05:03.973Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41052026-05-26T23:05:03.973Z --> dns-server/src/dns_server.rs:457:50
41062026-05-26T23:05:03.973Z |
41072026-05-26T23:05:03.973Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41082026-05-26T23:05:03.973Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41092026-05-26T23:05:03.973Z | |
41102026-05-26T23:05:03.973Z | required by a bound introduced by this call
41112026-05-26T23:05:03.973Z |
41122026-05-26T23:05:03.973Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41132026-05-26T23:05:03.973Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41142026-05-26T23:05:03.973Z |
41152026-05-26T23:05:03.973Z 78 | pub struct Record<R: RecordData = RData> {
41162026-05-26T23:05:03.973Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41172026-05-26T23:05:03.973Z |
41182026-05-26T23:05:03.973Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41192026-05-26T23:05:03.973Z |
41202026-05-26T23:05:03.973Z 77 | pub struct Record<R: RecordData = RData> {
41212026-05-26T23:05:03.974Z | ---------------------------------------- this is the found type
41222026-05-26T23:05:03.974Z = help: you can use `cargo tree` to explore your dependency tree
41232026-05-26T23:05:03.974Znote: required by a bound in `encode_and_send`
41242026-05-26T23:05:03.974Z --> dns-server/src/dns_server.rs:491:23
41252026-05-26T23:05:03.974Z |
41262026-05-26T23:05:03.974Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41272026-05-26T23:05:03.974Z | --------------- required by a bound in this function
41282026-05-26T23:05:03.974Z...
41292026-05-26T23:05:03.974Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
41302026-05-26T23:05:03.974Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41312026-05-26T23:05:03.974Z
41322026-05-26T23:05:03.974Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41332026-05-26T23:05:03.974Z --> dns-server/src/dns_server.rs:457:50
41342026-05-26T23:05:03.974Z |
41352026-05-26T23:05:03.974Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41362026-05-26T23:05:03.975Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41372026-05-26T23:05:03.975Z | |
41382026-05-26T23:05:03.975Z | required by a bound introduced by this call
41392026-05-26T23:05:03.975Z |
41402026-05-26T23:05:03.975Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41412026-05-26T23:05:03.975Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41422026-05-26T23:05:03.975Z |
41432026-05-26T23:05:03.975Z 78 | pub struct Record<R: RecordData = RData> {
41442026-05-26T23:05:03.975Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41452026-05-26T23:05:03.976Z |
41462026-05-26T23:05:03.976Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41472026-05-26T23:05:03.976Z |
41482026-05-26T23:05:03.976Z 77 | pub struct Record<R: RecordData = RData> {
41492026-05-26T23:05:03.976Z | ---------------------------------------- this is the found type
41502026-05-26T23:05:03.976Z = help: you can use `cargo tree` to explore your dependency tree
41512026-05-26T23:05:03.976Znote: required by a bound in `encode_and_send`
41522026-05-26T23:05:03.976Z --> dns-server/src/dns_server.rs:492:27
41532026-05-26T23:05:03.976Z |
41542026-05-26T23:05:03.976Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41552026-05-26T23:05:03.976Z | --------------- required by a bound in this function
41562026-05-26T23:05:03.976Z...
41572026-05-26T23:05:03.976Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
41582026-05-26T23:05:03.976Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41592026-05-26T23:05:03.976Z
41602026-05-26T23:05:03.976Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41612026-05-26T23:05:03.976Z --> dns-server/src/dns_server.rs:457:50
41622026-05-26T23:05:03.976Z |
41632026-05-26T23:05:03.976Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41642026-05-26T23:05:03.976Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41652026-05-26T23:05:03.981Z | |
41662026-05-26T23:05:03.981Z | required by a bound introduced by this call
41672026-05-26T23:05:03.981Z |
41682026-05-26T23:05:03.981Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41692026-05-26T23:05:03.981Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41702026-05-26T23:05:03.982Z |
41712026-05-26T23:05:03.982Z 78 | pub struct Record<R: RecordData = RData> {
41722026-05-26T23:05:03.982Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41732026-05-26T23:05:03.982Z |
41742026-05-26T23:05:03.982Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41752026-05-26T23:05:03.982Z |
41762026-05-26T23:05:03.982Z 77 | pub struct Record<R: RecordData = RData> {
41772026-05-26T23:05:03.982Z | ---------------------------------------- this is the found type
41782026-05-26T23:05:03.982Z = help: you can use `cargo tree` to explore your dependency tree
41792026-05-26T23:05:03.982Znote: required by a bound in `encode_and_send`
41802026-05-26T23:05:03.982Z --> dns-server/src/dns_server.rs:493:19
41812026-05-26T23:05:03.982Z |
41822026-05-26T23:05:03.982Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41832026-05-26T23:05:03.982Z | --------------- required by a bound in this function
41842026-05-26T23:05:03.982Z...
41852026-05-26T23:05:03.982Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
41862026-05-26T23:05:03.982Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41872026-05-26T23:05:03.982Z
41882026-05-26T23:05:03.982Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41892026-05-26T23:05:03.982Z --> dns-server/src/dns_server.rs:457:50
41902026-05-26T23:05:03.982Z |
41912026-05-26T23:05:03.982Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41922026-05-26T23:05:03.982Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41932026-05-26T23:05:03.982Z | |
41942026-05-26T23:05:03.982Z | required by a bound introduced by this call
41952026-05-26T23:05:03.982Z |
41962026-05-26T23:05:03.982Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41972026-05-26T23:05:03.982Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41982026-05-26T23:05:03.982Z |
41992026-05-26T23:05:03.982Z 78 | pub struct Record<R: RecordData = RData> {
42002026-05-26T23:05:03.982Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42012026-05-26T23:05:03.982Z |
42022026-05-26T23:05:03.982Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42032026-05-26T23:05:03.982Z |
42042026-05-26T23:05:03.982Z 77 | pub struct Record<R: RecordData = RData> {
42052026-05-26T23:05:03.982Z | ---------------------------------------- this is the found type
42062026-05-26T23:05:03.983Z = help: you can use `cargo tree` to explore your dependency tree
42072026-05-26T23:05:03.983Znote: required by a bound in `encode_and_send`
42082026-05-26T23:05:03.983Z --> dns-server/src/dns_server.rs:494:27
42092026-05-26T23:05:03.984Z |
42102026-05-26T23:05:03.984Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42112026-05-26T23:05:03.984Z | --------------- required by a bound in this function
42122026-05-26T23:05:03.984Z...
42132026-05-26T23:05:03.984Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
42142026-05-26T23:05:03.984Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42152026-05-26T23:05:03.984Z
42162026-05-26T23:05:03.984Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42172026-05-26T23:05:03.984Z --> dns-server/src/dns_server.rs:457:25
42182026-05-26T23:05:03.984Z |
42192026-05-26T23:05:03.984Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42202026-05-26T23:05:03.984Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42212026-05-26T23:05:03.984Z |
42222026-05-26T23:05:03.984Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42232026-05-26T23:05:03.986Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42242026-05-26T23:05:03.986Z |
42252026-05-26T23:05:03.986Z 78 | pub struct Record<R: RecordData = RData> {
42262026-05-26T23:05:03.986Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42272026-05-26T23:05:03.986Z |
42282026-05-26T23:05:03.986Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42292026-05-26T23:05:03.986Z |
42302026-05-26T23:05:03.986Z 77 | pub struct Record<R: RecordData = RData> {
42312026-05-26T23:05:03.986Z | ---------------------------------------- this is the found type
42322026-05-26T23:05:03.986Z = help: you can use `cargo tree` to explore your dependency tree
42332026-05-26T23:05:03.987Znote: required by a bound in `encode_and_send`
42342026-05-26T23:05:03.987Z --> dns-server/src/dns_server.rs:491:23
42352026-05-26T23:05:03.987Z |
42362026-05-26T23:05:03.987Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42372026-05-26T23:05:03.987Z | --------------- required by a bound in this function
42382026-05-26T23:05:03.987Z...
42392026-05-26T23:05:03.987Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
42402026-05-26T23:05:03.987Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42412026-05-26T23:05:03.987Z
42422026-05-26T23:05:03.987Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42432026-05-26T23:05:03.987Z --> dns-server/src/dns_server.rs:457:25
42442026-05-26T23:05:03.987Z |
42452026-05-26T23:05:03.987Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42462026-05-26T23:05:03.987Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42472026-05-26T23:05:03.987Z |
42482026-05-26T23:05:03.987Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42492026-05-26T23:05:03.988Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42502026-05-26T23:05:03.988Z |
42512026-05-26T23:05:03.988Z 78 | pub struct Record<R: RecordData = RData> {
42522026-05-26T23:05:03.988Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42532026-05-26T23:05:03.988Z |
42542026-05-26T23:05:03.988Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42552026-05-26T23:05:03.988Z |
42562026-05-26T23:05:03.989Z 77 | pub struct Record<R: RecordData = RData> {
42572026-05-26T23:05:03.989Z | ---------------------------------------- this is the found type
42582026-05-26T23:05:03.989Z = help: you can use `cargo tree` to explore your dependency tree
42592026-05-26T23:05:03.989Znote: required by a bound in `encode_and_send`
42602026-05-26T23:05:03.989Z --> dns-server/src/dns_server.rs:492:27
42612026-05-26T23:05:03.989Z |
42622026-05-26T23:05:03.989Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42632026-05-26T23:05:03.989Z | --------------- required by a bound in this function
42642026-05-26T23:05:03.989Z...
42652026-05-26T23:05:03.993Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
42662026-05-26T23:05:03.993Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42672026-05-26T23:05:03.993Z
42682026-05-26T23:05:03.993Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42692026-05-26T23:05:03.993Z --> dns-server/src/dns_server.rs:457:25
42702026-05-26T23:05:03.994Z |
42712026-05-26T23:05:03.994Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42722026-05-26T23:05:03.994Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42732026-05-26T23:05:03.994Z |
42742026-05-26T23:05:03.994Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42752026-05-26T23:05:03.994Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42762026-05-26T23:05:03.994Z |
42772026-05-26T23:05:03.994Z 78 | pub struct Record<R: RecordData = RData> {
42782026-05-26T23:05:03.994Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42792026-05-26T23:05:03.994Z |
42802026-05-26T23:05:03.994Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42812026-05-26T23:05:03.994Z |
42822026-05-26T23:05:03.994Z 77 | pub struct Record<R: RecordData = RData> {
42832026-05-26T23:05:03.994Z | ---------------------------------------- this is the found type
42842026-05-26T23:05:03.994Z = help: you can use `cargo tree` to explore your dependency tree
42852026-05-26T23:05:03.994Znote: required by a bound in `encode_and_send`
42862026-05-26T23:05:03.994Z --> dns-server/src/dns_server.rs:493:19
42872026-05-26T23:05:03.994Z |
42882026-05-26T23:05:03.994Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42892026-05-26T23:05:03.994Z | --------------- required by a bound in this function
42902026-05-26T23:05:03.994Z...
42912026-05-26T23:05:03.994Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
42922026-05-26T23:05:03.996Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42932026-05-26T23:05:03.996Z
42942026-05-26T23:05:03.996Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42952026-05-26T23:05:03.996Z --> dns-server/src/dns_server.rs:457:25
42962026-05-26T23:05:03.996Z |
42972026-05-26T23:05:03.996Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42982026-05-26T23:05:03.996Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42992026-05-26T23:05:03.996Z |
43002026-05-26T23:05:03.996Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43012026-05-26T23:05:03.996Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43022026-05-26T23:05:03.996Z |
43032026-05-26T23:05:03.996Z 78 | pub struct Record<R: RecordData = RData> {
43042026-05-26T23:05:03.996Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43052026-05-26T23:05:03.996Z |
43062026-05-26T23:05:03.996Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43072026-05-26T23:05:03.996Z |
43082026-05-26T23:05:03.996Z 77 | pub struct Record<R: RecordData = RData> {
43092026-05-26T23:05:03.996Z | ---------------------------------------- this is the found type
43102026-05-26T23:05:03.996Z = help: you can use `cargo tree` to explore your dependency tree
43112026-05-26T23:05:03.996Znote: required by a bound in `encode_and_send`
43122026-05-26T23:05:03.996Z --> dns-server/src/dns_server.rs:494:27
43132026-05-26T23:05:03.997Z |
43142026-05-26T23:05:03.997Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43152026-05-26T23:05:03.997Z | --------------- required by a bound in this function
43162026-05-26T23:05:03.997Z...
43172026-05-26T23:05:03.997Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
43182026-05-26T23:05:03.997Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43192026-05-26T23:05:03.997Z
43202026-05-26T23:05:03.997Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43212026-05-26T23:05:03.997Z --> dns-server/src/dns_server.rs:457:69
43222026-05-26T23:05:03.997Z |
43232026-05-26T23:05:03.997Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
43242026-05-26T23:05:03.997Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43252026-05-26T23:05:03.997Z |
43262026-05-26T23:05:03.999Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43272026-05-26T23:05:03.999Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43282026-05-26T23:05:03.999Z |
43292026-05-26T23:05:03.999Z 78 | pub struct Record<R: RecordData = RData> {
43302026-05-26T23:05:03.999Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43312026-05-26T23:05:03.999Z |
43322026-05-26T23:05:03.999Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43332026-05-26T23:05:03.999Z |
43342026-05-26T23:05:03.999Z 77 | pub struct Record<R: RecordData = RData> {
43352026-05-26T23:05:03.999Z | ---------------------------------------- this is the found type
43362026-05-26T23:05:03.999Z = help: you can use `cargo tree` to explore your dependency tree
43372026-05-26T23:05:03.999Znote: required by a bound in `encode_and_send`
43382026-05-26T23:05:03.999Z --> dns-server/src/dns_server.rs:491:23
43392026-05-26T23:05:03.999Z |
43402026-05-26T23:05:03.999Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43412026-05-26T23:05:03.999Z | --------------- required by a bound in this function
43422026-05-26T23:05:03.999Z...
43432026-05-26T23:05:03.999Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
43442026-05-26T23:05:03.999Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43452026-05-26T23:05:03.999Z
43462026-05-26T23:05:03.999Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43472026-05-26T23:05:03.999Z --> dns-server/src/dns_server.rs:457:69
43482026-05-26T23:05:03.999Z |
43492026-05-26T23:05:03.999Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
43502026-05-26T23:05:03.999Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43512026-05-26T23:05:03.999Z |
43522026-05-26T23:05:04.000Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43532026-05-26T23:05:04.000Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43542026-05-26T23:05:04.000Z |
43552026-05-26T23:05:04.000Z 78 | pub struct Record<R: RecordData = RData> {
43562026-05-26T23:05:04.000Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43572026-05-26T23:05:04.000Z |
43582026-05-26T23:05:04.000Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43592026-05-26T23:05:04.000Z |
43602026-05-26T23:05:04.000Z 77 | pub struct Record<R: RecordData = RData> {
43612026-05-26T23:05:04.000Z | ---------------------------------------- this is the found type
43622026-05-26T23:05:04.000Z = help: you can use `cargo tree` to explore your dependency tree
43632026-05-26T23:05:04.000Znote: required by a bound in `encode_and_send`
43642026-05-26T23:05:04.000Z --> dns-server/src/dns_server.rs:492:27
43652026-05-26T23:05:04.004Z |
43662026-05-26T23:05:04.004Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43672026-05-26T23:05:04.004Z | --------------- required by a bound in this function
43682026-05-26T23:05:04.004Z...
43692026-05-26T23:05:04.005Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
43702026-05-26T23:05:04.005Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43712026-05-26T23:05:04.005Z
43722026-05-26T23:05:04.005Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43732026-05-26T23:05:04.005Z --> dns-server/src/dns_server.rs:457:69
43742026-05-26T23:05:04.005Z |
43752026-05-26T23:05:04.005Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
43762026-05-26T23:05:04.005Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43772026-05-26T23:05:04.005Z |
43782026-05-26T23:05:04.005Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43792026-05-26T23:05:04.005Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43802026-05-26T23:05:04.005Z |
43812026-05-26T23:05:04.005Z 78 | pub struct Record<R: RecordData = RData> {
43822026-05-26T23:05:04.005Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43832026-05-26T23:05:04.005Z |
43842026-05-26T23:05:04.005Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43852026-05-26T23:05:04.006Z |
43862026-05-26T23:05:04.006Z 77 | pub struct Record<R: RecordData = RData> {
43872026-05-26T23:05:04.006Z | ---------------------------------------- this is the found type
43882026-05-26T23:05:04.006Z = help: you can use `cargo tree` to explore your dependency tree
43892026-05-26T23:05:04.006Znote: required by a bound in `encode_and_send`
43902026-05-26T23:05:04.006Z --> dns-server/src/dns_server.rs:493:19
43912026-05-26T23:05:04.006Z |
43922026-05-26T23:05:04.006Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43932026-05-26T23:05:04.006Z | --------------- required by a bound in this function
43942026-05-26T23:05:04.006Z...
43952026-05-26T23:05:04.006Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
43962026-05-26T23:05:04.006Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43972026-05-26T23:05:04.006Z
43982026-05-26T23:05:04.006Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43992026-05-26T23:05:04.009Z --> dns-server/src/dns_server.rs:457:69
44002026-05-26T23:05:04.009Z |
44012026-05-26T23:05:04.009Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
44022026-05-26T23:05:04.009Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44032026-05-26T23:05:04.009Z |
44042026-05-26T23:05:04.009Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44052026-05-26T23:05:04.009Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44062026-05-26T23:05:04.009Z |
44072026-05-26T23:05:04.009Z 78 | pub struct Record<R: RecordData = RData> {
44082026-05-26T23:05:04.009Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44092026-05-26T23:05:04.009Z |
44102026-05-26T23:05:04.009Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44112026-05-26T23:05:04.009Z |
44122026-05-26T23:05:04.009Z 77 | pub struct Record<R: RecordData = RData> {
44132026-05-26T23:05:04.009Z | ---------------------------------------- this is the found type
44142026-05-26T23:05:04.009Z = help: you can use `cargo tree` to explore your dependency tree
44152026-05-26T23:05:04.009Znote: required by a bound in `encode_and_send`
44162026-05-26T23:05:04.009Z --> dns-server/src/dns_server.rs:494:27
44172026-05-26T23:05:04.009Z |
44182026-05-26T23:05:04.009Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44192026-05-26T23:05:04.009Z | --------------- required by a bound in this function
44202026-05-26T23:05:04.011Z...
44212026-05-26T23:05:04.011Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
44222026-05-26T23:05:04.011Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44232026-05-26T23:05:04.011Z
44242026-05-26T23:05:04.011Zerror[E0308]: arguments to this method are incorrect
44252026-05-26T23:05:04.011Z --> dns-server/src/dns_server.rs:477:20
44262026-05-26T23:05:04.011Z |
44272026-05-26T23:05:04.011Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
44282026-05-26T23:05:04.011Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
44292026-05-26T23:05:04.013Z | |
44302026-05-26T23:05:04.013Z | expected `Header`, found `hickory_proto::op::Header`
44312026-05-26T23:05:04.013Z |
44322026-05-26T23:05:04.013Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44332026-05-26T23:05:04.013Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
44342026-05-26T23:05:04.013Z |
44352026-05-26T23:05:04.013Z 57 | pub struct Header {
44362026-05-26T23:05:04.013Z | ^^^^^^^^^^^^^^^^^ this is the expected type
44372026-05-26T23:05:04.013Z |
44382026-05-26T23:05:04.013Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
44392026-05-26T23:05:04.013Z |
44402026-05-26T23:05:04.013Z 57 | pub struct Header {
44412026-05-26T23:05:04.013Z | ----------------- this is the found type
44422026-05-26T23:05:04.013Z = help: you can use `cargo tree` to explore your dependency tree
44432026-05-26T23:05:04.013Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44442026-05-26T23:05:04.013Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
44452026-05-26T23:05:04.013Z |
44462026-05-26T23:05:04.013Z 67 | pub enum ResponseCode {
44472026-05-26T23:05:04.013Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44482026-05-26T23:05:04.013Z |
44492026-05-26T23:05:04.013Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
44502026-05-26T23:05:04.013Z |
44512026-05-26T23:05:04.013Z 67 | pub enum ResponseCode {
44522026-05-26T23:05:04.014Z | --------------------- this is the found type
44532026-05-26T23:05:04.014Z = help: you can use `cargo tree` to explore your dependency tree
44542026-05-26T23:05:04.014Znote: method defined here
44552026-05-26T23:05:04.014Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
44562026-05-26T23:05:04.014Z |
44572026-05-26T23:05:04.014Z190 | pub fn error_msg<'a>(
44582026-05-26T23:05:04.014Z | ^^^^^^^^^
44592026-05-26T23:05:04.014Z
44602026-05-26T23:05:04.014Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44612026-05-26T23:05:04.014Z --> dns-server/src/dns_server.rs:478:50
44622026-05-26T23:05:04.014Z |
44632026-05-26T23:05:04.014Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44642026-05-26T23:05:04.015Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44652026-05-26T23:05:04.019Z | |
44662026-05-26T23:05:04.019Z | required by a bound introduced by this call
44672026-05-26T23:05:04.019Z |
44682026-05-26T23:05:04.019Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44692026-05-26T23:05:04.019Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44702026-05-26T23:05:04.019Z |
44712026-05-26T23:05:04.019Z 78 | pub struct Record<R: RecordData = RData> {
44722026-05-26T23:05:04.019Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44732026-05-26T23:05:04.019Z |
44742026-05-26T23:05:04.019Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44752026-05-26T23:05:04.019Z |
44762026-05-26T23:05:04.020Z 77 | pub struct Record<R: RecordData = RData> {
44772026-05-26T23:05:04.020Z | ---------------------------------------- this is the found type
44782026-05-26T23:05:04.020Z = help: you can use `cargo tree` to explore your dependency tree
44792026-05-26T23:05:04.020Znote: required by a bound in `encode_and_send`
44802026-05-26T23:05:04.020Z --> dns-server/src/dns_server.rs:491:23
44812026-05-26T23:05:04.020Z |
44822026-05-26T23:05:04.020Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44832026-05-26T23:05:04.020Z | --------------- required by a bound in this function
44842026-05-26T23:05:04.020Z...
44852026-05-26T23:05:04.021Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
44862026-05-26T23:05:04.021Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44872026-05-26T23:05:04.021Z
44882026-05-26T23:05:04.021Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44892026-05-26T23:05:04.021Z --> dns-server/src/dns_server.rs:478:50
44902026-05-26T23:05:04.021Z |
44912026-05-26T23:05:04.021Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44922026-05-26T23:05:04.021Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44932026-05-26T23:05:04.021Z | |
44942026-05-26T23:05:04.021Z | required by a bound introduced by this call
44952026-05-26T23:05:04.021Z |
44962026-05-26T23:05:04.021Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44972026-05-26T23:05:04.021Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44982026-05-26T23:05:04.021Z |
44992026-05-26T23:05:04.021Z 78 | pub struct Record<R: RecordData = RData> {
45002026-05-26T23:05:04.021Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45012026-05-26T23:05:04.021Z |
45022026-05-26T23:05:04.021Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45032026-05-26T23:05:04.021Z |
45042026-05-26T23:05:04.021Z 77 | pub struct Record<R: RecordData = RData> {
45052026-05-26T23:05:04.021Z | ---------------------------------------- this is the found type
45062026-05-26T23:05:04.022Z = help: you can use `cargo tree` to explore your dependency tree
45072026-05-26T23:05:04.022Znote: required by a bound in `encode_and_send`
45082026-05-26T23:05:04.022Z --> dns-server/src/dns_server.rs:492:27
45092026-05-26T23:05:04.022Z |
45102026-05-26T23:05:04.022Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45112026-05-26T23:05:04.022Z | --------------- required by a bound in this function
45122026-05-26T23:05:04.022Z...
45132026-05-26T23:05:04.022Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
45142026-05-26T23:05:04.022Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45152026-05-26T23:05:04.022Z
45162026-05-26T23:05:04.022Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45172026-05-26T23:05:04.022Z --> dns-server/src/dns_server.rs:478:50
45182026-05-26T23:05:04.022Z |
45192026-05-26T23:05:04.022Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45202026-05-26T23:05:04.022Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45212026-05-26T23:05:04.023Z | |
45222026-05-26T23:05:04.023Z | required by a bound introduced by this call
45232026-05-26T23:05:04.023Z |
45242026-05-26T23:05:04.023Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45252026-05-26T23:05:04.023Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45262026-05-26T23:05:04.023Z |
45272026-05-26T23:05:04.024Z 78 | pub struct Record<R: RecordData = RData> {
45282026-05-26T23:05:04.024Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45292026-05-26T23:05:04.024Z |
45302026-05-26T23:05:04.024Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45312026-05-26T23:05:04.024Z |
45322026-05-26T23:05:04.025Z 77 | pub struct Record<R: RecordData = RData> {
45332026-05-26T23:05:04.025Z | ---------------------------------------- this is the found type
45342026-05-26T23:05:04.025Z = help: you can use `cargo tree` to explore your dependency tree
45352026-05-26T23:05:04.025Znote: required by a bound in `encode_and_send`
45362026-05-26T23:05:04.025Z --> dns-server/src/dns_server.rs:493:19
45372026-05-26T23:05:04.025Z |
45382026-05-26T23:05:04.025Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45392026-05-26T23:05:04.025Z | --------------- required by a bound in this function
45402026-05-26T23:05:04.025Z...
45412026-05-26T23:05:04.025Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
45422026-05-26T23:05:04.025Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45432026-05-26T23:05:04.025Z
45442026-05-26T23:05:04.025Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45452026-05-26T23:05:04.025Z --> dns-server/src/dns_server.rs:478:50
45462026-05-26T23:05:04.025Z |
45472026-05-26T23:05:04.025Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45482026-05-26T23:05:04.025Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45492026-05-26T23:05:04.025Z | |
45502026-05-26T23:05:04.025Z | required by a bound introduced by this call
45512026-05-26T23:05:04.025Z |
45522026-05-26T23:05:04.025Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45532026-05-26T23:05:04.025Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45542026-05-26T23:05:04.025Z |
45552026-05-26T23:05:04.025Z 78 | pub struct Record<R: RecordData = RData> {
45562026-05-26T23:05:04.025Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45572026-05-26T23:05:04.025Z |
45582026-05-26T23:05:04.025Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45592026-05-26T23:05:04.025Z |
45602026-05-26T23:05:04.025Z 77 | pub struct Record<R: RecordData = RData> {
45612026-05-26T23:05:04.025Z | ---------------------------------------- this is the found type
45622026-05-26T23:05:04.025Z = help: you can use `cargo tree` to explore your dependency tree
45632026-05-26T23:05:04.026Znote: required by a bound in `encode_and_send`
45642026-05-26T23:05:04.026Z --> dns-server/src/dns_server.rs:494:27
45652026-05-26T23:05:04.030Z |
45662026-05-26T23:05:04.030Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45672026-05-26T23:05:04.030Z | --------------- required by a bound in this function
45682026-05-26T23:05:04.030Z...
45692026-05-26T23:05:04.030Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
45702026-05-26T23:05:04.032Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45712026-05-26T23:05:04.032Z
45722026-05-26T23:05:04.032Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45732026-05-26T23:05:04.032Z --> dns-server/src/dns_server.rs:478:25
45742026-05-26T23:05:04.032Z |
45752026-05-26T23:05:04.032Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45762026-05-26T23:05:04.032Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45772026-05-26T23:05:04.032Z |
45782026-05-26T23:05:04.032Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45792026-05-26T23:05:04.032Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45802026-05-26T23:05:04.032Z |
45812026-05-26T23:05:04.032Z 78 | pub struct Record<R: RecordData = RData> {
45822026-05-26T23:05:04.032Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45832026-05-26T23:05:04.032Z |
45842026-05-26T23:05:04.032Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45852026-05-26T23:05:04.032Z |
45862026-05-26T23:05:04.032Z 77 | pub struct Record<R: RecordData = RData> {
45872026-05-26T23:05:04.032Z | ---------------------------------------- this is the found type
45882026-05-26T23:05:04.032Z = help: you can use `cargo tree` to explore your dependency tree
45892026-05-26T23:05:04.032Znote: required by a bound in `encode_and_send`
45902026-05-26T23:05:04.032Z --> dns-server/src/dns_server.rs:491:23
45912026-05-26T23:05:04.033Z |
45922026-05-26T23:05:04.033Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45932026-05-26T23:05:04.033Z | --------------- required by a bound in this function
45942026-05-26T23:05:04.033Z...
45952026-05-26T23:05:04.033Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
45962026-05-26T23:05:04.033Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45972026-05-26T23:05:04.033Z
45982026-05-26T23:05:04.033Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45992026-05-26T23:05:04.033Z --> dns-server/src/dns_server.rs:478:25
46002026-05-26T23:05:04.033Z |
46012026-05-26T23:05:04.033Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46022026-05-26T23:05:04.033Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46032026-05-26T23:05:04.033Z |
46042026-05-26T23:05:04.033Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46052026-05-26T23:05:04.033Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46062026-05-26T23:05:04.033Z |
46072026-05-26T23:05:04.033Z 78 | pub struct Record<R: RecordData = RData> {
46082026-05-26T23:05:04.033Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46092026-05-26T23:05:04.033Z |
46102026-05-26T23:05:04.033Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46112026-05-26T23:05:04.033Z |
46122026-05-26T23:05:04.033Z 77 | pub struct Record<R: RecordData = RData> {
46132026-05-26T23:05:04.034Z | ---------------------------------------- this is the found type
46142026-05-26T23:05:04.034Z = help: you can use `cargo tree` to explore your dependency tree
46152026-05-26T23:05:04.034Znote: required by a bound in `encode_and_send`
46162026-05-26T23:05:04.034Z --> dns-server/src/dns_server.rs:492:27
46172026-05-26T23:05:04.034Z |
46182026-05-26T23:05:04.034Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46192026-05-26T23:05:04.034Z | --------------- required by a bound in this function
46202026-05-26T23:05:04.034Z...
46212026-05-26T23:05:04.034Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
46222026-05-26T23:05:04.034Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46232026-05-26T23:05:04.034Z
46242026-05-26T23:05:04.034Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46252026-05-26T23:05:04.034Z --> dns-server/src/dns_server.rs:478:25
46262026-05-26T23:05:04.034Z |
46272026-05-26T23:05:04.034Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46282026-05-26T23:05:04.034Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46292026-05-26T23:05:04.035Z |
46302026-05-26T23:05:04.035Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46312026-05-26T23:05:04.035Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46322026-05-26T23:05:04.035Z |
46332026-05-26T23:05:04.035Z 78 | pub struct Record<R: RecordData = RData> {
46342026-05-26T23:05:04.035Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46352026-05-26T23:05:04.036Z |
46362026-05-26T23:05:04.036Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46372026-05-26T23:05:04.036Z |
46382026-05-26T23:05:04.036Z 77 | pub struct Record<R: RecordData = RData> {
46392026-05-26T23:05:04.036Z | ---------------------------------------- this is the found type
46402026-05-26T23:05:04.036Z = help: you can use `cargo tree` to explore your dependency tree
46412026-05-26T23:05:04.036Znote: required by a bound in `encode_and_send`
46422026-05-26T23:05:04.036Z --> dns-server/src/dns_server.rs:493:19
46432026-05-26T23:05:04.036Z |
46442026-05-26T23:05:04.036Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46452026-05-26T23:05:04.036Z | --------------- required by a bound in this function
46462026-05-26T23:05:04.036Z...
46472026-05-26T23:05:04.036Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
46482026-05-26T23:05:04.036Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46492026-05-26T23:05:04.036Z
46502026-05-26T23:05:04.036Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46512026-05-26T23:05:04.036Z --> dns-server/src/dns_server.rs:478:25
46522026-05-26T23:05:04.036Z |
46532026-05-26T23:05:04.036Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46542026-05-26T23:05:04.037Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46552026-05-26T23:05:04.037Z |
46562026-05-26T23:05:04.037Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46572026-05-26T23:05:04.037Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46582026-05-26T23:05:04.037Z |
46592026-05-26T23:05:04.037Z 78 | pub struct Record<R: RecordData = RData> {
46602026-05-26T23:05:04.037Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46612026-05-26T23:05:04.037Z |
46622026-05-26T23:05:04.037Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46632026-05-26T23:05:04.037Z |
46642026-05-26T23:05:04.037Z 77 | pub struct Record<R: RecordData = RData> {
46652026-05-26T23:05:04.041Z | ---------------------------------------- this is the found type
46662026-05-26T23:05:04.041Z = help: you can use `cargo tree` to explore your dependency tree
46672026-05-26T23:05:04.042Znote: required by a bound in `encode_and_send`
46682026-05-26T23:05:04.042Z --> dns-server/src/dns_server.rs:494:27
46692026-05-26T23:05:04.042Z |
46702026-05-26T23:05:04.042Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46712026-05-26T23:05:04.042Z | --------------- required by a bound in this function
46722026-05-26T23:05:04.042Z...
46732026-05-26T23:05:04.042Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
46742026-05-26T23:05:04.042Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46752026-05-26T23:05:04.042Z
46762026-05-26T23:05:04.044Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46772026-05-26T23:05:04.044Z --> dns-server/src/dns_server.rs:478:69
46782026-05-26T23:05:04.044Z |
46792026-05-26T23:05:04.044Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46802026-05-26T23:05:04.044Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46812026-05-26T23:05:04.044Z |
46822026-05-26T23:05:04.044Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46832026-05-26T23:05:04.044Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46842026-05-26T23:05:04.044Z |
46852026-05-26T23:05:04.044Z 78 | pub struct Record<R: RecordData = RData> {
46862026-05-26T23:05:04.044Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46872026-05-26T23:05:04.044Z |
46882026-05-26T23:05:04.044Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46892026-05-26T23:05:04.044Z |
46902026-05-26T23:05:04.044Z 77 | pub struct Record<R: RecordData = RData> {
46912026-05-26T23:05:04.044Z | ---------------------------------------- this is the found type
46922026-05-26T23:05:04.044Z = help: you can use `cargo tree` to explore your dependency tree
46932026-05-26T23:05:04.044Znote: required by a bound in `encode_and_send`
46942026-05-26T23:05:04.044Z --> dns-server/src/dns_server.rs:491:23
46952026-05-26T23:05:04.044Z |
46962026-05-26T23:05:04.045Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46972026-05-26T23:05:04.045Z | --------------- required by a bound in this function
46982026-05-26T23:05:04.045Z...
46992026-05-26T23:05:04.045Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
47002026-05-26T23:05:04.045Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47012026-05-26T23:05:04.045Z
47022026-05-26T23:05:04.045Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
47032026-05-26T23:05:04.045Z --> dns-server/src/dns_server.rs:478:69
47042026-05-26T23:05:04.045Z |
47052026-05-26T23:05:04.045Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
47062026-05-26T23:05:04.045Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
47072026-05-26T23:05:04.046Z |
47082026-05-26T23:05:04.046Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47092026-05-26T23:05:04.046Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
47102026-05-26T23:05:04.046Z |
47112026-05-26T23:05:04.046Z 78 | pub struct Record<R: RecordData = RData> {
47122026-05-26T23:05:04.046Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
47132026-05-26T23:05:04.046Z |
47142026-05-26T23:05:04.046Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
47152026-05-26T23:05:04.046Z |
47162026-05-26T23:05:04.046Z 77 | pub struct Record<R: RecordData = RData> {
47172026-05-26T23:05:04.046Z | ---------------------------------------- this is the found type
47182026-05-26T23:05:04.046Z = help: you can use `cargo tree` to explore your dependency tree
47192026-05-26T23:05:04.047Znote: required by a bound in `encode_and_send`
47202026-05-26T23:05:04.047Z --> dns-server/src/dns_server.rs:492:27
47212026-05-26T23:05:04.047Z |
47222026-05-26T23:05:04.047Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
47232026-05-26T23:05:04.047Z | --------------- required by a bound in this function
47242026-05-26T23:05:04.047Z...
47252026-05-26T23:05:04.047Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
47262026-05-26T23:05:04.047Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47272026-05-26T23:05:04.047Z
47282026-05-26T23:05:04.047Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
47292026-05-26T23:05:04.047Z --> dns-server/src/dns_server.rs:478:69
47302026-05-26T23:05:04.047Z |
47312026-05-26T23:05:04.047Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
47322026-05-26T23:05:04.047Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
47332026-05-26T23:05:04.047Z |
47342026-05-26T23:05:04.047Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47352026-05-26T23:05:04.047Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
47362026-05-26T23:05:04.047Z |
47372026-05-26T23:05:04.047Z 78 | pub struct Record<R: RecordData = RData> {
47382026-05-26T23:05:04.048Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
47392026-05-26T23:05:04.048Z |
47402026-05-26T23:05:04.048Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
47412026-05-26T23:05:04.048Z |
47422026-05-26T23:05:04.048Z 77 | pub struct Record<R: RecordData = RData> {
47432026-05-26T23:05:04.048Z | ---------------------------------------- this is the found type
47442026-05-26T23:05:04.048Z = help: you can use `cargo tree` to explore your dependency tree
47452026-05-26T23:05:04.048Znote: required by a bound in `encode_and_send`
47462026-05-26T23:05:04.048Z --> dns-server/src/dns_server.rs:493:19
47472026-05-26T23:05:04.048Z |
47482026-05-26T23:05:04.048Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
47492026-05-26T23:05:04.048Z | --------------- required by a bound in this function
47502026-05-26T23:05:04.048Z...
47512026-05-26T23:05:04.048Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
47522026-05-26T23:05:04.048Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47532026-05-26T23:05:04.048Z
47542026-05-26T23:05:04.048Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
47552026-05-26T23:05:04.048Z --> dns-server/src/dns_server.rs:478:69
47562026-05-26T23:05:04.048Z |
47572026-05-26T23:05:04.048Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
47582026-05-26T23:05:04.048Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
47592026-05-26T23:05:04.048Z |
47602026-05-26T23:05:04.048Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47612026-05-26T23:05:04.048Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
47622026-05-26T23:05:04.050Z |
47632026-05-26T23:05:04.050Z 78 | pub struct Record<R: RecordData = RData> {
47642026-05-26T23:05:04.050Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
47652026-05-26T23:05:04.054Z |
47662026-05-26T23:05:04.054Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
47672026-05-26T23:05:04.054Z |
47682026-05-26T23:05:04.054Z 77 | pub struct Record<R: RecordData = RData> {
47692026-05-26T23:05:04.054Z | ---------------------------------------- this is the found type
47702026-05-26T23:05:04.054Z = help: you can use `cargo tree` to explore your dependency tree
47712026-05-26T23:05:04.054Znote: required by a bound in `encode_and_send`
47722026-05-26T23:05:04.054Z --> dns-server/src/dns_server.rs:494:27
47732026-05-26T23:05:04.054Z |
47742026-05-26T23:05:04.054Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
47752026-05-26T23:05:04.054Z | --------------- required by a bound in this function
47762026-05-26T23:05:04.054Z...
47772026-05-26T23:05:04.054Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
47782026-05-26T23:05:04.054Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47792026-05-26T23:05:04.054Z
47802026-05-26T23:05:04.054Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
47812026-05-26T23:05:04.054Z --> dns-server/src/dns_server.rs:500:14
47822026-05-26T23:05:04.054Z |
47832026-05-26T23:05:04.054Z499 | let _ = mresp
47842026-05-26T23:05:04.054Z | _________________-
47852026-05-26T23:05:04.054Z500 | | .destructive_emit(&mut enc)
47862026-05-26T23:05:04.054Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
47872026-05-26T23:05:04.054Z | |_____________|
47882026-05-26T23:05:04.054Z |
47892026-05-26T23:05:04.054Z |
47902026-05-26T23:05:04.054Z = note: the following trait bounds were not satisfied:
47912026-05-26T23:05:04.054Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
47922026-05-26T23:05:04.054Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
47932026-05-26T23:05:04.054Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
47942026-05-26T23:05:04.054Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
47952026-05-26T23:05:04.054Z
47962026-05-26T23:05:04.055Zerror[E0308]: mismatched types
47972026-05-26T23:05:04.055Z --> dns-server/src/dns_server.rs:229:35
47982026-05-26T23:05:04.055Z |
47992026-05-26T23:05:04.055Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
48002026-05-26T23:05:04.055Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48012026-05-26T23:05:04.055Z | |
48022026-05-26T23:05:04.055Z | arguments to this function are incorrect
48032026-05-26T23:05:04.055Z |
48042026-05-26T23:05:04.055Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48052026-05-26T23:05:04.055Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48062026-05-26T23:05:04.055Z |
48072026-05-26T23:05:04.055Z 34 | pub struct Name {
48082026-05-26T23:05:04.055Z | ^^^^^^^^^^^^^^^ this is the expected type
48092026-05-26T23:05:04.055Z |
48102026-05-26T23:05:04.055Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48112026-05-26T23:05:04.055Z |
48122026-05-26T23:05:04.055Z 37 | pub struct Name {
48132026-05-26T23:05:04.055Z | --------------- this is the found type
48142026-05-26T23:05:04.055Z = help: you can use `cargo tree` to explore your dependency tree
48152026-05-26T23:05:04.055Znote: associated function defined here
48162026-05-26T23:05:04.055Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48172026-05-26T23:05:04.056Z |
48182026-05-26T23:05:04.056Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48192026-05-26T23:05:04.056Z | ^^^^^^^^^^
48202026-05-26T23:05:04.056Z
48212026-05-26T23:05:04.056Zerror[E0308]: mismatched types
48222026-05-26T23:05:04.056Z --> dns-server/src/dns_server.rs:233:35
48232026-05-26T23:05:04.056Z |
48242026-05-26T23:05:04.056Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
48252026-05-26T23:05:04.056Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48262026-05-26T23:05:04.056Z | |
48272026-05-26T23:05:04.056Z | arguments to this function are incorrect
48282026-05-26T23:05:04.056Z |
48292026-05-26T23:05:04.056Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48302026-05-26T23:05:04.056Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48312026-05-26T23:05:04.056Z |
48322026-05-26T23:05:04.056Z 34 | pub struct Name {
48332026-05-26T23:05:04.056Z | ^^^^^^^^^^^^^^^ this is the expected type
48342026-05-26T23:05:04.056Z |
48352026-05-26T23:05:04.056Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48362026-05-26T23:05:04.056Z |
48372026-05-26T23:05:04.056Z 37 | pub struct Name {
48382026-05-26T23:05:04.056Z | --------------- this is the found type
48392026-05-26T23:05:04.056Z = help: you can use `cargo tree` to explore your dependency tree
48402026-05-26T23:05:04.056Znote: associated function defined here
48412026-05-26T23:05:04.058Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48422026-05-26T23:05:04.058Z |
48432026-05-26T23:05:04.058Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48442026-05-26T23:05:04.058Z | ^^^^^^^^^^
48452026-05-26T23:05:04.058Z
48462026-05-26T23:05:04.058Zerror[E0308]: mismatched types
48472026-05-26T23:05:04.058Z --> dns-server/src/dns_server.rs:247:60
48482026-05-26T23:05:04.058Z |
48492026-05-26T23:05:04.058Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
48502026-05-26T23:05:04.058Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48512026-05-26T23:05:04.059Z | |
48522026-05-26T23:05:04.059Z | arguments to this function are incorrect
48532026-05-26T23:05:04.059Z |
48542026-05-26T23:05:04.059Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48552026-05-26T23:05:04.059Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48562026-05-26T23:05:04.059Z |
48572026-05-26T23:05:04.059Z 34 | pub struct Name {
48582026-05-26T23:05:04.059Z | ^^^^^^^^^^^^^^^ this is the expected type
48592026-05-26T23:05:04.059Z |
48602026-05-26T23:05:04.059Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48612026-05-26T23:05:04.059Z |
48622026-05-26T23:05:04.059Z 37 | pub struct Name {
48632026-05-26T23:05:04.059Z | --------------- this is the found type
48642026-05-26T23:05:04.059Z = help: you can use `cargo tree` to explore your dependency tree
48652026-05-26T23:05:04.063Znote: associated function defined here
48662026-05-26T23:05:04.063Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
48672026-05-26T23:05:04.063Z |
48682026-05-26T23:05:04.063Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
48692026-05-26T23:05:04.063Z | ^^^
48702026-05-26T23:05:04.063Z
48712026-05-26T23:05:04.063Zerror[E0308]: mismatched types
48722026-05-26T23:05:04.063Z --> dns-server/src/dns_server.rs:245:17
48732026-05-26T23:05:04.063Z |
48742026-05-26T23:05:04.063Z244 | Ok(Record::from_rdata(
48752026-05-26T23:05:04.063Z | ------------------ arguments to this function are incorrect
48762026-05-26T23:05:04.063Z245 | name.clone(),
48772026-05-26T23:05:04.063Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48782026-05-26T23:05:04.063Z |
48792026-05-26T23:05:04.063Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48802026-05-26T23:05:04.063Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48812026-05-26T23:05:04.063Z |
48822026-05-26T23:05:04.063Z 34 | pub struct Name {
48832026-05-26T23:05:04.063Z | ^^^^^^^^^^^^^^^ this is the expected type
48842026-05-26T23:05:04.063Z |
48852026-05-26T23:05:04.063Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48862026-05-26T23:05:04.063Z |
48872026-05-26T23:05:04.063Z 37 | pub struct Name {
48882026-05-26T23:05:04.064Z | --------------- this is the found type
48892026-05-26T23:05:04.064Z = help: you can use `cargo tree` to explore your dependency tree
48902026-05-26T23:05:04.064Znote: associated function defined here
48912026-05-26T23:05:04.064Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48922026-05-26T23:05:04.064Z |
48932026-05-26T23:05:04.064Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48942026-05-26T23:05:04.064Z | ^^^^^^^^^^
48952026-05-26T23:05:04.064Z
48962026-05-26T23:05:04.064Zerror[E0308]: mismatched types
48972026-05-26T23:05:04.064Z --> dns-server/src/dns_server.rs:259:65
48982026-05-26T23:05:04.064Z |
48992026-05-26T23:05:04.064Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
49002026-05-26T23:05:04.064Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49012026-05-26T23:05:04.064Z | |
49022026-05-26T23:05:04.064Z | arguments to this struct are incorrect
49032026-05-26T23:05:04.064Z |
49042026-05-26T23:05:04.064Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49052026-05-26T23:05:04.064Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49062026-05-26T23:05:04.064Z |
49072026-05-26T23:05:04.065Z 34 | pub struct Name {
49082026-05-26T23:05:04.065Z | ^^^^^^^^^^^^^^^ this is the expected type
49092026-05-26T23:05:04.065Z |
49102026-05-26T23:05:04.065Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49112026-05-26T23:05:04.065Z |
49122026-05-26T23:05:04.065Z 37 | pub struct Name {
49132026-05-26T23:05:04.065Z | --------------- this is the found type
49142026-05-26T23:05:04.065Z = help: you can use `cargo tree` to explore your dependency tree
49152026-05-26T23:05:04.065Znote: tuple struct defined here
49162026-05-26T23:05:04.065Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
49172026-05-26T23:05:04.066Z |
49182026-05-26T23:05:04.066Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
49192026-05-26T23:05:04.066Z | ^^
49202026-05-26T23:05:04.066Z
49212026-05-26T23:05:04.066Zerror[E0308]: mismatched types
49222026-05-26T23:05:04.066Z --> dns-server/src/dns_server.rs:259:35
49232026-05-26T23:05:04.066Z |
49242026-05-26T23:05:04.066Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
49252026-05-26T23:05:04.066Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49262026-05-26T23:05:04.066Z | |
49272026-05-26T23:05:04.066Z | arguments to this function are incorrect
49282026-05-26T23:05:04.066Z |
49292026-05-26T23:05:04.066Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49302026-05-26T23:05:04.066Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49312026-05-26T23:05:04.066Z |
49322026-05-26T23:05:04.066Z 34 | pub struct Name {
49332026-05-26T23:05:04.067Z | ^^^^^^^^^^^^^^^ this is the expected type
49342026-05-26T23:05:04.067Z |
49352026-05-26T23:05:04.067Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49362026-05-26T23:05:04.067Z |
49372026-05-26T23:05:04.067Z 37 | pub struct Name {
49382026-05-26T23:05:04.067Z | --------------- this is the found type
49392026-05-26T23:05:04.068Z = help: you can use `cargo tree` to explore your dependency tree
49402026-05-26T23:05:04.068Znote: associated function defined here
49412026-05-26T23:05:04.068Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
49422026-05-26T23:05:04.068Z |
49432026-05-26T23:05:04.068Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
49442026-05-26T23:05:04.069Z | ^^^^^^^^^^
49452026-05-26T23:05:04.069Z
49462026-05-26T23:05:04.069Zerror[E0308]: arguments to this function are incorrect
49472026-05-26T23:05:04.069Z --> dns-server/src/storage.rs:448:43
49482026-05-26T23:05:04.069Z |
49492026-05-26T23:05:04.069Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
49502026-05-26T23:05:04.069Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
49512026-05-26T23:05:04.069Z449 | preferred_nameserver,
49522026-05-26T23:05:04.069Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49532026-05-26T23:05:04.069Z450 | rname,
49542026-05-26T23:05:04.069Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49552026-05-26T23:05:04.069Z |
49562026-05-26T23:05:04.069Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49572026-05-26T23:05:04.069Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49582026-05-26T23:05:04.069Z |
49592026-05-26T23:05:04.069Z 34 | pub struct Name {
49602026-05-26T23:05:04.069Z | ^^^^^^^^^^^^^^^ this is the expected type
49612026-05-26T23:05:04.071Z |
49622026-05-26T23:05:04.071Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49632026-05-26T23:05:04.071Z |
49642026-05-26T23:05:04.071Z 37 | pub struct Name {
49652026-05-26T23:05:04.076Z | --------------- this is the found type
49662026-05-26T23:05:04.076Z = help: you can use `cargo tree` to explore your dependency tree
49672026-05-26T23:05:04.076Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49682026-05-26T23:05:04.076Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49692026-05-26T23:05:04.076Z |
49702026-05-26T23:05:04.076Z 34 | pub struct Name {
49712026-05-26T23:05:04.076Z | ^^^^^^^^^^^^^^^ this is the expected type
49722026-05-26T23:05:04.076Z |
49732026-05-26T23:05:04.076Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49742026-05-26T23:05:04.076Z |
49752026-05-26T23:05:04.076Z 37 | pub struct Name {
49762026-05-26T23:05:04.076Z | --------------- this is the found type
49772026-05-26T23:05:04.076Z = help: you can use `cargo tree` to explore your dependency tree
49782026-05-26T23:05:04.076Znote: associated function defined here
49792026-05-26T23:05:04.076Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
49802026-05-26T23:05:04.076Z |
49812026-05-26T23:05:04.076Z154 | pub fn new(
49822026-05-26T23:05:04.076Z | ^^^
49832026-05-26T23:05:04.076Z
49842026-05-26T23:05:04.076Zerror[E0308]: mismatched types
49852026-05-26T23:05:04.076Z --> dns-server/src/storage.rs:446:13
49862026-05-26T23:05:04.076Z |
49872026-05-26T23:05:04.076Z445 | let record = hickory_proto::rr::Record::from_rdata(
49882026-05-26T23:05:04.076Z | ------------------------------------- arguments to this function are incorrect
49892026-05-26T23:05:04.076Z446 | soa_name,
49902026-05-26T23:05:04.076Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49912026-05-26T23:05:04.076Z |
49922026-05-26T23:05:04.076Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49932026-05-26T23:05:04.076Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49942026-05-26T23:05:04.076Z |
49952026-05-26T23:05:04.076Z 34 | pub struct Name {
49962026-05-26T23:05:04.076Z | ^^^^^^^^^^^^^^^ this is the expected type
49972026-05-26T23:05:04.076Z |
49982026-05-26T23:05:04.076Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49992026-05-26T23:05:04.076Z |
50002026-05-26T23:05:04.076Z 37 | pub struct Name {
50012026-05-26T23:05:04.077Z | --------------- this is the found type
50022026-05-26T23:05:04.077Z = help: you can use `cargo tree` to explore your dependency tree
50032026-05-26T23:05:04.077Znote: associated function defined here
50042026-05-26T23:05:04.077Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
50052026-05-26T23:05:04.078Z |
50062026-05-26T23:05:04.078Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
50072026-05-26T23:05:04.078Z | ^^^^^^^^^^
50082026-05-26T23:05:04.078Z
50092026-05-26T23:05:04.078Zerror[E0308]: mismatched types
50102026-05-26T23:05:04.078Z --> dns-server/src/storage.rs:768:30
50112026-05-26T23:05:04.078Z |
50122026-05-26T23:05:04.078Z768 | self.query_raw(name, orig_name)
50132026-05-26T23:05:04.078Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
50142026-05-26T23:05:04.078Z | |
50152026-05-26T23:05:04.078Z | arguments to this method are incorrect
50162026-05-26T23:05:04.078Z |
50172026-05-26T23:05:04.078Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
50182026-05-26T23:05:04.078Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
50192026-05-26T23:05:04.078Z |
50202026-05-26T23:05:04.078Z 37 | pub struct Name {
50212026-05-26T23:05:04.078Z | ^^^^^^^^^^^^^^^ this is the expected type
50222026-05-26T23:05:04.078Z |
50232026-05-26T23:05:04.078Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
50242026-05-26T23:05:04.079Z |
50252026-05-26T23:05:04.079Z 34 | pub struct Name {
50262026-05-26T23:05:04.079Z | --------------- this is the found type
50272026-05-26T23:05:04.079Z = help: you can use `cargo tree` to explore your dependency tree
50282026-05-26T23:05:04.080Znote: method defined here
50292026-05-26T23:05:04.080Z --> dns-server/src/storage.rs:780:8
50302026-05-26T23:05:04.080Z |
50312026-05-26T23:05:04.080Z780 | fn query_raw(
50322026-05-26T23:05:04.080Z | ^^^^^^^^^
50332026-05-26T23:05:04.080Z...
50342026-05-26T23:05:04.080Z783 | orig_name: &Name,
50352026-05-26T23:05:04.080Z | ----------------
50362026-05-26T23:05:04.080Z
50372026-05-26T23:05:04.080Zerror[E0308]: mismatched types
50382026-05-26T23:05:04.080Z --> dns-server/src/storage.rs:777:40
50392026-05-26T23:05:04.080Z |
50402026-05-26T23:05:04.080Z777 | self.query_raw(&LowerName::new(name), name)
50412026-05-26T23:05:04.080Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
50422026-05-26T23:05:04.080Z | |
50432026-05-26T23:05:04.080Z | arguments to this function are incorrect
50442026-05-26T23:05:04.080Z |
50452026-05-26T23:05:04.080Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
50462026-05-26T23:05:04.080Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
50472026-05-26T23:05:04.082Z |
50482026-05-26T23:05:04.082Z 34 | pub struct Name {
50492026-05-26T23:05:04.082Z | ^^^^^^^^^^^^^^^ this is the expected type
50502026-05-26T23:05:04.082Z |
50512026-05-26T23:05:04.082Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
50522026-05-26T23:05:04.083Z |
50532026-05-26T23:05:04.083Z 37 | pub struct Name {
50542026-05-26T23:05:04.083Z | --------------- this is the found type
50552026-05-26T23:05:04.083Z = help: you can use `cargo tree` to explore your dependency tree
50562026-05-26T23:05:04.083Znote: associated function defined here
50572026-05-26T23:05:04.083Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
50582026-05-26T23:05:04.083Z |
50592026-05-26T23:05:04.083Z 37 | pub fn new(name: &Name) -> Self {
50602026-05-26T23:05:04.083Z | ^^^
50612026-05-26T23:05:04.083Z
50622026-05-26T23:05:04.083Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
50632026-05-26T23:05:04.083Z --> dns-server/src/storage.rs:791:33
50642026-05-26T23:05:04.083Z |
50652026-05-26T23:05:04.088Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
50662026-05-26T23:05:04.088Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
50672026-05-26T23:05:04.088Z |
50682026-05-26T23:05:04.088Zhelp: item with same name found
50692026-05-26T23:05:04.088Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
50702026-05-26T23:05:04.088Z |
50712026-05-26T23:05:04.088Z 28 | pub struct LowerName(Name);
50722026-05-26T23:05:04.088Z | ^^^^^^^^^^^^^^^^^^^^
50732026-05-26T23:05:04.088Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
50742026-05-26T23:05:04.088Zhelp: the following other types implement trait `std::convert::From<T>`
50752026-05-26T23:05:04.089Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
50762026-05-26T23:05:04.089Z |
50772026-05-26T23:05:04.089Z240 | impl From<Name> for LowerName {
50782026-05-26T23:05:04.089Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
50792026-05-26T23:05:04.089Z...
50802026-05-26T23:05:04.089Z246 | impl<'a> From<&'a Name> for LowerName {
50812026-05-26T23:05:04.089Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
50822026-05-26T23:05:04.089Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
50832026-05-26T23:05:04.089Z = help: you can use `cargo tree` to explore your dependency tree
50842026-05-26T23:05:04.089Z
50852026-05-26T23:05:04.203ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
50862026-05-26T23:05:04.203ZFor more information about an error, try `rustc --explain E0271`.
50872026-05-26T23:05:04.248Zerror: could not compile `dns-server` (lib) due to 60 previous errors
50882026-05-26T23:05:04.444Zerror: 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)
50892026-05-26T23:05:04.447ZError: cargo-hack install failed: exit status: 1
50902026-05-26T23:05:04.450Z
50912026-05-26T23:05:04.450Zreal 4:07.859729273
50922026-05-26T23:05:04.450Zuser 7:03.435147743
50932026-05-26T23:05:04.450Zsys 1:56.984447011
50942026-05-26T23:05:04.450Ztrap 0.158254858
50952026-05-26T23:05:04.451Ztflt 0.242329772
50962026-05-26T23:05:04.451Zdflt 0.762423087
50972026-05-26T23:05:04.451Zkflt 0.001062601
50982026-05-26T23:05:04.451Zlock 20:41.761928356
50992026-05-26T23:05:04.451Zslp 30:18.209794848
51002026-05-26T23:05:04.451Zlat 33.768732788
51012026-05-26T23:05:04.451Zstop 1:58.963609343
51022026-05-26T23:05:04.454Zprocess exited: duration 384411 ms, exit code 1
 
51032026-05-26T23:05:04.460Zfound 0 output files