01KRD41ZD80F00H4K96BPF0CSG: 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: 01KRD43ACT0M8R77J8E3FGK938

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T03:37:01.641Zjob assigned to worker 01KRD43K8NSWYJPTTJVQ63RDJG [factory aws, i-0c7ef5ec8ac7f9231] (queued for 50 s)
 
22026-05-12T03:37:08.344Zstarting task 0: "setup"
32026-05-12T03:37:08.348Z++ uname -s
42026-05-12T03:37:08.351Z+ kern=SunOS
52026-05-12T03:37:08.351Z+ build_user=build
62026-05-12T03:37:08.352Z+ build_uid=12345
72026-05-12T03:37:08.352Z+ work_dir=/work
82026-05-12T03:37:08.352Z+ input_dir=/input
92026-05-12T03:37:08.352Z+ [[ 0 == 12345 ]]
102026-05-12T03:37:08.352Z+ case "$kern" in
112026-05-12T03:37:08.352Z+ groupadd -g 12345 build
122026-05-12T03:37:08.356Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T03:37:10.361Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T03:37:10.459Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T03:37:10.462Z+ home_fs=zfs
162026-05-12T03:37:10.462Z+ [[ zfs == autofs ]]
172026-05-12T03:37:10.462Z+ mkdir -p /home/build
182026-05-12T03:37:10.462Z+ chown build:build /home/build /work
192026-05-12T03:37:12.465Z+ chmod 0700 /home/build /work
202026-05-12T03:37:12.477Zprocess exited: duration 4124 ms, exit code 0
 
212026-05-12T03:37:12.487Zstarting task 1: "rust-toolchain"
222026-05-12T03:37:12.494Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T03:37:12.494Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-12T03:37:12.495Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-12T03:37:12.495Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-12T03:37:12.499Z * rust toolchain channel = "1.94.0"
272026-05-12T03:37:12.499Z * rust toolchain profile = "default"
282026-05-12T03:37:12.499Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T03:37:12.499Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T03:37:12.599Zinfo: downloading installer
312026-05-12T03:37:13.961Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T03:37:13.961Zwarn: /home/build/.rustup/settings.toml
332026-05-12T03:37:13.961Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T03:37:13.961Zwarn: instead of the one inferred from the default host triple.
352026-05-12T03:37:13.974Zinfo: profile set to default
362026-05-12T03:37:13.974Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T03:37:13.977Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T03:37:14.124Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T03:37:14.124Zinfo: downloading 6 components
402026-05-12T03:37:28.333Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T03:37:28.333Z
422026-05-12T03:37:28.357Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T03:37:28.357Z
442026-05-12T03:37:28.364Z
452026-05-12T03:37:28.364ZRust is installed now. Great!
462026-05-12T03:37:28.364Z
472026-05-12T03:37:28.364ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T03:37:28.364Zenvironment variable. This has not been done automatically.
492026-05-12T03:37:28.364Z
502026-05-12T03:37:28.364ZTo configure your current shell, you need to source
512026-05-12T03:37:28.364Zthe corresponding env file under $HOME/.cargo.
522026-05-12T03:37:28.364Z
532026-05-12T03:37:28.364ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T03:37:28.365Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T03:37:28.365Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T03:37:28.365Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T03:37:28.365Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T03:37:28.365Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T03:37:28.365Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T03:37:28.365Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T03:37:28.365Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T03:37:28.452Z+ rustup --version
632026-05-12T03:37:28.464Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T03:37:28.464Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T03:37:28.485Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T03:37:28.511Z+ cargo --version
672026-05-12T03:37:28.511Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T03:37:28.511Z+ rustc --version
692026-05-12T03:37:28.517Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T03:37:28.538Zprocess exited: duration 16028 ms, exit code 0
 
712026-05-12T03:37:28.576Zstarting task 2: "authentication"
722026-05-12T03:37:28.583ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-12T03:37:45.131Zprocess exited: duration 16518 ms, exit code 0
 
742026-05-12T03:37:45.728Zstarting task 3: "clone repository"
752026-05-12T03:37:45.828Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-12T03:37:45.828Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-12T03:37:45.828ZCloning into '/work/oxidecomputer/omicron'...
782026-05-12T03:37:55.486Z+ cd /work/oxidecomputer/omicron
792026-05-12T03:37:55.486Z+ git fetch origin b510b6cb9b99e7326bef8cf66eba50b01cdddd2a
802026-05-12T03:37:55.778ZFrom https://github.com/oxidecomputer/omicron
812026-05-12T03:37:55.778Z * branch b510b6cb9b99e7326bef8cf66eba50b01cdddd2a -> FETCH_HEAD
822026-05-12T03:37:55.933Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
832026-05-12T03:37:55.933Z++ git branch --show-current
842026-05-12T03:37:55.933Z+ current=main
852026-05-12T03:37:55.933Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
862026-05-12T03:37:55.933Z+ git branch -f renovate/crate-hickory-proto-vulnerability b510b6cb9b99e7326bef8cf66eba50b01cdddd2a
872026-05-12T03:37:55.933Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
882026-05-12T03:37:55.992ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
892026-05-12T03:37:56.109Z+ git reset --hard b510b6cb9b99e7326bef8cf66eba50b01cdddd2a
902026-05-12T03:37:56.109ZHEAD is now at b510b6cb9 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
912026-05-12T03:37:56.109Zprocess exited: duration 10309 ms, exit code 0
 
