01KSKXT6N7WC4HX0K1EXJW43ZR: 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: 01KSKXTP7Z3TGD3JJT5MC1ZJR9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-27T05:17:55.225Zjob assigned to worker 01KSKXTTZJG8FVS6PNEPVQTTA5 [factory aws, i-03fa5e4aa54975332] (queued for 55 s)
 
22026-05-27T05:18:02.171Zstarting task 0: "setup"
32026-05-27T05:18:02.176Z++ uname -s
42026-05-27T05:18:02.179Z+ kern=SunOS
52026-05-27T05:18:02.179Z+ build_user=build
62026-05-27T05:18:02.179Z+ build_uid=12345
72026-05-27T05:18:02.179Z+ work_dir=/work
82026-05-27T05:18:02.179Z+ input_dir=/input
92026-05-27T05:18:02.179Z+ [[ 0 == 12345 ]]
102026-05-27T05:18:02.179Z+ case "$kern" in
112026-05-27T05:18:02.179Z+ groupadd -g 12345 build
122026-05-27T05:18:02.182Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-27T05:18:04.186Z+ zfs create -o mountpoint=/work rpool/work
142026-05-27T05:18:04.298Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-27T05:18:04.301Z+ home_fs=zfs
162026-05-27T05:18:04.301Z+ [[ zfs == autofs ]]
172026-05-27T05:18:04.302Z+ mkdir -p /home/build
182026-05-27T05:18:04.302Z+ chown build:build /home/build /work
192026-05-27T05:18:06.303Z+ chmod 0700 /home/build /work
202026-05-27T05:18:06.306Zprocess exited: duration 4135 ms, exit code 0
 
212026-05-27T05:18:06.312Zstarting task 1: "rust-toolchain"
222026-05-27T05:18:06.316Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-27T05:18:06.316Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-27T05:18:06.316Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-27T05:18:06.316Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-27T05:18:06.319Z * rust toolchain channel = "1.94.0"
272026-05-27T05:18:06.319Z * rust toolchain profile = "default"
282026-05-27T05:18:06.319Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-27T05:18:06.319Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-27T05:18:06.385Zinfo: downloading installer
312026-05-27T05:18:07.702Zwarn: It looks like you have an existing rustup settings file at:
322026-05-27T05:18:07.702Zwarn: /home/build/.rustup/settings.toml
332026-05-27T05:18:07.702Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-27T05:18:07.702Zwarn: instead of the one inferred from the default host triple.
352026-05-27T05:18:07.714Zinfo: profile set to default
362026-05-27T05:18:07.714Zinfo: default host triple is x86_64-unknown-illumos
372026-05-27T05:18:07.717Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-27T05:18:07.847Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-27T05:18:07.850Zinfo: downloading 6 components
402026-05-27T05:18:21.944Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-27T05:18:21.944Z
422026-05-27T05:18:21.973Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-27T05:18:21.973Z
442026-05-27T05:18:21.973Z
452026-05-27T05:18:21.973ZRust is installed now. Great!
462026-05-27T05:18:21.973Z
472026-05-27T05:18:21.973ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-27T05:18:21.973Zenvironment variable. This has not been done automatically.
492026-05-27T05:18:21.973Z
502026-05-27T05:18:21.974ZTo configure your current shell, you need to source
512026-05-27T05:18:21.974Zthe corresponding env file under $HOME/.cargo.
522026-05-27T05:18:21.974Z
532026-05-27T05:18:21.974ZThis is usually done by running one of the following (note the leading DOT):
542026-05-27T05:18:21.976Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-27T05:18:21.976Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-27T05:18:21.977Zsource "~/.cargo/env.nu" # For nushell
572026-05-27T05:18:21.977Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-27T05:18:21.977Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-27T05:18:21.977Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-27T05:18:21.977Zwarn: no default linker (`cc`) was found in your PATH
612026-05-27T05:18:21.977Zwarn: many Rust crates require a system C toolchain to build
622026-05-27T05:18:22.071Z+ rustup --version
632026-05-27T05:18:22.080Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-27T05:18:22.082Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-27T05:18:22.102Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-27T05:18:22.105Z+ cargo --version
672026-05-27T05:18:22.117Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-27T05:18:22.120Z+ rustc --version
692026-05-27T05:18:22.140Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-27T05:18:22.143Zprocess exited: duration 15830 ms, exit code 0
 
712026-05-27T05:18:22.148Zstarting task 2: "authentication"
722026-05-27T05:18:22.164Zprocess exited: duration 15 ms, exit code 0
 
732026-05-27T05:18:22.170Zstarting task 3: "clone repository"
742026-05-27T05:18:22.176Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-27T05:18:22.176Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-27T05:18:22.214ZCloning into '/work/oxidecomputer/omicron'...
772026-05-27T05:18:32.520Z+ cd /work/oxidecomputer/omicron
782026-05-27T05:18:32.520Z+ git fetch origin 04f75510a02f379f9a03470e90efc841d3939640
792026-05-27T05:18:32.789ZFrom https://github.com/oxidecomputer/omicron
802026-05-27T05:18:32.789Z * branch 04f75510a02f379f9a03470e90efc841d3939640 -> FETCH_HEAD
812026-05-27T05:18:32.799Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-27T05:18:32.801Z++ git branch --show-current
832026-05-27T05:18:32.801Z+ current=main
842026-05-27T05:18:32.802Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-27T05:18:32.802Z+ git branch -f renovate/crate-hickory-proto-vulnerability 04f75510a02f379f9a03470e90efc841d3939640
862026-05-27T05:18:32.805Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-27T05:18:33.037ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-27T05:18:33.040Z+ git reset --hard 04f75510a02f379f9a03470e90efc841d3939640
892026-05-27T05:18:33.054ZHEAD is now at 04f75510a Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-27T05:18:33.059Zprocess exited: duration 10885 ms, exit code 0
 