922026-05-12T03:37:56.261Zstarting task 4: "build"
932026-05-12T03:37:56.277Z+ source .github/buildomat/ci-env.sh
942026-05-12T03:37:56.277Z++ export CARGO_TERM_COLOR=always
952026-05-12T03:37:56.277Z++ CARGO_TERM_COLOR=always
962026-05-12T03:37:56.277Z+ cargo --version
972026-05-12T03:37:56.277Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-05-12T03:37:56.277Z+ rustc --version
992026-05-12T03:37:56.293Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-05-12T03:37:56.313Z+ source ./env.sh
1012026-05-12T03:37:56.313Z++ OLD_SHELL_OPTS=ehxB
1022026-05-12T03:37:56.313Z++ set -o xtrace
1032026-05-12T03:37:56.313Z++++ dirname ./env.sh
1042026-05-12T03:37:56.313Z+++ readlink -f .
1052026-05-12T03:37:56.313Z++ OMICRON_WS=/work/oxidecomputer/omicron
1062026-05-12T03:37:56.313Z++ export 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-12T03:37:56.314Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-12T03:37:56.314Z++ 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
1092026-05-12T03:37:56.314Z++ 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
1102026-05-12T03:37:56.314Z++ 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
1112026-05-12T03:37:56.314Z++ 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
1122026-05-12T03:37:56.314Z++ 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
1132026-05-12T03:37:56.314Z++ 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
1142026-05-12T03:37:56.314Z++ case $OLD_SHELL_OPTS in
1152026-05-12T03:37:56.314Z++ unset OLD_SHELL_OPTS OMICRON_WS
1162026-05-12T03:37:56.314Z+ 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
1172026-05-12T03:37:56.315Z+ 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
1182026-05-12T03:37:56.315Z+ banner prerequisites
1192026-05-12T03:37:56.315Z
1202026-05-12T03:37:56.315Z ##### ##### ###### ##### ###### #### # # # #### #
1212026-05-12T03:37:56.315Z # # # # # # # # # # # # # # #
1222026-05-12T03:37:56.315Z # # # # ##### # # ##### # # # # # #### #
1232026-05-12T03:37:56.315Z ##### ##### # ##### # # # # # # # # #
1242026-05-12T03:37:56.315Z # # # # # # # # # # # # # # #
1252026-05-12T03:37:56.315Z # # # ###### # # ###### ### # #### # #### #
1262026-05-12T03:37:56.315Z
1272026-05-12T03:37:56.315Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1282026-05-12T03:37:57.867Z Startup: Refreshing catalog 'helios' ... Done
1292026-05-12T03:37:57.936Z Startup: Caching catalogs ... Done
1302026-05-12T03:37:58.053ZPlanning: Solver setup ... Done (0.121s)
1312026-05-12T03:37:58.161ZPlanning: Running solver ... Done (0.009s)
1322026-05-12T03:37:58.161ZPlanning: Finding local manifests ... Done (0.002s)
1332026-05-12T03:37:58.161ZPlanning: Fetching manifests: 0/2 0% complete
1342026-05-12T03:37:58.161ZPlanning: Fetching manifests: 2/2 100% complete
1352026-05-12T03:37:58.183ZPlanning: Package planning ... Done (0.013s)
1362026-05-12T03:37:58.184ZPlanning: Merging actions ... Done (0.001s)
1372026-05-12T03:37:58.309ZPlanning: Checking for conflicting actions ... Done (0.186s)
1382026-05-12T03:37:58.340ZPlanning: Consolidating action changes ... Done (0.001s)
1392026-05-12T03:37:59.142ZPlanning: Evaluating mediators ... Done (0.807s)
1402026-05-12T03:37:59.153ZPlanning: Planning completed in 1.20 seconds
1412026-05-12T03:37:59.153Z Packages to install: 2
1422026-05-12T03:37:59.153Z Estimated space available: 156.08 GB
1432026-05-12T03:37:59.153ZEstimated space to be consumed: 16.95 MB
1442026-05-12T03:37:59.153Z Create boot environment: No
1452026-05-12T03:37:59.153ZCreate backup boot environment: No
1462026-05-12T03:37:59.154Z Rebuild boot archive: No
1472026-05-12T03:37:59.154Z
1482026-05-12T03:37:59.154ZChanged packages:
1492026-05-12T03:37:59.154Zhelios
1502026-05-12T03:37:59.154Z developer/build-essential
1512026-05-12T03:37:59.154Z None -> 11-3.0
1522026-05-12T03:37:59.154Z library/libxmlsec1
1532026-05-12T03:37:59.154Z None -> 1.2.35-3.0
1542026-05-12T03:37:59.154Z
1552026-05-12T03:37:59.154ZDownload: 0/214 items 0.0/1.3MB 0% complete
1562026-05-12T03:38:00.908ZDownload: Completed 1.28 MB in 1.78 seconds (735k/s)
1572026-05-12T03:38:00.998Z Actions: 1/268 actions (Installing new actions)
1582026-05-12T03:38:01.022Z Actions: Completed 268 actions in 0.04 seconds.
1592026-05-12T03:38:01.031ZFinalize: Updating package state database ... Done (0.005s)
1602026-05-12T03:38:01.031ZFinalize: Updating package cache ... Done (0.000s)
1612026-05-12T03:38:01.039ZFinalize: Updating image state ... Done (0.011s)
1622026-05-12T03:38:03.432ZFinalize: Creating fast lookup database ... Done (2.356s)
1632026-05-12T03:38:03.944ZFinalize: Reading search index ... Done (0.013s)
1642026-05-12T03:38:04.494ZFinalize: Updating search index ... Done (0.000s)
1652026-05-12T03:38:04.494ZFinalize: Updating package cache ... Done (0.000s)
1662026-05-12T03:38:04.494ZPlanning: Evaluating mediator changes ... Done
1672026-05-12T03:38:04.494ZPlanning: Checking for conflicting actions ... Done
1682026-05-12T03:38:04.494ZPlanning: Consolidating action changes ... Done
1692026-05-12T03:38:04.514ZPlanning: Evaluating mediators ... Done
1702026-05-12T03:38:04.514ZPlanning: Planning completed in 0.27 seconds
1712026-05-12T03:38:04.514Z Mediators to change: 2
1722026-05-12T03:38:04.514Z Create boot environment: No
1732026-05-12T03:38:04.514ZCreate backup boot environment: No
1742026-05-12T03:38:04.514ZFinalize: Updating package state database ... Done
1752026-05-12T03:38:04.514ZFinalize: Updating package cache ... Done
1762026-05-12T03:38:04.514ZFinalize: Updating image state ... Done
1772026-05-12T03:38:06.214ZFinalize: Creating fast lookup database ... Done
1782026-05-12T03:38:06.313ZFinalize: Reading search index ... Done
1792026-05-12T03:38:06.314ZFinalize: Updating search index ... Done
1802026-05-12T03:38:06.388ZFinalize: Updating package cache ... Done
1812026-05-12T03:38:06.668ZPlanning: Evaluating mediator changes ... Done
1822026-05-12T03:38:06.741ZPlanning: Checking for conflicting actions ... Done
1832026-05-12T03:38:06.899ZPlanning: Consolidating action changes ... Done
1842026-05-12T03:38:07.033ZPlanning: Evaluating mediators ... Done
1852026-05-12T03:38:07.033ZPlanning: Planning completed in 0.27 seconds
1862026-05-12T03:38:07.034Z Mediators to change: 1
1872026-05-12T03:38:07.034Z Create boot environment: No
1882026-05-12T03:38:07.034ZCreate backup boot environment: No
1892026-05-12T03:38:07.034ZFinalize: Updating package state database ... Done
1902026-05-12T03:38:07.034ZFinalize: Updating package cache ... Done
1912026-05-12T03:38:07.034ZFinalize: Updating image state ... Done
1922026-05-12T03:38:09.390ZFinalize: Creating fast lookup database ... Done
1932026-05-12T03:38:09.440ZFinalize: Reading search index ... Done
1942026-05-12T03:38:09.440ZFinalize: Updating search index ... Done
1952026-05-12T03:38:09.441ZFinalize: Updating package cache ... Done
1962026-05-12T03:38:09.441ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972026-05-12T03:38:09.442Zapache system 2.4 system
1982026-05-12T03:38:09.444Zclang system 15 system
1992026-05-12T03:38:09.444Zcsh system system illumos
2002026-05-12T03:38:09.444Zctags system system illumos
2012026-05-12T03:38:09.444Zfile vendor vendor darwinsys
2022026-05-12T03:38:09.444Zfile system system illumos
2032026-05-12T03:38:09.444Zgcc vendor 14 vendor
2042026-05-12T03:38:09.444Zgcc system 13 system
2052026-05-12T03:38:09.444Zgcc system 10 system
2062026-05-12T03:38:09.444Zgo system 1.25 system
2072026-05-12T03:38:09.444Zllvm system 15 system
2082026-05-12T03:38:09.444Zmariadb system 11.4 system
2092026-05-12T03:38:09.444Zmta vendor vendor dma
2102026-05-12T03:38:09.444Zopenjdk system 17 system
2112026-05-12T03:38:09.444Zopenjdk system 11 system
2122026-05-12T03:38:09.444Zopenssl vendor 3 vendor
2132026-05-12T03:38:09.445Zperl system 5.40 system
2142026-05-12T03:38:09.445Zpostgresql system 18 system
2152026-05-12T03:38:09.445Zpostgresql system 17 system
2162026-05-12T03:38:09.445Zpython vendor 3 vendor
2172026-05-12T03:38:09.445Zpython system 2 system
2182026-05-12T03:38:09.445Zpython3 vendor 3.13 vendor
2192026-05-12T03:38:09.445Zruby system 3.4 system
2202026-05-12T03:38:09.445Zruby system 3.0 system
2212026-05-12T03:38:09.446Zwords vendor vendor american-english
2222026-05-12T03:38:09.446Zwords system system australian-english
2232026-05-12T03:38:09.446Zwords system system british-english
2242026-05-12T03:38:09.447Zwords system system canadian-english
2252026-05-12T03:38:09.447Zwords system system french
2262026-05-12T03:38:09.447Zwords system system italian
2272026-05-12T03:38:09.447Zwords system system ngerman
2282026-05-12T03:38:09.447Zwords system system ogerman
2292026-05-12T03:38:09.447Zwords system system spanish
2302026-05-12T03:38:09.669ZPUBLISHER TYPE STATUS P LOCATION
2312026-05-12T03:38:09.669Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2322026-05-12T03:38:09.888ZFMRI IFO
2332026-05-12T03:38:09.888Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2342026-05-12T03:38:09.888Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2352026-05-12T03:38:09.888Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2362026-05-12T03:38:09.888Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2372026-05-12T03:38:09.888Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2382026-05-12T03:38:09.888Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2392026-05-12T03:38:09.888Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2402026-05-12T03:38:09.889Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2412026-05-12T03:38:09.889Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2422026-05-12T03:38:10.219Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432026-05-12T03:38:10.423Z Updating crates.io index
2442026-05-12T03:38:10.433Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452026-05-12T03:38:10.679Z Updating git repository `https://github.com/oxidecomputer/lldp`
2462026-05-12T03:38:11.458Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-05-12T03:38:11.922Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-05-12T03:38:12.960Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-05-12T03:38:13.500Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-05-12T03:38:15.247Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-05-12T03:38:15.933Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-05-12T03:38:16.382Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532026-05-12T03:38:17.260Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-05-12T03:38:17.680Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2552026-05-12T03:38:18.111Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562026-05-12T03:38:18.370Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2572026-05-12T03:38:19.391Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-05-12T03:38:19.923Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-12T03:38:20.239Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-12T03:38:20.632Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-12T03:38:20.864Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-12T03:38:21.192Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-12T03:38:21.378Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-12T03:38:21.629Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-12T03:38:21.986Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-12T03:38:22.328Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-12T03:38:22.807Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-12T03:38:23.217Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-12T03:38:23.391Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-12T03:38:23.794Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-12T03:38:24.809Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-12T03:38:25.542Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-12T03:38:26.009Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-12T03:38:26.193Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-12T03:38:26.536Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-12T03:38:26.804Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-12T03:38:27.092Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-12T03:38:27.500Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-12T03:38:27.743Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-12T03:38:27.959Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-12T03:38:28.310Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-12T03:38:39.842Z Downloading crates ...
2832026-05-12T03:38:39.901Z Downloaded getrandom v0.4.1
2842026-05-12T03:38:39.908Z Downloaded form_urlencoded v1.2.2
2852026-05-12T03:38:39.911Z Downloaded cfg-if v1.0.4
2862026-05-12T03:38:39.912Z Downloaded yoke v0.8.1
2872026-05-12T03:38:39.912Z Downloaded digest v0.10.7
2882026-05-12T03:38:39.920Z Downloaded heck v0.4.1
2892026-05-12T03:38:39.929Z Downloaded fnv v1.0.7
2902026-05-12T03:38:39.929Z Downloaded anstream v0.6.21
2912026-05-12T03:38:39.929Z Downloaded displaydoc v0.2.5
2922026-05-12T03:38:39.929Z Downloaded cargo_toml v0.21.0
2932026-05-12T03:38:39.932Z Downloaded anstyle v1.0.13
2942026-05-12T03:38:39.932Z Downloaded clap v4.5.60
2952026-05-12T03:38:39.940Z Downloaded generic-array v0.14.7
2962026-05-12T03:38:39.950Z Downloaded fs-err v3.3.0
2972026-05-12T03:38:39.950Z Downloaded bitflags v2.11.0
2982026-05-12T03:38:39.950Z Downloaded cpufeatures v0.2.17
2992026-05-12T03:38:39.950Z Downloaded scroll_derive v0.12.1
3002026-05-12T03:38:39.951Z Downloaded memmap v0.7.0
3012026-05-12T03:38:39.955Z Downloaded idna_adapter v1.2.1
3022026-05-12T03:38:39.955Z Downloaded anstyle-parse v0.2.7
3032026-05-12T03:38:39.955Z Downloaded is_terminal_polyfill v1.70.2
3042026-05-12T03:38:39.968Z Downloaded potential_utf v0.1.4
3052026-05-12T03:38:39.982Z Downloaded itoa v1.0.17
3062026-05-12T03:38:39.982Z Downloaded heck v0.5.0
3072026-05-12T03:38:39.982Z Downloaded cargo_metadata v0.21.0
3082026-05-12T03:38:39.982Z Downloaded macaddr v1.0.1
3092026-05-12T03:38:39.983Z Downloaded proc-macro-error-attr v1.0.4
3102026-05-12T03:38:39.983Z Downloaded percent-encoding v2.3.2
3112026-05-12T03:38:39.987Z Downloaded dtrace-parser v0.2.0
3122026-05-12T03:38:39.987Z Downloaded serde_spanned v0.6.9
3132026-05-12T03:38:39.987Z Downloaded crypto-common v0.1.7
3142026-05-12T03:38:39.987Z Downloaded stable_deref_trait v1.2.1
3152026-05-12T03:38:39.987Z Downloaded equivalent v1.0.2
3162026-05-12T03:38:39.987Z Downloaded usdt-macro v0.5.0
3172026-05-12T03:38:39.987Z Downloaded cargo-platform v0.2.0
3182026-05-12T03:38:39.990Z Downloaded strsim v0.11.1
3192026-05-12T03:38:39.990Z Downloaded toml v0.8.23
3202026-05-12T03:38:39.993Z Downloaded terminal_size v0.4.3
3212026-05-12T03:38:40.002Z Downloaded tabled_derive v0.7.0
3222026-05-12T03:38:40.002Z Downloaded fastrand v2.3.0
3232026-05-12T03:38:40.005Z Downloaded dof v0.3.0
3242026-05-12T03:38:40.005Z Downloaded writeable v0.6.2
3252026-05-12T03:38:40.005Z Downloaded camino-tempfile v1.4.1
3262026-05-12T03:38:40.005Z Downloaded zmij v1.0.21
3272026-05-12T03:38:40.005Z Downloaded zerofrom-derive v0.1.6
3282026-05-12T03:38:40.008Z Downloaded pretty-hex v0.4.1
3292026-05-12T03:38:40.011Z Downloaded smawk v0.3.2
3302026-05-12T03:38:40.014Z Downloaded anstyle-query v1.1.5
3312026-05-12T03:38:40.014Z Downloaded zerotrie v0.2.3
3322026-05-12T03:38:40.014Z Downloaded serde-value v0.7.0
3332026-05-12T03:38:40.019Z Downloaded ordered-float v2.10.1
3342026-05-12T03:38:40.019Z Downloaded utf8parse v0.2.2
3352026-05-12T03:38:40.019Z Downloaded plain v0.2.3
3362026-05-12T03:38:40.019Z Downloaded usdt-attr-macro v0.5.0
3372026-05-12T03:38:40.019Z Downloaded swrite v0.1.0
3382026-05-12T03:38:40.020Z Downloaded block-buffer v0.10.4
3392026-05-12T03:38:40.023Z Downloaded unicode-width v0.2.0
3402026-05-12T03:38:40.030Z Downloaded zerofrom v0.1.6
3412026-05-12T03:38:40.030Z Downloaded unicode-linebreak v0.1.5
3422026-05-12T03:38:40.031Z Downloaded thiserror v2.0.18
3432026-05-12T03:38:40.037Z Downloaded unicode-ident v1.0.24
3442026-05-12T03:38:40.037Z Downloaded unicode-xid v0.2.6
3452026-05-12T03:38:40.037Z Downloaded serde-untagged v0.1.9
3462026-05-12T03:38:40.037Z Downloaded ucd-trie v0.1.7
3472026-05-12T03:38:40.037Z Downloaded scroll v0.12.0
3482026-05-12T03:38:40.037Z Downloaded litemap v0.8.1
3492026-05-12T03:38:40.044Z Downloaded zerocopy-derive v0.7.35
3502026-05-12T03:38:40.044Z Downloaded proc-macro-error v1.0.4
3512026-05-12T03:38:40.044Z Downloaded autocfg v1.5.0
3522026-05-12T03:38:40.047Z Downloaded bytecount v0.6.9
3532026-05-12T03:38:40.047Z Downloaded goblin v0.8.2
3542026-05-12T03:38:40.047Z Downloaded version_check v0.9.5
3552026-05-12T03:38:40.048Z Downloaded usdt-impl v0.5.0
3562026-05-12T03:38:40.048Z Downloaded toml_edit v0.22.27
3572026-05-12T03:38:40.052Z Downloaded serde_tokenstream v0.2.3
3582026-05-12T03:38:40.052Z Downloaded synstructure v0.13.2
3592026-05-12T03:38:40.052Z Downloaded errno v0.3.14
3602026-05-12T03:38:40.052Z Downloaded erased-serde v0.4.9
3612026-05-12T03:38:40.056Z Downloaded typenum v1.19.0
3622026-05-12T03:38:40.056Z Downloaded thread-id v4.2.2
3632026-05-12T03:38:40.056Z Downloaded pest_generator v2.8.6
3642026-05-12T03:38:40.056Z Downloaded cargo-util-schemas v0.8.2
3652026-05-12T03:38:40.059Z Downloaded byteorder v1.5.0
3662026-05-12T03:38:40.059Z Downloaded clap_lex v1.0.0
3672026-05-12T03:38:40.059Z Downloaded usdt v0.5.0
3682026-05-12T03:38:40.059Z Downloaded utf8_iter v1.0.4
3692026-05-12T03:38:40.059Z Downloaded colorchoice v1.0.4
3702026-05-12T03:38:40.059Z Downloaded thiserror-impl v2.0.18
3712026-05-12T03:38:40.068Z Downloaded zerovec-derive v0.11.2
3722026-05-12T03:38:40.075Z Downloaded zerovec v0.11.5
3732026-05-12T03:38:40.075Z Downloaded toml_datetime v0.6.11
3742026-05-12T03:38:40.075Z Downloaded quote v1.0.45
3752026-05-12T03:38:40.080Z Downloaded serde_derive v1.0.228
3762026-05-12T03:38:40.080Z Downloaded toml_write v0.1.2
3772026-05-12T03:38:40.082Z Downloaded sha2 v0.10.9
3782026-05-12T03:38:40.085Z Downloaded proc-macro2 v1.0.106
3792026-05-12T03:38:40.088Z Downloaded unicode-width v0.1.14
3802026-05-12T03:38:40.091Z Downloaded semver v1.0.28
3812026-05-12T03:38:40.091Z Downloaded papergrid v0.11.0
3822026-05-12T03:38:40.094Z Downloaded smallvec v1.15.1
3832026-05-12T03:38:40.097Z Downloaded camino v1.2.2
3842026-05-12T03:38:40.097Z Downloaded winnow v0.7.14
3852026-05-12T03:38:40.101Z Downloaded textwrap v0.16.2
3862026-05-12T03:38:40.104Z Downloaded tempfile v3.25.0
3872026-05-12T03:38:40.104Z Downloaded once_cell v1.21.3
3882026-05-12T03:38:40.107Z Downloaded clap_derive v4.5.55
3892026-05-12T03:38:40.111Z Downloaded num-traits v0.2.19
3902026-05-12T03:38:40.111Z Downloaded zerocopy v0.7.35
3912026-05-12T03:38:40.118Z Downloaded url v2.5.8
3922026-05-12T03:38:40.123Z Downloaded thiserror-impl v1.0.69
3932026-05-12T03:38:40.123Z Downloaded thiserror v1.0.69
3942026-05-12T03:38:40.126Z Downloaded pest_derive v2.8.6
3952026-05-12T03:38:40.127Z Downloaded anyhow v1.0.102
3962026-05-12T03:38:40.127Z Downloaded yoke-derive v0.8.1
3972026-05-12T03:38:40.127Z Downloaded tinystr v0.8.2
3982026-05-12T03:38:40.140Z Downloaded icu_locale_core v2.1.1
3992026-05-12T03:38:40.140Z Downloaded icu_provider v2.1.1
4002026-05-12T03:38:40.151Z Downloaded typeid v1.0.3
4012026-05-12T03:38:40.151Z Downloaded icu_properties v2.1.2
4022026-05-12T03:38:40.152Z Downloaded icu_normalizer_data v2.1.1
4032026-05-12T03:38:40.152Z Downloaded serde_core v1.0.228
4042026-05-12T03:38:40.152Z Downloaded log v0.4.29
4052026-05-12T03:38:40.152Z Downloaded pest_meta v2.8.6
4062026-05-12T03:38:40.152Z Downloaded icu_normalizer v2.1.1
4072026-05-12T03:38:40.162Z Downloaded hashbrown v0.17.0
4082026-05-12T03:38:40.162Z Downloaded memchr v2.8.0
4092026-05-12T03:38:40.163Z Downloaded icu_collections v2.1.1
4102026-05-12T03:38:40.163Z Downloaded serde v1.0.228
4112026-05-12T03:38:40.185Z Downloaded pest v2.8.6
4122026-05-12T03:38:40.196Z Downloaded indexmap v2.14.0
4132026-05-12T03:38:40.200Z Downloaded serde_json v1.0.149
4142026-05-12T03:38:40.203Z Downloaded icu_properties_data v2.1.2
4152026-05-12T03:38:40.211Z Downloaded clap_builder v4.5.60
4162026-05-12T03:38:40.217Z Downloaded idna v1.1.0
4172026-05-12T03:38:40.224Z Downloaded tabled v0.15.0
4182026-05-12T03:38:40.238Z Downloaded syn v1.0.109
4192026-05-12T03:38:40.253Z Downloaded syn v2.0.117
4202026-05-12T03:38:40.278Z Downloaded rustix v1.1.3
4212026-05-12T03:38:40.290Z Downloaded libc v0.2.185
4222026-05-12T03:38:40.361Z Compiling proc-macro2 v1.0.106
4232026-05-12T03:38:40.361Z Compiling unicode-ident v1.0.24
4242026-05-12T03:38:40.362Z Compiling quote v1.0.45
4252026-05-12T03:38:40.362Z Compiling serde_core v1.0.228
4262026-05-12T03:38:40.362Z Compiling libc v0.2.185
4272026-05-12T03:38:40.380Z Compiling version_check v0.9.5
4282026-05-12T03:38:40.380Z Compiling serde v1.0.228
4292026-05-12T03:38:40.380Z Compiling stable_deref_trait v1.2.1
4302026-05-12T03:38:40.627Z Compiling memchr v2.8.0
4312026-05-12T03:38:40.700Z Compiling zmij v1.0.21
4322026-05-12T03:38:40.911Z Compiling thiserror v1.0.69
4332026-05-12T03:38:40.927Z Compiling itoa v1.0.17
4342026-05-12T03:38:40.985Z Compiling autocfg v1.5.0
4352026-05-12T03:38:41.129Z Compiling ucd-trie v0.1.7
4362026-05-12T03:38:41.256Z Compiling pest v2.8.6
4372026-05-12T03:38:41.391Z Compiling litemap v0.8.1
4382026-05-12T03:38:41.403Z Compiling writeable v0.6.2
4392026-05-12T03:38:41.458Z Compiling byteorder v1.5.0
4402026-05-12T03:38:41.604Z Compiling icu_normalizer_data v2.1.1
4412026-05-12T03:38:41.684Z Compiling rustix v1.1.3
4422026-05-12T03:38:41.707Z Compiling icu_properties_data v2.1.2
4432026-05-12T03:38:41.772Z Compiling syn v2.0.117
4442026-05-12T03:38:41.881Z Compiling errno v0.3.14
4452026-05-12T03:38:41.913Z Compiling bitflags v2.11.0
4462026-05-12T03:38:41.925Z Compiling serde_json v1.0.149
4472026-05-12T03:38:42.155Z Compiling num-traits v0.2.19
4482026-05-12T03:38:42.182Z Compiling equivalent v1.0.2
4492026-05-12T03:38:42.230Z Compiling hashbrown v0.17.0
4502026-05-12T03:38:42.272Z Compiling pest_meta v2.8.6
4512026-05-12T03:38:42.338Z Compiling smallvec v1.15.1
4522026-05-12T03:38:42.496Z Compiling typeid v1.0.3
4532026-05-12T03:38:42.762Z Compiling indexmap v2.14.0
4542026-05-12T03:38:42.813Z Compiling thread-id v4.2.2
4552026-05-12T03:38:42.822Z Compiling proc-macro-error-attr v1.0.4
4562026-05-12T03:38:42.888Z Compiling usdt-impl v0.5.0
4572026-05-12T03:38:42.952Z Compiling erased-serde v0.4.9
4582026-05-12T03:38:43.006Z Compiling winnow v0.7.14
4592026-05-12T03:38:43.106Z Compiling syn v1.0.109
4602026-05-12T03:38:43.330Z Compiling toml_write v0.1.2
4612026-05-12T03:38:43.524Z Compiling proc-macro-error v1.0.4
4622026-05-12T03:38:43.567Z Compiling getrandom v0.4.1
4632026-05-12T03:38:43.712Z Compiling plain v0.2.3
4642026-05-12T03:38:43.828Z Compiling thiserror v2.0.18
4652026-05-12T03:38:43.887Z Compiling camino v1.2.2
4662026-05-12T03:38:43.909Z Compiling utf8parse v0.2.2
4672026-05-12T03:38:44.075Z Compiling percent-encoding v2.3.2
4682026-05-12T03:38:44.093Z Compiling utf8_iter v1.0.4
4692026-05-12T03:38:44.246Z Compiling log v0.4.29
4702026-05-12T03:38:44.274Z Compiling form_urlencoded v1.2.2
4712026-05-12T03:38:44.307Z Compiling anstyle-parse v0.2.7
4722026-05-12T03:38:44.359Z Compiling ordered-float v2.10.1
4732026-05-12T03:38:44.437Z Compiling synstructure v0.13.2
4742026-05-12T03:38:44.459Z Compiling pest_generator v2.8.6
4752026-05-12T03:38:44.602Z Compiling terminal_size v0.4.3
4762026-05-12T03:38:44.751Z Compiling pretty-hex v0.4.1
4772026-05-12T03:38:44.851Z Compiling is_terminal_polyfill v1.70.2
4782026-05-12T03:38:44.898Z Compiling cfg-if v1.0.4
4792026-05-12T03:38:44.946Z Compiling colorchoice v1.0.4
4802026-05-12T03:38:44.966Z Compiling anstyle v1.0.13
4812026-05-12T03:38:44.976Z Compiling anstyle-query v1.1.5
4822026-05-12T03:38:45.043Z Compiling serde-untagged v0.1.9
4832026-05-12T03:38:45.164Z Compiling anstream v0.6.21
4842026-05-12T03:38:45.164Z Compiling semver v1.0.28
4852026-05-12T03:38:45.226Z Compiling fs-err v3.3.0
4862026-05-12T03:38:45.284Z Compiling clap_lex v1.0.0
4872026-05-12T03:38:45.415Z Compiling fastrand v2.3.0
4882026-05-12T03:38:45.467Z Compiling fnv v1.0.7
4892026-05-12T03:38:45.483Z Compiling bytecount v0.6.9
4902026-05-12T03:38:45.507Z Compiling anyhow v1.0.102
4912026-05-12T03:38:45.532Z Compiling unicode-xid v0.2.6
4922026-05-12T03:38:45.572Z Compiling unicode-width v0.1.14
4932026-05-12T03:38:45.617Z Compiling once_cell v1.21.3
4942026-05-12T03:38:45.655Z Compiling heck v0.4.1
4952026-05-12T03:38:45.815Z Compiling heck v0.5.0
4962026-05-12T03:38:45.839Z Compiling strsim v0.11.1
4972026-05-12T03:38:45.873Z Compiling papergrid v0.11.0
4982026-05-12T03:38:45.986Z Compiling tempfile v3.25.0
4992026-05-12T03:38:46.050Z Compiling clap_builder v4.5.60
5002026-05-12T03:38:46.123Z Compiling serde_derive v1.0.228
5012026-05-12T03:38:46.174Z Compiling zerofrom-derive v0.1.6
5022026-05-12T03:38:46.192Z Compiling yoke-derive v0.8.1
5032026-05-12T03:38:46.367Z Compiling zerovec-derive v0.11.2
5042026-05-12T03:38:46.622Z Compiling displaydoc v0.2.5
5052026-05-12T03:38:47.265Z Compiling thiserror-impl v1.0.69
5062026-05-12T03:38:47.308Z Compiling zerocopy-derive v0.7.35
5072026-05-12T03:38:47.334Z Compiling pest_derive v2.8.6
5082026-05-12T03:38:47.483Z Compiling scroll_derive v0.12.1
5092026-05-12T03:38:47.551Z Compiling zerofrom v0.1.6
5102026-05-12T03:38:47.684Z Compiling yoke v0.8.1
5112026-05-12T03:38:47.776Z Compiling thiserror-impl v2.0.18
5122026-05-12T03:38:47.882Z Compiling zerovec v0.11.5
5132026-05-12T03:38:48.145Z Compiling zerotrie v0.2.3
5142026-05-12T03:38:48.198Z Compiling zerocopy v0.7.35
5152026-05-12T03:38:48.387Z Compiling tinystr v0.8.2
5162026-05-12T03:38:48.456Z Compiling potential_utf v0.1.4
5172026-05-12T03:38:48.607Z Compiling icu_locale_core v2.1.1
5182026-05-12T03:38:48.626Z Compiling icu_collections v2.1.1
5192026-05-12T03:38:48.659Z Compiling dtrace-parser v0.2.0
5202026-05-12T03:38:48.752Z Compiling scroll v0.12.0
5212026-05-12T03:38:49.222Z Compiling goblin v0.8.2
5222026-05-12T03:38:49.286Z Compiling tabled_derive v0.7.0
5232026-05-12T03:38:49.286Z Compiling clap_derive v4.5.55
5242026-05-12T03:38:49.374Z Compiling icu_provider v2.1.1
5252026-05-12T03:38:49.572Z Compiling memmap v0.7.0
5262026-05-12T03:38:49.647Z Compiling icu_properties v2.1.2
5272026-05-12T03:38:49.647Z Compiling icu_normalizer v2.1.1
5282026-05-12T03:38:49.672Z Compiling toml_datetime v0.6.11
5292026-05-12T03:38:49.672Z Compiling serde_spanned v0.6.9
5302026-05-12T03:38:49.672Z Compiling dof v0.3.0
5312026-05-12T03:38:49.769Z Compiling serde_tokenstream v0.2.3
5322026-05-12T03:38:49.937Z Compiling toml_edit v0.22.27
5332026-05-12T03:38:50.057Z Compiling serde-value v0.7.0
5342026-05-12T03:38:50.122Z Compiling cargo-platform v0.2.0
5352026-05-12T03:38:50.163Z Compiling unicode-width v0.2.0
5362026-05-12T03:38:50.373Z Compiling unicode-linebreak v0.1.5
5372026-05-12T03:38:50.423Z Compiling idna_adapter v1.2.1
5382026-05-12T03:38:50.433Z Compiling smawk v0.3.2
5392026-05-12T03:38:50.570Z Compiling idna v1.1.0
5402026-05-12T03:38:50.596Z Compiling textwrap v0.16.2
5412026-05-12T03:38:50.632Z Compiling tabled v0.15.0
5422026-05-12T03:38:50.647Z Compiling usdt-attr-macro v0.5.0
5432026-05-12T03:38:50.661Z Compiling usdt-macro v0.5.0
5442026-05-12T03:38:51.008Z Compiling url v2.5.8
5452026-05-12T03:38:51.102Z Compiling clap v4.5.60
5462026-05-12T03:38:51.157Z Compiling macaddr v1.0.1
5472026-05-12T03:38:51.212Z Compiling camino-tempfile v1.4.1
5482026-05-12T03:38:51.293Z Compiling toml v0.8.23
5492026-05-12T03:38:51.632Z Compiling cargo-util-schemas v0.8.2
5502026-05-12T03:38:51.796Z Compiling cargo_toml v0.21.0
5512026-05-12T03:38:51.895Z Compiling swrite v0.1.0
5522026-05-12T03:38:52.039Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-12T03:38:52.120Z Compiling usdt v0.5.0
5542026-05-12T03:38:52.596Z Compiling cargo_metadata v0.21.0
5552026-05-12T03:38:53.654Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-12T03:38:55.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.65s
5572026-05-12T03:38:55.899Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-12T03:38:56.477Z Downloading crates ...
5592026-05-12T03:38:56.575Z Downloaded bcrypt-pbkdf v0.10.0
5602026-05-12T03:38:56.785Z Downloaded compression-core v0.4.31
5612026-05-12T03:38:56.785Z Downloaded const-oid v0.9.6
5622026-05-12T03:38:56.785Z Downloaded debug-ignore v1.0.5
5632026-05-12T03:38:56.785Z Downloaded cargo-platform v0.1.9
5642026-05-12T03:38:56.785Z Downloaded crc-catalog v2.4.0
5652026-05-12T03:38:56.785Z Downloaded fd-lock v4.0.4
5662026-05-12T03:38:56.785Z Downloaded daft-derive v0.1.5
5672026-05-12T03:38:56.785Z Downloaded crossbeam-epoch v0.9.18
5682026-05-12T03:38:56.785Z Downloaded cookie v0.18.1
5692026-05-12T03:38:56.785Z Downloaded backon v1.6.0
5702026-05-12T03:38:56.785Z Downloaded defmt v1.0.1
5712026-05-12T03:38:56.785Z Downloaded bitvec v1.0.1
5722026-05-12T03:38:56.785Z Downloaded cancel-safe-futures v0.1.5
5732026-05-12T03:38:56.785Z Downloaded ascii-canvas v3.0.0
5742026-05-12T03:38:56.785Z Downloaded bit-set v0.5.3
5752026-05-12T03:38:56.785Z Downloaded ciborium v0.2.2
5762026-05-12T03:38:56.786Z Downloaded dropshot v0.17.0
5772026-05-12T03:38:56.786Z Downloaded critical-section v1.2.0
5782026-05-12T03:38:56.786Z Downloaded cbc v0.1.2
5792026-05-12T03:38:56.786Z Downloaded block-padding v0.3.3
5802026-05-12T03:38:56.786Z Downloaded async-stream v0.3.6
5812026-05-12T03:38:56.786Z Downloaded crc32fast v1.5.0
5822026-05-12T03:38:56.786Z Downloaded dirs-sys-next v0.1.2
5832026-05-12T03:38:56.786Z Downloaded castaway v0.2.4
5842026-05-12T03:38:56.786Z Downloaded daft v0.1.5
5852026-05-12T03:38:56.786Z Downloaded erased-serde v0.3.31
5862026-05-12T03:38:56.786Z Downloaded darling v0.21.3
5872026-05-12T03:38:56.786Z Downloaded defmt-macros v1.0.1
5882026-05-12T03:38:56.786Z Downloaded cstr-argument v0.1.2
5892026-05-12T03:38:56.786Z Downloaded blowfish v0.9.1
5902026-05-12T03:38:56.786Z Downloaded bitfield-macros v0.19.4
5912026-05-12T03:38:56.786Z Downloaded bitfield-struct v0.6.2
5922026-05-12T03:38:56.786Z Downloaded ed25519 v2.2.3
5932026-05-12T03:38:56.786Z Downloaded des v0.8.1
5942026-05-12T03:38:56.786Z Downloaded base16ct v0.2.0
5952026-05-12T03:38:56.787Z Downloaded blake2 v0.10.6
5962026-05-12T03:38:56.787Z Downloaded difflib v0.4.0
5972026-05-12T03:38:56.787Z Downloaded curve25519-dalek-derive v0.1.1
5982026-05-12T03:38:56.787Z Downloaded enum-as-inner v0.6.1
5992026-05-12T03:38:56.787Z Downloaded dirs-next v2.0.0
6002026-05-12T03:38:56.787Z Downloaded cobs v0.3.0
6012026-05-12T03:38:56.787Z Downloaded base64 v0.22.1
6022026-05-12T03:38:56.787Z Downloaded ff v0.13.1
6032026-05-12T03:38:56.787Z Downloaded fallible-iterator v0.2.0
6042026-05-12T03:38:56.789Z Downloaded darling v0.20.11
6052026-05-12T03:38:56.789Z Downloaded embedded-io v0.6.1
6062026-05-12T03:38:56.789Z Downloaded der_derive v0.7.3
6072026-05-12T03:38:56.789Z Downloaded data-encoding v2.10.0
6082026-05-12T03:38:56.789Z Downloaded ciborium-io v0.2.2
6092026-05-12T03:38:56.789Z Downloaded atomicwrites v0.4.4
6102026-05-12T03:38:56.789Z Downloaded arrayref v0.3.9
6112026-05-12T03:38:56.789Z Downloaded cfg_aliases v0.1.1
6122026-05-12T03:38:56.789Z Downloaded cfg_aliases v0.2.1
6132026-05-12T03:38:56.789Z Downloaded bit-set v0.8.0
6142026-05-12T03:38:56.870Z Downloaded atty v0.2.14
6152026-05-12T03:38:56.870Z Downloaded aead v0.5.2
6162026-05-12T03:38:56.870Z Downloaded display-error-chain v0.2.2
6172026-05-12T03:38:56.870Z Downloaded cpufeatures v0.3.0
6182026-05-12T03:38:56.870Z Downloaded flagset v0.4.7
6192026-05-12T03:38:56.871Z Downloaded convert_case v0.4.0
6202026-05-12T03:38:56.871Z Downloaded bitflags v1.3.2
6212026-05-12T03:38:56.872Z Downloaded cargo_metadata v0.19.2
6222026-05-12T03:38:56.872Z Downloaded atomic-waker v1.1.2
6232026-05-12T03:38:56.872Z Downloaded async-stream-impl v0.3.6
6242026-05-12T03:38:56.872Z Downloaded filetime v0.2.27
6252026-05-12T03:38:56.872Z Downloaded crunchy v0.2.4
6262026-05-12T03:38:56.872Z Downloaded crucible-workspace-hack v0.1.0
6272026-05-12T03:38:56.872Z Downloaded crc v3.4.0
6282026-05-12T03:38:56.872Z Downloaded assert_matches v1.5.0
6292026-05-12T03:38:56.872Z Downloaded array-init v0.0.4
6302026-05-12T03:38:56.873Z Downloaded env_logger v0.11.9
6312026-05-12T03:38:56.873Z Downloaded either v1.15.0
6322026-05-12T03:38:56.873Z Downloaded bb8 v0.8.6
6332026-05-12T03:38:56.873Z Downloaded embedded-io v0.4.0
6342026-05-12T03:38:56.873Z Downloaded document-features v0.2.12
6352026-05-12T03:38:56.873Z Downloaded crc8 v0.1.1
6362026-05-12T03:38:56.873Z Downloaded dof v0.4.0
6372026-05-12T03:38:56.873Z Downloaded adler2 v2.0.1
6382026-05-12T03:38:56.873Z Downloaded foreign-types-macros v0.2.3
6392026-05-12T03:38:56.873Z Downloaded async-recursion v1.1.1
6402026-05-12T03:38:56.873Z Downloaded foreign-types-shared v0.1.1
6412026-05-12T03:38:56.873Z Downloaded dtrace-parser v0.3.0
6422026-05-12T03:38:56.873Z Downloaded dropshot-api-manager-types v0.7.1
6432026-05-12T03:38:56.873Z Downloaded foreign-types v0.3.2
6442026-05-12T03:38:56.873Z Downloaded downcast-rs v2.0.2
6452026-05-12T03:38:56.873Z Downloaded derive_builder_macro v0.20.2
6462026-05-12T03:38:56.873Z Downloaded darling_macro v0.21.3
6472026-05-12T03:38:56.874Z Downloaded defmt-parser v1.0.0
6482026-05-12T03:38:56.874Z Downloaded funty v2.0.0
6492026-05-12T03:38:56.874Z Downloaded foreign-types-shared v0.3.1
6502026-05-12T03:38:56.874Z Downloaded foreign-types v0.5.0
6512026-05-12T03:38:56.874Z Downloaded dyn-clone v1.0.20
6522026-05-12T03:38:56.874Z Downloaded byte-wrapper v0.1.0
6532026-05-12T03:38:56.874Z Downloaded defmt v0.3.100
6542026-05-12T03:38:56.874Z Downloaded const_format_proc_macros v0.2.34
6552026-05-12T03:38:56.874Z Downloaded float-ord v0.3.2
6562026-05-12T03:38:56.874Z Downloaded dunce v1.0.5
6572026-05-12T03:38:56.874Z Downloaded async-trait v0.1.89
6582026-05-12T03:38:56.874Z Downloaded chacha20 v0.9.1
6592026-05-12T03:38:56.874Z Downloaded bit-vec v0.8.0
6602026-05-12T03:38:56.874Z Downloaded dsl_auto_type v0.2.0
6612026-05-12T03:38:56.874Z Downloaded ciborium-ll v0.2.2
6622026-05-12T03:38:56.875Z Downloaded endian-type v0.1.2
6632026-05-12T03:38:56.875Z Downloaded diesel_table_macro_syntax v0.3.0
6642026-05-12T03:38:56.875Z Downloaded darling_macro v0.23.0
6652026-05-12T03:38:56.875Z Downloaded argon2 v0.5.3
6662026-05-12T03:38:56.875Z Downloaded buf-list v1.1.2
6672026-05-12T03:38:56.875Z Downloaded deranged v0.5.8
6682026-05-12T03:38:56.875Z Downloaded constant_time_eq v0.4.2
6692026-05-12T03:38:56.875Z Downloaded cmake v0.1.57
6702026-05-12T03:38:56.875Z Downloaded convert_case v0.10.0
6712026-05-12T03:38:56.875Z Downloaded fxhash v0.2.1
6722026-05-12T03:38:56.875Z Downloaded futures-task v0.3.32
6732026-05-12T03:38:56.875Z Downloaded futures-sink v0.3.32
6742026-05-12T03:38:56.875Z Downloaded bzip2 v0.6.1
6752026-05-12T03:38:56.875Z Downloaded futures-macro v0.3.32
6762026-05-12T03:38:56.875Z Downloaded console v0.15.11
6772026-05-12T03:38:56.875Z Downloaded cassowary v0.3.0
6782026-05-12T03:38:56.876Z Downloaded gethostname v0.5.0
6792026-05-12T03:38:56.876Z Downloaded env_filter v1.0.0
6802026-05-12T03:38:56.876Z Downloaded futures-io v0.3.32
6812026-05-12T03:38:56.876Z Downloaded camino-tempfile-ext v0.3.3
6822026-05-12T03:38:56.876Z Downloaded globwalk v0.9.1
6832026-05-12T03:38:56.876Z Downloaded backoff v0.4.0
6842026-05-12T03:38:56.876Z Downloaded float-cmp v0.10.0
6852026-05-12T03:38:56.876Z Downloaded home v0.5.12
6862026-05-12T03:38:56.876Z Downloaded hex-literal v0.4.1
6872026-05-12T03:38:56.876Z Downloaded hex v0.4.3
6882026-05-12T03:38:56.876Z Downloaded futures-core v0.3.32
6892026-05-12T03:38:56.876Z Downloaded ghash v0.5.1
6902026-05-12T03:38:56.876Z Downloaded headers-core v0.3.0
6912026-05-12T03:38:56.876Z Downloaded hash32 v0.3.1
6922026-05-12T03:38:56.876Z Downloaded git-stub v1.0.0
6932026-05-12T03:38:56.877Z Downloaded darling_macro v0.20.11
6942026-05-12T03:38:56.877Z Downloaded futures-executor v0.3.32
6952026-05-12T03:38:56.877Z Downloaded foldhash v0.1.5
6962026-05-12T03:38:56.877Z Downloaded fixedbitset v0.5.7
6972026-05-12T03:38:56.877Z Downloaded fixedbitset v0.4.2
6982026-05-12T03:38:56.877Z Downloaded arrayvec v0.7.6
6992026-05-12T03:38:56.877Z Downloaded cipher v0.4.4
7002026-05-12T03:38:56.877Z Downloaded foldhash v0.2.0
7012026-05-12T03:38:56.877Z Downloaded ctr v0.9.2
7022026-05-12T03:38:56.877Z Downloaded derive-ex v0.1.8
7032026-05-12T03:38:56.877Z Downloaded bit-vec v0.6.3
7042026-05-12T03:38:56.877Z Downloaded corncobs v0.1.4
7052026-05-12T03:38:56.877Z Downloaded base64ct v1.8.3
7062026-05-12T03:38:56.877Z Downloaded diesel-dtrace v0.5.0
7072026-05-12T03:38:56.878Z Downloaded derive_builder_core v0.20.2
7082026-05-12T03:38:56.878Z Downloaded bcs v0.1.6
7092026-05-12T03:38:56.878Z Downloaded csv-core v0.1.13
7102026-05-12T03:38:56.878Z Downloaded crossbeam-utils v0.8.21
7112026-05-12T03:38:56.878Z Downloaded hostname v0.4.2
7122026-05-12T03:38:56.878Z Downloaded http-body v1.0.1
7132026-05-12T03:38:56.878Z Downloaded httpdate v1.0.3
7142026-05-12T03:38:56.974Z Downloaded hostname v0.3.1
7152026-05-12T03:38:56.974Z Downloaded globset v0.4.18
7162026-05-12T03:38:56.974Z Downloaded colored v3.1.1
7172026-05-12T03:38:56.974Z Downloaded fs_extra v1.3.0
7182026-05-12T03:38:56.974Z Downloaded crossbeam-deque v0.8.6
7192026-05-12T03:38:56.974Z Downloaded cexpr v0.6.0
7202026-05-12T03:38:56.975Z Downloaded clang-sys v1.8.1
7212026-05-12T03:38:56.975Z Downloaded drift v0.1.4
7222026-05-12T03:38:56.975Z Downloaded hyper-tls v0.6.0
7232026-05-12T03:38:56.975Z Downloaded hubpack_derive v0.1.1
7242026-05-12T03:38:56.975Z Downloaded hubpack v0.1.2
7252026-05-12T03:38:56.975Z Downloaded diff v0.1.13
7262026-05-12T03:38:56.975Z Downloaded http-range v0.1.5
7272026-05-12T03:38:56.976Z Downloaded ecdsa v0.16.9
7282026-05-12T03:38:56.976Z Downloaded async-bb8-diesel v0.2.1
7292026-05-12T03:38:56.976Z Downloaded ident_case v1.0.1
7302026-05-12T03:38:56.976Z Downloaded hash32 v0.2.1
7312026-05-12T03:38:56.976Z Downloaded glob v0.3.3
7322026-05-12T03:38:56.976Z Downloaded ena v0.14.4
7332026-05-12T03:38:56.976Z Downloaded half v1.8.3
7342026-05-12T03:38:56.976Z Downloaded derive_builder v0.20.2
7352026-05-12T03:38:56.976Z Downloaded is_ci v1.2.0
7362026-05-12T03:38:56.976Z Downloaded is-terminal v0.4.17
7372026-05-12T03:38:56.976Z Downloaded fatfs v0.3.6
7382026-05-12T03:38:56.976Z Downloaded internet-checksum v0.2.1
7392026-05-12T03:38:56.976Z Downloaded find-msvc-tools v0.1.9
7402026-05-12T03:38:56.976Z Downloaded git-stub-vcs v0.1.0
7412026-05-12T03:38:56.976Z Downloaded instant v0.1.13
7422026-05-12T03:38:56.977Z Downloaded inout v0.1.4
7432026-05-12T03:38:56.977Z Downloaded indent_write v2.2.0
7442026-05-12T03:38:56.977Z Downloaded console v0.16.2
7452026-05-12T03:38:56.977Z Downloaded compression-codecs v0.4.37
7462026-05-12T03:38:56.977Z Downloaded colored v2.2.0
7472026-05-12T03:38:56.977Z Downloaded humantime v2.3.0
7482026-05-12T03:38:56.977Z Downloaded group v0.13.0
7492026-05-12T03:38:56.977Z Downloaded bitfield v0.19.4
7502026-05-12T03:38:56.978Z Downloaded ahash v0.8.12
7512026-05-12T03:38:56.978Z Downloaded lazy_static v1.5.0
7522026-05-12T03:38:56.978Z Downloaded keccak v0.1.6
7532026-05-12T03:38:56.978Z Downloaded kstat-rs v0.2.4
7542026-05-12T03:38:56.978Z Downloaded lzss v0.8.2
7552026-05-12T03:38:56.979Z Downloaded instability v0.3.11
7562026-05-12T03:38:56.979Z Downloaded match_cfg v0.1.0
7572026-05-12T03:38:56.979Z Downloaded lru v0.12.5
7582026-05-12T03:38:56.979Z Downloaded maybe-uninit v2.0.0
7592026-05-12T03:38:56.979Z Downloaded futures-channel v0.3.32
7602026-05-12T03:38:56.979Z Downloaded futures v0.3.32
7612026-05-12T03:38:56.979Z Downloaded fs-err v2.11.0
7622026-05-12T03:38:56.979Z Downloaded cookie_store v0.22.1
7632026-05-12T03:38:56.979Z Downloaded dropshot_endpoint v0.16.7
7642026-05-12T03:38:56.979Z Downloaded derive_more v0.99.20
7652026-05-12T03:38:56.979Z Downloaded md-5 v0.10.6
7662026-05-12T03:38:56.979Z Downloaded maplit v1.0.2
7672026-05-12T03:38:56.979Z Downloaded linked-hash-map v0.5.6
7682026-05-12T03:38:56.979Z Downloaded managed v0.8.0
7692026-05-12T03:38:56.979Z Downloaded lalrpop-util v0.19.12
7702026-05-12T03:38:56.980Z Downloaded dropshot_endpoint v0.17.0
7712026-05-12T03:38:56.980Z Downloaded derive-where v1.6.0
7722026-05-12T03:38:56.980Z Downloaded md5 v0.7.0
7732026-05-12T03:38:56.980Z Downloaded memoffset v0.9.1
7742026-05-12T03:38:56.980Z Downloaded lru-cache v0.1.2
7752026-05-12T03:38:56.980Z Downloaded lru-slab v0.1.2
7762026-05-12T03:38:56.981Z Downloaded ingot v0.1.1
7772026-05-12T03:38:56.981Z Downloaded hyper-staticfile v0.10.1
7782026-05-12T03:38:56.981Z Downloaded bzip2 v0.4.4
7792026-05-12T03:38:56.981Z Downloaded darling v0.23.0
7802026-05-12T03:38:56.981Z Downloaded indoc v2.0.7
7812026-05-12T03:38:56.981Z Downloaded indoc v1.0.9
7822026-05-12T03:38:56.981Z Downloaded newtype_derive v0.1.6
7832026-05-12T03:38:56.981Z Downloaded new_debug_unreachable v1.0.6
7842026-05-12T03:38:57.004Z Downloaded half v2.7.1
7852026-05-12T03:38:57.004Z Downloaded nonempty v0.12.0
7862026-05-12T03:38:57.004Z Downloaded ipnet v2.11.0
7872026-05-12T03:38:57.005Z Downloaded http-body-util v0.1.3
7882026-05-12T03:38:57.005Z Downloaded mime v0.3.17
7892026-05-12T03:38:57.005Z Downloaded nibble_vec v0.1.0
7902026-05-12T03:38:57.005Z Downloaded iana-time-zone v0.1.65
7912026-05-12T03:38:57.005Z Downloaded jobserver v0.1.34
7922026-05-12T03:38:57.005Z Downloaded mime_guess v2.0.5
7932026-05-12T03:38:57.005Z Downloaded newtype-uuid-macros v0.1.0
7942026-05-12T03:38:57.005Z Downloaded crc-any v2.5.0
7952026-05-12T03:38:57.005Z Downloaded chacha20 v0.10.0
7962026-05-12T03:38:57.005Z Downloaded num-derive v0.4.2
7972026-05-12T03:38:57.005Z Downloaded darling_core v0.23.0
7982026-05-12T03:38:57.005Z Downloaded libscf-sys v1.1.0
7992026-05-12T03:38:57.005Z Downloaded num-conv v0.2.0
8002026-05-12T03:38:57.006Z Downloaded num v0.4.3
8012026-05-12T03:38:57.006Z Downloaded nodrop v0.1.14
8022026-05-12T03:38:57.006Z Downloaded flume v0.11.1
8032026-05-12T03:38:57.006Z Downloaded num-iter v0.1.45
8042026-05-12T03:38:57.006Z Downloaded libsw-core v0.3.2
8052026-05-12T03:38:57.006Z Downloaded newline-converter v0.3.0
8062026-05-12T03:38:57.006Z Downloaded libloading v0.8.9
8072026-05-12T03:38:57.006Z Downloaded num_threads v0.1.7
8082026-05-12T03:38:57.006Z Downloaded linear-map v1.2.0
8092026-05-12T03:38:57.006Z Downloaded libsw v3.5.0
8102026-05-12T03:38:57.007Z Downloaded darling_core v0.20.11
8112026-05-12T03:38:57.007Z Downloaded const_format v0.2.35
8122026-05-12T03:38:57.007Z Downloaded newtype-uuid v1.3.2
8132026-05-12T03:38:57.008Z Downloaded nanorand v0.7.0
8142026-05-12T03:38:57.008Z Downloaded multer v3.1.0
8152026-05-12T03:38:57.008Z Downloaded darling_core v0.21.3
8162026-05-12T03:38:57.008Z Downloaded normalize-line-endings v0.3.0
8172026-05-12T03:38:57.008Z Downloaded lock_api v0.4.14
8182026-05-12T03:38:57.008Z Downloaded crypto-bigint v0.5.5
8192026-05-12T03:38:57.008Z Downloaded num-derive v0.3.3
8202026-05-12T03:38:57.008Z Downloaded getrandom v0.2.17
8212026-05-12T03:38:57.008Z Downloaded olpc-cjson v0.1.4
8222026-05-12T03:38:57.009Z Downloaded num-complex v0.4.6
8232026-05-12T03:38:57.009Z Downloaded der v0.7.10
8242026-05-12T03:38:57.009Z Downloaded oso-derive v0.27.3
8252026-05-12T03:38:57.009Z Downloaded nu-ansi-term v0.50.3
8262026-05-12T03:38:57.009Z Downloaded getrandom v0.3.4
8272026-05-12T03:38:57.009Z Downloaded openssl-probe v0.1.6
8282026-05-12T03:38:57.009Z Downloaded heapless v0.7.17
8292026-05-12T03:38:57.009Z Downloaded bumpalo v3.20.2
8302026-05-12T03:38:57.009Z Downloaded crossbeam-channel v0.5.15
8312026-05-12T03:38:57.009Z Downloaded parse-display v0.10.0
8322026-05-12T03:38:57.009Z Downloaded packed_struct_codegen v0.10.1
8332026-05-12T03:38:57.009Z Downloaded hyper-rustls v0.27.7
8342026-05-12T03:38:57.009Z Downloaded impl-trait-for-tuples v0.2.3
8352026-05-12T03:38:57.010Z Downloaded native-tls v0.2.18
8362026-05-12T03:38:57.010Z Downloaded indexmap v1.9.3
8372026-05-12T03:38:57.010Z Downloaded opaque-debug v0.3.1
8382026-05-12T03:38:57.010Z Downloaded compact_str v0.8.1
8392026-05-12T03:38:57.012Z Downloaded openssl-probe v0.2.1
8402026-05-12T03:38:57.012Z Downloaded diesel_derives v2.3.7
8412026-05-12T03:38:57.055Z Downloaded path-slash v0.1.5
8422026-05-12T03:38:57.055Z Downloaded openssl-macros v0.1.1
8432026-05-12T03:38:57.055Z Downloaded derive_more-impl v2.1.1
8442026-05-12T03:38:57.055Z Downloaded httparse v1.10.1
8452026-05-12T03:38:57.055Z Downloaded highway v1.3.0
8462026-05-12T03:38:57.055Z Downloaded elliptic-curve v0.13.8
8472026-05-12T03:38:57.055Z Downloaded multimap v0.10.1
8482026-05-12T03:38:57.055Z Downloaded libefi-sys v0.1.0
8492026-05-12T03:38:57.055Z Downloaded ipnetwork v0.21.1
8502026-05-12T03:38:57.055Z Downloaded libbz2-rs-sys v0.2.2
8512026-05-12T03:38:57.055Z Downloaded ingot-types v0.1.2
8522026-05-12T03:38:57.056Z Downloaded hmac v0.12.1
8532026-05-12T03:38:57.056Z Downloaded ingot-macros v0.1.1
8542026-05-12T03:38:57.056Z Downloaded allocator-api2 v0.2.21
8552026-05-12T03:38:57.056Z Downloaded pbkdf2 v0.11.0
8562026-05-12T03:38:57.056Z Downloaded phf_shared v0.13.1
8572026-05-12T03:38:57.056Z Downloaded pbkdf2 v0.12.2
8582026-05-12T03:38:57.056Z Downloaded parse-size v1.1.0
8592026-05-12T03:38:57.056Z Downloaded phf_shared v0.12.1
8602026-05-12T03:38:57.056Z Downloaded hickory-resolver v0.25.2
8612026-05-12T03:38:57.056Z Downloaded omicron-zone-package v0.12.2
8622026-05-12T03:38:57.056Z Downloaded base64 v0.21.7
8632026-05-12T03:38:57.056Z Downloaded arc-swap v1.8.2
8642026-05-12T03:38:57.056Z Downloaded num_enum_derive v0.7.5
8652026-05-12T03:38:57.057Z Downloaded flate2 v1.1.9
8662026-05-12T03:38:57.057Z Downloaded num-rational v0.4.2
8672026-05-12T03:38:57.095Z Downloaded ed25519-dalek v2.2.0
8682026-05-12T03:38:57.095Z Downloaded chacha20poly1305 v0.10.1
8692026-05-12T03:38:57.095Z Downloaded expectorate v1.2.0
8702026-05-12T03:38:57.095Z Downloaded predicates-tree v1.0.13
8712026-05-12T03:38:57.096Z Downloaded pin-utils v0.1.0
8722026-05-12T03:38:57.096Z Downloaded derive_more v2.1.1
8732026-05-12T03:38:57.096Z Downloaded predicates-core v1.0.10
8742026-05-12T03:38:57.096Z Downloaded packed_struct v0.10.1
8752026-05-12T03:38:57.096Z Downloaded oxnet v0.1.4
8762026-05-12T03:38:57.096Z Downloaded num-integer v0.1.46
8772026-05-12T03:38:57.096Z Downloaded precomputed-hash v0.1.1
8782026-05-12T03:38:57.096Z Downloaded litrs v1.0.0
8792026-05-12T03:38:57.096Z Downloaded proc-macro-crate v3.4.0
8802026-05-12T03:38:57.096Z Downloaded dropshot-api-manager v0.7.1
8812026-05-12T03:38:57.096Z Downloaded proc-macro-error-attr2 v2.0.0
8822026-05-12T03:38:57.096Z Downloaded progenitor-client v0.14.0
8832026-05-12T03:38:57.096Z Downloaded ignore v0.4.25
8842026-05-12T03:38:57.096Z Downloaded oxide-tokio-rt v0.1.4
8852026-05-12T03:38:57.096Z Downloaded ar_archive_writer v0.5.1
8862026-05-12T03:38:57.096Z Downloaded owo-colors v4.3.0
8872026-05-12T03:38:57.096Z Downloaded num_enum_derive v0.5.11
8882026-05-12T03:38:57.097Z Downloaded bytes v1.11.1
8892026-05-12T03:38:57.112Z Downloaded phf v0.12.1
8902026-05-12T03:38:57.112Z Downloaded parking_lot_core v0.8.6
8912026-05-12T03:38:57.112Z Downloaded progenitor-client v0.10.0
8922026-05-12T03:38:57.112Z Downloaded psl-types v2.0.11
8932026-05-12T03:38:57.112Z Downloaded pin-project-lite v0.2.17
8942026-05-12T03:38:57.113Z Downloaded progenitor-macro v0.14.0
8952026-05-12T03:38:57.113Z Downloaded progenitor-macro v0.10.0
8962026-05-12T03:38:57.113Z Downloaded parking_lot_core v0.9.12
8972026-05-12T03:38:57.113Z Downloaded hashbrown v0.12.3
8982026-05-12T03:38:57.113Z Downloaded progenitor-client v0.11.2
8992026-05-12T03:38:57.113Z Downloaded progenitor-macro v0.11.2
9002026-05-12T03:38:57.113Z Downloaded heapless v0.8.0
9012026-05-12T03:38:57.113Z Downloaded pin-project-internal v1.1.11
9022026-05-12T03:38:57.113Z Downloaded peg-macros v0.8.5
9032026-05-12T03:38:57.113Z Downloaded headers v0.4.1
9042026-05-12T03:38:57.113Z Downloaded crossterm v0.28.1
9052026-05-12T03:38:57.126Z Downloaded postgres-protocol v0.6.10
9062026-05-12T03:38:57.127Z Downloaded polyval v0.6.2
9072026-05-12T03:38:57.127Z Downloaded pem v3.0.6
9082026-05-12T03:38:57.127Z Downloaded parking_lot v0.11.2
9092026-05-12T03:38:57.127Z Downloaded cc v1.2.56
9102026-05-12T03:38:57.127Z Downloaded peg v0.8.5
9112026-05-12T03:38:57.127Z Downloaded progenitor v0.13.0
9122026-05-12T03:38:57.127Z Downloaded progenitor v0.10.0
9132026-05-12T03:38:57.127Z Downloaded aes-gcm v0.10.3
9142026-05-12T03:38:57.138Z Downloaded recursive-proc-macro-impl v0.1.1
9152026-05-12T03:38:57.138Z Downloaded proc-macro-error2 v2.0.1
9162026-05-12T03:38:57.138Z Downloaded miniz_oxide v0.8.9
9172026-05-12T03:38:57.138Z Downloaded async-compression v0.4.41
9182026-05-12T03:38:57.138Z Downloaded pkcs8 v0.10.2
9192026-05-12T03:38:57.138Z Downloaded jiff-static v0.2.21
9202026-05-12T03:38:57.138Z Downloaded quick-error v1.2.3
9212026-05-12T03:38:57.167Z Downloaded hickory-server v0.25.2
9222026-05-12T03:38:57.167Z Downloaded recursive v0.1.1
9232026-05-12T03:38:57.167Z Downloaded progenitor v0.11.2
9242026-05-12T03:38:57.167Z Downloaded radium v0.7.0
9252026-05-12T03:38:57.167Z Downloaded pkcs5 v0.7.1
9262026-05-12T03:38:57.167Z Downloaded poly1305 v0.8.0
9272026-05-12T03:38:57.167Z Downloaded pkg-config v0.3.32
9282026-05-12T03:38:57.167Z Downloaded ref-cast v1.0.25
9292026-05-12T03:38:57.190Z Downloaded progenitor v0.14.0
9302026-05-12T03:38:57.190Z Downloaded memmap2 v0.9.10
9312026-05-12T03:38:57.190Z Downloaded paste v1.0.15
9322026-05-12T03:38:57.191Z Downloaded num_enum v0.5.11
9332026-05-12T03:38:57.191Z Downloaded rand_xorshift v0.4.0
9342026-05-12T03:38:57.191Z Downloaded rand_chacha v0.3.1
9352026-05-12T03:38:57.191Z Downloaded r2d2 v0.8.10
9362026-05-12T03:38:57.191Z Downloaded parking_lot v0.12.5
9372026-05-12T03:38:57.191Z Downloaded psm v0.1.30
9382026-05-12T03:38:57.191Z Downloaded postcard v1.1.3
9392026-05-12T03:38:57.191Z Downloaded password-hash v0.4.2
9402026-05-12T03:38:57.192Z Downloaded progenitor-client v0.13.0
9412026-05-12T03:38:57.192Z Downloaded primeorder v0.13.6
9422026-05-12T03:38:57.192Z Downloaded papergrid v0.17.0
9432026-05-12T03:38:57.192Z Downloaded p256 v0.13.2
9442026-05-12T03:38:57.192Z Downloaded rand_seeder v0.4.0
9452026-05-12T03:38:57.192Z Downloaded rand_core v0.9.5
9462026-05-12T03:38:57.192Z Downloaded ppv-lite86 v0.2.21
9472026-05-12T03:38:57.192Z Downloaded phf v0.13.1
9482026-05-12T03:38:57.192Z Downloaded hickory-resolver v0.24.4
9492026-05-12T03:38:57.208Z Downloaded rtoolbox v0.0.3
9502026-05-12T03:38:57.209Z Downloaded peg-runtime v0.8.5
9512026-05-12T03:38:57.209Z Downloaded rustc_version v0.1.7
9522026-05-12T03:38:57.209Z Downloaded indicatif v0.18.4
9532026-05-12T03:38:57.209Z Downloaded ref-cast-impl v1.0.25
9542026-05-12T03:38:57.209Z Downloaded minimal-lexical v0.2.1
9552026-05-12T03:38:57.209Z Downloaded password-hash v0.5.0
9562026-05-12T03:38:57.209Z Downloaded pin-project v1.1.11
9572026-05-12T03:38:57.209Z Downloaded rustc_version v0.4.1
9582026-05-12T03:38:57.209Z Downloaded rustc-hash v2.1.1
9592026-05-12T03:38:57.210Z Downloaded postgres-types v0.2.12
9602026-05-12T03:38:57.210Z Downloaded pkcs1 v0.7.5
9612026-05-12T03:38:57.228Z Downloaded parse-display-derive v0.10.0
9622026-05-12T03:38:57.228Z Downloaded salsa20 v0.10.2
9632026-05-12T03:38:57.228Z Downloaded powerfmt v0.2.0
9642026-05-12T03:38:57.228Z Downloaded phf_shared v0.11.3
9652026-05-12T03:38:57.228Z Downloaded quinn-udp v0.5.14
9662026-05-12T03:38:57.228Z Downloaded same-file v1.0.6
9672026-05-12T03:38:57.246Z Downloaded rand_chacha v0.9.0
9682026-05-12T03:38:57.246Z Downloaded oso v0.27.3
9692026-05-12T03:38:57.246Z Downloaded pem-rfc7468 v0.7.0
9702026-05-12T03:38:57.246Z Downloaded scheduled-thread-pool v0.2.7
9712026-05-12T03:38:57.246Z Downloaded scopeguard v1.2.0
9722026-05-12T03:38:57.246Z Downloaded sapling-renderdag v0.1.0
9732026-05-12T03:38:57.246Z Downloaded proc-macro-crate v1.3.1
9742026-05-12T03:38:57.246Z Downloaded progenitor-macro v0.13.0
9752026-05-12T03:38:57.247Z Downloaded rand_core v0.10.0
9762026-05-12T03:38:57.270Z Downloaded resolv-conf v0.7.6
9772026-05-12T03:38:57.270Z Downloaded rand_core v0.6.4
9782026-05-12T03:38:57.270Z Downloaded rustls-native-certs v0.8.3
9792026-05-12T03:38:57.271Z Downloaded secrecy v0.10.3
9802026-05-12T03:38:57.271Z Downloaded hashbrown v0.15.5
9812026-05-12T03:38:57.271Z Downloaded serde-big-array v0.5.1
9822026-05-12T03:38:57.302Z Downloaded serde_bytes v0.11.19
9832026-05-12T03:38:57.302Z Downloaded seq-macro v0.3.6
9842026-05-12T03:38:57.302Z Downloaded serde_urlencoded v0.7.1
9852026-05-12T03:38:57.302Z Downloaded crossterm v0.29.0
9862026-05-12T03:38:57.303Z Downloaded aes v0.8.4
9872026-05-12T03:38:57.303Z Downloaded secrecy v0.8.0
9882026-05-12T03:38:57.303Z Downloaded semver v0.1.20
9892026-05-12T03:38:57.303Z Downloaded serde_repr v0.1.20
9902026-05-12T03:38:57.303Z Downloaded rusty-fork v0.3.1
9912026-05-12T03:38:57.303Z Downloaded signal-hook-tokio v0.3.1
9922026-05-12T03:38:57.303Z Downloaded serde_plain v1.0.2
9932026-05-12T03:38:57.315Z Downloaded russh-cryptovec v0.7.3
9942026-05-12T03:38:57.316Z Downloaded rfc6979 v0.4.0
9952026-05-12T03:38:57.316Z Downloaded schemars_derive v0.8.22
9962026-05-12T03:38:57.316Z Downloaded slog-bunyan v2.5.0
9972026-05-12T03:38:57.316Z Downloaded predicates v3.1.4
9982026-05-12T03:38:57.316Z Downloaded prefix-trie v0.7.0
9992026-05-12T03:38:57.317Z Downloaded serde_spanned v1.0.4
10002026-05-12T03:38:57.317Z Downloaded sigpipe v0.1.3
10012026-05-12T03:38:57.317Z Downloaded rustls-pemfile v1.0.4
10022026-05-12T03:38:57.317Z Downloaded sct v0.7.1
10032026-05-12T03:38:57.344Z Downloaded sha1 v0.10.6
10042026-05-12T03:38:57.344Z Downloaded scroll_derive v0.13.1
10052026-05-12T03:38:57.344Z Downloaded russh-keys v0.45.0
10062026-05-12T03:38:57.344Z Downloaded siphasher v1.0.2
10072026-05-12T03:38:57.344Z Downloaded signature v2.2.0
10082026-05-12T03:38:57.345Z Downloaded rustls-pki-types v1.14.0
10092026-05-12T03:38:57.345Z Downloaded signal-hook-mio v0.2.5
10102026-05-12T03:38:57.345Z Downloaded shell-words v1.1.1
10112026-05-12T03:38:57.345Z Downloaded sec1 v0.7.3
10122026-05-12T03:38:57.345Z Downloaded rustls-pemfile v2.2.0
10132026-05-12T03:38:57.346Z Downloaded serde-hex v0.1.0
10142026-05-12T03:38:57.346Z Downloaded slog-envlogger v2.2.0
10152026-05-12T03:38:57.346Z Downloaded scroll v0.13.0
10162026-05-12T03:38:57.346Z Downloaded progenitor-impl v0.14.0
10172026-05-12T03:38:57.346Z Downloaded progenitor-extras v0.2.0
10182026-05-12T03:38:57.346Z Downloaded progenitor-impl v0.13.0
10192026-05-12T03:38:57.373Z Downloaded serde_path_to_error v0.1.20
10202026-05-12T03:38:57.373Z Downloaded rustversion v1.0.22
10212026-05-12T03:38:57.373Z Downloaded scrypt v0.11.0
10222026-05-12T03:38:57.373Z Downloaded iddqd v0.3.18
10232026-05-12T03:38:57.373Z Downloaded http v1.4.0
10242026-05-12T03:38:57.373Z Downloaded signal-hook-registry v1.4.8
10252026-05-12T03:38:57.373Z Downloaded progenitor-impl v0.10.0
10262026-05-12T03:38:57.373Z Downloaded hashbrown v0.16.1
10272026-05-12T03:38:57.398Z Downloaded hashbrown v0.13.2
10282026-05-12T03:38:57.399Z Downloaded sqlparser_derive v0.5.0
10292026-05-12T03:38:57.399Z Downloaded hyper-util v0.1.20
10302026-05-12T03:38:57.399Z Downloaded ron v0.8.1
10312026-05-12T03:38:57.399Z Downloaded openssl-sys v0.9.114
10322026-05-12T03:38:57.399Z Downloaded strum v0.27.2
10332026-05-12T03:38:57.399Z Downloaded simd-adler32 v0.3.8
10342026-05-12T03:38:57.399Z Downloaded structmeta v0.3.0
10352026-05-12T03:38:57.399Z Downloaded ssh-cipher v0.2.0
10362026-05-12T03:38:57.434Z Downloaded strip-ansi-escapes v0.2.1
10372026-05-12T03:38:57.434Z Downloaded smf v0.2.3
10382026-05-12T03:38:57.434Z Downloaded sync_wrapper v1.0.2
10392026-05-12T03:38:57.434Z Downloaded subtle v2.6.1
10402026-05-12T03:38:57.435Z Downloaded h2 v0.4.13
10412026-05-12T03:38:57.435Z Downloaded strum v0.26.3
10422026-05-12T03:38:57.435Z Downloaded mio v1.2.0
10432026-05-12T03:38:57.435Z Downloaded itertools v0.10.5
10442026-05-12T03:38:57.435Z Downloaded supports-color v3.0.2
10452026-05-12T03:38:57.435Z Downloaded slog-term v2.9.2
10462026-05-12T03:38:57.435Z Downloaded slog-stdlog v4.1.1
10472026-05-12T03:38:57.435Z Downloaded slog-dtrace v0.3.0
10482026-05-12T03:38:57.435Z Downloaded serde_cbor v0.11.2
10492026-05-12T03:38:57.435Z Downloaded structmeta-derive v0.3.0
10502026-05-12T03:38:57.435Z Downloaded ssh-encoding v0.2.0
10512026-05-12T03:38:57.435Z Downloaded rustls-platform-verifier v0.6.2
10522026-05-12T03:38:57.462Z Downloaded shlex v1.3.0
10532026-05-12T03:38:57.462Z Downloaded serde_derive_internals v0.29.1
10542026-05-12T03:38:57.462Z Downloaded slog-json v2.6.1
10552026-05-12T03:38:57.462Z Downloaded slog-async v2.8.0
10562026-05-12T03:38:57.462Z Downloaded slog-scope v4.4.1
10572026-05-12T03:38:57.462Z Downloaded take_mut v0.2.2
10582026-05-12T03:38:57.462Z Downloaded itertools v0.12.1
10592026-05-12T03:38:57.462Z Downloaded serde_with_macros v3.17.0
10602026-05-12T03:38:57.462Z Downloaded ryu v1.0.23
10612026-05-12T03:38:57.462Z Downloaded rand v0.8.6
10622026-05-12T03:38:57.462Z Downloaded smallvec v0.6.14
10632026-05-12T03:38:57.462Z Downloaded schemars v0.8.22
10642026-05-12T03:38:57.464Z Downloaded termtree v0.5.1
10652026-05-12T03:38:57.464Z Downloaded time-core v0.1.8
10662026-05-12T03:38:57.464Z Downloaded thiserror-impl-no-std v2.0.2
10672026-05-12T03:38:57.464Z Downloaded stringprep v0.1.5
10682026-05-12T03:38:57.464Z Downloaded stacker v0.1.23
10692026-05-12T03:38:57.464Z Downloaded sqlformat v0.3.5
10702026-05-12T03:38:57.464Z Downloaded tagptr v0.2.0
10712026-05-12T03:38:57.482Z Downloaded tabled_derive v0.11.0
10722026-05-12T03:38:57.482Z Downloaded sync-ptr v0.1.4
10732026-05-12T03:38:57.482Z Downloaded testing_table v0.3.0
10742026-05-12T03:38:57.483Z Downloaded thread-id v5.1.0
10752026-05-12T03:38:57.483Z Downloaded tinyvec_macros v0.1.1
10762026-05-12T03:38:57.483Z Downloaded snafu-derive v0.8.9
10772026-05-12T03:38:57.483Z Downloaded slab v0.4.12
10782026-05-12T03:38:57.483Z Downloaded itertools v0.13.0
10792026-05-12T03:38:57.483Z Downloaded strum_macros v0.27.2
10802026-05-12T03:38:57.483Z Downloaded rcgen v0.12.1
10812026-05-12T03:38:57.499Z Downloaded spki v0.7.3
10822026-05-12T03:38:57.499Z Downloaded tokio-macros v2.7.0
10832026-05-12T03:38:57.499Z Downloaded string_cache v0.8.9
10842026-05-12T03:38:57.499Z Downloaded tap v1.0.1
10852026-05-12T03:38:57.534Z Downloaded rand v0.9.2
10862026-05-12T03:38:57.534Z Downloaded strum_macros v0.26.4
10872026-05-12T03:38:57.534Z Downloaded strum_macros v0.24.3
10882026-05-12T03:38:57.534Z Downloaded tabwriter v1.4.1
10892026-05-12T03:38:57.534Z Downloaded num_enum v0.7.5
10902026-05-12T03:38:57.534Z Downloaded qorb v0.4.1
10912026-05-12T03:38:57.534Z Downloaded tower-layer v0.3.3
10922026-05-12T03:38:57.534Z Downloaded thread_local v1.1.9
10932026-05-12T03:38:57.658Z Downloaded nom v7.1.3
10942026-05-12T03:38:57.658Z Downloaded rsa v0.9.10
10952026-05-12T03:38:57.658Z Downloaded tls_codec_derive v0.4.2
10962026-05-12T03:38:57.658Z Downloaded trait-variant v0.1.2
10972026-05-12T03:38:57.658Z Downloaded tiny-keccak v2.0.2
10982026-05-12T03:38:57.658Z Downloaded num-bigint v0.4.6
10992026-05-12T03:38:57.658Z Downloaded tokio-rustls v0.25.0
11002026-05-12T03:38:57.658Z Downloaded tokio-native-tls v0.3.1
11012026-05-12T03:38:57.659Z Downloaded tokio-dtrace v0.1.1
11022026-05-12T03:38:57.659Z Downloaded try-lock v0.2.5
11032026-05-12T03:38:57.659Z Downloaded libxml v0.3.3
11042026-05-12T03:38:57.659Z Downloaded unarray v0.1.4
11052026-05-12T03:38:57.659Z Downloaded slog v2.8.2
11062026-05-12T03:38:57.659Z Downloaded tower-service v0.3.3
11072026-05-12T03:38:57.659Z Downloaded hyper v1.8.1
11082026-05-12T03:38:57.659Z Downloaded time-macros v0.2.27
11092026-05-12T03:38:57.659Z Downloaded tokio-tungstenite v0.21.0
11102026-05-12T03:38:57.659Z Downloaded typify-macro v0.4.3
11112026-05-12T03:38:57.659Z Downloaded typify-macro v0.6.2
11122026-05-12T03:38:57.660Z Downloaded tls_codec v0.4.2
11132026-05-12T03:38:57.660Z Downloaded term v0.7.0
11142026-05-12T03:38:57.660Z Downloaded tokio-tungstenite v0.23.1
11152026-05-12T03:38:57.660Z Downloaded unit-prefix v0.5.2
11162026-05-12T03:38:57.660Z Downloaded unicode-truncate v1.1.0
11172026-05-12T03:38:57.660Z Downloaded thiserror-no-std v2.0.2
11182026-05-12T03:38:57.660Z Downloaded publicsuffix v2.3.0
11192026-05-12T03:38:57.660Z Downloaded socket2 v0.5.10
11202026-05-12T03:38:57.660Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-05-12T03:38:57.660Z Downloaded spin v0.9.8
11222026-05-12T03:38:57.660Z Downloaded static_assertions v1.1.0
11232026-05-12T03:38:57.661Z Downloaded utf-8 v0.7.6
11242026-05-12T03:38:57.661Z Downloaded p521 v0.13.3
11252026-05-12T03:38:57.661Z Downloaded universal-hash v0.5.1
11262026-05-12T03:38:57.661Z Downloaded prettyplease v0.2.37
11272026-05-12T03:38:57.661Z Downloaded itertools v0.14.0
11282026-05-12T03:38:57.661Z Downloaded usdt v0.6.0
11292026-05-12T03:38:57.661Z Downloaded topological-sort v0.2.2
11302026-05-12T03:38:57.661Z Downloaded usdt-macro v0.6.0
11312026-05-12T03:38:57.661Z Downloaded usdt-attr-macro v0.6.0
11322026-05-12T03:38:57.661Z Downloaded untrusted v0.9.0
11332026-05-12T03:38:57.661Z Downloaded untrusted v0.7.1
11342026-05-12T03:38:57.930Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11352026-05-12T03:38:57.930Z Downloaded schemars v0.9.0
11362026-05-12T03:38:57.930Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-05-12T03:38:57.930Z Downloaded subprocess v0.2.15
11382026-05-12T03:38:57.930Z Downloaded progenitor-impl v0.11.2
11392026-05-12T03:38:57.930Z Downloaded aho-corasick v1.1.4
11402026-05-12T03:38:57.930Z Downloaded void v1.0.2
11412026-05-12T03:38:57.930Z Downloaded want v0.3.1
11422026-05-12T03:38:57.930Z Downloaded similar v2.7.0
11432026-05-12T03:38:57.931Z Downloaded blake3 v1.8.3
11442026-05-12T03:38:57.931Z Downloaded wait-timeout v0.2.1
11452026-05-12T03:38:57.931Z Downloaded num-bigint-dig v0.8.6
11462026-05-12T03:38:57.931Z Downloaded term v1.2.1
11472026-05-12T03:38:57.931Z Downloaded support-bundle-viewer v0.1.2
11482026-05-12T03:38:57.931Z Downloaded termios v0.3.3
11492026-05-12T03:38:57.931Z Downloaded snafu v0.8.9
11502026-05-12T03:38:57.931Z Downloaded schemars v1.2.1
11512026-05-12T03:38:57.931Z Downloaded waitgroup v0.1.2
11522026-05-12T03:38:57.931Z Downloaded samael v0.0.19
11532026-05-12T03:38:57.931Z Downloaded xattr v1.6.1
11542026-05-12T03:38:57.931Z Downloaded rayon-core v1.13.0
11552026-05-12T03:38:57.931Z Downloaded unicase v2.9.0
11562026-05-12T03:38:57.931Z Downloaded pretty_assertions v1.4.1
11572026-05-12T03:38:57.931Z Downloaded xshell-macros v0.2.7
11582026-05-12T03:38:57.931Z Downloaded tokio-rustls v0.24.1
11592026-05-12T03:38:57.931Z Downloaded tokio-stream v0.1.18
11602026-05-12T03:38:57.931Z Downloaded tokio-rustls v0.26.4
11612026-05-12T03:38:57.931Z Downloaded vergen-lib v0.1.6
11622026-05-12T03:38:57.931Z Downloaded rustls-webpki v0.103.9
11632026-05-12T03:38:57.931Z Downloaded git2 v0.20.4
11642026-05-12T03:38:57.932Z Downloaded signal-hook v0.3.18
11652026-05-12T03:38:57.932Z Downloaded futures-util v0.3.32
11662026-05-12T03:38:57.932Z Downloaded zone_cfg_derive v0.3.1
11672026-05-12T03:38:57.932Z Downloaded zone v0.3.1
11682026-05-12T03:38:57.932Z Downloaded zeroize_derive v1.4.3
11692026-05-12T03:38:57.932Z Downloaded serde_yaml v0.9.34+deprecated
11702026-05-12T03:38:57.932Z Downloaded vsss-rs v3.3.4
11712026-05-12T03:38:57.932Z Downloaded iri-string v0.7.10
11722026-05-12T03:38:57.932Z Downloaded usdt-impl v0.6.0
11732026-05-12T03:38:57.932Z Downloaded rustyline v14.0.0
11742026-05-12T03:38:57.932Z Downloaded whoami v1.6.1
11752026-05-12T03:38:57.932Z Downloaded vergen-git2 v1.0.7
11762026-05-12T03:38:57.932Z Downloaded test-strategy v0.4.5
11772026-05-12T03:38:57.932Z Downloaded vergen-gitcl v1.0.8
11782026-05-12T03:38:57.932Z Downloaded tui-tree-widget v0.23.1
11792026-05-12T03:38:57.932Z Downloaded wyz v0.5.1
11802026-05-12T03:38:57.933Z Downloaded tinyvec v1.10.0
11812026-05-12T03:38:57.933Z Downloaded rpassword v7.4.0
11822026-05-12T03:38:57.933Z Downloaded walkdir v2.5.0
11832026-05-12T03:38:57.933Z Downloaded quinn v0.11.9
11842026-05-12T03:38:57.933Z Downloaded tracing-core v0.1.36
11852026-05-12T03:38:57.933Z Downloaded tungstenite v0.21.0
11862026-05-12T03:38:57.933Z Downloaded tracing-attributes v0.1.31
11872026-05-12T03:38:57.933Z Downloaded xshell v0.2.7
11882026-05-12T03:38:57.933Z Downloaded typify v0.4.3
11892026-05-12T03:38:57.933Z Downloaded typify v0.6.2
11902026-05-12T03:38:57.933Z Downloaded unicode-properties v0.1.4
11912026-05-12T03:38:57.933Z Downloaded toml v0.9.12+spec-1.1.0
11922026-05-12T03:38:57.933Z Downloaded toml v0.7.8
11932026-05-12T03:38:57.933Z Downloaded socket2 v0.6.3
11942026-05-12T03:38:57.933Z Downloaded toml_parser v1.0.9+spec-1.1.0
11952026-05-12T03:38:57.933Z Downloaded zstd v0.13.3
11962026-05-12T03:38:57.933Z Downloaded hkdf v0.12.4
11972026-05-12T03:38:57.933Z Downloaded libm v0.2.16
11982026-05-12T03:38:57.933Z Downloaded zstd-safe v7.2.4
11992026-05-12T03:38:57.974Z Downloaded tar v0.4.45
12002026-05-12T03:38:57.974Z Downloaded vergen v9.0.6
12012026-05-12T03:38:57.974Z Downloaded uuid v1.23.0
12022026-05-12T03:38:57.974Z Downloaded russh v0.45.0
12032026-05-12T03:38:57.975Z Downloaded uzers v0.12.2
12042026-05-12T03:38:57.975Z Downloaded tungstenite v0.23.0
12052026-05-12T03:38:57.975Z Downloaded zeroize v1.8.2
12062026-05-12T03:38:57.975Z Downloaded yasna v0.5.2
12072026-05-12T03:38:57.975Z Downloaded whoami v2.1.0
12082026-05-12T03:38:57.975Z Downloaded unicode-bidi v0.3.18
12092026-05-12T03:38:57.975Z Downloaded twox-hash v2.1.2
12102026-05-12T03:38:57.975Z Downloaded goblin v0.10.5
12112026-05-12T03:38:57.975Z Downloaded toml v1.0.6+spec-1.1.0
12122026-05-12T03:38:57.975Z Downloaded steno v0.4.1
12132026-05-12T03:38:57.975Z Downloaded vte v0.14.1
12142026-05-12T03:38:57.975Z Downloaded ssh-key v0.6.7
12152026-05-12T03:38:57.975Z Downloaded unsafe-libyaml v0.2.11
12162026-05-12T03:38:57.976Z Downloaded reqwest v0.12.28
12172026-05-12T03:38:57.976Z Downloaded p384 v0.13.1
12182026-05-12T03:38:57.976Z Downloaded rand v0.10.0
12192026-05-12T03:38:57.976Z Downloaded zerocopy v0.6.6
12202026-05-12T03:38:57.976Z Downloaded toml_edit v0.19.15
12212026-05-12T03:38:57.976Z Downloaded reedline v0.40.0
12222026-05-12T03:38:57.976Z Downloaded zopfli v0.8.3
12232026-05-12T03:38:57.976Z Downloaded moka v0.12.13
12242026-05-12T03:38:57.976Z Downloaded aws-lc-rs v1.16.3
12252026-05-12T03:38:57.976Z Downloaded tower v0.5.3
12262026-05-12T03:38:57.976Z Downloaded yansi v1.0.1
12272026-05-12T03:38:57.976Z Downloaded rayon v1.11.0
12282026-05-12T03:38:57.976Z Downloaded tokio-postgres v0.7.16
12292026-05-12T03:38:57.976Z Downloaded zip v0.6.6
12302026-05-12T03:38:57.977Z Downloaded salty v0.3.0
12312026-05-12T03:38:57.977Z Downloaded portable-atomic v1.13.1
12322026-05-12T03:38:57.977Z Downloaded chrono v0.4.44
12332026-05-12T03:38:57.977Z Downloaded unicode_categories v0.1.1
12342026-05-12T03:38:57.977Z Downloaded typed-path v0.9.3
12352026-05-12T03:38:57.977Z Downloaded petname v2.0.2
12362026-05-12T03:38:57.977Z Downloaded unicode-segmentation v1.12.0
12372026-05-12T03:38:57.977Z Downloaded proptest v1.10.0
12382026-05-12T03:38:58.022Z Downloaded zerocopy-derive v0.8.40
12392026-05-12T03:38:58.022Z Downloaded hickory-proto v0.26.1
12402026-05-12T03:38:58.022Z Downloaded curve25519-dalek v4.1.3
12412026-05-12T03:38:58.022Z Downloaded lalrpop v0.19.12
12422026-05-12T03:38:58.023Z Downloaded x509-cert v0.2.5
12432026-05-12T03:38:58.023Z Downloaded serde_with v3.17.0
12442026-05-12T03:38:58.023Z Downloaded tower-http v0.6.8
12452026-05-12T03:38:58.023Z Downloaded regex v1.12.3
12462026-05-12T03:38:58.023Z Downloaded unicode-normalization v0.1.25
12472026-05-12T03:38:58.023Z Downloaded quinn-proto v0.11.13
12482026-05-12T03:38:58.023Z Downloaded reqwest v0.13.2
12492026-05-12T03:38:58.127Z Downloaded toml_edit v0.23.10+spec-1.0.0
12502026-05-12T03:38:58.127Z Downloaded rustls-webpki v0.101.7
12512026-05-12T03:38:58.127Z Downloaded nix v0.27.1
12522026-05-12T03:38:58.128Z Downloaded quick-xml v0.37.5
12532026-05-12T03:38:58.128Z Downloaded zip v4.6.1
12542026-05-12T03:38:58.128Z Downloaded bindgen v0.71.1
12552026-05-12T03:38:58.128Z Downloaded nix v0.28.0
12562026-05-12T03:38:58.129Z Downloaded dropshot v0.16.7
12572026-05-12T03:38:58.179Z Downloaded rustls-webpki v0.102.8
12582026-05-12T03:38:58.179Z Downloaded winnow v0.6.26
12592026-05-12T03:38:58.179Z Downloaded regex-syntax v0.6.29
12602026-05-12T03:38:58.179Z Downloaded time v0.3.47
12612026-05-12T03:38:58.179Z Downloaded tabled v0.20.0
12622026-05-12T03:38:58.179Z Downloaded object v0.30.4
12632026-05-12T03:38:58.180Z Downloaded rustls v0.21.12
12642026-05-12T03:38:58.180Z Downloaded winnow v0.5.40
12652026-05-12T03:38:58.180Z Downloaded tokio-util v0.7.18
12662026-05-12T03:38:58.249Z Downloaded nix v0.31.2
12672026-05-12T03:38:58.249Z Downloaded smoltcp v0.9.1
12682026-05-12T03:38:58.250Z Downloaded rustls v0.22.4
12692026-05-12T03:38:58.250Z Downloaded tough v0.22.0
12702026-05-12T03:38:58.250Z Downloaded radix_trie v0.2.1
12712026-05-12T03:38:58.250Z Downloaded webpki-roots v1.0.6
12722026-05-12T03:38:58.250Z Downloaded polar-core v0.27.3
12732026-05-12T03:38:58.250Z Downloaded regress v0.11.1
12742026-05-12T03:38:58.250Z Downloaded regex-syntax v0.8.10
12752026-05-12T03:38:58.250Z Downloaded openssl v0.10.78
12762026-05-12T03:38:58.287Z Downloaded rustls v0.23.37
12772026-05-12T03:38:58.288Z Downloaded zlib-rs v0.6.2
12782026-05-12T03:38:58.288Z Downloaded diesel v2.3.7
12792026-05-12T03:38:58.288Z Downloaded nix v0.29.0
12802026-05-12T03:38:58.288Z Downloaded bstr v1.12.1
12812026-05-12T03:38:58.301Z Downloaded vcpkg v0.2.15
12822026-05-12T03:38:58.301Z Downloaded object v0.37.3
12832026-05-12T03:38:58.301Z Downloaded hickory-proto v0.24.4
12842026-05-12T03:38:58.315Z Downloaded sled v0.34.7
12852026-05-12T03:38:58.366Z Downloaded ratatui v0.29.0
12862026-05-12T03:38:58.366Z Downloaded typify-impl v0.4.3
12872026-05-12T03:38:58.366Z Downloaded regress v0.10.5
12882026-05-12T03:38:58.402Z Downloaded openapiv3 v2.2.0
12892026-05-12T03:38:58.402Z Downloaded zerocopy-derive v0.6.6
12902026-05-12T03:38:58.431Z Downloaded zerocopy v0.8.40
12912026-05-12T03:38:58.431Z Downloaded hickory-proto v0.25.2
12922026-05-12T03:38:58.431Z Downloaded smoltcp v0.11.0
12932026-05-12T03:38:58.431Z Downloaded regex-automata v0.4.14
12942026-05-12T03:38:58.431Z Downloaded jiff v0.2.21
12952026-05-12T03:38:58.431Z Downloaded csv v1.4.0
12962026-05-12T03:38:58.431Z Downloaded rustix v0.38.44
12972026-05-12T03:38:58.453Z Downloaded petgraph v0.8.3
12982026-05-12T03:38:58.453Z Downloaded sha3 v0.10.8
12992026-05-12T03:38:58.453Z Downloaded sqlparser v0.61.0
13002026-05-12T03:38:58.472Z Downloaded encoding_rs v0.8.35
13012026-05-12T03:38:58.495Z Downloaded typify-impl v0.6.2
13022026-05-12T03:38:58.535Z Downloaded tracing v0.1.44
13032026-05-12T03:38:58.578Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-05-12T03:38:58.633Z Downloaded chrono-tz v0.10.4
13052026-05-12T03:38:58.651Z Downloaded petgraph v0.6.5
13062026-05-12T03:38:58.697Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-05-12T03:38:58.721Z Downloaded libz-sys v1.1.24
13082026-05-12T03:38:58.732Z Downloaded tokio v1.52.1
13092026-05-12T03:38:58.878Z Downloaded ring v0.17.14
13102026-05-12T03:38:58.911Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-05-12T03:38:59.539Z Downloaded aws-lc-sys v0.40.0
13122026-05-12T03:38:59.782Z Compiling libc v0.2.185
13132026-05-12T03:38:59.782Z Compiling serde v1.0.228
13142026-05-12T03:38:59.786Z Compiling log v0.4.29
13152026-05-12T03:38:59.786Z Compiling shlex v1.3.0
13162026-05-12T03:38:59.947Z Compiling find-msvc-tools v0.1.9
13172026-05-12T03:38:59.947Z Compiling smallvec v1.15.1
13182026-05-12T03:38:59.957Z Compiling syn v2.0.117
13192026-05-12T03:38:59.970Z Compiling typenum v1.19.0
13202026-05-12T03:39:00.127Z Compiling generic-array v0.14.7
13212026-05-12T03:39:00.146Z Compiling subtle v2.6.1
13222026-05-12T03:39:00.166Z Compiling scopeguard v1.2.0
13232026-05-12T03:39:00.232Z Compiling portable-atomic v1.13.1
13242026-05-12T03:39:00.255Z Compiling lock_api v0.4.14
13252026-05-12T03:39:00.272Z Compiling const-oid v0.9.6
13262026-05-12T03:39:00.310Z Compiling serde_json v1.0.149
13272026-05-12T03:39:00.387Z Compiling zerocopy v0.8.40
13282026-05-12T03:39:00.485Z Compiling critical-section v1.2.0
13292026-05-12T03:39:00.588Z Compiling parking_lot_core v0.9.12
13302026-05-12T03:39:00.786Z Compiling getrandom v0.2.17
13312026-05-12T03:39:00.825Z Compiling jobserver v0.1.34
13322026-05-12T03:39:00.849Z Compiling errno v0.3.14
13332026-05-12T03:39:00.966Z Compiling rand_core v0.6.4
13342026-05-12T03:39:01.041Z Compiling pin-project-lite v0.2.17
13352026-05-12T03:39:01.059Z Compiling cc v1.2.56
13362026-05-12T03:39:01.087Z Compiling pkg-config v0.3.32
13372026-05-12T03:39:01.244Z Compiling once_cell v1.21.3
13382026-05-12T03:39:01.270Z Compiling signal-hook-registry v1.4.8
13392026-05-12T03:39:01.314Z Compiling bitflags v2.11.0
13402026-05-12T03:39:01.462Z Compiling libm v0.2.16
13412026-05-12T03:39:01.526Z Compiling futures-core v0.3.32
13422026-05-12T03:39:01.549Z Compiling parking_lot v0.12.5
13432026-05-12T03:39:01.602Z Compiling mio v1.2.0
13442026-05-12T03:39:01.664Z Compiling num-traits v0.2.19
13452026-05-12T03:39:01.681Z Compiling percent-encoding v2.3.2
13462026-05-12T03:39:01.715Z Compiling socket2 v0.6.3
13472026-05-12T03:39:01.911Z Compiling getrandom v0.4.1
13482026-05-12T03:39:01.980Z Compiling futures-sink v0.3.32
13492026-05-12T03:39:02.009Z Compiling rand_core v0.10.0
13502026-05-12T03:39:02.021Z Compiling futures-channel v0.3.32
13512026-05-12T03:39:02.044Z Compiling futures-io v0.3.32
13522026-05-12T03:39:02.115Z Compiling cpufeatures v0.2.17
13532026-05-12T03:39:02.142Z Compiling slab v0.4.12
13542026-05-12T03:39:02.194Z Compiling futures-task v0.3.32
13552026-05-12T03:39:02.209Z Compiling indexmap v2.14.0
13562026-05-12T03:39:02.280Z Compiling getrandom v0.3.4
13572026-05-12T03:39:02.327Z Compiling rustversion v1.0.22
13582026-05-12T03:39:02.377Z Compiling cmake v0.1.57
13592026-05-12T03:39:02.437Z Compiling form_urlencoded v1.2.2
13602026-05-12T03:39:02.679Z Compiling fs_extra v1.3.0
13612026-05-12T03:39:02.692Z Compiling dunce v1.0.5
13622026-05-12T03:39:02.796Z Compiling ident_case v1.0.1
13632026-05-12T03:39:02.891Z Compiling synstructure v0.13.2
13642026-05-12T03:39:02.912Z Compiling base64ct v1.8.3
13652026-05-12T03:39:02.977Z Compiling regex-syntax v0.8.10
13662026-05-12T03:39:02.977Z Compiling aws-lc-sys v0.40.0
13672026-05-12T03:39:03.197Z Compiling pem-rfc7468 v0.7.0
13682026-05-12T03:39:03.266Z Compiling flagset v0.4.7
13692026-05-12T03:39:03.302Z Compiling iana-time-zone v0.1.65
13702026-05-12T03:39:03.352Z Compiling rustix v1.1.3
13712026-05-12T03:39:03.378Z Compiling rand_core v0.9.5
13722026-05-12T03:39:03.439Z Compiling ring v0.17.14
13732026-05-12T03:39:03.455Z Compiling aws-lc-rs v1.16.3
13742026-05-12T03:39:03.468Z Compiling vcpkg v0.2.15
13752026-05-12T03:39:03.659Z Compiling uuid v1.23.0
13762026-05-12T03:39:03.765Z Compiling rustc_version v0.4.1
13772026-05-12T03:39:04.128Z Compiling tracing-core v0.1.36
13782026-05-12T03:39:04.291Z Compiling openssl-sys v0.9.114
13792026-05-12T03:39:04.340Z Compiling base64 v0.22.1
13802026-05-12T03:39:04.618Z Compiling serde_derive v1.0.228
13812026-05-12T03:39:04.650Z Compiling zeroize_derive v1.4.3
13822026-05-12T03:39:04.654Z Compiling zerofrom-derive v0.1.6
13832026-05-12T03:39:04.783Z Compiling yoke-derive v0.8.1
13842026-05-12T03:39:05.083Z Compiling zerovec-derive v0.11.2
13852026-05-12T03:39:05.259Z Compiling zerocopy-derive v0.8.40
13862026-05-12T03:39:05.303Z Compiling zeroize v1.8.2
13872026-05-12T03:39:05.940Z Compiling displaydoc v0.2.5
13882026-05-12T03:39:06.038Z Compiling crypto-common v0.1.7
13892026-05-12T03:39:06.038Z Compiling zerofrom v0.1.6
13902026-05-12T03:39:06.175Z Compiling yoke v0.8.1
13912026-05-12T03:39:06.190Z Compiling block-buffer v0.10.4
13922026-05-12T03:39:06.192Z Compiling tokio-macros v2.7.0
13932026-05-12T03:39:06.352Z Compiling zerovec v0.11.5
13942026-05-12T03:39:06.352Z Compiling digest v0.10.7
13952026-05-12T03:39:06.615Z Compiling futures-macro v0.3.32
13962026-05-12T03:39:06.654Z Compiling zerotrie v0.2.3
13972026-05-12T03:39:06.845Z Compiling tinystr v0.8.2
13982026-05-12T03:39:06.906Z Compiling potential_utf v0.1.4
13992026-05-12T03:39:06.954Z Compiling hmac v0.12.1
14002026-05-12T03:39:07.070Z Compiling icu_locale_core v2.1.1
14012026-05-12T03:39:07.083Z Compiling icu_collections v2.1.1
14022026-05-12T03:39:07.118Z Compiling block-padding v0.3.3
14032026-05-12T03:39:07.275Z Compiling inout v0.1.4
14042026-05-12T03:39:07.401Z Compiling futures-util v0.3.32
14052026-05-12T03:39:07.414Z Compiling cipher v0.4.4
14062026-05-12T03:39:07.540Z Compiling sha2 v0.10.9
14072026-05-12T03:39:07.667Z Compiling icu_provider v2.1.1
14082026-05-12T03:39:07.899Z Compiling icu_normalizer v2.1.1
14092026-05-12T03:39:07.966Z Compiling bytes v1.11.1
14102026-05-12T03:39:08.015Z Compiling icu_properties v2.1.2
14112026-05-12T03:39:08.149Z Compiling der_derive v0.7.3
14122026-05-12T03:39:08.449Z Compiling tokio v1.52.1
14132026-05-12T03:39:08.564Z Compiling http v1.4.0
14142026-05-12T03:39:08.906Z Compiling idna_adapter v1.2.1
14152026-05-12T03:39:09.081Z Compiling idna v1.1.0
14162026-05-12T03:39:09.129Z Compiling chrono v0.4.44
14172026-05-12T03:39:09.143Z Compiling der v0.7.10
14182026-05-12T03:39:09.496Z Compiling url v2.5.8
14192026-05-12T03:39:09.686Z Compiling ppv-lite86 v0.2.21
14202026-05-12T03:39:09.721Z Compiling salsa20 v0.10.2
14212026-05-12T03:39:09.735Z Compiling pbkdf2 v0.12.2
14222026-05-12T03:39:09.842Z Compiling rustls-pki-types v1.14.0
14232026-05-12T03:39:09.857Z Compiling tracing-attributes v0.1.31
14242026-05-12T03:39:09.998Z Compiling spki v0.7.3
14252026-05-12T03:39:10.206Z Compiling thiserror-impl v2.0.18
14262026-05-12T03:39:10.283Z Compiling rand_chacha v0.9.0
14272026-05-12T03:39:10.300Z Compiling scrypt v0.11.0
14282026-05-12T03:39:10.333Z Compiling http-body v1.0.1
14292026-05-12T03:39:10.481Z Compiling cbc v0.1.2
14302026-05-12T03:39:10.499Z Compiling aes v0.8.4
14312026-05-12T03:39:10.607Z Compiling openssl-probe v0.2.1
14322026-05-12T03:39:10.627Z Compiling httparse v1.10.1
14332026-05-12T03:39:10.786Z Compiling tinyvec_macros v0.1.1
14342026-05-12T03:39:10.855Z Compiling untrusted v0.9.0
14352026-05-12T03:39:10.957Z Compiling untrusted v0.7.1
14362026-05-12T03:39:11.013Z Compiling pkcs5 v0.7.1
14372026-05-12T03:39:11.079Z Compiling tinyvec v1.10.0
14382026-05-12T03:39:11.136Z Compiling tracing v0.1.44
14392026-05-12T03:39:11.394Z Compiling pest_generator v2.8.6
14402026-05-12T03:39:11.421Z Compiling rand v0.9.2
14412026-05-12T03:39:11.478Z Compiling serde_derive_internals v0.29.1
14422026-05-12T03:39:11.509Z Compiling thiserror v2.0.18
14432026-05-12T03:39:11.533Z Compiling aho-corasick v1.1.4
14442026-05-12T03:39:11.611Z Compiling rustls v0.23.37
14452026-05-12T03:39:11.778Z Compiling try-lock v0.2.5
14462026-05-12T03:39:11.888Z Compiling schemars v0.8.22
14472026-05-12T03:39:12.093Z Compiling tower-service v0.3.3
14482026-05-12T03:39:12.108Z Compiling atomic-waker v1.1.2
14492026-05-12T03:39:12.183Z Compiling tokio-util v0.7.18
14502026-05-12T03:39:12.196Z Compiling dyn-clone v1.0.20
14512026-05-12T03:39:12.218Z Compiling tower-layer v0.3.3
14522026-05-12T03:39:12.331Z Compiling regex-automata v0.4.14
14532026-05-12T03:39:12.362Z Compiling schemars_derive v0.8.22
14542026-05-12T03:39:12.385Z Compiling pest_derive v2.8.6
14552026-05-12T03:39:12.736Z Compiling want v0.3.1
14562026-05-12T03:39:12.809Z Compiling pkcs8 v0.10.2
14572026-05-12T03:39:12.899Z Compiling h2 v0.4.13
14582026-05-12T03:39:13.173Z Compiling ipnet v2.11.0
14592026-05-12T03:39:13.187Z Compiling scroll_derive v0.13.1
14602026-05-12T03:39:13.402Z Compiling darling_core v0.20.11
14612026-05-12T03:39:13.581Z Compiling httpdate v1.0.3
14622026-05-12T03:39:13.674Z Compiling pin-utils v0.1.0
14632026-05-12T03:39:13.739Z Compiling foreign-types-shared v0.1.1
14642026-05-12T03:39:13.790Z Compiling openssl v0.10.78
14652026-05-12T03:39:13.824Z Compiling foreign-types v0.3.2
14662026-05-12T03:39:13.904Z Compiling tempfile v3.25.0
14672026-05-12T03:39:13.979Z Compiling scroll v0.13.0
14682026-05-12T03:39:14.108Z Compiling unicode-normalization v0.1.25
14692026-05-12T03:39:14.328Z Compiling openssl-macros v0.1.1
14702026-05-12T03:39:14.570Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-05-12T03:39:14.703Z Compiling spin v0.9.8
14722026-05-12T03:39:14.831Z Compiling time-core v0.1.8
14732026-05-12T03:39:14.907Z Compiling num-conv v0.2.0
14742026-05-12T03:39:14.962Z Compiling native-tls v0.2.18
14752026-05-12T03:39:14.977Z Compiling powerfmt v0.2.0
14762026-05-12T03:39:15.036Z Compiling crc32fast v1.5.0
14772026-05-12T03:39:15.179Z Compiling deranged v0.5.8
14782026-05-12T03:39:15.193Z Compiling time-macros v0.2.27
14792026-05-12T03:39:15.735Z Compiling darling_macro v0.20.11
14802026-05-12T03:39:16.140Z Compiling hyper v1.8.1
14812026-05-12T03:39:16.177Z Compiling darling v0.20.11
14822026-05-12T03:39:16.267Z Compiling goblin v0.10.5
14832026-05-12T03:39:16.283Z Compiling rustls-native-certs v0.8.3
14842026-05-12T03:39:16.399Z Compiling sync_wrapper v1.0.2
14852026-05-12T03:39:16.507Z Compiling wait-timeout v0.2.1
14862026-05-12T03:39:16.944Z Compiling crossbeam-utils v0.8.21
14872026-05-12T03:39:16.948Z Compiling simd-adler32 v0.3.8
14882026-05-12T03:39:16.948Z Compiling num_threads v0.1.7
14892026-05-12T03:39:16.948Z Compiling siphasher v1.0.2
14902026-05-12T03:39:16.948Z Compiling syn v1.0.109
14912026-05-12T03:39:17.021Z Compiling bit-vec v0.8.0
14922026-05-12T03:39:17.043Z Compiling usdt-impl v0.6.0
14932026-05-12T03:39:17.213Z Compiling hyper-util v0.1.20
14942026-05-12T03:39:17.256Z Compiling quick-error v1.2.3
14952026-05-12T03:39:17.305Z Compiling bit-set v0.8.0
14962026-05-12T03:39:17.332Z Compiling rusty-fork v0.3.1
14972026-05-12T03:39:17.463Z Compiling time v0.3.47
14982026-05-12T03:39:17.764Z Compiling tower v0.5.3
14992026-05-12T03:39:18.013Z Compiling derive_builder_core v0.20.2
15002026-05-12T03:39:18.309Z Compiling dtrace-parser v0.3.0
15012026-05-12T03:39:18.345Z Compiling http-body-util v0.1.3
15022026-05-12T03:39:18.577Z Compiling webpki-roots v1.0.6
15032026-05-12T03:39:18.698Z Compiling signature v2.2.0
15042026-05-12T03:39:18.835Z Compiling scroll_derive v0.12.1
15052026-05-12T03:39:18.887Z Compiling dof v0.4.0
15062026-05-12T03:39:18.900Z Compiling thiserror-impl v1.0.69
15072026-05-12T03:39:18.996Z Compiling heapless v0.7.17
15082026-05-12T03:39:19.104Z Compiling rand_xorshift v0.4.0
15092026-05-12T03:39:19.269Z Compiling slog v2.8.2
15102026-05-12T03:39:19.293Z Compiling darling_core v0.21.3
15112026-05-12T03:39:19.485Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-05-12T03:39:19.515Z Compiling thread-id v5.1.0
15132026-05-12T03:39:19.592Z Compiling cookie v0.18.1
15142026-05-12T03:39:19.717Z Compiling unicode-properties v0.1.4
15152026-05-12T03:39:20.179Z Compiling zstd-safe v7.2.4
15162026-05-12T03:39:20.185Z Compiling anyhow v1.0.102
15172026-05-12T03:39:20.185Z Compiling signal-hook v0.3.18
15182026-05-12T03:39:20.185Z Compiling adler2 v2.0.1
15192026-05-12T03:39:20.186Z Compiling allocator-api2 v0.2.21
15202026-05-12T03:39:20.186Z Compiling ryu v1.0.23
15212026-05-12T03:39:20.224Z Compiling iri-string v0.7.10
15222026-05-12T03:39:20.235Z Compiling unicode-bidi v0.3.18
15232026-05-12T03:39:20.366Z Compiling paste v1.0.15
15242026-05-12T03:39:20.462Z Compiling unarray v0.1.4
15252026-05-12T03:39:20.513Z Compiling serde_urlencoded v0.7.1
15262026-05-12T03:39:20.569Z Compiling proptest v1.10.0
15272026-05-12T03:39:20.664Z Compiling stringprep v0.1.5
15282026-05-12T03:39:20.753Z Compiling thiserror v1.0.69
15292026-05-12T03:39:20.859Z Compiling miniz_oxide v0.8.9
15302026-05-12T03:39:21.445Z Compiling tower-http v0.6.8
15312026-05-12T03:39:21.656Z Compiling scroll v0.12.0
15322026-05-12T03:39:21.734Z Compiling derive_builder_macro v0.20.2
15332026-05-12T03:39:21.758Z Compiling tokio-native-tls v0.3.1
15342026-05-12T03:39:21.761Z Compiling darling_macro v0.21.3
15352026-05-12T03:39:21.925Z Compiling ipnetwork v0.21.1
15362026-05-12T03:39:21.989Z Compiling bstr v1.12.1
15372026-05-12T03:39:22.200Z Compiling rand_chacha v0.3.1
15382026-05-12T03:39:22.237Z Compiling toml_datetime v0.6.11
15392026-05-12T03:39:22.303Z Compiling serde_spanned v0.6.9
15402026-05-12T03:39:22.318Z Compiling serde_tokenstream v0.2.3
15412026-05-12T03:39:22.446Z Compiling erased-serde v0.3.31
15422026-05-12T03:39:22.491Z Compiling md-5 v0.10.6
15432026-05-12T03:39:22.622Z Compiling pin-project-internal v1.1.11
15442026-05-12T03:39:22.637Z Compiling zerocopy-derive v0.7.35
15452026-05-12T03:39:22.653Z Compiling async-trait v0.1.89
15462026-05-12T03:39:22.928Z Compiling curve25519-dalek v4.1.3
15472026-05-12T03:39:22.974Z Compiling vergen-lib v0.1.6
15482026-05-12T03:39:23.159Z Compiling num-integer v0.1.46
15492026-05-12T03:39:23.257Z Compiling hash32 v0.2.1
15502026-05-12T03:39:23.451Z Compiling ff v0.13.1
15512026-05-12T03:39:23.492Z Compiling memoffset v0.9.1
15522026-05-12T03:39:23.515Z Compiling fallible-iterator v0.2.0
15532026-05-12T03:39:23.584Z Compiling rustix v0.38.44
15542026-05-12T03:39:23.654Z Compiling zlib-rs v0.6.2
15552026-05-12T03:39:23.666Z Compiling psl-types v2.0.11
15562026-05-12T03:39:23.723Z Compiling litrs v1.0.0
15572026-05-12T03:39:23.793Z Compiling num-bigint-dig v0.8.6
15582026-05-12T03:39:23.808Z Compiling base16ct v0.2.0
15592026-05-12T03:39:23.923Z Compiling smoltcp v0.9.1
15602026-05-12T03:39:23.975Z Compiling cfg_aliases v0.2.1
15612026-05-12T03:39:23.979Z Compiling ref-cast v1.0.25
15622026-05-12T03:39:24.125Z Compiling nix v0.31.2
15632026-05-12T03:39:24.292Z Compiling document-features v0.2.12
15642026-05-12T03:39:24.353Z Compiling sec1 v0.7.3
15652026-05-12T03:39:24.427Z Compiling publicsuffix v2.3.0
15662026-05-12T03:39:24.500Z Compiling postgres-protocol v0.6.10
15672026-05-12T03:39:24.599Z Compiling pin-project v1.1.11
15682026-05-12T03:39:24.802Z Compiling group v0.13.0
15692026-05-12T03:39:24.826Z Compiling zerocopy v0.7.35
15702026-05-12T03:39:24.896Z Compiling num-iter v0.1.45
15712026-05-12T03:39:25.105Z Compiling newtype-uuid v1.3.2
15722026-05-12T03:39:25.287Z Compiling rand v0.8.6
15732026-05-12T03:39:25.338Z Compiling darling v0.21.3
15742026-05-12T03:39:25.415Z Compiling derive_builder v0.20.2
15752026-05-12T03:39:25.435Z Compiling oxnet v0.1.4
15762026-05-12T03:39:25.536Z Compiling hyper-tls v0.6.0
15772026-05-12T03:39:25.661Z Compiling goblin v0.8.2
15782026-05-12T03:39:25.794Z Compiling hubpack_derive v0.1.1
15792026-05-12T03:39:26.353Z Compiling phf_shared v0.13.1
15802026-05-12T03:39:26.418Z Compiling lazy_static v1.5.0
15812026-05-12T03:39:26.454Z Compiling regex v1.12.3
15822026-05-12T03:39:26.478Z Compiling futures-executor v0.3.32
15832026-05-12T03:39:26.489Z Compiling hex v0.4.3
15842026-05-12T03:39:26.638Z Compiling flate2 v1.1.9
15852026-05-12T03:39:26.721Z Compiling cargo-platform v0.1.9
15862026-05-12T03:39:26.746Z Compiling hkdf v0.12.4
15872026-05-12T03:39:26.909Z Compiling crypto-bigint v0.5.5
15882026-05-12T03:39:26.938Z Compiling terminal_size v0.4.3
15892026-05-12T03:39:26.938Z Compiling daft-derive v0.1.5
15902026-05-12T03:39:26.984Z Compiling curve25519-dalek-derive v0.1.1
15912026-05-12T03:39:27.036Z Compiling ref-cast-impl v1.0.25
15922026-05-12T03:39:27.053Z Compiling strum_macros v0.27.2
15932026-05-12T03:39:27.581Z Compiling snafu-derive v0.8.9
15942026-05-12T03:39:27.603Z Compiling vergen v9.0.6
15952026-05-12T03:39:27.622Z Compiling fs-err v3.3.0
15962026-05-12T03:39:27.776Z Compiling ahash v0.8.12
15972026-05-12T03:39:27.836Z Compiling encoding_rs v0.8.35
15982026-05-12T03:39:27.995Z Compiling cpufeatures v0.3.0
15992026-05-12T03:39:28.155Z Compiling winnow v0.5.40
16002026-05-12T03:39:28.933Z Compiling managed v0.8.0
16012026-05-12T03:39:28.994Z Compiling foldhash v0.1.5
16022026-05-12T03:39:29.129Z Compiling bitflags v1.3.2
16032026-05-12T03:39:29.193Z Compiling libbz2-rs-sys v0.2.2
16042026-05-12T03:39:29.208Z Compiling foldhash v0.2.0
16052026-05-12T03:39:29.209Z Compiling unicode-segmentation v1.12.0
16062026-05-12T03:39:29.332Z Compiling mime v0.3.17
16072026-05-12T03:39:29.425Z Compiling same-file v1.0.6
16082026-05-12T03:39:29.476Z Compiling object v0.37.3
16092026-05-12T03:39:29.495Z Compiling bumpalo v3.20.2
16102026-05-12T03:39:29.676Z Compiling walkdir v2.5.0
16112026-05-12T03:39:29.677Z Compiling snafu v0.8.9
16122026-05-12T03:39:29.689Z Compiling bzip2 v0.6.1
16132026-05-12T03:39:29.772Z Compiling zopfli v0.8.3
16142026-05-12T03:39:29.826Z Compiling hashbrown v0.16.1
16152026-05-12T03:39:29.844Z Compiling toml_edit v0.19.15
16162026-05-12T03:39:29.922Z Compiling hashbrown v0.15.5
16172026-05-12T03:39:29.959Z Compiling strum v0.27.2
16182026-05-12T03:39:30.082Z Compiling chacha20 v0.10.0
16192026-05-12T03:39:30.408Z Compiling clap_builder v4.5.60
16202026-05-12T03:39:30.425Z Compiling dof v0.3.0
16212026-05-12T03:39:30.482Z Compiling elliptic-curve v0.13.8
16222026-05-12T03:39:30.534Z Compiling daft v0.1.5
16232026-05-12T03:39:30.852Z Compiling cargo_metadata v0.19.2
16242026-05-12T03:39:30.913Z Compiling futures v0.3.32
16252026-05-12T03:39:30.997Z Compiling phf v0.13.1
16262026-05-12T03:39:31.531Z Compiling hubpack v0.1.2
16272026-05-12T03:39:31.556Z Compiling cookie_store v0.22.1
16282026-05-12T03:39:31.794Z Compiling signal-hook-mio v0.2.5
16292026-05-12T03:39:31.957Z Compiling bzip2 v0.4.4
16302026-05-12T03:39:32.096Z Compiling zstd v0.13.3
16312026-05-12T03:39:32.208Z Compiling serde_with_macros v3.17.0
16322026-05-12T03:39:32.289Z Compiling postgres-types v0.2.12
16332026-05-12T03:39:32.478Z Compiling usdt-attr-macro v0.6.0
16342026-05-12T03:39:32.793Z Compiling usdt-macro v0.6.0
16352026-05-12T03:39:33.261Z Compiling globset v0.4.18
16362026-05-12T03:39:33.330Z Compiling dtrace-parser v0.2.0
16372026-05-12T03:39:33.513Z Compiling ed25519 v2.2.3
16382026-05-12T03:39:33.546Z Compiling phf_shared v0.11.3
16392026-05-12T03:39:33.546Z Compiling olpc-cjson v0.1.4
16402026-05-12T03:39:33.656Z Compiling pkcs1 v0.7.5
16412026-05-12T03:39:33.703Z Compiling serde_plain v1.0.2
16422026-05-12T03:39:33.703Z Compiling serde-big-array v0.5.1
16432026-05-12T03:39:33.856Z Compiling rfc6979 v0.4.0
16442026-05-12T03:39:33.936Z Compiling enum-as-inner v0.6.1
16452026-05-12T03:39:33.994Z Compiling async-recursion v1.1.1
16462026-05-12T03:39:33.994Z Compiling clap_derive v4.5.55
16472026-05-12T03:39:34.014Z Compiling serde_repr v0.1.20
16482026-05-12T03:39:34.074Z Compiling strum_macros v0.26.4
16492026-05-12T03:39:34.286Z Compiling pem v3.0.6
16502026-05-12T03:39:34.429Z Compiling float-cmp v0.10.0
16512026-05-12T03:39:34.558Z Compiling thread-id v4.2.2
16522026-05-12T03:39:34.675Z Compiling memmap2 v0.9.10
16532026-05-12T03:39:34.675Z Compiling env_filter v1.0.0
16542026-05-12T03:39:34.745Z Compiling difflib v0.4.0
16552026-05-12T03:39:34.745Z Compiling fixedbitset v0.4.2
16562026-05-12T03:39:34.787Z Compiling jiff v0.2.21
16572026-05-12T03:39:34.843Z Compiling rustc-hash v2.1.1
16582026-05-12T03:39:34.872Z Compiling fixedbitset v0.5.7
16592026-05-12T03:39:34.967Z Compiling static_assertions v1.1.0
16602026-05-12T03:39:35.040Z Compiling whoami v2.1.0
16612026-05-12T03:39:35.147Z Compiling keccak v0.1.6
16622026-05-12T03:39:35.172Z Compiling new_debug_unreachable v1.0.6
16632026-05-12T03:39:35.303Z Compiling data-encoding v2.10.0
16642026-05-12T03:39:35.412Z Compiling precomputed-hash v0.1.1
16652026-05-12T03:39:35.506Z Compiling either v1.15.0
16662026-05-12T03:39:35.715Z Compiling predicates-core v1.0.10
16672026-05-12T03:39:35.748Z Compiling normalize-line-endings v0.3.0
16682026-05-12T03:39:35.906Z Compiling typed-path v0.9.3
16692026-05-12T03:39:35.950Z Compiling predicates v3.1.4
16702026-05-12T03:39:35.950Z Compiling strum v0.26.3
16712026-05-12T03:39:35.950Z Compiling clap v4.5.60
16722026-05-12T03:39:35.979Z Compiling itertools v0.13.0
16732026-05-12T03:39:36.029Z Compiling hickory-proto v0.25.2
16742026-05-12T03:39:36.507Z Compiling string_cache v0.8.9
16752026-05-12T03:39:36.593Z Compiling sha3 v0.10.8
16762026-05-12T03:39:36.594Z Compiling tokio-postgres v0.7.16
16772026-05-12T03:39:36.726Z Compiling petgraph v0.8.3
16782026-05-12T03:39:36.795Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16792026-05-12T03:39:37.045Z Compiling iddqd v0.3.18
16802026-05-12T03:39:37.200Z Compiling petgraph v0.6.5
16812026-05-12T03:39:38.274Z Compiling zip v4.6.1
16822026-05-12T03:39:38.659Z Compiling env_logger v0.11.9
16832026-05-12T03:39:38.691Z Compiling usdt v0.6.0
16842026-05-12T03:39:38.691Z Compiling usdt-impl v0.5.0
16852026-05-12T03:39:38.912Z Compiling toml_edit v0.22.27
16862026-05-12T03:39:38.943Z Compiling ecdsa v0.16.9
16872026-05-12T03:39:38.984Z Compiling rsa v0.9.10
16882026-05-12T03:39:39.134Z Compiling ed25519-dalek v2.2.0
16892026-05-12T03:39:39.265Z Compiling serde_with v3.17.0
16902026-05-12T03:39:39.367Z Compiling crossterm v0.28.1
16912026-05-12T03:39:39.801Z Compiling zip v0.6.6
16922026-05-12T03:39:40.736Z Compiling toml v0.7.8
16932026-05-12T03:39:40.986Z Compiling rand v0.10.0
16942026-05-12T03:39:41.048Z Compiling heck v0.4.1
16952026-05-12T03:39:41.100Z Compiling similar v2.7.0
16962026-05-12T03:39:41.296Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-05-12T03:39:41.310Z Compiling crossbeam-epoch v0.9.18
16982026-05-12T03:39:41.679Z Compiling tokio-stream v0.1.18
16992026-05-12T03:39:42.002Z Compiling buf-list v1.1.2
17002026-05-12T03:39:42.021Z Compiling x509-cert v0.2.5
17012026-05-12T03:39:42.022Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17022026-05-12T03:39:42.022Z Compiling openapiv3 v2.2.0
17032026-05-12T03:39:42.022Z Compiling sha1 v0.10.6
17042026-05-12T03:39:42.098Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-05-12T03:39:42.182Z Compiling peg-runtime v0.8.5
17062026-05-12T03:39:42.244Z Compiling lalrpop-util v0.19.12
17072026-05-12T03:39:42.401Z Compiling thread_local v1.1.9
17082026-05-12T03:39:42.527Z Compiling slog-async v2.8.0
17092026-05-12T03:39:42.527Z Compiling crossbeam-channel v0.5.15
17102026-05-12T03:39:42.527Z Compiling is-terminal v0.4.17
17112026-05-12T03:39:42.586Z Compiling filetime v0.2.27
17122026-05-12T03:39:42.623Z Compiling xattr v1.6.1
17132026-05-12T03:39:42.696Z Compiling take_mut v0.2.2
17142026-05-12T03:39:42.734Z Compiling term v1.2.1
17152026-05-12T03:39:42.773Z Compiling tar v0.4.45
17162026-05-12T03:39:43.255Z Compiling slog-term v2.9.2
17172026-05-12T03:39:52.425Z Compiling rustls-webpki v0.103.9
17182026-05-12T03:39:55.571Z Compiling tokio-rustls v0.26.4
17192026-05-12T03:39:55.571Z Compiling rustls-platform-verifier v0.6.2
17202026-05-12T03:39:55.655Z Compiling hyper-rustls v0.27.7
17212026-05-12T03:39:55.655Z Compiling reqwest v0.12.28
17222026-05-12T03:39:55.655Z Compiling reqwest v0.13.2
17232026-05-12T03:39:56.800Z Compiling tough v0.22.0
17242026-05-12T03:39:59.337Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-05-12T03:39:59.585Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-05-12T03:40:02.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17272026-05-12T03:40:02.537Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-05-12T03:40:02.577ZMay 12 03:40:00.863 INFO Starting download, target: Clickhouse
17292026-05-12T03:40:02.577ZMay 12 03:40:00.864 INFO Starting download, target: Console
17302026-05-12T03:40:02.577ZMay 12 03:40:00.864 INFO Starting download, target: Cockroach
17312026-05-12T03:40:02.587ZMay 12 03:40:00.864 INFO Starting download, target: DendriteStub
17322026-05-12T03:40:02.587ZMay 12 03:40:00.864 INFO Starting download, target: MaghemiteMgd
17332026-05-12T03:40:02.587ZMay 12 03:40:00.864 INFO Starting download, target: TransceiverControl
17342026-05-12T03:40:02.587ZMay 12 03:40:00.864 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-05-12T03:40:02.587ZMay 12 03:40:00.864 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-05-12T03:40:02.587ZMay 12 03:40:00.864 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-05-12T03:40:02.587ZMay 12 03:40:00.864 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-05-12T03:40:02.587ZMay 12 03:40:00.864 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-05-12T03:40:02.587ZMay 12 03:40:00.864 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-05-12T03:40:03.649ZMay 12 03:40:01.863 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-05-12T03:40:03.759ZMay 12 03:40:01.982 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-05-12T03:40:03.872ZMay 12 03:40:02.094 INFO Download complete, target: Console
17432026-05-12T03:40:03.917ZMay 12 03:40:02.187 INFO Download complete, target: TransceiverControl
17442026-05-12T03:40:04.449ZMay 12 03:40:02.726 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-05-12T03:40:06.346ZMay 12 03:40:04.628 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-05-12T03:40:07.672ZMay 12 03:40:05.945 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-05-12T03:40:08.587ZMay 12 03:40:06.868 INFO Download complete, target: DendriteStub
17482026-05-12T03:40:09.893ZMay 12 03:40:08.184 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-12T03:40:09.893ZMay 12 03:40:08.184 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-12T03:40:10.074ZMay 12 03:40:08.365 INFO Download complete, target: MaghemiteMgd
17512026-05-12T03:40:11.259ZMay 12 03:40:09.550 INFO Checking that binary works, target: Clickhouse
17522026-05-12T03:40:11.365ZMay 12 03:40:09.648 INFO Download complete, target: Clickhouse
17532026-05-12T03:40:14.413ZMay 12 03:40:12.684 INFO Checking that binary works, target: Cockroach
17542026-05-12T03:40:14.605ZMay 12 03:40:12.804 INFO Download complete, target: Cockroach
17552026-05-12T03:40:14.638ZAll builder prerequisites installed successfully, and PATH looks valid
17562026-05-12T03:40:14.638Z
17572026-05-12T03:40:14.638Zreal 2:18.227753078
17582026-05-12T03:40:14.638Zuser 6:55.986372341
17592026-05-12T03:40:14.638Zsys 1:22.673764029
17602026-05-12T03:40:14.638Ztrap 0.215420246
17612026-05-12T03:40:14.638Ztflt 0.740244253
17622026-05-12T03:40:14.638Zdflt 0.572586111
17632026-05-12T03:40:14.638Zkflt 0.022715380
17642026-05-12T03:40:14.638Zlock 22:20.552394412
17652026-05-12T03:40:14.638Zslp 21:21.367196827
17662026-05-12T03:40:14.638Zlat 40.791935965
17672026-05-12T03:40:14.638Zstop 1:58.105318285
17682026-05-12T03:40:14.638Z+ banner hack-check
17692026-05-12T03:40:14.639Z
17702026-05-12T03:40:14.639Z # # ## #### # # #### # # ###### #### # #
17712026-05-12T03:40:14.639Z # # # # # # # # # # # # # # # # #
17722026-05-12T03:40:14.639Z ###### # # # #### ##### # ###### ##### # ####
17732026-05-12T03:40:14.639Z # # ###### # # # # # # # # # #
17742026-05-12T03:40:14.640Z # # # # # # # # # # # # # # # # #
17752026-05-12T03:40:14.640Z # # # # #### # # #### # # ###### #### # #
17762026-05-12T03:40:14.640Z
17772026-05-12T03:40:14.640Z+ export CARGO_INCREMENTAL=0
17782026-05-12T03:40:14.640Z+ CARGO_INCREMENTAL=0
17792026-05-12T03:40:14.640Z+ ptime -m timeout 2h cargo xtask check-features --ci
17802026-05-12T03:40:15.084Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17812026-05-12T03:40:15.320Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17822026-05-12T03:40:17.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17832026-05-12T03:40:17.260Z Running `target/debug/xtask check-features --ci`
17842026-05-12T03:40:17.287Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17852026-05-12T03:40:17.305Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17862026-05-12T03:40:17.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17872026-05-12T03:40:17.907Z Running `target/debug/xtask download cargo-hack`
17882026-05-12T03:40:18.676Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17892026-05-12T03:40:18.915Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17902026-05-12T03:40:21.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
17912026-05-12T03:40:21.549Z Running `target/debug/xtask-downloader cargo-hack`
17922026-05-12T03:40:21.601ZMay 12 03:40:19.880 INFO Starting download, target: CargoHack
17932026-05-12T03:40:21.610ZMay 12 03:40:19.880 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17942026-05-12T03:40:21.806ZMay 12 03:40:20.097 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17952026-05-12T03:40:21.859ZMay 12 03:40:20.148 INFO Download complete, target: CargoHack
17962026-05-12T03:40:21.879Zrunning: "/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"
17972026-05-12T03:40:21.891Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17982026-05-12T03:40:22.046Zinfo: running `cargo check --bins` on api_identity (1/274)
17992026-05-12T03:40:22.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-12T03:40:22.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-12T03:40:22.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-12T03:40:22.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18032026-05-12T03:40:22.615Z
18042026-05-12T03:40:22.615Zinfo: running `cargo check --bins` on bootstore (2/274)
18052026-05-12T03:40:23.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-12T03:40:23.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-12T03:40:23.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-12T03:40:23.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18092026-05-12T03:40:23.193Z
18102026-05-12T03:40:23.193Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18112026-05-12T03:40:23.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-12T03:40:23.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-12T03:40:23.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-12T03:40:23.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18152026-05-12T03:40:23.800Z
18162026-05-12T03:40:23.800Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18172026-05-12T03:40:24.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-12T03:40:24.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-12T03:40:24.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-12T03:40:24.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18212026-05-12T03:40:24.364Z
18222026-05-12T03:40:24.365Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18232026-05-12T03:40:24.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-12T03:40:24.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-12T03:40:24.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-12T03:40:24.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18272026-05-12T03:40:24.950Z
18282026-05-12T03:40:24.950Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18292026-05-12T03:40:25.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-12T03:40:25.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-12T03:40:25.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-12T03:40:25.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18332026-05-12T03:40:25.548Z
18342026-05-12T03:40:25.548Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18352026-05-12T03:40:26.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-12T03:40:26.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-12T03:40:26.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-12T03:40:26.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18392026-05-12T03:40:26.227Z
18402026-05-12T03:40:26.228Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18412026-05-12T03:40:26.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-12T03:40:26.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-12T03:40:26.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-12T03:40:26.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18452026-05-12T03:40:26.729Z
18462026-05-12T03:40:26.729Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18472026-05-12T03:40:27.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-12T03:40:27.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-12T03:40:27.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-12T03:40:27.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-12T03:40:27.189Z
18522026-05-12T03:40:27.190Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18532026-05-12T03:40:27.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-12T03:40:27.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-12T03:40:27.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-12T03:40:27.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572026-05-12T03:40:27.662Z
18582026-05-12T03:40:27.662Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18592026-05-12T03:40:28.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-12T03:40:28.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-12T03:40:28.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-12T03:40:28.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-12T03:40:28.132Z
18642026-05-12T03:40:28.132Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18652026-05-12T03:40:28.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-12T03:40:28.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-12T03:40:28.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-12T03:40:28.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-05-12T03:40:28.593Z
18702026-05-12T03:40:28.594Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18712026-05-12T03:40:29.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-12T03:40:29.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-12T03:40:29.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-12T03:40:29.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-12T03:40:29.061Z
18762026-05-12T03:40:29.061Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18772026-05-12T03:40:29.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-12T03:40:29.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-12T03:40:29.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-12T03:40:29.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-12T03:40:29.528Z
18822026-05-12T03:40:29.528Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18832026-05-12T03:40:30.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-12T03:40:30.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-12T03:40:30.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-12T03:40:30.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-12T03:40:30.057Z
18882026-05-12T03:40:30.057Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18892026-05-12T03:40:30.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-12T03:40:30.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-12T03:40:30.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-12T03:40:30.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-12T03:40:30.525Z
18942026-05-12T03:40:30.525Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18952026-05-12T03:40:30.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-12T03:40:30.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-12T03:40:30.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-12T03:40:30.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-12T03:40:31.225Z
19002026-05-12T03:40:31.225Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19012026-05-12T03:40:31.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-12T03:40:31.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-12T03:40:31.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-12T03:40:31.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-12T03:40:31.464Z
19062026-05-12T03:40:31.465Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19072026-05-12T03:40:31.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-12T03:40:31.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-12T03:40:31.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-12T03:40:31.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-12T03:40:31.880Z
19122026-05-12T03:40:31.880Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19132026-05-12T03:40:32.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-12T03:40:32.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-12T03:40:32.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-12T03:40:32.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-12T03:40:32.634Z
19182026-05-12T03:40:32.634Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19192026-05-12T03:40:32.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-12T03:40:33.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-12T03:40:33.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-12T03:40:33.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-12T03:40:33.161Z
19242026-05-12T03:40:33.161Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19252026-05-12T03:40:33.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-12T03:40:33.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-12T03:40:33.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-12T03:40:33.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-12T03:40:33.561Z
19302026-05-12T03:40:33.561Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19312026-05-12T03:40:33.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-12T03:40:34.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-12T03:40:34.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-12T03:40:34.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-12T03:40:34.032Z
19362026-05-12T03:40:34.032Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19372026-05-12T03:40:34.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-12T03:40:34.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-12T03:40:34.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-12T03:40:34.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-12T03:40:34.426Z
19422026-05-12T03:40:34.426Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19432026-05-12T03:40:35.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-12T03:40:35.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-12T03:40:35.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-12T03:40:35.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-12T03:40:35.419Z
19482026-05-12T03:40:35.419Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19492026-05-12T03:40:35.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-12T03:40:35.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-12T03:40:35.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-12T03:40:35.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-12T03:40:35.823Z
19542026-05-12T03:40:35.823Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19552026-05-12T03:40:36.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-12T03:40:36.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-12T03:40:36.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-12T03:40:36.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-12T03:40:36.038Z
19602026-05-12T03:40:36.038Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19612026-05-12T03:40:36.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-12T03:40:36.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-12T03:40:36.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-12T03:40:36.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-12T03:40:36.660Z
19662026-05-12T03:40:36.660Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19672026-05-12T03:40:37.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-12T03:40:37.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-12T03:40:37.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-12T03:40:37.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-12T03:40:37.031Z
19722026-05-12T03:40:37.031Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19732026-05-12T03:40:41.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-12T03:40:41.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-12T03:40:41.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-12T03:40:41.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-12T03:40:41.498Z
19782026-05-12T03:40:41.498Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19792026-05-12T03:40:41.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-12T03:40:41.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-12T03:40:41.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-12T03:40:41.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-12T03:40:41.983Z
19842026-05-12T03:40:41.983Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19852026-05-12T03:40:41.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-12T03:40:41.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-12T03:40:41.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-12T03:40:41.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-12T03:40:41.985Z
19902026-05-12T03:40:41.985Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19912026-05-12T03:40:41.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-12T03:40:41.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-12T03:40:41.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-12T03:40:41.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-12T03:40:42.209Z
19962026-05-12T03:40:42.209Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19972026-05-12T03:40:42.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-12T03:40:42.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-12T03:40:42.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-12T03:40:42.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-12T03:40:42.209Z
20022026-05-12T03:40:42.209Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20032026-05-12T03:40:42.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-12T03:40:42.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-12T03:40:42.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-12T03:40:42.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-12T03:40:42.209Z
20082026-05-12T03:40:42.209Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20092026-05-12T03:40:42.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-12T03:40:42.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-12T03:40:42.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-12T03:40:42.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-12T03:40:42.210Z
20142026-05-12T03:40:42.210Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20152026-05-12T03:40:42.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-12T03:40:42.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-12T03:40:42.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-12T03:40:42.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-12T03:40:42.210Z
20202026-05-12T03:40:42.210Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20212026-05-12T03:40:42.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-12T03:40:42.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-12T03:40:42.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-12T03:40:42.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-12T03:40:42.211Z
20262026-05-12T03:40:42.211Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20272026-05-12T03:40:42.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-12T03:40:42.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-12T03:40:42.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-12T03:40:42.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-12T03:40:42.211Z
20322026-05-12T03:40:42.211Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20332026-05-12T03:40:42.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-12T03:40:42.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-12T03:40:42.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-12T03:40:42.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-12T03:40:42.211Z
20382026-05-12T03:40:42.211Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20392026-05-12T03:40:42.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-12T03:40:42.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-12T03:40:42.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-12T03:40:42.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-12T03:40:42.568Z
20442026-05-12T03:40:42.568Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20452026-05-12T03:40:42.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-12T03:40:42.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-12T03:40:42.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-12T03:40:42.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-12T03:40:44.251Z
20502026-05-12T03:40:44.251Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20512026-05-12T03:40:45.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-12T03:40:45.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-12T03:40:45.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-12T03:40:45.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-12T03:40:45.167Z
20562026-05-12T03:40:45.167Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20572026-05-12T03:40:45.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-12T03:40:45.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-12T03:40:45.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-12T03:40:45.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-12T03:40:45.393Z
20622026-05-12T03:40:45.393Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20632026-05-12T03:40:45.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-12T03:40:45.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-12T03:40:45.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-12T03:40:45.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-12T03:40:45.393Z
20682026-05-12T03:40:45.393Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20692026-05-12T03:40:45.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-12T03:40:45.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-12T03:40:45.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-12T03:40:45.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20732026-05-12T03:40:45.393Z
20742026-05-12T03:40:45.393Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20752026-05-12T03:40:45.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-12T03:40:45.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-12T03:40:45.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-12T03:40:45.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20792026-05-12T03:40:45.394Z
20802026-05-12T03:40:45.394Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20812026-05-12T03:40:45.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-12T03:40:45.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-12T03:40:45.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-12T03:40:45.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20852026-05-12T03:40:45.434Z
20862026-05-12T03:40:45.434Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20872026-05-12T03:40:45.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-12T03:40:46.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-12T03:40:46.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-12T03:40:46.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20912026-05-12T03:40:46.050Z
20922026-05-12T03:40:46.051Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20932026-05-12T03:40:46.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-12T03:40:46.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-12T03:40:46.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-12T03:40:46.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20972026-05-12T03:40:46.829Z
20982026-05-12T03:40:46.829Zinfo: running `cargo check --bins` on nexus-config (51/274)
20992026-05-12T03:40:47.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-12T03:40:47.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-12T03:40:47.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-12T03:40:47.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21032026-05-12T03:40:47.327Z
21042026-05-12T03:40:47.327Zinfo: running `cargo check --bins` on nexus-types (52/274)
21052026-05-12T03:40:47.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-12T03:40:47.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-12T03:40:47.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-12T03:40:47.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21092026-05-12T03:40:47.923Z
21102026-05-12T03:40:47.923Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21112026-05-12T03:40:48.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-12T03:40:48.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-12T03:40:48.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-12T03:40:48.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21152026-05-12T03:40:48.532Z
21162026-05-12T03:40:48.532Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21172026-05-12T03:40:49.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-12T03:40:49.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-12T03:40:49.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-12T03:40:49.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21212026-05-12T03:40:49.180Z
21222026-05-12T03:40:49.180Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21232026-05-12T03:40:49.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-12T03:40:49.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-12T03:40:49.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-12T03:40:49.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21272026-05-12T03:40:49.743Z
21282026-05-12T03:40:49.743Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21292026-05-12T03:40:50.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-12T03:40:50.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-12T03:40:50.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-12T03:40:50.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21332026-05-12T03:40:50.425Z
21342026-05-12T03:40:50.425Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21352026-05-12T03:40:50.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-12T03:40:50.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-12T03:40:50.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-12T03:40:50.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21392026-05-12T03:40:50.939Z
21402026-05-12T03:40:50.939Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21412026-05-12T03:40:51.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-12T03:40:51.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-12T03:40:51.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-12T03:40:51.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21452026-05-12T03:40:51.539Z
21462026-05-12T03:40:51.539Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21472026-05-12T03:40:52.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-12T03:40:52.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-12T03:40:52.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-12T03:40:52.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21512026-05-12T03:40:52.122Z
21522026-05-12T03:40:52.122Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21532026-05-12T03:40:52.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-12T03:40:52.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-12T03:40:52.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-12T03:40:52.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21572026-05-12T03:40:52.703Z
21582026-05-12T03:40:52.703Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21592026-05-12T03:40:53.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-12T03:40:53.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-12T03:40:53.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-12T03:40:53.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21632026-05-12T03:40:53.315Z
21642026-05-12T03:40:53.315Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21652026-05-12T03:40:53.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-12T03:40:53.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-12T03:40:53.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-12T03:40:53.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21692026-05-12T03:40:53.870Z
21702026-05-12T03:40:53.870Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21712026-05-12T03:40:54.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-12T03:40:54.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-12T03:40:54.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-12T03:40:54.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21752026-05-12T03:40:54.465Z
21762026-05-12T03:40:54.465Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21772026-05-12T03:40:54.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-12T03:40:54.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-12T03:40:54.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-12T03:40:54.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21812026-05-12T03:40:55.069Z
21822026-05-12T03:40:55.069Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21832026-05-12T03:40:55.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-12T03:40:55.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-12T03:40:55.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-12T03:40:55.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-12T03:40:55.657Z
21882026-05-12T03:40:55.657Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21892026-05-12T03:40:56.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-12T03:40:56.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-12T03:40:56.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-12T03:40:56.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-12T03:40:56.242Z
21942026-05-12T03:40:56.242Zinfo: running `cargo check --bins` on ereport-types (67/274)
21952026-05-12T03:40:56.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-12T03:40:56.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-12T03:40:56.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-12T03:40:56.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-12T03:40:56.846Z
22002026-05-12T03:40:56.847Zinfo: running `cargo check --bins` on gateway-client (68/274)
22012026-05-12T03:40:57.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-12T03:40:57.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-12T03:40:57.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-12T03:40:57.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22052026-05-12T03:40:57.436Z
22062026-05-12T03:40:57.436Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22072026-05-12T03:40:57.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-12T03:40:57.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-12T03:40:57.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-12T03:40:58.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22112026-05-12T03:40:58.035Z
22122026-05-12T03:40:58.035Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22132026-05-12T03:40:58.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-12T03:40:58.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-12T03:40:58.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-12T03:40:58.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22172026-05-12T03:40:58.625Z
22182026-05-12T03:40:58.625Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22192026-05-12T03:40:59.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-12T03:40:59.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-12T03:40:59.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-12T03:40:59.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22232026-05-12T03:40:59.221Z
22242026-05-12T03:40:59.221Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22252026-05-12T03:40:59.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-12T03:40:59.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-12T03:40:59.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-12T03:40:59.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22292026-05-12T03:40:59.821Z
22302026-05-12T03:40:59.821Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22312026-05-12T03:41:00.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-12T03:41:00.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-12T03:41:00.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-05-12T03:41:00.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22352026-05-12T03:41:00.435Z
22362026-05-12T03:41:00.435Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22372026-05-12T03:41:00.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-05-12T03:41:00.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-05-12T03:41:00.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-05-12T03:41:00.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22412026-05-12T03:41:01.048Z
22422026-05-12T03:41:01.048Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22432026-05-12T03:41:01.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-05-12T03:41:01.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-05-12T03:41:01.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-05-12T03:41:01.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22472026-05-12T03:41:01.633Z
22482026-05-12T03:41:01.633Zinfo: running `cargo check --bins` on oxlog (76/274)
22492026-05-12T03:41:02.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-05-12T03:41:02.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-05-12T03:41:02.248Z Checking cfg-if v1.0.4
22522026-05-12T03:41:02.255Z Checking libc v0.2.185
22532026-05-12T03:41:02.255Z Checking serde_core v1.0.228
22542026-05-12T03:41:02.378Z Checking zeroize v1.8.2
22552026-05-12T03:41:02.381Z Checking memchr v2.8.0
22562026-05-12T03:41:02.390Z Checking log v0.4.29
22572026-05-12T03:41:02.395Z Checking smallvec v1.15.1
22582026-05-12T03:41:02.408Z Checking typenum v1.19.0
22592026-05-12T03:41:02.408Z Checking subtle v2.6.1
22602026-05-12T03:41:02.508Z Checking itoa v1.0.17
22612026-05-12T03:41:02.564Z Checking scopeguard v1.2.0
22622026-05-12T03:41:02.572Z Checking stable_deref_trait v1.2.1
22632026-05-12T03:41:02.591Z Checking const-oid v0.9.6
22642026-05-12T03:41:02.629Z Checking portable-atomic v1.13.1
22652026-05-12T03:41:02.646Z Checking lock_api v0.4.14
22662026-05-12T03:41:02.656Z Checking zerofrom v0.1.6
22672026-05-12T03:41:02.755Z Checking getrandom v0.2.17
22682026-05-12T03:41:02.755Z Checking errno v0.3.14
22692026-05-12T03:41:02.803Z Checking critical-section v1.2.0
22702026-05-12T03:41:02.838Z Checking yoke v0.8.1
22712026-05-12T03:41:02.872Z Checking pin-project-lite v0.2.17
22722026-05-12T03:41:02.899Z Checking signal-hook-registry v1.4.8
22732026-05-12T03:41:02.916Z Checking rand_core v0.6.4
22742026-05-12T03:41:02.935Z Checking generic-array v0.14.7
22752026-05-12T03:41:02.962Z Checking parking_lot_core v0.9.12
22762026-05-12T03:41:03.008Z Checking zerovec v0.11.5
22772026-05-12T03:41:03.024Z Checking once_cell v1.21.3
22782026-05-12T03:41:03.057Z Checking futures-core v0.3.32
22792026-05-12T03:41:03.078Z Checking mio v1.2.0
22802026-05-12T03:41:03.142Z Checking parking_lot v0.12.5
22812026-05-12T03:41:03.178Z Checking zerocopy v0.8.40
22822026-05-12T03:41:03.194Z Checking zmij v1.0.21
22832026-05-12T03:41:03.246Z Checking socket2 v0.6.3
22842026-05-12T03:41:03.325Z Checking libm v0.2.16
22852026-05-12T03:41:03.354Z Checking writeable v0.6.2
22862026-05-12T03:41:03.370Z Checking crypto-common v0.1.7
22872026-05-12T03:41:03.401Z Checking block-buffer v0.10.4
22882026-05-12T03:41:03.432Z Checking tinystr v0.8.2
22892026-05-12T03:41:03.484Z Checking litemap v0.8.1
22902026-05-12T03:41:03.498Z Checking equivalent v1.0.2
22912026-05-12T03:41:03.512Z Checking percent-encoding v2.3.2
22922026-05-12T03:41:03.538Z Checking digest v0.10.7
22932026-05-12T03:41:03.575Z Checking potential_utf v0.1.4
22942026-05-12T03:41:03.609Z Checking zerotrie v0.2.3
22952026-05-12T03:41:03.661Z Checking icu_locale_core v2.1.1
22962026-05-12T03:41:03.675Z Checking futures-sink v0.3.32
22972026-05-12T03:41:03.703Z Checking rand_core v0.10.0
22982026-05-12T03:41:03.730Z Checking icu_collections v2.1.1
22992026-05-12T03:41:03.756Z Checking futures-channel v0.3.32
23002026-05-12T03:41:03.820Z Checking serde v1.0.228
23012026-05-12T03:41:03.840Z Checking bitflags v2.11.0
23022026-05-12T03:41:03.855Z Checking serde_json v1.0.149
23032026-05-12T03:41:03.942Z Checking futures-task v0.3.32
23042026-05-12T03:41:04.008Z Checking cpufeatures v0.2.17
23052026-05-12T03:41:04.018Z Checking num-traits v0.2.19
23062026-05-12T03:41:04.031Z Checking futures-io v0.3.32
23072026-05-12T03:41:04.069Z Checking slab v0.4.12
23082026-05-12T03:41:04.082Z Checking getrandom v0.4.1
23092026-05-12T03:41:04.139Z Checking hmac v0.12.1
23102026-05-12T03:41:04.201Z Checking icu_provider v2.1.1
23112026-05-12T03:41:04.218Z Checking futures-util v0.3.32
23122026-05-12T03:41:04.224Z Checking icu_properties_data v2.1.2
23132026-05-12T03:41:04.244Z Checking bytes v1.11.1
23142026-05-12T03:41:04.264Z Checking icu_normalizer_data v2.1.1
23152026-05-12T03:41:04.336Z Checking hashbrown v0.17.0
23162026-05-12T03:41:04.357Z Checking block-padding v0.3.3
23172026-05-12T03:41:04.427Z Checking icu_normalizer v2.1.1
23182026-05-12T03:41:04.492Z Checking icu_properties v2.1.2
23192026-05-12T03:41:04.518Z Checking inout v0.1.4
23202026-05-12T03:41:04.537Z Checking utf8_iter v1.0.4
23212026-05-12T03:41:04.655Z Checking cipher v0.4.4
23222026-05-12T03:41:04.669Z Checking sha2 v0.10.9
23232026-05-12T03:41:04.680Z Checking tokio v1.52.1
23242026-05-12T03:41:04.738Z Checking form_urlencoded v1.2.2
23252026-05-12T03:41:04.799Z Checking indexmap v2.14.0
23262026-05-12T03:41:04.884Z Checking getrandom v0.3.4
23272026-05-12T03:41:04.899Z Checking fnv v1.0.7
23282026-05-12T03:41:04.934Z Checking byteorder v1.5.0
23292026-05-12T03:41:04.961Z Checking base64ct v1.8.3
23302026-05-12T03:41:05.003Z Checking flagset v0.4.7
23312026-05-12T03:41:05.127Z Checking rand_core v0.9.5
23322026-05-12T03:41:05.142Z Checking http v1.4.0
23332026-05-12T03:41:05.193Z Checking pem-rfc7468 v0.7.0
23342026-05-12T03:41:05.306Z Checking idna_adapter v1.2.1
23352026-05-12T03:41:05.318Z Checking regex-syntax v0.8.10
23362026-05-12T03:41:05.344Z Checking salsa20 v0.10.2
23372026-05-12T03:41:05.357Z Checking der v0.7.10
23382026-05-12T03:41:05.423Z Checking idna v1.1.0
23392026-05-12T03:41:05.474Z Checking pbkdf2 v0.12.2
23402026-05-12T03:41:05.586Z Checking uuid v1.23.0
23412026-05-12T03:41:05.664Z Checking url v2.5.8
23422026-05-12T03:41:05.692Z Checking rustix v1.1.3
23432026-05-12T03:41:05.901Z Checking tracing-core v0.1.36
23442026-05-12T03:41:05.930Z Checking ppv-lite86 v0.2.21
23452026-05-12T03:41:06.083Z Checking spki v0.7.3
23462026-05-12T03:41:06.098Z Checking rustls-pki-types v1.14.0
23472026-05-12T03:41:06.112Z Checking iana-time-zone v0.1.65
23482026-05-12T03:41:06.207Z Checking base64 v0.22.1
23492026-05-12T03:41:06.221Z Checking chrono v0.4.44
23502026-05-12T03:41:06.221Z Checking rand_chacha v0.9.0
23512026-05-12T03:41:06.245Z Checking tracing v0.1.44
23522026-05-12T03:41:06.374Z Checking http-body v1.0.1
23532026-05-12T03:41:06.438Z Checking scrypt v0.11.0
23542026-05-12T03:41:06.455Z Checking aes v0.8.4
23552026-05-12T03:41:06.468Z Checking cbc v0.1.2
23562026-05-12T03:41:06.519Z Checking aws-lc-sys v0.40.0
23572026-05-12T03:41:06.535Z Checking tinyvec_macros v0.1.1
23582026-05-12T03:41:06.580Z Checking untrusted v0.7.1
23592026-05-12T03:41:06.593Z Checking openssl-probe v0.2.1
23602026-05-12T03:41:06.603Z Checking untrusted v0.9.0
23612026-05-12T03:41:06.633Z Checking tinyvec v1.10.0
23622026-05-12T03:41:06.693Z Checking rand v0.9.2
23632026-05-12T03:41:06.707Z Checking try-lock v0.2.5
23642026-05-12T03:41:06.718Z Checking ring v0.17.14
23652026-05-12T03:41:06.810Z Checking tower-service v0.3.3
23662026-05-12T03:41:06.858Z Checking pkcs5 v0.7.1
23672026-05-12T03:41:06.893Z Checking atomic-waker v1.1.2
23682026-05-12T03:41:06.946Z Checking tower-layer v0.3.3
23692026-05-12T03:41:06.993Z Checking want v0.3.1
23702026-05-12T03:41:07.035Z Checking aws-lc-rs v1.16.3
23712026-05-12T03:41:07.128Z Checking ipnet v2.11.0
23722026-05-12T03:41:07.139Z Checking httparse v1.10.1
23732026-05-12T03:41:07.139Z Checking aho-corasick v1.1.4
23742026-05-12T03:41:07.140Z Checking pkcs8 v0.10.2
23752026-05-12T03:41:07.167Z Checking httpdate v1.0.3
23762026-05-12T03:41:07.305Z Checking fastrand v2.3.0
23772026-05-12T03:41:07.320Z Checking foreign-types-shared v0.1.1
23782026-05-12T03:41:07.336Z Checking plain v0.2.3
23792026-05-12T03:41:07.351Z Checking pin-utils v0.1.0
23802026-05-12T03:41:07.402Z Checking dyn-clone v1.0.20
23812026-05-12T03:41:07.418Z Checking foreign-types v0.3.2
23822026-05-12T03:41:07.434Z Checking unicode-normalization v0.1.25
23832026-05-12T03:41:07.482Z Checking tempfile v3.25.0
23842026-05-12T03:41:07.496Z Checking semver v1.0.28
23852026-05-12T03:41:07.507Z Checking openssl-sys v0.9.114
23862026-05-12T03:41:07.685Z Checking spin v0.9.8
23872026-05-12T03:41:07.703Z Checking ucd-trie v0.1.7
23882026-05-12T03:41:07.716Z Checking unicode-ident v1.0.24
23892026-05-12T03:41:07.792Z Checking regex-automata v0.4.14
23902026-05-12T03:41:07.826Z Checking proc-macro2 v1.0.106
23912026-05-12T03:41:07.839Z Checking pest v2.8.6
23922026-05-12T03:41:07.851Z Checking schemars v0.8.22
23932026-05-12T03:41:07.865Z Checking rustls-webpki v0.103.9
23942026-05-12T03:41:07.883Z Checking rustls-native-certs v0.8.3
23952026-05-12T03:41:07.903Z Checking tokio-util v0.7.18
23962026-05-12T03:41:08.003Z Checking thiserror v2.0.18
23972026-05-12T03:41:08.018Z Checking openssl v0.10.78
23982026-05-12T03:41:08.103Z Checking sync_wrapper v1.0.2
23992026-05-12T03:41:08.136Z Checking wait-timeout v0.2.1
24002026-05-12T03:41:08.206Z Checking powerfmt v0.2.0
24012026-05-12T03:41:08.258Z Checking anstyle v1.0.13
24022026-05-12T03:41:08.300Z Checking rustls v0.23.37
24032026-05-12T03:41:08.360Z Checking bit-vec v0.8.0
24042026-05-12T03:41:08.434Z Checking pretty-hex v0.4.1
24052026-05-12T03:41:08.490Z Checking siphasher v1.0.2
24062026-05-12T03:41:08.504Z Checking h2 v0.4.13
24072026-05-12T03:41:08.547Z Checking quick-error v1.2.3
24082026-05-12T03:41:08.559Z Checking simd-adler32 v0.3.8
24092026-05-12T03:41:08.649Z Checking utf8parse v0.2.2
24102026-05-12T03:41:08.659Z Checking rusty-fork v0.3.1
24112026-05-12T03:41:08.728Z Checking bit-set v0.8.0
24122026-05-12T03:41:08.743Z Checking anstyle-parse v0.2.7
24132026-05-12T03:41:08.823Z Checking deranged v0.5.8
24142026-05-12T03:41:08.877Z Checking tower v0.5.3
24152026-05-12T03:41:08.893Z Checking quote v1.0.45
24162026-05-12T03:41:08.902Z Compiling newtype-uuid v1.3.2
24172026-05-12T03:41:09.052Z Checking http-body-util v0.1.3
24182026-05-12T03:41:09.084Z Checking webpki-roots v1.0.6
24192026-05-12T03:41:09.199Z Checking crossbeam-utils v0.8.21
24202026-05-12T03:41:09.252Z Checking rand_xorshift v0.4.0
24212026-05-12T03:41:09.269Z Checking crc32fast v1.5.0
24222026-05-12T03:41:09.370Z Checking scroll v0.13.0
24232026-05-12T03:41:09.405Z Checking signature v2.2.0
24242026-05-12T03:41:09.528Z Checking unicode-properties v0.1.4
24252026-05-12T03:41:09.543Z Checking num_threads v0.1.7
24262026-05-12T03:41:09.594Z Checking unicode-bidi v0.3.18
24272026-05-12T03:41:09.608Z Checking is_terminal_polyfill v1.70.2
24282026-05-12T03:41:09.624Z Checking adler2 v2.0.1
24292026-05-12T03:41:09.696Z Checking num-conv v0.2.0
24302026-05-12T03:41:09.722Z Checking allocator-api2 v0.2.21
24312026-05-12T03:41:09.732Z Checking ryu v1.0.23
24322026-05-12T03:41:09.751Z Checking unarray v0.1.4
24332026-05-12T03:41:09.810Z Checking colorchoice v1.0.4
24342026-05-12T03:41:09.846Z Checking time-core v0.1.8
24352026-05-12T03:41:09.872Z Checking iri-string v0.7.10
24362026-05-12T03:41:09.890Z Checking anstyle-query v1.1.5
24372026-05-12T03:41:09.906Z Checking stringprep v0.1.5
24382026-05-12T03:41:09.979Z Checking time v0.3.47
24392026-05-12T03:41:09.986Z Checking anstream v0.6.21
24402026-05-12T03:41:10.011Z Checking native-tls v0.2.18
24412026-05-12T03:41:10.011Z Checking serde_urlencoded v0.7.1
24422026-05-12T03:41:10.059Z Checking proptest v1.10.0
24432026-05-12T03:41:10.184Z Checking tokio-native-tls v0.3.1
24442026-05-12T03:41:10.198Z Checking miniz_oxide v0.8.9
24452026-05-12T03:41:10.216Z Checking bstr v1.12.1
24462026-05-12T03:41:10.342Z Checking goblin v0.10.5
24472026-05-12T03:41:10.553Z Checking crossbeam-epoch v0.9.18
24482026-05-12T03:41:10.601Z Checking syn v2.0.117
24492026-05-12T03:41:10.615Z Checking tokio-rustls v0.26.4
24502026-05-12T03:41:10.775Z Compiling daft v0.1.5
24512026-05-12T03:41:10.843Z Checking ipnetwork v0.21.1
24522026-05-12T03:41:10.870Z Checking tower-http v0.6.8
24532026-05-12T03:41:11.056Z Checking rand_chacha v0.3.1
24542026-05-12T03:41:11.114Z Checking scroll v0.12.0
24552026-05-12T03:41:11.121Z Checking thiserror v1.0.69
24562026-05-12T03:41:11.150Z Checking hash32 v0.2.1
24572026-05-12T03:41:11.177Z Checking hyper v1.8.1
24582026-05-12T03:41:11.196Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-05-12T03:41:11.262Z Checking num-integer v0.1.46
24602026-05-12T03:41:11.290Z Checking serde_spanned v0.6.9
24612026-05-12T03:41:11.303Z Checking toml_datetime v0.6.11
24622026-05-12T03:41:11.306Z Checking md-5 v0.10.6
24632026-05-12T03:41:11.427Z Checking ff v0.13.1
24642026-05-12T03:41:11.443Z Checking psl-types v2.0.11
24652026-05-12T03:41:11.511Z Checking zlib-rs v0.6.2
24662026-05-12T03:41:11.525Z Checking fallible-iterator v0.2.0
24672026-05-12T03:41:11.554Z Checking base16ct v0.2.0
24682026-05-12T03:41:11.567Z Checking publicsuffix v2.3.0
24692026-05-12T03:41:11.682Z Checking sec1 v0.7.3
24702026-05-12T03:41:11.728Z Checking group v0.13.0
24712026-05-12T03:41:11.791Z Checking postgres-protocol v0.6.10
24722026-05-12T03:41:11.875Z Compiling iddqd v0.3.18
24732026-05-12T03:41:11.889Z Checking num-iter v0.1.45
24742026-05-12T03:41:11.999Z Checking zstd-safe v7.2.4
24752026-05-12T03:41:12.012Z Checking heapless v0.7.17
24762026-05-12T03:41:12.094Z Checking hyper-util v0.1.20
24772026-05-12T03:41:12.107Z Checking goblin v0.8.2
24782026-05-12T03:41:12.160Z Checking rand v0.8.6
24792026-05-12T03:41:12.389Z Checking flate2 v1.1.9
24802026-05-12T03:41:12.415Z Checking cookie v0.18.1
24812026-05-12T03:41:12.641Z Checking oxnet v0.1.4
24822026-05-12T03:41:12.672Z Checking dof v0.4.0
24832026-05-12T03:41:12.687Z Checking dtrace-parser v0.3.0
24842026-05-12T03:41:12.704Z Checking phf_shared v0.13.1
24852026-05-12T03:41:12.872Z Checking lazy_static v1.5.0
24862026-05-12T03:41:12.886Z Checking pin-project v1.1.11
24872026-05-12T03:41:12.898Z Checking zerocopy v0.7.35
24882026-05-12T03:41:12.927Z Checking bzip2-sys v0.1.13+1.0.8
24892026-05-12T03:41:12.961Z Checking signal-hook v0.3.18
24902026-05-12T03:41:12.976Z Checking terminal_size v0.4.3
24912026-05-12T03:41:12.993Z Checking futures-executor v0.3.32
24922026-05-12T03:41:13.010Z Checking hkdf v0.12.4
24932026-05-12T03:41:13.087Z Checking hex v0.4.3
24942026-05-12T03:41:13.140Z Checking crypto-bigint v0.5.5
24952026-05-12T03:41:13.154Z Checking thread-id v5.1.0
24962026-05-12T03:41:13.157Z Checking encoding_rs v0.8.35
24972026-05-12T03:41:13.232Z Checking foldhash v0.2.0
24982026-05-12T03:41:13.294Z Checking mime v0.3.17
24992026-05-12T03:41:13.306Z Checking either v1.15.0
25002026-05-12T03:41:13.343Z Checking hyper-rustls v0.27.7
25012026-05-12T03:41:13.381Z Checking hyper-tls v0.6.0
25022026-05-12T03:41:13.384Z Checking foldhash v0.1.5
25032026-05-12T03:41:13.463Z Checking bitflags v1.3.2
25042026-05-12T03:41:13.484Z Checking winnow v0.5.40
25052026-05-12T03:41:13.512Z Compiling rayon-core v1.13.0
25062026-05-12T03:41:13.534Z Checking cpufeatures v0.3.0
25072026-05-12T03:41:13.550Z Checking clap_lex v1.0.0
25082026-05-12T03:41:13.563Z Checking libbz2-rs-sys v0.2.2
25092026-05-12T03:41:13.605Z Checking bumpalo v3.20.2
25102026-05-12T03:41:13.691Z Checking same-file v1.0.6
25112026-05-12T03:41:13.705Z Checking winnow v0.7.14
25122026-05-12T03:41:13.804Z Checking managed v0.8.0
25132026-05-12T03:41:13.807Z Checking strsim v0.11.1
25142026-05-12T03:41:13.966Z Checking bzip2 v0.6.1
25152026-05-12T03:41:13.989Z Checking clap_builder v4.5.60
25162026-05-12T03:41:14.009Z Checking smoltcp v0.9.1
25172026-05-12T03:41:14.017Z Checking dof v0.3.0
25182026-05-12T03:41:14.041Z Checking elliptic-curve v0.13.8
25192026-05-12T03:41:14.104Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-05-12T03:41:14.116Z Checking reqwest v0.12.28
25212026-05-12T03:41:14.293Z Checking zopfli v0.8.3
25222026-05-12T03:41:14.306Z Checking walkdir v2.5.0
25232026-05-12T03:41:14.367Z Checking chacha20 v0.10.0
25242026-05-12T03:41:14.464Z Checking hashbrown v0.15.5
25252026-05-12T03:41:15.021Z Checking hashbrown v0.16.1
25262026-05-12T03:41:15.039Z Checking usdt-impl v0.6.0
25272026-05-12T03:41:15.039Z Checking signal-hook-mio v0.2.5
25282026-05-12T03:41:15.040Z Checking toml_edit v0.19.15
25292026-05-12T03:41:15.040Z Checking futures v0.3.32
25302026-05-12T03:41:15.040Z Checking bzip2 v0.4.4
25312026-05-12T03:41:15.040Z Checking snafu v0.8.9
25322026-05-12T03:41:15.040Z Checking num-bigint-dig v0.8.6
25332026-05-12T03:41:15.040Z Checking phf v0.13.1
25342026-05-12T03:41:15.040Z Checking cookie_store v0.22.1
25352026-05-12T03:41:15.070Z Checking zstd v0.13.3
25362026-05-12T03:41:15.074Z Checking postgres-types v0.2.12
25372026-05-12T03:41:15.093Z Checking dtrace-parser v0.2.0
25382026-05-12T03:41:15.176Z Checking crossbeam-deque v0.8.6
25392026-05-12T03:41:15.204Z Checking rustls-platform-verifier v0.6.2
25402026-05-12T03:41:15.264Z Checking globset v0.4.18
25412026-05-12T03:41:15.279Z Checking regex v1.12.3
25422026-05-12T03:41:15.334Z Checking ed25519 v2.2.3
25432026-05-12T03:41:15.350Z Checking phf_shared v0.11.3
25442026-05-12T03:41:15.366Z Checking olpc-cjson v0.1.4
25452026-05-12T03:41:15.393Z Checking ref-cast v1.0.25
25462026-05-12T03:41:15.484Z Checking curve25519-dalek v4.1.3
25472026-05-12T03:41:15.495Z Checking strum v0.27.2
25482026-05-12T03:41:15.495Z Checking hubpack v0.1.2
25492026-05-12T03:41:15.517Z Checking memoffset v0.9.1
25502026-05-12T03:41:15.541Z Checking rustix v0.38.44
25512026-05-12T03:41:15.559Z Checking pkcs1 v0.7.5
25522026-05-12T03:41:15.594Z Checking pem v3.0.6
25532026-05-12T03:41:15.613Z Checking float-cmp v0.10.0
25542026-05-12T03:41:15.650Z Checking rfc6979 v0.4.0
25552026-05-12T03:41:15.668Z Checking erased-serde v0.3.31
25562026-05-12T03:41:15.683Z Checking serde_plain v1.0.2
25572026-05-12T03:41:15.728Z Checking serde-big-array v0.5.1
25582026-05-12T03:41:15.755Z Checking thread-id v4.2.2
25592026-05-12T03:41:15.759Z Checking memmap2 v0.9.10
25602026-05-12T03:41:15.770Z Checking env_filter v1.0.0
25612026-05-12T03:41:15.821Z Checking toml_write v0.1.2
25622026-05-12T03:41:16.295Z Checking typed-path v0.9.3
25632026-05-12T03:41:16.414Z Checking difflib v0.4.0
25642026-05-12T03:41:16.414Z Checking fixedbitset v0.4.2
25652026-05-12T03:41:16.414Z Checking predicates-core v1.0.10
25662026-05-12T03:41:16.414Z Checking new_debug_unreachable v1.0.6
25672026-05-12T03:41:16.414Z Checking whoami v2.1.0
25682026-05-12T03:41:16.415Z Checking static_assertions v1.1.0
25692026-05-12T03:41:16.415Z Checking rustc-hash v2.1.1
25702026-05-12T03:41:16.415Z Checking normalize-line-endings v0.3.0
25712026-05-12T03:41:16.415Z Checking jiff v0.2.21
25722026-05-12T03:41:16.415Z Checking precomputed-hash v0.1.1
25732026-05-12T03:41:16.415Z Checking unicode-segmentation v1.12.0
25742026-05-12T03:41:16.415Z Checking data-encoding v2.10.0
25752026-05-12T03:41:16.415Z Checking fixedbitset v0.5.7
25762026-05-12T03:41:16.415Z Checking keccak v0.1.6
25772026-05-12T03:41:16.415Z Checking ed25519-dalek v2.2.0
25782026-05-12T03:41:16.479Z Checking crossterm v0.28.1
25792026-05-12T03:41:16.479Z Checking petgraph v0.8.3
25802026-05-12T03:41:16.479Z Checking sha3 v0.10.8
25812026-05-12T03:41:16.501Z Checking hickory-proto v0.25.2
25822026-05-12T03:41:16.501Z Checking similar v2.7.0
25832026-05-12T03:41:16.508Z Checking tokio-postgres v0.7.16
25842026-05-12T03:41:16.617Z Checking string_cache v0.8.9
25852026-05-12T03:41:16.636Z Checking tough v0.22.0
25862026-05-12T03:41:16.866Z Checking predicates v3.1.4
25872026-05-12T03:41:17.097Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25882026-05-12T03:41:17.164Z Checking petgraph v0.6.5
25892026-05-12T03:41:17.642Z Checking slog v2.8.2
25902026-05-12T03:41:17.728Z Checking toml_edit v0.22.27
25912026-05-12T03:41:17.908Z Checking usdt v0.6.0
25922026-05-12T03:41:17.921Z Checking env_logger v0.11.9
25932026-05-12T03:41:18.066Z Checking usdt-impl v0.5.0
25942026-05-12T03:41:18.114Z Checking ecdsa v0.16.9
25952026-05-12T03:41:18.307Z Checking zip v4.6.1
25962026-05-12T03:41:18.357Z Checking rsa v0.9.10
25972026-05-12T03:41:18.403Z Checking toml v0.7.8
25982026-05-12T03:41:18.448Z Checking nix v0.31.2
25992026-05-12T03:41:18.606Z Checking reqwest v0.13.2
26002026-05-12T03:41:18.796Z Checking clap v4.5.60
26012026-05-12T03:41:18.821Z Checking zip v0.6.6
26022026-05-12T03:41:18.872Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-05-12T03:41:18.886Z Checking rand v0.10.0
26042026-05-12T03:41:19.056Z Checking itertools v0.13.0
26052026-05-12T03:41:19.146Z Checking serde_with v3.17.0
26062026-05-12T03:41:19.189Z Checking strum v0.26.3
26072026-05-12T03:41:19.199Z Checking fs-err v3.3.0
26082026-05-12T03:41:19.312Z Checking ahash v0.8.12
26092026-05-12T03:41:19.315Z Checking object v0.37.3
26102026-05-12T03:41:19.354Z Checking tokio-stream v0.1.18
26112026-05-12T03:41:19.446Z Checking buf-list v1.1.2
26122026-05-12T03:41:19.460Z Checking camino v1.2.2
26132026-05-12T03:41:19.528Z Checking anyhow v1.0.102
26142026-05-12T03:41:19.548Z Checking x509-cert v0.2.5
26152026-05-12T03:41:19.631Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26162026-05-12T03:41:19.687Z Checking openapiv3 v2.2.0
26172026-05-12T03:41:19.705Z Checking sha1 v0.10.6
26182026-05-12T03:41:19.732Z Checking toml_datetime v0.7.5+spec-1.1.0
26192026-05-12T03:41:19.861Z Checking peg-runtime v0.8.5
26202026-05-12T03:41:19.898Z Checking lalrpop-util v0.19.12
26212026-05-12T03:41:19.941Z Checking rayon v1.11.0
26222026-05-12T03:41:20.005Z Checking sigpipe v0.1.3
26232026-05-12T03:41:20.060Z Checking glob v0.3.3
26242026-05-12T03:41:21.499Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-05-12T03:41:21.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.14s
26262026-05-12T03:41:21.951Z
26272026-05-12T03:41:21.951Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26282026-05-12T03:41:22.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-05-12T03:41:22.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-05-12T03:41:22.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-05-12T03:41:22.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26322026-05-12T03:41:22.546Z
26332026-05-12T03:41:22.546Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26342026-05-12T03:41:23.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-05-12T03:41:23.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-05-12T03:41:23.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-05-12T03:41:23.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26382026-05-12T03:41:23.152Z
26392026-05-12T03:41:23.152Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26402026-05-12T03:41:23.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-05-12T03:41:23.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-05-12T03:41:23.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-05-12T03:41:23.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26442026-05-12T03:41:23.767Z
26452026-05-12T03:41:23.767Zinfo: running `cargo check --bins` on oxql-types (80/274)
26462026-05-12T03:41:24.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-05-12T03:41:24.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-05-12T03:41:24.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-05-12T03:41:24.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26502026-05-12T03:41:24.372Z
26512026-05-12T03:41:24.372Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26522026-05-12T03:41:24.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-05-12T03:41:24.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-05-12T03:41:24.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-05-12T03:41:24.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26562026-05-12T03:41:24.954Z
26572026-05-12T03:41:24.954Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26582026-05-12T03:41:25.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-05-12T03:41:25.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-05-12T03:41:25.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-05-12T03:41:25.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26622026-05-12T03:41:25.552Z
26632026-05-12T03:41:25.552Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26642026-05-12T03:41:26.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-05-12T03:41:26.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-05-12T03:41:26.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-05-12T03:41:26.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26682026-05-12T03:41:26.145Z
26692026-05-12T03:41:26.146Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26702026-05-12T03:41:26.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-05-12T03:41:26.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-05-12T03:41:26.828Z Compiling structmeta-derive v0.3.0
26732026-05-12T03:41:26.946Z Compiling rustls v0.22.4
26742026-05-12T03:41:26.955Z Compiling multer v3.1.0
26752026-05-12T03:41:26.964Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-05-12T03:41:26.964Z Compiling async-stream-impl v0.3.6
26772026-05-12T03:41:26.990Z Compiling dropshot v0.17.0
26782026-05-12T03:41:27.001Z Compiling newtype-uuid-macros v0.1.0
26792026-05-12T03:41:27.001Z Compiling dropshot_endpoint v0.17.0
26802026-05-12T03:41:27.129Z Checking newtype-uuid v1.3.2
26812026-05-12T03:41:27.205Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-05-12T03:41:27.284Z Checking rustls-webpki v0.102.8
26832026-05-12T03:41:27.330Z Checking daft v0.1.5
26842026-05-12T03:41:27.353Z Checking thread_local v1.1.9
26852026-05-12T03:41:27.512Z Checking match_cfg v0.1.0
26862026-05-12T03:41:27.551Z Checking compression-core v0.4.31
26872026-05-12T03:41:27.587Z Checking iddqd v0.3.18
26882026-05-12T03:41:27.609Z Checking hostname v0.3.1
26892026-05-12T03:41:27.609Z Checking crossbeam-channel v0.5.15
26902026-05-12T03:41:27.688Z Checking compression-codecs v0.4.37
26912026-05-12T03:41:27.715Z Checking slog-json v2.6.1
26922026-05-12T03:41:27.744Z Checking is-terminal v0.4.17
26932026-05-12T03:41:27.865Z Checking toml_datetime v1.0.0+spec-1.1.0
26942026-05-12T03:41:27.883Z Checking serde_spanned v1.0.4
26952026-05-12T03:41:27.883Z Checking term v1.2.1
26962026-05-12T03:41:27.930Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-05-12T03:41:27.977Z Checking take_mut v0.2.2
26982026-05-12T03:41:28.028Z Compiling structmeta v0.3.0
26992026-05-12T03:41:28.052Z Checking debug-ignore v1.0.5
27002026-05-12T03:41:28.110Z Checking slog-async v2.8.0
27012026-05-12T03:41:28.110Z Checking slog-term v2.9.2
27022026-05-12T03:41:28.126Z Checking toml v1.0.6+spec-1.1.0
27032026-05-12T03:41:28.147Z Checking slog-bunyan v2.5.0
27042026-05-12T03:41:28.283Z Compiling derive-ex v0.1.8
27052026-05-12T03:41:28.310Z Compiling parse-display-derive v0.10.0
27062026-05-12T03:41:28.310Z Checking async-compression v0.4.41
27072026-05-12T03:41:28.369Z Checking async-stream v0.3.6
27082026-05-12T03:41:28.433Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-05-12T03:41:28.475Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-05-12T03:41:28.498Z Checking progenitor-client v0.14.0
27112026-05-12T03:41:28.615Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-05-12T03:41:28.663Z Checking waitgroup v0.1.2
27132026-05-12T03:41:28.713Z Checking backon v1.6.0
27142026-05-12T03:41:28.735Z Checking rustls-pemfile v2.2.0
27152026-05-12T03:41:28.783Z Checking serde_path_to_error v0.1.20
27162026-05-12T03:41:28.860Z Checking hostname v0.4.2
27172026-05-12T03:41:28.877Z Checking instant v0.1.13
27182026-05-12T03:41:28.942Z Checking backoff v0.4.0
27192026-05-12T03:41:29.063Z Checking progenitor-extras v0.2.0
27202026-05-12T03:41:29.078Z Checking tokio-rustls v0.25.0
27212026-05-12T03:41:29.112Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-05-12T03:41:29.145Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-05-12T03:41:29.274Z Checking itertools v0.14.0
27242026-05-12T03:41:29.321Z Checking progenitor-client v0.10.0
27252026-05-12T03:41:29.475Z Checking regress v0.10.5
27262026-05-12T03:41:29.506Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27272026-05-12T03:41:29.764Z Checking macaddr v1.0.1
27282026-05-12T03:41:29.898Z Compiling test-strategy v0.4.5
27292026-05-12T03:41:29.923Z Checking parse-display v0.10.0
27302026-05-12T03:41:31.041Z Compiling prettyplease v0.2.37
27312026-05-12T03:41:31.363Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-05-12T03:41:31.552Z Checking num-rational v0.4.2
27332026-05-12T03:41:31.786Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-05-12T03:41:31.999Z Checking num-complex v0.4.6
27352026-05-12T03:41:32.621Z Checking num v0.4.3
27362026-05-12T03:41:32.741Z Compiling usdt-attr-macro v0.5.0
27372026-05-12T03:41:32.751Z Compiling usdt-macro v0.5.0
27382026-05-12T03:41:32.776Z Checking memmap v0.7.0
27392026-05-12T03:41:32.847Z Checking float-ord v0.3.2
27402026-05-12T03:41:32.910Z Compiling convert_case v0.4.0
27412026-05-12T03:41:32.955Z Checking unicode-width v0.2.0
27422026-05-12T03:41:33.207Z Checking console v0.15.11
27432026-05-12T03:41:33.291Z Compiling derive_more v0.99.20
27442026-05-12T03:41:33.477Z Checking newline-converter v0.3.0
27452026-05-12T03:41:33.488Z Checking atomicwrites v0.4.4
27462026-05-12T03:41:33.510Z Checking usdt v0.5.0
27472026-05-12T03:41:33.596Z Compiling toml v0.8.23
27482026-05-12T03:41:33.623Z Compiling minimal-lexical v0.2.1
27492026-05-12T03:41:33.690Z Checking linked-hash-map v0.5.6
27502026-05-12T03:41:33.848Z Checking lru-cache v0.1.2
27512026-05-12T03:41:33.904Z Compiling nom v7.1.3
27522026-05-12T03:41:33.996Z Checking expectorate v1.2.0
27532026-05-12T03:41:34.562Z Checking camino-tempfile v1.4.1
27542026-05-12T03:41:34.680Z Checking hickory-proto v0.24.4
27552026-05-12T03:41:34.723Z Checking phf_shared v0.12.1
27562026-05-12T03:41:34.874Z Compiling slog-dtrace v0.3.0
27572026-05-12T03:41:34.938Z Checking resolv-conf v0.7.6
27582026-05-12T03:41:35.053Z Compiling chrono-tz v0.10.4
27592026-05-12T03:41:35.133Z Checking heck v0.5.0
27602026-05-12T03:41:35.236Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612026-05-12T03:41:35.258Z Compiling const_format_proc_macros v0.2.34
27622026-05-12T03:41:35.314Z Checking phf v0.12.1
27632026-05-12T03:41:35.392Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27642026-05-12T03:41:35.455Z Checking tokio-dtrace v0.1.1
27652026-05-12T03:41:35.636Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-05-12T03:41:35.686Z Compiling derive-where v1.6.0
27672026-05-12T03:41:35.825Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-05-12T03:41:36.050Z Checking highway v1.3.0
27692026-05-12T03:41:36.281Z Checking const_format v0.2.35
27702026-05-12T03:41:36.445Z Checking hickory-resolver v0.24.4
27712026-05-12T03:41:36.580Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-05-12T03:41:36.658Z Checking oxide-tokio-rt v0.1.4
27732026-05-12T03:41:36.920Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-05-12T03:41:37.080Z Checking gethostname v0.5.0
27752026-05-12T03:41:37.089Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27762026-05-12T03:41:37.123Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27772026-05-12T03:41:37.164Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27782026-05-12T03:41:37.193Z Checking qorb v0.4.1
27792026-05-12T03:41:37.282Z Checking bcs v0.1.6
27802026-05-12T03:41:37.311Z Checking termtree v0.5.1
27812026-05-12T03:41:40.563Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27822026-05-12T03:41:43.441Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27832026-05-12T03:41:45.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
27842026-05-12T03:41:45.664Z
27852026-05-12T03:41:45.664Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27862026-05-12T03:41:46.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-05-12T03:41:46.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-05-12T03:41:46.352Z Compiling ar_archive_writer v0.5.1
27892026-05-12T03:41:46.461Z Compiling stacker v0.1.23
27902026-05-12T03:41:46.475Z Compiling cfg_aliases v0.1.1
27912026-05-12T03:41:46.482Z Compiling convert_case v0.10.0
27922026-05-12T03:41:46.483Z Checking unicode-width v0.1.14
27932026-05-12T03:41:46.497Z Compiling proc-macro-error v1.0.4
27942026-05-12T03:41:46.514Z Checking fd-lock v4.0.4
27952026-05-12T03:41:46.534Z Checking nibble_vec v0.1.0
27962026-05-12T03:41:46.540Z Compiling nix v0.28.0
27972026-05-12T03:41:46.622Z Checking vte v0.14.1
27982026-05-12T03:41:46.634Z Compiling recursive-proc-macro-impl v0.1.1
27992026-05-12T03:41:46.729Z Checking endian-type v0.1.2
28002026-05-12T03:41:46.736Z Checking bytecount v0.6.9
28012026-05-12T03:41:46.788Z Compiling derive_more-impl v2.1.1
28022026-05-12T03:41:46.802Z Checking strip-ansi-escapes v0.2.1
28032026-05-12T03:41:46.818Z Compiling tabled_derive v0.7.0
28042026-05-12T03:41:46.845Z Checking radix_trie v0.2.1
28052026-05-12T03:41:46.872Z Checking papergrid v0.11.0
28062026-05-12T03:41:46.917Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072026-05-12T03:41:47.036Z Compiling peg-macros v0.8.5
28082026-05-12T03:41:47.057Z Checking winnow v0.6.26
28092026-05-12T03:41:47.305Z Compiling psm v0.1.30
28102026-05-12T03:41:47.372Z Compiling sqlparser_derive v0.5.0
28112026-05-12T03:41:47.499Z Checking home v0.5.12
28122026-05-12T03:41:47.604Z Checking derive_more v2.1.1
28132026-05-12T03:41:47.617Z Checking unicode_categories v0.1.1
28142026-05-12T03:41:47.677Z Checking nu-ansi-term v0.50.3
28152026-05-12T03:41:47.763Z Checking crossterm v0.29.0
28162026-05-12T03:41:47.776Z Checking tabled v0.15.0
28172026-05-12T03:41:47.845Z Checking rustyline v14.0.0
28182026-05-12T03:41:47.884Z Checking reedline v0.40.0
28192026-05-12T03:41:48.085Z Checking recursive v0.1.1
28202026-05-12T03:41:48.151Z Checking display-error-chain v0.2.2
28212026-05-12T03:41:48.182Z Checking sqlparser v0.61.0
28222026-05-12T03:41:48.194Z Checking sqlformat v0.3.5
28232026-05-12T03:41:48.405Z Checking peg v0.8.5
28242026-05-12T03:42:00.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
28252026-05-12T03:42:00.856Z
28262026-05-12T03:42:00.856Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28272026-05-12T03:42:00.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-12T03:42:00.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-12T03:42:00.856Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-12T03:42:03.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28312026-05-12T03:42:03.945Z
28322026-05-12T03:42:03.945Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28332026-05-12T03:42:04.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-12T03:42:04.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-12T03:42:04.645Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-12T03:42:07.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28372026-05-12T03:42:07.286Z
28382026-05-12T03:42:07.286Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28392026-05-12T03:42:07.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-12T03:42:07.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-12T03:42:07.963Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-12T03:42:11.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28432026-05-12T03:42:11.378Z
28442026-05-12T03:42:11.378Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28452026-05-12T03:42:11.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-12T03:42:12.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-12T03:42:12.493Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-12T03:42:15.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28492026-05-12T03:42:15.527Z
28502026-05-12T03:42:15.527Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28512026-05-12T03:42:16.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-12T03:42:16.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-12T03:42:16.388Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-12T03:42:19.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28552026-05-12T03:42:19.993Z
28562026-05-12T03:42:19.993Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28572026-05-12T03:42:19.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-12T03:42:19.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-12T03:42:19.994Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-12T03:42:22.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28612026-05-12T03:42:22.531Z
28622026-05-12T03:42:22.531Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28632026-05-12T03:42:23.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-12T03:42:23.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-12T03:42:23.220Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-05-12T03:42:26.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28672026-05-12T03:42:26.828Z
28682026-05-12T03:42:26.828Zinfo: running `cargo check --bins` on oximeter (93/274)
28692026-05-12T03:42:27.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-12T03:42:27.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-12T03:42:27.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-12T03:42:27.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28732026-05-12T03:42:27.473Z
28742026-05-12T03:42:27.473Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28752026-05-12T03:42:28.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-12T03:42:28.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-12T03:42:28.115Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28782026-05-12T03:42:28.252Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28792026-05-12T03:42:28.294Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-05-12T03:42:28.581Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812026-05-12T03:42:31.449Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28822026-05-12T03:42:32.693Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28832026-05-12T03:42:32.853Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28842026-05-12T03:42:34.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
28852026-05-12T03:42:34.665Z
28862026-05-12T03:42:34.665Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28872026-05-12T03:42:34.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-12T03:42:34.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-12T03:42:34.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-12T03:42:34.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28912026-05-12T03:42:34.680Z
28922026-05-12T03:42:34.680Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28932026-05-12T03:42:35.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-12T03:42:35.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-12T03:42:35.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-12T03:42:35.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28972026-05-12T03:42:35.136Z
28982026-05-12T03:42:35.136Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28992026-05-12T03:42:35.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-12T03:42:36.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-12T03:42:36.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-12T03:42:36.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-05-12T03:42:36.192Z
29042026-05-12T03:42:36.192Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29052026-05-12T03:42:36.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-12T03:42:36.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-12T03:42:36.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-12T03:42:36.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-05-12T03:42:36.629Z
29102026-05-12T03:42:36.629Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29112026-05-12T03:42:39.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-12T03:42:39.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-12T03:42:39.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-12T03:42:39.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29152026-05-12T03:42:39.371Z
29162026-05-12T03:42:39.371Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29172026-05-12T03:42:39.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-12T03:42:39.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-12T03:42:39.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-12T03:42:39.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29212026-05-12T03:42:39.372Z
29222026-05-12T03:42:39.372Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29232026-05-12T03:42:39.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-12T03:42:39.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-12T03:42:39.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-12T03:42:39.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29272026-05-12T03:42:39.372Z
29282026-05-12T03:42:39.372Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29292026-05-12T03:42:39.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-12T03:42:39.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-12T03:42:39.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-12T03:42:39.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29332026-05-12T03:42:39.688Z
29342026-05-12T03:42:39.688Zinfo: running `cargo check --bins` on update-engine (103/274)
29352026-05-12T03:42:39.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-12T03:42:39.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-12T03:42:39.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-05-12T03:42:39.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29392026-05-12T03:42:39.689Z
29402026-05-12T03:42:39.689Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29412026-05-12T03:42:39.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-05-12T03:42:39.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-05-12T03:42:40.008Z Compiling crucible-workspace-hack v0.1.0
29442026-05-12T03:42:40.146Z Checking secrecy v0.10.3
29452026-05-12T03:42:40.210Z Compiling heapless v0.8.0
29462026-05-12T03:42:40.210Z Compiling ingot-macros v0.1.1
29472026-05-12T03:42:40.210Z Compiling toml_edit v0.23.10+spec-1.0.0
29482026-05-12T03:42:40.210Z Checking hash32 v0.3.1
29492026-05-12T03:42:40.210Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-05-12T03:42:40.210Z Compiling smoltcp v0.11.0
29512026-05-12T03:42:40.262Z Checking cobs v0.3.0
29522026-05-12T03:42:40.340Z Compiling thiserror-impl-no-std v2.0.2
29532026-05-12T03:42:40.390Z Checking universal-hash v0.5.1
29542026-05-12T03:42:40.390Z Checking half v2.7.1
29552026-05-12T03:42:40.390Z Checking opaque-debug v0.3.1
29562026-05-12T03:42:40.539Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-05-12T03:42:40.599Z Checking ciborium-io v0.2.2
29582026-05-12T03:42:40.599Z Checking poly1305 v0.8.0
29592026-05-12T03:42:40.641Z Checking postcard v1.1.3
29602026-05-12T03:42:40.642Z Checking ciborium-ll v0.2.2
29612026-05-12T03:42:40.684Z Compiling proc-macro-crate v3.4.0
29622026-05-12T03:42:40.787Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29632026-05-12T03:42:40.820Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-05-12T03:42:40.866Z Checking password-hash v0.5.0
29652026-05-12T03:42:41.073Z Checking chacha20 v0.9.1
29662026-05-12T03:42:41.101Z Compiling proc-macro-crate v1.3.1
29672026-05-12T03:42:41.101Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29682026-05-12T03:42:41.151Z Checking blake2 v0.10.6
29692026-05-12T03:42:41.190Z Compiling num_enum_derive v0.7.5
29702026-05-12T03:42:41.247Z Checking aead v0.5.2
29712026-05-12T03:42:41.346Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29722026-05-12T03:42:41.364Z Compiling foreign-types-macros v0.2.3
29732026-05-12T03:42:41.410Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29742026-05-12T03:42:41.436Z Checking thiserror-no-std v2.0.2
29752026-05-12T03:42:41.503Z Checking foreign-types-shared v0.3.1
29762026-05-12T03:42:41.551Z Checking vsss-rs v3.3.4
29772026-05-12T03:42:41.588Z Compiling num_enum_derive v0.5.11
29782026-05-12T03:42:41.649Z Checking chacha20poly1305 v0.10.1
29792026-05-12T03:42:41.676Z Checking argon2 v0.5.3
29802026-05-12T03:42:41.724Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29812026-05-12T03:42:42.000Z Checking foreign-types v0.5.0
29822026-05-12T03:42:42.059Z Checking ciborium v0.2.2
29832026-05-12T03:42:42.130Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29842026-05-12T03:42:42.194Z Checking tabwriter v1.4.1
29852026-05-12T03:42:42.254Z Checking num_enum v0.7.5
29862026-05-12T03:42:42.403Z Checking byte-wrapper v0.1.0
29872026-05-12T03:42:42.591Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-05-12T03:42:42.591Z Checking cstr-argument v0.1.2
29892026-05-12T03:42:42.683Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29902026-05-12T03:42:42.683Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29912026-05-12T03:42:42.683Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29922026-05-12T03:42:42.683Z Checking num_enum v0.5.11
29932026-05-12T03:42:42.857Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29942026-05-12T03:42:42.900Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-05-12T03:42:42.900Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29962026-05-12T03:42:42.900Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29972026-05-12T03:42:43.021Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29982026-05-12T03:42:43.021Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29992026-05-12T03:42:43.021Z Checking ingot-types v0.1.2
30002026-05-12T03:42:43.021Z Checking indent_write v2.2.0
30012026-05-12T03:42:43.084Z Checking colored v3.1.1
30022026-05-12T03:42:43.138Z Compiling zone_cfg_derive v0.3.1
30032026-05-12T03:42:43.138Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30042026-05-12T03:42:43.186Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-12T03:42:43.226Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30062026-05-12T03:42:43.226Z Checking itertools v0.12.1
30072026-05-12T03:42:43.280Z Compiling num-derive v0.4.2
30082026-05-12T03:42:43.317Z Checking swrite v0.1.0
30092026-05-12T03:42:43.317Z Checking ingot v0.1.1
30102026-05-12T03:42:43.378Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30112026-05-12T03:42:43.417Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30122026-05-12T03:42:43.555Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30132026-05-12T03:42:43.704Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30142026-05-12T03:42:43.729Z Checking dropshot-api-manager-types v0.7.1
30152026-05-12T03:42:43.729Z Checking smf v0.2.3
30162026-05-12T03:42:43.745Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30172026-05-12T03:42:43.802Z Checking nanorand v0.7.0
30182026-05-12T03:42:43.856Z Checking whoami v1.6.1
30192026-05-12T03:42:43.951Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30202026-05-12T03:42:43.992Z Checking flume v0.11.1
30212026-05-12T03:42:44.172Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30222026-05-12T03:42:44.210Z Checking zone v0.3.1
30232026-05-12T03:42:44.817Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-12T03:42:45.787Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30252026-05-12T03:42:46.661Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30262026-05-12T03:42:49.640Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30272026-05-12T03:42:51.722Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30282026-05-12T03:42:54.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
30292026-05-12T03:42:54.250Z
30302026-05-12T03:42:54.250Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30312026-05-12T03:42:54.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-05-12T03:42:54.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-05-12T03:42:54.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-05-12T03:42:54.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30352026-05-12T03:42:54.250Z
30362026-05-12T03:42:54.250Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30372026-05-12T03:42:54.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-05-12T03:42:54.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-05-12T03:42:54.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-05-12T03:42:54.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30412026-05-12T03:42:54.306Z
30422026-05-12T03:42:54.306Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30432026-05-12T03:42:54.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-05-12T03:42:54.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-05-12T03:42:54.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-05-12T03:42:54.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30472026-05-12T03:42:54.824Z
30482026-05-12T03:42:54.824Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30492026-05-12T03:42:55.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-12T03:42:55.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-12T03:42:55.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-12T03:42:55.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30532026-05-12T03:42:55.442Z
30542026-05-12T03:42:55.442Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30552026-05-12T03:42:56.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-12T03:42:56.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-12T03:42:56.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-12T03:42:56.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30592026-05-12T03:42:56.404Z
30602026-05-12T03:42:56.404Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30612026-05-12T03:42:56.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-12T03:42:56.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-12T03:42:56.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-12T03:42:56.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30652026-05-12T03:42:56.780Z
30662026-05-12T03:42:56.780Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30672026-05-12T03:42:57.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-12T03:42:57.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-12T03:42:57.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-12T03:42:57.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30712026-05-12T03:42:57.447Z
30722026-05-12T03:42:57.447Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30732026-05-12T03:42:59.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-12T03:42:59.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-12T03:42:59.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-12T03:42:59.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30772026-05-12T03:42:59.433Z
30782026-05-12T03:42:59.433Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30792026-05-12T03:42:59.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-12T03:42:59.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-12T03:42:59.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-12T03:42:59.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30832026-05-12T03:42:59.484Z
30842026-05-12T03:42:59.484Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30852026-05-12T03:42:59.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-12T03:42:59.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-12T03:42:59.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-12T03:42:59.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30892026-05-12T03:42:59.484Z
30902026-05-12T03:42:59.484Zinfo: running `cargo check --bins` on installinator-client (115/274)
30912026-05-12T03:42:59.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-12T03:42:59.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-12T03:42:59.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-12T03:42:59.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30952026-05-12T03:42:59.749Z
30962026-05-12T03:42:59.749Zinfo: running `cargo check --bins` on nexus-client (116/274)
30972026-05-12T03:43:00.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-12T03:43:00.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-12T03:43:00.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-12T03:43:00.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31012026-05-12T03:43:00.398Z
31022026-05-12T03:43:00.399Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31032026-05-12T03:43:00.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-12T03:43:00.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-12T03:43:00.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-12T03:43:00.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31072026-05-12T03:43:01.017Z
31082026-05-12T03:43:01.017Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31092026-05-12T03:43:01.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-12T03:43:01.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-12T03:43:01.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-12T03:43:01.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31132026-05-12T03:43:01.624Z
31142026-05-12T03:43:01.624Zinfo: running `cargo check --bins` on oxide-client (119/274)
31152026-05-12T03:43:02.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-12T03:43:02.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-12T03:43:02.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-12T03:43:02.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31192026-05-12T03:43:02.274Z
31202026-05-12T03:43:02.274Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31212026-05-12T03:43:02.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-12T03:43:02.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-12T03:43:02.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-12T03:43:02.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31252026-05-12T03:43:02.858Z
31262026-05-12T03:43:02.858Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31272026-05-12T03:43:03.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-12T03:43:03.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-12T03:43:03.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-12T03:43:03.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31312026-05-12T03:43:03.429Z
31322026-05-12T03:43:03.430Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31332026-05-12T03:43:03.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-12T03:43:03.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-12T03:43:03.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-12T03:43:03.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31372026-05-12T03:43:04.058Z
31382026-05-12T03:43:04.058Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31392026-05-12T03:43:04.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-12T03:43:04.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-12T03:43:04.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-12T03:43:04.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31432026-05-12T03:43:04.690Z
31442026-05-12T03:43:04.690Zinfo: running `cargo check --bins` on installinator-common (124/274)
31452026-05-12T03:43:05.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-12T03:43:05.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-12T03:43:05.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-12T03:43:05.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31492026-05-12T03:43:05.307Z
31502026-05-12T03:43:05.307Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31512026-05-12T03:43:05.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-12T03:43:05.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-12T03:43:05.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-12T03:43:05.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31552026-05-12T03:43:05.902Z
31562026-05-12T03:43:05.902Zinfo: running `cargo check --bins` on wicket-common (126/274)
31572026-05-12T03:43:06.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-12T03:43:06.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-12T03:43:06.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-05-12T03:43:06.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31612026-05-12T03:43:06.582Z
31622026-05-12T03:43:06.582Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31632026-05-12T03:43:07.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-05-12T03:43:07.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-05-12T03:43:07.234Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-05-12T03:43:07.348Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31672026-05-12T03:43:07.356Z Checking csv-core v0.1.13
31682026-05-12T03:43:07.369Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-05-12T03:43:07.372Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31702026-05-12T03:43:07.380Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31712026-05-12T03:43:07.391Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31722026-05-12T03:43:07.413Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-05-12T03:43:07.519Z Checking csv v1.4.0
31742026-05-12T03:43:07.559Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31752026-05-12T03:43:07.575Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31762026-05-12T03:43:07.600Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31772026-05-12T03:43:07.868Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31782026-05-12T03:43:08.244Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31792026-05-12T03:43:08.273Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31802026-05-12T03:43:08.587Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31812026-05-12T03:43:14.732Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31822026-05-12T03:43:14.820Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31832026-05-12T03:43:17.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
31842026-05-12T03:43:17.338Z
31852026-05-12T03:43:17.338Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31862026-05-12T03:43:17.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-05-12T03:43:18.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-05-12T03:43:18.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-05-12T03:43:18.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31902026-05-12T03:43:18.056Z
31912026-05-12T03:43:18.056Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31922026-05-12T03:43:18.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-05-12T03:43:18.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-05-12T03:43:18.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-05-12T03:43:18.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31962026-05-12T03:43:18.646Z
31972026-05-12T03:43:18.646Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31982026-05-12T03:43:19.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-05-12T03:43:19.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-05-12T03:43:19.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-05-12T03:43:19.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32022026-05-12T03:43:19.425Z
32032026-05-12T03:43:19.426Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32042026-05-12T03:43:19.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-12T03:43:20.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-12T03:43:20.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-05-12T03:43:20.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32082026-05-12T03:43:20.156Z
32092026-05-12T03:43:20.156Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32102026-05-12T03:43:20.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-05-12T03:43:20.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-05-12T03:43:20.741Z Compiling regress v0.11.1
32132026-05-12T03:43:20.899Z Compiling unsafe-libyaml v0.2.11
32142026-05-12T03:43:20.918Z Compiling semver v0.1.20
32152026-05-12T03:43:20.918Z Compiling radium v0.7.0
32162026-05-12T03:43:20.918Z Checking tap v1.0.1
32172026-05-12T03:43:20.918Z Compiling maybe-uninit v2.0.0
32182026-05-12T03:43:21.013Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32192026-05-12T03:43:21.053Z Checking wyz v0.5.1
32202026-05-12T03:43:21.182Z Compiling rustc_version v0.1.7
32212026-05-12T03:43:21.213Z Checking progenitor-client v0.13.0
32222026-05-12T03:43:21.298Z Compiling zerocopy-derive v0.6.6
32232026-05-12T03:43:21.356Z Compiling cancel-safe-futures v0.1.5
32242026-05-12T03:43:21.402Z Compiling serde_yaml v0.9.34+deprecated
32252026-05-12T03:43:21.504Z Compiling newtype_derive v0.1.6
32262026-05-12T03:43:21.568Z Compiling owo-colors v4.3.0
32272026-05-12T03:43:21.644Z Compiling packed_struct v0.10.1
32282026-05-12T03:43:21.681Z Checking crc-catalog v2.4.0
32292026-05-12T03:43:21.772Z Checking funty v2.0.0
32302026-05-12T03:43:21.922Z Checking crc v3.4.0
32312026-05-12T03:43:22.197Z Checking bitvec v1.0.1
32322026-05-12T03:43:22.398Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32332026-05-12T03:43:22.398Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-05-12T03:43:22.398Z Checking zerocopy v0.6.6
32352026-05-12T03:43:22.613Z Checking typify-impl v0.6.2
32362026-05-12T03:43:22.628Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32372026-05-12T03:43:22.628Z Compiling packed_struct_codegen v0.10.1
32382026-05-12T03:43:22.687Z Checking libsw-core v0.3.2
32392026-05-12T03:43:22.737Z Compiling bitfield-macros v0.19.4
32402026-05-12T03:43:22.799Z Compiling indexmap v1.9.3
32412026-05-12T03:43:22.840Z Checking nodrop v0.1.14
32422026-05-12T03:43:23.000Z Checking array-init v0.0.4
32432026-05-12T03:43:23.027Z Checking libsw v3.5.0
32442026-05-12T03:43:23.171Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32452026-05-12T03:43:23.229Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32462026-05-12T03:43:23.385Z Checking smallvec v0.6.14
32472026-05-12T03:43:23.435Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-05-12T03:43:23.458Z Checking bitfield v0.19.4
32492026-05-12T03:43:23.667Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32502026-05-12T03:43:23.694Z Checking tagptr v0.2.0
32512026-05-12T03:43:23.724Z Checking smawk v0.3.2
32522026-05-12T03:43:23.774Z Checking linear-map v1.2.0
32532026-05-12T03:43:23.850Z Checking hashbrown v0.12.3
32542026-05-12T03:43:23.875Z Checking base64 v0.21.7
32552026-05-12T03:43:23.875Z Checking unicode-linebreak v0.1.5
32562026-05-12T03:43:24.034Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-05-12T03:43:24.077Z Checking moka v0.12.13
32582026-05-12T03:43:24.096Z Checking textwrap v0.16.2
32592026-05-12T03:43:24.144Z Checking ron v0.8.1
32602026-05-12T03:43:24.177Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32612026-05-12T03:43:24.177Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32622026-05-12T03:43:24.287Z Checking steno v0.4.1
32632026-05-12T03:43:24.979Z Checking serde-hex v0.1.0
32642026-05-12T03:43:25.002Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32652026-05-12T03:43:25.002Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32662026-05-12T03:43:25.002Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32672026-05-12T03:43:25.002Z Checking hashbrown v0.13.2
32682026-05-12T03:43:25.002Z Checking crc-any v2.5.0
32692026-05-12T03:43:25.103Z Checking humantime v2.3.0
32702026-05-12T03:43:25.173Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32712026-05-12T03:43:25.263Z Checking object v0.30.4
32722026-05-12T03:43:25.302Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-05-12T03:43:25.302Z Checking hickory-resolver v0.25.2
32742026-05-12T03:43:25.392Z Checking hickory-proto v0.26.1
32752026-05-12T03:43:25.419Z Checking path-slash v0.1.5
32762026-05-12T03:43:25.443Z Checking half v1.8.3
32772026-05-12T03:43:25.571Z Checking void v1.0.2
32782026-05-12T03:43:25.632Z Checking utf-8 v0.7.6
32792026-05-12T03:43:25.644Z Checking serde_cbor v0.11.2
32802026-05-12T03:43:25.774Z Checking tungstenite v0.23.0
32812026-05-12T03:43:25.981Z Checking lzss v0.8.2
32822026-05-12T03:43:26.029Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32832026-05-12T03:43:26.149Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32842026-05-12T03:43:26.170Z Checking nix v0.27.1
32852026-05-12T03:43:26.183Z Checking kstat-rs v0.2.4
32862026-05-12T03:43:26.189Z Checking fxhash v0.2.1
32872026-05-12T03:43:26.318Z Checking serde_bytes v0.11.19
32882026-05-12T03:43:26.372Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32892026-05-12T03:43:26.419Z Checking tokio-tungstenite v0.23.1
32902026-05-12T03:43:26.608Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32912026-05-12T03:43:26.692Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32922026-05-12T03:43:26.701Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-05-12T03:43:26.723Z Checking signal-hook-tokio v0.3.1
32942026-05-12T03:43:26.976Z Compiling typify-macro v0.6.2
32952026-05-12T03:43:27.539Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32962026-05-12T03:43:28.124Z Compiling typify v0.6.2
32972026-05-12T03:43:28.204Z Compiling progenitor-impl v0.13.0
32982026-05-12T03:43:28.233Z Compiling progenitor-impl v0.14.0
32992026-05-12T03:43:28.415Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33002026-05-12T03:43:28.761Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33012026-05-12T03:43:29.822Z Compiling progenitor-macro v0.14.0
33022026-05-12T03:43:29.842Z Compiling progenitor-macro v0.13.0
33032026-05-12T03:43:32.378Z Checking progenitor v0.13.0
33042026-05-12T03:43:32.381Z Checking progenitor v0.14.0
33052026-05-12T03:43:32.513Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33062026-05-12T03:43:32.517Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33072026-05-12T03:43:35.527Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33082026-05-12T03:43:43.164Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33092026-05-12T03:43:49.390Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33102026-05-12T03:43:50.760Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33112026-05-12T03:43:51.263Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33122026-05-12T03:43:53.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.39s
33132026-05-12T03:43:53.554Z
33142026-05-12T03:43:53.555Zinfo: running `cargo check --bins` on gateway-api (133/274)
33152026-05-12T03:43:54.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-05-12T03:43:54.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-05-12T03:43:54.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-05-12T03:43:54.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33192026-05-12T03:43:54.173Z
33202026-05-12T03:43:54.173Zinfo: running `cargo check --bins` on ipcc (134/274)
33212026-05-12T03:43:54.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-05-12T03:43:54.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-05-12T03:43:54.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-05-12T03:43:54.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33252026-05-12T03:43:54.792Z
33262026-05-12T03:43:54.792Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33272026-05-12T03:43:55.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-05-12T03:43:55.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-05-12T03:43:55.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-05-12T03:43:55.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-05-12T03:43:55.395Z
33322026-05-12T03:43:55.395Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33332026-05-12T03:43:56.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-05-12T03:43:56.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-05-12T03:43:56.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-05-12T03:43:56.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33372026-05-12T03:43:56.346Z
33382026-05-12T03:43:56.346Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33392026-05-12T03:43:56.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-05-12T03:43:56.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-05-12T03:43:56.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-05-12T03:43:56.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33432026-05-12T03:43:56.942Z
33442026-05-12T03:43:56.942Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33452026-05-12T03:43:57.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-12T03:43:57.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-12T03:43:57.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-12T03:43:57.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33492026-05-12T03:43:57.248Z
33502026-05-12T03:43:57.249Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33512026-05-12T03:43:57.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-12T03:43:57.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-12T03:43:57.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-12T03:43:57.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33552026-05-12T03:43:57.866Z
33562026-05-12T03:43:57.866Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33572026-05-12T03:43:58.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-12T03:43:58.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-12T03:43:58.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-12T03:43:58.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33612026-05-12T03:43:58.480Z
33622026-05-12T03:43:58.480Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33632026-05-12T03:43:59.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-12T03:43:59.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-12T03:43:59.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-12T03:43:59.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33672026-05-12T03:43:59.148Z
33682026-05-12T03:43:59.148Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33692026-05-12T03:43:59.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-12T03:43:59.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-12T03:43:59.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-12T03:43:59.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33732026-05-12T03:43:59.715Z
33742026-05-12T03:43:59.715Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33752026-05-12T03:44:00.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-12T03:44:00.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-12T03:44:00.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-12T03:44:00.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33792026-05-12T03:44:00.335Z
33802026-05-12T03:44:00.336Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33812026-05-12T03:44:00.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-12T03:44:00.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-12T03:44:00.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-12T03:44:00.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33852026-05-12T03:44:00.950Z
33862026-05-12T03:44:00.950Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33872026-05-12T03:44:01.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-12T03:44:01.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-12T03:44:01.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-12T03:44:01.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33912026-05-12T03:44:01.570Z
33922026-05-12T03:44:01.570Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33932026-05-12T03:44:02.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-12T03:44:02.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-12T03:44:02.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-12T03:44:02.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33972026-05-12T03:44:02.194Z
33982026-05-12T03:44:02.194Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33992026-05-12T03:44:02.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-12T03:44:02.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-12T03:44:02.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-12T03:44:02.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34032026-05-12T03:44:02.803Z
34042026-05-12T03:44:02.803Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34052026-05-12T03:44:03.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-12T03:44:03.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-12T03:44:03.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-12T03:44:03.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34092026-05-12T03:44:03.433Z
34102026-05-12T03:44:03.433Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34112026-05-12T03:44:03.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-12T03:44:03.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-12T03:44:03.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-12T03:44:03.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34152026-05-12T03:44:04.043Z
34162026-05-12T03:44:04.043Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34172026-05-12T03:44:04.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-12T03:44:04.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-12T03:44:04.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-12T03:44:04.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34212026-05-12T03:44:04.661Z
34222026-05-12T03:44:04.662Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34232026-05-12T03:44:05.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-12T03:44:05.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-12T03:44:05.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-12T03:44:05.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34272026-05-12T03:44:05.315Z
34282026-05-12T03:44:05.315Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34292026-05-12T03:44:05.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-12T03:44:05.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-12T03:44:05.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-12T03:44:05.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34332026-05-12T03:44:05.904Z
34342026-05-12T03:44:05.904Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34352026-05-12T03:44:06.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-12T03:44:06.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-12T03:44:06.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-12T03:44:06.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34392026-05-12T03:44:06.538Z
34402026-05-12T03:44:06.538Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34412026-05-12T03:44:07.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-12T03:44:07.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-12T03:44:07.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-12T03:44:07.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34452026-05-12T03:44:07.175Z
34462026-05-12T03:44:07.175Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34472026-05-12T03:44:07.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-12T03:44:07.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-12T03:44:07.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-05-12T03:44:07.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34512026-05-12T03:44:07.798Z
34522026-05-12T03:44:07.798Zinfo: running `cargo check --bins` on dns-server (156/274)
34532026-05-12T03:44:08.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-12T03:44:08.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-12T03:44:08.469Z Compiling parking_lot_core v0.8.6
34562026-05-12T03:44:08.469Z Compiling atomicwrites v0.4.4
34572026-05-12T03:44:08.510Z Compiling git-stub v1.0.0
34582026-05-12T03:44:08.510Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34592026-05-12T03:44:08.510Z Checking prefix-trie v0.7.0
34602026-05-12T03:44:08.706Z Compiling git-stub-vcs v0.1.0
34612026-05-12T03:44:08.884Z Checking hickory-server v0.25.2
34622026-05-12T03:44:08.979Z Checking parking_lot v0.11.2
34632026-05-12T03:44:08.992Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34642026-05-12T03:44:09.069Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34652026-05-12T03:44:09.069Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34662026-05-12T03:44:09.149Z Checking sled v0.34.7
34672026-05-12T03:44:10.434Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
34682026-05-12T03:44:10.434Z --> dns-server/src/dns_server.rs:487:12
34692026-05-12T03:44:10.434Z |
34702026-05-12T03:44:10.434Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
34712026-05-12T03:44:10.434Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
34722026-05-12T03:44:10.434Z |
34732026-05-12T03:44:10.434Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34742026-05-12T03:44:10.434Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34752026-05-12T03:44:10.434Z |
34762026-05-12T03:44:10.434Z 77 | pub struct Record<R: RecordData = RData> {
34772026-05-12T03:44:10.434Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34782026-05-12T03:44:10.434Z |
34792026-05-12T03:44:10.434Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34802026-05-12T03:44:10.434Z |
34812026-05-12T03:44:10.434Z 78 | pub struct Record<R: RecordData = RData> {
34822026-05-12T03:44:10.434Z | ---------------------------------------- this is the found type
34832026-05-12T03:44:10.434Z = help: you can use `cargo tree` to explore your dependency tree
34842026-05-12T03:44:10.434Znote: required by a bound in `MessageResponse`
34852026-05-12T03:44:10.434Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
34862026-05-12T03:44:10.434Z |
34872026-05-12T03:44:10.434Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
34882026-05-12T03:44:10.434Z | --------------- required by a bound in this struct
34892026-05-12T03:44:10.435Z 22 | where
34902026-05-12T03:44:10.435Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34912026-05-12T03:44:10.435Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
34922026-05-12T03:44:10.435Z
34932026-05-12T03:44:10.435Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
34942026-05-12T03:44:10.435Z --> dns-server/src/dns_server.rs:487:12
34952026-05-12T03:44:10.435Z |
34962026-05-12T03:44:10.435Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
34972026-05-12T03:44:10.435Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
34982026-05-12T03:44:10.435Z |
34992026-05-12T03:44:10.435Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35002026-05-12T03:44:10.435Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35012026-05-12T03:44:10.435Z |
35022026-05-12T03:44:10.435Z 77 | pub struct Record<R: RecordData = RData> {
35032026-05-12T03:44:10.435Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35042026-05-12T03:44:10.435Z |
35052026-05-12T03:44:10.435Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35062026-05-12T03:44:10.435Z |
35072026-05-12T03:44:10.435Z 78 | pub struct Record<R: RecordData = RData> {
35082026-05-12T03:44:10.435Z | ---------------------------------------- this is the found type
35092026-05-12T03:44:10.435Z = help: you can use `cargo tree` to explore your dependency tree
35102026-05-12T03:44:10.435Znote: required by a bound in `MessageResponse`
35112026-05-12T03:44:10.435Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
35122026-05-12T03:44:10.435Z |
35132026-05-12T03:44:10.435Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35142026-05-12T03:44:10.436Z | --------------- required by a bound in this struct
35152026-05-12T03:44:10.436Z...
35162026-05-12T03:44:10.436Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35172026-05-12T03:44:10.436Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35182026-05-12T03:44:10.436Z
35192026-05-12T03:44:10.436Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
35202026-05-12T03:44:10.436Z --> dns-server/src/dns_server.rs:487:12
35212026-05-12T03:44:10.436Z |
35222026-05-12T03:44:10.436Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35232026-05-12T03:44:10.436Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35242026-05-12T03:44:10.436Z |
35252026-05-12T03:44:10.436Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35262026-05-12T03:44:10.436Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35272026-05-12T03:44:10.436Z |
35282026-05-12T03:44:10.436Z 77 | pub struct Record<R: RecordData = RData> {
35292026-05-12T03:44:10.436Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35302026-05-12T03:44:10.436Z |
35312026-05-12T03:44:10.436Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35322026-05-12T03:44:10.436Z |
35332026-05-12T03:44:10.436Z 78 | pub struct Record<R: RecordData = RData> {
35342026-05-12T03:44:10.436Z | ---------------------------------------- this is the found type
35352026-05-12T03:44:10.436Z = help: you can use `cargo tree` to explore your dependency tree
35362026-05-12T03:44:10.436Znote: required by a bound in `MessageResponse`
35372026-05-12T03:44:10.436Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
35382026-05-12T03:44:10.436Z |
35392026-05-12T03:44:10.436Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35402026-05-12T03:44:10.437Z | --------------- required by a bound in this struct
35412026-05-12T03:44:10.437Z...
35422026-05-12T03:44:10.437Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35432026-05-12T03:44:10.437Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35442026-05-12T03:44:10.437Z
35452026-05-12T03:44:10.437Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
35462026-05-12T03:44:10.437Z --> dns-server/src/dns_server.rs:487:12
35472026-05-12T03:44:10.437Z |
35482026-05-12T03:44:10.437Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
35492026-05-12T03:44:10.437Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
35502026-05-12T03:44:10.437Z |
35512026-05-12T03:44:10.437Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35522026-05-12T03:44:10.437Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35532026-05-12T03:44:10.437Z |
35542026-05-12T03:44:10.437Z 77 | pub struct Record<R: RecordData = RData> {
35552026-05-12T03:44:10.437Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35562026-05-12T03:44:10.437Z |
35572026-05-12T03:44:10.437Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35582026-05-12T03:44:10.437Z |
35592026-05-12T03:44:10.437Z 78 | pub struct Record<R: RecordData = RData> {
35602026-05-12T03:44:10.437Z | ---------------------------------------- this is the found type
35612026-05-12T03:44:10.437Z = help: you can use `cargo tree` to explore your dependency tree
35622026-05-12T03:44:10.437Znote: required by a bound in `MessageResponse`
35632026-05-12T03:44:10.437Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
35642026-05-12T03:44:10.437Z |
35652026-05-12T03:44:10.438Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
35662026-05-12T03:44:10.438Z | --------------- required by a bound in this struct
35672026-05-12T03:44:10.441Z...
35682026-05-12T03:44:10.441Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
35692026-05-12T03:44:10.441Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
35702026-05-12T03:44:10.442Z
35712026-05-12T03:44:10.572Zerror[E0599]: no function or associated item named `read` found for struct `MessageRequest` in the current scope
35722026-05-12T03:44:10.572Z --> dns-server/src/dns_server.rs:161:36
35732026-05-12T03:44:10.572Z |
35742026-05-12T03:44:10.572Z161 | let mr = match MessageRequest::read(&mut dec) {
35752026-05-12T03:44:10.572Z | ^^^^ function or associated item not found in `MessageRequest`
35762026-05-12T03:44:10.572Z |
35772026-05-12T03:44:10.572Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35782026-05-12T03:44:10.572Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
35792026-05-12T03:44:10.572Z |
35802026-05-12T03:44:10.572Z 44 | pub trait BinDecodable<'r>: Sized {
35812026-05-12T03:44:10.572Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
35822026-05-12T03:44:10.572Z |
35832026-05-12T03:44:10.572Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
35842026-05-12T03:44:10.572Z |
35852026-05-12T03:44:10.572Z 45 | pub trait BinDecodable<'r>: Sized {
35862026-05-12T03:44:10.572Z | --------------------------------- this is the trait that was imported
35872026-05-12T03:44:10.573Z = help: you can use `cargo tree` to explore your dependency tree
35882026-05-12T03:44:10.573Z
35892026-05-12T03:44:10.581Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
35902026-05-12T03:44:10.581Z --> dns-server/src/dns_server.rs:173:34
35912026-05-12T03:44:10.581Z |
35922026-05-12T03:44:10.581Z173 | let header = Header::response_from_request(mr.header());
35932026-05-12T03:44:10.581Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
35942026-05-12T03:44:10.582Z |
35952026-05-12T03:44:10.582Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
35962026-05-12T03:44:10.582Z --> dns-server/src/dns_server.rs:173:26
35972026-05-12T03:44:10.582Z |
35982026-05-12T03:44:10.582Z173 | let header = Header::response_from_request(mr.header());
35992026-05-12T03:44:10.582Z | ^^^^^^
36002026-05-12T03:44:10.582Z
36012026-05-12T03:44:10.599Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
36022026-05-12T03:44:10.599Z --> dns-server/src/dns_server.rs:273:30
36032026-05-12T03:44:10.599Z |
36042026-05-12T03:44:10.600Z273 | let mut header = Header::response_from_request(mr.header());
36052026-05-12T03:44:10.600Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
36062026-05-12T03:44:10.600Z |
36072026-05-12T03:44:10.600Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
36082026-05-12T03:44:10.600Z --> dns-server/src/dns_server.rs:273:22
36092026-05-12T03:44:10.600Z |
36102026-05-12T03:44:10.600Z273 | let mut header = Header::response_from_request(mr.header());
36112026-05-12T03:44:10.600Z | ^^^^^^
36122026-05-12T03:44:10.600Z
36132026-05-12T03:44:10.615Zerror[E0308]: mismatched types
36142026-05-12T03:44:10.615Z --> dns-server/src/dns_server.rs:299:30
36152026-05-12T03:44:10.615Z |
36162026-05-12T03:44:10.616Z299 | let answer = store.query(query)?;
36172026-05-12T03:44:10.616Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
36182026-05-12T03:44:10.616Z | |
36192026-05-12T03:44:10.616Z | arguments to this method are incorrect
36202026-05-12T03:44:10.616Z |
36212026-05-12T03:44:10.616Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36222026-05-12T03:44:10.616Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
36232026-05-12T03:44:10.616Z |
36242026-05-12T03:44:10.616Z 22 | pub struct LowerQuery {
36252026-05-12T03:44:10.616Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36262026-05-12T03:44:10.616Z |
36272026-05-12T03:44:10.616Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
36282026-05-12T03:44:10.616Z |
36292026-05-12T03:44:10.616Z 18 | pub struct LowerQuery {
36302026-05-12T03:44:10.616Z | --------------------- this is the found type
36312026-05-12T03:44:10.616Z = help: you can use `cargo tree` to explore your dependency tree
36322026-05-12T03:44:10.616Znote: method defined here
36332026-05-12T03:44:10.616Z --> dns-server/src/storage.rs:762:19
36342026-05-12T03:44:10.617Z |
36352026-05-12T03:44:10.617Z762 | pub(crate) fn query(
36362026-05-12T03:44:10.617Z | ^^^^^
36372026-05-12T03:44:10.617Z763 | &self,
36382026-05-12T03:44:10.617Z764 | query: &LowerQuery,
36392026-05-12T03:44:10.617Z | ------------------
36402026-05-12T03:44:10.617Z
36412026-05-12T03:44:10.621Zerror[E0308]: mismatched types
36422026-05-12T03:44:10.621Z --> dns-server/src/dns_server.rs:311:55
36432026-05-12T03:44:10.621Z |
36442026-05-12T03:44:10.621Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
36452026-05-12T03:44:10.621Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
36462026-05-12T03:44:10.621Z | |
36472026-05-12T03:44:10.621Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
36482026-05-12T03:44:10.621Z |
36492026-05-12T03:44:10.621Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36502026-05-12T03:44:10.621Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
36512026-05-12T03:44:10.621Z |
36522026-05-12T03:44:10.621Z 33 | pub enum RecordType {
36532026-05-12T03:44:10.621Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
36542026-05-12T03:44:10.621Z |
36552026-05-12T03:44:10.622Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
36562026-05-12T03:44:10.622Z |
36572026-05-12T03:44:10.622Z 33 | pub enum RecordType {
36582026-05-12T03:44:10.622Z | ------------------- this is the found type
36592026-05-12T03:44:10.622Z = help: you can use `cargo tree` to explore your dependency tree
36602026-05-12T03:44:10.622Z
36612026-05-12T03:44:10.632Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
36622026-05-12T03:44:10.632Z --> dns-server/src/dns_server.rs:327:60
36632026-05-12T03:44:10.632Z |
36642026-05-12T03:44:10.632Z327 | .filter(|record| match (query.query_type(), record.data()) {
36652026-05-12T03:44:10.632Z | ^^^^-- help: remove the arguments
36662026-05-12T03:44:10.632Z | |
36672026-05-12T03:44:10.632Z | field, not a method
36682026-05-12T03:44:10.632Z
36692026-05-12T03:44:10.648Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
36702026-05-12T03:44:10.648Z --> dns-server/src/dns_server.rs:348:51
36712026-05-12T03:44:10.648Z |
36722026-05-12T03:44:10.648Z348 | let additionals_target = match record.data() {
36732026-05-12T03:44:10.649Z | ^^^^-- help: remove the arguments
36742026-05-12T03:44:10.649Z | |
36752026-05-12T03:44:10.649Z | field, not a method
36762026-05-12T03:44:10.649Z
36772026-05-12T03:44:10.659Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
36782026-05-12T03:44:10.659Z --> dns-server/src/dns_server.rs:349:45
36792026-05-12T03:44:10.659Z |
36802026-05-12T03:44:10.659Z349 | RData::SRV(srv) => Some(srv.target()),
36812026-05-12T03:44:10.659Z | ^^^^^^-- help: remove the arguments
36822026-05-12T03:44:10.659Z | |
36832026-05-12T03:44:10.659Z | field, not a method
36842026-05-12T03:44:10.659Z
36852026-05-12T03:44:10.664Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
36862026-05-12T03:44:10.665Z --> dns-server/src/dns_server.rs:416:9
36872026-05-12T03:44:10.665Z |
36882026-05-12T03:44:10.665Z414 | let mresp = rb.build(
36892026-05-12T03:44:10.665Z | ----- required by a bound introduced by this call
36902026-05-12T03:44:10.665Z415 | header,
36912026-05-12T03:44:10.665Z416 | response_records.iter().collect::<Vec<&Record>>(),
36922026-05-12T03:44:10.665Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36932026-05-12T03:44:10.665Z |
36942026-05-12T03:44:10.665Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36952026-05-12T03:44:10.665Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36962026-05-12T03:44:10.665Z |
36972026-05-12T03:44:10.665Z 77 | pub struct Record<R: RecordData = RData> {
36982026-05-12T03:44:10.665Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36992026-05-12T03:44:10.665Z |
37002026-05-12T03:44:10.665Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37012026-05-12T03:44:10.666Z |
37022026-05-12T03:44:10.666Z 78 | pub struct Record<R: RecordData = RData> {
37032026-05-12T03:44:10.666Z | ---------------------------------------- this is the found type
37042026-05-12T03:44:10.666Z = help: you can use `cargo tree` to explore your dependency tree
37052026-05-12T03:44:10.666Znote: the method call chain might not have had the expected associated types
37062026-05-12T03:44:10.666Z --> dns-server/src/dns_server.rs:416:26
37072026-05-12T03:44:10.666Z |
37082026-05-12T03:44:10.666Z411 | response_records: &[Record],
37092026-05-12T03:44:10.666Z | ---------------- this expression has type `&[Record]`
37102026-05-12T03:44:10.666Z...
37112026-05-12T03:44:10.666Z416 | response_records.iter().collect::<Vec<&Record>>(),
37122026-05-12T03:44:10.666Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
37132026-05-12T03:44:10.666Z | |
37142026-05-12T03:44:10.666Z | `IntoIterator::Item` is `&Record` here
37152026-05-12T03:44:10.666Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
37162026-05-12T03:44:10.666Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
37172026-05-12T03:44:10.666Z |
37182026-05-12T03:44:10.666Z129 | pub fn build<'a, A, N, S, D>(
37192026-05-12T03:44:10.666Z | ----- required by a bound in this associated function
37202026-05-12T03:44:10.666Z...
37212026-05-12T03:44:10.666Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
37222026-05-12T03:44:10.666Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
37232026-05-12T03:44:10.666Z
37242026-05-12T03:44:10.666Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
37252026-05-12T03:44:10.666Z --> dns-server/src/dns_server.rs:414:20
37262026-05-12T03:44:10.666Z |
37272026-05-12T03:44:10.666Z414 | let mresp = rb.build(
37282026-05-12T03:44:10.666Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37292026-05-12T03:44:10.667Z |
37302026-05-12T03:44:10.667Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37312026-05-12T03:44:10.667Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37322026-05-12T03:44:10.667Z |
37332026-05-12T03:44:10.667Z 77 | pub struct Record<R: RecordData = RData> {
37342026-05-12T03:44:10.667Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37352026-05-12T03:44:10.667Z |
37362026-05-12T03:44:10.667Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37372026-05-12T03:44:10.667Z |
37382026-05-12T03:44:10.667Z 78 | pub struct Record<R: RecordData = RData> {
37392026-05-12T03:44:10.667Z | ---------------------------------------- this is the found type
37402026-05-12T03:44:10.667Z = help: you can use `cargo tree` to explore your dependency tree
37412026-05-12T03:44:10.667Znote: required by a bound in `MessageResponse`
37422026-05-12T03:44:10.667Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
37432026-05-12T03:44:10.667Z |
37442026-05-12T03:44:10.667Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
37452026-05-12T03:44:10.671Z | --------------- required by a bound in this struct
37462026-05-12T03:44:10.671Z 22 | where
37472026-05-12T03:44:10.671Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37482026-05-12T03:44:10.672Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
37492026-05-12T03:44:10.672Z
37502026-05-12T03:44:10.672Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
37512026-05-12T03:44:10.672Z --> dns-server/src/dns_server.rs:419:9
37522026-05-12T03:44:10.672Z |
37532026-05-12T03:44:10.672Z414 | let mresp = rb.build(
37542026-05-12T03:44:10.672Z | ----- required by a bound introduced by this call
37552026-05-12T03:44:10.672Z...
37562026-05-12T03:44:10.672Z419 | additional_records,
37572026-05-12T03:44:10.672Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37582026-05-12T03:44:10.672Z |
37592026-05-12T03:44:10.672Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37602026-05-12T03:44:10.672Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37612026-05-12T03:44:10.672Z |
37622026-05-12T03:44:10.672Z 77 | pub struct Record<R: RecordData = RData> {
37632026-05-12T03:44:10.672Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37642026-05-12T03:44:10.673Z |
37652026-05-12T03:44:10.673Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37662026-05-12T03:44:10.673Z |
37672026-05-12T03:44:10.673Z 78 | pub struct Record<R: RecordData = RData> {
37682026-05-12T03:44:10.673Z | ---------------------------------------- this is the found type
37692026-05-12T03:44:10.673Z = help: you can use `cargo tree` to explore your dependency tree
37702026-05-12T03:44:10.673Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
37712026-05-12T03:44:10.673Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
37722026-05-12T03:44:10.673Z |
37732026-05-12T03:44:10.673Z129 | pub fn build<'a, A, N, S, D>(
37742026-05-12T03:44:10.673Z | ----- required by a bound in this associated function
37752026-05-12T03:44:10.673Z...
37762026-05-12T03:44:10.673Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
37772026-05-12T03:44:10.673Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
37782026-05-12T03:44:10.673Z
37792026-05-12T03:44:10.673Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
37802026-05-12T03:44:10.673Z --> dns-server/src/dns_server.rs:414:20
37812026-05-12T03:44:10.673Z |
37822026-05-12T03:44:10.674Z414 | let mresp = rb.build(
37832026-05-12T03:44:10.674Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
37842026-05-12T03:44:10.674Z |
37852026-05-12T03:44:10.674Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37862026-05-12T03:44:10.674Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37872026-05-12T03:44:10.674Z |
37882026-05-12T03:44:10.674Z 77 | pub struct Record<R: RecordData = RData> {
37892026-05-12T03:44:10.674Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37902026-05-12T03:44:10.674Z |
37912026-05-12T03:44:10.674Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37922026-05-12T03:44:10.674Z |
37932026-05-12T03:44:10.674Z 78 | pub struct Record<R: RecordData = RData> {
37942026-05-12T03:44:10.674Z | ---------------------------------------- this is the found type
37952026-05-12T03:44:10.674Z = help: you can use `cargo tree` to explore your dependency tree
37962026-05-12T03:44:10.674Znote: required by a bound in `MessageResponse`
37972026-05-12T03:44:10.674Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
37982026-05-12T03:44:10.674Z |
37992026-05-12T03:44:10.674Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38002026-05-12T03:44:10.674Z | --------------- required by a bound in this struct
38012026-05-12T03:44:10.675Z...
38022026-05-12T03:44:10.675Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38032026-05-12T03:44:10.675Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38042026-05-12T03:44:10.675Z
38052026-05-12T03:44:10.675Zerror[E0308]: mismatched types
38062026-05-12T03:44:10.675Z --> dns-server/src/dns_server.rs:415:9
38072026-05-12T03:44:10.675Z |
38082026-05-12T03:44:10.675Z414 | let mresp = rb.build(
38092026-05-12T03:44:10.675Z | ----- arguments to this method are incorrect
38102026-05-12T03:44:10.675Z415 | header,
38112026-05-12T03:44:10.675Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
38122026-05-12T03:44:10.675Z |
38132026-05-12T03:44:10.675Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38142026-05-12T03:44:10.675Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
38152026-05-12T03:44:10.675Z |
38162026-05-12T03:44:10.675Z 57 | pub struct Header {
38172026-05-12T03:44:10.675Z | ^^^^^^^^^^^^^^^^^ this is the expected type
38182026-05-12T03:44:10.675Z |
38192026-05-12T03:44:10.675Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
38202026-05-12T03:44:10.676Z |
38212026-05-12T03:44:10.676Z 57 | pub struct Header {
38222026-05-12T03:44:10.676Z | ----------------- this is the found type
38232026-05-12T03:44:10.676Z = help: you can use `cargo tree` to explore your dependency tree
38242026-05-12T03:44:10.676Znote: method defined here
38252026-05-12T03:44:10.676Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
38262026-05-12T03:44:10.676Z |
38272026-05-12T03:44:10.676Z129 | pub fn build<'a, A, N, S, D>(
38282026-05-12T03:44:10.676Z | ^^^^^
38292026-05-12T03:44:10.676Z
38302026-05-12T03:44:10.676Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38312026-05-12T03:44:10.676Z --> dns-server/src/dns_server.rs:422:31
38322026-05-12T03:44:10.676Z |
38332026-05-12T03:44:10.676Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38342026-05-12T03:44:10.676Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38352026-05-12T03:44:10.676Z | |
38362026-05-12T03:44:10.676Z | required by a bound introduced by this call
38372026-05-12T03:44:10.676Z |
38382026-05-12T03:44:10.676Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38392026-05-12T03:44:10.676Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38402026-05-12T03:44:10.677Z |
38412026-05-12T03:44:10.677Z 78 | pub struct Record<R: RecordData = RData> {
38422026-05-12T03:44:10.677Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38432026-05-12T03:44:10.677Z |
38442026-05-12T03:44:10.677Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38452026-05-12T03:44:10.681Z |
38462026-05-12T03:44:10.681Z 77 | pub struct Record<R: RecordData = RData> {
38472026-05-12T03:44:10.681Z | ---------------------------------------- this is the found type
38482026-05-12T03:44:10.681Z = help: you can use `cargo tree` to explore your dependency tree
38492026-05-12T03:44:10.681Znote: required by a bound in `encode_and_send`
38502026-05-12T03:44:10.681Z --> dns-server/src/dns_server.rs:492:27
38512026-05-12T03:44:10.681Z |
38522026-05-12T03:44:10.682Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38532026-05-12T03:44:10.682Z | --------------- required by a bound in this function
38542026-05-12T03:44:10.682Z...
38552026-05-12T03:44:10.682Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
38562026-05-12T03:44:10.682Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38572026-05-12T03:44:10.682Z
38582026-05-12T03:44:10.682Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38592026-05-12T03:44:10.682Z --> dns-server/src/dns_server.rs:422:31
38602026-05-12T03:44:10.682Z |
38612026-05-12T03:44:10.682Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38622026-05-12T03:44:10.682Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38632026-05-12T03:44:10.682Z |
38642026-05-12T03:44:10.682Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38652026-05-12T03:44:10.682Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38662026-05-12T03:44:10.682Z |
38672026-05-12T03:44:10.682Z 77 | pub struct Record<R: RecordData = RData> {
38682026-05-12T03:44:10.682Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38692026-05-12T03:44:10.682Z |
38702026-05-12T03:44:10.682Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38712026-05-12T03:44:10.682Z |
38722026-05-12T03:44:10.682Z 78 | pub struct Record<R: RecordData = RData> {
38732026-05-12T03:44:10.682Z | ---------------------------------------- this is the found type
38742026-05-12T03:44:10.682Z = help: you can use `cargo tree` to explore your dependency tree
38752026-05-12T03:44:10.682Znote: required by a bound in `MessageResponse`
38762026-05-12T03:44:10.682Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
38772026-05-12T03:44:10.682Z |
38782026-05-12T03:44:10.682Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
38792026-05-12T03:44:10.683Z | --------------- required by a bound in this struct
38802026-05-12T03:44:10.683Z 22 | where
38812026-05-12T03:44:10.683Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
38822026-05-12T03:44:10.683Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
38832026-05-12T03:44:10.683Z
38842026-05-12T03:44:10.683Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
38852026-05-12T03:44:10.683Z --> dns-server/src/dns_server.rs:422:31
38862026-05-12T03:44:10.683Z |
38872026-05-12T03:44:10.683Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
38882026-05-12T03:44:10.683Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
38892026-05-12T03:44:10.683Z |
38902026-05-12T03:44:10.683Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38912026-05-12T03:44:10.683Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38922026-05-12T03:44:10.683Z |
38932026-05-12T03:44:10.683Z 77 | pub struct Record<R: RecordData = RData> {
38942026-05-12T03:44:10.683Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38952026-05-12T03:44:10.683Z |
38962026-05-12T03:44:10.683Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38972026-05-12T03:44:10.683Z |
38982026-05-12T03:44:10.683Z 78 | pub struct Record<R: RecordData = RData> {
38992026-05-12T03:44:10.683Z | ---------------------------------------- this is the found type
39002026-05-12T03:44:10.683Z = help: you can use `cargo tree` to explore your dependency tree
39012026-05-12T03:44:10.684Znote: required by a bound in `MessageResponse`
39022026-05-12T03:44:10.684Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
39032026-05-12T03:44:10.684Z |
39042026-05-12T03:44:10.684Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
39052026-05-12T03:44:10.684Z | --------------- required by a bound in this struct
39062026-05-12T03:44:10.684Z...
39072026-05-12T03:44:10.684Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
39082026-05-12T03:44:10.684Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
39092026-05-12T03:44:10.684Z
39102026-05-12T03:44:10.684Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39112026-05-12T03:44:10.684Z --> dns-server/src/dns_server.rs:422:5
39122026-05-12T03:44:10.684Z |
39132026-05-12T03:44:10.684Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39142026-05-12T03:44:10.684Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39152026-05-12T03:44:10.684Z |
39162026-05-12T03:44:10.684Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39172026-05-12T03:44:10.684Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39182026-05-12T03:44:10.684Z |
39192026-05-12T03:44:10.684Z 78 | pub struct Record<R: RecordData = RData> {
39202026-05-12T03:44:10.684Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39212026-05-12T03:44:10.684Z |
39222026-05-12T03:44:10.684Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39232026-05-12T03:44:10.684Z |
39242026-05-12T03:44:10.684Z 77 | pub struct Record<R: RecordData = RData> {
39252026-05-12T03:44:10.684Z | ---------------------------------------- this is the found type
39262026-05-12T03:44:10.684Z = help: you can use `cargo tree` to explore your dependency tree
39272026-05-12T03:44:10.684Znote: required by a bound in `encode_and_send`
39282026-05-12T03:44:10.684Z --> dns-server/src/dns_server.rs:492:27
39292026-05-12T03:44:10.684Z |
39302026-05-12T03:44:10.685Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39312026-05-12T03:44:10.685Z | --------------- required by a bound in this function
39322026-05-12T03:44:10.685Z...
39332026-05-12T03:44:10.685Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39342026-05-12T03:44:10.685Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39352026-05-12T03:44:10.685Z
39362026-05-12T03:44:10.685Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39372026-05-12T03:44:10.685Z --> dns-server/src/dns_server.rs:422:49
39382026-05-12T03:44:10.685Z |
39392026-05-12T03:44:10.685Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
39402026-05-12T03:44:10.685Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39412026-05-12T03:44:10.685Z |
39422026-05-12T03:44:10.685Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39432026-05-12T03:44:10.685Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39442026-05-12T03:44:10.685Z |
39452026-05-12T03:44:10.693Z 78 | pub struct Record<R: RecordData = RData> {
39462026-05-12T03:44:10.693Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39472026-05-12T03:44:10.693Z |
39482026-05-12T03:44:10.693Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39492026-05-12T03:44:10.693Z |
39502026-05-12T03:44:10.693Z 77 | pub struct Record<R: RecordData = RData> {
39512026-05-12T03:44:10.693Z | ---------------------------------------- this is the found type
39522026-05-12T03:44:10.693Z = help: you can use `cargo tree` to explore your dependency tree
39532026-05-12T03:44:10.693Znote: required by a bound in `encode_and_send`
39542026-05-12T03:44:10.693Z --> dns-server/src/dns_server.rs:492:27
39552026-05-12T03:44:10.693Z |
39562026-05-12T03:44:10.693Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
39572026-05-12T03:44:10.693Z | --------------- required by a bound in this function
39582026-05-12T03:44:10.693Z...
39592026-05-12T03:44:10.693Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
39602026-05-12T03:44:10.693Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
39612026-05-12T03:44:10.694Z
39622026-05-12T03:44:10.694Zerror[E0308]: arguments to this method are incorrect
39632026-05-12T03:44:10.694Z --> dns-server/src/dns_server.rs:438:33
39642026-05-12T03:44:10.694Z |
39652026-05-12T03:44:10.694Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
39662026-05-12T03:44:10.694Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
39672026-05-12T03:44:10.694Z | |
39682026-05-12T03:44:10.694Z | expected `&Header`, found `&&Header`
39692026-05-12T03:44:10.694Z |
39702026-05-12T03:44:10.694Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
39712026-05-12T03:44:10.694Z found reference `&&hickory_proto::op::Header`
39722026-05-12T03:44:10.694Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39732026-05-12T03:44:10.694Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
39742026-05-12T03:44:10.694Z |
39752026-05-12T03:44:10.694Z 67 | pub enum ResponseCode {
39762026-05-12T03:44:10.694Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39772026-05-12T03:44:10.694Z |
39782026-05-12T03:44:10.694Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
39792026-05-12T03:44:10.694Z |
39802026-05-12T03:44:10.694Z 67 | pub enum ResponseCode {
39812026-05-12T03:44:10.694Z | --------------------- this is the found type
39822026-05-12T03:44:10.694Z = help: you can use `cargo tree` to explore your dependency tree
39832026-05-12T03:44:10.694Znote: method defined here
39842026-05-12T03:44:10.694Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
39852026-05-12T03:44:10.694Z |
39862026-05-12T03:44:10.694Z190 | pub fn error_msg<'a>(
39872026-05-12T03:44:10.694Z | ^^^^^^^^^
39882026-05-12T03:44:10.694Z
39892026-05-12T03:44:10.694Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
39902026-05-12T03:44:10.694Z --> dns-server/src/dns_server.rs:457:50
39912026-05-12T03:44:10.695Z |
39922026-05-12T03:44:10.695Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
39932026-05-12T03:44:10.695Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
39942026-05-12T03:44:10.695Z | |
39952026-05-12T03:44:10.695Z | required by a bound introduced by this call
39962026-05-12T03:44:10.695Z |
39972026-05-12T03:44:10.695Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39982026-05-12T03:44:10.695Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39992026-05-12T03:44:10.695Z |
40002026-05-12T03:44:10.695Z 78 | pub struct Record<R: RecordData = RData> {
40012026-05-12T03:44:10.695Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40022026-05-12T03:44:10.695Z |
40032026-05-12T03:44:10.695Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40042026-05-12T03:44:10.695Z |
40052026-05-12T03:44:10.695Z 77 | pub struct Record<R: RecordData = RData> {
40062026-05-12T03:44:10.695Z | ---------------------------------------- this is the found type
40072026-05-12T03:44:10.695Z = help: you can use `cargo tree` to explore your dependency tree
40082026-05-12T03:44:10.695Znote: required by a bound in `encode_and_send`
40092026-05-12T03:44:10.695Z --> dns-server/src/dns_server.rs:491:23
40102026-05-12T03:44:10.695Z |
40112026-05-12T03:44:10.695Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40122026-05-12T03:44:10.695Z | --------------- required by a bound in this function
40132026-05-12T03:44:10.695Z...
40142026-05-12T03:44:10.695Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
40152026-05-12T03:44:10.695Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40162026-05-12T03:44:10.695Z
40172026-05-12T03:44:10.696Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40182026-05-12T03:44:10.696Z --> dns-server/src/dns_server.rs:457:50
40192026-05-12T03:44:10.696Z |
40202026-05-12T03:44:10.696Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40212026-05-12T03:44:10.696Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40222026-05-12T03:44:10.696Z | |
40232026-05-12T03:44:10.696Z | required by a bound introduced by this call
40242026-05-12T03:44:10.696Z |
40252026-05-12T03:44:10.696Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40262026-05-12T03:44:10.696Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40272026-05-12T03:44:10.696Z |
40282026-05-12T03:44:10.696Z 78 | pub struct Record<R: RecordData = RData> {
40292026-05-12T03:44:10.696Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40302026-05-12T03:44:10.696Z |
40312026-05-12T03:44:10.696Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40322026-05-12T03:44:10.696Z |
40332026-05-12T03:44:10.696Z 77 | pub struct Record<R: RecordData = RData> {
40342026-05-12T03:44:10.696Z | ---------------------------------------- this is the found type
40352026-05-12T03:44:10.696Z = help: you can use `cargo tree` to explore your dependency tree
40362026-05-12T03:44:10.696Znote: required by a bound in `encode_and_send`
40372026-05-12T03:44:10.696Z --> dns-server/src/dns_server.rs:492:27
40382026-05-12T03:44:10.696Z |
40392026-05-12T03:44:10.696Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40402026-05-12T03:44:10.696Z | --------------- required by a bound in this function
40412026-05-12T03:44:10.696Z...
40422026-05-12T03:44:10.696Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
40432026-05-12T03:44:10.696Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40442026-05-12T03:44:10.696Z
40452026-05-12T03:44:10.760Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40462026-05-12T03:44:10.760Z --> dns-server/src/dns_server.rs:457:50
40472026-05-12T03:44:10.760Z |
40482026-05-12T03:44:10.760Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40492026-05-12T03:44:10.760Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40502026-05-12T03:44:10.760Z | |
40512026-05-12T03:44:10.760Z | required by a bound introduced by this call
40522026-05-12T03:44:10.760Z |
40532026-05-12T03:44:10.760Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40542026-05-12T03:44:10.761Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40552026-05-12T03:44:10.761Z |
40562026-05-12T03:44:10.761Z 78 | pub struct Record<R: RecordData = RData> {
40572026-05-12T03:44:10.761Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40582026-05-12T03:44:10.761Z |
40592026-05-12T03:44:10.761Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40602026-05-12T03:44:10.761Z |
40612026-05-12T03:44:10.761Z 77 | pub struct Record<R: RecordData = RData> {
40622026-05-12T03:44:10.761Z | ---------------------------------------- this is the found type
40632026-05-12T03:44:10.761Z = help: you can use `cargo tree` to explore your dependency tree
40642026-05-12T03:44:10.761Znote: required by a bound in `encode_and_send`
40652026-05-12T03:44:10.761Z --> dns-server/src/dns_server.rs:493:19
40662026-05-12T03:44:10.761Z |
40672026-05-12T03:44:10.761Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40682026-05-12T03:44:10.761Z | --------------- required by a bound in this function
40692026-05-12T03:44:10.761Z...
40702026-05-12T03:44:10.761Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
40712026-05-12T03:44:10.761Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
40722026-05-12T03:44:10.761Z
40732026-05-12T03:44:10.761Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
40742026-05-12T03:44:10.761Z --> dns-server/src/dns_server.rs:457:50
40752026-05-12T03:44:10.761Z |
40762026-05-12T03:44:10.761Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
40772026-05-12T03:44:10.761Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40782026-05-12T03:44:10.761Z | |
40792026-05-12T03:44:10.761Z | required by a bound introduced by this call
40802026-05-12T03:44:10.761Z |
40812026-05-12T03:44:10.761Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40822026-05-12T03:44:10.761Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40832026-05-12T03:44:10.761Z |
40842026-05-12T03:44:10.761Z 78 | pub struct Record<R: RecordData = RData> {
40852026-05-12T03:44:10.761Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40862026-05-12T03:44:10.761Z |
40872026-05-12T03:44:10.761Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40882026-05-12T03:44:10.761Z |
40892026-05-12T03:44:10.761Z 77 | pub struct Record<R: RecordData = RData> {
40902026-05-12T03:44:10.761Z | ---------------------------------------- this is the found type
40912026-05-12T03:44:10.761Z = help: you can use `cargo tree` to explore your dependency tree
40922026-05-12T03:44:10.762Znote: required by a bound in `encode_and_send`
40932026-05-12T03:44:10.762Z --> dns-server/src/dns_server.rs:494:27
40942026-05-12T03:44:10.762Z |
40952026-05-12T03:44:10.762Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
40962026-05-12T03:44:10.762Z | --------------- required by a bound in this function
40972026-05-12T03:44:10.762Z...
40982026-05-12T03:44:10.762Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
40992026-05-12T03:44:10.762Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41002026-05-12T03:44:10.762Z
41012026-05-12T03:44:10.762Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41022026-05-12T03:44:10.762Z --> dns-server/src/dns_server.rs:457:25
41032026-05-12T03:44:10.762Z |
41042026-05-12T03:44:10.762Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41052026-05-12T03:44:10.762Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41062026-05-12T03:44:10.762Z |
41072026-05-12T03:44:10.762Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41082026-05-12T03:44:10.762Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41092026-05-12T03:44:10.762Z |
41102026-05-12T03:44:10.762Z 78 | pub struct Record<R: RecordData = RData> {
41112026-05-12T03:44:10.762Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41122026-05-12T03:44:10.762Z |
41132026-05-12T03:44:10.762Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41142026-05-12T03:44:10.762Z |
41152026-05-12T03:44:10.762Z 77 | pub struct Record<R: RecordData = RData> {
41162026-05-12T03:44:10.762Z | ---------------------------------------- this is the found type
41172026-05-12T03:44:10.762Z = help: you can use `cargo tree` to explore your dependency tree
41182026-05-12T03:44:10.762Znote: required by a bound in `encode_and_send`
41192026-05-12T03:44:10.762Z --> dns-server/src/dns_server.rs:491:23
41202026-05-12T03:44:10.762Z |
41212026-05-12T03:44:10.762Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41222026-05-12T03:44:10.762Z | --------------- required by a bound in this function
41232026-05-12T03:44:10.762Z...
41242026-05-12T03:44:10.762Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
41252026-05-12T03:44:10.762Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41262026-05-12T03:44:10.762Z
41272026-05-12T03:44:10.762Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41282026-05-12T03:44:10.762Z --> dns-server/src/dns_server.rs:457:25
41292026-05-12T03:44:10.762Z |
41302026-05-12T03:44:10.762Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41312026-05-12T03:44:10.762Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41322026-05-12T03:44:10.763Z |
41332026-05-12T03:44:10.763Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41342026-05-12T03:44:10.763Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41352026-05-12T03:44:10.763Z |
41362026-05-12T03:44:10.763Z 78 | pub struct Record<R: RecordData = RData> {
41372026-05-12T03:44:10.763Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41382026-05-12T03:44:10.763Z |
41392026-05-12T03:44:10.763Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41402026-05-12T03:44:10.763Z |
41412026-05-12T03:44:10.763Z 77 | pub struct Record<R: RecordData = RData> {
41422026-05-12T03:44:10.763Z | ---------------------------------------- this is the found type
41432026-05-12T03:44:10.763Z = help: you can use `cargo tree` to explore your dependency tree
41442026-05-12T03:44:10.763Znote: required by a bound in `encode_and_send`
41452026-05-12T03:44:10.807Z --> dns-server/src/dns_server.rs:492:27
41462026-05-12T03:44:10.807Z |
41472026-05-12T03:44:10.807Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41482026-05-12T03:44:10.807Z | --------------- required by a bound in this function
41492026-05-12T03:44:10.807Z...
41502026-05-12T03:44:10.807Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
41512026-05-12T03:44:10.807Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41522026-05-12T03:44:10.808Z
41532026-05-12T03:44:10.808Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41542026-05-12T03:44:10.808Z --> dns-server/src/dns_server.rs:457:25
41552026-05-12T03:44:10.808Z |
41562026-05-12T03:44:10.808Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41572026-05-12T03:44:10.808Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41582026-05-12T03:44:10.808Z |
41592026-05-12T03:44:10.808Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41602026-05-12T03:44:10.808Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41612026-05-12T03:44:10.808Z |
41622026-05-12T03:44:10.808Z 78 | pub struct Record<R: RecordData = RData> {
41632026-05-12T03:44:10.808Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41642026-05-12T03:44:10.808Z |
41652026-05-12T03:44:10.808Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41662026-05-12T03:44:10.808Z |
41672026-05-12T03:44:10.808Z 77 | pub struct Record<R: RecordData = RData> {
41682026-05-12T03:44:10.808Z | ---------------------------------------- this is the found type
41692026-05-12T03:44:10.808Z = help: you can use `cargo tree` to explore your dependency tree
41702026-05-12T03:44:10.808Znote: required by a bound in `encode_and_send`
41712026-05-12T03:44:10.808Z --> dns-server/src/dns_server.rs:493:19
41722026-05-12T03:44:10.808Z |
41732026-05-12T03:44:10.808Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41742026-05-12T03:44:10.808Z | --------------- required by a bound in this function
41752026-05-12T03:44:10.808Z...
41762026-05-12T03:44:10.809Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
41772026-05-12T03:44:10.809Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41782026-05-12T03:44:10.809Z
41792026-05-12T03:44:10.809Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
41802026-05-12T03:44:10.809Z --> dns-server/src/dns_server.rs:457:25
41812026-05-12T03:44:10.809Z |
41822026-05-12T03:44:10.809Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
41832026-05-12T03:44:10.809Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41842026-05-12T03:44:10.809Z |
41852026-05-12T03:44:10.809Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41862026-05-12T03:44:10.809Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41872026-05-12T03:44:10.809Z |
41882026-05-12T03:44:10.809Z 78 | pub struct Record<R: RecordData = RData> {
41892026-05-12T03:44:10.809Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41902026-05-12T03:44:10.809Z |
41912026-05-12T03:44:10.809Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41922026-05-12T03:44:10.809Z |
41932026-05-12T03:44:10.809Z 77 | pub struct Record<R: RecordData = RData> {
41942026-05-12T03:44:10.809Z | ---------------------------------------- this is the found type
41952026-05-12T03:44:10.809Z = help: you can use `cargo tree` to explore your dependency tree
41962026-05-12T03:44:10.809Znote: required by a bound in `encode_and_send`
41972026-05-12T03:44:10.809Z --> dns-server/src/dns_server.rs:494:27
41982026-05-12T03:44:10.809Z |
41992026-05-12T03:44:10.809Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42002026-05-12T03:44:10.809Z | --------------- required by a bound in this function
42012026-05-12T03:44:10.809Z...
42022026-05-12T03:44:10.809Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
42032026-05-12T03:44:10.809Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42042026-05-12T03:44:10.809Z
42052026-05-12T03:44:10.810Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42062026-05-12T03:44:10.810Z --> dns-server/src/dns_server.rs:457:69
42072026-05-12T03:44:10.810Z |
42082026-05-12T03:44:10.810Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42092026-05-12T03:44:10.810Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42102026-05-12T03:44:10.810Z |
42112026-05-12T03:44:10.810Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42122026-05-12T03:44:10.810Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42132026-05-12T03:44:10.810Z |
42142026-05-12T03:44:10.810Z 78 | pub struct Record<R: RecordData = RData> {
42152026-05-12T03:44:10.810Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42162026-05-12T03:44:10.810Z |
42172026-05-12T03:44:10.810Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42182026-05-12T03:44:10.810Z |
42192026-05-12T03:44:10.810Z 77 | pub struct Record<R: RecordData = RData> {
42202026-05-12T03:44:10.810Z | ---------------------------------------- this is the found type
42212026-05-12T03:44:10.810Z = help: you can use `cargo tree` to explore your dependency tree
42222026-05-12T03:44:10.810Znote: required by a bound in `encode_and_send`
42232026-05-12T03:44:10.810Z --> dns-server/src/dns_server.rs:491:23
42242026-05-12T03:44:10.810Z |
42252026-05-12T03:44:10.810Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42262026-05-12T03:44:10.810Z | --------------- required by a bound in this function
42272026-05-12T03:44:10.810Z...
42282026-05-12T03:44:10.810Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
42292026-05-12T03:44:10.810Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42302026-05-12T03:44:10.810Z
42312026-05-12T03:44:10.810Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42322026-05-12T03:44:10.811Z --> dns-server/src/dns_server.rs:457:69
42332026-05-12T03:44:10.811Z |
42342026-05-12T03:44:10.811Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42352026-05-12T03:44:10.811Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42362026-05-12T03:44:10.811Z |
42372026-05-12T03:44:10.811Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42382026-05-12T03:44:10.811Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42392026-05-12T03:44:10.811Z |
42402026-05-12T03:44:10.811Z 78 | pub struct Record<R: RecordData = RData> {
42412026-05-12T03:44:10.811Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42422026-05-12T03:44:10.811Z |
42432026-05-12T03:44:10.811Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42442026-05-12T03:44:10.811Z |
42452026-05-12T03:44:10.828Z 77 | pub struct Record<R: RecordData = RData> {
42462026-05-12T03:44:10.828Z | ---------------------------------------- this is the found type
42472026-05-12T03:44:10.828Z = help: you can use `cargo tree` to explore your dependency tree
42482026-05-12T03:44:10.828Znote: required by a bound in `encode_and_send`
42492026-05-12T03:44:10.828Z --> dns-server/src/dns_server.rs:492:27
42502026-05-12T03:44:10.828Z |
42512026-05-12T03:44:10.828Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42522026-05-12T03:44:10.828Z | --------------- required by a bound in this function
42532026-05-12T03:44:10.828Z...
42542026-05-12T03:44:10.828Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
42552026-05-12T03:44:10.828Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42562026-05-12T03:44:10.829Z
42572026-05-12T03:44:10.829Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42582026-05-12T03:44:10.829Z --> dns-server/src/dns_server.rs:457:69
42592026-05-12T03:44:10.829Z |
42602026-05-12T03:44:10.829Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42612026-05-12T03:44:10.829Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42622026-05-12T03:44:10.829Z |
42632026-05-12T03:44:10.829Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42642026-05-12T03:44:10.829Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42652026-05-12T03:44:10.829Z |
42662026-05-12T03:44:10.829Z 78 | pub struct Record<R: RecordData = RData> {
42672026-05-12T03:44:10.829Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42682026-05-12T03:44:10.829Z |
42692026-05-12T03:44:10.829Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42702026-05-12T03:44:10.829Z |
42712026-05-12T03:44:10.829Z 77 | pub struct Record<R: RecordData = RData> {
42722026-05-12T03:44:10.829Z | ---------------------------------------- this is the found type
42732026-05-12T03:44:10.829Z = help: you can use `cargo tree` to explore your dependency tree
42742026-05-12T03:44:10.829Znote: required by a bound in `encode_and_send`
42752026-05-12T03:44:10.829Z --> dns-server/src/dns_server.rs:493:19
42762026-05-12T03:44:10.829Z |
42772026-05-12T03:44:10.829Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42782026-05-12T03:44:10.829Z | --------------- required by a bound in this function
42792026-05-12T03:44:10.829Z...
42802026-05-12T03:44:10.829Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
42812026-05-12T03:44:10.829Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42822026-05-12T03:44:10.830Z
42832026-05-12T03:44:10.830Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42842026-05-12T03:44:10.830Z --> dns-server/src/dns_server.rs:457:69
42852026-05-12T03:44:10.830Z |
42862026-05-12T03:44:10.830Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42872026-05-12T03:44:10.830Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42882026-05-12T03:44:10.830Z |
42892026-05-12T03:44:10.830Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42902026-05-12T03:44:10.830Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42912026-05-12T03:44:10.830Z |
42922026-05-12T03:44:10.830Z 78 | pub struct Record<R: RecordData = RData> {
42932026-05-12T03:44:10.830Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42942026-05-12T03:44:10.830Z |
42952026-05-12T03:44:10.830Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42962026-05-12T03:44:10.830Z |
42972026-05-12T03:44:10.830Z 77 | pub struct Record<R: RecordData = RData> {
42982026-05-12T03:44:10.830Z | ---------------------------------------- this is the found type
42992026-05-12T03:44:10.830Z = help: you can use `cargo tree` to explore your dependency tree
43002026-05-12T03:44:10.830Znote: required by a bound in `encode_and_send`
43012026-05-12T03:44:10.830Z --> dns-server/src/dns_server.rs:494:27
43022026-05-12T03:44:10.830Z |
43032026-05-12T03:44:10.830Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43042026-05-12T03:44:10.830Z | --------------- required by a bound in this function
43052026-05-12T03:44:10.830Z...
43062026-05-12T03:44:10.830Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
43072026-05-12T03:44:10.830Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43082026-05-12T03:44:10.830Z
43092026-05-12T03:44:10.831Zerror[E0308]: arguments to this method are incorrect
43102026-05-12T03:44:10.831Z --> dns-server/src/dns_server.rs:477:20
43112026-05-12T03:44:10.831Z |
43122026-05-12T03:44:10.831Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
43132026-05-12T03:44:10.831Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
43142026-05-12T03:44:10.831Z | |
43152026-05-12T03:44:10.831Z | expected `Header`, found `hickory_proto::op::Header`
43162026-05-12T03:44:10.831Z |
43172026-05-12T03:44:10.831Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43182026-05-12T03:44:10.831Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
43192026-05-12T03:44:10.831Z |
43202026-05-12T03:44:10.831Z 57 | pub struct Header {
43212026-05-12T03:44:10.831Z | ^^^^^^^^^^^^^^^^^ this is the expected type
43222026-05-12T03:44:10.831Z |
43232026-05-12T03:44:10.831Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
43242026-05-12T03:44:10.831Z |
43252026-05-12T03:44:10.831Z 57 | pub struct Header {
43262026-05-12T03:44:10.831Z | ----------------- this is the found type
43272026-05-12T03:44:10.831Z = help: you can use `cargo tree` to explore your dependency tree
43282026-05-12T03:44:10.831Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43292026-05-12T03:44:10.831Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
43302026-05-12T03:44:10.831Z |
43312026-05-12T03:44:10.831Z 67 | pub enum ResponseCode {
43322026-05-12T03:44:10.831Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43332026-05-12T03:44:10.831Z |
43342026-05-12T03:44:10.831Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
43352026-05-12T03:44:10.831Z |
43362026-05-12T03:44:10.831Z 67 | pub enum ResponseCode {
43372026-05-12T03:44:10.832Z | --------------------- this is the found type
43382026-05-12T03:44:10.832Z = help: you can use `cargo tree` to explore your dependency tree
43392026-05-12T03:44:10.832Znote: method defined here
43402026-05-12T03:44:10.832Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
43412026-05-12T03:44:10.832Z |
43422026-05-12T03:44:10.832Z190 | pub fn error_msg<'a>(
43432026-05-12T03:44:10.832Z | ^^^^^^^^^
43442026-05-12T03:44:10.832Z
43452026-05-12T03:44:10.838Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43462026-05-12T03:44:10.838Z --> dns-server/src/dns_server.rs:478:50
43472026-05-12T03:44:10.838Z |
43482026-05-12T03:44:10.838Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
43492026-05-12T03:44:10.838Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43502026-05-12T03:44:10.838Z | |
43512026-05-12T03:44:10.838Z | required by a bound introduced by this call
43522026-05-12T03:44:10.838Z |
43532026-05-12T03:44:10.838Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43542026-05-12T03:44:10.838Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43552026-05-12T03:44:10.838Z |
43562026-05-12T03:44:10.838Z 78 | pub struct Record<R: RecordData = RData> {
43572026-05-12T03:44:10.839Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43582026-05-12T03:44:10.839Z |
43592026-05-12T03:44:10.839Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43602026-05-12T03:44:10.839Z |
43612026-05-12T03:44:10.839Z 77 | pub struct Record<R: RecordData = RData> {
43622026-05-12T03:44:10.839Z | ---------------------------------------- this is the found type
43632026-05-12T03:44:10.839Z = help: you can use `cargo tree` to explore your dependency tree
43642026-05-12T03:44:10.839Znote: required by a bound in `encode_and_send`
43652026-05-12T03:44:10.839Z --> dns-server/src/dns_server.rs:491:23
43662026-05-12T03:44:10.839Z |
43672026-05-12T03:44:10.839Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43682026-05-12T03:44:10.839Z | --------------- required by a bound in this function
43692026-05-12T03:44:10.839Z...
43702026-05-12T03:44:10.839Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
43712026-05-12T03:44:10.839Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43722026-05-12T03:44:10.839Z
43732026-05-12T03:44:10.839Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43742026-05-12T03:44:10.839Z --> dns-server/src/dns_server.rs:478:50
43752026-05-12T03:44:10.839Z |
43762026-05-12T03:44:10.839Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
43772026-05-12T03:44:10.839Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43782026-05-12T03:44:10.839Z | |
43792026-05-12T03:44:10.839Z | required by a bound introduced by this call
43802026-05-12T03:44:10.839Z |
43812026-05-12T03:44:10.839Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43822026-05-12T03:44:10.840Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43832026-05-12T03:44:10.840Z |
43842026-05-12T03:44:10.840Z 78 | pub struct Record<R: RecordData = RData> {
43852026-05-12T03:44:10.840Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43862026-05-12T03:44:10.840Z |
43872026-05-12T03:44:10.840Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43882026-05-12T03:44:10.840Z |
43892026-05-12T03:44:10.840Z 77 | pub struct Record<R: RecordData = RData> {
43902026-05-12T03:44:10.840Z | ---------------------------------------- this is the found type
43912026-05-12T03:44:10.840Z = help: you can use `cargo tree` to explore your dependency tree
43922026-05-12T03:44:10.840Znote: required by a bound in `encode_and_send`
43932026-05-12T03:44:10.840Z --> dns-server/src/dns_server.rs:492:27
43942026-05-12T03:44:10.840Z |
43952026-05-12T03:44:10.840Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43962026-05-12T03:44:10.840Z | --------------- required by a bound in this function
43972026-05-12T03:44:10.840Z...
43982026-05-12T03:44:10.840Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
43992026-05-12T03:44:10.840Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44002026-05-12T03:44:10.840Z
44012026-05-12T03:44:10.840Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44022026-05-12T03:44:10.840Z --> dns-server/src/dns_server.rs:478:50
44032026-05-12T03:44:10.840Z |
44042026-05-12T03:44:10.840Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44052026-05-12T03:44:10.840Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44062026-05-12T03:44:10.840Z | |
44072026-05-12T03:44:10.840Z | required by a bound introduced by this call
44082026-05-12T03:44:10.840Z |
44092026-05-12T03:44:10.840Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44102026-05-12T03:44:10.841Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44112026-05-12T03:44:10.841Z |
44122026-05-12T03:44:10.841Z 78 | pub struct Record<R: RecordData = RData> {
44132026-05-12T03:44:10.841Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44142026-05-12T03:44:10.841Z |
44152026-05-12T03:44:10.841Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44162026-05-12T03:44:10.841Z |
44172026-05-12T03:44:10.841Z 77 | pub struct Record<R: RecordData = RData> {
44182026-05-12T03:44:10.841Z | ---------------------------------------- this is the found type
44192026-05-12T03:44:10.841Z = help: you can use `cargo tree` to explore your dependency tree
44202026-05-12T03:44:10.841Znote: required by a bound in `encode_and_send`
44212026-05-12T03:44:10.841Z --> dns-server/src/dns_server.rs:493:19
44222026-05-12T03:44:10.841Z |
44232026-05-12T03:44:10.841Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44242026-05-12T03:44:10.841Z | --------------- required by a bound in this function
44252026-05-12T03:44:10.841Z...
44262026-05-12T03:44:10.841Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
44272026-05-12T03:44:10.841Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44282026-05-12T03:44:10.841Z
44292026-05-12T03:44:10.841Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44302026-05-12T03:44:10.841Z --> dns-server/src/dns_server.rs:478:50
44312026-05-12T03:44:10.841Z |
44322026-05-12T03:44:10.841Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44332026-05-12T03:44:10.841Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44342026-05-12T03:44:10.841Z | |
44352026-05-12T03:44:10.841Z | required by a bound introduced by this call
44362026-05-12T03:44:10.841Z |
44372026-05-12T03:44:10.842Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44382026-05-12T03:44:10.842Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44392026-05-12T03:44:10.842Z |
44402026-05-12T03:44:10.842Z 78 | pub struct Record<R: RecordData = RData> {
44412026-05-12T03:44:10.842Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44422026-05-12T03:44:10.842Z |
44432026-05-12T03:44:10.842Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44442026-05-12T03:44:10.842Z |
44452026-05-12T03:44:10.850Z 77 | pub struct Record<R: RecordData = RData> {
44462026-05-12T03:44:10.851Z | ---------------------------------------- this is the found type
44472026-05-12T03:44:10.851Z = help: you can use `cargo tree` to explore your dependency tree
44482026-05-12T03:44:10.851Znote: required by a bound in `encode_and_send`
44492026-05-12T03:44:10.851Z --> dns-server/src/dns_server.rs:494:27
44502026-05-12T03:44:10.851Z |
44512026-05-12T03:44:10.851Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44522026-05-12T03:44:10.851Z | --------------- required by a bound in this function
44532026-05-12T03:44:10.851Z...
44542026-05-12T03:44:10.851Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
44552026-05-12T03:44:10.851Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44562026-05-12T03:44:10.851Z
44572026-05-12T03:44:10.851Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44582026-05-12T03:44:10.851Z --> dns-server/src/dns_server.rs:478:25
44592026-05-12T03:44:10.851Z |
44602026-05-12T03:44:10.851Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44612026-05-12T03:44:10.851Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44622026-05-12T03:44:10.851Z |
44632026-05-12T03:44:10.851Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44642026-05-12T03:44:10.851Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44652026-05-12T03:44:10.851Z |
44662026-05-12T03:44:10.852Z 78 | pub struct Record<R: RecordData = RData> {
44672026-05-12T03:44:10.852Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44682026-05-12T03:44:10.852Z |
44692026-05-12T03:44:10.852Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44702026-05-12T03:44:10.852Z |
44712026-05-12T03:44:10.852Z 77 | pub struct Record<R: RecordData = RData> {
44722026-05-12T03:44:10.852Z | ---------------------------------------- this is the found type
44732026-05-12T03:44:10.852Z = help: you can use `cargo tree` to explore your dependency tree
44742026-05-12T03:44:10.852Znote: required by a bound in `encode_and_send`
44752026-05-12T03:44:10.852Z --> dns-server/src/dns_server.rs:491:23
44762026-05-12T03:44:10.852Z |
44772026-05-12T03:44:10.852Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44782026-05-12T03:44:10.852Z | --------------- required by a bound in this function
44792026-05-12T03:44:10.852Z...
44802026-05-12T03:44:10.852Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
44812026-05-12T03:44:10.852Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44822026-05-12T03:44:10.852Z
44832026-05-12T03:44:10.852Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44842026-05-12T03:44:10.852Z --> dns-server/src/dns_server.rs:478:25
44852026-05-12T03:44:10.852Z |
44862026-05-12T03:44:10.852Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
44872026-05-12T03:44:10.852Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44882026-05-12T03:44:10.852Z |
44892026-05-12T03:44:10.852Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44902026-05-12T03:44:10.852Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44912026-05-12T03:44:10.852Z |
44922026-05-12T03:44:10.852Z 78 | pub struct Record<R: RecordData = RData> {
44932026-05-12T03:44:10.852Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44942026-05-12T03:44:10.853Z |
44952026-05-12T03:44:10.853Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44962026-05-12T03:44:10.853Z |
44972026-05-12T03:44:10.853Z 77 | pub struct Record<R: RecordData = RData> {
44982026-05-12T03:44:10.853Z | ---------------------------------------- this is the found type
44992026-05-12T03:44:10.853Z = help: you can use `cargo tree` to explore your dependency tree
45002026-05-12T03:44:10.853Znote: required by a bound in `encode_and_send`
45012026-05-12T03:44:10.853Z --> dns-server/src/dns_server.rs:492:27
45022026-05-12T03:44:10.853Z |
45032026-05-12T03:44:10.853Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45042026-05-12T03:44:10.854Z | --------------- required by a bound in this function
45052026-05-12T03:44:10.854Z...
45062026-05-12T03:44:10.854Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
45072026-05-12T03:44:10.854Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45082026-05-12T03:44:10.854Z
45092026-05-12T03:44:10.854Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45102026-05-12T03:44:10.854Z --> dns-server/src/dns_server.rs:478:25
45112026-05-12T03:44:10.854Z |
45122026-05-12T03:44:10.854Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45132026-05-12T03:44:10.854Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45142026-05-12T03:44:10.854Z |
45152026-05-12T03:44:10.854Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45162026-05-12T03:44:10.854Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45172026-05-12T03:44:10.854Z |
45182026-05-12T03:44:10.854Z 78 | pub struct Record<R: RecordData = RData> {
45192026-05-12T03:44:10.854Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45202026-05-12T03:44:10.854Z |
45212026-05-12T03:44:10.854Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45222026-05-12T03:44:10.854Z |
45232026-05-12T03:44:10.854Z 77 | pub struct Record<R: RecordData = RData> {
45242026-05-12T03:44:10.854Z | ---------------------------------------- this is the found type
45252026-05-12T03:44:10.854Z = help: you can use `cargo tree` to explore your dependency tree
45262026-05-12T03:44:10.854Znote: required by a bound in `encode_and_send`
45272026-05-12T03:44:10.854Z --> dns-server/src/dns_server.rs:493:19
45282026-05-12T03:44:10.854Z |
45292026-05-12T03:44:10.854Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45302026-05-12T03:44:10.855Z | --------------- required by a bound in this function
45312026-05-12T03:44:10.855Z...
45322026-05-12T03:44:10.855Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
45332026-05-12T03:44:10.855Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45342026-05-12T03:44:10.855Z
45352026-05-12T03:44:10.855Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45362026-05-12T03:44:10.855Z --> dns-server/src/dns_server.rs:478:25
45372026-05-12T03:44:10.855Z |
45382026-05-12T03:44:10.855Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45392026-05-12T03:44:10.855Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45402026-05-12T03:44:10.855Z |
45412026-05-12T03:44:10.855Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45422026-05-12T03:44:10.855Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45432026-05-12T03:44:10.855Z |
45442026-05-12T03:44:10.855Z 78 | pub struct Record<R: RecordData = RData> {
45452026-05-12T03:44:10.863Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45462026-05-12T03:44:10.863Z |
45472026-05-12T03:44:10.864Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45482026-05-12T03:44:10.864Z |
45492026-05-12T03:44:10.864Z 77 | pub struct Record<R: RecordData = RData> {
45502026-05-12T03:44:10.864Z | ---------------------------------------- this is the found type
45512026-05-12T03:44:10.864Z = help: you can use `cargo tree` to explore your dependency tree
45522026-05-12T03:44:10.864Znote: required by a bound in `encode_and_send`
45532026-05-12T03:44:10.864Z --> dns-server/src/dns_server.rs:494:27
45542026-05-12T03:44:10.864Z |
45552026-05-12T03:44:10.864Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45562026-05-12T03:44:10.864Z | --------------- required by a bound in this function
45572026-05-12T03:44:10.864Z...
45582026-05-12T03:44:10.864Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
45592026-05-12T03:44:10.864Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45602026-05-12T03:44:10.864Z
45612026-05-12T03:44:10.864Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45622026-05-12T03:44:10.864Z --> dns-server/src/dns_server.rs:478:69
45632026-05-12T03:44:10.864Z |
45642026-05-12T03:44:10.864Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45652026-05-12T03:44:10.864Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45662026-05-12T03:44:10.864Z |
45672026-05-12T03:44:10.864Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45682026-05-12T03:44:10.864Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45692026-05-12T03:44:10.864Z |
45702026-05-12T03:44:10.864Z 78 | pub struct Record<R: RecordData = RData> {
45712026-05-12T03:44:10.864Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45722026-05-12T03:44:10.864Z |
45732026-05-12T03:44:10.865Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45742026-05-12T03:44:10.865Z |
45752026-05-12T03:44:10.865Z 77 | pub struct Record<R: RecordData = RData> {
45762026-05-12T03:44:10.865Z | ---------------------------------------- this is the found type
45772026-05-12T03:44:10.865Z = help: you can use `cargo tree` to explore your dependency tree
45782026-05-12T03:44:10.865Znote: required by a bound in `encode_and_send`
45792026-05-12T03:44:10.865Z --> dns-server/src/dns_server.rs:491:23
45802026-05-12T03:44:10.865Z |
45812026-05-12T03:44:10.865Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45822026-05-12T03:44:10.865Z | --------------- required by a bound in this function
45832026-05-12T03:44:10.865Z...
45842026-05-12T03:44:10.865Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
45852026-05-12T03:44:10.865Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45862026-05-12T03:44:10.865Z
45872026-05-12T03:44:10.865Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45882026-05-12T03:44:10.865Z --> dns-server/src/dns_server.rs:478:69
45892026-05-12T03:44:10.865Z |
45902026-05-12T03:44:10.865Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
45912026-05-12T03:44:10.865Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45922026-05-12T03:44:10.865Z |
45932026-05-12T03:44:10.865Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45942026-05-12T03:44:10.865Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45952026-05-12T03:44:10.865Z |
45962026-05-12T03:44:10.865Z 78 | pub struct Record<R: RecordData = RData> {
45972026-05-12T03:44:10.865Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45982026-05-12T03:44:10.865Z |
45992026-05-12T03:44:10.865Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46002026-05-12T03:44:10.866Z |
46012026-05-12T03:44:10.866Z 77 | pub struct Record<R: RecordData = RData> {
46022026-05-12T03:44:10.866Z | ---------------------------------------- this is the found type
46032026-05-12T03:44:10.866Z = help: you can use `cargo tree` to explore your dependency tree
46042026-05-12T03:44:10.866Znote: required by a bound in `encode_and_send`
46052026-05-12T03:44:10.866Z --> dns-server/src/dns_server.rs:492:27
46062026-05-12T03:44:10.866Z |
46072026-05-12T03:44:10.866Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46082026-05-12T03:44:10.866Z | --------------- required by a bound in this function
46092026-05-12T03:44:10.866Z...
46102026-05-12T03:44:10.866Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
46112026-05-12T03:44:10.866Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46122026-05-12T03:44:10.866Z
46132026-05-12T03:44:10.866Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46142026-05-12T03:44:10.866Z --> dns-server/src/dns_server.rs:478:69
46152026-05-12T03:44:10.866Z |
46162026-05-12T03:44:10.866Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46172026-05-12T03:44:10.866Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46182026-05-12T03:44:10.866Z |
46192026-05-12T03:44:10.866Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46202026-05-12T03:44:10.866Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46212026-05-12T03:44:10.866Z |
46222026-05-12T03:44:10.866Z 78 | pub struct Record<R: RecordData = RData> {
46232026-05-12T03:44:10.866Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46242026-05-12T03:44:10.866Z |
46252026-05-12T03:44:10.866Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46262026-05-12T03:44:10.866Z |
46272026-05-12T03:44:10.867Z 77 | pub struct Record<R: RecordData = RData> {
46282026-05-12T03:44:10.867Z | ---------------------------------------- this is the found type
46292026-05-12T03:44:10.867Z = help: you can use `cargo tree` to explore your dependency tree
46302026-05-12T03:44:10.867Znote: required by a bound in `encode_and_send`
46312026-05-12T03:44:10.867Z --> dns-server/src/dns_server.rs:493:19
46322026-05-12T03:44:10.867Z |
46332026-05-12T03:44:10.867Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46342026-05-12T03:44:10.867Z | --------------- required by a bound in this function
46352026-05-12T03:44:10.867Z...
46362026-05-12T03:44:10.867Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
46372026-05-12T03:44:10.867Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46382026-05-12T03:44:10.867Z
46392026-05-12T03:44:10.867Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46402026-05-12T03:44:10.867Z --> dns-server/src/dns_server.rs:478:69
46412026-05-12T03:44:10.867Z |
46422026-05-12T03:44:10.867Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46432026-05-12T03:44:10.867Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46442026-05-12T03:44:10.867Z |
46452026-05-12T03:44:10.873Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46462026-05-12T03:44:10.873Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46472026-05-12T03:44:10.873Z |
46482026-05-12T03:44:10.873Z 78 | pub struct Record<R: RecordData = RData> {
46492026-05-12T03:44:10.873Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46502026-05-12T03:44:10.873Z |
46512026-05-12T03:44:10.873Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46522026-05-12T03:44:10.873Z |
46532026-05-12T03:44:10.873Z 77 | pub struct Record<R: RecordData = RData> {
46542026-05-12T03:44:10.873Z | ---------------------------------------- this is the found type
46552026-05-12T03:44:10.873Z = help: you can use `cargo tree` to explore your dependency tree
46562026-05-12T03:44:10.873Znote: required by a bound in `encode_and_send`
46572026-05-12T03:44:10.873Z --> dns-server/src/dns_server.rs:494:27
46582026-05-12T03:44:10.873Z |
46592026-05-12T03:44:10.873Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46602026-05-12T03:44:10.873Z | --------------- required by a bound in this function
46612026-05-12T03:44:10.874Z...
46622026-05-12T03:44:10.874Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
46632026-05-12T03:44:10.874Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46642026-05-12T03:44:10.874Z
46652026-05-12T03:44:10.874Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
46662026-05-12T03:44:10.874Z --> dns-server/src/dns_server.rs:500:14
46672026-05-12T03:44:10.874Z |
46682026-05-12T03:44:10.874Z499 | let _ = mresp
46692026-05-12T03:44:10.874Z | _________________-
46702026-05-12T03:44:10.874Z500 | | .destructive_emit(&mut enc)
46712026-05-12T03:44:10.874Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
46722026-05-12T03:44:10.874Z | |_____________|
46732026-05-12T03:44:10.874Z |
46742026-05-12T03:44:10.874Z |
46752026-05-12T03:44:10.874Z = note: the following trait bounds were not satisfied:
46762026-05-12T03:44:10.874Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46772026-05-12T03:44:10.874Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46782026-05-12T03:44:10.874Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46792026-05-12T03:44:10.874Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
46802026-05-12T03:44:10.874Z
46812026-05-12T03:44:10.874Zerror[E0308]: mismatched types
46822026-05-12T03:44:10.874Z --> dns-server/src/dns_server.rs:229:35
46832026-05-12T03:44:10.874Z |
46842026-05-12T03:44:10.874Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
46852026-05-12T03:44:10.874Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
46862026-05-12T03:44:10.874Z | |
46872026-05-12T03:44:10.874Z | arguments to this function are incorrect
46882026-05-12T03:44:10.874Z |
46892026-05-12T03:44:10.875Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46902026-05-12T03:44:10.875Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
46912026-05-12T03:44:10.875Z |
46922026-05-12T03:44:10.875Z 34 | pub struct Name {
46932026-05-12T03:44:10.875Z | ^^^^^^^^^^^^^^^ this is the expected type
46942026-05-12T03:44:10.875Z |
46952026-05-12T03:44:10.875Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
46962026-05-12T03:44:10.875Z |
46972026-05-12T03:44:10.875Z 37 | pub struct Name {
46982026-05-12T03:44:10.875Z | --------------- this is the found type
46992026-05-12T03:44:10.875Z = help: you can use `cargo tree` to explore your dependency tree
47002026-05-12T03:44:10.875Znote: associated function defined here
47012026-05-12T03:44:10.875Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47022026-05-12T03:44:10.875Z |
47032026-05-12T03:44:10.875Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47042026-05-12T03:44:10.875Z | ^^^^^^^^^^
47052026-05-12T03:44:10.875Z
47062026-05-12T03:44:10.875Zerror[E0308]: mismatched types
47072026-05-12T03:44:10.875Z --> dns-server/src/dns_server.rs:233:35
47082026-05-12T03:44:10.875Z |
47092026-05-12T03:44:10.875Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
47102026-05-12T03:44:10.875Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47112026-05-12T03:44:10.875Z | |
47122026-05-12T03:44:10.875Z | arguments to this function are incorrect
47132026-05-12T03:44:10.875Z |
47142026-05-12T03:44:10.875Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47152026-05-12T03:44:10.875Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47162026-05-12T03:44:10.875Z |
47172026-05-12T03:44:10.875Z 34 | pub struct Name {
47182026-05-12T03:44:10.876Z | ^^^^^^^^^^^^^^^ this is the expected type
47192026-05-12T03:44:10.876Z |
47202026-05-12T03:44:10.876Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47212026-05-12T03:44:10.876Z |
47222026-05-12T03:44:10.876Z 37 | pub struct Name {
47232026-05-12T03:44:10.876Z | --------------- this is the found type
47242026-05-12T03:44:10.876Z = help: you can use `cargo tree` to explore your dependency tree
47252026-05-12T03:44:10.876Znote: associated function defined here
47262026-05-12T03:44:10.876Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47272026-05-12T03:44:10.876Z |
47282026-05-12T03:44:10.876Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47292026-05-12T03:44:10.876Z | ^^^^^^^^^^
47302026-05-12T03:44:10.876Z
47312026-05-12T03:44:10.876Zerror[E0308]: mismatched types
47322026-05-12T03:44:10.876Z --> dns-server/src/dns_server.rs:247:60
47332026-05-12T03:44:10.876Z |
47342026-05-12T03:44:10.876Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
47352026-05-12T03:44:10.876Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47362026-05-12T03:44:10.876Z | |
47372026-05-12T03:44:10.876Z | arguments to this function are incorrect
47382026-05-12T03:44:10.876Z |
47392026-05-12T03:44:10.876Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47402026-05-12T03:44:10.877Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47412026-05-12T03:44:10.877Z |
47422026-05-12T03:44:10.877Z 34 | pub struct Name {
47432026-05-12T03:44:10.877Z | ^^^^^^^^^^^^^^^ this is the expected type
47442026-05-12T03:44:10.877Z |
47452026-05-12T03:44:10.889Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47462026-05-12T03:44:10.889Z |
47472026-05-12T03:44:10.889Z 37 | pub struct Name {
47482026-05-12T03:44:10.889Z | --------------- this is the found type
47492026-05-12T03:44:10.890Z = help: you can use `cargo tree` to explore your dependency tree
47502026-05-12T03:44:10.890Znote: associated function defined here
47512026-05-12T03:44:10.890Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
47522026-05-12T03:44:10.890Z |
47532026-05-12T03:44:10.890Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
47542026-05-12T03:44:10.890Z | ^^^
47552026-05-12T03:44:10.890Z
47562026-05-12T03:44:10.890Zerror[E0308]: mismatched types
47572026-05-12T03:44:10.890Z --> dns-server/src/dns_server.rs:245:17
47582026-05-12T03:44:10.890Z |
47592026-05-12T03:44:10.890Z244 | Ok(Record::from_rdata(
47602026-05-12T03:44:10.890Z | ------------------ arguments to this function are incorrect
47612026-05-12T03:44:10.890Z245 | name.clone(),
47622026-05-12T03:44:10.891Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47632026-05-12T03:44:10.891Z |
47642026-05-12T03:44:10.891Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47652026-05-12T03:44:10.891Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47662026-05-12T03:44:10.891Z |
47672026-05-12T03:44:10.891Z 34 | pub struct Name {
47682026-05-12T03:44:10.891Z | ^^^^^^^^^^^^^^^ this is the expected type
47692026-05-12T03:44:10.891Z |
47702026-05-12T03:44:10.891Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47712026-05-12T03:44:10.891Z |
47722026-05-12T03:44:10.891Z 37 | pub struct Name {
47732026-05-12T03:44:10.891Z | --------------- this is the found type
47742026-05-12T03:44:10.892Z = help: you can use `cargo tree` to explore your dependency tree
47752026-05-12T03:44:10.892Znote: associated function defined here
47762026-05-12T03:44:10.892Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
47772026-05-12T03:44:10.892Z |
47782026-05-12T03:44:10.892Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
47792026-05-12T03:44:10.892Z | ^^^^^^^^^^
47802026-05-12T03:44:10.892Z
47812026-05-12T03:44:10.892Zerror[E0308]: mismatched types
47822026-05-12T03:44:10.892Z --> dns-server/src/dns_server.rs:259:65
47832026-05-12T03:44:10.892Z |
47842026-05-12T03:44:10.892Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
47852026-05-12T03:44:10.892Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
47862026-05-12T03:44:10.892Z | |
47872026-05-12T03:44:10.892Z | arguments to this struct are incorrect
47882026-05-12T03:44:10.892Z |
47892026-05-12T03:44:10.892Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47902026-05-12T03:44:10.892Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
47912026-05-12T03:44:10.892Z |
47922026-05-12T03:44:10.892Z 34 | pub struct Name {
47932026-05-12T03:44:10.892Z | ^^^^^^^^^^^^^^^ this is the expected type
47942026-05-12T03:44:10.892Z |
47952026-05-12T03:44:10.892Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
47962026-05-12T03:44:10.893Z |
47972026-05-12T03:44:10.893Z 37 | pub struct Name {
47982026-05-12T03:44:10.893Z | --------------- this is the found type
47992026-05-12T03:44:10.893Z = help: you can use `cargo tree` to explore your dependency tree
48002026-05-12T03:44:10.893Znote: tuple struct defined here
48012026-05-12T03:44:10.893Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
48022026-05-12T03:44:10.893Z |
48032026-05-12T03:44:10.893Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
48042026-05-12T03:44:10.893Z | ^^
48052026-05-12T03:44:10.893Z
48062026-05-12T03:44:10.893Zerror[E0308]: mismatched types
48072026-05-12T03:44:10.893Z --> dns-server/src/dns_server.rs:259:35
48082026-05-12T03:44:10.893Z |
48092026-05-12T03:44:10.893Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
48102026-05-12T03:44:10.893Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48112026-05-12T03:44:10.893Z | |
48122026-05-12T03:44:10.893Z | arguments to this function are incorrect
48132026-05-12T03:44:10.893Z |
48142026-05-12T03:44:10.893Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48152026-05-12T03:44:10.893Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48162026-05-12T03:44:10.893Z |
48172026-05-12T03:44:10.893Z 34 | pub struct Name {
48182026-05-12T03:44:10.893Z | ^^^^^^^^^^^^^^^ this is the expected type
48192026-05-12T03:44:10.893Z |
48202026-05-12T03:44:10.893Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48212026-05-12T03:44:10.893Z |
48222026-05-12T03:44:10.893Z 37 | pub struct Name {
48232026-05-12T03:44:10.893Z | --------------- this is the found type
48242026-05-12T03:44:10.894Z = help: you can use `cargo tree` to explore your dependency tree
48252026-05-12T03:44:10.894Znote: associated function defined here
48262026-05-12T03:44:10.894Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48272026-05-12T03:44:10.894Z |
48282026-05-12T03:44:10.894Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48292026-05-12T03:44:10.894Z | ^^^^^^^^^^
48302026-05-12T03:44:10.894Z
48312026-05-12T03:44:10.894Zerror[E0308]: arguments to this function are incorrect
48322026-05-12T03:44:10.894Z --> dns-server/src/storage.rs:448:43
48332026-05-12T03:44:10.894Z |
48342026-05-12T03:44:10.894Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
48352026-05-12T03:44:10.894Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48362026-05-12T03:44:10.894Z449 | preferred_nameserver,
48372026-05-12T03:44:10.894Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48382026-05-12T03:44:10.894Z450 | rname,
48392026-05-12T03:44:10.894Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48402026-05-12T03:44:10.894Z |
48412026-05-12T03:44:10.894Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48422026-05-12T03:44:10.894Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48432026-05-12T03:44:10.894Z |
48442026-05-12T03:44:10.894Z 34 | pub struct Name {
48452026-05-12T03:44:10.907Z | ^^^^^^^^^^^^^^^ this is the expected type
48462026-05-12T03:44:10.908Z |
48472026-05-12T03:44:10.908Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48482026-05-12T03:44:10.908Z |
48492026-05-12T03:44:10.908Z 37 | pub struct Name {
48502026-05-12T03:44:10.908Z | --------------- this is the found type
48512026-05-12T03:44:10.908Z = help: you can use `cargo tree` to explore your dependency tree
48522026-05-12T03:44:10.908Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48532026-05-12T03:44:10.908Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48542026-05-12T03:44:10.908Z |
48552026-05-12T03:44:10.908Z 34 | pub struct Name {
48562026-05-12T03:44:10.908Z | ^^^^^^^^^^^^^^^ this is the expected type
48572026-05-12T03:44:10.908Z |
48582026-05-12T03:44:10.908Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48592026-05-12T03:44:10.908Z |
48602026-05-12T03:44:10.908Z 37 | pub struct Name {
48612026-05-12T03:44:10.908Z | --------------- this is the found type
48622026-05-12T03:44:10.908Z = help: you can use `cargo tree` to explore your dependency tree
48632026-05-12T03:44:10.909Znote: associated function defined here
48642026-05-12T03:44:10.909Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
48652026-05-12T03:44:10.909Z |
48662026-05-12T03:44:10.909Z154 | pub fn new(
48672026-05-12T03:44:10.909Z | ^^^
48682026-05-12T03:44:10.909Z
48692026-05-12T03:44:10.909Zerror[E0308]: mismatched types
48702026-05-12T03:44:10.909Z --> dns-server/src/storage.rs:446:13
48712026-05-12T03:44:10.909Z |
48722026-05-12T03:44:10.909Z445 | let record = hickory_proto::rr::Record::from_rdata(
48732026-05-12T03:44:10.909Z | ------------------------------------- arguments to this function are incorrect
48742026-05-12T03:44:10.909Z446 | soa_name,
48752026-05-12T03:44:10.909Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
48762026-05-12T03:44:10.909Z |
48772026-05-12T03:44:10.909Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48782026-05-12T03:44:10.909Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
48792026-05-12T03:44:10.909Z |
48802026-05-12T03:44:10.909Z 34 | pub struct Name {
48812026-05-12T03:44:10.910Z | ^^^^^^^^^^^^^^^ this is the expected type
48822026-05-12T03:44:10.910Z |
48832026-05-12T03:44:10.910Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
48842026-05-12T03:44:10.910Z |
48852026-05-12T03:44:10.910Z 37 | pub struct Name {
48862026-05-12T03:44:10.910Z | --------------- this is the found type
48872026-05-12T03:44:10.910Z = help: you can use `cargo tree` to explore your dependency tree
48882026-05-12T03:44:10.910Znote: associated function defined here
48892026-05-12T03:44:10.910Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
48902026-05-12T03:44:10.910Z |
48912026-05-12T03:44:10.910Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
48922026-05-12T03:44:10.910Z | ^^^^^^^^^^
48932026-05-12T03:44:10.910Z
48942026-05-12T03:44:10.910Zerror[E0308]: mismatched types
48952026-05-12T03:44:10.910Z --> dns-server/src/storage.rs:768:30
48962026-05-12T03:44:10.910Z |
48972026-05-12T03:44:10.910Z768 | self.query_raw(name, orig_name)
48982026-05-12T03:44:10.910Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
48992026-05-12T03:44:10.910Z | |
49002026-05-12T03:44:10.910Z | arguments to this method are incorrect
49012026-05-12T03:44:10.910Z |
49022026-05-12T03:44:10.910Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49032026-05-12T03:44:10.910Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49042026-05-12T03:44:10.910Z |
49052026-05-12T03:44:10.910Z 37 | pub struct Name {
49062026-05-12T03:44:10.910Z | ^^^^^^^^^^^^^^^ this is the expected type
49072026-05-12T03:44:10.910Z |
49082026-05-12T03:44:10.910Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49092026-05-12T03:44:10.910Z |
49102026-05-12T03:44:10.910Z 34 | pub struct Name {
49112026-05-12T03:44:10.910Z | --------------- this is the found type
49122026-05-12T03:44:10.910Z = help: you can use `cargo tree` to explore your dependency tree
49132026-05-12T03:44:10.910Znote: method defined here
49142026-05-12T03:44:10.910Z --> dns-server/src/storage.rs:780:8
49152026-05-12T03:44:10.910Z |
49162026-05-12T03:44:10.910Z780 | fn query_raw(
49172026-05-12T03:44:10.910Z | ^^^^^^^^^
49182026-05-12T03:44:10.910Z...
49192026-05-12T03:44:10.911Z783 | orig_name: &Name,
49202026-05-12T03:44:10.911Z | ----------------
49212026-05-12T03:44:10.911Z
49222026-05-12T03:44:10.911Zerror[E0308]: mismatched types
49232026-05-12T03:44:10.911Z --> dns-server/src/storage.rs:777:40
49242026-05-12T03:44:10.911Z |
49252026-05-12T03:44:10.911Z777 | self.query_raw(&LowerName::new(name), name)
49262026-05-12T03:44:10.911Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49272026-05-12T03:44:10.911Z | |
49282026-05-12T03:44:10.911Z | arguments to this function are incorrect
49292026-05-12T03:44:10.911Z |
49302026-05-12T03:44:10.911Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49312026-05-12T03:44:10.911Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49322026-05-12T03:44:10.911Z |
49332026-05-12T03:44:10.911Z 34 | pub struct Name {
49342026-05-12T03:44:10.911Z | ^^^^^^^^^^^^^^^ this is the expected type
49352026-05-12T03:44:10.911Z |
49362026-05-12T03:44:10.911Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49372026-05-12T03:44:10.911Z |
49382026-05-12T03:44:10.911Z 37 | pub struct Name {
49392026-05-12T03:44:10.911Z | --------------- this is the found type
49402026-05-12T03:44:10.911Z = help: you can use `cargo tree` to explore your dependency tree
49412026-05-12T03:44:10.911Znote: associated function defined here
49422026-05-12T03:44:10.911Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
49432026-05-12T03:44:10.911Z |
49442026-05-12T03:44:10.911Z 37 | pub fn new(name: &Name) -> Self {
49452026-05-12T03:44:10.920Z | ^^^
49462026-05-12T03:44:10.920Z
49472026-05-12T03:44:10.920Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
49482026-05-12T03:44:10.920Z --> dns-server/src/storage.rs:791:33
49492026-05-12T03:44:10.920Z |
49502026-05-12T03:44:10.920Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
49512026-05-12T03:44:10.920Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
49522026-05-12T03:44:10.920Z |
49532026-05-12T03:44:10.920Zhelp: item with same name found
49542026-05-12T03:44:10.920Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
49552026-05-12T03:44:10.920Z |
49562026-05-12T03:44:10.920Z 28 | pub struct LowerName(Name);
49572026-05-12T03:44:10.920Z | ^^^^^^^^^^^^^^^^^^^^
49582026-05-12T03:44:10.920Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
49592026-05-12T03:44:10.920Zhelp: the following other types implement trait `std::convert::From<T>`
49602026-05-12T03:44:10.920Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
49612026-05-12T03:44:10.920Z |
49622026-05-12T03:44:10.920Z240 | impl From<Name> for LowerName {
49632026-05-12T03:44:10.920Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
49642026-05-12T03:44:10.920Z...
49652026-05-12T03:44:10.920Z246 | impl<'a> From<&'a Name> for LowerName {
49662026-05-12T03:44:10.920Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
49672026-05-12T03:44:10.920Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
49682026-05-12T03:44:10.920Z = help: you can use `cargo tree` to explore your dependency tree
49692026-05-12T03:44:10.920Z
49702026-05-12T03:44:10.932ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
49712026-05-12T03:44:10.932ZFor more information about an error, try `rustc --explain E0271`.
49722026-05-12T03:44:10.976Zerror: could not compile `dns-server` (lib) due to 60 previous errors
49732026-05-12T03:44:11.181Zerror: 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)
49742026-05-12T03:44:11.187ZError: cargo-hack install failed: exit status: 1
49752026-05-12T03:44:11.187Z
49762026-05-12T03:44:11.187Zreal 3:56.647857555
49772026-05-12T03:44:11.187Zuser 6:54.378023425
49782026-05-12T03:44:11.187Zsys 1:55.492205455
49792026-05-12T03:44:11.187Ztrap 0.154248977
49802026-05-12T03:44:11.187Ztflt 0.234176685
49812026-05-12T03:44:11.187Zdflt 0.528739324
49822026-05-12T03:44:11.187Zkflt 0.001755181
49832026-05-12T03:44:11.187Zlock 20:48.691827347
49842026-05-12T03:44:11.187Zslp 29:28.261696078
49852026-05-12T03:44:11.187Zlat 33.714386783
49862026-05-12T03:44:11.187Zstop 2:05.729907419
49872026-05-12T03:44:11.187Zprocess exited: duration 374931 ms, exit code 1
 
49882026-05-12T03:44:11.200Zfound 0 output files