912026-05-27T05:18:33.065Zstarting task 4: "build"
922026-05-27T05:18:33.069Z+ source .github/buildomat/ci-env.sh
932026-05-27T05:18:33.072Z++ export CARGO_TERM_COLOR=always
942026-05-27T05:18:33.072Z++ CARGO_TERM_COLOR=always
952026-05-27T05:18:33.072Z+ cargo --version
962026-05-27T05:18:33.079Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-27T05:18:33.082Z+ rustc --version
982026-05-27T05:18:33.103Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-27T05:18:33.107Z+ source ./env.sh
1002026-05-27T05:18:33.107Z++ OLD_SHELL_OPTS=ehxB
1012026-05-27T05:18:33.107Z++ set -o xtrace
1022026-05-27T05:18:33.126Z++++ dirname ./env.sh
1032026-05-27T05:18:33.126Z+++ readlink -f .
1042026-05-27T05:18:33.126Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-27T05:18:33.126Z++ 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-27T05:18:33.126Z++ 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-27T05:18:33.126Z++ 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-27T05:18:33.126Z++ 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-27T05:18:33.126Z++ 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-27T05:18:33.126Z++ 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-27T05:18:33.126Z++ 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-27T05:18:33.126Z++ 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-27T05:18:33.126Z++ case $OLD_SHELL_OPTS in
1142026-05-27T05:18:33.126Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-27T05:18:33.126Z+ 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-27T05:18:33.126Z+ 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-27T05:18:33.126Z+ banner prerequisites
1182026-05-27T05:18:33.126Z
1192026-05-27T05:18:33.127Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-27T05:18:33.127Z # # # # # # # # # # # # # # #
1212026-05-27T05:18:33.127Z # # # # ##### # # ##### # # # # # #### #
1222026-05-27T05:18:33.127Z ##### ##### # ##### # # # # # # # # #
1232026-05-27T05:18:33.127Z # # # # # # # # # # # # # # #
1242026-05-27T05:18:33.127Z # # # ###### # # ###### ### # #### # #### #
1252026-05-27T05:18:33.127Z
1262026-05-27T05:18:33.127Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-27T05:18:34.509Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-27T05:18:34.579Z Startup: Caching catalogs ... Done
1292026-05-27T05:18:34.838ZPlanning: Solver setup ... Done (0.224s)
1302026-05-27T05:18:34.856ZPlanning: Running solver ... Done (0.018s)
1312026-05-27T05:18:34.863ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-27T05:18:34.873ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-27T05:18:34.887ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-27T05:18:34.901ZPlanning: Package planning ... Done (0.013s)
1352026-05-27T05:18:34.904ZPlanning: Merging actions ... Done (0.002s)
1362026-05-27T05:18:35.086ZPlanning: Checking for conflicting actions ... Done (0.184s)
1372026-05-27T05:18:35.090ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-27T05:18:35.916ZPlanning: Evaluating mediators ... Done (0.828s)
1392026-05-27T05:18:35.918ZPlanning: Planning completed in 1.32 seconds
1402026-05-27T05:18:35.924Z Packages to install: 2
1412026-05-27T05:18:35.928Z Estimated space available: 156.07 GB
1422026-05-27T05:18:35.928ZEstimated space to be consumed: 22.53 MB
1432026-05-27T05:18:35.928Z Create boot environment: No
1442026-05-27T05:18:35.928ZCreate backup boot environment: No
1452026-05-27T05:18:35.928Z Rebuild boot archive: No
1462026-05-27T05:18:35.928Z
1472026-05-27T05:18:35.928ZChanged packages:
1482026-05-27T05:18:35.928Zhelios
1492026-05-27T05:18:35.928Z developer/build-essential
1502026-05-27T05:18:35.928Z None -> 11-3.0
1512026-05-27T05:18:35.928Z library/libxmlsec1
1522026-05-27T05:18:35.928Z None -> 1.2.35-3.0
1532026-05-27T05:18:35.949Z
1542026-05-27T05:18:35.949ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-27T05:18:36.512ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
1562026-05-27T05:18:36.571Z Actions: 1/268 actions (Installing new actions)
1572026-05-27T05:18:36.608Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-27T05:18:36.640ZFinalize: Updating package state database ... Done (0.031s)
1592026-05-27T05:18:36.643ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-27T05:18:36.658ZFinalize: Updating image state ... Done (0.018s)
1612026-05-27T05:18:38.980ZFinalize: Creating fast lookup database ... Done (2.300s)
1622026-05-27T05:18:39.046ZFinalize: Reading search index ... Done (0.012s)
1632026-05-27T05:18:39.049ZFinalize: Updating search index ... Done (0.000s)
1642026-05-27T05:18:39.143ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-27T05:18:39.438ZPlanning: Evaluating mediator changes ... Done
1662026-05-27T05:18:39.543ZPlanning: Checking for conflicting actions ... Done
1672026-05-27T05:18:39.546ZPlanning: Consolidating action changes ... Done
1682026-05-27T05:18:39.699ZPlanning: Evaluating mediators ... Done
1692026-05-27T05:18:39.702ZPlanning: Planning completed in 0.26 seconds
1702026-05-27T05:18:39.723Z Mediators to change: 2
1712026-05-27T05:18:39.723Z Create boot environment: No
1722026-05-27T05:18:39.723ZCreate backup boot environment: No
1732026-05-27T05:18:39.777ZFinalize: Updating package state database ... Done
1742026-05-27T05:18:39.777ZFinalize: Updating package cache ... Done
1752026-05-27T05:18:39.787ZFinalize: Updating image state ... Done
1762026-05-27T05:18:41.704ZFinalize: Creating fast lookup database ... Done
1772026-05-27T05:18:41.765ZFinalize: Reading search index ... Done
1782026-05-27T05:18:41.768ZFinalize: Updating search index ... Done
1792026-05-27T05:18:41.856ZFinalize: Updating package cache ... Done
1802026-05-27T05:18:42.137ZPlanning: Evaluating mediator changes ... Done
1812026-05-27T05:18:42.241ZPlanning: Checking for conflicting actions ... Done
1822026-05-27T05:18:42.244ZPlanning: Consolidating action changes ... Done
1832026-05-27T05:18:42.400ZPlanning: Evaluating mediators ... Done
1842026-05-27T05:18:42.403ZPlanning: Planning completed in 0.26 seconds
1852026-05-27T05:18:42.423Z Mediators to change: 1
1862026-05-27T05:18:42.423Z Create boot environment: No
1872026-05-27T05:18:42.423ZCreate backup boot environment: No
1882026-05-27T05:18:42.486ZFinalize: Updating package state database ... Done
1892026-05-27T05:18:42.487ZFinalize: Updating package cache ... Done
1902026-05-27T05:18:42.496ZFinalize: Updating image state ... Done
1912026-05-27T05:18:44.408ZFinalize: Creating fast lookup database ... Done
1922026-05-27T05:18:44.468ZFinalize: Reading search index ... Done
1932026-05-27T05:18:44.472ZFinalize: Updating search index ... Done
1942026-05-27T05:18:44.539ZFinalize: Updating package cache ... Done
1952026-05-27T05:18:44.847ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-27T05:18:44.848Zapache system 2.4 system
1972026-05-27T05:18:44.848Zclang system 15 system
1982026-05-27T05:18:44.848Zcsh system system illumos
1992026-05-27T05:18:44.848Zctags system system illumos
2002026-05-27T05:18:44.848Zfile vendor vendor darwinsys
2012026-05-27T05:18:44.848Zfile system system illumos
2022026-05-27T05:18:44.848Zgcc vendor 14 vendor
2032026-05-27T05:18:44.848Zgcc system 13 system
2042026-05-27T05:18:44.848Zgcc system 10 system
2052026-05-27T05:18:44.848Zgo system 1.25 system
2062026-05-27T05:18:44.848Zllvm system 15 system
2072026-05-27T05:18:44.848Zmariadb system 11.4 system
2082026-05-27T05:18:44.848Zmta vendor vendor dma
2092026-05-27T05:18:44.848Zopenjdk system 17 system
2102026-05-27T05:18:44.848Zopenjdk system 11 system
2112026-05-27T05:18:44.848Zopenssl vendor 3 vendor
2122026-05-27T05:18:44.848Zperl system 5.40 system
2132026-05-27T05:18:44.848Zpostgresql system 18 system
2142026-05-27T05:18:44.848Zpostgresql system 17 system
2152026-05-27T05:18:44.848Zpython vendor 3 vendor
2162026-05-27T05:18:44.848Zpython system 2 system
2172026-05-27T05:18:44.848Zpython3 vendor 3.13 vendor
2182026-05-27T05:18:44.848Zruby system 3.4 system
2192026-05-27T05:18:44.848Zruby system 3.0 system
2202026-05-27T05:18:44.848Zwords vendor vendor american-english
2212026-05-27T05:18:44.848Zwords system system australian-english
2222026-05-27T05:18:44.848Zwords system system british-english
2232026-05-27T05:18:44.848Zwords system system canadian-english
2242026-05-27T05:18:44.848Zwords system system french
2252026-05-27T05:18:44.848Zwords system system italian
2262026-05-27T05:18:44.848Zwords system system ngerman
2272026-05-27T05:18:44.848Zwords system system ogerman
2282026-05-27T05:18:44.848Zwords system system spanish
2292026-05-27T05:18:45.101ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-27T05:18:45.101Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-27T05:18:45.373ZFMRI IFO
2322026-05-27T05:18:45.373Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-27T05:18:45.373Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-27T05:18:45.373Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-27T05:18:45.373Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-27T05:18:45.373Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-27T05:18:45.373Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-27T05:18:45.373Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-27T05:18:45.373Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-27T05:18:45.373Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-27T05:18:45.621Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-27T05:18:45.865Z Updating crates.io index
2432026-05-27T05:18:45.899Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-27T05:18:46.643Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-27T05:18:47.138Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-27T05:18:47.821Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-27T05:18:48.718Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-27T05:18:49.213Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-27T05:18:51.073Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-27T05:18:51.852Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-27T05:18:52.224Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-27T05:18:53.044Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-27T05:18:53.290Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-27T05:18:53.749Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-27T05:18:54.133Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-27T05:18:55.036Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-27T05:18:55.507Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-27T05:18:55.816Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-27T05:18:56.148Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-27T05:18:56.788Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-27T05:18:57.131Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-27T05:18:57.341Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-27T05:18:57.556Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-27T05:18:57.804Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-27T05:18:58.174Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-27T05:18:58.610Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-27T05:18:58.872Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-27T05:18:59.353Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-27T05:18:59.590Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-27T05:18:59.867Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-27T05:19:00.880Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-27T05:19:01.554Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-27T05:19:01.985Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-27T05:19:02.273Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-27T05:19:02.586Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-27T05:19:02.894Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-27T05:19:03.228Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-27T05:19:03.756Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-27T05:19:03.985Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-27T05:19:04.226Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-27T05:19:04.506Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-27T05:19:04.836Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-27T05:19:16.303Z Downloading crates ...
2842026-05-27T05:19:16.360Z Downloaded clap_derive v4.5.55
2852026-05-27T05:19:16.363Z Downloaded ordered-float v2.10.1
2862026-05-27T05:19:16.369Z Downloaded thiserror v1.0.69
2872026-05-27T05:19:16.373Z Downloaded usdt-attr-macro v0.5.0
2882026-05-27T05:19:16.376Z Downloaded unicode-xid v0.2.6
2892026-05-27T05:19:16.379Z Downloaded zmij v1.0.21
2902026-05-27T05:19:16.382Z Downloaded utf8_iter v1.0.4
2912026-05-27T05:19:16.382Z Downloaded tabled v0.15.0
2922026-05-27T05:19:16.390Z Downloaded unicode-ident v1.0.24
2932026-05-27T05:19:16.393Z Downloaded zerofrom v0.1.6
2942026-05-27T05:19:16.393Z Downloaded textwrap v0.16.2
2952026-05-27T05:19:16.393Z Downloaded yoke-derive v0.8.1
2962026-05-27T05:19:16.396Z Downloaded hashbrown v0.17.0
2972026-05-27T05:19:16.399Z Downloaded tinystr v0.8.2
2982026-05-27T05:19:16.399Z Downloaded form_urlencoded v1.2.2
2992026-05-27T05:19:16.399Z Downloaded displaydoc v0.2.5
3002026-05-27T05:19:16.402Z Downloaded digest v0.10.7
3012026-05-27T05:19:16.402Z Downloaded anstyle-parse v0.2.7
3022026-05-27T05:19:16.402Z Downloaded utf8parse v0.2.2
3032026-05-27T05:19:16.406Z Downloaded usdt-macro v0.5.0
3042026-05-27T05:19:16.406Z Downloaded icu_properties v2.1.2
3052026-05-27T05:19:16.406Z Downloaded heck v0.5.0
3062026-05-27T05:19:16.406Z Downloaded fnv v1.0.7
3072026-05-27T05:19:16.408Z Downloaded ucd-trie v0.1.7
3082026-05-27T05:19:16.408Z Downloaded clap_lex v1.0.0
3092026-05-27T05:19:16.412Z Downloaded papergrid v0.11.0
3102026-05-27T05:19:16.415Z Downloaded litemap v0.8.1
3112026-05-27T05:19:16.415Z Downloaded tabled_derive v0.7.0
3122026-05-27T05:19:16.415Z Downloaded itoa v1.0.17
3132026-05-27T05:19:16.418Z Downloaded icu_provider v2.1.1
3142026-05-27T05:19:16.421Z Downloaded version_check v0.9.5
3152026-05-27T05:19:16.424Z Downloaded idna_adapter v1.2.1
3162026-05-27T05:19:16.424Z Downloaded cfg-if v1.0.4
3172026-05-27T05:19:16.424Z Downloaded toml_datetime v0.6.11
3182026-05-27T05:19:16.424Z Downloaded errno v0.3.14
3192026-05-27T05:19:16.427Z Downloaded toml_write v0.1.2
3202026-05-27T05:19:16.430Z Downloaded yoke v0.8.1
3212026-05-27T05:19:16.430Z Downloaded strsim v0.11.1
3222026-05-27T05:19:16.430Z Downloaded is_terminal_polyfill v1.70.2
3232026-05-27T05:19:16.434Z Downloaded thread-id v4.2.2
3242026-05-27T05:19:16.434Z Downloaded anstyle-query v1.1.5
3252026-05-27T05:19:16.434Z Downloaded thiserror-impl v2.0.18
3262026-05-27T05:19:16.434Z Downloaded heck v0.4.1
3272026-05-27T05:19:16.437Z Downloaded macaddr v1.0.1
3282026-05-27T05:19:16.437Z Downloaded usdt v0.5.0
3292026-05-27T05:19:16.441Z Downloaded colorchoice v1.0.4
3302026-05-27T05:19:16.445Z Downloaded toml_edit v0.22.27
3312026-05-27T05:19:16.445Z Downloaded crypto-common v0.1.7
3322026-05-27T05:19:16.445Z Downloaded terminal_size v0.4.3
3332026-05-27T05:19:16.448Z Downloaded stable_deref_trait v1.2.1
3342026-05-27T05:19:16.448Z Downloaded zerovec-derive v0.11.2
3352026-05-27T05:19:16.448Z Downloaded swrite v0.1.0
3362026-05-27T05:19:16.448Z Downloaded thiserror v2.0.18
3372026-05-27T05:19:16.452Z Downloaded typeid v1.0.3
3382026-05-27T05:19:16.452Z Downloaded bytecount v0.6.9
3392026-05-27T05:19:16.456Z Downloaded unicode-linebreak v0.1.5
3402026-05-27T05:19:16.461Z Downloaded thiserror-impl v1.0.69
3412026-05-27T05:19:16.461Z Downloaded cpufeatures v0.2.17
3422026-05-27T05:19:16.464Z Downloaded zerofrom-derive v0.1.6
3432026-05-27T05:19:16.464Z Downloaded generic-array v0.14.7
3442026-05-27T05:19:16.464Z Downloaded zerotrie v0.2.3
3452026-05-27T05:19:16.467Z Downloaded usdt-impl v0.5.0
3462026-05-27T05:19:16.467Z Downloaded equivalent v1.0.2
3472026-05-27T05:19:16.467Z Downloaded writeable v0.6.2
3482026-05-27T05:19:16.467Z Downloaded serde-value v0.7.0
3492026-05-27T05:19:16.470Z Downloaded potential_utf v0.1.4
3502026-05-27T05:19:16.470Z Downloaded zerocopy-derive v0.7.35
3512026-05-27T05:19:16.473Z Downloaded smawk v0.3.2
3522026-05-27T05:19:16.477Z Downloaded typenum v1.19.0
3532026-05-27T05:19:16.477Z Downloaded proc-macro-error-attr v1.0.4
3542026-05-27T05:19:16.477Z Downloaded fastrand v2.3.0
3552026-05-27T05:19:16.480Z Downloaded serde_spanned v0.6.9
3562026-05-27T05:19:16.480Z Downloaded memmap v0.7.0
3572026-05-27T05:19:16.480Z Downloaded dof v0.3.0
3582026-05-27T05:19:16.480Z Downloaded url v2.5.8
3592026-05-27T05:19:16.483Z Downloaded block-buffer v0.10.4
3602026-05-27T05:19:16.483Z Downloaded plain v0.2.3
3612026-05-27T05:19:16.486Z Downloaded dtrace-parser v0.2.0
3622026-05-27T05:19:16.486Z Downloaded percent-encoding v2.3.2
3632026-05-27T05:19:16.489Z Downloaded erased-serde v0.4.9
3642026-05-27T05:19:16.489Z Downloaded zerocopy v0.7.35
3652026-05-27T05:19:16.497Z Downloaded fs-err v3.3.0
3662026-05-27T05:19:16.500Z Downloaded anstream v0.6.21
3672026-05-27T05:19:16.500Z Downloaded cargo-platform v0.2.0
3682026-05-27T05:19:16.503Z Downloaded zerovec v0.11.5
3692026-05-27T05:19:16.506Z Downloaded scroll_derive v0.12.1
3702026-05-27T05:19:16.506Z Downloaded cargo_toml v0.21.0
3712026-05-27T05:19:16.508Z Downloaded unicode-width v0.2.0
3722026-05-27T05:19:16.517Z Downloaded sha2 v0.10.9
3732026-05-27T05:19:16.520Z Downloaded quote v1.0.45
3742026-05-27T05:19:16.520Z Downloaded winnow v0.7.14
3752026-05-27T05:19:16.523Z Downloaded pretty-hex v0.4.1
3762026-05-27T05:19:16.526Z Downloaded unicode-width v0.1.14
3772026-05-27T05:19:16.531Z Downloaded synstructure v0.13.2
3782026-05-27T05:19:16.531Z Downloaded camino-tempfile v1.4.1
3792026-05-27T05:19:16.534Z Downloaded num-traits v0.2.19
3802026-05-27T05:19:16.534Z Downloaded autocfg v1.5.0
3812026-05-27T05:19:16.537Z Downloaded memchr v2.8.0
3822026-05-27T05:19:16.542Z Downloaded serde_tokenstream v0.2.3
3832026-05-27T05:19:16.547Z Downloaded byteorder v1.5.0
3842026-05-27T05:19:16.547Z Downloaded anstyle v1.0.13
3852026-05-27T05:19:16.553Z Downloaded serde-untagged v0.1.9
3862026-05-27T05:19:16.556Z Downloaded bitflags v2.11.0
3872026-05-27T05:19:16.559Z Downloaded semver v1.0.28
3882026-05-27T05:19:16.562Z Downloaded pest_derive v2.8.6
3892026-05-27T05:19:16.562Z Downloaded camino v1.2.2
3902026-05-27T05:19:16.606Z Downloaded smallvec v1.15.1
3912026-05-27T05:19:16.606Z Downloaded proc-macro-error v1.0.4
3922026-05-27T05:19:16.606Z Downloaded once_cell v1.21.3
3932026-05-27T05:19:16.606Z Downloaded tempfile v3.25.0
3942026-05-27T05:19:16.610Z Downloaded scroll v0.12.0
3952026-05-27T05:19:16.610Z Downloaded pest_generator v2.8.6
3962026-05-27T05:19:16.610Z Downloaded log v0.4.29
3972026-05-27T05:19:16.610Z Downloaded indexmap v2.14.0
3982026-05-27T05:19:16.610Z Downloaded cargo-util-schemas v0.8.2
3992026-05-27T05:19:16.611Z Downloaded anyhow v1.0.102
4002026-05-27T05:19:16.611Z Downloaded serde_core v1.0.228
4012026-05-27T05:19:16.611Z Downloaded proc-macro2 v1.0.106
4022026-05-27T05:19:16.611Z Downloaded getrandom v0.4.1
4032026-05-27T05:19:16.611Z Downloaded serde_derive v1.0.228
4042026-05-27T05:19:16.611Z Downloaded icu_locale_core v2.1.1
4052026-05-27T05:19:16.611Z Downloaded pest_meta v2.8.6
4062026-05-27T05:19:16.611Z Downloaded cargo_metadata v0.21.0
4072026-05-27T05:19:16.611Z Downloaded clap v4.5.60
4082026-05-27T05:19:16.611Z Downloaded icu_normalizer_data v2.1.1
4092026-05-27T05:19:16.611Z Downloaded icu_collections v2.1.1
4102026-05-27T05:19:16.611Z Downloaded serde v1.0.228
4112026-05-27T05:19:16.615Z Downloaded icu_normalizer v2.1.1
4122026-05-27T05:19:16.623Z Downloaded icu_properties_data v2.1.2
4132026-05-27T05:19:16.631Z Downloaded pest v2.8.6
4142026-05-27T05:19:16.638Z Downloaded idna v1.1.0
4152026-05-27T05:19:16.646Z Downloaded serde_json v1.0.149
4162026-05-27T05:19:16.650Z Downloaded clap_builder v4.5.60
4172026-05-27T05:19:16.654Z Downloaded goblin v0.8.2
4182026-05-27T05:19:16.676Z Downloaded syn v1.0.109
4192026-05-27T05:19:16.684Z Downloaded syn v2.0.117
4202026-05-27T05:19:16.699Z Downloaded rustix v1.1.3
4212026-05-27T05:19:16.719Z Downloaded libc v0.2.185
4222026-05-27T05:19:19.145Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/toml/0.8.23/download` (151.101.22.137), got 500
4232026-05-27T05:19:19.145Zbody:
4242026-05-27T05:19:19.145Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
4252026-05-27T05:19:19.838Z Downloaded toml v0.8.23
4262026-05-27T05:19:19.891Z Compiling proc-macro2 v1.0.106
4272026-05-27T05:19:19.894Z Compiling unicode-ident v1.0.24
4282026-05-27T05:19:19.894Z Compiling quote v1.0.45
4292026-05-27T05:19:19.894Z Compiling serde_core v1.0.228
4302026-05-27T05:19:19.894Z Compiling libc v0.2.185
4312026-05-27T05:19:19.894Z Compiling version_check v0.9.5
4322026-05-27T05:19:19.894Z Compiling memchr v2.8.0
4332026-05-27T05:19:19.894Z Compiling stable_deref_trait v1.2.1
4342026-05-27T05:19:20.209Z Compiling serde v1.0.228
4352026-05-27T05:19:20.229Z Compiling zmij v1.0.21
4362026-05-27T05:19:20.479Z Compiling itoa v1.0.17
4372026-05-27T05:19:20.593Z Compiling ucd-trie v0.1.7
4382026-05-27T05:19:20.641Z Compiling thiserror v1.0.69
4392026-05-27T05:19:20.788Z Compiling autocfg v1.5.0
4402026-05-27T05:19:20.858Z Compiling pest v2.8.6
4412026-05-27T05:19:20.897Z Compiling litemap v0.8.1
4422026-05-27T05:19:20.996Z Compiling writeable v0.6.2
4432026-05-27T05:19:21.129Z Compiling rustix v1.1.3
4442026-05-27T05:19:21.191Z Compiling icu_properties_data v2.1.2
4452026-05-27T05:19:21.372Z Compiling icu_normalizer_data v2.1.1
4462026-05-27T05:19:21.434Z Compiling syn v2.0.117
4472026-05-27T05:19:21.466Z Compiling byteorder v1.5.0
4482026-05-27T05:19:21.585Z Compiling errno v0.3.14
4492026-05-27T05:19:21.629Z Compiling bitflags v2.11.0
4502026-05-27T05:19:21.687Z Compiling serde_json v1.0.149
4512026-05-27T05:19:21.868Z Compiling num-traits v0.2.19
4522026-05-27T05:19:21.931Z Compiling hashbrown v0.17.0
4532026-05-27T05:19:21.931Z Compiling pest_meta v2.8.6
4542026-05-27T05:19:22.046Z Compiling smallvec v1.15.1
4552026-05-27T05:19:22.115Z Compiling equivalent v1.0.2
4562026-05-27T05:19:22.267Z Compiling typeid v1.0.3
4572026-05-27T05:19:22.440Z Compiling indexmap v2.14.0
4582026-05-27T05:19:22.542Z Compiling thread-id v4.2.2
4592026-05-27T05:19:22.586Z Compiling usdt-impl v0.5.0
4602026-05-27T05:19:22.618Z Compiling proc-macro-error-attr v1.0.4
4612026-05-27T05:19:22.618Z Compiling toml_write v0.1.2
4622026-05-27T05:19:22.761Z Compiling syn v1.0.109
4632026-05-27T05:19:22.795Z Compiling erased-serde v0.4.9
4642026-05-27T05:19:22.829Z Compiling winnow v0.7.14
4652026-05-27T05:19:23.124Z Compiling proc-macro-error v1.0.4
4662026-05-27T05:19:23.201Z Compiling percent-encoding v2.3.2
4672026-05-27T05:19:23.312Z Compiling utf8parse v0.2.2
4682026-05-27T05:19:23.396Z Compiling getrandom v0.4.1
4692026-05-27T05:19:23.429Z Compiling log v0.4.29
4702026-05-27T05:19:23.500Z Compiling camino v1.2.2
4712026-05-27T05:19:23.609Z Compiling utf8_iter v1.0.4
4722026-05-27T05:19:23.626Z Compiling plain v0.2.3
4732026-05-27T05:19:23.732Z Compiling thiserror v2.0.18
4742026-05-27T05:19:23.750Z Compiling ordered-float v2.10.1
4752026-05-27T05:19:23.765Z Compiling anstyle-parse v0.2.7
4762026-05-27T05:19:23.802Z Compiling form_urlencoded v1.2.2
4772026-05-27T05:19:23.973Z Compiling synstructure v0.13.2
4782026-05-27T05:19:23.990Z Compiling pest_generator v2.8.6
4792026-05-27T05:19:24.283Z Compiling terminal_size v0.4.3
4802026-05-27T05:19:24.424Z Compiling is_terminal_polyfill v1.70.2
4812026-05-27T05:19:24.459Z Compiling pretty-hex v0.4.1
4822026-05-27T05:19:24.539Z Compiling anstyle-query v1.1.5
4832026-05-27T05:19:24.572Z Compiling colorchoice v1.0.4
4842026-05-27T05:19:24.589Z Compiling anstyle v1.0.13
4852026-05-27T05:19:24.618Z Compiling cfg-if v1.0.4
4862026-05-27T05:19:24.666Z Compiling serde-untagged v0.1.9
4872026-05-27T05:19:24.723Z Compiling semver v1.0.28
4882026-05-27T05:19:24.817Z Compiling anstream v0.6.21
4892026-05-27T05:19:24.863Z Compiling fs-err v3.3.0
4902026-05-27T05:19:24.909Z Compiling strsim v0.11.1
4912026-05-27T05:19:25.051Z Compiling unicode-width v0.1.14
4922026-05-27T05:19:25.054Z Compiling bytecount v0.6.9
4932026-05-27T05:19:25.092Z Compiling fnv v1.0.7
4942026-05-27T05:19:25.131Z Compiling once_cell v1.21.3
4952026-05-27T05:19:25.214Z Compiling anyhow v1.0.102
4962026-05-27T05:19:25.262Z Compiling fastrand v2.3.0
4972026-05-27T05:19:25.325Z Compiling heck v0.5.0
4982026-05-27T05:19:25.343Z Compiling clap_lex v1.0.0
4992026-05-27T05:19:25.513Z Compiling heck v0.4.1
5002026-05-27T05:19:25.530Z Compiling unicode-xid v0.2.6
5012026-05-27T05:19:25.562Z Compiling clap_builder v4.5.60
5022026-05-27T05:19:25.581Z Compiling tempfile v3.25.0
5032026-05-27T05:19:25.669Z Compiling papergrid v0.11.0
5042026-05-27T05:19:25.713Z Compiling serde_derive v1.0.228
5052026-05-27T05:19:25.734Z Compiling zerofrom-derive v0.1.6
5062026-05-27T05:19:25.751Z Compiling yoke-derive v0.8.1
5072026-05-27T05:19:25.959Z Compiling zerovec-derive v0.11.2
5082026-05-27T05:19:26.069Z Compiling displaydoc v0.2.5
5092026-05-27T05:19:26.794Z Compiling thiserror-impl v1.0.69
5102026-05-27T05:19:26.887Z Compiling zerocopy-derive v0.7.35
5112026-05-27T05:19:27.041Z Compiling pest_derive v2.8.6
5122026-05-27T05:19:27.077Z Compiling scroll_derive v0.12.1
5132026-05-27T05:19:27.101Z Compiling zerofrom v0.1.6
5142026-05-27T05:19:27.235Z Compiling yoke v0.8.1
5152026-05-27T05:19:27.428Z Compiling zerovec v0.11.5
5162026-05-27T05:19:27.453Z Compiling zerotrie v0.2.3
5172026-05-27T05:19:27.767Z Compiling scroll v0.12.0
5182026-05-27T05:19:27.772Z Compiling thiserror-impl v2.0.18
5192026-05-27T05:19:27.776Z Compiling zerocopy v0.7.35
5202026-05-27T05:19:27.932Z Compiling tinystr v0.8.2
5212026-05-27T05:19:28.006Z Compiling potential_utf v0.1.4
5222026-05-27T05:19:28.138Z Compiling icu_locale_core v2.1.1
5232026-05-27T05:19:28.156Z Compiling icu_collections v2.1.1
5242026-05-27T05:19:28.173Z Compiling dtrace-parser v0.2.0
5252026-05-27T05:19:28.316Z Compiling goblin v0.8.2
5262026-05-27T05:19:28.537Z Compiling tabled_derive v0.7.0
5272026-05-27T05:19:28.630Z Compiling clap_derive v4.5.55
5282026-05-27T05:19:28.906Z Compiling icu_provider v2.1.1
5292026-05-27T05:19:29.076Z Compiling toml_datetime v0.6.11
5302026-05-27T05:19:29.105Z Compiling serde_spanned v0.6.9
5312026-05-27T05:19:29.123Z Compiling dof v0.3.0
5322026-05-27T05:19:29.123Z Compiling serde_tokenstream v0.2.3
5332026-05-27T05:19:29.210Z Compiling icu_normalizer v2.1.1
5342026-05-27T05:19:29.254Z Compiling icu_properties v2.1.2
5352026-05-27T05:19:29.337Z Compiling toml_edit v0.22.27
5362026-05-27T05:19:29.583Z Compiling serde-value v0.7.0
5372026-05-27T05:19:29.622Z Compiling cargo-platform v0.2.0
5382026-05-27T05:19:29.828Z Compiling memmap v0.7.0
5392026-05-27T05:19:29.904Z Compiling unicode-width v0.2.0
5402026-05-27T05:19:29.951Z Compiling unicode-linebreak v0.1.5
5412026-05-27T05:19:30.021Z Compiling smawk v0.3.2
5422026-05-27T05:19:30.120Z Compiling usdt-attr-macro v0.5.0
5432026-05-27T05:19:30.164Z Compiling idna_adapter v1.2.1
5442026-05-27T05:19:30.198Z Compiling usdt-macro v0.5.0
5452026-05-27T05:19:30.215Z Compiling textwrap v0.16.2
5462026-05-27T05:19:30.311Z Compiling idna v1.1.0
5472026-05-27T05:19:30.385Z Compiling tabled v0.15.0
5482026-05-27T05:19:30.409Z Compiling clap v4.5.60
5492026-05-27T05:19:30.684Z Compiling url v2.5.8
5502026-05-27T05:19:30.808Z Compiling macaddr v1.0.1
5512026-05-27T05:19:30.825Z Compiling toml v0.8.23
5522026-05-27T05:19:30.973Z Compiling camino-tempfile v1.4.1
5532026-05-27T05:19:31.206Z Compiling cargo-util-schemas v0.8.2
5542026-05-27T05:19:31.433Z Compiling cargo_toml v0.21.0
5552026-05-27T05:19:31.436Z Compiling swrite v0.1.0
5562026-05-27T05:19:31.481Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-05-27T05:19:31.731Z Compiling usdt v0.5.0
5582026-05-27T05:19:32.127Z Compiling cargo_metadata v0.21.0
5592026-05-27T05:19:33.056Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-05-27T05:19:35.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.67s
5612026-05-27T05:19:35.369Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5622026-05-27T05:19:35.936Z Downloading crates ...
5632026-05-27T05:19:36.045Z Downloaded adler2 v2.0.1
5642026-05-27T05:19:36.057Z Downloaded compression-core v0.4.31
5652026-05-27T05:19:36.060Z Downloaded buf-list v1.1.2
5662026-05-27T05:19:36.060Z Downloaded bit-set v0.8.0
5672026-05-27T05:19:36.064Z Downloaded bitfield-struct v0.6.2
5682026-05-27T05:19:36.064Z Downloaded bcrypt-pbkdf v0.10.0
5692026-05-27T05:19:36.064Z Downloaded base64ct v1.8.3
5702026-05-27T05:19:36.070Z Downloaded base64 v0.21.7
5712026-05-27T05:19:36.073Z Downloaded bitfield-macros v0.19.4
5722026-05-27T05:19:36.078Z Downloaded ciborium-ll v0.2.2
5732026-05-27T05:19:36.083Z Downloaded bit-set v0.5.3
5742026-05-27T05:19:36.083Z Downloaded async-stream v0.3.6
5752026-05-27T05:19:36.087Z Downloaded cfg_aliases v0.1.1
5762026-05-27T05:19:36.090Z Downloaded array-init v0.0.4
5772026-05-27T05:19:36.094Z Downloaded cfg_aliases v0.2.1
5782026-05-27T05:19:36.097Z Downloaded atomicwrites v0.4.4
5792026-05-27T05:19:36.097Z Downloaded atty v0.2.14
5802026-05-27T05:19:36.103Z Downloaded cobs v0.3.0
5812026-05-27T05:19:36.113Z Downloaded cstr-argument v0.1.2
5822026-05-27T05:19:36.116Z Downloaded constant_time_eq v0.4.2
5832026-05-27T05:19:36.116Z Downloaded crunchy v0.2.4
5842026-05-27T05:19:36.116Z Downloaded async-trait v0.1.89
5852026-05-27T05:19:36.119Z Downloaded crucible-workspace-hack v0.1.0
5862026-05-27T05:19:36.119Z Downloaded compression-codecs v0.4.37
5872026-05-27T05:19:36.122Z Downloaded arc-swap v1.8.2
5882026-05-27T05:19:36.125Z Downloaded curve25519-dalek-derive v0.1.1
5892026-05-27T05:19:36.125Z Downloaded colored v3.1.1
5902026-05-27T05:19:36.129Z Downloaded cipher v0.4.4
5912026-05-27T05:19:36.129Z Downloaded base64 v0.22.1
5922026-05-27T05:19:36.134Z Downloaded convert_case v0.10.0
5932026-05-27T05:19:36.134Z Downloaded castaway v0.2.4
5942026-05-27T05:19:36.134Z Downloaded darling_macro v0.21.3
5952026-05-27T05:19:36.134Z Downloaded display-error-chain v0.2.2
5962026-05-27T05:19:36.134Z Downloaded crc8 v0.1.1
5972026-05-27T05:19:36.137Z Downloaded async-stream-impl v0.3.6
5982026-05-27T05:19:36.137Z Downloaded bitflags v1.3.2
5992026-05-27T05:19:36.137Z Downloaded cargo-platform v0.3.2
6002026-05-27T05:19:36.137Z Downloaded assert_matches v1.5.0
6012026-05-27T05:19:36.140Z Downloaded cargo_metadata v0.23.1
6022026-05-27T05:19:36.140Z Downloaded bit-vec v0.8.0
6032026-05-27T05:19:36.140Z Downloaded dsl_auto_type v0.2.0
6042026-05-27T05:19:36.146Z Downloaded difflib v0.4.0
6052026-05-27T05:19:36.146Z Downloaded defmt v0.3.100
6062026-05-27T05:19:36.146Z Downloaded darling_macro v0.23.0
6072026-05-27T05:19:36.152Z Downloaded downcast-rs v2.0.2
6082026-05-27T05:19:36.152Z Downloaded dirs-next v2.0.0
6092026-05-27T05:19:36.159Z Downloaded convert_case v0.4.0
6102026-05-27T05:19:36.159Z Downloaded dtrace-parser v0.3.0
6112026-05-27T05:19:36.159Z Downloaded ahash v0.8.12
6122026-05-27T05:19:36.159Z Downloaded dyn-clone v1.0.20
6132026-05-27T05:19:36.159Z Downloaded cassowary v0.3.0
6142026-05-27T05:19:36.162Z Downloaded endian-type v0.1.2
6152026-05-27T05:19:36.162Z Downloaded embedded-io v0.6.1
6162026-05-27T05:19:36.162Z Downloaded env_filter v1.0.0
6172026-05-27T05:19:36.162Z Downloaded embedded-io v0.4.0
6182026-05-27T05:19:36.162Z Downloaded cpufeatures v0.3.0
6192026-05-27T05:19:36.166Z Downloaded base16ct v0.2.0
6202026-05-27T05:19:36.170Z Downloaded foreign-types-macros v0.2.3
6212026-05-27T05:19:36.170Z Downloaded fixedbitset v0.4.2
6222026-05-27T05:19:36.170Z Downloaded crc-catalog v2.4.0
6232026-05-27T05:19:36.170Z Downloaded debug-ignore v1.0.5
6242026-05-27T05:19:36.170Z Downloaded async-recursion v1.1.1
6252026-05-27T05:19:36.173Z Downloaded arrayref v0.3.9
6262026-05-27T05:19:36.173Z Downloaded crc v3.4.0
6272026-05-27T05:19:36.173Z Downloaded darling_macro v0.20.11
6282026-05-27T05:19:36.173Z Downloaded block-padding v0.3.3
6292026-05-27T05:19:36.178Z Downloaded ascii-canvas v3.0.0
6302026-05-27T05:19:36.178Z Downloaded diesel_table_macro_syntax v0.3.0
6312026-05-27T05:19:36.178Z Downloaded dropshot-api-manager-types v0.7.2
6322026-05-27T05:19:36.184Z Downloaded foreign-types-shared v0.3.1
6332026-05-27T05:19:36.184Z Downloaded dunce v1.0.5
6342026-05-27T05:19:36.184Z Downloaded aead v0.5.2
6352026-05-27T05:19:36.184Z Downloaded byte-wrapper v0.1.0
6362026-05-27T05:19:36.189Z Downloaded fd-lock v4.0.4
6372026-05-27T05:19:36.190Z Downloaded foreign-types v0.3.2
6382026-05-27T05:19:36.190Z Downloaded atomic-waker v1.1.2
6392026-05-27T05:19:36.190Z Downloaded document-features v0.2.12
6402026-05-27T05:19:36.198Z Downloaded float-ord v0.3.2
6412026-05-27T05:19:36.198Z Downloaded ctr v0.9.2
6422026-05-27T05:19:36.198Z Downloaded bitfield v0.19.4
6432026-05-27T05:19:36.202Z Downloaded bit-vec v0.6.3
6442026-05-27T05:19:36.202Z Downloaded futures-sink v0.3.32
6452026-05-27T05:19:36.203Z Downloaded ciborium-io v0.2.2
6462026-05-27T05:19:36.203Z Downloaded defmt-parser v1.0.0
6472026-05-27T05:19:36.203Z Downloaded foreign-types v0.5.0
6482026-05-27T05:19:36.203Z Downloaded futures-macro v0.3.32
6492026-05-27T05:19:36.203Z Downloaded critical-section v1.2.0
6502026-05-27T05:19:36.208Z Downloaded futures-io v0.3.32
6512026-05-27T05:19:36.208Z Downloaded funty v2.0.0
6522026-05-27T05:19:36.208Z Downloaded foreign-types-shared v0.1.1
6532026-05-27T05:19:36.209Z Downloaded futures-core v0.3.32
6542026-05-27T05:19:36.213Z Downloaded futures-task v0.3.32
6552026-05-27T05:19:36.213Z Downloaded daft-derive v0.1.7
6562026-05-27T05:19:36.213Z Downloaded darling v0.13.4
6572026-05-27T05:19:36.217Z Downloaded chacha20 v0.10.0
6582026-05-27T05:19:36.218Z Downloaded cookie_store v0.22.1
6592026-05-27T05:19:36.218Z Downloaded ciborium v0.2.2
6602026-05-27T05:19:36.223Z Downloaded float-cmp v0.10.0
6612026-05-27T05:19:36.223Z Downloaded dof v0.4.0
6622026-05-27T05:19:36.223Z Downloaded corncobs v0.1.4
6632026-05-27T05:19:36.223Z Downloaded blowfish v0.9.1
6642026-05-27T05:19:36.223Z Downloaded backoff v0.4.0
6652026-05-27T05:19:36.223Z Downloaded globwalk v0.9.1
6662026-05-27T05:19:36.226Z Downloaded derive_builder_macro v0.20.2
6672026-05-27T05:19:36.226Z Downloaded argon2 v0.5.3
6682026-05-27T05:19:36.226Z Downloaded derive_builder_core v0.20.2
6692026-05-27T05:19:36.226Z Downloaded bcs v0.1.6
6702026-05-27T05:19:36.230Z Downloaded dirs-sys-next v0.1.2
6712026-05-27T05:19:36.230Z Downloaded deranged v0.5.8
6722026-05-27T05:19:36.233Z Downloaded defmt v1.0.1
6732026-05-27T05:19:36.233Z Downloaded cmake v0.1.57
6742026-05-27T05:19:36.233Z Downloaded git-stub v1.0.0
6752026-05-27T05:19:36.233Z Downloaded diesel-dtrace v0.5.0
6762026-05-27T05:19:36.237Z Downloaded enum-as-inner v0.6.1
6772026-05-27T05:19:36.237Z Downloaded bb8 v0.8.6
6782026-05-27T05:19:36.237Z Downloaded async-bb8-diesel v0.2.1
6792026-05-27T05:19:36.240Z Downloaded cexpr v0.6.0
6802026-05-27T05:19:36.247Z Downloaded fallible-iterator v0.2.0
6812026-05-27T05:19:36.247Z Downloaded erased-serde v0.3.31
6822026-05-27T05:19:36.251Z Downloaded ed25519 v2.2.3
6832026-05-27T05:19:36.251Z Downloaded darling_macro v0.13.4
6842026-05-27T05:19:36.251Z Downloaded ghash v0.5.1
6852026-05-27T05:19:36.251Z Downloaded data-encoding v2.10.0
6862026-05-27T05:19:36.251Z Downloaded cbc v0.1.2
6872026-05-27T05:19:36.251Z Downloaded der_derive v0.7.3
6882026-05-27T05:19:36.255Z Downloaded ecdsa v0.16.9
6892026-05-27T05:19:36.256Z Downloaded console v0.15.11
6902026-05-27T05:19:36.256Z Downloaded fs-err v2.11.0
6912026-05-27T05:19:36.260Z Downloaded foldhash v0.2.0
6922026-05-27T05:19:36.260Z Downloaded find-msvc-tools v0.1.9
6932026-05-27T05:19:36.260Z Downloaded fxhash v0.2.1
6942026-05-27T05:19:36.260Z Downloaded arrayvec v0.7.6
6952026-05-27T05:19:36.263Z Downloaded gethostname v0.5.0
6962026-05-27T05:19:36.263Z Downloaded fs_extra v1.3.0
6972026-05-27T05:19:36.263Z Downloaded ena v0.14.4
6982026-05-27T05:19:36.298Z Downloaded hash32 v0.3.1
6992026-05-27T05:19:36.298Z Downloaded ff v0.13.1
7002026-05-27T05:19:36.298Z Downloaded darling v0.20.11
7012026-05-27T05:19:36.310Z Downloaded blake2 v0.10.6
7022026-05-27T05:19:36.311Z Downloaded crossbeam-utils v0.8.21
7032026-05-27T05:19:36.311Z Downloaded cancel-safe-futures v0.1.5
7042026-05-27T05:19:36.311Z Downloaded hubpack v0.1.2
7052026-05-27T05:19:36.311Z Downloaded darling v0.23.0
7062026-05-27T05:19:36.311Z Downloaded darling v0.21.3
7072026-05-27T05:19:36.311Z Downloaded cookie v0.18.1
7082026-05-27T05:19:36.311Z Downloaded hyper-tls v0.6.0
7092026-05-27T05:19:36.311Z Downloaded flagset v0.4.7
7102026-05-27T05:19:36.311Z Downloaded hash32 v0.2.1
7112026-05-27T05:19:36.311Z Downloaded hex v0.4.3
7122026-05-27T05:19:36.311Z Downloaded headers-core v0.3.0
7132026-05-27T05:19:36.311Z Downloaded hostname v0.4.2
7142026-05-27T05:19:36.311Z Downloaded csv-core v0.1.13
7152026-05-27T05:19:36.311Z Downloaded http-range v0.1.5
7162026-05-27T05:19:36.311Z Downloaded home v0.5.12
7172026-05-27T05:19:36.311Z Downloaded hex-literal v0.4.1
7182026-05-27T05:19:36.311Z Downloaded console v0.16.2
7192026-05-27T05:19:36.311Z Downloaded camino-tempfile-ext v0.3.3
7202026-05-27T05:19:36.311Z Downloaded httpdate v1.0.3
7212026-05-27T05:19:36.311Z Downloaded group v0.13.0
7222026-05-27T05:19:36.311Z Downloaded globset v0.4.18
7232026-05-27T05:19:36.312Z Downloaded glob v0.3.3
7242026-05-27T05:19:36.312Z Downloaded git-stub-vcs v0.1.0
7252026-05-27T05:19:36.312Z Downloaded const_format_proc_macros v0.2.34
7262026-05-27T05:19:36.312Z Downloaded clang-sys v1.8.1
7272026-05-27T05:19:36.312Z Downloaded chacha20 v0.9.1
7282026-05-27T05:19:36.317Z Downloaded instant v0.1.13
7292026-05-27T05:19:36.317Z Downloaded futures-channel v0.3.32
7302026-05-27T05:19:36.317Z Downloaded foldhash v0.1.5
7312026-05-27T05:19:36.317Z Downloaded fixedbitset v0.5.7
7322026-05-27T05:19:36.317Z Downloaded internet-checksum v0.2.1
7332026-05-27T05:19:36.317Z Downloaded futures-executor v0.3.32
7342026-05-27T05:19:36.317Z Downloaded derive-ex v0.1.8
7352026-05-27T05:19:36.317Z Downloaded bzip2 v0.4.4
7362026-05-27T05:19:36.317Z Downloaded backon v1.6.0
7372026-05-27T05:19:36.317Z Downloaded colored v2.2.0
7382026-05-27T05:19:36.317Z Downloaded diff v0.1.13
7392026-05-27T05:19:36.321Z Downloaded crossbeam-epoch v0.9.18
7402026-05-27T05:19:36.322Z Downloaded crossbeam-deque v0.8.6
7412026-05-27T05:19:36.322Z Downloaded illumos-nvpair v0.3.0
7422026-05-27T05:19:36.322Z Downloaded hubpack_derive v0.1.1
7432026-05-27T05:19:36.322Z Downloaded bytes v1.11.1
7442026-05-27T05:19:36.324Z Downloaded compact_str v0.8.1
7452026-05-27T05:19:36.325Z Downloaded crc-any v2.5.0
7462026-05-27T05:19:36.328Z Downloaded env_logger v0.11.9
7472026-05-27T05:19:36.328Z Downloaded hostname v0.3.1
7482026-05-27T05:19:36.328Z Downloaded either v1.15.0
7492026-05-27T05:19:36.331Z Downloaded illumos-nvpair-sys v0.2.0
7502026-05-27T05:19:36.331Z Downloaded filetime v0.2.27
7512026-05-27T05:19:36.331Z Downloaded des v0.8.1
7522026-05-27T05:19:36.334Z Downloaded defmt-macros v1.0.1
7532026-05-27T05:19:36.334Z Downloaded is_ci v1.2.0
7542026-05-27T05:19:36.337Z Downloaded daft v0.1.7
7552026-05-27T05:19:36.342Z Downloaded indoc v1.0.9
7562026-05-27T05:19:36.342Z Downloaded http-body v1.0.1
7572026-05-27T05:19:36.345Z Downloaded chacha20poly1305 v0.10.1
7582026-05-27T05:19:36.349Z Downloaded indoc v2.0.7
7592026-05-27T05:19:36.349Z Downloaded futures v0.3.32
7602026-05-27T05:19:36.353Z Downloaded darling_core v0.13.4
7612026-05-27T05:19:36.358Z Downloaded lalrpop-util v0.19.12
7622026-05-27T05:19:36.358Z Downloaded ident_case v1.0.1
7632026-05-27T05:19:36.358Z Downloaded is-terminal v0.4.17
7642026-05-27T05:19:36.361Z Downloaded libscf-sys v1.1.0
7652026-05-27T05:19:36.361Z Downloaded const_format v0.2.35
7662026-05-27T05:19:36.361Z Downloaded crc32fast v1.5.0
7672026-05-27T05:19:36.365Z Downloaded highway v1.3.0
7682026-05-27T05:19:36.368Z Downloaded bumpalo v3.20.2
7692026-05-27T05:19:36.371Z Downloaded instability v0.3.11
7702026-05-27T05:19:36.371Z Downloaded indent_write v2.2.0
7712026-05-27T05:19:36.375Z Downloaded linked-hash-map v0.5.6
7722026-05-27T05:19:36.376Z Downloaded lazy_static v1.5.0
7732026-05-27T05:19:36.376Z Downloaded lru-slab v0.1.2
7742026-05-27T05:19:36.380Z Downloaded lzss v0.8.2
7752026-05-27T05:19:36.380Z Downloaded allocator-api2 v0.2.21
7762026-05-27T05:19:36.383Z Downloaded lru-cache v0.1.2
7772026-05-27T05:19:36.383Z Downloaded memoffset v0.9.1
7782026-05-27T05:19:36.383Z Downloaded const-oid v0.9.6
7792026-05-27T05:19:36.383Z Downloaded impl-trait-for-tuples v0.2.3
7802026-05-27T05:19:36.391Z Downloaded cc v1.2.56
7812026-05-27T05:19:36.391Z Downloaded md-5 v0.10.6
7822026-05-27T05:19:36.394Z Downloaded keccak v0.1.6
7832026-05-27T05:19:36.394Z Downloaded http-body-util v0.1.3
7842026-05-27T05:19:36.395Z Downloaded getrandom v0.2.17
7852026-05-27T05:19:36.395Z Downloaded elliptic-curve v0.13.8
7862026-05-27T05:19:36.395Z Downloaded dropshot_endpoint v0.17.0
7872026-05-27T05:19:36.398Z Downloaded newtype-uuid-macros v0.1.0
7882026-05-27T05:19:36.398Z Downloaded inout v0.1.4
7892026-05-27T05:19:36.398Z Downloaded getrandom v0.3.4
7902026-05-27T05:19:36.402Z Downloaded drift v0.2.0
7912026-05-27T05:19:36.405Z Downloaded maybe-uninit v2.0.0
7922026-05-27T05:19:36.408Z Downloaded ipnetwork v0.21.1
7932026-05-27T05:19:36.408Z Downloaded ingot-types v0.1.2
7942026-05-27T05:19:36.409Z Downloaded newline-converter v0.3.0
7952026-05-27T05:19:36.412Z Downloaded multimap v0.10.1
7962026-05-27T05:19:36.412Z Downloaded ingot-macros v0.1.1
7972026-05-27T05:19:36.412Z Downloaded ingot v0.1.1
7982026-05-27T05:19:36.412Z Downloaded md5 v0.7.0
7992026-05-27T05:19:36.415Z Downloaded match_cfg v0.1.0
8002026-05-27T05:19:36.415Z Downloaded lru v0.12.5
8012026-05-27T05:19:36.415Z Downloaded new_debug_unreachable v1.0.6
8022026-05-27T05:19:36.415Z Downloaded jobserver v0.1.34
8032026-05-27T05:19:36.419Z Downloaded ar_archive_writer v0.5.1
8042026-05-27T05:19:36.419Z Downloaded normalize-line-endings v0.3.0
8052026-05-27T05:19:36.424Z Downloaded nonempty v0.12.0
8062026-05-27T05:19:36.424Z Downloaded hyper-staticfile v0.10.1
8072026-05-27T05:19:36.424Z Downloaded humantime v2.3.0
8082026-05-27T05:19:36.424Z Downloaded managed v0.8.0
8092026-05-27T05:19:36.428Z Downloaded mime v0.3.17
8102026-05-27T05:19:36.428Z Downloaded maplit v1.0.2
8112026-05-27T05:19:36.428Z Downloaded darling_core v0.23.0
8122026-05-27T05:19:36.432Z Downloaded darling_core v0.21.3
8132026-05-27T05:19:36.432Z Downloaded openssl-macros v0.1.1
8142026-05-27T05:19:36.432Z Downloaded num v0.4.3
8152026-05-27T05:19:36.437Z Downloaded nodrop v0.1.14
8162026-05-27T05:19:36.437Z Downloaded nibble_vec v0.1.0
8172026-05-27T05:19:36.437Z Downloaded newtype_derive v0.1.6
8182026-05-27T05:19:36.437Z Downloaded darling_core v0.20.11
8192026-05-27T05:19:36.443Z Downloaded multer v3.1.0
8202026-05-27T05:19:36.443Z Downloaded num-derive v0.4.2
8212026-05-27T05:19:36.443Z Downloaded num-conv v0.2.0
8222026-05-27T05:19:36.454Z Downloaded oso-derive v0.27.3
8232026-05-27T05:19:36.457Z Downloaded openssl-probe v0.2.1
8242026-05-27T05:19:36.457Z Downloaded openssl-probe v0.1.6
8252026-05-27T05:19:36.457Z Downloaded opaque-debug v0.3.1
8262026-05-27T05:19:36.457Z Downloaded num_enum_derive v0.5.11
8272026-05-27T05:19:36.462Z Downloaded num-iter v0.1.45
8282026-05-27T05:19:36.462Z Downloaded lock_api v0.4.14
8292026-05-27T05:19:36.462Z Downloaded linear-map v1.2.0
8302026-05-27T05:19:36.462Z Downloaded libsw v3.5.0
8312026-05-27T05:19:36.462Z Downloaded packed_struct_codegen v0.10.1
8322026-05-27T05:19:36.465Z Downloaded libloading v0.8.9
8332026-05-27T05:19:36.465Z Downloaded hmac v0.12.1
8342026-05-27T05:19:36.465Z Downloaded half v2.7.1
8352026-05-27T05:19:36.468Z Downloaded kstat-rs v0.2.4
8362026-05-27T05:19:36.468Z Downloaded ipnet v2.11.0
8372026-05-27T05:19:36.471Z Downloaded half v1.8.3
8382026-05-27T05:19:36.471Z Downloaded derive_builder v0.20.2
8392026-05-27T05:19:36.474Z Downloaded hyper-rustls v0.27.7
8402026-05-27T05:19:36.477Z Downloaded fatfs v0.3.6
8412026-05-27T05:19:36.477Z Downloaded parse-size v1.1.0
8422026-05-27T05:19:36.477Z Downloaded derive-where v1.6.0
8432026-05-27T05:19:36.480Z Downloaded flume v0.11.1
8442026-05-27T05:19:36.483Z Downloaded mime_guess v2.0.5
8452026-05-27T05:19:36.483Z Downloaded bzip2 v0.6.1
8462026-05-27T05:19:36.487Z Downloaded derive_more v0.99.20
8472026-05-27T05:19:36.493Z Downloaded nanorand v0.7.0
8482026-05-27T05:19:36.493Z Downloaded path-slash v0.1.5
8492026-05-27T05:19:36.493Z Downloaded peg-runtime v0.8.5
8502026-05-27T05:19:36.493Z Downloaded native-tls v0.2.18
8512026-05-27T05:19:36.497Z Downloaded num_threads v0.1.7
8522026-05-27T05:19:36.497Z Downloaded newtype-uuid v1.3.2
8532026-05-27T05:19:36.497Z Downloaded num-integer v0.1.46
8542026-05-27T05:19:36.502Z Downloaded num_enum v0.5.11
8552026-05-27T05:19:36.502Z Downloaded crossbeam-channel v0.5.15
8562026-05-27T05:19:36.505Z Downloaded async-compression v0.4.41
8572026-05-27T05:19:36.508Z Downloaded pin-utils v0.1.0
8582026-05-27T05:19:36.508Z Downloaded pbkdf2 v0.11.0
8592026-05-27T05:19:36.508Z Downloaded phf_shared v0.11.3
8602026-05-27T05:19:36.511Z Downloaded num-derive v0.3.3
8612026-05-27T05:19:36.511Z Downloaded nu-ansi-term v0.50.3
8622026-05-27T05:19:36.515Z Downloaded packed_struct v0.10.1
8632026-05-27T05:19:36.515Z Downloaded libefi-sys v0.1.0
8642026-05-27T05:19:36.515Z Downloaded num-rational v0.4.2
8652026-05-27T05:19:36.515Z Downloaded crypto-bigint v0.5.5
8662026-05-27T05:19:36.518Z Downloaded pbkdf2 v0.12.2
8672026-05-27T05:19:36.523Z Downloaded password-hash v0.4.2
8682026-05-27T05:19:36.523Z Downloaded olpc-cjson v0.1.4
8692026-05-27T05:19:36.523Z Downloaded num_enum_derive v0.7.5
8702026-05-27T05:19:36.527Z Downloaded indexmap v1.9.3
8712026-05-27T05:19:36.527Z Downloaded parse-display-derive v0.10.0
8722026-05-27T05:19:36.530Z Downloaded httparse v1.10.1
8732026-05-27T05:19:36.530Z Downloaded libsw-core v0.3.2
8742026-05-27T05:19:36.532Z Downloaded litrs v1.0.0
8752026-05-27T05:19:36.536Z Downloaded predicates-tree v1.0.13
8762026-05-27T05:19:36.536Z Downloaded oxnet v0.1.4
8772026-05-27T05:19:36.536Z Downloaded phf_shared v0.13.1
8782026-05-27T05:19:36.539Z Downloaded owo-colors v4.3.0
8792026-05-27T05:19:36.539Z Downloaded libbz2-rs-sys v0.2.2
8802026-05-27T05:19:36.539Z Downloaded predicates-core v1.0.10
8812026-05-27T05:19:36.542Z Downloaded powerfmt v0.2.0
8822026-05-27T05:19:36.542Z Downloaded num_enum v0.7.5
8832026-05-27T05:19:36.545Z Downloaded progenitor-macro v0.13.0
8842026-05-27T05:19:36.545Z Downloaded phf_shared v0.12.1
8852026-05-27T05:19:36.545Z Downloaded phf v0.13.1
8862026-05-27T05:19:36.549Z Downloaded hickory-resolver v0.25.2
8872026-05-27T05:19:36.549Z Downloaded progenitor-client v0.11.2
8882026-05-27T05:19:36.552Z Downloaded progenitor-client v0.10.0
8892026-05-27T05:19:36.552Z Downloaded proc-macro-error-attr2 v2.0.0
8902026-05-27T05:19:36.552Z Downloaded proc-macro-crate v3.4.0
8912026-05-27T05:19:36.552Z Downloaded num-complex v0.4.6
8922026-05-27T05:19:36.556Z Downloaded der v0.7.10
8932026-05-27T05:19:36.558Z Downloaded memmap2 v0.9.10
8942026-05-27T05:19:36.559Z Downloaded parking_lot_core v0.8.6
8952026-05-27T05:19:36.561Z Downloaded derive_more v2.1.1
8962026-05-27T05:19:36.566Z Downloaded pkcs8 v0.10.2
8972026-05-27T05:19:36.568Z Downloaded phf v0.12.1
8982026-05-27T05:19:36.568Z Downloaded oxide-tokio-rt v0.1.4
8992026-05-27T05:19:36.571Z Downloaded flate2 v1.1.9
9002026-05-27T05:19:36.574Z Downloaded parse-display v0.10.0
9012026-05-27T05:19:36.574Z Downloaded progenitor-macro v0.14.0
9022026-05-27T05:19:36.574Z Downloaded parking_lot v0.12.5
9032026-05-27T05:19:36.577Z Downloaded parking_lot v0.11.2
9042026-05-27T05:19:36.577Z Downloaded postgres-protocol v0.6.10
9052026-05-27T05:19:36.581Z Downloaded psl-types v2.0.11
9062026-05-27T05:19:36.581Z Downloaded heapless v0.8.0
9072026-05-27T05:19:36.584Z Downloaded parking_lot_core v0.9.12
9082026-05-27T05:19:36.584Z Downloaded paste v1.0.15
9092026-05-27T05:19:36.587Z Downloaded heapless v0.7.17
9102026-05-27T05:19:36.590Z Downloaded primeorder v0.13.6
9112026-05-27T05:19:36.590Z Downloaded peg v0.8.5
9122026-05-27T05:19:36.593Z Downloaded radium v0.7.0
9132026-05-27T05:19:36.593Z Downloaded iana-time-zone v0.1.65
9142026-05-27T05:19:36.593Z Downloaded ed25519-dalek v2.2.0
9152026-05-27T05:19:36.598Z Downloaded progenitor v0.14.0
9162026-05-27T05:19:36.601Z Downloaded ppv-lite86 v0.2.21
9172026-05-27T05:19:36.601Z Downloaded peg-macros v0.8.5
9182026-05-27T05:19:36.601Z Downloaded hickory-server v0.25.2
9192026-05-27T05:19:36.604Z Downloaded pin-project-internal v1.1.11
9202026-05-27T05:19:36.604Z Downloaded pem v3.0.6
9212026-05-27T05:19:36.607Z Downloaded pin-project-lite v0.2.17
9222026-05-27T05:19:36.609Z Downloaded rand_chacha v0.3.1
9232026-05-27T05:19:36.614Z Downloaded aes v0.8.4
9242026-05-27T05:19:36.614Z Downloaded recursive-proc-macro-impl v0.1.1
9252026-05-27T05:19:36.618Z Downloaded recursive v0.1.1
9262026-05-27T05:19:36.618Z Downloaded progenitor v0.11.2
9272026-05-27T05:19:36.618Z Downloaded precomputed-hash v0.1.1
9282026-05-27T05:19:36.618Z Downloaded ref-cast v1.0.25
9292026-05-27T05:19:36.618Z Downloaded polyval v0.6.2
9302026-05-27T05:19:36.621Z Downloaded pkg-config v0.3.32
9312026-05-27T05:19:36.622Z Downloaded progenitor v0.13.0
9322026-05-27T05:19:36.625Z Downloaded aes-gcm v0.10.3
9332026-05-27T05:19:36.628Z Downloaded poly1305 v0.8.0
9342026-05-27T05:19:36.632Z Downloaded ref-cast-impl v1.0.25
9352026-05-27T05:19:36.632Z Downloaded oso v0.27.3
9362026-05-27T05:19:36.635Z Downloaded rfc6979 v0.4.0
9372026-05-27T05:19:36.635Z Downloaded quick-error v1.2.3
9382026-05-27T05:19:36.638Z Downloaded russh-cryptovec v0.7.3
9392026-05-27T05:19:36.638Z Downloaded progenitor-client v0.13.0
9402026-05-27T05:19:36.638Z Downloaded indicatif v0.18.4
9412026-05-27T05:19:36.641Z Downloaded diesel_derives v2.3.7
9422026-05-27T05:19:36.644Z Downloaded ignore v0.4.25
9432026-05-27T05:19:36.648Z Downloaded psm v0.1.30
9442026-05-27T05:19:36.652Z Downloaded jiff-static v0.2.21
9452026-05-27T05:19:36.652Z Downloaded expectorate v1.2.0
9462026-05-27T05:19:36.652Z Downloaded derive_more-impl v2.1.1
9472026-05-27T05:19:36.655Z Downloaded rustc_version v0.4.1
9482026-05-27T05:19:36.655Z Downloaded rustc-hash v2.1.1
9492026-05-27T05:19:36.658Z Downloaded rustc_version v0.1.7
9502026-05-27T05:19:36.658Z Downloaded progenitor-client v0.14.0
9512026-05-27T05:19:36.658Z Downloaded rtoolbox v0.0.3
9522026-05-27T05:19:36.662Z Downloaded password-hash v0.5.0
9532026-05-27T05:19:36.662Z Downloaded proc-macro-crate v1.3.1
9542026-05-27T05:19:36.666Z Downloaded rand_chacha v0.9.0
9552026-05-27T05:19:36.670Z Downloaded rand_xorshift v0.4.0
9562026-05-27T05:19:36.674Z Downloaded r2d2 v0.8.10
9572026-05-27T05:19:36.674Z Downloaded progenitor-macro v0.11.2
9582026-05-27T05:19:36.674Z Downloaded pem-rfc7468 v0.7.0
9592026-05-27T05:19:36.678Z Downloaded proc-macro-error2 v2.0.1
9602026-05-27T05:19:36.683Z Downloaded omicron-zone-package v0.12.2
9612026-05-27T05:19:36.687Z Downloaded scheduled-thread-pool v0.2.7
9622026-05-27T05:19:36.695Z Downloaded pkcs5 v0.7.1
9632026-05-27T05:19:36.708Z Downloaded rand_seeder v0.4.0
9642026-05-27T05:19:36.709Z Downloaded same-file v1.0.6
9652026-05-27T05:19:36.713Z Downloaded rand_core v0.9.5
9662026-05-27T05:19:36.713Z Downloaded rand_core v0.6.4
9672026-05-27T05:19:36.714Z Downloaded papergrid v0.17.0
9682026-05-27T05:19:36.714Z Downloaded p256 v0.13.2
9692026-05-27T05:19:36.714Z Downloaded pkcs1 v0.7.5
9702026-05-27T05:19:36.714Z Downloaded openssl-sys v0.9.115
9712026-05-27T05:19:36.714Z Downloaded secrecy v0.8.0
9722026-05-27T05:19:36.714Z Downloaded postgres-types v0.2.12
9732026-05-27T05:19:36.718Z Downloaded scroll_derive v0.13.1
9742026-05-27T05:19:36.723Z Downloaded sapling-renderdag v0.1.0
9752026-05-27T05:19:36.723Z Downloaded scrypt v0.11.0
9762026-05-27T05:19:36.723Z Downloaded secrecy v0.10.3
9772026-05-27T05:19:36.727Z Downloaded prefix-trie v0.7.0
9782026-05-27T05:19:36.727Z Downloaded scopeguard v1.2.0
9792026-05-27T05:19:36.727Z Downloaded progenitor-extras v0.2.0
9802026-05-27T05:19:36.733Z Downloaded serde_urlencoded v0.7.1
9812026-05-27T05:19:36.734Z Downloaded miniz_oxide v0.8.9
9822026-05-27T05:19:36.740Z Downloaded serde_plain v1.0.2
9832026-05-27T05:19:36.740Z Downloaded rustls-pemfile v2.2.0
9842026-05-27T05:19:36.740Z Downloaded rustls-native-certs v0.8.3
9852026-05-27T05:19:36.740Z Downloaded predicates v3.1.4
9862026-05-27T05:19:36.740Z Downloaded resolv-conf v0.7.6
9872026-05-27T05:19:36.743Z Downloaded seq-macro v0.3.6
9882026-05-27T05:19:36.743Z Downloaded semver v0.1.20
9892026-05-27T05:19:36.744Z Downloaded serde_repr v0.1.20
9902026-05-27T05:19:36.744Z Downloaded sha1 v0.10.6
9912026-05-27T05:19:36.747Z Downloaded hashbrown v0.12.3
9922026-05-27T05:19:36.749Z Downloaded signature v2.2.0
9932026-05-27T05:19:36.749Z Downloaded serde-big-array v0.5.1
9942026-05-27T05:19:36.753Z Downloaded crossterm v0.28.1
9952026-05-27T05:19:36.757Z Downloaded quinn-udp v0.5.14
9962026-05-27T05:19:36.760Z Downloaded shell-words v1.1.1
9972026-05-27T05:19:36.762Z Downloaded salsa20 v0.10.2
9982026-05-27T05:19:36.763Z Downloaded siphasher v1.0.2
9992026-05-27T05:19:36.763Z Downloaded rustls-pemfile v1.0.4
10002026-05-27T05:19:36.766Z Downloaded signal-hook-tokio v0.3.1
10012026-05-27T05:19:36.769Z Downloaded postcard v1.1.3
10022026-05-27T05:19:36.772Z Downloaded pin-project v1.1.11
10032026-05-27T05:19:36.776Z Downloaded schemars_derive v0.8.22
10042026-05-27T05:19:36.779Z Downloaded aho-corasick v1.1.4
10052026-05-27T05:19:36.782Z Downloaded signal-hook-mio v0.2.5
10062026-05-27T05:19:36.782Z Downloaded sigpipe v0.1.3
10072026-05-27T05:19:36.785Z Downloaded slog-envlogger v2.2.0
10082026-05-27T05:19:36.789Z Downloaded rusty-fork v0.3.1
10092026-05-27T05:19:36.792Z Downloaded rustversion v1.0.22
10102026-05-27T05:19:36.792Z Downloaded serde-hex v0.1.0
10112026-05-27T05:19:36.795Z Downloaded sec1 v0.7.3
10122026-05-27T05:19:36.795Z Downloaded headers v0.4.1
10132026-05-27T05:19:36.798Z Downloaded hickory-resolver v0.24.4
10142026-05-27T05:19:36.801Z Downloaded slog-bunyan v2.5.0
10152026-05-27T05:19:36.801Z Downloaded serde_spanned v1.0.4
10162026-05-27T05:19:36.804Z Downloaded rand_core v0.10.0
10172026-05-27T05:19:36.804Z Downloaded itertools v0.10.5
10182026-05-27T05:19:36.807Z Downloaded num-bigint v0.4.6
10192026-05-27T05:19:36.810Z Downloaded sct v0.7.1
10202026-05-27T05:19:36.813Z Downloaded scroll v0.13.0
10212026-05-27T05:19:36.813Z Downloaded hashbrown v0.16.1
10222026-05-27T05:19:36.816Z Downloaded serde_bytes v0.11.19
10232026-05-27T05:19:36.820Z Downloaded minimal-lexical v0.2.1
10242026-05-27T05:19:36.824Z Downloaded ssh-encoding v0.2.0
10252026-05-27T05:19:36.829Z Downloaded sqlparser_derive v0.5.0
10262026-05-27T05:19:36.829Z Downloaded serde_path_to_error v0.1.20
10272026-05-27T05:19:36.832Z Downloaded serde_derive_internals v0.29.1
10282026-05-27T05:19:36.832Z Downloaded hashbrown v0.13.2
10292026-05-27T05:19:36.835Z Downloaded russh-keys v0.45.0
10302026-05-27T05:19:36.843Z Downloaded serde_with_macros v1.5.2
10312026-05-27T05:19:36.846Z Downloaded progenitor-impl v0.13.0
10322026-05-27T05:19:36.849Z Downloaded ssh-cipher v0.2.0
10332026-05-27T05:19:36.852Z Downloaded strip-ansi-escapes v0.2.1
10342026-05-27T05:19:36.855Z Downloaded progenitor-impl v0.11.2
10352026-05-27T05:19:36.855Z Downloaded simd-adler32 v0.3.8
10362026-05-27T05:19:36.859Z Downloaded structmeta-derive v0.3.0
10372026-05-27T05:19:36.862Z Downloaded structmeta v0.3.0
10382026-05-27T05:19:36.862Z Downloaded rustls-pki-types v1.14.0
10392026-05-27T05:19:36.865Z Downloaded strum v0.26.3
10402026-05-27T05:19:36.872Z Downloaded sync-ptr v0.1.4
10412026-05-27T05:19:36.875Z Downloaded nom v7.1.3
10422026-05-27T05:19:36.875Z Downloaded supports-color v3.0.2
10432026-05-27T05:19:36.875Z Downloaded slog-json v2.6.1
10442026-05-27T05:19:36.878Z Downloaded slog-dtrace v0.3.0
10452026-05-27T05:19:36.878Z Downloaded subtle v2.6.1
10462026-05-27T05:19:36.878Z Downloaded termtree v0.5.1
10472026-05-27T05:19:36.881Z Downloaded tap v1.0.1
10482026-05-27T05:19:36.881Z Downloaded tabwriter v1.4.1
10492026-05-27T05:19:36.881Z Downloaded shlex v1.3.0
10502026-05-27T05:19:36.884Z Downloaded strum v0.27.2
10512026-05-27T05:19:36.884Z Downloaded strsim v0.10.0
10522026-05-27T05:19:36.884Z Downloaded slog-term v2.9.2
10532026-05-27T05:19:36.887Z Downloaded prettyplease v0.2.37
10542026-05-27T05:19:36.887Z Downloaded progenitor-impl v0.14.0
10552026-05-27T05:19:36.892Z Downloaded hashbrown v0.15.5
10562026-05-27T05:19:36.896Z Downloaded sqlformat v0.3.5
10572026-05-27T05:19:36.896Z Downloaded slog-scope v4.4.1
10582026-05-27T05:19:36.896Z Downloaded slab v0.4.12
10592026-05-27T05:19:36.896Z Downloaded take_mut v0.2.2
10602026-05-27T05:19:36.900Z Downloaded tagptr v0.2.0
10612026-05-27T05:19:36.901Z Downloaded stacker v0.1.23
10622026-05-27T05:19:36.904Z Downloaded thiserror-impl-no-std v2.0.2
10632026-05-27T05:19:36.904Z Downloaded smf v0.2.3
10642026-05-27T05:19:36.904Z Downloaded mio v1.2.0
10652026-05-27T05:19:36.953Z Downloaded serde_cbor v0.11.2
10662026-05-27T05:19:36.953Z Downloaded ron v0.8.1
10672026-05-27T05:19:36.953Z Downloaded rcgen v0.12.1
10682026-05-27T05:19:36.953Z Downloaded hyper-util v0.1.20
10692026-05-27T05:19:36.953Z Downloaded qorb v0.4.1
10702026-05-27T05:19:36.953Z Downloaded spki v0.7.3
10712026-05-27T05:19:36.953Z Downloaded crossterm v0.29.0
10722026-05-27T05:19:36.953Z Downloaded smallvec v0.6.14
10732026-05-27T05:19:36.954Z Downloaded http v1.4.0
10742026-05-27T05:19:36.954Z Downloaded signal-hook-registry v1.4.8
10752026-05-27T05:19:36.954Z Downloaded testing_table v0.3.0
10762026-05-27T05:19:36.954Z Downloaded sync_wrapper v1.0.2
10772026-05-27T05:19:36.954Z Downloaded thread-id v5.1.0
10782026-05-27T05:19:36.954Z Downloaded tinyvec_macros v0.1.1
10792026-05-27T05:19:36.954Z Downloaded time-core v0.1.8
10802026-05-27T05:19:36.954Z Downloaded strum_macros v0.26.4
10812026-05-27T05:19:36.954Z Downloaded strum_macros v0.24.3
10822026-05-27T05:19:36.954Z Downloaded stringprep v0.1.5
10832026-05-27T05:19:36.954Z Downloaded string_cache v0.8.9
10842026-05-27T05:19:36.954Z Downloaded slog-stdlog v4.1.1
10852026-05-27T05:19:36.954Z Downloaded libxml v0.3.3
10862026-05-27T05:19:36.963Z Downloaded ryu v1.0.23
10872026-05-27T05:19:36.963Z Downloaded strum_macros v0.27.2
10882026-05-27T05:19:36.963Z Downloaded num-bigint-dig v0.8.6
10892026-05-27T05:19:36.967Z Downloaded spin v0.9.8
10902026-05-27T05:19:36.967Z Downloaded static_assertions v1.1.0
10912026-05-27T05:19:36.967Z Downloaded support-bundle-viewer v0.1.2
10922026-05-27T05:19:36.967Z Downloaded futures-util v0.3.32
10932026-05-27T05:19:36.973Z Downloaded itertools v0.13.0
10942026-05-27T05:19:36.977Z Downloaded rayon-core v1.13.0
10952026-05-27T05:19:36.981Z Downloaded tabled_derive v0.11.0
10962026-05-27T05:19:36.981Z Downloaded pretty_assertions v1.4.1
10972026-05-27T05:19:36.984Z Downloaded topological-sort v0.2.2
10982026-05-27T05:19:36.984Z Downloaded schemars v0.8.22
10992026-05-27T05:19:36.991Z Downloaded tls_codec v0.4.2
11002026-05-27T05:19:36.996Z Downloaded tiny-keccak v2.0.2
11012026-05-27T05:19:36.996Z Downloaded slog-async v2.8.0
11022026-05-27T05:19:36.996Z Downloaded serde_yaml v0.9.34+deprecated
11032026-05-27T05:19:37.000Z Downloaded snafu-derive v0.8.9
11042026-05-27T05:19:37.000Z Downloaded tokio-macros v2.7.0
11052026-05-27T05:19:37.000Z Downloaded try-lock v0.2.5
11062026-05-27T05:19:37.003Z Downloaded tls_codec_derive v0.4.2
11072026-05-27T05:19:37.003Z Downloaded slog v2.8.2
11082026-05-27T05:19:37.003Z Downloaded trait-variant v0.1.2
11092026-05-27T05:19:37.006Z Downloaded thread_local v1.1.9
11102026-05-27T05:19:37.006Z Downloaded thiserror-no-std v2.0.2
11112026-05-27T05:19:37.009Z Downloaded h2 v0.4.13
11122026-05-27T05:19:37.013Z Downloaded blake3 v1.8.3
11132026-05-27T05:19:37.016Z Downloaded typify-macro v0.6.2
11142026-05-27T05:19:37.019Z Downloaded tokio-rustls v0.25.0
11152026-05-27T05:19:37.019Z Downloaded signal-hook v0.3.18
11162026-05-27T05:19:37.022Z Downloaded unarray v0.1.4
11172026-05-27T05:19:37.022Z Downloaded tokio-dtrace v0.1.1
11182026-05-27T05:19:37.022Z Downloaded serde_with_macros v3.17.0
11192026-05-27T05:19:37.026Z Downloaded tower-service v0.3.3
11202026-05-27T05:19:37.026Z Downloaded rand v0.8.6
11212026-05-27T05:19:37.026Z Downloaded quinn v0.11.9
11222026-05-27T05:19:37.029Z Downloaded rand v0.9.2
11232026-05-27T05:19:37.029Z Downloaded rustls-webpki v0.103.9
11242026-05-27T05:19:37.032Z Downloaded bindgen v0.71.1
11252026-05-27T05:19:37.035Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-05-27T05:19:37.038Z Downloaded socket2 v0.6.3
11272026-05-27T05:19:37.038Z Downloaded similar v2.7.0
11282026-05-27T05:19:37.043Z Downloaded unicode-truncate v1.1.0
11292026-05-27T05:19:37.047Z Downloaded typify-macro v0.4.3
11302026-05-27T05:19:37.047Z Downloaded usdt-attr-macro v0.6.0
11312026-05-27T05:19:37.047Z Downloaded termios v0.3.3
11322026-05-27T05:19:37.047Z Downloaded tokio-tungstenite v0.23.1
11332026-05-27T05:19:37.047Z Downloaded tokio-tungstenite v0.21.0
11342026-05-27T05:19:37.050Z Downloaded untrusted v0.9.0
11352026-05-27T05:19:37.050Z Downloaded universal-hash v0.5.1
11362026-05-27T05:19:37.050Z Downloaded itertools v0.12.1
11372026-05-27T05:19:37.053Z Downloaded usdt-macro v0.6.0
11382026-05-27T05:19:37.053Z Downloaded unit-prefix v0.5.2
11392026-05-27T05:19:37.056Z Downloaded usdt v0.6.0
11402026-05-27T05:19:37.056Z Downloaded untrusted v0.7.1
11412026-05-27T05:19:37.056Z Downloaded aws-lc-rs v1.16.3
11422026-05-27T05:19:37.060Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11432026-05-27T05:19:37.065Z Downloaded samael v0.0.19
11442026-05-27T05:19:37.067Z Downloaded tokio-native-tls v0.3.1
11452026-05-27T05:19:37.067Z Downloaded iri-string v0.7.10
11462026-05-27T05:19:37.070Z Downloaded term v1.2.1
11472026-05-27T05:19:37.075Z Downloaded schemars v0.9.0
11482026-05-27T05:19:37.080Z Downloaded want v0.3.1
11492026-05-27T05:19:37.083Z Downloaded subprocess v0.2.15
11502026-05-27T05:19:37.083Z Downloaded tokio-rustls v0.24.1
11512026-05-27T05:19:37.083Z Downloaded socket2 v0.5.10
11522026-05-27T05:19:37.086Z Downloaded wait-timeout v0.2.1
11532026-05-27T05:19:37.086Z Downloaded void v1.0.2
11542026-05-27T05:19:37.086Z Downloaded utf-8 v0.7.6
11552026-05-27T05:19:37.086Z Downloaded toml_writer v1.0.6+spec-1.1.0
11562026-05-27T05:19:37.089Z Downloaded term v0.7.0
11572026-05-27T05:19:37.089Z Downloaded dropshot-api-manager v0.7.2
11582026-05-27T05:19:37.092Z Downloaded xshell-macros v0.2.7
11592026-05-27T05:19:37.092Z Downloaded tower-layer v0.3.3
11602026-05-27T05:19:37.095Z Downloaded publicsuffix v2.3.0
11612026-05-27T05:19:37.095Z Downloaded tokio-stream v0.1.18
11622026-05-27T05:19:37.101Z Downloaded snafu v0.8.9
11632026-05-27T05:19:37.106Z Downloaded tui-tree-widget v0.23.1
11642026-05-27T05:19:37.106Z Downloaded time-macros v0.2.27
11652026-05-27T05:19:37.111Z Downloaded xattr v1.6.1
11662026-05-27T05:19:37.111Z Downloaded waitgroup v0.1.2
11672026-05-27T05:19:37.111Z Downloaded zeroize_derive v1.4.3
11682026-05-27T05:19:37.125Z Downloaded rustls-platform-verifier v0.6.2
11692026-05-27T05:19:37.127Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-05-27T05:19:37.128Z Downloaded unicase v2.9.0
11712026-05-27T05:19:37.130Z Downloaded vergen-gitcl v1.0.8
11722026-05-27T05:19:37.133Z Downloaded vsss-rs v3.3.4
11732026-05-27T05:19:37.133Z Downloaded zone_cfg_derive v0.3.1
11742026-05-27T05:19:37.136Z Downloaded tokio-rustls v0.26.4
11752026-05-27T05:19:37.139Z Downloaded tinyvec v1.10.0
11762026-05-27T05:19:37.142Z Downloaded vergen-git2 v9.1.0
11772026-05-27T05:19:37.145Z Downloaded usdt-impl v0.6.0
11782026-05-27T05:19:37.148Z Downloaded walkdir v2.5.0
11792026-05-27T05:19:37.151Z Downloaded twox-hash v2.1.2
11802026-05-27T05:19:37.158Z Downloaded zone v0.3.1
11812026-05-27T05:19:37.158Z Downloaded whoami v2.1.0
11822026-05-27T05:19:37.163Z Downloaded vergen-lib v9.1.0
11832026-05-27T05:19:37.163Z Downloaded uzers v0.12.2
11842026-05-27T05:19:37.163Z Downloaded hyper v1.8.1
11852026-05-27T05:19:37.163Z Downloaded test-strategy v0.4.5
11862026-05-27T05:19:37.166Z Downloaded tar v0.4.45
11872026-05-27T05:19:37.166Z Downloaded rsa v0.9.10
11882026-05-27T05:19:37.169Z Downloaded chrono v0.4.44
11892026-05-27T05:19:37.174Z Downloaded unicode-properties v0.1.4
11902026-05-27T05:19:37.176Z Downloaded xshell v0.2.7
11912026-05-27T05:19:37.181Z Downloaded wyz v0.5.1
11922026-05-27T05:19:37.184Z Downloaded tracing-attributes v0.1.31
11932026-05-27T05:19:37.184Z Downloaded itertools v0.14.0
11942026-05-27T05:19:37.187Z Downloaded whoami v1.6.1
11952026-05-27T05:19:37.191Z Downloaded zstd-safe v7.2.4
11962026-05-27T05:19:37.194Z Downloaded rand v0.10.0
11972026-05-27T05:19:37.199Z Downloaded typify v0.4.3
11982026-05-27T05:19:37.202Z Downloaded libm v0.2.16
11992026-05-27T05:19:37.206Z Downloaded typify v0.6.2
12002026-05-27T05:19:37.209Z Downloaded toml v0.7.8
12012026-05-27T05:19:37.209Z Downloaded hkdf v0.12.4
12022026-05-27T05:19:37.210Z Downloaded bitvec v1.0.1
12032026-05-27T05:19:37.217Z Downloaded tungstenite v0.23.0
12042026-05-27T05:19:37.221Z Downloaded schemars v1.2.1
12052026-05-27T05:19:37.227Z Downloaded zeroize v1.8.2
12062026-05-27T05:19:37.230Z Downloaded uuid v1.23.0
12072026-05-27T05:19:37.230Z Downloaded unicode-bidi v0.3.18
12082026-05-27T05:19:37.233Z Downloaded tracing-core v0.1.36
12092026-05-27T05:19:37.233Z Downloaded rpassword v7.4.0
12102026-05-27T05:19:37.235Z Downloaded p521 v0.13.3
12112026-05-27T05:19:37.238Z Downloaded vergen v9.1.0
12122026-05-27T05:19:37.239Z Downloaded serde_with v1.14.0
12132026-05-27T05:19:37.243Z Downloaded tungstenite v0.21.0
12142026-05-27T05:19:37.245Z Downloaded git2 v0.20.4
12152026-05-27T05:19:37.249Z Downloaded steno v0.4.1
12162026-05-27T05:19:37.252Z Downloaded toml v1.0.6+spec-1.1.0
12172026-05-27T05:19:37.255Z Downloaded russh v0.45.0
12182026-05-27T05:19:37.275Z Downloaded reqwest v0.12.28
12192026-05-27T05:19:37.280Z Downloaded iddqd v0.4.2
12202026-05-27T05:19:37.285Z Downloaded regex v1.12.3
12212026-05-27T05:19:37.287Z Downloaded zstd v0.13.3
12222026-05-27T05:19:37.295Z Downloaded unicode_categories v0.1.1
12232026-05-27T05:19:37.302Z Downloaded yasna v0.5.2
12242026-05-27T05:19:37.305Z Downloaded toml_edit v0.23.10+spec-1.0.0
12252026-05-27T05:19:37.309Z Downloaded vte v0.14.1
12262026-05-27T05:19:37.314Z Downloaded zip v0.6.6
12272026-05-27T05:19:37.317Z Downloaded portable-atomic v1.13.1
12282026-05-27T05:19:37.321Z Downloaded goblin v0.10.5
12292026-05-27T05:19:37.335Z Downloaded unsafe-libyaml v0.2.11
12302026-05-27T05:19:37.338Z Downloaded yansi v1.0.1
12312026-05-27T05:19:37.342Z Downloaded zerocopy v0.6.6
12322026-05-27T05:19:37.344Z Downloaded bstr v1.12.1
12332026-05-27T05:19:37.348Z Downloaded vergen-lib v0.1.6
12342026-05-27T05:19:37.351Z Downloaded reedline v0.40.0
12352026-05-27T05:19:37.354Z Downloaded salty v0.3.0
12362026-05-27T05:19:37.357Z Downloaded typed-path v0.9.3
12372026-05-27T05:19:37.360Z Downloaded reqwest v0.13.2
12382026-05-27T05:19:37.364Z Downloaded rayon v1.11.0
12392026-05-27T05:19:37.370Z Downloaded unicode-segmentation v1.12.0
12402026-05-27T05:19:37.373Z Downloaded quick-xml v0.37.5
12412026-05-27T05:19:37.388Z Downloaded serde_with v3.17.0
12422026-05-27T05:19:37.394Z Downloaded tokio-postgres v0.7.16
12432026-05-27T05:19:37.397Z Downloaded rustyline v14.0.0
12442026-05-27T05:19:37.406Z Downloaded zopfli v0.8.3
12452026-05-27T05:19:37.409Z Downloaded tower-http v0.6.8
12462026-05-27T05:19:37.416Z Downloaded toml_edit v0.19.15
12472026-05-27T05:19:37.424Z Downloaded unicode-normalization v0.1.25
12482026-05-27T05:19:37.427Z Downloaded tough v0.22.0
12492026-05-27T05:19:37.433Z Downloaded object v0.30.4
12502026-05-27T05:19:37.436Z Downloaded ssh-key v0.6.7
12512026-05-27T05:19:37.468Z Downloaded openssl v0.10.79
12522026-05-27T05:19:37.473Z Downloaded tower v0.5.3
12532026-05-27T05:19:37.480Z Downloaded winnow v0.5.40
12542026-05-27T05:19:37.484Z Downloaded x509-cert v0.2.5
12552026-05-27T05:19:37.488Z Downloaded rustls-webpki v0.101.7
12562026-05-27T05:19:37.497Z Downloaded zerocopy-derive v0.8.40
12572026-05-27T05:19:37.502Z Downloaded rustls v0.21.12
12582026-05-27T05:19:37.508Z Downloaded p384 v0.13.1
12592026-05-27T05:19:37.511Z Downloaded lalrpop v0.19.12
12602026-05-27T05:19:37.542Z Downloaded hickory-proto v0.25.2
12612026-05-27T05:19:37.552Z Downloaded zip v4.6.1
12622026-05-27T05:19:37.554Z Downloaded moka v0.12.13
12632026-05-27T05:19:37.558Z Downloaded openapiv3 v2.2.0
12642026-05-27T05:19:37.567Z Downloaded smoltcp v0.11.0
12652026-05-27T05:19:37.576Z Downloaded hickory-proto v0.24.4
12662026-05-27T05:19:37.584Z Downloaded zerocopy v0.8.40
12672026-05-27T05:19:37.590Z Downloaded tokio-util v0.7.18
12682026-05-27T05:19:37.595Z Downloaded rustls v0.22.4
12692026-05-27T05:19:37.604Z Downloaded regress v0.11.1
12702026-05-27T05:19:37.609Z Downloaded proptest v1.10.0
12712026-05-27T05:19:37.619Z Downloaded rustls-webpki v0.102.8
12722026-05-27T05:19:37.630Z Downloaded petname v2.0.2
12732026-05-27T05:19:37.643Z Downloaded radix_trie v0.2.1
12742026-05-27T05:19:37.646Z Downloaded nix v0.27.1
12752026-05-27T05:19:37.652Z Downloaded curve25519-dalek v4.1.3
12762026-05-27T05:19:37.696Z Downloaded winnow v0.6.26
12772026-05-27T05:19:37.702Z Downloaded hickory-proto v0.26.1
12782026-05-27T05:19:37.709Z Downloaded polar-core v0.27.3
12792026-05-27T05:19:37.713Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-05-27T05:19:37.721Z Downloaded quinn-proto v0.11.13
12812026-05-27T05:19:37.725Z Downloaded ratatui v0.29.0
12822026-05-27T05:19:37.747Z Downloaded nix v0.28.0
12832026-05-27T05:19:37.759Z Downloaded typify-impl v0.4.3
12842026-05-27T05:19:37.768Z Downloaded smoltcp v0.9.1
12852026-05-27T05:19:37.775Z Downloaded time v0.3.47
12862026-05-27T05:19:37.782Z Downloaded regex-syntax v0.6.29
12872026-05-27T05:19:37.787Z Downloaded regex-automata v0.4.14
12882026-05-27T05:19:37.796Z Downloaded tabled v0.20.0
12892026-05-27T05:19:37.806Z Downloaded vcpkg v0.2.15
12902026-05-27T05:19:37.829Z Downloaded zlib-rs v0.6.2
12912026-05-27T05:19:37.833Z Downloaded chrono-tz v0.10.4
12922026-05-27T05:19:37.844Z Downloaded webpki-roots v1.0.6
12932026-05-27T05:19:37.846Z Downloaded petgraph v0.6.5
12942026-05-27T05:19:37.858Z Downloaded dropshot v0.17.0
12952026-05-27T05:19:37.871Z Downloaded regex-syntax v0.8.10
12962026-05-27T05:19:37.877Z Downloaded rustix v0.38.44
12972026-05-27T05:19:37.889Z Downloaded regress v0.10.5
12982026-05-27T05:19:37.894Z Downloaded rustls v0.23.37
12992026-05-27T05:19:37.902Z Downloaded diesel v2.3.7
13002026-05-27T05:19:37.913Z Downloaded object v0.37.3
13012026-05-27T05:19:37.920Z Downloaded nix v0.31.2
13022026-05-27T05:19:37.927Z Downloaded libz-sys v1.1.24
13032026-05-27T05:19:37.941Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-05-27T05:19:37.951Z Downloaded sha3 v0.10.8
13052026-05-27T05:19:37.954Z Downloaded tokio v1.52.1
13062026-05-27T05:19:37.977Z Downloaded sqlparser v0.61.0
13072026-05-27T05:19:37.990Z Downloaded sled v0.34.7
13082026-05-27T05:19:37.996Z Downloaded tracing v0.1.44
13092026-05-27T05:19:38.010Z Downloaded typify-impl v0.6.2
13102026-05-27T05:19:38.039Z Downloaded zerocopy-derive v0.6.6
13112026-05-27T05:19:38.061Z Downloaded ring v0.17.14
13122026-05-27T05:19:38.086Z Downloaded jiff v0.2.21
13132026-05-27T05:19:38.097Z Downloaded csv v1.4.0
13142026-05-27T05:19:38.109Z Downloaded petgraph v0.8.3
13152026-05-27T05:19:38.184Z Downloaded encoding_rs v0.8.35
13162026-05-27T05:19:38.217Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-05-27T05:19:38.635Z Downloaded aws-lc-sys v0.40.0
13182026-05-27T05:19:38.883Z Compiling libc v0.2.185
13192026-05-27T05:19:38.883Z Compiling serde v1.0.228
13202026-05-27T05:19:38.886Z Compiling log v0.4.29
13212026-05-27T05:19:38.886Z Compiling find-msvc-tools v0.1.9
13222026-05-27T05:19:39.039Z Compiling shlex v1.3.0
13232026-05-27T05:19:39.059Z Compiling syn v2.0.117
13242026-05-27T05:19:39.062Z Compiling smallvec v1.15.1
13252026-05-27T05:19:39.062Z Compiling typenum v1.19.0
13262026-05-27T05:19:39.225Z Compiling generic-array v0.14.7
13272026-05-27T05:19:39.275Z Compiling subtle v2.6.1
13282026-05-27T05:19:39.283Z Compiling scopeguard v1.2.0
13292026-05-27T05:19:39.287Z Compiling const-oid v0.9.6
13302026-05-27T05:19:39.350Z Compiling lock_api v0.4.14
13312026-05-27T05:19:39.364Z Compiling serde_json v1.0.149
13322026-05-27T05:19:39.400Z Compiling zerocopy v0.8.40
13332026-05-27T05:19:39.470Z Compiling portable-atomic v1.13.1
13342026-05-27T05:19:39.681Z Compiling parking_lot_core v0.9.12
13352026-05-27T05:19:39.920Z Compiling pin-project-lite v0.2.17
13362026-05-27T05:19:39.965Z Compiling pkg-config v0.3.32
13372026-05-27T05:19:40.020Z Compiling getrandom v0.2.17
13382026-05-27T05:19:40.041Z Compiling jobserver v0.1.34
13392026-05-27T05:19:40.059Z Compiling errno v0.3.14
13402026-05-27T05:19:40.217Z Compiling rand_core v0.6.4
13412026-05-27T05:19:40.252Z Compiling signal-hook-registry v1.4.8
13422026-05-27T05:19:40.375Z Compiling cc v1.2.56
13432026-05-27T05:19:40.429Z Compiling bitflags v2.11.0
13442026-05-27T05:19:40.492Z Compiling libm v0.2.16
13452026-05-27T05:19:40.529Z Compiling futures-core v0.3.32
13462026-05-27T05:19:40.532Z Compiling critical-section v1.2.0
13472026-05-27T05:19:40.625Z Compiling once_cell v1.21.3
13482026-05-27T05:19:40.652Z Compiling parking_lot v0.12.5
13492026-05-27T05:19:40.666Z Compiling mio v1.2.0
13502026-05-27T05:19:40.684Z Compiling num-traits v0.2.19
13512026-05-27T05:19:40.841Z Compiling percent-encoding v2.3.2
13522026-05-27T05:19:40.855Z Compiling socket2 v0.6.3
13532026-05-27T05:19:41.035Z Compiling rand_core v0.10.0
13542026-05-27T05:19:41.049Z Compiling getrandom v0.4.1
13552026-05-27T05:19:41.053Z Compiling futures-sink v0.3.32
13562026-05-27T05:19:41.138Z Compiling cpufeatures v0.2.17
13572026-05-27T05:19:41.167Z Compiling futures-channel v0.3.32
13582026-05-27T05:19:41.202Z Compiling futures-io v0.3.32
13592026-05-27T05:19:41.215Z Compiling futures-task v0.3.32
13602026-05-27T05:19:41.272Z Compiling slab v0.4.12
13612026-05-27T05:19:41.356Z Compiling indexmap v2.14.0
13622026-05-27T05:19:41.388Z Compiling getrandom v0.3.4
13632026-05-27T05:19:41.416Z Compiling rustversion v1.0.22
13642026-05-27T05:19:41.447Z Compiling cmake v0.1.57
13652026-05-27T05:19:41.814Z Compiling form_urlencoded v1.2.2
13662026-05-27T05:19:41.855Z Compiling dunce v1.0.5
13672026-05-27T05:19:41.951Z Compiling fs_extra v1.3.0
13682026-05-27T05:19:41.966Z Compiling synstructure v0.13.2
13692026-05-27T05:19:41.995Z Compiling base64ct v1.8.3
13702026-05-27T05:19:42.032Z Compiling ident_case v1.0.1
13712026-05-27T05:19:42.159Z Compiling rustix v1.1.3
13722026-05-27T05:19:42.225Z Compiling aws-lc-sys v0.40.0
13732026-05-27T05:19:42.287Z Compiling pem-rfc7468 v0.7.0
13742026-05-27T05:19:42.307Z Compiling regex-syntax v0.8.10
13752026-05-27T05:19:42.401Z Compiling flagset v0.4.7
13762026-05-27T05:19:42.515Z Compiling iana-time-zone v0.1.65
13772026-05-27T05:19:42.565Z Compiling rand_core v0.9.5
13782026-05-27T05:19:42.584Z Compiling ring v0.17.14
13792026-05-27T05:19:42.598Z Compiling aws-lc-rs v1.16.3
13802026-05-27T05:19:42.716Z Compiling vcpkg v0.2.15
13812026-05-27T05:19:42.836Z Compiling uuid v1.23.0
13822026-05-27T05:19:42.879Z Compiling rustc_version v0.4.1
13832026-05-27T05:19:43.212Z Compiling tracing-core v0.1.36
13842026-05-27T05:19:43.463Z Compiling openssl-sys v0.9.115
13852026-05-27T05:19:43.571Z Compiling base64 v0.22.1
13862026-05-27T05:19:43.758Z Compiling serde_derive v1.0.228
13872026-05-27T05:19:43.781Z Compiling zeroize_derive v1.4.3
13882026-05-27T05:19:43.902Z Compiling zerofrom-derive v0.1.6
13892026-05-27T05:19:43.951Z Compiling yoke-derive v0.8.1
13902026-05-27T05:19:43.996Z Compiling zerocopy-derive v0.8.40
13912026-05-27T05:19:44.406Z Compiling zeroize v1.8.2
13922026-05-27T05:19:44.701Z Compiling zerovec-derive v0.11.2
13932026-05-27T05:19:45.122Z Compiling displaydoc v0.2.5
13942026-05-27T05:19:45.193Z Compiling crypto-common v0.1.7
13952026-05-27T05:19:45.322Z Compiling zerofrom v0.1.6
13962026-05-27T05:19:45.342Z Compiling block-buffer v0.10.4
13972026-05-27T05:19:45.447Z Compiling yoke v0.8.1
13982026-05-27T05:19:45.516Z Compiling digest v0.10.7
13992026-05-27T05:19:45.633Z Compiling tokio-macros v2.7.0
14002026-05-27T05:19:45.768Z Compiling futures-macro v0.3.32
14012026-05-27T05:19:45.814Z Compiling zerovec v0.11.5
14022026-05-27T05:19:45.865Z Compiling zerotrie v0.2.3
14032026-05-27T05:19:46.163Z Compiling hmac v0.12.1
14042026-05-27T05:19:46.322Z Compiling tinystr v0.8.2
14052026-05-27T05:19:46.326Z Compiling potential_utf v0.1.4
14062026-05-27T05:19:46.351Z Compiling block-padding v0.3.3
14072026-05-27T05:19:46.492Z Compiling icu_locale_core v2.1.1
14082026-05-27T05:19:46.505Z Compiling icu_collections v2.1.1
14092026-05-27T05:19:46.518Z Compiling inout v0.1.4
14102026-05-27T05:19:46.564Z Compiling futures-util v0.3.32
14112026-05-27T05:19:46.681Z Compiling cipher v0.4.4
14122026-05-27T05:19:46.934Z Compiling sha2 v0.10.9
14132026-05-27T05:19:46.964Z Compiling der_derive v0.7.3
14142026-05-27T05:19:47.202Z Compiling bytes v1.11.1
14152026-05-27T05:19:47.354Z Compiling icu_provider v2.1.1
14162026-05-27T05:19:47.640Z Compiling icu_normalizer v2.1.1
14172026-05-27T05:19:47.654Z Compiling icu_properties v2.1.2
14182026-05-27T05:19:47.811Z Compiling tokio v1.52.1
14192026-05-27T05:19:47.905Z Compiling der v0.7.10
14202026-05-27T05:19:48.177Z Compiling http v1.4.0
14212026-05-27T05:19:48.307Z Compiling ppv-lite86 v0.2.21
14222026-05-27T05:19:48.372Z Compiling chrono v0.4.44
14232026-05-27T05:19:48.623Z Compiling idna_adapter v1.2.1
14242026-05-27T05:19:48.746Z Compiling idna v1.1.0
14252026-05-27T05:19:48.759Z Compiling spki v0.7.3
14262026-05-27T05:19:48.795Z Compiling salsa20 v0.10.2
14272026-05-27T05:19:48.938Z Compiling pbkdf2 v0.12.2
14282026-05-27T05:19:48.959Z Compiling rustls-pki-types v1.14.0
14292026-05-27T05:19:49.049Z Compiling url v2.5.8
14302026-05-27T05:19:49.065Z Compiling thiserror-impl v2.0.18
14312026-05-27T05:19:49.083Z Compiling tracing-attributes v0.1.31
14322026-05-27T05:19:49.386Z Compiling scrypt v0.11.0
14332026-05-27T05:19:49.400Z Compiling http-body v1.0.1
14342026-05-27T05:19:49.617Z Compiling rand_chacha v0.9.0
14352026-05-27T05:19:49.688Z Compiling cbc v0.1.2
14362026-05-27T05:19:49.749Z Compiling aes v0.8.4
14372026-05-27T05:19:49.890Z Compiling untrusted v0.9.0
14382026-05-27T05:19:49.913Z Compiling untrusted v0.7.1
14392026-05-27T05:19:50.015Z Compiling openssl-probe v0.2.1
14402026-05-27T05:19:50.040Z Compiling tinyvec_macros v0.1.1
14412026-05-27T05:19:50.114Z Compiling httparse v1.10.1
14422026-05-27T05:19:50.189Z Compiling pkcs5 v0.7.1
14432026-05-27T05:19:50.277Z Compiling tinyvec v1.10.0
14442026-05-27T05:19:50.421Z Compiling tracing v0.1.44
14452026-05-27T05:19:50.435Z Compiling thiserror v2.0.18
14462026-05-27T05:19:50.539Z Compiling pest_generator v2.8.6
14472026-05-27T05:19:50.626Z Compiling rand v0.9.2
14482026-05-27T05:19:50.671Z Compiling serde_derive_internals v0.29.1
14492026-05-27T05:19:50.688Z Compiling aho-corasick v1.1.4
14502026-05-27T05:19:50.807Z Compiling rustls v0.23.37
14512026-05-27T05:19:50.979Z Compiling dyn-clone v1.0.20
14522026-05-27T05:19:51.120Z Compiling tower-layer v0.3.3
14532026-05-27T05:19:51.224Z Compiling try-lock v0.2.5
14542026-05-27T05:19:51.281Z Compiling tower-service v0.3.3
14552026-05-27T05:19:51.334Z Compiling atomic-waker v1.1.2
14562026-05-27T05:19:51.377Z Compiling schemars v0.8.22
14572026-05-27T05:19:51.403Z Compiling want v0.3.1
14582026-05-27T05:19:51.457Z Compiling regex-automata v0.4.14
14592026-05-27T05:19:51.555Z Compiling tokio-util v0.7.18
14602026-05-27T05:19:51.569Z Compiling schemars_derive v0.8.22
14612026-05-27T05:19:51.602Z Compiling pest_derive v2.8.6
14622026-05-27T05:19:52.244Z Compiling h2 v0.4.13
14632026-05-27T05:19:52.316Z Compiling pkcs8 v0.10.2
14642026-05-27T05:19:52.335Z Compiling ipnet v2.11.0
14652026-05-27T05:19:52.564Z Compiling scroll_derive v0.13.1
14662026-05-27T05:19:52.616Z Compiling darling_core v0.20.11
14672026-05-27T05:19:52.801Z Compiling foreign-types-shared v0.1.1
14682026-05-27T05:19:52.824Z Compiling httpdate v1.0.3
14692026-05-27T05:19:52.886Z Compiling openssl v0.10.79
14702026-05-27T05:19:53.040Z Compiling pin-utils v0.1.0
14712026-05-27T05:19:53.115Z Compiling foreign-types v0.3.2
14722026-05-27T05:19:53.148Z Compiling tempfile v3.25.0
14732026-05-27T05:19:53.349Z Compiling scroll v0.13.0
14742026-05-27T05:19:53.438Z Compiling unicode-normalization v0.1.25
14752026-05-27T05:19:53.610Z Compiling openssl-macros v0.1.1
14762026-05-27T05:19:53.898Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-05-27T05:19:53.927Z Compiling spin v0.9.8
14782026-05-27T05:19:53.994Z Compiling crc32fast v1.5.0
14792026-05-27T05:19:54.134Z Compiling powerfmt v0.2.0
14802026-05-27T05:19:54.265Z Compiling time-core v0.1.8
14812026-05-27T05:19:54.282Z Compiling native-tls v0.2.18
14822026-05-27T05:19:54.340Z Compiling num-conv v0.2.0
14832026-05-27T05:19:54.411Z Compiling deranged v0.5.8
14842026-05-27T05:19:54.468Z Compiling time-macros v0.2.27
14852026-05-27T05:19:54.861Z Compiling darling_macro v0.20.11
14862026-05-27T05:19:55.326Z Compiling hyper v1.8.1
14872026-05-27T05:19:55.400Z Compiling darling v0.20.11
14882026-05-27T05:19:55.485Z Compiling goblin v0.10.5
14892026-05-27T05:19:55.538Z Compiling rustls-native-certs v0.8.3
14902026-05-27T05:19:55.553Z Compiling sync_wrapper v1.0.2
14912026-05-27T05:19:55.678Z Compiling wait-timeout v0.2.1
14922026-05-27T05:19:55.823Z Compiling simd-adler32 v0.3.8
14932026-05-27T05:19:55.931Z Compiling num_threads v0.1.7
14942026-05-27T05:19:56.033Z Compiling syn v1.0.109
14952026-05-27T05:19:56.072Z Compiling usdt-impl v0.6.0
14962026-05-27T05:19:56.191Z Compiling crossbeam-utils v0.8.21
14972026-05-27T05:19:56.271Z Compiling quick-error v1.2.3
14982026-05-27T05:19:56.332Z Compiling bit-vec v0.8.0
14992026-05-27T05:19:56.379Z Compiling hyper-util v0.1.20
15002026-05-27T05:19:56.473Z Compiling siphasher v1.0.2
15012026-05-27T05:19:56.563Z Compiling bit-set v0.8.0
15022026-05-27T05:19:56.682Z Compiling rusty-fork v0.3.1
15032026-05-27T05:19:56.796Z Compiling time v0.3.47
15042026-05-27T05:19:56.993Z Compiling tower v0.5.3
15052026-05-27T05:19:57.208Z Compiling derive_builder_core v0.20.2
15062026-05-27T05:19:57.574Z Compiling dtrace-parser v0.3.0
15072026-05-27T05:19:57.662Z Compiling http-body-util v0.1.3
15082026-05-27T05:19:57.910Z Compiling webpki-roots v1.0.6
15092026-05-27T05:19:58.035Z Compiling signature v2.2.0
15102026-05-27T05:19:58.070Z Compiling thiserror-impl v1.0.69
15112026-05-27T05:19:58.085Z Compiling scroll_derive v0.12.1
15122026-05-27T05:19:58.216Z Compiling dof v0.4.0
15132026-05-27T05:19:58.325Z Compiling heapless v0.7.17
15142026-05-27T05:19:58.339Z Compiling rand_xorshift v0.4.0
15152026-05-27T05:19:58.500Z Compiling slog v2.8.2
15162026-05-27T05:19:58.564Z Compiling darling_core v0.21.3
15172026-05-27T05:19:58.689Z Compiling bzip2-sys v0.1.13+1.0.8
15182026-05-27T05:19:58.740Z Compiling thread-id v5.1.0
15192026-05-27T05:19:58.828Z Compiling cookie v0.18.1
15202026-05-27T05:19:58.967Z Compiling allocator-api2 v0.2.21
15212026-05-27T05:19:59.013Z Compiling anyhow v1.0.102
15222026-05-27T05:19:59.285Z Compiling paste v1.0.15
15232026-05-27T05:19:59.310Z Compiling signal-hook v0.3.18
15242026-05-27T05:19:59.313Z Compiling unicode-bidi v0.3.18
15252026-05-27T05:19:59.383Z Compiling zstd-safe v7.2.4
15262026-05-27T05:19:59.479Z Compiling unicode-properties v0.1.4
15272026-05-27T05:19:59.592Z Compiling adler2 v2.0.1
15282026-05-27T05:19:59.609Z Compiling ryu v1.0.23
15292026-05-27T05:19:59.696Z Compiling iri-string v0.7.10
15302026-05-27T05:19:59.723Z Compiling unarray v0.1.4
15312026-05-27T05:19:59.727Z Compiling miniz_oxide v0.8.9
15322026-05-27T05:19:59.788Z Compiling serde_urlencoded v0.7.1
15332026-05-27T05:19:59.836Z Compiling proptest v1.10.0
15342026-05-27T05:19:59.863Z Compiling stringprep v0.1.5
15352026-05-27T05:20:00.305Z Compiling thiserror v1.0.69
15362026-05-27T05:20:00.408Z Compiling scroll v0.12.0
15372026-05-27T05:20:00.736Z Compiling derive_builder_macro v0.20.2
15382026-05-27T05:20:00.932Z Compiling tower-http v0.6.8
15392026-05-27T05:20:01.090Z Compiling darling_macro v0.21.3
15402026-05-27T05:20:01.104Z Compiling tokio-native-tls v0.3.1
15412026-05-27T05:20:01.198Z Compiling ipnetwork v0.21.1
15422026-05-27T05:20:01.271Z Compiling bstr v1.12.1
15432026-05-27T05:20:01.330Z Compiling rand_chacha v0.3.1
15442026-05-27T05:20:01.558Z Compiling serde_spanned v0.6.9
15452026-05-27T05:20:01.589Z Compiling erased-serde v0.3.31
15462026-05-27T05:20:01.659Z Compiling serde_tokenstream v0.2.3
15472026-05-27T05:20:01.702Z Compiling toml_datetime v0.6.11
15482026-05-27T05:20:01.909Z Compiling md-5 v0.10.6
15492026-05-27T05:20:01.971Z Compiling pin-project-internal v1.1.11
15502026-05-27T05:20:01.978Z Compiling zerocopy-derive v0.7.35
15512026-05-27T05:20:02.066Z Compiling async-trait v0.1.89
15522026-05-27T05:20:02.080Z Compiling curve25519-dalek v4.1.3
15532026-05-27T05:20:02.130Z Compiling vergen-lib v9.1.0
15542026-05-27T05:20:02.313Z Compiling num-integer v0.1.46
15552026-05-27T05:20:02.412Z Compiling hash32 v0.2.1
15562026-05-27T05:20:02.636Z Compiling ff v0.13.1
15572026-05-27T05:20:02.712Z Compiling memoffset v0.9.1
15582026-05-27T05:20:02.790Z Compiling encoding_rs v0.8.35
15592026-05-27T05:20:02.892Z Compiling ref-cast v1.0.25
15602026-05-27T05:20:02.924Z Compiling litrs v1.0.0
15612026-05-27T05:20:03.084Z Compiling num-bigint-dig v0.8.6
15622026-05-27T05:20:03.123Z Compiling cfg_aliases v0.2.1
15632026-05-27T05:20:03.166Z Compiling psl-types v2.0.11
15642026-05-27T05:20:03.187Z Compiling smoltcp v0.9.1
15652026-05-27T05:20:03.281Z Compiling rustix v0.38.44
15662026-05-27T05:20:03.297Z Compiling mime v0.3.17
15672026-05-27T05:20:03.391Z Compiling zlib-rs v0.6.2
15682026-05-27T05:20:03.511Z Compiling fallible-iterator v0.2.0
15692026-05-27T05:20:03.548Z Compiling base16ct v0.2.0
15702026-05-27T05:20:03.700Z Compiling sec1 v0.7.3
15712026-05-27T05:20:03.736Z Compiling document-features v0.2.12
15722026-05-27T05:20:03.814Z Compiling postgres-protocol v0.6.10
15732026-05-27T05:20:03.998Z Compiling publicsuffix v2.3.0
15742026-05-27T05:20:04.177Z Compiling nix v0.31.2
15752026-05-27T05:20:04.316Z Compiling pin-project v1.1.11
15762026-05-27T05:20:04.331Z Compiling zerocopy v0.7.35
15772026-05-27T05:20:04.417Z Compiling group v0.13.0
15782026-05-27T05:20:04.593Z Compiling num-iter v0.1.45
15792026-05-27T05:20:04.720Z Compiling newtype-uuid v1.3.2
15802026-05-27T05:20:04.882Z Compiling darling v0.21.3
15812026-05-27T05:20:04.922Z Compiling rand v0.8.6
15822026-05-27T05:20:04.967Z Compiling oxnet v0.1.4
15832026-05-27T05:20:04.992Z Compiling hubpack_derive v0.1.1
15842026-05-27T05:20:05.059Z Compiling hyper-tls v0.6.0
15852026-05-27T05:20:05.136Z Compiling derive_builder v0.20.2
15862026-05-27T05:20:05.361Z Compiling goblin v0.8.2
15872026-05-27T05:20:05.805Z Compiling phf_shared v0.13.1
15882026-05-27T05:20:05.866Z Compiling lazy_static v1.5.0
15892026-05-27T05:20:05.917Z Compiling regex v1.12.3
15902026-05-27T05:20:05.974Z Compiling futures-executor v0.3.32
15912026-05-27T05:20:06.017Z Compiling hex v0.4.3
15922026-05-27T05:20:06.178Z Compiling hkdf v0.12.4
15932026-05-27T05:20:06.275Z Compiling flate2 v1.1.9
15942026-05-27T05:20:06.305Z Compiling crypto-bigint v0.5.5
15952026-05-27T05:20:06.321Z Compiling ref-cast-impl v1.0.25
15962026-05-27T05:20:06.344Z Compiling curve25519-dalek-derive v0.1.1
15972026-05-27T05:20:06.620Z Compiling daft-derive v0.1.7
15982026-05-27T05:20:06.680Z Compiling strum_macros v0.27.2
15992026-05-27T05:20:06.852Z Compiling snafu-derive v0.8.9
16002026-05-27T05:20:06.980Z Compiling terminal_size v0.4.3
16012026-05-27T05:20:07.127Z Compiling vergen v9.1.0
16022026-05-27T05:20:07.310Z Compiling fs-err v3.3.0
16032026-05-27T05:20:07.350Z Compiling cargo-platform v0.3.2
16042026-05-27T05:20:07.498Z Compiling ahash v0.8.12
16052026-05-27T05:20:07.628Z Compiling managed v0.8.0
16062026-05-27T05:20:07.704Z Compiling foldhash v0.1.5
16072026-05-27T05:20:07.846Z Compiling object v0.37.3
16082026-05-27T05:20:07.879Z Compiling winnow v0.5.40
16092026-05-27T05:20:08.119Z Compiling libbz2-rs-sys v0.2.2
16102026-05-27T05:20:08.371Z Compiling cpufeatures v0.3.0
16112026-05-27T05:20:08.455Z Compiling unicode-segmentation v1.12.0
16122026-05-27T05:20:08.623Z Compiling bumpalo v3.20.2
16132026-05-27T05:20:08.740Z Compiling foldhash v0.2.0
16142026-05-27T05:20:08.802Z Compiling same-file v1.0.6
16152026-05-27T05:20:08.825Z Compiling bitflags v1.3.2
16162026-05-27T05:20:08.846Z Compiling clap_builder v4.5.60
16172026-05-27T05:20:08.880Z Compiling zopfli v0.8.3
16182026-05-27T05:20:08.904Z Compiling walkdir v2.5.0
16192026-05-27T05:20:08.963Z Compiling hashbrown v0.16.1
16202026-05-27T05:20:09.218Z Compiling toml_edit v0.19.15
16212026-05-27T05:20:09.286Z Compiling snafu v0.8.9
16222026-05-27T05:20:09.580Z Compiling strum v0.27.2
16232026-05-27T05:20:09.607Z Compiling bzip2 v0.6.1
16242026-05-27T05:20:09.699Z Compiling chacha20 v0.10.0
16252026-05-27T05:20:09.767Z Compiling hashbrown v0.15.5
16262026-05-27T05:20:09.820Z Compiling dof v0.3.0
16272026-05-27T05:20:09.843Z Compiling cargo_metadata v0.23.1
16282026-05-27T05:20:10.130Z Compiling daft v0.1.7
16292026-05-27T05:20:10.343Z Compiling elliptic-curve v0.13.8
16302026-05-27T05:20:10.653Z Compiling futures v0.3.32
16312026-05-27T05:20:10.746Z Compiling phf v0.13.1
16322026-05-27T05:20:10.782Z Compiling signal-hook-mio v0.2.5
16332026-05-27T05:20:10.899Z Compiling cookie_store v0.22.1
16342026-05-27T05:20:11.259Z Compiling hubpack v0.1.2
16352026-05-27T05:20:11.274Z Compiling zstd v0.13.3
16362026-05-27T05:20:11.425Z Compiling bzip2 v0.4.4
16372026-05-27T05:20:11.533Z Compiling serde_with_macros v3.17.0
16382026-05-27T05:20:11.628Z Compiling postgres-types v0.2.12
16392026-05-27T05:20:11.856Z Compiling usdt-attr-macro v0.6.0
16402026-05-27T05:20:11.912Z Compiling usdt-macro v0.6.0
16412026-05-27T05:20:12.187Z Compiling globset v0.4.18
16422026-05-27T05:20:12.634Z Compiling dtrace-parser v0.2.0
16432026-05-27T05:20:12.634Z Compiling ed25519 v2.2.3
16442026-05-27T05:20:12.678Z Compiling phf_shared v0.11.3
16452026-05-27T05:20:12.760Z Compiling olpc-cjson v0.1.4
16462026-05-27T05:20:12.859Z Compiling pkcs1 v0.7.5
16472026-05-27T05:20:12.859Z Compiling serde_plain v1.0.2
16482026-05-27T05:20:12.957Z Compiling serde-big-array v0.5.1
16492026-05-27T05:20:13.064Z Compiling rfc6979 v0.4.0
16502026-05-27T05:20:13.080Z Compiling pem v3.0.6
16512026-05-27T05:20:13.196Z Compiling clap_derive v4.5.55
16522026-05-27T05:20:13.261Z Compiling strum_macros v0.26.4
16532026-05-27T05:20:13.367Z Compiling async-recursion v1.1.1
16542026-05-27T05:20:13.382Z Compiling enum-as-inner v0.6.1
16552026-05-27T05:20:13.406Z Compiling serde_repr v0.1.20
16562026-05-27T05:20:13.549Z Compiling float-cmp v0.10.0
16572026-05-27T05:20:13.700Z Compiling memmap2 v0.9.10
16582026-05-27T05:20:13.885Z Compiling thread-id v4.2.2
16592026-05-27T05:20:13.924Z Compiling env_filter v1.0.0
16602026-05-27T05:20:13.936Z Compiling static_assertions v1.1.0
16612026-05-27T05:20:13.972Z Compiling new_debug_unreachable v1.0.6
16622026-05-27T05:20:14.009Z Compiling predicates-core v1.0.10
16632026-05-27T05:20:14.011Z Compiling whoami v2.1.0
16642026-05-27T05:20:14.045Z Compiling jiff v0.2.21
16652026-05-27T05:20:14.189Z Compiling keccak v0.1.6
16662026-05-27T05:20:14.217Z Compiling difflib v0.4.0
16672026-05-27T05:20:14.392Z Compiling precomputed-hash v0.1.1
16682026-05-27T05:20:14.485Z Compiling fixedbitset v0.4.2
16692026-05-27T05:20:14.724Z Compiling normalize-line-endings v0.3.0
16702026-05-27T05:20:14.825Z Compiling fixedbitset v0.5.7
16712026-05-27T05:20:14.837Z Compiling either v1.15.0
16722026-05-27T05:20:14.958Z Compiling typed-path v0.9.3
16732026-05-27T05:20:15.021Z Compiling data-encoding v2.10.0
16742026-05-27T05:20:15.036Z Compiling strum v0.26.3
16752026-05-27T05:20:15.050Z Compiling itertools v0.13.0
16762026-05-27T05:20:15.166Z Compiling petgraph v0.8.3
16772026-05-27T05:20:15.179Z Compiling clap v4.5.60
16782026-05-27T05:20:15.260Z Compiling predicates v3.1.4
16792026-05-27T05:20:15.735Z Compiling hickory-proto v0.25.2
16802026-05-27T05:20:15.915Z Compiling petgraph v0.6.5
16812026-05-27T05:20:16.196Z Compiling string_cache v0.8.9
16822026-05-27T05:20:16.288Z Compiling sha3 v0.10.8
16832026-05-27T05:20:16.309Z Compiling tokio-postgres v0.7.16
16842026-05-27T05:20:16.423Z Compiling toml_edit v0.22.27
16852026-05-27T05:20:16.749Z Compiling zip v4.6.1
16862026-05-27T05:20:17.048Z Compiling env_logger v0.11.9
16872026-05-27T05:20:17.389Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-05-27T05:20:17.408Z Compiling usdt-impl v0.5.0
16892026-05-27T05:20:17.699Z Compiling usdt v0.6.0
16902026-05-27T05:20:17.964Z Compiling ecdsa v0.16.9
16912026-05-27T05:20:17.990Z Compiling rsa v0.9.10
16922026-05-27T05:20:18.233Z Compiling ed25519-dalek v2.2.0
16932026-05-27T05:20:18.351Z Compiling serde_with v3.17.0
16942026-05-27T05:20:18.475Z Compiling crossterm v0.28.1
16952026-05-27T05:20:19.115Z Compiling zip v0.6.6
16962026-05-27T05:20:19.837Z Compiling iddqd v0.4.2
16972026-05-27T05:20:20.094Z Compiling toml v0.7.8
16982026-05-27T05:20:20.241Z Compiling rand v0.10.0
16992026-05-27T05:20:20.555Z Compiling similar v2.7.0
17002026-05-27T05:20:20.692Z Compiling heck v0.4.1
17012026-05-27T05:20:20.700Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-05-27T05:20:20.911Z Compiling crossbeam-epoch v0.9.18
17032026-05-27T05:20:21.125Z Compiling tokio-stream v0.1.18
17042026-05-27T05:20:21.148Z Compiling buf-list v1.1.2
17052026-05-27T05:20:21.243Z Compiling x509-cert v0.2.5
17062026-05-27T05:20:21.319Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17072026-05-27T05:20:21.334Z Compiling openapiv3 v2.2.0
17082026-05-27T05:20:21.423Z Compiling sha1 v0.10.6
17092026-05-27T05:20:21.441Z Compiling lalrpop-util v0.19.12
17102026-05-27T05:20:21.598Z Compiling peg-runtime v0.8.5
17112026-05-27T05:20:21.617Z Compiling thread_local v1.1.9
17122026-05-27T05:20:21.631Z Compiling slog-async v2.8.0
17132026-05-27T05:20:21.646Z Compiling crossbeam-channel v0.5.15
17142026-05-27T05:20:21.877Z Compiling is-terminal v0.4.17
17152026-05-27T05:20:21.900Z Compiling filetime v0.2.27
17162026-05-27T05:20:21.960Z Compiling xattr v1.6.1
17172026-05-27T05:20:21.972Z Compiling take_mut v0.2.2
17182026-05-27T05:20:22.055Z Compiling term v1.2.1
17192026-05-27T05:20:22.077Z Compiling tar v0.4.45
17202026-05-27T05:20:22.588Z Compiling slog-term v2.9.2
17212026-05-27T05:20:32.261Z Compiling rustls-webpki v0.103.9
17222026-05-27T05:20:35.059Z Compiling tokio-rustls v0.26.4
17232026-05-27T05:20:35.059Z Compiling rustls-platform-verifier v0.6.2
17242026-05-27T05:20:35.261Z Compiling hyper-rustls v0.27.7
17252026-05-27T05:20:35.465Z Compiling reqwest v0.12.28
17262026-05-27T05:20:35.479Z Compiling reqwest v0.13.2
17272026-05-27T05:20:36.725Z Compiling tough v0.22.0
17282026-05-27T05:20:39.247Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-05-27T05:20:39.462Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-05-27T05:20:42.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17312026-05-27T05:20:42.472Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17322026-05-27T05:20:42.530ZMay 27 05:20:41.734 INFO Starting download, target: Clickhouse
17332026-05-27T05:20:42.530ZMay 27 05:20:41.734 INFO Starting download, target: Cockroach
17342026-05-27T05:20:42.539ZMay 27 05:20:41.734 INFO Starting download, target: Console
17352026-05-27T05:20:42.539ZMay 27 05:20:41.734 INFO Starting download, target: DendriteStub
17362026-05-27T05:20:42.539ZMay 27 05:20:41.735 INFO Starting download, target: MaghemiteMgd
17372026-05-27T05:20:42.539ZMay 27 05:20:41.735 INFO Starting download, target: TransceiverControl
17382026-05-27T05:20:42.539ZMay 27 05:20:41.735 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-05-27T05:20:42.539ZMay 27 05:20:41.735 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-05-27T05:20:42.539ZMay 27 05:20:41.735 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-05-27T05:20:42.540ZMay 27 05:20:41.735 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17422026-05-27T05:20:42.540ZMay 27 05:20:41.735 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17432026-05-27T05:20:42.540ZMay 27 05:20:41.735 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17442026-05-27T05:20:43.470ZMay 27 05:20:42.662 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-05-27T05:20:43.615ZMay 27 05:20:42.792 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-05-27T05:20:43.700ZMay 27 05:20:42.877 INFO Download complete, target: TransceiverControl
17472026-05-27T05:20:43.830ZMay 27 05:20:43.023 INFO Download complete, target: Console
17482026-05-27T05:20:44.306ZMay 27 05:20:43.482 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-05-27T05:20:45.738ZMay 27 05:20:44.917 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17502026-05-27T05:20:45.764ZMay 27 05:20:44.935 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17512026-05-27T05:20:46.420ZMay 27 05:20:45.629 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17522026-05-27T05:20:46.420ZMay 27 05:20:45.629 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17532026-05-27T05:20:48.095ZMay 27 05:20:47.304 INFO Download complete, target: DendriteStub
17542026-05-27T05:20:48.129ZMay 27 05:20:47.338 INFO Download complete, target: MaghemiteMgd
17552026-05-27T05:20:51.026ZMay 27 05:20:50.233 INFO Checking that binary works, target: Cockroach
17562026-05-27T05:20:51.049ZMay 27 05:20:50.255 INFO Checking that binary works, target: Clickhouse
17572026-05-27T05:20:51.139ZMay 27 05:20:50.348 INFO Download complete, target: Clickhouse
17582026-05-27T05:20:51.149ZMay 27 05:20:50.358 INFO Download complete, target: Cockroach
17592026-05-27T05:20:51.173ZAll builder prerequisites installed successfully, and PATH looks valid
17602026-05-27T05:20:51.179Z
17612026-05-27T05:20:51.179Zreal 2:18.056290128
17622026-05-27T05:20:51.179Zuser 6:55.643702127
17632026-05-27T05:20:51.179Zsys 1:23.191003227
17642026-05-27T05:20:51.179Ztrap 0.218247745
17652026-05-27T05:20:51.179Ztflt 0.777071506
17662026-05-27T05:20:51.179Zdflt 0.680927305
17672026-05-27T05:20:51.179Zkflt 0.027250255
17682026-05-27T05:20:51.179Zlock 21:17.248415425
17692026-05-27T05:20:51.179Zslp 21:19.642903609
17702026-05-27T05:20:51.179Zlat 44.935876085
17712026-05-27T05:20:51.179Zstop 2:00.790457892
17722026-05-27T05:20:51.179Z+ banner hack-check
17732026-05-27T05:20:51.179Z
17742026-05-27T05:20:51.179Z # # ## #### # # #### # # ###### #### # #
17752026-05-27T05:20:51.179Z # # # # # # # # # # # # # # # # #
17762026-05-27T05:20:51.179Z ###### # # # #### ##### # ###### ##### # ####
17772026-05-27T05:20:51.180Z # # ###### # # # # # # # # # #
17782026-05-27T05:20:51.180Z # # # # # # # # # # # # # # # # #
17792026-05-27T05:20:51.180Z # # # # #### # # #### # # ###### #### # #
17802026-05-27T05:20:51.180Z
17812026-05-27T05:20:51.180Z+ export CARGO_INCREMENTAL=0
17822026-05-27T05:20:51.180Z+ CARGO_INCREMENTAL=0
17832026-05-27T05:20:51.180Z+ ptime -m timeout 2h cargo xtask check-features --ci
17842026-05-27T05:20:51.705Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17852026-05-27T05:20:51.926Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17862026-05-27T05:20:53.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17872026-05-27T05:20:53.874Z Running `target/debug/xtask check-features --ci`
17882026-05-27T05:20:53.900Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17892026-05-27T05:20:53.903Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17902026-05-27T05:20:54.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17912026-05-27T05:20:54.411Z Running `target/debug/xtask download cargo-hack`
17922026-05-27T05:20:55.194Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17932026-05-27T05:20:55.512Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17942026-05-27T05:20:58.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
17952026-05-27T05:20:58.219Z Running `target/debug/xtask-downloader cargo-hack`
17962026-05-27T05:20:58.272ZMay 27 05:20:57.458 INFO Starting download, target: CargoHack
17972026-05-27T05:20:58.300ZMay 27 05:20:57.458 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17982026-05-27T05:20:58.647ZMay 27 05:20:57.828 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17992026-05-27T05:20:58.690ZMay 27 05:20:57.879 INFO Download complete, target: CargoHack
18002026-05-27T05:20:58.703Zrunning: "/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"
18012026-05-27T05:20:58.703Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18022026-05-27T05:20:58.854Zinfo: running `cargo check --bins` on api_identity (1/295)
18032026-05-27T05:20:59.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-27T05:20:59.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-27T05:20:59.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-27T05:20:59.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18072026-05-27T05:20:59.425Z
18082026-05-27T05:20:59.425Zinfo: running `cargo check --bins` on bootstore (2/295)
18092026-05-27T05:20:59.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-27T05:20:59.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-27T05:20:59.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-27T05:20:59.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18132026-05-27T05:21:00.003Z
18142026-05-27T05:21:00.003Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18152026-05-27T05:21:00.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-27T05:21:00.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-27T05:21:00.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-27T05:21:00.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-05-27T05:21:00.583Z
18202026-05-27T05:21:00.583Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18212026-05-27T05:21:01.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-27T05:21:01.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-27T05:21:01.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-27T05:21:01.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18252026-05-27T05:21:01.164Z
18262026-05-27T05:21:01.164Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18272026-05-27T05:21:01.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-27T05:21:01.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-27T05:21:01.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-27T05:21:01.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18312026-05-27T05:21:01.756Z
18322026-05-27T05:21:01.756Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18332026-05-27T05:21:02.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-27T05:21:02.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-27T05:21:02.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-27T05:21:02.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-27T05:21:02.348Z
18382026-05-27T05:21:02.348Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18392026-05-27T05:21:02.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-27T05:21:02.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-27T05:21:02.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-27T05:21:02.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-05-27T05:21:02.983Z
18442026-05-27T05:21:02.983Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18452026-05-27T05:21:03.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-27T05:21:03.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-27T05:21:03.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-27T05:21:03.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18492026-05-27T05:21:03.570Z
18502026-05-27T05:21:03.570Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18512026-05-27T05:21:03.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-27T05:21:04.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-27T05:21:04.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-27T05:21:04.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18552026-05-27T05:21:04.137Z
18562026-05-27T05:21:04.139Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18572026-05-27T05:21:04.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-27T05:21:04.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-27T05:21:04.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-27T05:21:04.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-05-27T05:21:04.498Z
18622026-05-27T05:21:04.498Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18632026-05-27T05:21:04.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-27T05:21:04.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-27T05:21:04.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-27T05:21:04.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-27T05:21:04.938Z
18682026-05-27T05:21:04.938Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18692026-05-27T05:21:05.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-27T05:21:05.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-27T05:21:05.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-27T05:21:05.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-27T05:21:05.407Z
18742026-05-27T05:21:05.407Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18752026-05-27T05:21:05.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-27T05:21:05.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-27T05:21:05.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-27T05:21:05.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-27T05:21:05.884Z
18802026-05-27T05:21:05.884Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18812026-05-27T05:21:06.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-27T05:21:06.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-27T05:21:06.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-27T05:21:06.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-27T05:21:06.324Z
18862026-05-27T05:21:06.324Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18872026-05-27T05:21:06.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-27T05:21:06.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-27T05:21:06.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-27T05:21:06.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-27T05:21:06.794Z
18922026-05-27T05:21:06.794Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18932026-05-27T05:21:07.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-27T05:21:07.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-27T05:21:07.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-27T05:21:07.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-27T05:21:07.262Z
18982026-05-27T05:21:07.262Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18992026-05-27T05:21:07.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-27T05:21:07.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-27T05:21:07.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-27T05:21:07.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-27T05:21:07.730Z
19042026-05-27T05:21:07.730Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19052026-05-27T05:21:08.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-27T05:21:08.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-27T05:21:08.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-27T05:21:08.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-27T05:21:08.202Z
19102026-05-27T05:21:08.202Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19112026-05-27T05:21:08.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-27T05:21:08.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-27T05:21:08.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-27T05:21:08.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-05-27T05:21:08.662Z
19162026-05-27T05:21:08.662Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19172026-05-27T05:21:09.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-27T05:21:09.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-27T05:21:09.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-27T05:21:09.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-05-27T05:21:09.143Z
19222026-05-27T05:21:09.143Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19232026-05-27T05:21:09.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-27T05:21:09.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-27T05:21:09.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-27T05:21:09.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-05-27T05:21:09.596Z
19282026-05-27T05:21:09.596Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19292026-05-27T05:21:10.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-27T05:21:10.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-27T05:21:10.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-27T05:21:10.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19332026-05-27T05:21:10.080Z
19342026-05-27T05:21:10.080Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19352026-05-27T05:21:10.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-27T05:21:10.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-27T05:21:10.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-27T05:21:10.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-05-27T05:21:10.545Z
19402026-05-27T05:21:10.545Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19412026-05-27T05:21:10.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-27T05:21:10.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-27T05:21:10.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-27T05:21:10.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19452026-05-27T05:21:11.023Z
19462026-05-27T05:21:11.024Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19472026-05-27T05:21:11.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-27T05:21:11.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-27T05:21:11.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-27T05:21:11.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-27T05:21:11.544Z
19522026-05-27T05:21:11.544Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19532026-05-27T05:21:11.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-27T05:21:11.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-27T05:21:11.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-27T05:21:11.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19572026-05-27T05:21:11.980Z
19582026-05-27T05:21:11.980Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19592026-05-27T05:21:12.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-27T05:21:12.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-27T05:21:12.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-27T05:21:12.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-27T05:21:12.431Z
19642026-05-27T05:21:12.431Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19652026-05-27T05:21:12.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-27T05:21:12.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-27T05:21:12.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-27T05:21:12.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-05-27T05:21:12.913Z
19702026-05-27T05:21:12.913Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19712026-05-27T05:21:13.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-27T05:21:13.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-27T05:21:13.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-27T05:21:13.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19752026-05-27T05:21:13.374Z
19762026-05-27T05:21:13.374Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19772026-05-27T05:21:13.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-27T05:21:13.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-27T05:21:13.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-27T05:21:13.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-05-27T05:21:13.841Z
19822026-05-27T05:21:13.841Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19832026-05-27T05:21:14.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-27T05:21:14.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-27T05:21:14.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-27T05:21:14.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-27T05:21:14.306Z
19882026-05-27T05:21:14.306Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19892026-05-27T05:21:14.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-27T05:21:14.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-27T05:21:14.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-27T05:21:14.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-27T05:21:14.772Z
19942026-05-27T05:21:14.772Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19952026-05-27T05:21:15.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-27T05:21:15.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-27T05:21:15.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-27T05:21:15.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-27T05:21:15.243Z
20002026-05-27T05:21:15.243Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20012026-05-27T05:21:15.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-27T05:21:15.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-27T05:21:15.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-27T05:21:15.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-27T05:21:15.706Z
20062026-05-27T05:21:15.706Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20072026-05-27T05:21:16.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-27T05:21:16.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-27T05:21:16.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-27T05:21:16.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-27T05:21:16.175Z
20122026-05-27T05:21:16.175Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20132026-05-27T05:21:16.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-27T05:21:16.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-27T05:21:16.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-27T05:21:16.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-27T05:21:16.663Z
20182026-05-27T05:21:16.663Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20192026-05-27T05:21:17.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-27T05:21:17.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-27T05:21:17.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-27T05:21:17.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-27T05:21:17.122Z
20242026-05-27T05:21:17.122Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20252026-05-27T05:21:17.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-27T05:21:17.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-27T05:21:17.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-27T05:21:17.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-27T05:21:17.615Z
20302026-05-27T05:21:17.615Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20312026-05-27T05:21:18.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-27T05:21:18.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-27T05:21:18.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-27T05:21:18.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20352026-05-27T05:21:18.192Z
20362026-05-27T05:21:18.193Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20372026-05-27T05:21:18.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-27T05:21:18.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-27T05:21:18.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-27T05:21:18.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-05-27T05:21:18.638Z
20422026-05-27T05:21:18.638Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20432026-05-27T05:21:18.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-27T05:21:19.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-27T05:21:19.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-27T05:21:19.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-27T05:21:19.240Z
20482026-05-27T05:21:19.240Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20492026-05-27T05:21:19.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-27T05:21:19.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-27T05:21:19.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-27T05:21:19.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-05-27T05:21:19.498Z
20542026-05-27T05:21:19.498Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20552026-05-27T05:21:19.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-27T05:21:19.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-27T05:21:19.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-27T05:21:19.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-05-27T05:21:19.981Z
20602026-05-27T05:21:19.981Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20612026-05-27T05:21:20.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-27T05:21:20.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-27T05:21:20.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-27T05:21:20.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-05-27T05:21:20.472Z
20662026-05-27T05:21:20.472Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20672026-05-27T05:21:20.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-27T05:21:20.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-27T05:21:20.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-27T05:21:20.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-05-27T05:21:20.976Z
20722026-05-27T05:21:20.976Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20732026-05-27T05:21:21.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-27T05:21:21.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-27T05:21:21.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-27T05:21:21.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-05-27T05:21:21.408Z
20782026-05-27T05:21:21.408Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20792026-05-27T05:21:21.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-27T05:21:21.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-27T05:21:21.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-27T05:21:21.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-05-27T05:21:21.851Z
20842026-05-27T05:21:21.851Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20852026-05-27T05:21:22.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-27T05:21:22.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-27T05:21:22.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-27T05:21:22.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20892026-05-27T05:21:22.295Z
20902026-05-27T05:21:22.295Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20912026-05-27T05:21:22.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-27T05:21:22.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-27T05:21:22.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-27T05:21:22.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20952026-05-27T05:21:22.932Z
20962026-05-27T05:21:22.932Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20972026-05-27T05:21:23.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-27T05:21:23.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-27T05:21:23.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-27T05:21:23.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21012026-05-27T05:21:23.576Z
21022026-05-27T05:21:23.576Zinfo: running `cargo check --bins` on nexus-config (51/295)
21032026-05-27T05:21:24.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-27T05:21:24.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-27T05:21:24.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-27T05:21:24.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21072026-05-27T05:21:24.210Z
21082026-05-27T05:21:24.210Zinfo: running `cargo check --bins` on nexus-types (52/295)
21092026-05-27T05:21:24.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-27T05:21:24.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-27T05:21:24.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-27T05:21:24.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21132026-05-27T05:21:24.849Z
21142026-05-27T05:21:24.849Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21152026-05-27T05:21:25.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-27T05:21:25.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-27T05:21:25.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-27T05:21:25.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21192026-05-27T05:21:25.475Z
21202026-05-27T05:21:25.475Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21212026-05-27T05:21:25.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-27T05:21:25.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-27T05:21:25.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-27T05:21:25.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21252026-05-27T05:21:26.058Z
21262026-05-27T05:21:26.058Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21272026-05-27T05:21:26.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-27T05:21:26.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-27T05:21:26.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-27T05:21:26.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-05-27T05:21:26.666Z
21322026-05-27T05:21:26.666Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21332026-05-27T05:21:27.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-27T05:21:27.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-27T05:21:27.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-27T05:21:27.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-27T05:21:27.259Z
21382026-05-27T05:21:27.260Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21392026-05-27T05:21:27.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-27T05:21:27.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-27T05:21:27.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-27T05:21:27.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21432026-05-27T05:21:27.864Z
21442026-05-27T05:21:27.864Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21452026-05-27T05:21:28.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-27T05:21:28.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-27T05:21:28.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-27T05:21:28.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21492026-05-27T05:21:28.476Z
21502026-05-27T05:21:28.477Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21512026-05-27T05:21:29.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-27T05:21:29.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-27T05:21:29.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-27T05:21:29.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-05-27T05:21:29.091Z
21562026-05-27T05:21:29.091Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21572026-05-27T05:21:29.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-27T05:21:29.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-27T05:21:29.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-27T05:21:29.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21612026-05-27T05:21:29.646Z
21622026-05-27T05:21:29.646Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21632026-05-27T05:21:30.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-27T05:21:30.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-27T05:21:30.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-27T05:21:30.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21672026-05-27T05:21:30.240Z
21682026-05-27T05:21:30.240Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21692026-05-27T05:21:30.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-27T05:21:30.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-27T05:21:30.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-27T05:21:30.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21732026-05-27T05:21:30.820Z
21742026-05-27T05:21:30.820Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21752026-05-27T05:21:31.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-27T05:21:31.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-27T05:21:31.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-27T05:21:31.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21792026-05-27T05:21:31.425Z
21802026-05-27T05:21:31.425Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21812026-05-27T05:21:31.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-27T05:21:31.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-27T05:21:31.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-27T05:21:31.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21852026-05-27T05:21:32.030Z
21862026-05-27T05:21:32.030Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21872026-05-27T05:21:32.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-27T05:21:32.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-27T05:21:32.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-27T05:21:32.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-27T05:21:32.619Z
21922026-05-27T05:21:32.619Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21932026-05-27T05:21:33.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-27T05:21:33.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-27T05:21:33.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-27T05:21:33.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21972026-05-27T05:21:33.239Z
21982026-05-27T05:21:33.239Zinfo: running `cargo check --bins` on ereport-types (67/295)
21992026-05-27T05:21:33.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-27T05:21:33.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-27T05:21:33.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-27T05:21:33.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22032026-05-27T05:21:33.788Z
22042026-05-27T05:21:33.788Zinfo: running `cargo check --bins` on gateway-client (68/295)
22052026-05-27T05:21:34.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-27T05:21:34.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-27T05:21:34.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-27T05:21:34.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22092026-05-27T05:21:34.363Z
22102026-05-27T05:21:34.363Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22112026-05-27T05:21:34.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-27T05:21:34.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-27T05:21:34.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-27T05:21:34.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22152026-05-27T05:21:34.948Z
22162026-05-27T05:21:34.948Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22172026-05-27T05:21:35.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-27T05:21:35.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-27T05:21:35.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-27T05:21:35.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22212026-05-27T05:21:35.525Z
22222026-05-27T05:21:35.525Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22232026-05-27T05:21:36.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-27T05:21:36.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-27T05:21:36.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-27T05:21:36.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22272026-05-27T05:21:36.113Z
22282026-05-27T05:21:36.113Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22292026-05-27T05:21:36.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-27T05:21:36.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-27T05:21:36.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-27T05:21:36.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22332026-05-27T05:21:36.698Z
22342026-05-27T05:21:36.698Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22352026-05-27T05:21:37.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-27T05:21:37.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-27T05:21:37.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-27T05:21:37.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22392026-05-27T05:21:37.305Z
22402026-05-27T05:21:37.305Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22412026-05-27T05:21:37.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-27T05:21:37.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-27T05:21:37.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-27T05:21:37.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22452026-05-27T05:21:37.914Z
22462026-05-27T05:21:37.914Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22472026-05-27T05:21:38.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-27T05:21:38.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-27T05:21:38.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-05-27T05:21:38.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22512026-05-27T05:21:38.490Z
22522026-05-27T05:21:38.490Zinfo: running `cargo check --bins` on oxlog (76/295)
22532026-05-27T05:21:38.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-05-27T05:21:38.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-05-27T05:21:39.103Z Checking cfg-if v1.0.4
22562026-05-27T05:21:39.106Z Checking libc v0.2.185
22572026-05-27T05:21:39.106Z Checking serde_core v1.0.228
22582026-05-27T05:21:39.223Z Checking zeroize v1.8.2
22592026-05-27T05:21:39.229Z Checking memchr v2.8.0
22602026-05-27T05:21:39.239Z Checking log v0.4.29
22612026-05-27T05:21:39.245Z Checking smallvec v1.15.1
22622026-05-27T05:21:39.256Z Checking typenum v1.19.0
22632026-05-27T05:21:39.267Z Checking subtle v2.6.1
22642026-05-27T05:21:39.362Z Checking itoa v1.0.17
22652026-05-27T05:21:39.394Z Checking scopeguard v1.2.0
22662026-05-27T05:21:39.410Z Checking stable_deref_trait v1.2.1
22672026-05-27T05:21:39.422Z Checking const-oid v0.9.6
22682026-05-27T05:21:39.484Z Checking zerofrom v0.1.6
22692026-05-27T05:21:39.500Z Checking lock_api v0.4.14
22702026-05-27T05:21:39.508Z Checking pin-project-lite v0.2.17
22712026-05-27T05:21:39.596Z Checking yoke v0.8.1
22722026-05-27T05:21:39.611Z Checking getrandom v0.2.17
22732026-05-27T05:21:39.615Z Checking errno v0.3.14
22742026-05-27T05:21:39.615Z Checking parking_lot_core v0.9.12
22752026-05-27T05:21:39.690Z Checking portable-atomic v1.13.1
22762026-05-27T05:21:39.758Z Checking zerovec v0.11.5
22772026-05-27T05:21:39.770Z Checking generic-array v0.14.7
22782026-05-27T05:21:39.791Z Checking signal-hook-registry v1.4.8
22792026-05-27T05:21:39.797Z Checking rand_core v0.6.4
22802026-05-27T05:21:39.834Z Checking futures-core v0.3.32
22812026-05-27T05:21:39.936Z Checking critical-section v1.2.0
22822026-05-27T05:21:39.956Z Checking parking_lot v0.12.5
22832026-05-27T05:21:39.966Z Checking mio v1.2.0
22842026-05-27T05:21:40.031Z Checking zerocopy v0.8.40
22852026-05-27T05:21:40.086Z Checking once_cell v1.21.3
22862026-05-27T05:21:40.099Z Checking zmij v1.0.21
22872026-05-27T05:21:40.140Z Checking socket2 v0.6.3
22882026-05-27T05:21:40.189Z Checking tinystr v0.8.2
22892026-05-27T05:21:40.202Z Checking crypto-common v0.1.7
22902026-05-27T05:21:40.237Z Checking block-buffer v0.10.4
22912026-05-27T05:21:40.259Z Checking libm v0.2.16
22922026-05-27T05:21:40.309Z Checking percent-encoding v2.3.2
22932026-05-27T05:21:40.320Z Checking writeable v0.6.2
22942026-05-27T05:21:40.363Z Checking litemap v0.8.1
22952026-05-27T05:21:40.375Z Checking digest v0.10.7
22962026-05-27T05:21:40.386Z Checking equivalent v1.0.2
22972026-05-27T05:21:40.451Z Checking potential_utf v0.1.4
22982026-05-27T05:21:40.467Z Checking zerotrie v0.2.3
22992026-05-27T05:21:40.483Z Checking rand_core v0.10.0
23002026-05-27T05:21:40.586Z Checking icu_locale_core v2.1.1
23012026-05-27T05:21:40.591Z Checking futures-sink v0.3.32
23022026-05-27T05:21:40.591Z Checking icu_collections v2.1.1
23032026-05-27T05:21:40.618Z Checking cpufeatures v0.2.17
23042026-05-27T05:21:40.668Z Checking futures-channel v0.3.32
23052026-05-27T05:21:40.682Z Checking serde v1.0.228
23062026-05-27T05:21:40.695Z Checking bitflags v2.11.0
23072026-05-27T05:21:40.708Z Checking serde_json v1.0.149
23082026-05-27T05:21:40.865Z Checking slab v0.4.12
23092026-05-27T05:21:40.879Z Checking futures-task v0.3.32
23102026-05-27T05:21:40.883Z Checking futures-io v0.3.32
23112026-05-27T05:21:40.954Z Checking num-traits v0.2.19
23122026-05-27T05:21:40.990Z Checking getrandom v0.4.1
23132026-05-27T05:21:41.002Z Checking hmac v0.12.1
23142026-05-27T05:21:41.012Z Checking futures-util v0.3.32
23152026-05-27T05:21:41.081Z Checking bytes v1.11.1
23162026-05-27T05:21:41.093Z Checking icu_provider v2.1.1
23172026-05-27T05:21:41.128Z Checking icu_normalizer_data v2.1.1
23182026-05-27T05:21:41.128Z Checking icu_properties_data v2.1.2
23192026-05-27T05:21:41.203Z Checking hashbrown v0.17.0
23202026-05-27T05:21:41.266Z Checking block-padding v0.3.3
23212026-05-27T05:21:41.319Z Checking icu_normalizer v2.1.1
23222026-05-27T05:21:41.377Z Checking icu_properties v2.1.2
23232026-05-27T05:21:41.397Z Checking inout v0.1.4
23242026-05-27T05:21:41.476Z Checking utf8_iter v1.0.4
23252026-05-27T05:21:41.513Z Checking tokio v1.52.1
23262026-05-27T05:21:41.532Z Checking cipher v0.4.4
23272026-05-27T05:21:41.598Z Checking sha2 v0.10.9
23282026-05-27T05:21:41.620Z Checking form_urlencoded v1.2.2
23292026-05-27T05:21:41.665Z Checking indexmap v2.14.0
23302026-05-27T05:21:41.739Z Checking getrandom v0.3.4
23312026-05-27T05:21:41.751Z Checking fnv v1.0.7
23322026-05-27T05:21:41.843Z Checking byteorder v1.5.0
23332026-05-27T05:21:41.883Z Checking base64ct v1.8.3
23342026-05-27T05:21:41.890Z Checking flagset v0.4.7
23352026-05-27T05:21:42.014Z Checking rand_core v0.9.5
23362026-05-27T05:21:42.039Z Checking http v1.4.0
23372026-05-27T05:21:42.130Z Checking pem-rfc7468 v0.7.0
23382026-05-27T05:21:42.227Z Checking regex-syntax v0.8.10
23392026-05-27T05:21:42.227Z Checking idna_adapter v1.2.1
23402026-05-27T05:21:42.330Z Checking salsa20 v0.10.2
23412026-05-27T05:21:42.331Z Checking der v0.7.10
23422026-05-27T05:21:42.339Z Checking idna v1.1.0
23432026-05-27T05:21:42.356Z Checking uuid v1.23.0
23442026-05-27T05:21:42.613Z Checking url v2.5.8
23452026-05-27T05:21:42.645Z Checking pbkdf2 v0.12.2
23462026-05-27T05:21:42.703Z Checking rustix v1.1.3
23472026-05-27T05:21:42.732Z Checking tracing-core v0.1.36
23482026-05-27T05:21:42.797Z Checking ppv-lite86 v0.2.21
23492026-05-27T05:21:42.951Z Checking rustls-pki-types v1.14.0
23502026-05-27T05:21:43.078Z Checking spki v0.7.3
23512026-05-27T05:21:43.125Z Checking iana-time-zone v0.1.65
23522026-05-27T05:21:43.125Z Checking base64 v0.22.1
23532026-05-27T05:21:43.126Z Checking rand_chacha v0.9.0
23542026-05-27T05:21:43.140Z Checking chrono v0.4.44
23552026-05-27T05:21:43.184Z Checking tracing v0.1.44
23562026-05-27T05:21:43.224Z Checking scrypt v0.11.0
23572026-05-27T05:21:43.285Z Checking http-body v1.0.1
23582026-05-27T05:21:43.292Z Checking aes v0.8.4
23592026-05-27T05:21:43.337Z Checking cbc v0.1.2
23602026-05-27T05:21:43.410Z Checking aws-lc-sys v0.40.0
23612026-05-27T05:21:43.429Z Checking openssl-probe v0.2.1
23622026-05-27T05:21:43.481Z Checking untrusted v0.9.0
23632026-05-27T05:21:43.553Z Checking untrusted v0.7.1
23642026-05-27T05:21:43.631Z Checking tinyvec_macros v0.1.1
23652026-05-27T05:21:43.631Z Checking rand v0.9.2
23662026-05-27T05:21:43.631Z Checking ring v0.17.14
23672026-05-27T05:21:43.674Z Checking tinyvec v1.10.0
23682026-05-27T05:21:43.675Z Checking tower-layer v0.3.3
23692026-05-27T05:21:43.712Z Checking pkcs5 v0.7.1
23702026-05-27T05:21:43.840Z Checking atomic-waker v1.1.2
23712026-05-27T05:21:43.915Z Checking tower-service v0.3.3
23722026-05-27T05:21:43.948Z Checking try-lock v0.2.5
23732026-05-27T05:21:43.948Z Checking aws-lc-rs v1.16.3
23742026-05-27T05:21:43.968Z Checking pkcs8 v0.10.2
23752026-05-27T05:21:43.968Z Checking ipnet v2.11.0
23762026-05-27T05:21:43.987Z Checking httparse v1.10.1
23772026-05-27T05:21:44.027Z Checking want v0.3.1
23782026-05-27T05:21:44.062Z Checking aho-corasick v1.1.4
23792026-05-27T05:21:44.141Z Checking plain v0.2.3
23802026-05-27T05:21:44.157Z Checking httpdate v1.0.3
23812026-05-27T05:21:44.195Z Checking foreign-types-shared v0.1.1
23822026-05-27T05:21:44.228Z Checking pin-utils v0.1.0
23832026-05-27T05:21:44.245Z Checking dyn-clone v1.0.20
23842026-05-27T05:21:44.262Z Checking fastrand v2.3.0
23852026-05-27T05:21:44.285Z Checking foreign-types v0.3.2
23862026-05-27T05:21:44.310Z Checking unicode-normalization v0.1.25
23872026-05-27T05:21:44.333Z Checking semver v1.0.28
23882026-05-27T05:21:44.341Z Checking openssl-sys v0.9.115
23892026-05-27T05:21:44.456Z Checking tempfile v3.25.0
23902026-05-27T05:21:44.562Z Checking spin v0.9.8
23912026-05-27T05:21:44.591Z Checking unicode-ident v1.0.24
23922026-05-27T05:21:44.642Z Checking ucd-trie v0.1.7
23932026-05-27T05:21:44.682Z Checking proc-macro2 v1.0.106
23942026-05-27T05:21:44.702Z Checking regex-automata v0.4.14
23952026-05-27T05:21:44.732Z Checking schemars v0.8.22
23962026-05-27T05:21:44.762Z Checking openssl v0.10.79
23972026-05-27T05:21:44.762Z Checking rustls-native-certs v0.8.3
23982026-05-27T05:21:44.762Z Checking rustls-webpki v0.103.9
23992026-05-27T05:21:44.788Z Checking tokio-util v0.7.18
24002026-05-27T05:21:44.788Z Checking pest v2.8.6
24012026-05-27T05:21:44.882Z Checking thiserror v2.0.18
24022026-05-27T05:21:44.955Z Checking sync_wrapper v1.0.2
24032026-05-27T05:21:44.970Z Checking wait-timeout v0.2.1
24042026-05-27T05:21:45.057Z Checking powerfmt v0.2.0
24052026-05-27T05:21:45.086Z Checking utf8parse v0.2.2
24062026-05-27T05:21:45.166Z Checking rustls v0.23.37
24072026-05-27T05:21:45.187Z Checking quick-error v1.2.3
24082026-05-27T05:21:45.202Z Checking anstyle v1.0.13
24092026-05-27T05:21:45.287Z Checking pretty-hex v0.4.1
24102026-05-27T05:21:45.331Z Checking siphasher v1.0.2
24112026-05-27T05:21:45.366Z Checking h2 v0.4.13
24122026-05-27T05:21:45.378Z Checking bit-vec v0.8.0
24132026-05-27T05:21:45.400Z Checking simd-adler32 v0.3.8
24142026-05-27T05:21:45.482Z Checking rusty-fork v0.3.1
24152026-05-27T05:21:45.568Z Checking deranged v0.5.8
24162026-05-27T05:21:45.572Z Checking bit-set v0.8.0
24172026-05-27T05:21:45.649Z Checking anstyle-parse v0.2.7
24182026-05-27T05:21:45.712Z Checking tower v0.5.3
24192026-05-27T05:21:45.800Z Checking quote v1.0.45
24202026-05-27T05:21:45.825Z Compiling newtype-uuid v1.3.2
24212026-05-27T05:21:45.972Z Checking http-body-util v0.1.3
24222026-05-27T05:21:46.008Z Checking webpki-roots v1.0.6
24232026-05-27T05:21:46.104Z Checking crossbeam-utils v0.8.21
24242026-05-27T05:21:46.124Z Checking rand_xorshift v0.4.0
24252026-05-27T05:21:46.186Z Checking crc32fast v1.5.0
24262026-05-27T05:21:46.242Z Checking scroll v0.13.0
24272026-05-27T05:21:46.326Z Checking signature v2.2.0
24282026-05-27T05:21:46.438Z Checking colorchoice v1.0.4
24292026-05-27T05:21:46.455Z Checking num-conv v0.2.0
24302026-05-27T05:21:46.470Z Checking time-core v0.1.8
24312026-05-27T05:21:46.482Z Checking num_threads v0.1.7
24322026-05-27T05:21:46.495Z Checking iri-string v0.7.10
24332026-05-27T05:21:46.535Z Checking ryu v1.0.23
24342026-05-27T05:21:46.566Z Checking anstyle-query v1.1.5
24352026-05-27T05:21:46.566Z Checking adler2 v2.0.1
24362026-05-27T05:21:46.604Z Checking unicode-properties v0.1.4
24372026-05-27T05:21:46.666Z Checking unarray v0.1.4
24382026-05-27T05:21:46.679Z Checking is_terminal_polyfill v1.70.2
24392026-05-27T05:21:46.679Z Checking allocator-api2 v0.2.21
24402026-05-27T05:21:46.716Z Checking native-tls v0.2.18
24412026-05-27T05:21:46.765Z Checking unicode-bidi v0.3.18
24422026-05-27T05:21:46.778Z Checking anstream v0.6.21
24432026-05-27T05:21:46.790Z Checking proptest v1.10.0
24442026-05-27T05:21:46.890Z Checking tokio-native-tls v0.3.1
24452026-05-27T05:21:46.968Z Checking miniz_oxide v0.8.9
24462026-05-27T05:21:46.982Z Checking serde_urlencoded v0.7.1
24472026-05-27T05:21:47.045Z Checking time v0.3.47
24482026-05-27T05:21:47.058Z Checking stringprep v0.1.5
24492026-05-27T05:21:47.183Z Checking bstr v1.12.1
24502026-05-27T05:21:47.209Z Checking goblin v0.10.5
24512026-05-27T05:21:47.320Z Checking crossbeam-epoch v0.9.18
24522026-05-27T05:21:47.521Z Checking tower-http v0.6.8
24532026-05-27T05:21:47.580Z Checking tokio-rustls v0.26.4
24542026-05-27T05:21:47.584Z Checking syn v2.0.117
24552026-05-27T05:21:47.584Z Compiling daft v0.1.7
24562026-05-27T05:21:47.759Z Checking ipnetwork v0.21.1
24572026-05-27T05:21:47.796Z Checking rand_chacha v0.3.1
24582026-05-27T05:21:47.853Z Checking scroll v0.12.0
24592026-05-27T05:21:47.975Z Checking thiserror v1.0.69
24602026-05-27T05:21:48.023Z Checking hash32 v0.2.1
24612026-05-27T05:21:48.060Z Checking hyper v1.8.1
24622026-05-27T05:21:48.074Z Checking zstd-sys v2.0.16+zstd.1.5.7
24632026-05-27T05:21:48.085Z Checking num-integer v0.1.46
24642026-05-27T05:21:48.178Z Checking toml_datetime v0.6.11
24652026-05-27T05:21:48.191Z Checking serde_spanned v0.6.9
24662026-05-27T05:21:48.202Z Checking md-5 v0.10.6
24672026-05-27T05:21:48.311Z Checking ff v0.13.1
24682026-05-27T05:21:48.323Z Checking encoding_rs v0.8.35
24692026-05-27T05:21:48.341Z Checking mime v0.3.17
24702026-05-27T05:21:48.361Z Checking fallible-iterator v0.2.0
24712026-05-27T05:21:48.442Z Checking base16ct v0.2.0
24722026-05-27T05:21:48.517Z Checking psl-types v2.0.11
24732026-05-27T05:21:48.566Z Checking zlib-rs v0.6.2
24742026-05-27T05:21:48.629Z Checking publicsuffix v2.3.0
24752026-05-27T05:21:48.633Z Checking postgres-protocol v0.6.10
24762026-05-27T05:21:48.763Z Checking sec1 v0.7.3
24772026-05-27T05:21:48.794Z Checking group v0.13.0
24782026-05-27T05:21:48.940Z Checking num-iter v0.1.45
24792026-05-27T05:21:48.953Z Checking cookie v0.18.1
24802026-05-27T05:21:48.966Z Checking zstd-safe v7.2.4
24812026-05-27T05:21:48.978Z Checking hyper-util v0.1.20
24822026-05-27T05:21:49.050Z Checking heapless v0.7.17
24832026-05-27T05:21:49.127Z Checking goblin v0.8.2
24842026-05-27T05:21:49.175Z Checking rand v0.8.6
24852026-05-27T05:21:49.254Z Checking oxnet v0.1.4
24862026-05-27T05:21:49.439Z Checking flate2 v1.1.9
24872026-05-27T05:21:49.467Z Compiling iddqd v0.4.2
24882026-05-27T05:21:49.487Z Checking dtrace-parser v0.3.0
24892026-05-27T05:21:49.551Z Checking dof v0.4.0
24902026-05-27T05:21:49.691Z Checking phf_shared v0.13.1
24912026-05-27T05:21:49.723Z Checking lazy_static v1.5.0
24922026-05-27T05:21:49.734Z Checking zerocopy v0.7.35
24932026-05-27T05:21:49.814Z Checking pin-project v1.1.11
24942026-05-27T05:21:49.850Z Checking bzip2-sys v0.1.13+1.0.8
24952026-05-27T05:21:49.890Z Checking signal-hook v0.3.18
24962026-05-27T05:21:49.906Z Checking terminal_size v0.4.3
24972026-05-27T05:21:49.932Z Checking futures-executor v0.3.32
24982026-05-27T05:21:50.019Z Checking hkdf v0.12.4
24992026-05-27T05:21:50.073Z Checking hex v0.4.3
25002026-05-27T05:21:50.084Z Checking crypto-bigint v0.5.5
25012026-05-27T05:21:50.151Z Checking thread-id v5.1.0
25022026-05-27T05:21:50.172Z Checking bitflags v1.3.2
25032026-05-27T05:21:50.209Z Checking cpufeatures v0.3.0
25042026-05-27T05:21:50.223Z Checking hyper-rustls v0.27.7
25052026-05-27T05:21:50.234Z Checking hyper-tls v0.6.0
25062026-05-27T05:21:50.245Z Checking libbz2-rs-sys v0.2.2
25072026-05-27T05:21:50.279Z Checking managed v0.8.0
25082026-05-27T05:21:50.296Z Checking foldhash v0.1.5
25092026-05-27T05:21:50.411Z Checking winnow v0.7.14
25102026-05-27T05:21:50.426Z Checking clap_lex v1.0.0
25112026-05-27T05:21:50.430Z Checking winnow v0.5.40
25122026-05-27T05:21:50.458Z Checking strsim v0.11.1
25132026-05-27T05:21:50.586Z Checking foldhash v0.2.0
25142026-05-27T05:21:50.619Z Checking either v1.15.0
25152026-05-27T05:21:50.632Z Checking same-file v1.0.6
25162026-05-27T05:21:50.738Z Compiling rayon-core v1.13.0
25172026-05-27T05:21:50.750Z Checking bumpalo v3.20.2
25182026-05-27T05:21:50.753Z Checking walkdir v2.5.0
25192026-05-27T05:21:50.802Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-05-27T05:21:50.928Z Checking hashbrown v0.16.1
25212026-05-27T05:21:50.941Z Checking bzip2 v0.6.1
25222026-05-27T05:21:50.954Z Checking zopfli v0.8.3
25232026-05-27T05:21:50.969Z Checking elliptic-curve v0.13.8
25242026-05-27T05:21:50.988Z Checking clap_builder v4.5.60
25252026-05-27T05:21:51.044Z Checking dof v0.3.0
25262026-05-27T05:21:51.100Z Checking smoltcp v0.9.1
25272026-05-27T05:21:51.278Z Checking reqwest v0.12.28
25282026-05-27T05:21:51.281Z Checking hashbrown v0.15.5
25292026-05-27T05:21:51.326Z Checking chacha20 v0.10.0
25302026-05-27T05:21:51.415Z Checking usdt-impl v0.6.0
25312026-05-27T05:21:51.540Z Checking futures v0.3.32
25322026-05-27T05:21:51.558Z Checking signal-hook-mio v0.2.5
25332026-05-27T05:21:51.558Z Checking toml_edit v0.19.15
25342026-05-27T05:21:51.617Z Checking bzip2 v0.4.4
25352026-05-27T05:21:51.661Z Checking snafu v0.8.9
25362026-05-27T05:21:51.675Z Checking phf v0.13.1
25372026-05-27T05:21:51.691Z Checking num-bigint-dig v0.8.6
25382026-05-27T05:21:51.776Z Checking cookie_store v0.22.1
25392026-05-27T05:21:51.821Z Checking zstd v0.13.3
25402026-05-27T05:21:51.899Z Checking postgres-types v0.2.12
25412026-05-27T05:21:51.992Z Checking dtrace-parser v0.2.0
25422026-05-27T05:21:52.008Z Checking globset v0.4.18
25432026-05-27T05:21:52.104Z Checking crossbeam-deque v0.8.6
25442026-05-27T05:21:52.141Z Checking rustls-platform-verifier v0.6.2
25452026-05-27T05:21:52.211Z Checking regex v1.12.3
25462026-05-27T05:21:52.223Z Checking ed25519 v2.2.3
25472026-05-27T05:21:52.235Z Checking phf_shared v0.11.3
25482026-05-27T05:21:52.257Z Checking olpc-cjson v0.1.4
25492026-05-27T05:21:52.278Z Checking ref-cast v1.0.25
25502026-05-27T05:21:52.281Z Checking curve25519-dalek v4.1.3
25512026-05-27T05:21:52.371Z Checking strum v0.27.2
25522026-05-27T05:21:52.383Z Checking hubpack v0.1.2
25532026-05-27T05:21:52.393Z Checking memoffset v0.9.1
25542026-05-27T05:21:52.407Z Checking rustix v0.38.44
25552026-05-27T05:21:52.469Z Checking pkcs1 v0.7.5
25562026-05-27T05:21:52.482Z Checking pem v3.0.6
25572026-05-27T05:21:52.485Z Checking float-cmp v0.10.0
25582026-05-27T05:21:52.505Z Checking rfc6979 v0.4.0
25592026-05-27T05:21:52.544Z Checking serde_plain v1.0.2
25602026-05-27T05:21:52.609Z Checking serde-big-array v0.5.1
25612026-05-27T05:21:52.612Z Checking erased-serde v0.3.31
25622026-05-27T05:21:52.627Z Checking thread-id v4.2.2
25632026-05-27T05:21:52.643Z Checking memmap2 v0.9.10
25642026-05-27T05:21:52.674Z Checking env_filter v1.0.0
25652026-05-27T05:21:52.768Z Checking jiff v0.2.21
25662026-05-27T05:21:52.776Z Checking unicode-segmentation v1.12.0
25672026-05-27T05:21:52.776Z Checking difflib v0.4.0
25682026-05-27T05:21:52.797Z Checking normalize-line-endings v0.3.0
25692026-05-27T05:21:52.818Z Checking precomputed-hash v0.1.1
25702026-05-27T05:21:52.891Z Checking new_debug_unreachable v1.0.6
25712026-05-27T05:21:52.902Z Checking toml_write v0.1.2
25722026-05-27T05:21:52.913Z Checking predicates-core v1.0.10
25732026-05-27T05:21:52.964Z Checking fixedbitset v0.4.2
25742026-05-27T05:21:53.012Z Checking keccak v0.1.6
25752026-05-27T05:21:53.032Z Checking whoami v2.1.0
25762026-05-27T05:21:53.050Z Checking typed-path v0.9.3
25772026-05-27T05:21:53.070Z Checking data-encoding v2.10.0
25782026-05-27T05:21:53.085Z Checking static_assertions v1.1.0
25792026-05-27T05:21:53.112Z Checking fixedbitset v0.5.7
25802026-05-27T05:21:53.155Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25812026-05-27T05:21:53.176Z Checking sha3 v0.10.8
25822026-05-27T05:21:53.230Z Checking tokio-postgres v0.7.16
25832026-05-27T05:21:53.242Z Checking crossterm v0.28.1
25842026-05-27T05:21:53.311Z Checking petgraph v0.8.3
25852026-05-27T05:21:53.345Z Checking hickory-proto v0.25.2
25862026-05-27T05:21:53.387Z Checking petgraph v0.6.5
25872026-05-27T05:21:53.825Z Checking tough v0.22.0
25882026-05-27T05:21:53.970Z Checking ed25519-dalek v2.2.0
25892026-05-27T05:21:54.194Z Checking toml_edit v0.22.27
25902026-05-27T05:21:54.478Z Checking predicates v3.1.4
25912026-05-27T05:21:54.647Z Checking similar v2.7.0
25922026-05-27T05:21:54.775Z Checking slog v2.8.2
25932026-05-27T05:21:54.878Z Checking string_cache v0.8.9
25942026-05-27T05:21:54.940Z Checking zip v4.6.1
25952026-05-27T05:21:55.018Z Checking env_logger v0.11.9
25962026-05-27T05:21:55.039Z Checking usdt v0.6.0
25972026-05-27T05:21:55.052Z Checking usdt-impl v0.5.0
25982026-05-27T05:21:55.205Z Checking rsa v0.9.10
25992026-05-27T05:21:55.208Z Checking ecdsa v0.16.9
26002026-05-27T05:21:55.266Z Checking toml v0.7.8
26012026-05-27T05:21:55.328Z Checking nix v0.31.2
26022026-05-27T05:21:55.506Z Checking reqwest v0.13.2
26032026-05-27T05:21:55.576Z Checking clap v4.5.60
26042026-05-27T05:21:55.657Z Checking zip v0.6.6
26052026-05-27T05:21:55.686Z Checking toml_parser v1.0.9+spec-1.1.0
26062026-05-27T05:21:55.812Z Checking rand v0.10.0
26072026-05-27T05:21:55.886Z Checking itertools v0.13.0
26082026-05-27T05:21:55.974Z Checking serde_with v3.17.0
26092026-05-27T05:21:56.010Z Checking strum v0.26.3
26102026-05-27T05:21:56.099Z Checking fs-err v3.3.0
26112026-05-27T05:21:56.119Z Checking ahash v0.8.12
26122026-05-27T05:21:56.285Z Checking object v0.37.3
26132026-05-27T05:21:56.318Z Checking tokio-stream v0.1.18
26142026-05-27T05:21:56.339Z Checking buf-list v1.1.2
26152026-05-27T05:21:56.360Z Checking camino v1.2.2
26162026-05-27T05:21:56.374Z Checking anyhow v1.0.102
26172026-05-27T05:21:56.393Z Checking x509-cert v0.2.5
26182026-05-27T05:21:56.520Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26192026-05-27T05:21:56.567Z Checking openapiv3 v2.2.0
26202026-05-27T05:21:56.605Z Checking sha1 v0.10.6
26212026-05-27T05:21:56.700Z Checking peg-runtime v0.8.5
26222026-05-27T05:21:56.764Z Checking lalrpop-util v0.19.12
26232026-05-27T05:21:56.779Z Checking rayon v1.11.0
26242026-05-27T05:21:56.847Z Checking sigpipe v0.1.3
26252026-05-27T05:21:56.905Z Checking glob v0.3.3
26262026-05-27T05:21:58.467Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26272026-05-27T05:21:58.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.25s
26282026-05-27T05:21:58.915Z
26292026-05-27T05:21:58.915Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26302026-05-27T05:21:59.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-05-27T05:21:59.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-05-27T05:21:59.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-05-27T05:21:59.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26342026-05-27T05:21:59.507Z
26352026-05-27T05:21:59.507Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26362026-05-27T05:22:00.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-27T05:22:00.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-27T05:22:00.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-05-27T05:22:00.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26402026-05-27T05:22:00.099Z
26412026-05-27T05:22:00.099Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26422026-05-27T05:22:00.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-05-27T05:22:00.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-05-27T05:22:00.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-05-27T05:22:00.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26462026-05-27T05:22:00.704Z
26472026-05-27T05:22:00.704Zinfo: running `cargo check --bins` on oxql-types (80/295)
26482026-05-27T05:22:01.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-05-27T05:22:01.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-05-27T05:22:01.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-05-27T05:22:01.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26522026-05-27T05:22:01.293Z
26532026-05-27T05:22:01.293Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26542026-05-27T05:22:01.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-05-27T05:22:01.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-05-27T05:22:01.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-05-27T05:22:01.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26582026-05-27T05:22:01.899Z
26592026-05-27T05:22:01.899Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26602026-05-27T05:22:02.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-05-27T05:22:02.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-05-27T05:22:02.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-05-27T05:22:02.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26642026-05-27T05:22:02.483Z
26652026-05-27T05:22:02.483Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26662026-05-27T05:22:02.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-05-27T05:22:02.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-05-27T05:22:02.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-05-27T05:22:02.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26702026-05-27T05:22:03.063Z
26712026-05-27T05:22:03.063Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26722026-05-27T05:22:03.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-05-27T05:22:03.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-05-27T05:22:03.751Z Compiling structmeta-derive v0.3.0
26752026-05-27T05:22:03.870Z Compiling rustls v0.22.4
26762026-05-27T05:22:03.878Z Compiling multer v3.1.0
26772026-05-27T05:22:03.888Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-05-27T05:22:03.888Z Compiling async-stream-impl v0.3.6
26792026-05-27T05:22:03.912Z Compiling dropshot v0.17.0
26802026-05-27T05:22:03.924Z Compiling newtype-uuid-macros v0.1.0
26812026-05-27T05:22:03.924Z Compiling dropshot_endpoint v0.17.0
26822026-05-27T05:22:04.062Z Checking newtype-uuid v1.3.2
26832026-05-27T05:22:04.138Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26842026-05-27T05:22:04.169Z Checking rustls-webpki v0.102.8
26852026-05-27T05:22:04.260Z Checking daft v0.1.7
26862026-05-27T05:22:04.273Z Checking thread_local v1.1.9
26872026-05-27T05:22:04.442Z Checking match_cfg v0.1.0
26882026-05-27T05:22:04.479Z Checking compression-core v0.4.31
26892026-05-27T05:22:04.502Z Checking iddqd v0.4.2
26902026-05-27T05:22:04.514Z Checking hostname v0.3.1
26912026-05-27T05:22:04.550Z Checking crossbeam-channel v0.5.15
26922026-05-27T05:22:04.603Z Checking compression-codecs v0.4.37
26932026-05-27T05:22:04.616Z Checking slog-json v2.6.1
26942026-05-27T05:22:04.726Z Checking toml_datetime v1.0.0+spec-1.1.0
26952026-05-27T05:22:04.769Z Checking is-terminal v0.4.17
26962026-05-27T05:22:04.772Z Checking serde_spanned v1.0.4
26972026-05-27T05:22:04.864Z Checking debug-ignore v1.0.5
26982026-05-27T05:22:04.880Z Checking toml_writer v1.0.6+spec-1.1.0
26992026-05-27T05:22:04.894Z Checking take_mut v0.2.2
27002026-05-27T05:22:04.915Z Checking term v1.2.1
27012026-05-27T05:22:04.936Z Compiling structmeta v0.3.0
27022026-05-27T05:22:04.962Z Checking slog-bunyan v2.5.0
27032026-05-27T05:22:04.993Z Checking slog-async v2.8.0
27042026-05-27T05:22:05.056Z Checking toml v1.0.6+spec-1.1.0
27052026-05-27T05:22:05.075Z Checking async-compression v0.4.41
27062026-05-27T05:22:05.136Z Checking slog-term v2.9.2
27072026-05-27T05:22:05.150Z Compiling derive-ex v0.1.8
27082026-05-27T05:22:05.164Z Compiling parse-display-derive v0.10.0
27092026-05-27T05:22:05.323Z Checking async-stream v0.3.6
27102026-05-27T05:22:05.394Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27112026-05-27T05:22:05.416Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27122026-05-27T05:22:05.451Z Checking progenitor-client v0.14.0
27132026-05-27T05:22:05.491Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27142026-05-27T05:22:05.628Z Checking waitgroup v0.1.2
27152026-05-27T05:22:05.641Z Checking backon v1.6.0
27162026-05-27T05:22:05.670Z Checking rustls-pemfile v2.2.0
27172026-05-27T05:22:05.725Z Checking serde_path_to_error v0.1.20
27182026-05-27T05:22:05.739Z Checking hostname v0.4.2
27192026-05-27T05:22:05.798Z Checking instant v0.1.13
27202026-05-27T05:22:05.885Z Checking backoff v0.4.0
27212026-05-27T05:22:05.981Z Checking tokio-rustls v0.25.0
27222026-05-27T05:22:05.997Z Checking progenitor-extras v0.2.0
27232026-05-27T05:22:06.033Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27242026-05-27T05:22:06.062Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27252026-05-27T05:22:06.245Z Checking itertools v0.14.0
27262026-05-27T05:22:06.259Z Checking progenitor-client v0.10.0
27272026-05-27T05:22:06.426Z Checking regress v0.10.5
27282026-05-27T05:22:06.444Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27292026-05-27T05:22:06.690Z Checking macaddr v1.0.1
27302026-05-27T05:22:06.819Z Compiling test-strategy v0.4.5
27312026-05-27T05:22:06.844Z Checking parse-display v0.10.0
27322026-05-27T05:22:07.009Z Checking humantime v2.3.0
27332026-05-27T05:22:08.079Z Compiling prettyplease v0.2.37
27342026-05-27T05:22:08.324Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27352026-05-27T05:22:08.517Z Checking num-rational v0.4.2
27362026-05-27T05:22:08.701Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27372026-05-27T05:22:08.984Z Checking num-complex v0.4.6
27382026-05-27T05:22:09.711Z Compiling num v0.4.3
27392026-05-27T05:22:09.793Z Compiling usdt-macro v0.5.0
27402026-05-27T05:22:09.826Z Compiling usdt-attr-macro v0.5.0
27412026-05-27T05:22:09.840Z Checking memmap v0.7.0
27422026-05-27T05:22:09.853Z Checking float-ord v0.3.2
27432026-05-27T05:22:09.955Z Compiling convert_case v0.4.0
27442026-05-27T05:22:09.969Z Checking unicode-width v0.2.0
27452026-05-27T05:22:10.222Z Checking console v0.15.11
27462026-05-27T05:22:10.329Z Compiling derive_more v0.99.20
27472026-05-27T05:22:10.504Z Checking newline-converter v0.3.0
27482026-05-27T05:22:10.518Z Checking atomicwrites v0.4.4
27492026-05-27T05:22:10.594Z Checking usdt v0.5.0
27502026-05-27T05:22:10.615Z Compiling toml v0.8.23
27512026-05-27T05:22:10.649Z Compiling minimal-lexical v0.2.1
27522026-05-27T05:22:10.764Z Checking linked-hash-map v0.5.6
27532026-05-27T05:22:10.906Z Compiling nom v7.1.3
27542026-05-27T05:22:10.940Z Checking lru-cache v0.1.2
27552026-05-27T05:22:11.139Z Checking expectorate v1.2.0
27562026-05-27T05:22:11.593Z Checking camino-tempfile v1.4.1
27572026-05-27T05:22:11.744Z Checking hickory-proto v0.24.4
27582026-05-27T05:22:11.761Z Checking phf_shared v0.12.1
27592026-05-27T05:22:11.906Z Compiling slog-dtrace v0.3.0
27602026-05-27T05:22:11.920Z Checking heck v0.5.0
27612026-05-27T05:22:12.048Z Checking resolv-conf v0.7.6
27622026-05-27T05:22:12.102Z Compiling chrono-tz v0.10.4
27632026-05-27T05:22:12.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-05-27T05:22:12.283Z Compiling const_format_proc_macros v0.2.34
27652026-05-27T05:22:12.311Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27662026-05-27T05:22:12.324Z Checking phf v0.12.1
27672026-05-27T05:22:12.469Z Checking tokio-dtrace v0.1.1
27682026-05-27T05:22:12.658Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692026-05-27T05:22:12.729Z Compiling derive-where v1.6.0
27702026-05-27T05:22:12.907Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27712026-05-27T05:22:13.129Z Checking highway v1.3.0
27722026-05-27T05:22:13.366Z Checking const_format v0.2.35
27732026-05-27T05:22:13.603Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27742026-05-27T05:22:13.606Z Checking hickory-resolver v0.24.4
27752026-05-27T05:22:13.809Z Checking oxide-tokio-rt v0.1.4
27762026-05-27T05:22:13.899Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27772026-05-27T05:22:14.117Z Checking gethostname v0.5.0
27782026-05-27T05:22:14.154Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27792026-05-27T05:22:14.171Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-05-27T05:22:14.203Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27812026-05-27T05:22:14.318Z Checking bcs v0.1.6
27822026-05-27T05:22:14.353Z Checking qorb v0.4.1
27832026-05-27T05:22:14.369Z Checking termtree v0.5.1
27842026-05-27T05:22:17.582Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27852026-05-27T05:22:20.295Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27862026-05-27T05:22:22.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
27872026-05-27T05:22:22.592Z
27882026-05-27T05:22:22.592Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27892026-05-27T05:22:23.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902026-05-27T05:22:23.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912026-05-27T05:22:23.285Z Compiling ar_archive_writer v0.5.1
27922026-05-27T05:22:23.399Z Compiling stacker v0.1.23
27932026-05-27T05:22:23.410Z Compiling cfg_aliases v0.1.1
27942026-05-27T05:22:23.418Z Compiling convert_case v0.10.0
27952026-05-27T05:22:23.421Z Checking unicode-width v0.1.14
27962026-05-27T05:22:23.434Z Compiling proc-macro-error v1.0.4
27972026-05-27T05:22:23.445Z Checking fd-lock v4.0.4
27982026-05-27T05:22:23.445Z Checking nibble_vec v0.1.0
27992026-05-27T05:22:23.469Z Compiling nix v0.28.0
28002026-05-27T05:22:23.564Z Checking vte v0.14.1
28012026-05-27T05:22:23.580Z Compiling recursive-proc-macro-impl v0.1.1
28022026-05-27T05:22:23.662Z Checking endian-type v0.1.2
28032026-05-27T05:22:23.675Z Checking bytecount v0.6.9
28042026-05-27T05:22:23.713Z Compiling derive_more-impl v2.1.1
28052026-05-27T05:22:23.727Z Compiling tabled_derive v0.7.0
28062026-05-27T05:22:23.727Z Checking strip-ansi-escapes v0.2.1
28072026-05-27T05:22:23.785Z Checking papergrid v0.11.0
28082026-05-27T05:22:23.804Z Checking radix_trie v0.2.1
28092026-05-27T05:22:23.866Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28102026-05-27T05:22:23.978Z Compiling peg-macros v0.8.5
28112026-05-27T05:22:24.011Z Checking winnow v0.6.26
28122026-05-27T05:22:24.235Z Compiling psm v0.1.30
28132026-05-27T05:22:24.331Z Compiling sqlparser_derive v0.5.0
28142026-05-27T05:22:24.389Z Checking unicode_categories v0.1.1
28152026-05-27T05:22:24.531Z Checking derive_more v2.1.1
28162026-05-27T05:22:24.545Z Checking nu-ansi-term v0.50.3
28172026-05-27T05:22:24.613Z Checking home v0.5.12
28182026-05-27T05:22:24.734Z Checking crossterm v0.29.0
28192026-05-27T05:22:24.737Z Checking tabled v0.15.0
28202026-05-27T05:22:24.759Z Checking reedline v0.40.0
28212026-05-27T05:22:24.773Z Checking rustyline v14.0.0
28222026-05-27T05:22:25.015Z Checking recursive v0.1.1
28232026-05-27T05:22:25.103Z Checking display-error-chain v0.2.2
28242026-05-27T05:22:25.116Z Checking sqlparser v0.61.0
28252026-05-27T05:22:25.134Z Checking sqlformat v0.3.5
28262026-05-27T05:22:25.335Z Checking peg v0.8.5
28272026-05-27T05:22:36.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
28282026-05-27T05:22:36.558Z
28292026-05-27T05:22:36.559Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28302026-05-27T05:22:37.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-05-27T05:22:37.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-05-27T05:22:37.236Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28332026-05-27T05:22:40.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28342026-05-27T05:22:40.864Z
28352026-05-27T05:22:40.864Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28362026-05-27T05:22:41.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-05-27T05:22:41.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-05-27T05:22:41.542Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392026-05-27T05:22:43.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28402026-05-27T05:22:44.170Z
28412026-05-27T05:22:44.170Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28422026-05-27T05:22:44.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-05-27T05:22:44.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-05-27T05:22:44.843Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452026-05-27T05:22:48.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28462026-05-27T05:22:48.257Z
28472026-05-27T05:22:48.257Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28482026-05-27T05:22:48.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-05-27T05:22:48.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-05-27T05:22:48.930Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-05-27T05:22:52.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28522026-05-27T05:22:52.367Z
28532026-05-27T05:22:52.367Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28542026-05-27T05:22:52.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-05-27T05:22:52.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-05-27T05:22:53.043Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572026-05-27T05:22:55.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28582026-05-27T05:22:55.845Z
28592026-05-27T05:22:55.845Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28602026-05-27T05:22:56.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-05-27T05:22:56.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-05-27T05:22:56.519Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28632026-05-27T05:22:59.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28642026-05-27T05:22:59.354Z
28652026-05-27T05:22:59.354Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28662026-05-27T05:22:59.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-05-27T05:22:59.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-05-27T05:23:00.033Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692026-05-27T05:23:03.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28702026-05-27T05:23:03.626Z
28712026-05-27T05:23:03.626Zinfo: running `cargo check --bins` on oximeter (93/295)
28722026-05-27T05:23:04.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-05-27T05:23:04.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-05-27T05:23:04.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-05-27T05:23:04.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28762026-05-27T05:23:04.229Z
28772026-05-27T05:23:04.229Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28782026-05-27T05:23:04.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-05-27T05:23:04.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-05-27T05:23:04.871Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28812026-05-27T05:23:05.036Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28822026-05-27T05:23:05.039Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28832026-05-27T05:23:05.376Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28842026-05-27T05:23:08.241Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28852026-05-27T05:23:09.460Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28862026-05-27T05:23:09.672Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28872026-05-27T05:23:10.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
28882026-05-27T05:23:10.533Z
28892026-05-27T05:23:10.533Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28902026-05-27T05:23:11.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-05-27T05:23:11.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-05-27T05:23:11.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-05-27T05:23:11.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28942026-05-27T05:23:11.129Z
28952026-05-27T05:23:11.129Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28962026-05-27T05:23:11.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-05-27T05:23:11.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-05-27T05:23:11.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-05-27T05:23:11.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29002026-05-27T05:23:11.755Z
29012026-05-27T05:23:11.755Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29022026-05-27T05:23:12.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-05-27T05:23:12.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-05-27T05:23:12.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-05-27T05:23:12.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29062026-05-27T05:23:12.426Z
29072026-05-27T05:23:12.426Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29082026-05-27T05:23:12.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-05-27T05:23:12.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-05-27T05:23:12.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-05-27T05:23:12.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29122026-05-27T05:23:12.958Z
29132026-05-27T05:23:12.958Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29142026-05-27T05:23:13.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-05-27T05:23:13.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-05-27T05:23:13.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-05-27T05:23:13.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29182026-05-27T05:23:13.567Z
29192026-05-27T05:23:13.567Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29202026-05-27T05:23:14.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-05-27T05:23:14.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-05-27T05:23:14.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-05-27T05:23:14.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29242026-05-27T05:23:14.175Z
29252026-05-27T05:23:14.175Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29262026-05-27T05:23:14.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-05-27T05:23:14.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-05-27T05:23:14.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-05-27T05:23:14.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29302026-05-27T05:23:14.764Z
29312026-05-27T05:23:14.764Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29322026-05-27T05:23:15.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-05-27T05:23:15.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-05-27T05:23:15.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-05-27T05:23:15.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29362026-05-27T05:23:15.376Z
29372026-05-27T05:23:15.376Zinfo: running `cargo check --bins` on update-engine (103/295)
29382026-05-27T05:23:15.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-05-27T05:23:15.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-05-27T05:23:15.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-05-27T05:23:15.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29422026-05-27T05:23:15.976Z
29432026-05-27T05:23:15.976Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29442026-05-27T05:23:16.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-05-27T05:23:16.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-05-27T05:23:16.708Z Compiling crucible-workspace-hack v0.1.0
29472026-05-27T05:23:16.827Z Checking secrecy v0.10.3
29482026-05-27T05:23:16.836Z Compiling toml_datetime v0.7.5+spec-1.1.0
29492026-05-27T05:23:16.839Z Compiling heapless v0.8.0
29502026-05-27T05:23:16.849Z Compiling ingot-macros v0.1.1
29512026-05-27T05:23:16.858Z Checking hash32 v0.3.1
29522026-05-27T05:23:16.868Z Compiling smoltcp v0.11.0
29532026-05-27T05:23:16.871Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29542026-05-27T05:23:16.936Z Checking cobs v0.3.0
29552026-05-27T05:23:16.976Z Compiling toml_edit v0.23.10+spec-1.0.0
29562026-05-27T05:23:17.055Z Compiling thiserror-impl-no-std v2.0.2
29572026-05-27T05:23:17.081Z Checking universal-hash v0.5.1
29582026-05-27T05:23:17.081Z Checking half v2.7.1
29592026-05-27T05:23:17.109Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29602026-05-27T05:23:17.205Z Checking ciborium-io v0.2.2
29612026-05-27T05:23:17.239Z Checking opaque-debug v0.3.1
29622026-05-27T05:23:17.297Z Checking postcard v1.1.3
29632026-05-27T05:23:17.323Z Checking poly1305 v0.8.0
29642026-05-27T05:23:17.345Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29652026-05-27T05:23:17.349Z Checking ciborium-ll v0.2.2
29662026-05-27T05:23:17.565Z Compiling proc-macro-crate v3.4.0
29672026-05-27T05:23:17.583Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29682026-05-27T05:23:17.601Z Checking password-hash v0.5.0
29692026-05-27T05:23:17.740Z Checking chacha20 v0.9.1
29702026-05-27T05:23:17.832Z Compiling proc-macro-crate v1.3.1
29712026-05-27T05:23:17.859Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29722026-05-27T05:23:17.952Z Checking blake2 v0.10.6
29732026-05-27T05:23:18.014Z Checking aead v0.5.2
29742026-05-27T05:23:18.106Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29752026-05-27T05:23:18.130Z Compiling num_enum_derive v0.7.5
29762026-05-27T05:23:18.161Z Compiling foreign-types-macros v0.2.3
29772026-05-27T05:23:18.195Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29782026-05-27T05:23:18.242Z Checking thiserror-no-std v2.0.2
29792026-05-27T05:23:18.274Z Checking foreign-types-shared v0.3.1
29802026-05-27T05:23:18.319Z Compiling num_enum_derive v0.5.11
29812026-05-27T05:23:18.333Z Checking vsss-rs v3.3.4
29822026-05-27T05:23:18.365Z Checking argon2 v0.5.3
29832026-05-27T05:23:18.438Z Checking chacha20poly1305 v0.10.1
29842026-05-27T05:23:18.569Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29852026-05-27T05:23:18.707Z Checking ciborium v0.2.2
29862026-05-27T05:23:18.747Z Checking foreign-types v0.5.0
29872026-05-27T05:23:18.941Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-05-27T05:23:18.962Z Checking tabwriter v1.4.1
29892026-05-27T05:23:19.112Z Checking byte-wrapper v0.1.0
29902026-05-27T05:23:19.129Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-27T05:23:19.168Z Checking num_enum v0.7.5
29922026-05-27T05:23:19.223Z Checking cstr-argument v0.1.2
29932026-05-27T05:23:19.287Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29942026-05-27T05:23:19.321Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-05-27T05:23:19.344Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-05-27T05:23:19.344Z Checking num_enum v0.5.11
29972026-05-27T05:23:19.436Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29982026-05-27T05:23:19.471Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-05-27T05:23:19.517Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30002026-05-27T05:23:19.534Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-05-27T05:23:19.552Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-05-27T05:23:19.663Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-05-27T05:23:19.677Z Checking ingot-types v0.1.2
30042026-05-27T05:23:19.690Z Checking colored v3.1.1
30052026-05-27T05:23:19.725Z Checking indent_write v2.2.0
30062026-05-27T05:23:19.741Z Compiling zone_cfg_derive v0.3.1
30072026-05-27T05:23:19.859Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-05-27T05:23:19.976Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30092026-05-27T05:23:20.028Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30102026-05-27T05:23:20.041Z Checking itertools v0.12.1
30112026-05-27T05:23:20.046Z Checking ingot v0.1.1
30122026-05-27T05:23:20.079Z Compiling num-derive v0.4.2
30132026-05-27T05:23:20.126Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-05-27T05:23:20.148Z Checking swrite v0.1.0
30152026-05-27T05:23:20.240Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30162026-05-27T05:23:20.333Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30172026-05-27T05:23:20.407Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30182026-05-27T05:23:20.488Z Checking dropshot-api-manager-types v0.7.2
30192026-05-27T05:23:20.520Z Checking smf v0.2.3
30202026-05-27T05:23:20.536Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30212026-05-27T05:23:20.550Z Checking nanorand v0.7.0
30222026-05-27T05:23:20.655Z Checking whoami v1.6.1
30232026-05-27T05:23:20.732Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30242026-05-27T05:23:20.745Z Checking flume v0.11.1
30252026-05-27T05:23:21.004Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30262026-05-27T05:23:21.040Z Checking zone v0.3.1
30272026-05-27T05:23:21.584Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30282026-05-27T05:23:22.548Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30292026-05-27T05:23:23.442Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30302026-05-27T05:23:26.595Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30312026-05-27T05:23:28.650Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30322026-05-27T05:23:29.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
30332026-05-27T05:23:29.947Z
30342026-05-27T05:23:29.947Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30352026-05-27T05:23:30.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-27T05:23:30.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-27T05:23:30.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-27T05:23:30.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30392026-05-27T05:23:30.563Z
30402026-05-27T05:23:30.563Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30412026-05-27T05:23:31.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-27T05:23:31.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-27T05:23:31.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-27T05:23:31.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-05-27T05:23:31.178Z
30462026-05-27T05:23:31.178Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30472026-05-27T05:23:31.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-27T05:23:31.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-27T05:23:31.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-27T05:23:31.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-27T05:23:31.797Z
30522026-05-27T05:23:31.797Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30532026-05-27T05:23:32.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-27T05:23:32.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-27T05:23:32.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-27T05:23:32.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572026-05-27T05:23:32.411Z
30582026-05-27T05:23:32.411Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30592026-05-27T05:23:32.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-27T05:23:32.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-27T05:23:32.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-27T05:23:32.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-27T05:23:33.027Z
30642026-05-27T05:23:33.027Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30652026-05-27T05:23:33.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-27T05:23:33.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-27T05:23:33.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-27T05:23:33.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-27T05:23:33.640Z
30702026-05-27T05:23:33.640Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30712026-05-27T05:23:34.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-27T05:23:34.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-27T05:23:34.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-27T05:23:34.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30752026-05-27T05:23:34.257Z
30762026-05-27T05:23:34.257Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30772026-05-27T05:23:34.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-27T05:23:34.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-27T05:23:34.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-27T05:23:34.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-05-27T05:23:34.857Z
30822026-05-27T05:23:34.857Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30832026-05-27T05:23:35.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-27T05:23:35.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-27T05:23:35.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-27T05:23:35.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-05-27T05:23:35.470Z
30882026-05-27T05:23:35.470Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30892026-05-27T05:23:35.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-27T05:23:35.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-27T05:23:35.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-27T05:23:35.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30932026-05-27T05:23:36.085Z
30942026-05-27T05:23:36.085Zinfo: running `cargo check --bins` on installinator-client (115/295)
30952026-05-27T05:23:36.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-27T05:23:36.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-27T05:23:36.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-27T05:23:36.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30992026-05-27T05:23:36.701Z
31002026-05-27T05:23:36.702Zinfo: running `cargo check --bins` on nexus-client (116/295)
31012026-05-27T05:23:37.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-27T05:23:37.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-27T05:23:37.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-27T05:23:37.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31052026-05-27T05:23:37.344Z
31062026-05-27T05:23:37.344Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31072026-05-27T05:23:37.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-27T05:23:37.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-27T05:23:37.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-27T05:23:37.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31112026-05-27T05:23:37.992Z
31122026-05-27T05:23:37.993Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31132026-05-27T05:23:38.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-27T05:23:38.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-27T05:23:38.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-27T05:23:38.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31172026-05-27T05:23:38.590Z
31182026-05-27T05:23:38.590Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31192026-05-27T05:23:39.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-27T05:23:39.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-27T05:23:39.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-27T05:23:39.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31232026-05-27T05:23:39.191Z
31242026-05-27T05:23:39.191Zinfo: running `cargo check --bins` on oxide-client (120/295)
31252026-05-27T05:23:39.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-27T05:23:39.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-27T05:23:39.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-27T05:23:39.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31292026-05-27T05:23:39.782Z
31302026-05-27T05:23:39.782Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31312026-05-27T05:23:40.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-27T05:23:40.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-27T05:23:40.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-27T05:23:40.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31352026-05-27T05:23:40.397Z
31362026-05-27T05:23:40.397Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31372026-05-27T05:23:40.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-27T05:23:40.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-27T05:23:40.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-27T05:23:40.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31412026-05-27T05:23:41.001Z
31422026-05-27T05:23:41.001Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31432026-05-27T05:23:41.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-27T05:23:41.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-27T05:23:41.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-27T05:23:41.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31472026-05-27T05:23:41.623Z
31482026-05-27T05:23:41.623Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31492026-05-27T05:23:42.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-27T05:23:42.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-27T05:23:42.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-27T05:23:42.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31532026-05-27T05:23:42.260Z
31542026-05-27T05:23:42.260Zinfo: running `cargo check --bins` on installinator-common (125/295)
31552026-05-27T05:23:42.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-27T05:23:42.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-27T05:23:42.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-27T05:23:42.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31592026-05-27T05:23:42.895Z
31602026-05-27T05:23:42.895Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31612026-05-27T05:23:43.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-27T05:23:43.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-27T05:23:43.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-27T05:23:43.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31652026-05-27T05:23:43.493Z
31662026-05-27T05:23:43.493Zinfo: running `cargo check --bins` on wicket-common (127/295)
31672026-05-27T05:23:44.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-27T05:23:44.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-27T05:23:44.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-05-27T05:23:44.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31712026-05-27T05:23:44.117Z
31722026-05-27T05:23:44.117Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31732026-05-27T05:23:44.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-05-27T05:23:44.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-05-27T05:23:44.817Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31762026-05-27T05:23:44.936Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31772026-05-27T05:23:44.945Z Checking csv-core v0.1.13
31782026-05-27T05:23:44.952Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31792026-05-27T05:23:44.955Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-05-27T05:23:44.961Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-05-27T05:23:44.980Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31822026-05-27T05:23:44.994Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31832026-05-27T05:23:45.101Z Checking csv v1.4.0
31842026-05-27T05:23:45.131Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31852026-05-27T05:23:45.158Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-05-27T05:23:45.174Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31872026-05-27T05:23:45.205Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31882026-05-27T05:23:45.437Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31892026-05-27T05:23:45.804Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902026-05-27T05:23:45.807Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-05-27T05:23:46.123Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31922026-05-27T05:23:52.041Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31932026-05-27T05:23:52.572Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31942026-05-27T05:23:54.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s
31952026-05-27T05:23:55.118Z
31962026-05-27T05:23:55.118Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31972026-05-27T05:23:55.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-27T05:23:55.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-27T05:23:55.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-27T05:23:55.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32012026-05-27T05:23:55.725Z
32022026-05-27T05:23:55.725Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32032026-05-27T05:23:56.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-27T05:23:56.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-27T05:23:56.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-27T05:23:56.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32072026-05-27T05:23:56.401Z
32082026-05-27T05:23:56.401Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32092026-05-27T05:23:56.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-27T05:23:56.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-27T05:23:56.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-27T05:23:56.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32132026-05-27T05:23:57.080Z
32142026-05-27T05:23:57.080Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32152026-05-27T05:23:57.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-27T05:23:57.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-27T05:23:57.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-05-27T05:23:57.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32192026-05-27T05:23:57.723Z
32202026-05-27T05:23:57.723Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32212026-05-27T05:23:58.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-05-27T05:23:58.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-05-27T05:23:58.484Z Compiling regress v0.11.1
32242026-05-27T05:23:58.626Z Compiling unsafe-libyaml v0.2.11
32252026-05-27T05:23:58.640Z Compiling radium v0.7.0
32262026-05-27T05:23:58.643Z Compiling semver v0.1.20
32272026-05-27T05:23:58.665Z Checking tap v1.0.1
32282026-05-27T05:23:58.668Z Compiling maybe-uninit v2.0.0
32292026-05-27T05:23:58.691Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-05-27T05:23:58.765Z Checking wyz v0.5.1
32312026-05-27T05:23:58.907Z Compiling rustc_version v0.1.7
32322026-05-27T05:23:58.947Z Checking progenitor-client v0.13.0
32332026-05-27T05:23:59.009Z Compiling zerocopy-derive v0.6.6
32342026-05-27T05:23:59.105Z Compiling cancel-safe-futures v0.1.5
32352026-05-27T05:23:59.132Z Compiling serde_yaml v0.9.34+deprecated
32362026-05-27T05:23:59.180Z Compiling newtype_derive v0.1.6
32372026-05-27T05:23:59.308Z Compiling packed_struct v0.10.1
32382026-05-27T05:23:59.379Z Compiling owo-colors v4.3.0
32392026-05-27T05:23:59.393Z Checking funty v2.0.0
32402026-05-27T05:23:59.568Z Checking crc-catalog v2.4.0
32412026-05-27T05:23:59.665Z Checking crc v3.4.0
32422026-05-27T05:23:59.715Z Checking bitvec v1.0.1
32432026-05-27T05:23:59.867Z Checking zerocopy v0.6.6
32442026-05-27T05:23:59.896Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-05-27T05:23:59.951Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-05-27T05:24:00.061Z Checking typify-impl v0.6.2
32472026-05-27T05:24:00.188Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32482026-05-27T05:24:00.292Z Compiling packed_struct_codegen v0.10.1
32492026-05-27T05:24:00.428Z Checking libsw-core v0.3.2
32502026-05-27T05:24:00.448Z Compiling bitfield-macros v0.19.4
32512026-05-27T05:24:00.577Z Compiling indexmap v1.9.3
32522026-05-27T05:24:00.611Z Checking nodrop v0.1.14
32532026-05-27T05:24:00.705Z Checking array-init v0.0.4
32542026-05-27T05:24:00.796Z Checking libsw v3.5.0
32552026-05-27T05:24:00.953Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-05-27T05:24:01.005Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-05-27T05:24:01.021Z Checking smallvec v0.6.14
32582026-05-27T05:24:01.157Z Checking bitfield v0.19.4
32592026-05-27T05:24:01.204Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-05-27T05:24:01.357Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-05-27T05:24:01.424Z Checking base64 v0.21.7
32622026-05-27T05:24:01.438Z Checking hashbrown v0.12.3
32632026-05-27T05:24:01.481Z Checking unicode-linebreak v0.1.5
32642026-05-27T05:24:01.626Z Checking smawk v0.3.2
32652026-05-27T05:24:01.666Z Checking linear-map v1.2.0
32662026-05-27T05:24:01.699Z Checking tagptr v0.2.0
32672026-05-27T05:24:01.758Z Checking textwrap v0.16.2
32682026-05-27T05:24:01.838Z Checking moka v0.12.13
32692026-05-27T05:24:01.841Z Checking ron v0.8.1
32702026-05-27T05:24:01.841Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-05-27T05:24:01.879Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32722026-05-27T05:24:01.970Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-05-27T05:24:02.034Z Checking steno v0.4.1
32742026-05-27T05:24:02.208Z Checking serde-hex v0.1.0
32752026-05-27T05:24:02.373Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-27T05:24:02.447Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32772026-05-27T05:24:02.461Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-05-27T05:24:02.537Z Checking hashbrown v0.13.2
32792026-05-27T05:24:02.765Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-05-27T05:24:02.968Z Checking crc-any v2.5.0
32812026-05-27T05:24:03.015Z Checking object v0.30.4
32822026-05-27T05:24:03.061Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-05-27T05:24:03.076Z Checking hickory-resolver v0.25.2
32842026-05-27T05:24:03.150Z Checking hickory-proto v0.26.1
32852026-05-27T05:24:03.170Z Checking half v1.8.3
32862026-05-27T05:24:03.232Z Checking path-slash v0.1.5
32872026-05-27T05:24:03.364Z Checking utf-8 v0.7.6
32882026-05-27T05:24:03.372Z Checking void v1.0.2
32892026-05-27T05:24:03.481Z Checking tungstenite v0.23.0
32902026-05-27T05:24:03.481Z Checking lzss v0.8.2
32912026-05-27T05:24:03.689Z Checking serde_cbor v0.11.2
32922026-05-27T05:24:03.806Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-05-27T05:24:03.871Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-05-27T05:24:03.912Z Checking nix v0.27.1
32952026-05-27T05:24:03.967Z Checking kstat-rs v0.2.4
32962026-05-27T05:24:04.098Z Checking fxhash v0.2.1
32972026-05-27T05:24:04.103Z Checking serde_bytes v0.11.19
32982026-05-27T05:24:04.157Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32992026-05-27T05:24:04.195Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33002026-05-27T05:24:04.281Z Checking tokio-tungstenite v0.23.1
33012026-05-27T05:24:04.415Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33022026-05-27T05:24:04.467Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33032026-05-27T05:24:04.504Z Checking signal-hook-tokio v0.3.1
33042026-05-27T05:24:04.684Z Compiling typify-macro v0.6.2
33052026-05-27T05:24:05.427Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-05-27T05:24:05.824Z Compiling typify v0.6.2
33072026-05-27T05:24:05.904Z Compiling progenitor-impl v0.13.0
33082026-05-27T05:24:05.904Z Compiling progenitor-impl v0.14.0
33092026-05-27T05:24:06.318Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-05-27T05:24:06.648Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33112026-05-27T05:24:07.505Z Compiling progenitor-macro v0.13.0
33122026-05-27T05:24:07.542Z Compiling progenitor-macro v0.14.0
33132026-05-27T05:24:09.920Z Checking progenitor v0.13.0
33142026-05-27T05:24:10.046Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33152026-05-27T05:24:10.222Z Checking progenitor v0.14.0
33162026-05-27T05:24:10.339Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33172026-05-27T05:24:13.050Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33182026-05-27T05:24:20.724Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33192026-05-27T05:24:27.047Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33202026-05-27T05:24:28.416Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33212026-05-27T05:24:28.929Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33222026-05-27T05:24:31.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.29s
33232026-05-27T05:24:31.222Z
33242026-05-27T05:24:31.223Zinfo: running `cargo check --bins` on gateway-api (134/295)
33252026-05-27T05:24:31.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-27T05:24:31.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-27T05:24:31.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-27T05:24:31.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33292026-05-27T05:24:31.822Z
33302026-05-27T05:24:31.822Zinfo: running `cargo check --bins` on ipcc (135/295)
33312026-05-27T05:24:32.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-27T05:24:32.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-27T05:24:32.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-27T05:24:32.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33352026-05-27T05:24:32.419Z
33362026-05-27T05:24:32.419Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33372026-05-27T05:24:32.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-27T05:24:32.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-27T05:24:32.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-27T05:24:32.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33412026-05-27T05:24:33.003Z
33422026-05-27T05:24:33.003Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33432026-05-27T05:24:33.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-27T05:24:33.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-27T05:24:33.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-27T05:24:33.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33472026-05-27T05:24:33.623Z
33482026-05-27T05:24:33.623Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33492026-05-27T05:24:34.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-27T05:24:34.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-27T05:24:34.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-27T05:24:34.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33532026-05-27T05:24:34.230Z
33542026-05-27T05:24:34.230Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33552026-05-27T05:24:34.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-27T05:24:34.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-27T05:24:34.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-27T05:24:34.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33592026-05-27T05:24:34.836Z
33602026-05-27T05:24:34.836Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33612026-05-27T05:24:35.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-27T05:24:35.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-27T05:24:35.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-27T05:24:35.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-05-27T05:24:35.440Z
33662026-05-27T05:24:35.440Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33672026-05-27T05:24:35.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-27T05:24:35.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-27T05:24:35.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-27T05:24:35.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33712026-05-27T05:24:36.065Z
33722026-05-27T05:24:36.065Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33732026-05-27T05:24:36.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-27T05:24:36.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-27T05:24:36.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-27T05:24:36.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-27T05:24:36.673Z
33782026-05-27T05:24:36.673Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33792026-05-27T05:24:37.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-27T05:24:37.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-27T05:24:37.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-27T05:24:37.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-05-27T05:24:37.279Z
33842026-05-27T05:24:37.279Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33852026-05-27T05:24:37.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-27T05:24:37.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-27T05:24:37.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-27T05:24:37.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-05-27T05:24:37.887Z
33902026-05-27T05:24:37.887Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33912026-05-27T05:24:38.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-27T05:24:38.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-27T05:24:38.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-27T05:24:38.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-05-27T05:24:38.490Z
33962026-05-27T05:24:38.490Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33972026-05-27T05:24:38.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-27T05:24:39.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-27T05:24:39.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-27T05:24:39.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-05-27T05:24:39.097Z
34022026-05-27T05:24:39.097Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34032026-05-27T05:24:39.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-27T05:24:39.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-27T05:24:39.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-27T05:24:39.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-05-27T05:24:39.701Z
34082026-05-27T05:24:39.701Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34092026-05-27T05:24:40.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-27T05:24:40.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-27T05:24:40.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-27T05:24:40.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34132026-05-27T05:24:40.326Z
34142026-05-27T05:24:40.326Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34152026-05-27T05:24:40.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-27T05:24:40.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-27T05:24:40.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-27T05:24:40.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34192026-05-27T05:24:40.951Z
34202026-05-27T05:24:40.951Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34212026-05-27T05:24:41.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-27T05:24:41.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-27T05:24:41.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-27T05:24:41.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34252026-05-27T05:24:41.572Z
34262026-05-27T05:24:41.573Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34272026-05-27T05:24:42.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-27T05:24:42.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-27T05:24:42.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-27T05:24:42.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34312026-05-27T05:24:42.197Z
34322026-05-27T05:24:42.197Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34332026-05-27T05:24:42.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-27T05:24:42.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-27T05:24:42.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-27T05:24:42.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34372026-05-27T05:24:42.822Z
34382026-05-27T05:24:42.822Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34392026-05-27T05:24:43.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-27T05:24:43.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-27T05:24:43.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-27T05:24:43.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34432026-05-27T05:24:43.447Z
34442026-05-27T05:24:43.447Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34452026-05-27T05:24:43.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-27T05:24:43.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-27T05:24:43.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-27T05:24:43.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34492026-05-27T05:24:44.068Z
34502026-05-27T05:24:44.068Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34512026-05-27T05:24:44.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-27T05:24:44.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-27T05:24:44.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-27T05:24:44.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34552026-05-27T05:24:44.691Z
34562026-05-27T05:24:44.691Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34572026-05-27T05:24:45.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-27T05:24:45.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-27T05:24:45.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-05-27T05:24:45.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34612026-05-27T05:24:45.317Z
34622026-05-27T05:24:45.317Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34632026-05-27T05:24:45.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-27T05:24:45.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-27T05:24:45.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-05-27T05:24:45.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34672026-05-27T05:24:45.940Z
34682026-05-27T05:24:45.940Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34692026-05-27T05:24:46.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-05-27T05:24:46.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-05-27T05:24:46.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-05-27T05:24:46.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34732026-05-27T05:24:46.545Z
34742026-05-27T05:24:46.545Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34752026-05-27T05:24:47.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-05-27T05:24:47.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-05-27T05:24:47.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-05-27T05:24:47.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34792026-05-27T05:24:47.150Z
34802026-05-27T05:24:47.150Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34812026-05-27T05:24:47.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-05-27T05:24:47.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-05-27T05:24:47.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-05-27T05:24:47.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34852026-05-27T05:24:47.755Z
34862026-05-27T05:24:47.755Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34872026-05-27T05:24:48.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-05-27T05:24:48.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-05-27T05:24:48.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-05-27T05:24:48.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34912026-05-27T05:24:48.362Z
34922026-05-27T05:24:48.362Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34932026-05-27T05:24:48.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-05-27T05:24:48.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-05-27T05:24:48.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-05-27T05:24:48.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34972026-05-27T05:24:48.968Z
34982026-05-27T05:24:48.968Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34992026-05-27T05:24:49.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-05-27T05:24:49.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-05-27T05:24:49.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-05-27T05:24:49.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35032026-05-27T05:24:49.573Z
35042026-05-27T05:24:49.573Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35052026-05-27T05:24:50.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-05-27T05:24:50.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-05-27T05:24:50.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-05-27T05:24:50.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35092026-05-27T05:24:50.179Z
35102026-05-27T05:24:50.180Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35112026-05-27T05:24:50.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-05-27T05:24:50.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-05-27T05:24:50.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-05-27T05:24:50.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35152026-05-27T05:24:50.784Z
35162026-05-27T05:24:50.785Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35172026-05-27T05:24:51.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-05-27T05:24:51.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-05-27T05:24:51.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-05-27T05:24:51.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35212026-05-27T05:24:51.406Z
35222026-05-27T05:24:51.406Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35232026-05-27T05:24:51.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-05-27T05:24:51.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-05-27T05:24:51.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-05-27T05:24:51.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35272026-05-27T05:24:52.029Z
35282026-05-27T05:24:52.029Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35292026-05-27T05:24:52.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-05-27T05:24:52.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-05-27T05:24:52.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-05-27T05:24:52.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35332026-05-27T05:24:52.649Z
35342026-05-27T05:24:52.649Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35352026-05-27T05:24:53.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-05-27T05:24:53.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-05-27T05:24:53.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-05-27T05:24:53.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35392026-05-27T05:24:53.273Z
35402026-05-27T05:24:53.273Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35412026-05-27T05:24:53.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-05-27T05:24:53.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-05-27T05:24:53.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-05-27T05:24:53.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35452026-05-27T05:24:53.896Z
35462026-05-27T05:24:53.896Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35472026-05-27T05:24:54.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-05-27T05:24:54.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-05-27T05:24:54.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-05-27T05:24:54.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35512026-05-27T05:24:54.519Z
35522026-05-27T05:24:54.519Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35532026-05-27T05:24:55.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-05-27T05:24:55.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-05-27T05:24:55.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-05-27T05:24:55.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35572026-05-27T05:24:55.143Z
35582026-05-27T05:24:55.143Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35592026-05-27T05:24:55.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-05-27T05:24:55.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-05-27T05:24:55.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-05-27T05:24:55.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35632026-05-27T05:24:55.787Z
35642026-05-27T05:24:55.787Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35652026-05-27T05:24:56.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-05-27T05:24:56.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-05-27T05:24:56.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-05-27T05:24:56.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35692026-05-27T05:24:56.400Z
35702026-05-27T05:24:56.401Zinfo: running `cargo check --bins` on dns-server (175/295)
35712026-05-27T05:24:56.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-05-27T05:24:56.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-05-27T05:24:57.061Z Compiling parking_lot_core v0.8.6
35742026-05-27T05:24:57.061Z Compiling atomicwrites v0.4.4
35752026-05-27T05:24:57.064Z Compiling git-stub v1.0.0
35762026-05-27T05:24:57.064Z Checking prefix-trie v0.7.0
35772026-05-27T05:24:57.064Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35782026-05-27T05:24:57.304Z Compiling git-stub-vcs v0.1.0
35792026-05-27T05:24:57.470Z Checking hickory-server v0.25.2
35802026-05-27T05:24:57.570Z Checking parking_lot v0.11.2
35812026-05-27T05:24:57.584Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35822026-05-27T05:24:57.643Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35832026-05-27T05:24:57.646Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35842026-05-27T05:24:57.749Z Checking sled v0.34.7
35852026-05-27T05:24:59.042Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
35862026-05-27T05:24:59.042Z --> dns-server/src/dns_server.rs:487:12
35872026-05-27T05:24:59.042Z |
35882026-05-27T05:24:59.042Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35892026-05-27T05:24:59.043Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35902026-05-27T05:24:59.043Z |
35912026-05-27T05:24:59.043Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35922026-05-27T05:24:59.043Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35932026-05-27T05:24:59.043Z |
35942026-05-27T05:24:59.043Z 77 | pub struct Record<R: RecordData = RData> {
35952026-05-27T05:24:59.043Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35962026-05-27T05:24:59.043Z |
35972026-05-27T05:24:59.043Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35982026-05-27T05:24:59.043Z |
35992026-05-27T05:24:59.043Z 78 | pub struct Record<R: RecordData = RData> {
36002026-05-27T05:24:59.043Z | ---------------------------------------- this is the found type
36012026-05-27T05:24:59.043Z = help: you can use `cargo tree` to explore your dependency tree
36022026-05-27T05:24:59.043Znote: required by a bound in `MessageResponse`
36032026-05-27T05:24:59.043Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
36042026-05-27T05:24:59.043Z |
36052026-05-27T05:24:59.043Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
36062026-05-27T05:24:59.043Z | --------------- required by a bound in this struct
36072026-05-27T05:24:59.043Z 22 | where
36082026-05-27T05:24:59.043Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
36092026-05-27T05:24:59.043Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
36102026-05-27T05:24:59.043Z
36112026-05-27T05:24:59.043Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
36122026-05-27T05:24:59.043Z --> dns-server/src/dns_server.rs:487:12
36132026-05-27T05:24:59.043Z |
36142026-05-27T05:24:59.043Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
36152026-05-27T05:24:59.044Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36162026-05-27T05:24:59.044Z |
36172026-05-27T05:24:59.044Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36182026-05-27T05:24:59.044Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36192026-05-27T05:24:59.044Z |
36202026-05-27T05:24:59.044Z 77 | pub struct Record<R: RecordData = RData> {
36212026-05-27T05:24:59.044Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36222026-05-27T05:24:59.044Z |
36232026-05-27T05:24:59.044Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36242026-05-27T05:24:59.044Z |
36252026-05-27T05:24:59.044Z 78 | pub struct Record<R: RecordData = RData> {
36262026-05-27T05:24:59.044Z | ---------------------------------------- this is the found type
36272026-05-27T05:24:59.044Z = help: you can use `cargo tree` to explore your dependency tree
36282026-05-27T05:24:59.044Znote: required by a bound in `MessageResponse`
36292026-05-27T05:24:59.044Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
36302026-05-27T05:24:59.044Z |
36312026-05-27T05:24:59.044Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
36322026-05-27T05:24:59.044Z | --------------- required by a bound in this struct
36332026-05-27T05:24:59.044Z...
36342026-05-27T05:24:59.044Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36352026-05-27T05:24:59.044Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
36362026-05-27T05:24:59.044Z
36372026-05-27T05:24:59.044Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
36382026-05-27T05:24:59.044Z --> dns-server/src/dns_server.rs:487:12
36392026-05-27T05:24:59.045Z |
36402026-05-27T05:24:59.045Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
36412026-05-27T05:24:59.045Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36422026-05-27T05:24:59.045Z |
36432026-05-27T05:24:59.045Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36442026-05-27T05:24:59.045Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36452026-05-27T05:24:59.045Z |
36462026-05-27T05:24:59.045Z 77 | pub struct Record<R: RecordData = RData> {
36472026-05-27T05:24:59.045Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36482026-05-27T05:24:59.045Z |
36492026-05-27T05:24:59.045Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36502026-05-27T05:24:59.045Z |
36512026-05-27T05:24:59.045Z 78 | pub struct Record<R: RecordData = RData> {
36522026-05-27T05:24:59.045Z | ---------------------------------------- this is the found type
36532026-05-27T05:24:59.045Z = help: you can use `cargo tree` to explore your dependency tree
36542026-05-27T05:24:59.045Znote: required by a bound in `MessageResponse`
36552026-05-27T05:24:59.045Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
36562026-05-27T05:24:59.045Z |
36572026-05-27T05:24:59.045Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
36582026-05-27T05:24:59.045Z | --------------- required by a bound in this struct
36592026-05-27T05:24:59.045Z...
36602026-05-27T05:24:59.045Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36612026-05-27T05:24:59.045Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
36622026-05-27T05:24:59.045Z
36632026-05-27T05:24:59.045Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
36642026-05-27T05:24:59.046Z --> dns-server/src/dns_server.rs:487:12
36652026-05-27T05:24:59.046Z |
36662026-05-27T05:24:59.046Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
36672026-05-27T05:24:59.046Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36682026-05-27T05:24:59.046Z |
36692026-05-27T05:24:59.046Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36702026-05-27T05:24:59.046Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36712026-05-27T05:24:59.046Z |
36722026-05-27T05:24:59.046Z 77 | pub struct Record<R: RecordData = RData> {
36732026-05-27T05:24:59.046Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36742026-05-27T05:24:59.046Z |
36752026-05-27T05:24:59.046Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36762026-05-27T05:24:59.046Z |
36772026-05-27T05:24:59.046Z 78 | pub struct Record<R: RecordData = RData> {
36782026-05-27T05:24:59.046Z | ---------------------------------------- this is the found type
36792026-05-27T05:24:59.046Z = help: you can use `cargo tree` to explore your dependency tree
36802026-05-27T05:24:59.046Znote: required by a bound in `MessageResponse`
36812026-05-27T05:24:59.046Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
36822026-05-27T05:24:59.046Z |
36832026-05-27T05:24:59.046Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
36842026-05-27T05:24:59.046Z | --------------- required by a bound in this struct
36852026-05-27T05:24:59.050Z...
36862026-05-27T05:24:59.050Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36872026-05-27T05:24:59.051Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
36882026-05-27T05:24:59.051Z
36892026-05-27T05:24:59.180Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
36902026-05-27T05:24:59.180Z --> dns-server/src/dns_server.rs:161:36
36912026-05-27T05:24:59.180Z |
36922026-05-27T05:24:59.180Z161 | let mr = match MessageRequest::read(&mut dec) {
36932026-05-27T05:24:59.180Z | ^^^^ function or associated item not found in `MessageRequest`
36942026-05-27T05:24:59.180Z |
36952026-05-27T05:24:59.180Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36962026-05-27T05:24:59.180Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
36972026-05-27T05:24:59.180Z |
36982026-05-27T05:24:59.180Z 44 | pub trait BinDecodable<'r>: Sized {
36992026-05-27T05:24:59.180Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
37002026-05-27T05:24:59.180Z |
37012026-05-27T05:24:59.180Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
37022026-05-27T05:24:59.180Z |
37032026-05-27T05:24:59.180Z 45 | pub trait BinDecodable<'r>: Sized {
37042026-05-27T05:24:59.180Z | --------------------------------- this is the trait that was imported
37052026-05-27T05:24:59.180Z = help: you can use `cargo tree` to explore your dependency tree
37062026-05-27T05:24:59.181Z
37072026-05-27T05:24:59.190Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
37082026-05-27T05:24:59.190Z --> dns-server/src/dns_server.rs:173:34
37092026-05-27T05:24:59.190Z |
37102026-05-27T05:24:59.190Z173 | let header = Header::response_from_request(mr.header());
37112026-05-27T05:24:59.191Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
37122026-05-27T05:24:59.191Z |
37132026-05-27T05:24:59.191Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
37142026-05-27T05:24:59.191Z --> dns-server/src/dns_server.rs:173:26
37152026-05-27T05:24:59.191Z |
37162026-05-27T05:24:59.191Z173 | let header = Header::response_from_request(mr.header());
37172026-05-27T05:24:59.191Z | ^^^^^^
37182026-05-27T05:24:59.191Z
37192026-05-27T05:24:59.208Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
37202026-05-27T05:24:59.208Z --> dns-server/src/dns_server.rs:273:30
37212026-05-27T05:24:59.209Z |
37222026-05-27T05:24:59.209Z273 | let mut header = Header::response_from_request(mr.header());
37232026-05-27T05:24:59.209Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
37242026-05-27T05:24:59.209Z |
37252026-05-27T05:24:59.209Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
37262026-05-27T05:24:59.209Z --> dns-server/src/dns_server.rs:273:22
37272026-05-27T05:24:59.209Z |
37282026-05-27T05:24:59.209Z273 | let mut header = Header::response_from_request(mr.header());
37292026-05-27T05:24:59.209Z | ^^^^^^
37302026-05-27T05:24:59.209Z
37312026-05-27T05:24:59.223Zerror[E0308]: mismatched types
37322026-05-27T05:24:59.223Z --> dns-server/src/dns_server.rs:299:30
37332026-05-27T05:24:59.223Z |
37342026-05-27T05:24:59.223Z299 | let answer = store.query(query)?;
37352026-05-27T05:24:59.223Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
37362026-05-27T05:24:59.223Z | |
37372026-05-27T05:24:59.223Z | arguments to this method are incorrect
37382026-05-27T05:24:59.223Z |
37392026-05-27T05:24:59.223Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37402026-05-27T05:24:59.223Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
37412026-05-27T05:24:59.223Z |
37422026-05-27T05:24:59.223Z 22 | pub struct LowerQuery {
37432026-05-27T05:24:59.223Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37442026-05-27T05:24:59.223Z |
37452026-05-27T05:24:59.223Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
37462026-05-27T05:24:59.223Z |
37472026-05-27T05:24:59.223Z 18 | pub struct LowerQuery {
37482026-05-27T05:24:59.224Z | --------------------- this is the found type
37492026-05-27T05:24:59.224Z = help: you can use `cargo tree` to explore your dependency tree
37502026-05-27T05:24:59.224Znote: method defined here
37512026-05-27T05:24:59.224Z --> dns-server/src/storage.rs:762:19
37522026-05-27T05:24:59.224Z |
37532026-05-27T05:24:59.224Z762 | pub(crate) fn query(
37542026-05-27T05:24:59.224Z | ^^^^^
37552026-05-27T05:24:59.224Z763 | &self,
37562026-05-27T05:24:59.224Z764 | query: &LowerQuery,
37572026-05-27T05:24:59.224Z | ------------------
37582026-05-27T05:24:59.224Z
37592026-05-27T05:24:59.228Zerror[E0308]: mismatched types
37602026-05-27T05:24:59.228Z --> dns-server/src/dns_server.rs:311:55
37612026-05-27T05:24:59.228Z |
37622026-05-27T05:24:59.228Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
37632026-05-27T05:24:59.228Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
37642026-05-27T05:24:59.228Z | |
37652026-05-27T05:24:59.228Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
37662026-05-27T05:24:59.228Z |
37672026-05-27T05:24:59.228Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37682026-05-27T05:24:59.228Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
37692026-05-27T05:24:59.228Z |
37702026-05-27T05:24:59.228Z 33 | pub enum RecordType {
37712026-05-27T05:24:59.228Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
37722026-05-27T05:24:59.228Z |
37732026-05-27T05:24:59.229Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
37742026-05-27T05:24:59.229Z |
37752026-05-27T05:24:59.229Z 33 | pub enum RecordType {
37762026-05-27T05:24:59.229Z | ------------------- this is the found type
37772026-05-27T05:24:59.229Z = help: you can use `cargo tree` to explore your dependency tree
37782026-05-27T05:24:59.229Z
37792026-05-27T05:24:59.240Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
37802026-05-27T05:24:59.240Z --> dns-server/src/dns_server.rs:327:60
37812026-05-27T05:24:59.240Z |
37822026-05-27T05:24:59.241Z327 | .filter(|record| match (query.query_type(), record.data()) {
37832026-05-27T05:24:59.241Z | ^^^^-- help: remove the arguments
37842026-05-27T05:24:59.241Z | |
37852026-05-27T05:24:59.241Z | field, not a method
37862026-05-27T05:24:59.241Z
37872026-05-27T05:24:59.254Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
37882026-05-27T05:24:59.254Z --> dns-server/src/dns_server.rs:348:51
37892026-05-27T05:24:59.254Z |
37902026-05-27T05:24:59.254Z348 | let additionals_target = match record.data() {
37912026-05-27T05:24:59.254Z | ^^^^-- help: remove the arguments
37922026-05-27T05:24:59.254Z | |
37932026-05-27T05:24:59.254Z | field, not a method
37942026-05-27T05:24:59.254Z
37952026-05-27T05:24:59.268Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
37962026-05-27T05:24:59.268Z --> dns-server/src/dns_server.rs:349:45
37972026-05-27T05:24:59.268Z |
37982026-05-27T05:24:59.268Z349 | RData::SRV(srv) => Some(srv.target()),
37992026-05-27T05:24:59.268Z | ^^^^^^-- help: remove the arguments
38002026-05-27T05:24:59.268Z | |
38012026-05-27T05:24:59.268Z | field, not a method
38022026-05-27T05:24:59.268Z
38032026-05-27T05:24:59.272Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
38042026-05-27T05:24:59.272Z --> dns-server/src/dns_server.rs:416:9
38052026-05-27T05:24:59.272Z |
38062026-05-27T05:24:59.272Z414 | let mresp = rb.build(
38072026-05-27T05:24:59.272Z | ----- required by a bound introduced by this call
38082026-05-27T05:24:59.272Z415 | header,
38092026-05-27T05:24:59.272Z416 | response_records.iter().collect::<Vec<&Record>>(),
38102026-05-27T05:24:59.272Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38112026-05-27T05:24:59.272Z |
38122026-05-27T05:24:59.272Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38132026-05-27T05:24:59.272Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38142026-05-27T05:24:59.272Z |
38152026-05-27T05:24:59.272Z 77 | pub struct Record<R: RecordData = RData> {
38162026-05-27T05:24:59.272Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38172026-05-27T05:24:59.273Z |
38182026-05-27T05:24:59.273Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38192026-05-27T05:24:59.273Z |
38202026-05-27T05:24:59.273Z 78 | pub struct Record<R: RecordData = RData> {
38212026-05-27T05:24:59.273Z | ---------------------------------------- this is the found type
38222026-05-27T05:24:59.273Z = help: you can use `cargo tree` to explore your dependency tree
38232026-05-27T05:24:59.273Znote: the method call chain might not have had the expected associated types
38242026-05-27T05:24:59.273Z --> dns-server/src/dns_server.rs:416:26
38252026-05-27T05:24:59.273Z |
38262026-05-27T05:24:59.273Z411 | response_records: &[Record],
38272026-05-27T05:24:59.273Z | ---------------- this expression has type `&[Record]`
38282026-05-27T05:24:59.273Z...
38292026-05-27T05:24:59.273Z416 | response_records.iter().collect::<Vec<&Record>>(),
38302026-05-27T05:24:59.273Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
38312026-05-27T05:24:59.273Z | |
38322026-05-27T05:24:59.273Z | `IntoIterator::Item` is `&Record` here
38332026-05-27T05:24:59.273Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
38342026-05-27T05:24:59.273Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
38352026-05-27T05:24:59.273Z |
38362026-05-27T05:24:59.273Z129 | pub fn build<'a, A, N, S, D>(
38372026-05-27T05:24:59.273Z | ----- required by a bound in this associated function
38382026-05-27T05:24:59.275Z...
38392026-05-27T05:24:59.275Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
38402026-05-27T05:24:59.276Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
38412026-05-27T05:24:59.276Z
38422026-05-27T05:24:59.280Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38432026-05-27T05:24:59.280Z --> dns-server/src/dns_server.rs:414:20
38442026-05-27T05:24:59.280Z |
38452026-05-27T05:24:59.280Z414 | let mresp = rb.build(
38462026-05-27T05:24:59.280Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38472026-05-27T05:24:59.280Z |
38482026-05-27T05:24:59.280Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38492026-05-27T05:24:59.280Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38502026-05-27T05:24:59.280Z |
38512026-05-27T05:24:59.280Z 77 | pub struct Record<R: RecordData = RData> {
38522026-05-27T05:24:59.280Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38532026-05-27T05:24:59.280Z |
38542026-05-27T05:24:59.280Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38552026-05-27T05:24:59.281Z |
38562026-05-27T05:24:59.281Z 78 | pub struct Record<R: RecordData = RData> {
38572026-05-27T05:24:59.281Z | ---------------------------------------- this is the found type
38582026-05-27T05:24:59.281Z = help: you can use `cargo tree` to explore your dependency tree
38592026-05-27T05:24:59.281Znote: required by a bound in `MessageResponse`
38602026-05-27T05:24:59.281Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
38612026-05-27T05:24:59.281Z |
38622026-05-27T05:24:59.281Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38632026-05-27T05:24:59.281Z | --------------- required by a bound in this struct
38642026-05-27T05:24:59.281Z 22 | where
38652026-05-27T05:24:59.281Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38662026-05-27T05:24:59.281Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38672026-05-27T05:24:59.281Z
38682026-05-27T05:24:59.281Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
38692026-05-27T05:24:59.281Z --> dns-server/src/dns_server.rs:419:9
38702026-05-27T05:24:59.281Z |
38712026-05-27T05:24:59.281Z414 | let mresp = rb.build(
38722026-05-27T05:24:59.281Z | ----- required by a bound introduced by this call
38732026-05-27T05:24:59.281Z...
38742026-05-27T05:24:59.281Z419 | additional_records,
38752026-05-27T05:24:59.281Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38762026-05-27T05:24:59.281Z |
38772026-05-27T05:24:59.281Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38782026-05-27T05:24:59.281Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38792026-05-27T05:24:59.281Z |
38802026-05-27T05:24:59.281Z 77 | pub struct Record<R: RecordData = RData> {
38812026-05-27T05:24:59.282Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38822026-05-27T05:24:59.282Z |
38832026-05-27T05:24:59.282Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38842026-05-27T05:24:59.282Z |
38852026-05-27T05:24:59.282Z 78 | pub struct Record<R: RecordData = RData> {
38862026-05-27T05:24:59.282Z | ---------------------------------------- this is the found type
38872026-05-27T05:24:59.282Z = help: you can use `cargo tree` to explore your dependency tree
38882026-05-27T05:24:59.282Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
38892026-05-27T05:24:59.282Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
38902026-05-27T05:24:59.282Z |
38912026-05-27T05:24:59.282Z129 | pub fn build<'a, A, N, S, D>(
38922026-05-27T05:24:59.282Z | ----- required by a bound in this associated function
38932026-05-27T05:24:59.282Z...
38942026-05-27T05:24:59.282Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
38952026-05-27T05:24:59.282Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
38962026-05-27T05:24:59.282Z
38972026-05-27T05:24:59.282Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38982026-05-27T05:24:59.282Z --> dns-server/src/dns_server.rs:414:20
38992026-05-27T05:24:59.282Z |
39002026-05-27T05:24:59.282Z414 | let mresp = rb.build(
39012026-05-27T05:24:59.282Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
39022026-05-27T05:24:59.282Z |
39032026-05-27T05:24:59.282Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39042026-05-27T05:24:59.282Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39052026-05-27T05:24:59.282Z |
39062026-05-27T05:24:59.282Z 77 | pub struct Record<R: RecordData = RData> {
39072026-05-27T05:24:59.282Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39082026-05-27T05:24:59.282Z |
39092026-05-27T05:24:59.283Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39102026-05-27T05:24:59.283Z |
39112026-05-27T05:24:59.283Z 78 | pub struct Record<R: RecordData = RData> {
39122026-05-27T05:24:59.283Z | ---------------------------------------- this is the found type
39132026-05-27T05:24:59.283Z = help: you can use `cargo tree` to explore your dependency tree
39142026-05-27T05:24:59.283Znote: required by a bound in `MessageResponse`
39152026-05-27T05:24:59.283Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
39162026-05-27T05:24:59.283Z |
39172026-05-27T05:24:59.283Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
39182026-05-27T05:24:59.283Z | --------------- required by a bound in this struct
39192026-05-27T05:24:59.283Z...
39202026-05-27T05:24:59.283Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39212026-05-27T05:24:59.283Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
39222026-05-27T05:24:59.283Z
39232026-05-27T05:24:59.283Zerror[E0308]: mismatched types
39242026-05-27T05:24:59.283Z --> dns-server/src/dns_server.rs:415:9
39252026-05-27T05:24:59.283Z |
39262026-05-27T05:24:59.283Z414 | let mresp = rb.build(
39272026-05-27T05:24:59.283Z | ----- arguments to this method are incorrect
39282026-05-27T05:24:59.283Z415 | header,
39292026-05-27T05:24:59.283Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
39302026-05-27T05:24:59.283Z |
39312026-05-27T05:24:59.283Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39322026-05-27T05:24:59.283Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
39332026-05-27T05:24:59.283Z |
39342026-05-27T05:24:59.283Z 57 | pub struct Header {
39352026-05-27T05:24:59.283Z | ^^^^^^^^^^^^^^^^^ this is the expected type
39362026-05-27T05:24:59.283Z |
39372026-05-27T05:24:59.284Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
39382026-05-27T05:24:59.284Z |
39392026-05-27T05:24:59.284Z 57 | pub struct Header {
39402026-05-27T05:24:59.284Z | ----------------- this is the found type
39412026-05-27T05:24:59.284Z = help: you can use `cargo tree` to explore your dependency tree
39422026-05-27T05:24:59.288Znote: method defined here
39432026-05-27T05:24:59.288Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
39442026-05-27T05:24:59.288Z |
39452026-05-27T05:24:59.288Z129 | pub fn build<'a, A, N, S, D>(
39462026-05-27T05:24:59.289Z | ^^^^^
39472026-05-27T05:24:59.289Z
39482026-05-27T05:24:59.289Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39492026-05-27T05:24:59.289Z --> dns-server/src/dns_server.rs:422:31
39502026-05-27T05:24:59.289Z |
39512026-05-27T05:24:59.289Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39522026-05-27T05:24:59.289Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39532026-05-27T05:24:59.289Z | |
39542026-05-27T05:24:59.289Z | required by a bound introduced by this call
39552026-05-27T05:24:59.289Z |
39562026-05-27T05:24:59.289Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39572026-05-27T05:24:59.289Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39582026-05-27T05:24:59.289Z |
39592026-05-27T05:24:59.289Z 78 | pub struct Record<R: RecordData = RData> {
39602026-05-27T05:24:59.289Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39612026-05-27T05:24:59.290Z |
39622026-05-27T05:24:59.290Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39632026-05-27T05:24:59.290Z |
39642026-05-27T05:24:59.290Z 77 | pub struct Record<R: RecordData = RData> {
39652026-05-27T05:24:59.290Z | ---------------------------------------- this is the found type
39662026-05-27T05:24:59.290Z = help: you can use `cargo tree` to explore your dependency tree
39672026-05-27T05:24:59.290Znote: required by a bound in `encode_and_send`
39682026-05-27T05:24:59.290Z --> dns-server/src/dns_server.rs:492:27
39692026-05-27T05:24:59.290Z |
39702026-05-27T05:24:59.290Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39712026-05-27T05:24:59.290Z | --------------- required by a bound in this function
39722026-05-27T05:24:59.290Z...
39732026-05-27T05:24:59.290Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39742026-05-27T05:24:59.290Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39752026-05-27T05:24:59.290Z
39762026-05-27T05:24:59.290Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39772026-05-27T05:24:59.290Z --> dns-server/src/dns_server.rs:422:31
39782026-05-27T05:24:59.290Z |
39792026-05-27T05:24:59.290Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39802026-05-27T05:24:59.290Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
39812026-05-27T05:24:59.290Z |
39822026-05-27T05:24:59.290Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39832026-05-27T05:24:59.290Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39842026-05-27T05:24:59.290Z |
39852026-05-27T05:24:59.290Z 77 | pub struct Record<R: RecordData = RData> {
39862026-05-27T05:24:59.290Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39872026-05-27T05:24:59.290Z |
39882026-05-27T05:24:59.291Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39892026-05-27T05:24:59.291Z |
39902026-05-27T05:24:59.291Z 78 | pub struct Record<R: RecordData = RData> {
39912026-05-27T05:24:59.291Z | ---------------------------------------- this is the found type
39922026-05-27T05:24:59.291Z = help: you can use `cargo tree` to explore your dependency tree
39932026-05-27T05:24:59.291Znote: required by a bound in `MessageResponse`
39942026-05-27T05:24:59.291Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
39952026-05-27T05:24:59.291Z |
39962026-05-27T05:24:59.291Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
39972026-05-27T05:24:59.291Z | --------------- required by a bound in this struct
39982026-05-27T05:24:59.291Z 22 | where
39992026-05-27T05:24:59.291Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
40002026-05-27T05:24:59.291Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
40012026-05-27T05:24:59.291Z
40022026-05-27T05:24:59.291Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
40032026-05-27T05:24:59.291Z --> dns-server/src/dns_server.rs:422:31
40042026-05-27T05:24:59.291Z |
40052026-05-27T05:24:59.291Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
40062026-05-27T05:24:59.291Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
40072026-05-27T05:24:59.291Z |
40082026-05-27T05:24:59.291Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40092026-05-27T05:24:59.291Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40102026-05-27T05:24:59.291Z |
40112026-05-27T05:24:59.291Z 77 | pub struct Record<R: RecordData = RData> {
40122026-05-27T05:24:59.291Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40132026-05-27T05:24:59.291Z |
40142026-05-27T05:24:59.291Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40152026-05-27T05:24:59.291Z |
40162026-05-27T05:24:59.292Z 78 | pub struct Record<R: RecordData = RData> {
40172026-05-27T05:24:59.292Z | ---------------------------------------- this is the found type
40182026-05-27T05:24:59.292Z = help: you can use `cargo tree` to explore your dependency tree
40192026-05-27T05:24:59.292Znote: required by a bound in `MessageResponse`
40202026-05-27T05:24:59.292Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
40212026-05-27T05:24:59.292Z |
40222026-05-27T05:24:59.292Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
40232026-05-27T05:24:59.292Z | --------------- required by a bound in this struct
40242026-05-27T05:24:59.292Z...
40252026-05-27T05:24:59.292Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
40262026-05-27T05:24:59.292Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
40272026-05-27T05:24:59.292Z
40282026-05-27T05:24:59.292Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
40292026-05-27T05:24:59.292Z --> dns-server/src/dns_server.rs:422:5
40302026-05-27T05:24:59.292Z |
40312026-05-27T05:24:59.292Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
40322026-05-27T05:24:59.292Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40332026-05-27T05:24:59.292Z |
40342026-05-27T05:24:59.292Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40352026-05-27T05:24:59.292Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40362026-05-27T05:24:59.292Z |
40372026-05-27T05:24:59.292Z 78 | pub struct Record<R: RecordData = RData> {
40382026-05-27T05:24:59.292Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40392026-05-27T05:24:59.292Z |
40402026-05-27T05:24:59.292Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40412026-05-27T05:24:59.292Z |
40422026-05-27T05:24:59.297Z 77 | pub struct Record<R: RecordData = RData> {
40432026-05-27T05:24:59.297Z | ---------------------------------------- this is the found type
40442026-05-27T05:24:59.297Z = help: you can use `cargo tree` to explore your dependency tree
40452026-05-27T05:24:59.297Znote: required by a bound in `encode_and_send`
40462026-05-27T05:24:59.298Z --> dns-server/src/dns_server.rs:492:27
40472026-05-27T05:24:59.298Z |
40482026-05-27T05:24:59.298Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40492026-05-27T05:24:59.298Z | --------------- required by a bound in this function
40502026-05-27T05:24:59.298Z...
40512026-05-27T05:24:59.298Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
40522026-05-27T05:24:59.298Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40532026-05-27T05:24:59.298Z
40542026-05-27T05:24:59.298Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
40552026-05-27T05:24:59.298Z --> dns-server/src/dns_server.rs:422:49
40562026-05-27T05:24:59.298Z |
40572026-05-27T05:24:59.298Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
40582026-05-27T05:24:59.298Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40592026-05-27T05:24:59.298Z |
40602026-05-27T05:24:59.298Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40612026-05-27T05:24:59.298Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40622026-05-27T05:24:59.298Z |
40632026-05-27T05:24:59.298Z 78 | pub struct Record<R: RecordData = RData> {
40642026-05-27T05:24:59.298Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40652026-05-27T05:24:59.298Z |
40662026-05-27T05:24:59.298Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40672026-05-27T05:24:59.298Z |
40682026-05-27T05:24:59.298Z 77 | pub struct Record<R: RecordData = RData> {
40692026-05-27T05:24:59.298Z | ---------------------------------------- this is the found type
40702026-05-27T05:24:59.298Z = help: you can use `cargo tree` to explore your dependency tree
40712026-05-27T05:24:59.298Znote: required by a bound in `encode_and_send`
40722026-05-27T05:24:59.298Z --> dns-server/src/dns_server.rs:492:27
40732026-05-27T05:24:59.299Z |
40742026-05-27T05:24:59.299Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40752026-05-27T05:24:59.299Z | --------------- required by a bound in this function
40762026-05-27T05:24:59.299Z...
40772026-05-27T05:24:59.299Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
40782026-05-27T05:24:59.299Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40792026-05-27T05:24:59.299Z
40802026-05-27T05:24:59.299Zerror[E0308]: arguments to this method are incorrect
40812026-05-27T05:24:59.300Z --> dns-server/src/dns_server.rs:438:33
40822026-05-27T05:24:59.300Z |
40832026-05-27T05:24:59.300Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
40842026-05-27T05:24:59.300Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
40852026-05-27T05:24:59.300Z | |
40862026-05-27T05:24:59.300Z | expected `&Header`, found `&&Header`
40872026-05-27T05:24:59.300Z |
40882026-05-27T05:24:59.300Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
40892026-05-27T05:24:59.300Z found reference `&&hickory_proto::op::Header`
40902026-05-27T05:24:59.300Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40912026-05-27T05:24:59.300Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
40922026-05-27T05:24:59.300Z |
40932026-05-27T05:24:59.300Z 67 | pub enum ResponseCode {
40942026-05-27T05:24:59.300Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40952026-05-27T05:24:59.300Z |
40962026-05-27T05:24:59.300Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
40972026-05-27T05:24:59.300Z |
40982026-05-27T05:24:59.300Z 67 | pub enum ResponseCode {
40992026-05-27T05:24:59.300Z | --------------------- this is the found type
41002026-05-27T05:24:59.300Z = help: you can use `cargo tree` to explore your dependency tree
41012026-05-27T05:24:59.300Znote: method defined here
41022026-05-27T05:24:59.300Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
41032026-05-27T05:24:59.300Z |
41042026-05-27T05:24:59.300Z190 | pub fn error_msg<'a>(
41052026-05-27T05:24:59.300Z | ^^^^^^^^^
41062026-05-27T05:24:59.300Z
41072026-05-27T05:24:59.300Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41082026-05-27T05:24:59.300Z --> dns-server/src/dns_server.rs:457:50
41092026-05-27T05:24:59.301Z |
41102026-05-27T05:24:59.301Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41112026-05-27T05:24:59.301Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41122026-05-27T05:24:59.301Z | |
41132026-05-27T05:24:59.301Z | required by a bound introduced by this call
41142026-05-27T05:24:59.301Z |
41152026-05-27T05:24:59.301Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41162026-05-27T05:24:59.301Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41172026-05-27T05:24:59.301Z |
41182026-05-27T05:24:59.301Z 78 | pub struct Record<R: RecordData = RData> {
41192026-05-27T05:24:59.301Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41202026-05-27T05:24:59.301Z |
41212026-05-27T05:24:59.301Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41222026-05-27T05:24:59.301Z |
41232026-05-27T05:24:59.301Z 77 | pub struct Record<R: RecordData = RData> {
41242026-05-27T05:24:59.301Z | ---------------------------------------- this is the found type
41252026-05-27T05:24:59.301Z = help: you can use `cargo tree` to explore your dependency tree
41262026-05-27T05:24:59.301Znote: required by a bound in `encode_and_send`
41272026-05-27T05:24:59.301Z --> dns-server/src/dns_server.rs:491:23
41282026-05-27T05:24:59.301Z |
41292026-05-27T05:24:59.301Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41302026-05-27T05:24:59.301Z | --------------- required by a bound in this function
41312026-05-27T05:24:59.301Z...
41322026-05-27T05:24:59.301Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
41332026-05-27T05:24:59.301Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41342026-05-27T05:24:59.301Z
41352026-05-27T05:24:59.301Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41362026-05-27T05:24:59.301Z --> dns-server/src/dns_server.rs:457:50
41372026-05-27T05:24:59.302Z |
41382026-05-27T05:24:59.302Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41392026-05-27T05:24:59.302Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41402026-05-27T05:24:59.302Z | |
41412026-05-27T05:24:59.302Z | required by a bound introduced by this call
41422026-05-27T05:24:59.307Z |
41432026-05-27T05:24:59.307Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41442026-05-27T05:24:59.307Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41452026-05-27T05:24:59.307Z |
41462026-05-27T05:24:59.307Z 78 | pub struct Record<R: RecordData = RData> {
41472026-05-27T05:24:59.307Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41482026-05-27T05:24:59.307Z |
41492026-05-27T05:24:59.307Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41502026-05-27T05:24:59.307Z |
41512026-05-27T05:24:59.307Z 77 | pub struct Record<R: RecordData = RData> {
41522026-05-27T05:24:59.307Z | ---------------------------------------- this is the found type
41532026-05-27T05:24:59.307Z = help: you can use `cargo tree` to explore your dependency tree
41542026-05-27T05:24:59.307Znote: required by a bound in `encode_and_send`
41552026-05-27T05:24:59.307Z --> dns-server/src/dns_server.rs:492:27
41562026-05-27T05:24:59.307Z |
41572026-05-27T05:24:59.307Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41582026-05-27T05:24:59.307Z | --------------- required by a bound in this function
41592026-05-27T05:24:59.307Z...
41602026-05-27T05:24:59.307Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
41612026-05-27T05:24:59.307Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41622026-05-27T05:24:59.308Z
41632026-05-27T05:24:59.308Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41642026-05-27T05:24:59.308Z --> dns-server/src/dns_server.rs:457:50
41652026-05-27T05:24:59.308Z |
41662026-05-27T05:24:59.308Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41672026-05-27T05:24:59.308Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41682026-05-27T05:24:59.308Z | |
41692026-05-27T05:24:59.308Z | required by a bound introduced by this call
41702026-05-27T05:24:59.308Z |
41712026-05-27T05:24:59.308Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41722026-05-27T05:24:59.308Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41732026-05-27T05:24:59.308Z |
41742026-05-27T05:24:59.308Z 78 | pub struct Record<R: RecordData = RData> {
41752026-05-27T05:24:59.308Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41762026-05-27T05:24:59.308Z |
41772026-05-27T05:24:59.308Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41782026-05-27T05:24:59.308Z |
41792026-05-27T05:24:59.308Z 77 | pub struct Record<R: RecordData = RData> {
41802026-05-27T05:24:59.308Z | ---------------------------------------- this is the found type
41812026-05-27T05:24:59.308Z = help: you can use `cargo tree` to explore your dependency tree
41822026-05-27T05:24:59.308Znote: required by a bound in `encode_and_send`
41832026-05-27T05:24:59.308Z --> dns-server/src/dns_server.rs:493:19
41842026-05-27T05:24:59.308Z |
41852026-05-27T05:24:59.308Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41862026-05-27T05:24:59.308Z | --------------- required by a bound in this function
41872026-05-27T05:24:59.308Z...
41882026-05-27T05:24:59.308Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
41892026-05-27T05:24:59.309Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41902026-05-27T05:24:59.309Z
41912026-05-27T05:24:59.309Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41922026-05-27T05:24:59.309Z --> dns-server/src/dns_server.rs:457:50
41932026-05-27T05:24:59.309Z |
41942026-05-27T05:24:59.309Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41952026-05-27T05:24:59.309Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41962026-05-27T05:24:59.309Z | |
41972026-05-27T05:24:59.309Z | required by a bound introduced by this call
41982026-05-27T05:24:59.309Z |
41992026-05-27T05:24:59.309Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42002026-05-27T05:24:59.309Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42012026-05-27T05:24:59.309Z |
42022026-05-27T05:24:59.309Z 78 | pub struct Record<R: RecordData = RData> {
42032026-05-27T05:24:59.310Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42042026-05-27T05:24:59.310Z |
42052026-05-27T05:24:59.310Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42062026-05-27T05:24:59.310Z |
42072026-05-27T05:24:59.310Z 77 | pub struct Record<R: RecordData = RData> {
42082026-05-27T05:24:59.310Z | ---------------------------------------- this is the found type
42092026-05-27T05:24:59.310Z = help: you can use `cargo tree` to explore your dependency tree
42102026-05-27T05:24:59.310Znote: required by a bound in `encode_and_send`
42112026-05-27T05:24:59.310Z --> dns-server/src/dns_server.rs:494:27
42122026-05-27T05:24:59.310Z |
42132026-05-27T05:24:59.310Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42142026-05-27T05:24:59.310Z | --------------- required by a bound in this function
42152026-05-27T05:24:59.310Z...
42162026-05-27T05:24:59.310Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
42172026-05-27T05:24:59.310Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42182026-05-27T05:24:59.310Z
42192026-05-27T05:24:59.310Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42202026-05-27T05:24:59.311Z --> dns-server/src/dns_server.rs:457:25
42212026-05-27T05:24:59.311Z |
42222026-05-27T05:24:59.311Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42232026-05-27T05:24:59.311Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42242026-05-27T05:24:59.311Z |
42252026-05-27T05:24:59.311Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42262026-05-27T05:24:59.311Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42272026-05-27T05:24:59.311Z |
42282026-05-27T05:24:59.311Z 78 | pub struct Record<R: RecordData = RData> {
42292026-05-27T05:24:59.311Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42302026-05-27T05:24:59.311Z |
42312026-05-27T05:24:59.311Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42322026-05-27T05:24:59.311Z |
42332026-05-27T05:24:59.311Z 77 | pub struct Record<R: RecordData = RData> {
42342026-05-27T05:24:59.311Z | ---------------------------------------- this is the found type
42352026-05-27T05:24:59.311Z = help: you can use `cargo tree` to explore your dependency tree
42362026-05-27T05:24:59.311Znote: required by a bound in `encode_and_send`
42372026-05-27T05:24:59.311Z --> dns-server/src/dns_server.rs:491:23
42382026-05-27T05:24:59.311Z |
42392026-05-27T05:24:59.311Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42402026-05-27T05:24:59.311Z | --------------- required by a bound in this function
42412026-05-27T05:24:59.311Z...
42422026-05-27T05:24:59.316Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
42432026-05-27T05:24:59.316Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42442026-05-27T05:24:59.316Z
42452026-05-27T05:24:59.316Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42462026-05-27T05:24:59.317Z --> dns-server/src/dns_server.rs:457:25
42472026-05-27T05:24:59.317Z |
42482026-05-27T05:24:59.317Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42492026-05-27T05:24:59.317Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42502026-05-27T05:24:59.317Z |
42512026-05-27T05:24:59.317Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42522026-05-27T05:24:59.317Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42532026-05-27T05:24:59.317Z |
42542026-05-27T05:24:59.317Z 78 | pub struct Record<R: RecordData = RData> {
42552026-05-27T05:24:59.317Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42562026-05-27T05:24:59.317Z |
42572026-05-27T05:24:59.317Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42582026-05-27T05:24:59.317Z |
42592026-05-27T05:24:59.317Z 77 | pub struct Record<R: RecordData = RData> {
42602026-05-27T05:24:59.317Z | ---------------------------------------- this is the found type
42612026-05-27T05:24:59.317Z = help: you can use `cargo tree` to explore your dependency tree
42622026-05-27T05:24:59.317Znote: required by a bound in `encode_and_send`
42632026-05-27T05:24:59.318Z --> dns-server/src/dns_server.rs:492:27
42642026-05-27T05:24:59.318Z |
42652026-05-27T05:24:59.318Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42662026-05-27T05:24:59.318Z | --------------- required by a bound in this function
42672026-05-27T05:24:59.319Z...
42682026-05-27T05:24:59.319Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
42692026-05-27T05:24:59.319Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42702026-05-27T05:24:59.319Z
42712026-05-27T05:24:59.319Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42722026-05-27T05:24:59.319Z --> dns-server/src/dns_server.rs:457:25
42732026-05-27T05:24:59.319Z |
42742026-05-27T05:24:59.319Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42752026-05-27T05:24:59.319Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42762026-05-27T05:24:59.319Z |
42772026-05-27T05:24:59.319Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42782026-05-27T05:24:59.319Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42792026-05-27T05:24:59.319Z |
42802026-05-27T05:24:59.319Z 78 | pub struct Record<R: RecordData = RData> {
42812026-05-27T05:24:59.319Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42822026-05-27T05:24:59.319Z |
42832026-05-27T05:24:59.319Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42842026-05-27T05:24:59.319Z |
42852026-05-27T05:24:59.319Z 77 | pub struct Record<R: RecordData = RData> {
42862026-05-27T05:24:59.319Z | ---------------------------------------- this is the found type
42872026-05-27T05:24:59.319Z = help: you can use `cargo tree` to explore your dependency tree
42882026-05-27T05:24:59.319Znote: required by a bound in `encode_and_send`
42892026-05-27T05:24:59.320Z --> dns-server/src/dns_server.rs:493:19
42902026-05-27T05:24:59.320Z |
42912026-05-27T05:24:59.320Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42922026-05-27T05:24:59.320Z | --------------- required by a bound in this function
42932026-05-27T05:24:59.320Z...
42942026-05-27T05:24:59.320Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
42952026-05-27T05:24:59.320Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42962026-05-27T05:24:59.320Z
42972026-05-27T05:24:59.320Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42982026-05-27T05:24:59.320Z --> dns-server/src/dns_server.rs:457:25
42992026-05-27T05:24:59.320Z |
43002026-05-27T05:24:59.320Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
43012026-05-27T05:24:59.320Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43022026-05-27T05:24:59.320Z |
43032026-05-27T05:24:59.320Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43042026-05-27T05:24:59.320Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43052026-05-27T05:24:59.320Z |
43062026-05-27T05:24:59.320Z 78 | pub struct Record<R: RecordData = RData> {
43072026-05-27T05:24:59.320Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43082026-05-27T05:24:59.320Z |
43092026-05-27T05:24:59.320Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43102026-05-27T05:24:59.320Z |
43112026-05-27T05:24:59.320Z 77 | pub struct Record<R: RecordData = RData> {
43122026-05-27T05:24:59.320Z | ---------------------------------------- this is the found type
43132026-05-27T05:24:59.320Z = help: you can use `cargo tree` to explore your dependency tree
43142026-05-27T05:24:59.320Znote: required by a bound in `encode_and_send`
43152026-05-27T05:24:59.320Z --> dns-server/src/dns_server.rs:494:27
43162026-05-27T05:24:59.321Z |
43172026-05-27T05:24:59.321Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43182026-05-27T05:24:59.321Z | --------------- required by a bound in this function
43192026-05-27T05:24:59.321Z...
43202026-05-27T05:24:59.321Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
43212026-05-27T05:24:59.321Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43222026-05-27T05:24:59.321Z
43232026-05-27T05:24:59.321Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43242026-05-27T05:24:59.321Z --> dns-server/src/dns_server.rs:457:69
43252026-05-27T05:24:59.321Z |
43262026-05-27T05:24:59.321Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
43272026-05-27T05:24:59.321Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43282026-05-27T05:24:59.321Z |
43292026-05-27T05:24:59.322Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43302026-05-27T05:24:59.322Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43312026-05-27T05:24:59.322Z |
43322026-05-27T05:24:59.322Z 78 | pub struct Record<R: RecordData = RData> {
43332026-05-27T05:24:59.322Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43342026-05-27T05:24:59.322Z |
43352026-05-27T05:24:59.322Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43362026-05-27T05:24:59.322Z |
43372026-05-27T05:24:59.322Z 77 | pub struct Record<R: RecordData = RData> {
43382026-05-27T05:24:59.322Z | ---------------------------------------- this is the found type
43392026-05-27T05:24:59.322Z = help: you can use `cargo tree` to explore your dependency tree
43402026-05-27T05:24:59.322Znote: required by a bound in `encode_and_send`
43412026-05-27T05:24:59.322Z --> dns-server/src/dns_server.rs:491:23
43422026-05-27T05:24:59.327Z |
43432026-05-27T05:24:59.327Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43442026-05-27T05:24:59.327Z | --------------- required by a bound in this function
43452026-05-27T05:24:59.327Z...
43462026-05-27T05:24:59.327Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
43472026-05-27T05:24:59.327Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43482026-05-27T05:24:59.327Z
43492026-05-27T05:24:59.327Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43502026-05-27T05:24:59.327Z --> dns-server/src/dns_server.rs:457:69
43512026-05-27T05:24:59.327Z |
43522026-05-27T05:24:59.327Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
43532026-05-27T05:24:59.327Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43542026-05-27T05:24:59.327Z |
43552026-05-27T05:24:59.327Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43562026-05-27T05:24:59.328Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43572026-05-27T05:24:59.328Z |
43582026-05-27T05:24:59.328Z 78 | pub struct Record<R: RecordData = RData> {
43592026-05-27T05:24:59.328Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43602026-05-27T05:24:59.328Z |
43612026-05-27T05:24:59.328Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43622026-05-27T05:24:59.328Z |
43632026-05-27T05:24:59.328Z 77 | pub struct Record<R: RecordData = RData> {
43642026-05-27T05:24:59.328Z | ---------------------------------------- this is the found type
43652026-05-27T05:24:59.328Z = help: you can use `cargo tree` to explore your dependency tree
43662026-05-27T05:24:59.328Znote: required by a bound in `encode_and_send`
43672026-05-27T05:24:59.328Z --> dns-server/src/dns_server.rs:492:27
43682026-05-27T05:24:59.328Z |
43692026-05-27T05:24:59.328Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43702026-05-27T05:24:59.328Z | --------------- required by a bound in this function
43712026-05-27T05:24:59.328Z...
43722026-05-27T05:24:59.328Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
43732026-05-27T05:24:59.328Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43742026-05-27T05:24:59.328Z
43752026-05-27T05:24:59.328Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43762026-05-27T05:24:59.328Z --> dns-server/src/dns_server.rs:457:69
43772026-05-27T05:24:59.328Z |
43782026-05-27T05:24:59.328Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
43792026-05-27T05:24:59.328Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43802026-05-27T05:24:59.328Z |
43812026-05-27T05:24:59.328Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43822026-05-27T05:24:59.328Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43832026-05-27T05:24:59.329Z |
43842026-05-27T05:24:59.329Z 78 | pub struct Record<R: RecordData = RData> {
43852026-05-27T05:24:59.329Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43862026-05-27T05:24:59.329Z |
43872026-05-27T05:24:59.329Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43882026-05-27T05:24:59.329Z |
43892026-05-27T05:24:59.329Z 77 | pub struct Record<R: RecordData = RData> {
43902026-05-27T05:24:59.329Z | ---------------------------------------- this is the found type
43912026-05-27T05:24:59.329Z = help: you can use `cargo tree` to explore your dependency tree
43922026-05-27T05:24:59.329Znote: required by a bound in `encode_and_send`
43932026-05-27T05:24:59.329Z --> dns-server/src/dns_server.rs:493:19
43942026-05-27T05:24:59.329Z |
43952026-05-27T05:24:59.329Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43962026-05-27T05:24:59.329Z | --------------- required by a bound in this function
43972026-05-27T05:24:59.329Z...
43982026-05-27T05:24:59.329Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
43992026-05-27T05:24:59.329Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44002026-05-27T05:24:59.329Z
44012026-05-27T05:24:59.329Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44022026-05-27T05:24:59.329Z --> dns-server/src/dns_server.rs:457:69
44032026-05-27T05:24:59.329Z |
44042026-05-27T05:24:59.329Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
44052026-05-27T05:24:59.329Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44062026-05-27T05:24:59.329Z |
44072026-05-27T05:24:59.329Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44082026-05-27T05:24:59.329Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44092026-05-27T05:24:59.329Z |
44102026-05-27T05:24:59.330Z 78 | pub struct Record<R: RecordData = RData> {
44112026-05-27T05:24:59.330Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44122026-05-27T05:24:59.330Z |
44132026-05-27T05:24:59.330Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44142026-05-27T05:24:59.330Z |
44152026-05-27T05:24:59.330Z 77 | pub struct Record<R: RecordData = RData> {
44162026-05-27T05:24:59.330Z | ---------------------------------------- this is the found type
44172026-05-27T05:24:59.330Z = help: you can use `cargo tree` to explore your dependency tree
44182026-05-27T05:24:59.330Znote: required by a bound in `encode_and_send`
44192026-05-27T05:24:59.330Z --> dns-server/src/dns_server.rs:494:27
44202026-05-27T05:24:59.330Z |
44212026-05-27T05:24:59.330Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44222026-05-27T05:24:59.330Z | --------------- required by a bound in this function
44232026-05-27T05:24:59.330Z...
44242026-05-27T05:24:59.330Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
44252026-05-27T05:24:59.330Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44262026-05-27T05:24:59.330Z
44272026-05-27T05:24:59.330Zerror[E0308]: arguments to this method are incorrect
44282026-05-27T05:24:59.330Z --> dns-server/src/dns_server.rs:477:20
44292026-05-27T05:24:59.330Z |
44302026-05-27T05:24:59.330Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
44312026-05-27T05:24:59.330Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
44322026-05-27T05:24:59.330Z | |
44332026-05-27T05:24:59.330Z | expected `Header`, found `hickory_proto::op::Header`
44342026-05-27T05:24:59.330Z |
44352026-05-27T05:24:59.330Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44362026-05-27T05:24:59.331Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
44372026-05-27T05:24:59.331Z |
44382026-05-27T05:24:59.331Z 57 | pub struct Header {
44392026-05-27T05:24:59.331Z | ^^^^^^^^^^^^^^^^^ this is the expected type
44402026-05-27T05:24:59.331Z |
44412026-05-27T05:24:59.331Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
44422026-05-27T05:24:59.336Z |
44432026-05-27T05:24:59.336Z 57 | pub struct Header {
44442026-05-27T05:24:59.337Z | ----------------- this is the found type
44452026-05-27T05:24:59.337Z = help: you can use `cargo tree` to explore your dependency tree
44462026-05-27T05:24:59.337Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44472026-05-27T05:24:59.337Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
44482026-05-27T05:24:59.337Z |
44492026-05-27T05:24:59.337Z 67 | pub enum ResponseCode {
44502026-05-27T05:24:59.337Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44512026-05-27T05:24:59.337Z |
44522026-05-27T05:24:59.337Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
44532026-05-27T05:24:59.337Z |
44542026-05-27T05:24:59.337Z 67 | pub enum ResponseCode {
44552026-05-27T05:24:59.337Z | --------------------- this is the found type
44562026-05-27T05:24:59.337Z = help: you can use `cargo tree` to explore your dependency tree
44572026-05-27T05:24:59.337Znote: method defined here
44582026-05-27T05:24:59.337Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
44592026-05-27T05:24:59.337Z |
44602026-05-27T05:24:59.337Z190 | pub fn error_msg<'a>(
44612026-05-27T05:24:59.337Z | ^^^^^^^^^
44622026-05-27T05:24:59.337Z
44632026-05-27T05:24:59.337Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44642026-05-27T05:24:59.337Z --> dns-server/src/dns_server.rs:478:50
44652026-05-27T05:24:59.337Z |
44662026-05-27T05:24:59.337Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44672026-05-27T05:24:59.337Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44682026-05-27T05:24:59.337Z | |
44692026-05-27T05:24:59.337Z | required by a bound introduced by this call
44702026-05-27T05:24:59.337Z |
44712026-05-27T05:24:59.338Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44722026-05-27T05:24:59.338Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44732026-05-27T05:24:59.338Z |
44742026-05-27T05:24:59.338Z 78 | pub struct Record<R: RecordData = RData> {
44752026-05-27T05:24:59.338Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44762026-05-27T05:24:59.338Z |
44772026-05-27T05:24:59.338Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44782026-05-27T05:24:59.338Z |
44792026-05-27T05:24:59.338Z 77 | pub struct Record<R: RecordData = RData> {
44802026-05-27T05:24:59.338Z | ---------------------------------------- this is the found type
44812026-05-27T05:24:59.338Z = help: you can use `cargo tree` to explore your dependency tree
44822026-05-27T05:24:59.338Znote: required by a bound in `encode_and_send`
44832026-05-27T05:24:59.338Z --> dns-server/src/dns_server.rs:491:23
44842026-05-27T05:24:59.338Z |
44852026-05-27T05:24:59.338Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44862026-05-27T05:24:59.338Z | --------------- required by a bound in this function
44872026-05-27T05:24:59.338Z...
44882026-05-27T05:24:59.338Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
44892026-05-27T05:24:59.338Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44902026-05-27T05:24:59.338Z
44912026-05-27T05:24:59.338Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44922026-05-27T05:24:59.338Z --> dns-server/src/dns_server.rs:478:50
44932026-05-27T05:24:59.338Z |
44942026-05-27T05:24:59.338Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44952026-05-27T05:24:59.338Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44962026-05-27T05:24:59.338Z | |
44972026-05-27T05:24:59.338Z | required by a bound introduced by this call
44982026-05-27T05:24:59.339Z |
44992026-05-27T05:24:59.339Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45002026-05-27T05:24:59.339Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45012026-05-27T05:24:59.339Z |
45022026-05-27T05:24:59.339Z 78 | pub struct Record<R: RecordData = RData> {
45032026-05-27T05:24:59.339Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45042026-05-27T05:24:59.339Z |
45052026-05-27T05:24:59.339Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45062026-05-27T05:24:59.339Z |
45072026-05-27T05:24:59.339Z 77 | pub struct Record<R: RecordData = RData> {
45082026-05-27T05:24:59.339Z | ---------------------------------------- this is the found type
45092026-05-27T05:24:59.339Z = help: you can use `cargo tree` to explore your dependency tree
45102026-05-27T05:24:59.339Znote: required by a bound in `encode_and_send`
45112026-05-27T05:24:59.339Z --> dns-server/src/dns_server.rs:492:27
45122026-05-27T05:24:59.339Z |
45132026-05-27T05:24:59.339Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45142026-05-27T05:24:59.339Z | --------------- required by a bound in this function
45152026-05-27T05:24:59.339Z...
45162026-05-27T05:24:59.339Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
45172026-05-27T05:24:59.339Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45182026-05-27T05:24:59.339Z
45192026-05-27T05:24:59.339Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45202026-05-27T05:24:59.339Z --> dns-server/src/dns_server.rs:478:50
45212026-05-27T05:24:59.339Z |
45222026-05-27T05:24:59.339Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45232026-05-27T05:24:59.339Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45242026-05-27T05:24:59.340Z | |
45252026-05-27T05:24:59.340Z | required by a bound introduced by this call
45262026-05-27T05:24:59.340Z |
45272026-05-27T05:24:59.340Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45282026-05-27T05:24:59.340Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45292026-05-27T05:24:59.340Z |
45302026-05-27T05:24:59.340Z 78 | pub struct Record<R: RecordData = RData> {
45312026-05-27T05:24:59.340Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45322026-05-27T05:24:59.341Z |
45332026-05-27T05:24:59.341Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45342026-05-27T05:24:59.341Z |
45352026-05-27T05:24:59.341Z 77 | pub struct Record<R: RecordData = RData> {
45362026-05-27T05:24:59.341Z | ---------------------------------------- this is the found type
45372026-05-27T05:24:59.341Z = help: you can use `cargo tree` to explore your dependency tree
45382026-05-27T05:24:59.341Znote: required by a bound in `encode_and_send`
45392026-05-27T05:24:59.341Z --> dns-server/src/dns_server.rs:493:19
45402026-05-27T05:24:59.341Z |
45412026-05-27T05:24:59.341Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45422026-05-27T05:24:59.346Z | --------------- required by a bound in this function
45432026-05-27T05:24:59.346Z...
45442026-05-27T05:24:59.346Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
45452026-05-27T05:24:59.346Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45462026-05-27T05:24:59.346Z
45472026-05-27T05:24:59.346Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45482026-05-27T05:24:59.346Z --> dns-server/src/dns_server.rs:478:50
45492026-05-27T05:24:59.346Z |
45502026-05-27T05:24:59.346Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45512026-05-27T05:24:59.346Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45522026-05-27T05:24:59.346Z | |
45532026-05-27T05:24:59.346Z | required by a bound introduced by this call
45542026-05-27T05:24:59.346Z |
45552026-05-27T05:24:59.346Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45562026-05-27T05:24:59.346Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45572026-05-27T05:24:59.346Z |
45582026-05-27T05:24:59.346Z 78 | pub struct Record<R: RecordData = RData> {
45592026-05-27T05:24:59.346Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45602026-05-27T05:24:59.346Z |
45612026-05-27T05:24:59.346Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45622026-05-27T05:24:59.346Z |
45632026-05-27T05:24:59.346Z 77 | pub struct Record<R: RecordData = RData> {
45642026-05-27T05:24:59.346Z | ---------------------------------------- this is the found type
45652026-05-27T05:24:59.347Z = help: you can use `cargo tree` to explore your dependency tree
45662026-05-27T05:24:59.347Znote: required by a bound in `encode_and_send`
45672026-05-27T05:24:59.347Z --> dns-server/src/dns_server.rs:494:27
45682026-05-27T05:24:59.347Z |
45692026-05-27T05:24:59.347Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45702026-05-27T05:24:59.347Z | --------------- required by a bound in this function
45712026-05-27T05:24:59.347Z...
45722026-05-27T05:24:59.347Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
45732026-05-27T05:24:59.347Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45742026-05-27T05:24:59.347Z
45752026-05-27T05:24:59.347Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45762026-05-27T05:24:59.347Z --> dns-server/src/dns_server.rs:478:25
45772026-05-27T05:24:59.347Z |
45782026-05-27T05:24:59.347Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45792026-05-27T05:24:59.347Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45802026-05-27T05:24:59.347Z |
45812026-05-27T05:24:59.347Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45822026-05-27T05:24:59.347Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45832026-05-27T05:24:59.347Z |
45842026-05-27T05:24:59.347Z 78 | pub struct Record<R: RecordData = RData> {
45852026-05-27T05:24:59.347Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45862026-05-27T05:24:59.347Z |
45872026-05-27T05:24:59.347Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45882026-05-27T05:24:59.347Z |
45892026-05-27T05:24:59.347Z 77 | pub struct Record<R: RecordData = RData> {
45902026-05-27T05:24:59.347Z | ---------------------------------------- this is the found type
45912026-05-27T05:24:59.347Z = help: you can use `cargo tree` to explore your dependency tree
45922026-05-27T05:24:59.348Znote: required by a bound in `encode_and_send`
45932026-05-27T05:24:59.348Z --> dns-server/src/dns_server.rs:491:23
45942026-05-27T05:24:59.348Z |
45952026-05-27T05:24:59.348Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45962026-05-27T05:24:59.348Z | --------------- required by a bound in this function
45972026-05-27T05:24:59.348Z...
45982026-05-27T05:24:59.348Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
45992026-05-27T05:24:59.348Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46002026-05-27T05:24:59.348Z
46012026-05-27T05:24:59.348Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46022026-05-27T05:24:59.348Z --> dns-server/src/dns_server.rs:478:25
46032026-05-27T05:24:59.348Z |
46042026-05-27T05:24:59.348Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46052026-05-27T05:24:59.348Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46062026-05-27T05:24:59.348Z |
46072026-05-27T05:24:59.348Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46082026-05-27T05:24:59.348Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46092026-05-27T05:24:59.349Z |
46102026-05-27T05:24:59.349Z 78 | pub struct Record<R: RecordData = RData> {
46112026-05-27T05:24:59.349Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46122026-05-27T05:24:59.349Z |
46132026-05-27T05:24:59.349Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46142026-05-27T05:24:59.349Z |
46152026-05-27T05:24:59.349Z 77 | pub struct Record<R: RecordData = RData> {
46162026-05-27T05:24:59.349Z | ---------------------------------------- this is the found type
46172026-05-27T05:24:59.349Z = help: you can use `cargo tree` to explore your dependency tree
46182026-05-27T05:24:59.349Znote: required by a bound in `encode_and_send`
46192026-05-27T05:24:59.349Z --> dns-server/src/dns_server.rs:492:27
46202026-05-27T05:24:59.349Z |
46212026-05-27T05:24:59.349Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46222026-05-27T05:24:59.349Z | --------------- required by a bound in this function
46232026-05-27T05:24:59.349Z...
46242026-05-27T05:24:59.349Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
46252026-05-27T05:24:59.349Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46262026-05-27T05:24:59.349Z
46272026-05-27T05:24:59.349Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46282026-05-27T05:24:59.349Z --> dns-server/src/dns_server.rs:478:25
46292026-05-27T05:24:59.350Z |
46302026-05-27T05:24:59.350Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46312026-05-27T05:24:59.350Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46322026-05-27T05:24:59.350Z |
46332026-05-27T05:24:59.350Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46342026-05-27T05:24:59.350Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46352026-05-27T05:24:59.350Z |
46362026-05-27T05:24:59.350Z 78 | pub struct Record<R: RecordData = RData> {
46372026-05-27T05:24:59.350Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46382026-05-27T05:24:59.350Z |
46392026-05-27T05:24:59.350Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46402026-05-27T05:24:59.350Z |
46412026-05-27T05:24:59.350Z 77 | pub struct Record<R: RecordData = RData> {
46422026-05-27T05:24:59.355Z | ---------------------------------------- this is the found type
46432026-05-27T05:24:59.355Z = help: you can use `cargo tree` to explore your dependency tree
46442026-05-27T05:24:59.355Znote: required by a bound in `encode_and_send`
46452026-05-27T05:24:59.355Z --> dns-server/src/dns_server.rs:493:19
46462026-05-27T05:24:59.355Z |
46472026-05-27T05:24:59.355Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46482026-05-27T05:24:59.355Z | --------------- required by a bound in this function
46492026-05-27T05:24:59.355Z...
46502026-05-27T05:24:59.355Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
46512026-05-27T05:24:59.355Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46522026-05-27T05:24:59.356Z
46532026-05-27T05:24:59.356Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46542026-05-27T05:24:59.356Z --> dns-server/src/dns_server.rs:478:25
46552026-05-27T05:24:59.356Z |
46562026-05-27T05:24:59.356Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46572026-05-27T05:24:59.356Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46582026-05-27T05:24:59.356Z |
46592026-05-27T05:24:59.356Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46602026-05-27T05:24:59.356Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46612026-05-27T05:24:59.356Z |
46622026-05-27T05:24:59.356Z 78 | pub struct Record<R: RecordData = RData> {
46632026-05-27T05:24:59.356Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46642026-05-27T05:24:59.356Z |
46652026-05-27T05:24:59.356Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46662026-05-27T05:24:59.356Z |
46672026-05-27T05:24:59.356Z 77 | pub struct Record<R: RecordData = RData> {
46682026-05-27T05:24:59.356Z | ---------------------------------------- this is the found type
46692026-05-27T05:24:59.356Z = help: you can use `cargo tree` to explore your dependency tree
46702026-05-27T05:24:59.356Znote: required by a bound in `encode_and_send`
46712026-05-27T05:24:59.356Z --> dns-server/src/dns_server.rs:494:27
46722026-05-27T05:24:59.356Z |
46732026-05-27T05:24:59.356Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46742026-05-27T05:24:59.356Z | --------------- required by a bound in this function
46752026-05-27T05:24:59.356Z...
46762026-05-27T05:24:59.356Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
46772026-05-27T05:24:59.357Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46782026-05-27T05:24:59.357Z
46792026-05-27T05:24:59.357Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46802026-05-27T05:24:59.357Z --> dns-server/src/dns_server.rs:478:69
46812026-05-27T05:24:59.357Z |
46822026-05-27T05:24:59.357Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46832026-05-27T05:24:59.357Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46842026-05-27T05:24:59.357Z |
46852026-05-27T05:24:59.357Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46862026-05-27T05:24:59.357Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46872026-05-27T05:24:59.357Z |
46882026-05-27T05:24:59.357Z 78 | pub struct Record<R: RecordData = RData> {
46892026-05-27T05:24:59.357Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46902026-05-27T05:24:59.357Z |
46912026-05-27T05:24:59.357Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46922026-05-27T05:24:59.357Z |
46932026-05-27T05:24:59.357Z 77 | pub struct Record<R: RecordData = RData> {
46942026-05-27T05:24:59.357Z | ---------------------------------------- this is the found type
46952026-05-27T05:24:59.357Z = help: you can use `cargo tree` to explore your dependency tree
46962026-05-27T05:24:59.357Znote: required by a bound in `encode_and_send`
46972026-05-27T05:24:59.357Z --> dns-server/src/dns_server.rs:491:23
46982026-05-27T05:24:59.357Z |
46992026-05-27T05:24:59.357Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
47002026-05-27T05:24:59.357Z | --------------- required by a bound in this function
47012026-05-27T05:24:59.358Z...
47022026-05-27T05:24:59.358Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
47032026-05-27T05:24:59.359Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47042026-05-27T05:24:59.359Z
47052026-05-27T05:24:59.359Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
47062026-05-27T05:24:59.359Z --> dns-server/src/dns_server.rs:478:69
47072026-05-27T05:24:59.359Z |
47082026-05-27T05:24:59.359Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
47092026-05-27T05:24:59.359Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
47102026-05-27T05:24:59.359Z |
47112026-05-27T05:24:59.359Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47122026-05-27T05:24:59.359Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
47132026-05-27T05:24:59.359Z |
47142026-05-27T05:24:59.359Z 78 | pub struct Record<R: RecordData = RData> {
47152026-05-27T05:24:59.359Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
47162026-05-27T05:24:59.359Z |
47172026-05-27T05:24:59.359Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
47182026-05-27T05:24:59.359Z |
47192026-05-27T05:24:59.359Z 77 | pub struct Record<R: RecordData = RData> {
47202026-05-27T05:24:59.359Z | ---------------------------------------- this is the found type
47212026-05-27T05:24:59.359Z = help: you can use `cargo tree` to explore your dependency tree
47222026-05-27T05:24:59.359Znote: required by a bound in `encode_and_send`
47232026-05-27T05:24:59.359Z --> dns-server/src/dns_server.rs:492:27
47242026-05-27T05:24:59.359Z |
47252026-05-27T05:24:59.359Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
47262026-05-27T05:24:59.359Z | --------------- required by a bound in this function
47272026-05-27T05:24:59.359Z...
47282026-05-27T05:24:59.359Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
47292026-05-27T05:24:59.359Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47302026-05-27T05:24:59.360Z
47312026-05-27T05:24:59.360Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
47322026-05-27T05:24:59.360Z --> dns-server/src/dns_server.rs:478:69
47332026-05-27T05:24:59.360Z |
47342026-05-27T05:24:59.360Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
47352026-05-27T05:24:59.360Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
47362026-05-27T05:24:59.360Z |
47372026-05-27T05:24:59.360Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47382026-05-27T05:24:59.360Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
47392026-05-27T05:24:59.360Z |
47402026-05-27T05:24:59.360Z 78 | pub struct Record<R: RecordData = RData> {
47412026-05-27T05:24:59.360Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
47422026-05-27T05:24:59.364Z |
47432026-05-27T05:24:59.365Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
47442026-05-27T05:24:59.365Z |
47452026-05-27T05:24:59.365Z 77 | pub struct Record<R: RecordData = RData> {
47462026-05-27T05:24:59.365Z | ---------------------------------------- this is the found type
47472026-05-27T05:24:59.365Z = help: you can use `cargo tree` to explore your dependency tree
47482026-05-27T05:24:59.365Znote: required by a bound in `encode_and_send`
47492026-05-27T05:24:59.365Z --> dns-server/src/dns_server.rs:493:19
47502026-05-27T05:24:59.365Z |
47512026-05-27T05:24:59.365Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
47522026-05-27T05:24:59.365Z | --------------- required by a bound in this function
47532026-05-27T05:24:59.365Z...
47542026-05-27T05:24:59.365Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
47552026-05-27T05:24:59.365Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47562026-05-27T05:24:59.365Z
47572026-05-27T05:24:59.365Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
47582026-05-27T05:24:59.365Z --> dns-server/src/dns_server.rs:478:69
47592026-05-27T05:24:59.365Z |
47602026-05-27T05:24:59.365Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
47612026-05-27T05:24:59.365Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
47622026-05-27T05:24:59.365Z |
47632026-05-27T05:24:59.365Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47642026-05-27T05:24:59.365Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
47652026-05-27T05:24:59.365Z |
47662026-05-27T05:24:59.365Z 78 | pub struct Record<R: RecordData = RData> {
47672026-05-27T05:24:59.365Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
47682026-05-27T05:24:59.365Z |
47692026-05-27T05:24:59.366Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
47702026-05-27T05:24:59.366Z |
47712026-05-27T05:24:59.366Z 77 | pub struct Record<R: RecordData = RData> {
47722026-05-27T05:24:59.366Z | ---------------------------------------- this is the found type
47732026-05-27T05:24:59.366Z = help: you can use `cargo tree` to explore your dependency tree
47742026-05-27T05:24:59.366Znote: required by a bound in `encode_and_send`
47752026-05-27T05:24:59.366Z --> dns-server/src/dns_server.rs:494:27
47762026-05-27T05:24:59.366Z |
47772026-05-27T05:24:59.366Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
47782026-05-27T05:24:59.366Z | --------------- required by a bound in this function
47792026-05-27T05:24:59.367Z...
47802026-05-27T05:24:59.367Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
47812026-05-27T05:24:59.367Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47822026-05-27T05:24:59.367Z
47832026-05-27T05:24:59.367Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
47842026-05-27T05:24:59.367Z --> dns-server/src/dns_server.rs:500:14
47852026-05-27T05:24:59.367Z |
47862026-05-27T05:24:59.367Z499 | let _ = mresp
47872026-05-27T05:24:59.367Z | _________________-
47882026-05-27T05:24:59.367Z500 | | .destructive_emit(&mut enc)
47892026-05-27T05:24:59.367Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
47902026-05-27T05:24:59.367Z | |_____________|
47912026-05-27T05:24:59.367Z |
47922026-05-27T05:24:59.367Z |
47932026-05-27T05:24:59.367Z = note: the following trait bounds were not satisfied:
47942026-05-27T05:24:59.368Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
47952026-05-27T05:24:59.368Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
47962026-05-27T05:24:59.368Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
47972026-05-27T05:24:59.368Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
47982026-05-27T05:24:59.368Z
47992026-05-27T05:24:59.368Zerror[E0308]: mismatched types
48002026-05-27T05:24:59.368Z --> dns-server/src/dns_server.rs:229:35
48012026-05-27T05:24:59.368Z |
48022026-05-27T05:24:59.368Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
48032026-05-27T05:24:59.368Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48042026-05-27T05:24:59.368Z | |
48052026-05-27T05:24:59.369Z | arguments to this function are incorrect
48062026-05-27T05:24:59.369Z |
48072026-05-27T05:24:59.369Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48082026-05-27T05:24:59.369Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48092026-05-27T05:24:59.369Z |
48102026-05-27T05:24:59.369Z 34 | pub struct Name {
48112026-05-27T05:24:59.369Z | ^^^^^^^^^^^^^^^ this is the expected type
48122026-05-27T05:24:59.369Z |
48132026-05-27T05:24:59.369Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48142026-05-27T05:24:59.369Z |
48152026-05-27T05:24:59.369Z 37 | pub struct Name {
48162026-05-27T05:24:59.369Z | --------------- this is the found type
48172026-05-27T05:24:59.369Z = help: you can use `cargo tree` to explore your dependency tree
48182026-05-27T05:24:59.369Znote: associated function defined here
48192026-05-27T05:24:59.369Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48202026-05-27T05:24:59.369Z |
48212026-05-27T05:24:59.369Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48222026-05-27T05:24:59.369Z | ^^^^^^^^^^
48232026-05-27T05:24:59.370Z
48242026-05-27T05:24:59.370Zerror[E0308]: mismatched types
48252026-05-27T05:24:59.370Z --> dns-server/src/dns_server.rs:233:35
48262026-05-27T05:24:59.370Z |
48272026-05-27T05:24:59.370Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
48282026-05-27T05:24:59.370Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48292026-05-27T05:24:59.370Z | |
48302026-05-27T05:24:59.370Z | arguments to this function are incorrect
48312026-05-27T05:24:59.370Z |
48322026-05-27T05:24:59.370Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48332026-05-27T05:24:59.371Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48342026-05-27T05:24:59.371Z |
48352026-05-27T05:24:59.371Z 34 | pub struct Name {
48362026-05-27T05:24:59.371Z | ^^^^^^^^^^^^^^^ this is the expected type
48372026-05-27T05:24:59.371Z |
48382026-05-27T05:24:59.371Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48392026-05-27T05:24:59.371Z |
48402026-05-27T05:24:59.371Z 37 | pub struct Name {
48412026-05-27T05:24:59.371Z | --------------- this is the found type
48422026-05-27T05:24:59.375Z = help: you can use `cargo tree` to explore your dependency tree
48432026-05-27T05:24:59.375Znote: associated function defined here
48442026-05-27T05:24:59.375Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48452026-05-27T05:24:59.375Z |
48462026-05-27T05:24:59.375Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48472026-05-27T05:24:59.376Z | ^^^^^^^^^^
48482026-05-27T05:24:59.376Z
48492026-05-27T05:24:59.376Zerror[E0308]: mismatched types
48502026-05-27T05:24:59.376Z --> dns-server/src/dns_server.rs:247:60
48512026-05-27T05:24:59.376Z |
48522026-05-27T05:24:59.376Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
48532026-05-27T05:24:59.376Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48542026-05-27T05:24:59.376Z | |
48552026-05-27T05:24:59.376Z | arguments to this function are incorrect
48562026-05-27T05:24:59.376Z |
48572026-05-27T05:24:59.376Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48582026-05-27T05:24:59.376Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48592026-05-27T05:24:59.376Z |
48602026-05-27T05:24:59.376Z 34 | pub struct Name {
48612026-05-27T05:24:59.376Z | ^^^^^^^^^^^^^^^ this is the expected type
48622026-05-27T05:24:59.376Z |
48632026-05-27T05:24:59.376Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48642026-05-27T05:24:59.376Z |
48652026-05-27T05:24:59.376Z 37 | pub struct Name {
48662026-05-27T05:24:59.376Z | --------------- this is the found type
48672026-05-27T05:24:59.376Z = help: you can use `cargo tree` to explore your dependency tree
48682026-05-27T05:24:59.376Znote: associated function defined here
48692026-05-27T05:24:59.376Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
48702026-05-27T05:24:59.376Z |
48712026-05-27T05:24:59.376Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
48722026-05-27T05:24:59.376Z | ^^^
48732026-05-27T05:24:59.376Z
48742026-05-27T05:24:59.377Zerror[E0308]: mismatched types
48752026-05-27T05:24:59.377Z --> dns-server/src/dns_server.rs:245:17
48762026-05-27T05:24:59.377Z |
48772026-05-27T05:24:59.377Z244 | Ok(Record::from_rdata(
48782026-05-27T05:24:59.377Z | ------------------ arguments to this function are incorrect
48792026-05-27T05:24:59.377Z245 | name.clone(),
48802026-05-27T05:24:59.377Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48812026-05-27T05:24:59.377Z |
48822026-05-27T05:24:59.377Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48832026-05-27T05:24:59.377Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48842026-05-27T05:24:59.377Z |
48852026-05-27T05:24:59.377Z 34 | pub struct Name {
48862026-05-27T05:24:59.377Z | ^^^^^^^^^^^^^^^ this is the expected type
48872026-05-27T05:24:59.377Z |
48882026-05-27T05:24:59.378Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48892026-05-27T05:24:59.378Z |
48902026-05-27T05:24:59.378Z 37 | pub struct Name {
48912026-05-27T05:24:59.378Z | --------------- this is the found type
48922026-05-27T05:24:59.378Z = help: you can use `cargo tree` to explore your dependency tree
48932026-05-27T05:24:59.378Znote: associated function defined here
48942026-05-27T05:24:59.378Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48952026-05-27T05:24:59.378Z |
48962026-05-27T05:24:59.378Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48972026-05-27T05:24:59.378Z | ^^^^^^^^^^
48982026-05-27T05:24:59.378Z
48992026-05-27T05:24:59.378Zerror[E0308]: mismatched types
49002026-05-27T05:24:59.378Z --> dns-server/src/dns_server.rs:259:65
49012026-05-27T05:24:59.378Z |
49022026-05-27T05:24:59.378Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
49032026-05-27T05:24:59.378Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49042026-05-27T05:24:59.378Z | |
49052026-05-27T05:24:59.378Z | arguments to this struct are incorrect
49062026-05-27T05:24:59.378Z |
49072026-05-27T05:24:59.378Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49082026-05-27T05:24:59.378Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49092026-05-27T05:24:59.378Z |
49102026-05-27T05:24:59.379Z 34 | pub struct Name {
49112026-05-27T05:24:59.379Z | ^^^^^^^^^^^^^^^ this is the expected type
49122026-05-27T05:24:59.379Z |
49132026-05-27T05:24:59.379Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49142026-05-27T05:24:59.379Z |
49152026-05-27T05:24:59.380Z 37 | pub struct Name {
49162026-05-27T05:24:59.380Z | --------------- this is the found type
49172026-05-27T05:24:59.380Z = help: you can use `cargo tree` to explore your dependency tree
49182026-05-27T05:24:59.380Znote: tuple struct defined here
49192026-05-27T05:24:59.380Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
49202026-05-27T05:24:59.380Z |
49212026-05-27T05:24:59.380Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
49222026-05-27T05:24:59.380Z | ^^
49232026-05-27T05:24:59.380Z
49242026-05-27T05:24:59.380Zerror[E0308]: mismatched types
49252026-05-27T05:24:59.380Z --> dns-server/src/dns_server.rs:259:35
49262026-05-27T05:24:59.380Z |
49272026-05-27T05:24:59.380Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
49282026-05-27T05:24:59.380Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49292026-05-27T05:24:59.380Z | |
49302026-05-27T05:24:59.380Z | arguments to this function are incorrect
49312026-05-27T05:24:59.380Z |
49322026-05-27T05:24:59.380Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49332026-05-27T05:24:59.380Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49342026-05-27T05:24:59.380Z |
49352026-05-27T05:24:59.380Z 34 | pub struct Name {
49362026-05-27T05:24:59.380Z | ^^^^^^^^^^^^^^^ this is the expected type
49372026-05-27T05:24:59.380Z |
49382026-05-27T05:24:59.380Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49392026-05-27T05:24:59.380Z |
49402026-05-27T05:24:59.380Z 37 | pub struct Name {
49412026-05-27T05:24:59.380Z | --------------- this is the found type
49422026-05-27T05:24:59.385Z = help: you can use `cargo tree` to explore your dependency tree
49432026-05-27T05:24:59.385Znote: associated function defined here
49442026-05-27T05:24:59.385Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
49452026-05-27T05:24:59.385Z |
49462026-05-27T05:24:59.385Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
49472026-05-27T05:24:59.385Z | ^^^^^^^^^^
49482026-05-27T05:24:59.385Z
49492026-05-27T05:24:59.385Zerror[E0308]: arguments to this function are incorrect
49502026-05-27T05:24:59.385Z --> dns-server/src/storage.rs:448:43
49512026-05-27T05:24:59.385Z |
49522026-05-27T05:24:59.385Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
49532026-05-27T05:24:59.385Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
49542026-05-27T05:24:59.385Z449 | preferred_nameserver,
49552026-05-27T05:24:59.386Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49562026-05-27T05:24:59.386Z450 | rname,
49572026-05-27T05:24:59.386Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49582026-05-27T05:24:59.386Z |
49592026-05-27T05:24:59.386Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49602026-05-27T05:24:59.386Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49612026-05-27T05:24:59.386Z |
49622026-05-27T05:24:59.386Z 34 | pub struct Name {
49632026-05-27T05:24:59.386Z | ^^^^^^^^^^^^^^^ this is the expected type
49642026-05-27T05:24:59.386Z |
49652026-05-27T05:24:59.386Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49662026-05-27T05:24:59.387Z |
49672026-05-27T05:24:59.387Z 37 | pub struct Name {
49682026-05-27T05:24:59.387Z | --------------- this is the found type
49692026-05-27T05:24:59.387Z = help: you can use `cargo tree` to explore your dependency tree
49702026-05-27T05:24:59.387Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49712026-05-27T05:24:59.387Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49722026-05-27T05:24:59.387Z |
49732026-05-27T05:24:59.387Z 34 | pub struct Name {
49742026-05-27T05:24:59.387Z | ^^^^^^^^^^^^^^^ this is the expected type
49752026-05-27T05:24:59.387Z |
49762026-05-27T05:24:59.387Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49772026-05-27T05:24:59.387Z |
49782026-05-27T05:24:59.387Z 37 | pub struct Name {
49792026-05-27T05:24:59.387Z | --------------- this is the found type
49802026-05-27T05:24:59.387Z = help: you can use `cargo tree` to explore your dependency tree
49812026-05-27T05:24:59.387Znote: associated function defined here
49822026-05-27T05:24:59.387Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
49832026-05-27T05:24:59.387Z |
49842026-05-27T05:24:59.387Z154 | pub fn new(
49852026-05-27T05:24:59.387Z | ^^^
49862026-05-27T05:24:59.387Z
49872026-05-27T05:24:59.387Zerror[E0308]: mismatched types
49882026-05-27T05:24:59.387Z --> dns-server/src/storage.rs:446:13
49892026-05-27T05:24:59.387Z |
49902026-05-27T05:24:59.387Z445 | let record = hickory_proto::rr::Record::from_rdata(
49912026-05-27T05:24:59.387Z | ------------------------------------- arguments to this function are incorrect
49922026-05-27T05:24:59.387Z446 | soa_name,
49932026-05-27T05:24:59.388Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49942026-05-27T05:24:59.388Z |
49952026-05-27T05:24:59.388Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49962026-05-27T05:24:59.388Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49972026-05-27T05:24:59.388Z |
49982026-05-27T05:24:59.388Z 34 | pub struct Name {
49992026-05-27T05:24:59.388Z | ^^^^^^^^^^^^^^^ this is the expected type
50002026-05-27T05:24:59.388Z |
50012026-05-27T05:24:59.388Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
50022026-05-27T05:24:59.388Z |
50032026-05-27T05:24:59.388Z 37 | pub struct Name {
50042026-05-27T05:24:59.388Z | --------------- this is the found type
50052026-05-27T05:24:59.388Z = help: you can use `cargo tree` to explore your dependency tree
50062026-05-27T05:24:59.388Znote: associated function defined here
50072026-05-27T05:24:59.388Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
50082026-05-27T05:24:59.388Z |
50092026-05-27T05:24:59.388Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
50102026-05-27T05:24:59.388Z | ^^^^^^^^^^
50112026-05-27T05:24:59.388Z
50122026-05-27T05:24:59.388Zerror[E0308]: mismatched types
50132026-05-27T05:24:59.388Z --> dns-server/src/storage.rs:768:30
50142026-05-27T05:24:59.388Z |
50152026-05-27T05:24:59.388Z768 | self.query_raw(name, orig_name)
50162026-05-27T05:24:59.388Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
50172026-05-27T05:24:59.388Z | |
50182026-05-27T05:24:59.388Z | arguments to this method are incorrect
50192026-05-27T05:24:59.388Z |
50202026-05-27T05:24:59.389Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
50212026-05-27T05:24:59.389Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
50222026-05-27T05:24:59.389Z |
50232026-05-27T05:24:59.389Z 37 | pub struct Name {
50242026-05-27T05:24:59.389Z | ^^^^^^^^^^^^^^^ this is the expected type
50252026-05-27T05:24:59.389Z |
50262026-05-27T05:24:59.389Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
50272026-05-27T05:24:59.389Z |
50282026-05-27T05:24:59.389Z 34 | pub struct Name {
50292026-05-27T05:24:59.389Z | --------------- this is the found type
50302026-05-27T05:24:59.389Z = help: you can use `cargo tree` to explore your dependency tree
50312026-05-27T05:24:59.389Znote: method defined here
50322026-05-27T05:24:59.389Z --> dns-server/src/storage.rs:780:8
50332026-05-27T05:24:59.389Z |
50342026-05-27T05:24:59.389Z780 | fn query_raw(
50352026-05-27T05:24:59.389Z | ^^^^^^^^^
50362026-05-27T05:24:59.389Z...
50372026-05-27T05:24:59.389Z783 | orig_name: &Name,
50382026-05-27T05:24:59.389Z | ----------------
50392026-05-27T05:24:59.389Z
50402026-05-27T05:24:59.389Zerror[E0308]: mismatched types
50412026-05-27T05:24:59.389Z --> dns-server/src/storage.rs:777:40
50422026-05-27T05:24:59.393Z |
50432026-05-27T05:24:59.393Z777 | self.query_raw(&LowerName::new(name), name)
50442026-05-27T05:24:59.394Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
50452026-05-27T05:24:59.394Z | |
50462026-05-27T05:24:59.394Z | arguments to this function are incorrect
50472026-05-27T05:24:59.394Z |
50482026-05-27T05:24:59.394Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
50492026-05-27T05:24:59.394Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
50502026-05-27T05:24:59.394Z |
50512026-05-27T05:24:59.394Z 34 | pub struct Name {
50522026-05-27T05:24:59.394Z | ^^^^^^^^^^^^^^^ this is the expected type
50532026-05-27T05:24:59.394Z |
50542026-05-27T05:24:59.394Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
50552026-05-27T05:24:59.394Z |
50562026-05-27T05:24:59.394Z 37 | pub struct Name {
50572026-05-27T05:24:59.394Z | --------------- this is the found type
50582026-05-27T05:24:59.394Z = help: you can use `cargo tree` to explore your dependency tree
50592026-05-27T05:24:59.394Znote: associated function defined here
50602026-05-27T05:24:59.394Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
50612026-05-27T05:24:59.394Z |
50622026-05-27T05:24:59.394Z 37 | pub fn new(name: &Name) -> Self {
50632026-05-27T05:24:59.394Z | ^^^
50642026-05-27T05:24:59.394Z
50652026-05-27T05:24:59.394Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
50662026-05-27T05:24:59.394Z --> dns-server/src/storage.rs:791:33
50672026-05-27T05:24:59.395Z |
50682026-05-27T05:24:59.395Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
50692026-05-27T05:24:59.395Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
50702026-05-27T05:24:59.395Z |
50712026-05-27T05:24:59.395Zhelp: item with same name found
50722026-05-27T05:24:59.395Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
50732026-05-27T05:24:59.395Z |
50742026-05-27T05:24:59.395Z 28 | pub struct LowerName(Name);
50752026-05-27T05:24:59.395Z | ^^^^^^^^^^^^^^^^^^^^
50762026-05-27T05:24:59.396Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
50772026-05-27T05:24:59.396Zhelp: the following other types implement trait `std::convert::From<T>`
50782026-05-27T05:24:59.396Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
50792026-05-27T05:24:59.396Z |
50802026-05-27T05:24:59.396Z240 | impl From<Name> for LowerName {
50812026-05-27T05:24:59.396Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
50822026-05-27T05:24:59.396Z...
50832026-05-27T05:24:59.396Z246 | impl<'a> From<&'a Name> for LowerName {
50842026-05-27T05:24:59.396Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
50852026-05-27T05:24:59.396Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
50862026-05-27T05:24:59.396Z = help: you can use `cargo tree` to explore your dependency tree
50872026-05-27T05:24:59.396Z
50882026-05-27T05:24:59.536ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
50892026-05-27T05:24:59.536ZFor more information about an error, try `rustc --explain E0271`.
50902026-05-27T05:24:59.583Zerror: could not compile `dns-server` (lib) due to 60 previous errors
50912026-05-27T05:24:59.786Zerror: 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)
50922026-05-27T05:24:59.789ZError: cargo-hack install failed: exit status: 1
50932026-05-27T05:24:59.792Z
50942026-05-27T05:24:59.792Zreal 4:08.611097791
50952026-05-27T05:24:59.792Zuser 7:04.914918960
50962026-05-27T05:24:59.792Zsys 1:58.642379617
50972026-05-27T05:24:59.792Ztrap 0.158290082
50982026-05-27T05:24:59.792Ztflt 0.221053566
50992026-05-27T05:24:59.792Zdflt 0.726499126
51002026-05-27T05:24:59.792Zkflt 0.001710100
51012026-05-27T05:24:59.792Zlock 21:00.971540588
51022026-05-27T05:24:59.792Zslp 30:24.511086239
51032026-05-27T05:24:59.792Zlat 34.352269749
51042026-05-27T05:24:59.792Zstop 2:02.981039725
51052026-05-27T05:24:59.792Zprocess exited: duration 386724 ms, exit code 1
 
51062026-05-27T05:24:59.799Zfound 0 output files