01KS16KM6MK2S29TJJVQBW1GY1: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KS16M52CB5ENWJMH4J1SZXAE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T22:46:02.960Zjob assigned to worker 01KS16M89A9FZNHNWSM3DCW1NP [factory aws, i-06e5760fe92102c9d] (queued for 54 s)
 
22026-05-19T22:46:09.863Zstarting task 0: "setup"
32026-05-19T22:46:09.867Z++ uname -s
42026-05-19T22:46:09.871Z+ kern=SunOS
52026-05-19T22:46:09.871Z+ build_user=build
62026-05-19T22:46:09.871Z+ build_uid=12345
72026-05-19T22:46:09.871Z+ work_dir=/work
82026-05-19T22:46:09.871Z+ input_dir=/input
92026-05-19T22:46:09.871Z+ [[ 0 == 12345 ]]
102026-05-19T22:46:09.871Z+ case "$kern" in
112026-05-19T22:46:09.871Z+ groupadd -g 12345 build
122026-05-19T22:46:09.874Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T22:46:11.877Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T22:46:11.975Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T22:46:11.979Z+ home_fs=zfs
162026-05-19T22:46:11.979Z+ [[ zfs == autofs ]]
172026-05-19T22:46:11.979Z+ mkdir -p /home/build
182026-05-19T22:46:11.979Z+ chown build:build /home/build /work
192026-05-19T22:46:13.979Z+ chmod 0700 /home/build /work
202026-05-19T22:46:13.983Zprocess exited: duration 4120 ms, exit code 0
 
212026-05-19T22:46:13.996Zstarting task 1: "rust-toolchain"
222026-05-19T22:46:13.999Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T22:46:13.999Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-19T22:46:13.999Z * rust toolchain channel = "1.94.0"
252026-05-19T22:46:13.999Z * rust toolchain profile = "default"
262026-05-19T22:46:13.999Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T22:46:13.999Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T22:46:13.999Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T22:46:14.005Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T22:46:14.081Zinfo: downloading installer
312026-05-19T22:46:15.453Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T22:46:15.453Zwarn: /home/build/.rustup/settings.toml
332026-05-19T22:46:15.453Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T22:46:15.453Zwarn: instead of the one inferred from the default host triple.
352026-05-19T22:46:15.465Zinfo: profile set to default
362026-05-19T22:46:15.465Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T22:46:15.468Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T22:46:15.601Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T22:46:15.604Zinfo: downloading 6 components
402026-05-19T22:46:30.039Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T22:46:30.039Z
422026-05-19T22:46:30.069Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T22:46:30.069Z
442026-05-19T22:46:30.069Z
452026-05-19T22:46:30.069ZRust is installed now. Great!
462026-05-19T22:46:30.069Z
472026-05-19T22:46:30.069ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T22:46:30.069Zenvironment variable. This has not been done automatically.
492026-05-19T22:46:30.069Z
502026-05-19T22:46:30.069ZTo configure your current shell, you need to source
512026-05-19T22:46:30.069Zthe corresponding env file under $HOME/.cargo.
522026-05-19T22:46:30.069Z
532026-05-19T22:46:30.069ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T22:46:30.069Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T22:46:30.069Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T22:46:30.069Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T22:46:30.074Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T22:46:30.074Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T22:46:30.074Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T22:46:30.074Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T22:46:30.074Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T22:46:30.167Z+ rustup --version
632026-05-19T22:46:30.176Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T22:46:30.179Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T22:46:30.199Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T22:46:30.208Z+ cargo --version
672026-05-19T22:46:30.215Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T22:46:30.218Z+ rustc --version
692026-05-19T22:46:30.238Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T22:46:30.242Zprocess exited: duration 16246 ms, exit code 0
 
712026-05-19T22:46:30.248Zstarting task 2: "authentication"
722026-05-19T22:46:30.267Zprocess exited: duration 19 ms, exit code 0
 
732026-05-19T22:46:30.273Zstarting task 3: "clone repository"
742026-05-19T22:46:30.276Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T22:46:30.279Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T22:46:30.320ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T22:46:40.102Z+ cd /work/oxidecomputer/omicron
782026-05-19T22:46:40.102Z+ git fetch origin 179dd12f9ac13120da941ea93fbeaa144ab54bd5
792026-05-19T22:46:40.387ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T22:46:40.387Z * branch 179dd12f9ac13120da941ea93fbeaa144ab54bd5 -> FETCH_HEAD
812026-05-19T22:46:40.397Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-19T22:46:40.400Z++ git branch --show-current
832026-05-19T22:46:40.400Z+ current=main
842026-05-19T22:46:40.400Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-19T22:46:40.400Z+ git branch -f renovate/crate-hickory-proto-vulnerability 179dd12f9ac13120da941ea93fbeaa144ab54bd5
862026-05-19T22:46:40.403Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-19T22:46:40.635ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-19T22:46:40.639Z+ git reset --hard 179dd12f9ac13120da941ea93fbeaa144ab54bd5
892026-05-19T22:46:40.653ZHEAD is now at 179dd12f9 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-19T22:46:40.656Zprocess exited: duration 10379 ms, exit code 0
 
912026-05-19T22:46:40.663Zstarting task 4: "build"
922026-05-19T22:46:40.668Z+ source ./env.sh
932026-05-19T22:46:40.668Z++ OLD_SHELL_OPTS=ehxB
942026-05-19T22:46:40.668Z++ set -o xtrace
952026-05-19T22:46:40.671Z++++ dirname ./env.sh
962026-05-19T22:46:40.681Z+++ readlink -f .
972026-05-19T22:46:40.685Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-19T22:46:40.688Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-05-19T22:46:40.688Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-19T22:46:40.688Z++ 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
1012026-05-19T22:46:40.688Z++ 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
1022026-05-19T22:46:40.688Z++ 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
1032026-05-19T22:46:40.688Z++ 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
1042026-05-19T22:46:40.688Z++ 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
1052026-05-19T22:46:40.688Z++ 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
1062026-05-19T22:46:40.688Z++ case $OLD_SHELL_OPTS in
1072026-05-19T22:46:40.688Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-05-19T22:46:40.688Z+ source .github/buildomat/ci-env.sh
1092026-05-19T22:46:40.688Z++ export CARGO_TERM_COLOR=always
1102026-05-19T22:46:40.688Z++ CARGO_TERM_COLOR=always
1112026-05-19T22:46:40.688Z+ cargo --version
1122026-05-19T22:46:40.694Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-05-19T22:46:40.697Z+ rustc --version
1142026-05-19T22:46:40.717Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-05-19T22:46:40.724Z+ banner prerequisites
1162026-05-19T22:46:40.726Z
1172026-05-19T22:46:40.727Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-05-19T22:46:40.727Z # # # # # # # # # # # # # # #
1192026-05-19T22:46:40.727Z # # # # ##### # # ##### # # # # # #### #
1202026-05-19T22:46:40.727Z ##### ##### # ##### # # # # # # # # #
1212026-05-19T22:46:40.727Z # # # # # # # # # # # # # # #
1222026-05-19T22:46:40.727Z # # # ###### # # ###### ### # #### # #### #
1232026-05-19T22:46:40.727Z
1242026-05-19T22:46:40.727Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-05-19T22:46:42.133Z Startup: Refreshing catalog 'helios' ... Done
1262026-05-19T22:46:42.191Z Startup: Caching catalogs ... Done
1272026-05-19T22:46:42.395ZPlanning: Solver setup ... Done (0.171s)
1282026-05-19T22:46:42.410ZPlanning: Running solver ... Done (0.016s)
1292026-05-19T22:46:42.416ZPlanning: Finding local manifests ... Done (0.003s)
1302026-05-19T22:46:42.440ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-19T22:46:42.467ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-19T22:46:42.480ZPlanning: Package planning ... Done (0.013s)
1332026-05-19T22:46:42.483ZPlanning: Merging actions ... Done (0.001s)
1342026-05-19T22:46:42.669ZPlanning: Checking for conflicting actions ... Done (0.187s)
1352026-05-19T22:46:42.673ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-05-19T22:46:43.464ZPlanning: Evaluating mediators ... Done (0.795s)
1372026-05-19T22:46:43.467ZPlanning: Planning completed in 1.26 seconds
1382026-05-19T22:46:43.474Z Packages to install: 2
1392026-05-19T22:46:43.476Z Estimated space available: 156.08 GB
1402026-05-19T22:46:43.476ZEstimated space to be consumed: 19.74 MB
1412026-05-19T22:46:43.476Z Create boot environment: No
1422026-05-19T22:46:43.476ZCreate backup boot environment: No
1432026-05-19T22:46:43.476Z Rebuild boot archive: No
1442026-05-19T22:46:43.476Z
1452026-05-19T22:46:43.476ZChanged packages:
1462026-05-19T22:46:43.476Zhelios
1472026-05-19T22:46:43.476Z developer/build-essential
1482026-05-19T22:46:43.476Z None -> 11-3.0
1492026-05-19T22:46:43.477Z library/libxmlsec1
1502026-05-19T22:46:43.477Z None -> 1.2.35-3.0
1512026-05-19T22:46:43.498Z
1522026-05-19T22:46:43.498ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-05-19T22:46:44.817ZDownload: Completed 1.28 MB in 1.32 seconds (994k/s)
1542026-05-19T22:46:44.949Z Actions: 1/268 actions (Installing new actions)
1552026-05-19T22:46:44.986Z Actions: Completed 268 actions in 0.04 seconds.
1562026-05-19T22:46:44.992ZFinalize: Updating package state database ... Done (0.006s)
1572026-05-19T22:46:44.992ZFinalize: Updating package cache ... Done (0.000s)
1582026-05-19T22:46:45.008ZFinalize: Updating image state ... Done (0.015s)
1592026-05-19T22:46:47.402ZFinalize: Creating fast lookup database ... Done (2.373s)
1602026-05-19T22:46:47.470ZFinalize: Reading search index ... Done (0.013s)
1612026-05-19T22:46:47.474ZFinalize: Updating search index ... Done (0.000s)
1622026-05-19T22:46:47.554ZFinalize: Updating package cache ... Done (0.000s)
1632026-05-19T22:46:47.850ZPlanning: Evaluating mediator changes ... Done
1642026-05-19T22:46:47.955ZPlanning: Checking for conflicting actions ... Done
1652026-05-19T22:46:47.958ZPlanning: Consolidating action changes ... Done
1662026-05-19T22:46:48.115ZPlanning: Evaluating mediators ... Done
1672026-05-19T22:46:48.118ZPlanning: Planning completed in 0.27 seconds
1682026-05-19T22:46:48.139Z Mediators to change: 2
1692026-05-19T22:46:48.139Z Create boot environment: No
1702026-05-19T22:46:48.139ZCreate backup boot environment: No
1712026-05-19T22:46:48.216ZFinalize: Updating package state database ... Done
1722026-05-19T22:46:48.216ZFinalize: Updating package cache ... Done
1732026-05-19T22:46:48.225ZFinalize: Updating image state ... Done
1742026-05-19T22:46:50.170ZFinalize: Creating fast lookup database ... Done
1752026-05-19T22:46:50.230ZFinalize: Reading search index ... Done
1762026-05-19T22:46:50.232ZFinalize: Updating search index ... Done
1772026-05-19T22:46:50.323ZFinalize: Updating package cache ... Done
1782026-05-19T22:46:50.611ZPlanning: Evaluating mediator changes ... Done
1792026-05-19T22:46:50.716ZPlanning: Checking for conflicting actions ... Done
1802026-05-19T22:46:50.720ZPlanning: Consolidating action changes ... Done
1812026-05-19T22:46:50.874ZPlanning: Evaluating mediators ... Done
1822026-05-19T22:46:50.876ZPlanning: Planning completed in 0.26 seconds
1832026-05-19T22:46:50.897Z Mediators to change: 1
1842026-05-19T22:46:50.897Z Create boot environment: No
1852026-05-19T22:46:50.897ZCreate backup boot environment: No
1862026-05-19T22:46:50.951ZFinalize: Updating package state database ... Done
1872026-05-19T22:46:50.951ZFinalize: Updating package cache ... Done
1882026-05-19T22:46:50.960ZFinalize: Updating image state ... Done
1892026-05-19T22:46:52.909ZFinalize: Creating fast lookup database ... Done
1902026-05-19T22:46:52.971ZFinalize: Reading search index ... Done
1912026-05-19T22:46:52.971ZFinalize: Updating search index ... Done
1922026-05-19T22:46:53.056ZFinalize: Updating package cache ... Done
1932026-05-19T22:46:53.368ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-05-19T22:46:53.368Zapache system 2.4 system
1952026-05-19T22:46:53.368Zclang system 15 system
1962026-05-19T22:46:53.368Zcsh system system illumos
1972026-05-19T22:46:53.368Zctags system system illumos
1982026-05-19T22:46:53.368Zfile vendor vendor darwinsys
1992026-05-19T22:46:53.368Zfile system system illumos
2002026-05-19T22:46:53.368Zgcc vendor 14 vendor
2012026-05-19T22:46:53.368Zgcc system 13 system
2022026-05-19T22:46:53.368Zgcc system 10 system
2032026-05-19T22:46:53.368Zgo system 1.25 system
2042026-05-19T22:46:53.368Zllvm system 15 system
2052026-05-19T22:46:53.368Zmariadb system 11.4 system
2062026-05-19T22:46:53.368Zmta vendor vendor dma
2072026-05-19T22:46:53.369Zopenjdk system 17 system
2082026-05-19T22:46:53.369Zopenjdk system 11 system
2092026-05-19T22:46:53.369Zopenssl vendor 3 vendor
2102026-05-19T22:46:53.369Zperl system 5.40 system
2112026-05-19T22:46:53.369Zpostgresql system 18 system
2122026-05-19T22:46:53.369Zpostgresql system 17 system
2132026-05-19T22:46:53.369Zpython vendor 3 vendor
2142026-05-19T22:46:53.369Zpython system 2 system
2152026-05-19T22:46:53.369Zpython3 vendor 3.13 vendor
2162026-05-19T22:46:53.369Zruby system 3.4 system
2172026-05-19T22:46:53.369Zruby system 3.0 system
2182026-05-19T22:46:53.369Zwords vendor vendor american-english
2192026-05-19T22:46:53.369Zwords system system australian-english
2202026-05-19T22:46:53.369Zwords system system british-english
2212026-05-19T22:46:53.369Zwords system system canadian-english
2222026-05-19T22:46:53.369Zwords system system french
2232026-05-19T22:46:53.369Zwords system system italian
2242026-05-19T22:46:53.369Zwords system system ngerman
2252026-05-19T22:46:53.369Zwords system system ogerman
2262026-05-19T22:46:53.369Zwords system system spanish
2272026-05-19T22:46:53.630ZPUBLISHER TYPE STATUS P LOCATION
2282026-05-19T22:46:53.630Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-05-19T22:46:53.902ZFMRI IFO
2302026-05-19T22:46:53.903Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-05-19T22:46:53.903Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-05-19T22:46:53.903Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-05-19T22:46:53.903Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-05-19T22:46:53.903Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-05-19T22:46:53.903Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-05-19T22:46:53.903Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-05-19T22:46:53.903Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-05-19T22:46:53.903Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-05-19T22:46:54.148Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-05-19T22:46:54.425Z Updating crates.io index
2412026-05-19T22:46:54.428Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-05-19T22:46:56.617Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-05-19T22:46:56.908Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-05-19T22:46:57.485Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-05-19T22:46:58.233Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-05-19T22:46:58.756Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-19T22:47:00.528Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-05-19T22:47:01.350Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-05-19T22:47:01.587Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-05-19T22:47:02.446Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-05-19T22:47:02.817Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-05-19T22:47:03.121Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-05-19T22:47:03.406Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-05-19T22:47:04.398Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-05-19T22:47:04.871Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-05-19T22:47:05.178Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-05-19T22:47:05.481Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-05-19T22:47:05.765Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-05-19T22:47:06.280Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-05-19T22:47:06.712Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-05-19T22:47:06.958Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-05-19T22:47:07.206Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-05-19T22:47:07.649Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-05-19T22:47:08.173Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-05-19T22:47:08.664Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-05-19T22:47:08.953Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-05-19T22:47:09.538Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-05-19T22:47:09.841Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-19T22:47:10.763Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-19T22:47:11.612Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-19T22:47:12.003Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-19T22:47:12.256Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-19T22:47:12.652Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-19T22:47:12.927Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-19T22:47:13.533Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-05-19T22:47:13.800Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-05-19T22:47:14.056Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-05-19T22:47:14.303Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-05-19T22:47:14.667Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-05-19T22:47:26.878Z Downloading crates ...
2812026-05-19T22:47:26.915Z Downloaded anstyle-parse v0.2.7
2822026-05-19T22:47:26.920Z Downloaded anstream v0.6.21
2832026-05-19T22:47:26.928Z Downloaded camino v1.2.2
2842026-05-19T22:47:26.932Z Downloaded zerofrom v0.1.6
2852026-05-19T22:47:26.935Z Downloaded fnv v1.0.7
2862026-05-19T22:47:26.935Z Downloaded bytecount v0.6.9
2872026-05-19T22:47:26.938Z Downloaded cargo_metadata v0.21.0
2882026-05-19T22:47:26.938Z Downloaded usdt-impl v0.5.0
2892026-05-19T22:47:26.942Z Downloaded utf8_iter v1.0.4
2902026-05-19T22:47:26.942Z Downloaded yoke-derive v0.8.1
2912026-05-19T22:47:26.944Z Downloaded fastrand v2.3.0
2922026-05-19T22:47:26.944Z Downloaded colorchoice v1.0.4
2932026-05-19T22:47:26.947Z Downloaded ucd-trie v0.1.7
2942026-05-19T22:47:26.948Z Downloaded errno v0.3.14
2952026-05-19T22:47:26.951Z Downloaded version_check v0.9.5
2962026-05-19T22:47:26.951Z Downloaded clap_derive v4.5.55
2972026-05-19T22:47:26.951Z Downloaded camino-tempfile v1.4.1
2982026-05-19T22:47:26.954Z Downloaded block-buffer v0.10.4
2992026-05-19T22:47:26.954Z Downloaded thiserror-impl v2.0.18
3002026-05-19T22:47:26.958Z Downloaded autocfg v1.5.0
3012026-05-19T22:47:26.958Z Downloaded writeable v0.6.2
3022026-05-19T22:47:26.979Z Downloaded usdt v0.5.0
3032026-05-19T22:47:26.980Z Downloaded thiserror-impl v1.0.69
3042026-05-19T22:47:26.980Z Downloaded bitflags v2.11.0
3052026-05-19T22:47:26.980Z Downloaded tinystr v0.8.2
3062026-05-19T22:47:26.980Z Downloaded zerocopy-derive v0.7.35
3072026-05-19T22:47:26.980Z Downloaded icu_normalizer v2.1.1
3082026-05-19T22:47:26.980Z Downloaded heck v0.5.0
3092026-05-19T22:47:26.980Z Downloaded heck v0.4.1
3102026-05-19T22:47:26.980Z Downloaded usdt-macro v0.5.0
3112026-05-19T22:47:26.980Z Downloaded toml_datetime v0.6.11
3122026-05-19T22:47:26.980Z Downloaded unicode-xid v0.2.6
3132026-05-19T22:47:26.980Z Downloaded thread-id v4.2.2
3142026-05-19T22:47:26.980Z Downloaded form_urlencoded v1.2.2
3152026-05-19T22:47:26.980Z Downloaded digest v0.10.7
3162026-05-19T22:47:26.980Z Downloaded unicode-linebreak v0.1.5
3172026-05-19T22:47:26.980Z Downloaded pretty-hex v0.4.1
3182026-05-19T22:47:26.980Z Downloaded zerovec-derive v0.11.2
3192026-05-19T22:47:26.980Z Downloaded scroll v0.12.0
3202026-05-19T22:47:26.984Z Downloaded cpufeatures v0.2.17
3212026-05-19T22:47:26.984Z Downloaded cargo-platform v0.2.0
3222026-05-19T22:47:26.984Z Downloaded clap_lex v1.0.0
3232026-05-19T22:47:26.984Z Downloaded getrandom v0.4.1
3242026-05-19T22:47:26.987Z Downloaded zerofrom-derive v0.1.6
3252026-05-19T22:47:26.987Z Downloaded utf8parse v0.2.2
3262026-05-19T22:47:26.987Z Downloaded toml v0.8.23
3272026-05-19T22:47:26.988Z Downloaded usdt-attr-macro v0.5.0
3282026-05-19T22:47:26.988Z Downloaded typeid v1.0.3
3292026-05-19T22:47:26.990Z Downloaded erased-serde v0.4.9
3302026-05-19T22:47:26.990Z Downloaded scroll_derive v0.12.1
3312026-05-19T22:47:26.990Z Downloaded thiserror v2.0.18
3322026-05-19T22:47:26.993Z Downloaded thiserror v1.0.69
3332026-05-19T22:47:27.020Z Downloaded terminal_size v0.4.3
3342026-05-19T22:47:27.020Z Downloaded potential_utf v0.1.4
3352026-05-19T22:47:27.020Z Downloaded equivalent v1.0.2
3362026-05-19T22:47:27.020Z Downloaded crypto-common v0.1.7
3372026-05-19T22:47:27.020Z Downloaded zerotrie v0.2.3
3382026-05-19T22:47:27.021Z Downloaded plain v0.2.3
3392026-05-19T22:47:27.021Z Downloaded is_terminal_polyfill v1.70.2
3402026-05-19T22:47:27.021Z Downloaded cfg-if v1.0.4
3412026-05-19T22:47:27.021Z Downloaded toml_write v0.1.2
3422026-05-19T22:47:27.021Z Downloaded fs-err v3.3.0
3432026-05-19T22:47:27.021Z Downloaded itoa v1.0.17
3442026-05-19T22:47:27.021Z Downloaded dtrace-parser v0.2.0
3452026-05-19T22:47:27.021Z Downloaded dof v0.3.0
3462026-05-19T22:47:27.021Z Downloaded anyhow v1.0.102
3472026-05-19T22:47:27.021Z Downloaded serde-value v0.7.0
3482026-05-19T22:47:27.021Z Downloaded once_cell v1.21.3
3492026-05-19T22:47:27.021Z Downloaded yoke v0.8.1
3502026-05-19T22:47:27.021Z Downloaded displaydoc v0.2.5
3512026-05-19T22:47:27.021Z Downloaded unicode-ident v1.0.24
3522026-05-19T22:47:27.021Z Downloaded ordered-float v2.10.1
3532026-05-19T22:47:27.021Z Downloaded zmij v1.0.21
3542026-05-19T22:47:27.021Z Downloaded generic-array v0.14.7
3552026-05-19T22:47:27.025Z Downloaded percent-encoding v2.3.2
3562026-05-19T22:47:27.025Z Downloaded memmap v0.7.0
3572026-05-19T22:47:27.035Z Downloaded serde_spanned v0.6.9
3582026-05-19T22:47:27.035Z Downloaded macaddr v1.0.1
3592026-05-19T22:47:27.035Z Downloaded textwrap v0.16.2
3602026-05-19T22:47:27.039Z Downloaded typenum v1.19.0
3612026-05-19T22:47:27.039Z Downloaded url v2.5.8
3622026-05-19T22:47:27.039Z Downloaded winnow v0.7.14
3632026-05-19T22:47:27.058Z Downloaded zerovec v0.11.5
3642026-05-19T22:47:27.072Z Downloaded zerocopy v0.7.35
3652026-05-19T22:47:27.072Z Downloaded cargo_toml v0.21.0
3662026-05-19T22:47:27.072Z Downloaded toml_edit v0.22.27
3672026-05-19T22:47:27.072Z Downloaded quote v1.0.45
3682026-05-19T22:47:27.072Z Downloaded synstructure v0.13.2
3692026-05-19T22:47:27.072Z Downloaded unicode-width v0.1.14
3702026-05-19T22:47:27.081Z Downloaded unicode-width v0.2.0
3712026-05-19T22:47:27.081Z Downloaded stable_deref_trait v1.2.1
3722026-05-19T22:47:27.081Z Downloaded proc-macro-error-attr v1.0.4
3732026-05-19T22:47:27.082Z Downloaded proc-macro-error v1.0.4
3742026-05-19T22:47:27.082Z Downloaded byteorder v1.5.0
3752026-05-19T22:47:27.082Z Downloaded pest_derive v2.8.6
3762026-05-19T22:47:27.082Z Downloaded serde_tokenstream v0.2.3
3772026-05-19T22:47:27.085Z Downloaded anstyle-query v1.1.5
3782026-05-19T22:47:27.085Z Downloaded swrite v0.1.0
3792026-05-19T22:47:27.085Z Downloaded strsim v0.11.1
3802026-05-19T22:47:27.085Z Downloaded smawk v0.3.2
3812026-05-19T22:47:27.085Z Downloaded idna_adapter v1.2.1
3822026-05-19T22:47:27.085Z Downloaded tabled_derive v0.7.0
3832026-05-19T22:47:27.085Z Downloaded serde-untagged v0.1.9
3842026-05-19T22:47:27.105Z Downloaded anstyle v1.0.13
3852026-05-19T22:47:27.111Z Downloaded cargo-util-schemas v0.8.2
3862026-05-19T22:47:27.111Z Downloaded tempfile v3.25.0
3872026-05-19T22:47:27.112Z Downloaded sha2 v0.10.9
3882026-05-19T22:47:27.112Z Downloaded litemap v0.8.1
3892026-05-19T22:47:27.118Z Downloaded smallvec v1.15.1
3902026-05-19T22:47:27.123Z Downloaded semver v1.0.28
3912026-05-19T22:47:27.123Z Downloaded papergrid v0.11.0
3922026-05-19T22:47:27.132Z Downloaded serde_core v1.0.228
3932026-05-19T22:47:27.132Z Downloaded serde_derive v1.0.228
3942026-05-19T22:47:27.132Z Downloaded pest_generator v2.8.6
3952026-05-19T22:47:27.133Z Downloaded num-traits v0.2.19
3962026-05-19T22:47:27.137Z Downloaded icu_provider v2.1.1
3972026-05-19T22:47:27.138Z Downloaded icu_properties v2.1.2
3982026-05-19T22:47:27.138Z Downloaded icu_locale_core v2.1.1
3992026-05-19T22:47:27.138Z Downloaded icu_normalizer_data v2.1.1
4002026-05-19T22:47:27.147Z Downloaded clap v4.5.60
4012026-05-19T22:47:27.147Z Downloaded pest_meta v2.8.6
4022026-05-19T22:47:27.152Z Downloaded log v0.4.29
4032026-05-19T22:47:27.152Z Downloaded icu_collections v2.1.1
4042026-05-19T22:47:27.159Z Downloaded proc-macro2 v1.0.106
4052026-05-19T22:47:27.165Z Downloaded serde v1.0.228
4062026-05-19T22:47:27.165Z Downloaded memchr v2.8.0
4072026-05-19T22:47:27.183Z Downloaded goblin v0.8.2
4082026-05-19T22:47:27.187Z Downloaded indexmap v2.14.0
4092026-05-19T22:47:27.191Z Downloaded clap_builder v4.5.60
4102026-05-19T22:47:27.195Z Downloaded pest v2.8.6
4112026-05-19T22:47:27.202Z Downloaded icu_properties_data v2.1.2
4122026-05-19T22:47:27.208Z Downloaded hashbrown v0.17.0
4132026-05-19T22:47:27.212Z Downloaded serde_json v1.0.149
4142026-05-19T22:47:27.221Z Downloaded idna v1.1.0
4152026-05-19T22:47:27.234Z Downloaded tabled v0.15.0
4162026-05-19T22:47:27.244Z Downloaded syn v1.0.109
4172026-05-19T22:47:27.250Z Downloaded syn v2.0.117
4182026-05-19T22:47:27.264Z Downloaded rustix v1.1.3
4192026-05-19T22:47:27.292Z Downloaded libc v0.2.185
4202026-05-19T22:47:27.362Z Compiling proc-macro2 v1.0.106
4212026-05-19T22:47:27.362Z Compiling quote v1.0.45
4222026-05-19T22:47:27.362Z Compiling unicode-ident v1.0.24
4232026-05-19T22:47:27.366Z Compiling serde_core v1.0.228
4242026-05-19T22:47:27.366Z Compiling libc v0.2.185
4252026-05-19T22:47:27.366Z Compiling version_check v0.9.5
4262026-05-19T22:47:27.367Z Compiling serde v1.0.228
4272026-05-19T22:47:27.367Z Compiling memchr v2.8.0
4282026-05-19T22:47:27.718Z Compiling stable_deref_trait v1.2.1
4292026-05-19T22:47:27.796Z Compiling zmij v1.0.21
4302026-05-19T22:47:27.867Z Compiling autocfg v1.5.0
4312026-05-19T22:47:27.939Z Compiling thiserror v1.0.69
4322026-05-19T22:47:27.976Z Compiling ucd-trie v0.1.7
4332026-05-19T22:47:28.268Z Compiling itoa v1.0.17
4342026-05-19T22:47:28.337Z Compiling pest v2.8.6
4352026-05-19T22:47:28.409Z Compiling litemap v0.8.1
4362026-05-19T22:47:28.435Z Compiling writeable v0.6.2
4372026-05-19T22:47:28.467Z Compiling byteorder v1.5.0
4382026-05-19T22:47:28.612Z Compiling icu_properties_data v2.1.2
4392026-05-19T22:47:28.628Z Compiling icu_normalizer_data v2.1.1
4402026-05-19T22:47:28.797Z Compiling rustix v1.1.3
4412026-05-19T22:47:28.863Z Compiling errno v0.3.14
4422026-05-19T22:47:28.981Z Compiling syn v2.0.117
4432026-05-19T22:47:29.005Z Compiling serde_json v1.0.149
4442026-05-19T22:47:29.005Z Compiling bitflags v2.11.0
4452026-05-19T22:47:29.200Z Compiling num-traits v0.2.19
4462026-05-19T22:47:29.227Z Compiling hashbrown v0.17.0
4472026-05-19T22:47:29.398Z Compiling pest_meta v2.8.6
4482026-05-19T22:47:29.446Z Compiling typeid v1.0.3
4492026-05-19T22:47:29.610Z Compiling equivalent v1.0.2
4502026-05-19T22:47:29.705Z Compiling smallvec v1.15.1
4512026-05-19T22:47:29.771Z Compiling indexmap v2.14.0
4522026-05-19T22:47:29.912Z Compiling thread-id v4.2.2
4532026-05-19T22:47:29.929Z Compiling proc-macro-error-attr v1.0.4
4542026-05-19T22:47:29.979Z Compiling usdt-impl v0.5.0
4552026-05-19T22:47:29.998Z Compiling winnow v0.7.14
4562026-05-19T22:47:30.117Z Compiling toml_write v0.1.2
4572026-05-19T22:47:30.189Z Compiling syn v1.0.109
4582026-05-19T22:47:30.319Z Compiling erased-serde v0.4.9
4592026-05-19T22:47:30.635Z Compiling proc-macro-error v1.0.4
4602026-05-19T22:47:30.687Z Compiling utf8_iter v1.0.4
4612026-05-19T22:47:30.819Z Compiling percent-encoding v2.3.2
4622026-05-19T22:47:30.841Z Compiling utf8parse v0.2.2
4632026-05-19T22:47:30.952Z Compiling plain v0.2.3
4642026-05-19T22:47:31.006Z Compiling thiserror v2.0.18
4652026-05-19T22:47:31.017Z Compiling getrandom v0.4.1
4662026-05-19T22:47:31.065Z Compiling log v0.4.29
4672026-05-19T22:47:31.126Z Compiling camino v1.2.2
4682026-05-19T22:47:31.267Z Compiling ordered-float v2.10.1
4692026-05-19T22:47:31.403Z Compiling form_urlencoded v1.2.2
4702026-05-19T22:47:31.415Z Compiling anstyle-parse v0.2.7
4712026-05-19T22:47:31.454Z Compiling synstructure v0.13.2
4722026-05-19T22:47:31.473Z Compiling pest_generator v2.8.6
4732026-05-19T22:47:31.621Z Compiling terminal_size v0.4.3
4742026-05-19T22:47:31.765Z Compiling colorchoice v1.0.4
4752026-05-19T22:47:31.871Z Compiling anstyle-query v1.1.5
4762026-05-19T22:47:31.924Z Compiling pretty-hex v0.4.1
4772026-05-19T22:47:32.010Z Compiling is_terminal_polyfill v1.70.2
4782026-05-19T22:47:32.011Z Compiling cfg-if v1.0.4
4792026-05-19T22:47:32.039Z Compiling anstyle v1.0.13
4802026-05-19T22:47:32.063Z Compiling serde-untagged v0.1.9
4812026-05-19T22:47:32.203Z Compiling semver v1.0.28
4822026-05-19T22:47:32.258Z Compiling anstream v0.6.21
4832026-05-19T22:47:32.287Z Compiling fs-err v3.3.0
4842026-05-19T22:47:32.319Z Compiling bytecount v0.6.9
4852026-05-19T22:47:32.545Z Compiling heck v0.5.0
4862026-05-19T22:47:32.638Z Compiling fastrand v2.3.0
4872026-05-19T22:47:32.639Z Compiling unicode-width v0.1.14
4882026-05-19T22:47:32.639Z Compiling clap_lex v1.0.0
4892026-05-19T22:47:32.639Z Compiling strsim v0.11.1
4902026-05-19T22:47:32.682Z Compiling unicode-xid v0.2.6
4912026-05-19T22:47:32.736Z Compiling anyhow v1.0.102
4922026-05-19T22:47:32.789Z Compiling once_cell v1.21.3
4932026-05-19T22:47:32.803Z Compiling fnv v1.0.7
4942026-05-19T22:47:32.920Z Compiling heck v0.4.1
4952026-05-19T22:47:32.954Z Compiling tempfile v3.25.0
4962026-05-19T22:47:32.995Z Compiling papergrid v0.11.0
4972026-05-19T22:47:33.105Z Compiling clap_builder v4.5.60
4982026-05-19T22:47:33.209Z Compiling serde_derive v1.0.228
4992026-05-19T22:47:33.290Z Compiling zerofrom-derive v0.1.6
5002026-05-19T22:47:37.298Z Compiling yoke-derive v0.8.1
5012026-05-19T22:47:37.624Z Compiling zerovec-derive v0.11.2
5022026-05-19T22:47:37.624Z Compiling displaydoc v0.2.5
5032026-05-19T22:47:37.624Z Compiling thiserror-impl v1.0.69
5042026-05-19T22:47:37.625Z Compiling zerocopy-derive v0.7.35
5052026-05-19T22:47:37.625Z Compiling pest_derive v2.8.6
5062026-05-19T22:47:37.625Z Compiling scroll_derive v0.12.1
5072026-05-19T22:47:37.625Z Compiling zerofrom v0.1.6
5082026-05-19T22:47:37.625Z Compiling yoke v0.8.1
5092026-05-19T22:47:37.661Z Compiling thiserror-impl v2.0.18
5102026-05-19T22:47:37.661Z Compiling zerovec v0.11.5
5112026-05-19T22:47:37.661Z Compiling zerotrie v0.2.3
5122026-05-19T22:47:37.661Z Compiling zerocopy v0.7.35
5132026-05-19T22:47:37.662Z Compiling scroll v0.12.0
5142026-05-19T22:47:37.662Z Compiling tinystr v0.8.2
5152026-05-19T22:47:37.662Z Compiling icu_locale_core v2.1.1
5162026-05-19T22:47:37.662Z Compiling potential_utf v0.1.4
5172026-05-19T22:47:37.662Z Compiling dtrace-parser v0.2.0
5182026-05-19T22:47:37.662Z Compiling icu_collections v2.1.1
5192026-05-19T22:47:37.662Z Compiling goblin v0.8.2
5202026-05-19T22:47:37.662Z Compiling tabled_derive v0.7.0
5212026-05-19T22:47:37.663Z Compiling clap_derive v4.5.55
5222026-05-19T22:47:37.663Z Compiling icu_provider v2.1.1
5232026-05-19T22:47:37.663Z Compiling icu_normalizer v2.1.1
5242026-05-19T22:47:37.663Z Compiling icu_properties v2.1.2
5252026-05-19T22:47:37.663Z Compiling toml_datetime v0.6.11
5262026-05-19T22:47:37.664Z Compiling serde_spanned v0.6.9
5272026-05-19T22:47:37.664Z Compiling dof v0.3.0
5282026-05-19T22:47:37.664Z Compiling serde_tokenstream v0.2.3
5292026-05-19T22:47:37.664Z Compiling toml_edit v0.22.27
5302026-05-19T22:47:37.664Z Compiling serde-value v0.7.0
5312026-05-19T22:47:37.664Z Compiling cargo-platform v0.2.0
5322026-05-19T22:47:37.664Z Compiling memmap v0.7.0
5332026-05-19T22:47:37.664Z Compiling unicode-linebreak v0.1.5
5342026-05-19T22:47:37.665Z Compiling unicode-width v0.2.0
5352026-05-19T22:47:37.665Z Compiling smawk v0.3.2
5362026-05-19T22:47:37.665Z Compiling idna_adapter v1.2.1
5372026-05-19T22:47:37.665Z Compiling textwrap v0.16.2
5382026-05-19T22:47:37.665Z Compiling tabled v0.15.0
5392026-05-19T22:47:37.738Z Compiling idna v1.1.0
5402026-05-19T22:47:37.753Z Compiling macaddr v1.0.1
5412026-05-19T22:47:37.779Z Compiling usdt-attr-macro v0.5.0
5422026-05-19T22:47:37.845Z Compiling usdt-macro v0.5.0
5432026-05-19T22:47:37.981Z Compiling clap v4.5.60
5442026-05-19T22:47:38.133Z Compiling url v2.5.8
5452026-05-19T22:47:38.440Z Compiling toml v0.8.23
5462026-05-19T22:47:38.508Z Compiling camino-tempfile v1.4.1
5472026-05-19T22:47:38.747Z Compiling swrite v0.1.0
5482026-05-19T22:47:38.764Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-05-19T22:47:38.849Z Compiling cargo-util-schemas v0.8.2
5502026-05-19T22:47:39.025Z Compiling cargo_toml v0.21.0
5512026-05-19T22:47:39.206Z Compiling usdt v0.5.0
5522026-05-19T22:47:39.775Z Compiling cargo_metadata v0.21.0
5532026-05-19T22:47:40.710Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-05-19T22:47:42.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.77s
5552026-05-19T22:47:42.994Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-05-19T22:47:43.572Z Downloading crates ...
5572026-05-19T22:47:43.674Z Downloaded bit-set v0.8.0
5582026-05-19T22:47:43.677Z Downloaded bitflags v1.3.2
5592026-05-19T22:47:43.680Z Downloaded base64ct v1.8.3
5602026-05-19T22:47:43.683Z Downloaded bcs v0.1.6
5612026-05-19T22:47:43.683Z Downloaded cfg_aliases v0.2.1
5622026-05-19T22:47:43.686Z Downloaded castaway v0.2.4
5632026-05-19T22:47:43.690Z Downloaded crunchy v0.2.4
5642026-05-19T22:47:43.690Z Downloaded crucible-workspace-hack v0.1.0
5652026-05-19T22:47:43.693Z Downloaded blake3 v1.8.3
5662026-05-19T22:47:43.695Z Downloaded atty v0.2.14
5672026-05-19T22:47:43.698Z Downloaded allocator-api2 v0.2.21
5682026-05-19T22:47:43.698Z Downloaded array-init v0.0.4
5692026-05-19T22:47:43.698Z Downloaded cancel-safe-futures v0.1.5
5702026-05-19T22:47:43.701Z Downloaded daft-derive v0.1.7
5712026-05-19T22:47:43.704Z Downloaded darling v0.20.11
5722026-05-19T22:47:43.707Z Downloaded critical-section v1.2.0
5732026-05-19T22:47:43.707Z Downloaded daft v0.1.7
5742026-05-19T22:47:43.709Z Downloaded crc32fast v1.5.0
5752026-05-19T22:47:43.709Z Downloaded crc8 v0.1.1
5762026-05-19T22:47:43.712Z Downloaded bzip2 v0.6.1
5772026-05-19T22:47:43.712Z Downloaded arrayref v0.3.9
5782026-05-19T22:47:43.712Z Downloaded async-recursion v1.1.1
5792026-05-19T22:47:43.715Z Downloaded async-stream v0.3.6
5802026-05-19T22:47:43.717Z Downloaded fatfs v0.3.6
5812026-05-19T22:47:43.717Z Downloaded cookie_store v0.22.1
5822026-05-19T22:47:43.721Z Downloaded base16ct v0.2.0
5832026-05-19T22:47:43.721Z Downloaded aead v0.5.2
5842026-05-19T22:47:43.723Z Downloaded ascii-canvas v3.0.0
5852026-05-19T22:47:43.723Z Downloaded async-stream-impl v0.3.6
5862026-05-19T22:47:43.723Z Downloaded crypto-bigint v0.5.5
5872026-05-19T22:47:43.727Z Downloaded buf-list v1.1.2
5882026-05-19T22:47:43.730Z Downloaded adler2 v2.0.1
5892026-05-19T22:47:43.732Z Downloaded crossterm v0.29.0
5902026-05-19T22:47:43.735Z Downloaded byte-wrapper v0.1.0
5912026-05-19T22:47:43.738Z Downloaded assert_matches v1.5.0
5922026-05-19T22:47:43.738Z Downloaded flate2 v1.1.9
5932026-05-19T22:47:43.741Z Downloaded bitfield-macros v0.19.4
5942026-05-19T22:47:43.741Z Downloaded crossterm v0.28.1
5952026-05-19T22:47:43.744Z Downloaded block-padding v0.3.3
5962026-05-19T22:47:43.747Z Downloaded crc v3.4.0
5972026-05-19T22:47:43.750Z Downloaded atomicwrites v0.4.4
5982026-05-19T22:47:43.752Z Downloaded bit-set v0.5.3
5992026-05-19T22:47:43.756Z Downloaded compression-core v0.4.31
6002026-05-19T22:47:43.759Z Downloaded atomic-waker v1.1.2
6012026-05-19T22:47:43.764Z Downloaded const_format_proc_macros v0.2.34
6022026-05-19T22:47:43.767Z Downloaded async-trait v0.1.89
6032026-05-19T22:47:43.769Z Downloaded dof v0.4.0
6042026-05-19T22:47:43.769Z Downloaded base64 v0.22.1
6052026-05-19T22:47:43.772Z Downloaded enum-as-inner v0.6.1
6062026-05-19T22:47:43.773Z Downloaded bitfield-struct v0.6.2
6072026-05-19T22:47:43.775Z Downloaded cpufeatures v0.3.0
6082026-05-19T22:47:43.775Z Downloaded crc-catalog v2.4.0
6092026-05-19T22:47:43.778Z Downloaded document-features v0.2.12
6102026-05-19T22:47:43.778Z Downloaded cargo-platform v0.1.9
6112026-05-19T22:47:43.781Z Downloaded bcrypt-pbkdf v0.10.0
6122026-05-19T22:47:43.781Z Downloaded defmt v0.3.100
6132026-05-19T22:47:43.781Z Downloaded darling_macro v0.20.11
6142026-05-19T22:47:43.785Z Downloaded fd-lock v4.0.4
6152026-05-19T22:47:43.785Z Downloaded funty v2.0.0
6162026-05-19T22:47:43.788Z Downloaded cstr-argument v0.1.2
6172026-05-19T22:47:43.788Z Downloaded ciborium-io v0.2.2
6182026-05-19T22:47:43.788Z Downloaded data-encoding v2.10.0
6192026-05-19T22:47:43.791Z Downloaded foreign-types v0.5.0
6202026-05-19T22:47:43.791Z Downloaded defmt v1.0.1
6212026-05-19T22:47:43.793Z Downloaded derive_builder_macro v0.20.2
6222026-05-19T22:47:43.793Z Downloaded cfg_aliases v0.1.1
6232026-05-19T22:47:43.796Z Downloaded flagset v0.4.7
6242026-05-19T22:47:43.796Z Downloaded endian-type v0.1.2
6252026-05-19T22:47:43.796Z Downloaded foreign-types-macros v0.2.3
6262026-05-19T22:47:43.799Z Downloaded filetime v0.2.27
6272026-05-19T22:47:43.799Z Downloaded either v1.15.0
6282026-05-19T22:47:43.803Z Downloaded bb8 v0.8.6
6292026-05-19T22:47:43.803Z Downloaded dunce v1.0.5
6302026-05-19T22:47:43.803Z Downloaded dropshot-api-manager-types v0.7.1
6312026-05-19T22:47:43.803Z Downloaded darling_macro v0.23.0
6322026-05-19T22:47:43.806Z Downloaded foreign-types v0.3.2
6332026-05-19T22:47:43.806Z Downloaded darling v0.21.3
6342026-05-19T22:47:43.809Z Downloaded futures-core v0.3.32
6352026-05-19T22:47:43.809Z Downloaded dtrace-parser v0.3.0
6362026-05-19T22:47:43.809Z Downloaded debug-ignore v1.0.5
6372026-05-19T22:47:43.811Z Downloaded futures-io v0.3.32
6382026-05-19T22:47:43.811Z Downloaded dirs-next v2.0.0
6392026-05-19T22:47:43.811Z Downloaded foreign-types-shared v0.3.1
6402026-05-19T22:47:43.812Z Downloaded convert_case v0.4.0
6412026-05-19T22:47:43.814Z Downloaded embedded-io v0.6.1
6422026-05-19T22:47:43.815Z Downloaded cassowary v0.3.0
6432026-05-19T22:47:43.815Z Downloaded fxhash v0.2.1
6442026-05-19T22:47:43.817Z Downloaded float-cmp v0.10.0
6452026-05-19T22:47:43.817Z Downloaded diesel_table_macro_syntax v0.3.0
6462026-05-19T22:47:43.817Z Downloaded compression-codecs v0.4.37
6472026-05-19T22:47:43.820Z Downloaded darling_macro v0.21.3
6482026-05-19T22:47:43.820Z Downloaded arrayvec v0.7.6
6492026-05-19T22:47:43.823Z Downloaded bitfield v0.19.4
6502026-05-19T22:47:43.823Z Downloaded backoff v0.4.0
6512026-05-19T22:47:43.825Z Downloaded futures-sink v0.3.32
6522026-05-19T22:47:43.825Z Downloaded cargo_metadata v0.19.2
6532026-05-19T22:47:43.825Z Downloaded curve25519-dalek-derive v0.1.1
6542026-05-19T22:47:43.828Z Downloaded convert_case v0.10.0
6552026-05-19T22:47:43.828Z Downloaded fixedbitset v0.4.2
6562026-05-19T22:47:43.828Z Downloaded chacha20poly1305 v0.10.1
6572026-05-19T22:47:43.831Z Downloaded embedded-io v0.4.0
6582026-05-19T22:47:43.831Z Downloaded globwalk v0.9.1
6592026-05-19T22:47:43.835Z Downloaded ghash v0.5.1
6602026-05-19T22:47:43.835Z Downloaded futures-macro v0.3.32
6612026-05-19T22:47:43.835Z Downloaded git-stub v1.0.0
6622026-05-19T22:47:43.836Z Downloaded der_derive v0.7.3
6632026-05-19T22:47:43.836Z Downloaded ecdsa v0.16.9
6642026-05-19T22:47:43.839Z Downloaded defmt-parser v1.0.0
6652026-05-19T22:47:43.839Z Downloaded dsl_auto_type v0.2.0
6662026-05-19T22:47:43.839Z Downloaded difflib v0.4.0
6672026-05-19T22:47:43.839Z Downloaded cobs v0.3.0
6682026-05-19T22:47:43.842Z Downloaded headers-core v0.3.0
6692026-05-19T22:47:43.844Z Downloaded hex v0.4.3
6702026-05-19T22:47:43.845Z Downloaded downcast-rs v2.0.2
6712026-05-19T22:47:43.847Z Downloaded dyn-clone v1.0.20
6722026-05-19T22:47:43.850Z Downloaded futures-task v0.3.32
6732026-05-19T22:47:43.850Z Downloaded cmake v0.1.57
6742026-05-19T22:47:43.853Z Downloaded hash32 v0.3.1
6752026-05-19T22:47:43.855Z Downloaded gethostname v0.5.0
6762026-05-19T22:47:43.855Z Downloaded dirs-sys-next v0.1.2
6772026-05-19T22:47:43.858Z Downloaded display-error-chain v0.2.2
6782026-05-19T22:47:43.858Z Downloaded foldhash v0.2.0
6792026-05-19T22:47:43.858Z Downloaded diesel-dtrace v0.5.0
6802026-05-19T22:47:43.861Z Downloaded ciborium-ll v0.2.2
6812026-05-19T22:47:43.861Z Downloaded constant_time_eq v0.4.2
6822026-05-19T22:47:43.863Z Downloaded bit-vec v0.8.0
6832026-05-19T22:47:43.863Z Downloaded cipher v0.4.4
6842026-05-19T22:47:43.866Z Downloaded corncobs v0.1.4
6852026-05-19T22:47:43.869Z Downloaded chacha20 v0.9.1
6862026-05-19T22:47:43.869Z Downloaded fs-err v2.11.0
6872026-05-19T22:47:43.872Z Downloaded deranged v0.5.8
6882026-05-19T22:47:43.872Z Downloaded crossbeam-deque v0.8.6
6892026-05-19T22:47:43.875Z Downloaded foreign-types-shared v0.1.1
6902026-05-19T22:47:43.875Z Downloaded env_filter v1.0.0
6912026-05-19T22:47:43.878Z Downloaded hex-literal v0.4.1
6922026-05-19T22:47:43.878Z Downloaded camino-tempfile-ext v0.3.3
6932026-05-19T22:47:43.880Z Downloaded erased-serde v0.3.31
6942026-05-19T22:47:43.881Z Downloaded ena v0.14.4
6952026-05-19T22:47:43.883Z Downloaded bit-vec v0.6.3
6962026-05-19T22:47:43.883Z Downloaded hostname v0.4.2
6972026-05-19T22:47:43.886Z Downloaded illumos-nvpair v0.3.0
6982026-05-19T22:47:43.886Z Downloaded hubpack_derive v0.1.1
6992026-05-19T22:47:43.886Z Downloaded http-body v1.0.1
7002026-05-19T22:47:43.889Z Downloaded home v0.5.12
7012026-05-19T22:47:43.889Z Downloaded hostname v0.3.1
7022026-05-19T22:47:43.889Z Downloaded const-oid v0.9.6
7032026-05-19T22:47:43.891Z Downloaded httpdate v1.0.3
7042026-05-19T22:47:43.892Z Downloaded hyper-tls v0.6.0
7052026-05-19T22:47:43.894Z Downloaded derive-ex v0.1.8
7062026-05-19T22:47:43.894Z Downloaded colored v3.1.1
7072026-05-19T22:47:43.897Z Downloaded hash32 v0.2.1
7082026-05-19T22:47:43.897Z Downloaded globset v0.4.18
7092026-05-19T22:47:43.900Z Downloaded git-stub-vcs v0.1.0
7102026-05-19T22:47:43.900Z Downloaded argon2 v0.5.3
7112026-05-19T22:47:43.903Z Downloaded float-ord v0.3.2
7122026-05-19T22:47:43.903Z Downloaded console v0.15.11
7132026-05-19T22:47:43.906Z Downloaded indent_write v2.2.0
7142026-05-19T22:47:43.906Z Downloaded group v0.13.0
7152026-05-19T22:47:43.910Z Downloaded fs_extra v1.3.0
7162026-05-19T22:47:43.910Z Downloaded instant v0.1.13
7172026-05-19T22:47:43.910Z Downloaded instability v0.3.11
7182026-05-19T22:47:43.914Z Downloaded ff v0.13.1
7192026-05-19T22:47:43.914Z Downloaded internet-checksum v0.2.1
7202026-05-19T22:47:43.914Z Downloaded fallible-iterator v0.2.0
7212026-05-19T22:47:43.914Z Downloaded ed25519 v2.2.3
7222026-05-19T22:47:43.918Z Downloaded keccak v0.1.6
7232026-05-19T22:47:43.918Z Downloaded inout v0.1.4
7242026-05-19T22:47:43.918Z Downloaded ctr v0.9.2
7252026-05-19T22:47:43.922Z Downloaded find-msvc-tools v0.1.9
7262026-05-19T22:47:43.922Z Downloaded csv v1.4.0
7272026-05-19T22:47:43.932Z Downloaded kstat-rs v0.2.4
7282026-05-19T22:47:43.935Z Downloaded glob v0.3.3
7292026-05-19T22:47:43.935Z Downloaded futures-channel v0.3.32
7302026-05-19T22:47:43.935Z Downloaded colored v2.2.0
7312026-05-19T22:47:43.939Z Downloaded is_ci v1.2.0
7322026-05-19T22:47:43.939Z Downloaded is-terminal v0.4.17
7332026-05-19T22:47:43.939Z Downloaded diff v0.1.13
7342026-05-19T22:47:43.942Z Downloaded drift v0.1.4
7352026-05-19T22:47:43.947Z Downloaded lazy_static v1.5.0
7362026-05-19T22:47:43.950Z Downloaded lalrpop-util v0.19.12
7372026-05-19T22:47:43.950Z Downloaded highway v1.3.0
7382026-05-19T22:47:43.950Z Downloaded libscf-sys v1.1.0
7392026-05-19T22:47:43.952Z Downloaded http-body-util v0.1.3
7402026-05-19T22:47:43.952Z Downloaded linked-hash-map v0.5.6
7412026-05-19T22:47:43.955Z Downloaded lzss v0.8.2
7422026-05-19T22:47:43.955Z Downloaded lru-cache v0.1.2
7432026-05-19T22:47:43.955Z Downloaded lru v0.12.5
7442026-05-19T22:47:43.958Z Downloaded humantime v2.3.0
7452026-05-19T22:47:43.958Z Downloaded half v1.8.3
7462026-05-19T22:47:43.962Z Downloaded csv-core v0.1.13
7472026-05-19T22:47:43.962Z Downloaded indoc v1.0.9
7482026-05-19T22:47:43.965Z Downloaded fixedbitset v0.5.7
7492026-05-19T22:47:43.965Z Downloaded cookie v0.18.1
7502026-05-19T22:47:43.965Z Downloaded dropshot_endpoint v0.16.7
7512026-05-19T22:47:43.968Z Downloaded md-5 v0.10.6
7522026-05-19T22:47:43.968Z Downloaded maybe-uninit v2.0.0
7532026-05-19T22:47:43.971Z Downloaded match_cfg v0.1.0
7542026-05-19T22:47:43.971Z Downloaded memoffset v0.9.1
7552026-05-19T22:47:43.971Z Downloaded maplit v1.0.2
7562026-05-19T22:47:43.971Z Downloaded crossbeam-utils v0.8.21
7572026-05-19T22:47:43.974Z Downloaded new_debug_unreachable v1.0.6
7582026-05-19T22:47:43.974Z Downloaded ingot-types v0.1.2
7592026-05-19T22:47:43.977Z Downloaded derive_builder_core v0.20.2
7602026-05-19T22:47:43.977Z Downloaded md5 v0.7.0
7612026-05-19T22:47:43.977Z Downloaded getrandom v0.2.17
7622026-05-19T22:47:43.979Z Downloaded des v0.8.1
7632026-05-19T22:47:43.979Z Downloaded console v0.16.2
7642026-05-19T22:47:43.982Z Downloaded ciborium v0.2.2
7652026-05-19T22:47:43.982Z Downloaded env_logger v0.11.9
7662026-05-19T22:47:43.986Z Downloaded crc-any v2.5.0
7672026-05-19T22:47:43.987Z Downloaded clang-sys v1.8.1
7682026-05-19T22:47:43.990Z Downloaded ingot v0.1.1
7692026-05-19T22:47:43.990Z Downloaded impl-trait-for-tuples v0.2.3
7702026-05-19T22:47:43.993Z Downloaded newtype-uuid-macros v0.1.0
7712026-05-19T22:47:43.993Z Downloaded newline-converter v0.3.0
7722026-05-19T22:47:43.993Z Downloaded mime v0.3.17
7732026-05-19T22:47:43.996Z Downloaded jobserver v0.1.34
7742026-05-19T22:47:43.996Z Downloaded normalize-line-endings v0.3.0
7752026-05-19T22:47:43.996Z Downloaded newtype_derive v0.1.6
7762026-05-19T22:47:43.996Z Downloaded futures v0.3.32
7772026-05-19T22:47:43.998Z Downloaded num_threads v0.1.7
7782026-05-19T22:47:44.002Z Downloaded ahash v0.8.12
7792026-05-19T22:47:44.002Z Downloaded ipnetwork v0.21.1
7802026-05-19T22:47:44.005Z Downloaded chacha20 v0.10.0
7812026-05-19T22:47:44.005Z Downloaded nibble_vec v0.1.0
7822026-05-19T22:47:44.008Z Downloaded derive_builder v0.20.2
7832026-05-19T22:47:44.010Z Downloaded nodrop v0.1.14
7842026-05-19T22:47:44.010Z Downloaded getrandom v0.3.4
7852026-05-19T22:47:44.013Z Downloaded nonempty v0.12.0
7862026-05-19T22:47:44.013Z Downloaded hmac v0.12.1
7872026-05-19T22:47:44.016Z Downloaded libsw-core v0.3.2
7882026-05-19T22:47:44.016Z Downloaded num v0.4.3
7892026-05-19T22:47:44.018Z Downloaded libefi-sys v0.1.0
7902026-05-19T22:47:44.019Z Downloaded num-derive v0.4.2
7912026-05-19T22:47:44.019Z Downloaded opaque-debug v0.3.1
7922026-05-19T22:47:44.021Z Downloaded num-conv v0.2.0
7932026-05-19T22:47:44.022Z Downloaded num_enum_derive v0.5.11
7942026-05-19T22:47:44.022Z Downloaded lock_api v0.4.14
7952026-05-19T22:47:44.022Z Downloaded iana-time-zone v0.1.65
7962026-05-19T22:47:44.024Z Downloaded olpc-cjson v0.1.4
7972026-05-19T22:47:44.024Z Downloaded num-iter v0.1.45
7982026-05-19T22:47:44.027Z Downloaded hyper-rustls v0.27.7
7992026-05-19T22:47:44.027Z Downloaded num-derive v0.3.3
8002026-05-19T22:47:44.030Z Downloaded elliptic-curve v0.13.8
8012026-05-19T22:47:44.032Z Downloaded darling_core v0.21.3
8022026-05-19T22:47:44.035Z Downloaded derive-where v1.6.0
8032026-05-19T22:47:44.038Z Downloaded managed v0.8.0
8042026-05-19T22:47:44.038Z Downloaded ingot-macros v0.1.1
8052026-05-19T22:47:44.038Z Downloaded darling v0.23.0
8062026-05-19T22:47:44.041Z Downloaded mime_guess v2.0.5
8072026-05-19T22:47:44.047Z Downloaded openssl-macros v0.1.1
8082026-05-19T22:47:44.047Z Downloaded native-tls v0.2.18
8092026-05-19T22:47:44.047Z Downloaded crossbeam-channel v0.5.15
8102026-05-19T22:47:44.049Z Downloaded openssl-probe v0.2.1
8112026-05-19T22:47:44.050Z Downloaded openssl-probe v0.1.6
8122026-05-19T22:47:44.050Z Downloaded ipnet v2.11.0
8132026-05-19T22:47:44.050Z Downloaded parse-display v0.10.0
8142026-05-19T22:47:44.050Z Downloaded der v0.7.10
8152026-05-19T22:47:44.074Z Downloaded parse-size v1.1.0
8162026-05-19T22:47:44.074Z Downloaded lru-slab v0.1.2
8172026-05-19T22:47:44.074Z Downloaded const_format v0.2.35
8182026-05-19T22:47:44.074Z Downloaded indoc v2.0.7
8192026-05-19T22:47:44.074Z Downloaded linear-map v1.2.0
8202026-05-19T22:47:44.075Z Downloaded newtype-uuid v1.3.2
8212026-05-19T22:47:44.075Z Downloaded nanorand v0.7.0
8222026-05-19T22:47:44.075Z Downloaded compact_str v0.8.1
8232026-05-19T22:47:44.075Z Downloaded num_enum_derive v0.7.5
8242026-05-19T22:47:44.075Z Downloaded num_enum v0.7.5
8252026-05-19T22:47:44.082Z Downloaded pbkdf2 v0.12.2
8262026-05-19T22:47:44.085Z Downloaded defmt-macros v1.0.1
8272026-05-19T22:47:44.085Z Downloaded darling_core v0.20.11
8282026-05-19T22:47:44.089Z Downloaded pbkdf2 v0.11.0
8292026-05-19T22:47:44.092Z Downloaded packed_struct_codegen v0.10.1
8302026-05-19T22:47:44.092Z Downloaded peg-runtime v0.8.5
8312026-05-19T22:47:44.092Z Downloaded indexmap v1.9.3
8322026-05-19T22:47:44.094Z Downloaded ed25519-dalek v2.2.0
8332026-05-19T22:47:44.094Z Downloaded ar_archive_writer v0.5.1
8342026-05-19T22:47:44.097Z Downloaded oxnet v0.1.4
8352026-05-19T22:47:44.100Z Downloaded oxide-tokio-rt v0.1.4
8362026-05-19T22:47:44.100Z Downloaded owo-colors v4.3.0
8372026-05-19T22:47:44.103Z Downloaded num-integer v0.1.46
8382026-05-19T22:47:44.103Z Downloaded foldhash v0.1.5
8392026-05-19T22:47:44.103Z Downloaded phf_shared v0.11.3
8402026-05-19T22:47:44.105Z Downloaded pin-utils v0.1.0
8412026-05-19T22:47:44.106Z Downloaded num-complex v0.4.6
8422026-05-19T22:47:44.106Z Downloaded nu-ansi-term v0.50.3
8432026-05-19T22:47:44.108Z Downloaded memmap2 v0.9.10
8442026-05-19T22:47:44.108Z Downloaded libbz2-rs-sys v0.2.2
8452026-05-19T22:47:44.112Z Downloaded headers v0.4.1
8462026-05-19T22:47:44.115Z Downloaded multimap v0.10.1
8472026-05-19T22:47:44.115Z Downloaded heapless v0.7.17
8482026-05-19T22:47:44.120Z Downloaded half v2.7.1
8492026-05-19T22:47:44.120Z Downloaded predicates-core v1.0.10
8502026-05-19T22:47:44.122Z Downloaded progenitor-client v0.10.0
8512026-05-19T22:47:44.122Z Downloaded darling_core v0.23.0
8522026-05-19T22:47:44.122Z Downloaded precomputed-hash v0.1.1
8532026-05-19T22:47:44.125Z Downloaded flume v0.11.1
8542026-05-19T22:47:44.125Z Downloaded powerfmt v0.2.0
8552026-05-19T22:47:44.128Z Downloaded parse-display-derive v0.10.0
8562026-05-19T22:47:44.128Z Downloaded parking_lot_core v0.8.6
8572026-05-19T22:47:44.128Z Downloaded packed_struct v0.10.1
8582026-05-19T22:47:44.131Z Downloaded oso-derive v0.27.3
8592026-05-19T22:47:44.131Z Downloaded proc-macro-crate v1.3.1
8602026-05-19T22:47:44.131Z Downloaded path-slash v0.1.5
8612026-05-19T22:47:44.134Z Downloaded progenitor-macro v0.11.2
8622026-05-19T22:47:44.134Z Downloaded cc v1.2.56
8632026-05-19T22:47:44.136Z Downloaded predicates-tree v1.0.13
8642026-05-19T22:47:44.136Z Downloaded derive_more v2.1.1
8652026-05-19T22:47:44.141Z Downloaded progenitor-macro v0.10.0
8662026-05-19T22:47:44.145Z Downloaded derive_more-impl v2.1.1
8672026-05-19T22:47:44.148Z Downloaded proc-macro-error-attr2 v2.0.0
8682026-05-19T22:47:44.148Z Downloaded proc-macro-crate v3.4.0
8692026-05-19T22:47:44.148Z Downloaded progenitor-client v0.14.0
8702026-05-19T22:47:44.148Z Downloaded parking_lot v0.11.2
8712026-05-19T22:47:44.152Z Downloaded paste v1.0.15
8722026-05-19T22:47:44.152Z Downloaded phf_shared v0.12.1
8732026-05-19T22:47:44.155Z Downloaded phf_shared v0.13.1
8742026-05-19T22:47:44.155Z Downloaded password-hash v0.5.0
8752026-05-19T22:47:44.155Z Downloaded phf v0.12.1
8762026-05-19T22:47:44.155Z Downloaded indicatif v0.18.4
8772026-05-19T22:47:44.159Z Downloaded pem v3.0.6
8782026-05-19T22:47:44.159Z Downloaded base64 v0.21.7
8792026-05-19T22:47:44.163Z Downloaded quick-error v1.2.3
8802026-05-19T22:47:44.163Z Downloaded progenitor-macro v0.14.0
8812026-05-19T22:47:44.163Z Downloaded multer v3.1.0
8822026-05-19T22:47:44.166Z Downloaded litrs v1.0.0
8832026-05-19T22:47:44.166Z Downloaded ignore v0.4.25
8842026-05-19T22:47:44.169Z Downloaded pin-project-internal v1.1.11
8852026-05-19T22:47:44.169Z Downloaded progenitor-macro v0.13.0
8862026-05-19T22:47:44.169Z Downloaded httparse v1.10.1
8872026-05-19T22:47:44.171Z Downloaded radium v0.7.0
8882026-05-19T22:47:44.171Z Downloaded bytes v1.11.1
8892026-05-19T22:47:44.174Z Downloaded rand_chacha v0.3.1
8902026-05-19T22:47:44.174Z Downloaded num_enum v0.5.11
8912026-05-19T22:47:44.177Z Downloaded num-rational v0.4.2
8922026-05-19T22:47:44.179Z Downloaded dropshot-api-manager v0.7.1
8932026-05-19T22:47:44.182Z Downloaded pkcs8 v0.10.2
8942026-05-19T22:47:44.182Z Downloaded hickory-resolver v0.25.2
8952026-05-19T22:47:44.185Z Downloaded libsw v3.5.0
8962026-05-19T22:47:44.188Z Downloaded pkg-config v0.3.32
8972026-05-19T22:47:44.188Z Downloaded hyper-staticfile v0.10.1
8982026-05-19T22:47:44.188Z Downloaded libloading v0.8.9
8992026-05-19T22:47:44.190Z Downloaded recursive v0.1.1
9002026-05-19T22:47:44.191Z Downloaded dropshot_endpoint v0.17.0
9012026-05-19T22:47:44.193Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-05-19T22:47:44.193Z Downloaded rand_xorshift v0.4.0
9032026-05-19T22:47:44.193Z Downloaded progenitor-extras v0.2.0
9042026-05-19T22:47:44.196Z Downloaded predicates v3.1.4
9052026-05-19T22:47:44.196Z Downloaded primeorder v0.13.6
9062026-05-19T22:47:44.199Z Downloaded ref-cast-impl v1.0.25
9072026-05-19T22:47:44.199Z Downloaded progenitor-client v0.13.0
9082026-05-19T22:47:44.199Z Downloaded progenitor v0.10.0
9092026-05-19T22:47:44.202Z Downloaded password-hash v0.4.2
9102026-05-19T22:47:44.202Z Downloaded parking_lot_core v0.9.12
9112026-05-19T22:47:44.206Z Downloaded bumpalo v3.20.2
9122026-05-19T22:47:44.206Z Downloaded peg v0.8.5
9132026-05-19T22:47:44.208Z Downloaded p256 v0.13.2
9142026-05-19T22:47:44.208Z Downloaded progenitor v0.11.2
9152026-05-19T22:47:44.211Z Downloaded ppv-lite86 v0.2.21
9162026-05-19T22:47:44.211Z Downloaded phf v0.13.1
9172026-05-19T22:47:44.211Z Downloaded papergrid v0.17.0
9182026-05-19T22:47:44.214Z Downloaded progenitor-client v0.11.2
9192026-05-19T22:47:44.217Z Downloaded psl-types v2.0.11
9202026-05-19T22:47:44.217Z Downloaded progenitor v0.14.0
9212026-05-19T22:47:44.217Z Downloaded pin-project-lite v0.2.17
9222026-05-19T22:47:44.220Z Downloaded progenitor v0.13.0
9232026-05-19T22:47:44.222Z Downloaded russh-cryptovec v0.7.3
9242026-05-19T22:47:44.222Z Downloaded pem-rfc7468 v0.7.0
9252026-05-19T22:47:44.225Z Downloaded psm v0.1.30
9262026-05-19T22:47:44.225Z Downloaded r2d2 v0.8.10
9272026-05-19T22:47:44.229Z Downloaded peg-macros v0.8.5
9282026-05-19T22:47:44.229Z Downloaded hickory-resolver v0.24.4
9292026-05-19T22:47:44.232Z Downloaded rustc_version v0.1.7
9302026-05-19T22:47:44.232Z Downloaded rustc-hash v2.1.1
9312026-05-19T22:47:44.232Z Downloaded rtoolbox v0.0.3
9322026-05-19T22:47:44.232Z Downloaded parking_lot v0.12.5
9332026-05-19T22:47:44.235Z Downloaded heapless v0.8.0
9342026-05-19T22:47:44.238Z Downloaded derive_more v0.99.20
9352026-05-19T22:47:44.240Z Downloaded rand_core v0.9.5
9362026-05-19T22:47:44.240Z Downloaded omicron-zone-package v0.12.2
9372026-05-19T22:47:44.243Z Downloaded crossbeam-epoch v0.9.18
9382026-05-19T22:47:44.243Z Downloaded arc-swap v1.8.2
9392026-05-19T22:47:44.246Z Downloaded hashbrown v0.13.2
9402026-05-19T22:47:44.250Z Downloaded rustc_version v0.4.1
9412026-05-19T22:47:44.250Z Downloaded rand_chacha v0.9.0
9422026-05-19T22:47:44.253Z Downloaded diesel_derives v2.3.7
9432026-05-19T22:47:44.253Z Downloaded cbc v0.1.2
9442026-05-19T22:47:44.256Z Downloaded backon v1.6.0
9452026-05-19T22:47:44.256Z Downloaded same-file v1.0.6
9462026-05-19T22:47:44.259Z Downloaded salsa20 v0.10.2
9472026-05-19T22:47:44.259Z Downloaded poly1305 v0.8.0
9482026-05-19T22:47:44.259Z Downloaded sapling-renderdag v0.1.0
9492026-05-19T22:47:44.261Z Downloaded illumos-nvpair-sys v0.2.0
9502026-05-19T22:47:44.261Z Downloaded ident_case v1.0.1
9512026-05-19T22:47:44.261Z Downloaded hyper-util v0.1.20
9522026-05-19T22:47:44.265Z Downloaded ref-cast v1.0.25
9532026-05-19T22:47:44.268Z Downloaded rand_seeder v0.4.0
9542026-05-19T22:47:44.268Z Downloaded miniz_oxide v0.8.9
9552026-05-19T22:47:44.271Z Downloaded expectorate v1.2.0
9562026-05-19T22:47:44.271Z Downloaded scheduled-thread-pool v0.2.7
9572026-05-19T22:47:44.271Z Downloaded scroll_derive v0.13.1
9582026-05-19T22:47:44.274Z Downloaded scopeguard v1.2.0
9592026-05-19T22:47:44.274Z Downloaded rand_core v0.10.0
9602026-05-19T22:47:44.274Z Downloaded polyval v0.6.2
9612026-05-19T22:47:44.276Z Downloaded hubpack v0.1.2
9622026-05-19T22:47:44.277Z Downloaded http-range v0.1.5
9632026-05-19T22:47:44.277Z Downloaded cexpr v0.6.0
9642026-05-19T22:47:44.279Z Downloaded bzip2 v0.4.4
9652026-05-19T22:47:44.279Z Downloaded postgres-protocol v0.6.10
9662026-05-19T22:47:44.279Z Downloaded postcard v1.1.3
9672026-05-19T22:47:44.282Z Downloaded secrecy v0.10.3
9682026-05-19T22:47:44.282Z Downloaded rfc6979 v0.4.0
9692026-05-19T22:47:44.285Z Downloaded postgres-types v0.2.12
9702026-05-19T22:47:44.285Z Downloaded seq-macro v0.3.6
9712026-05-19T22:47:44.288Z Downloaded secrecy v0.8.0
9722026-05-19T22:47:44.288Z Downloaded scrypt v0.11.0
9732026-05-19T22:47:44.288Z Downloaded jiff-static v0.2.21
9742026-05-19T22:47:44.291Z Downloaded rustls-pemfile v1.0.4
9752026-05-19T22:47:44.291Z Downloaded rustls-native-certs v0.8.3
9762026-05-19T22:47:44.294Z Downloaded resolv-conf v0.7.6
9772026-05-19T22:47:44.294Z Downloaded pkcs5 v0.7.1
9782026-05-19T22:47:44.296Z Downloaded pkcs1 v0.7.5
9792026-05-19T22:47:44.299Z Downloaded rand_core v0.6.4
9802026-05-19T22:47:44.299Z Downloaded sha1 v0.10.6
9812026-05-19T22:47:44.299Z Downloaded proc-macro-error2 v2.0.1
9822026-05-19T22:47:44.302Z Downloaded blowfish v0.9.1
9832026-05-19T22:47:44.302Z Downloaded serde_plain v1.0.2
9842026-05-19T22:47:44.302Z Downloaded serde_bytes v0.11.19
9852026-05-19T22:47:44.305Z Downloaded serde_spanned v1.0.4
9862026-05-19T22:47:44.305Z Downloaded serde_repr v0.1.20
9872026-05-19T22:47:44.308Z Downloaded serde_urlencoded v0.7.1
9882026-05-19T22:47:44.308Z Downloaded futures-executor v0.3.32
9892026-05-19T22:47:44.308Z Downloaded blake2 v0.10.6
9902026-05-19T22:47:44.311Z Downloaded async-bb8-diesel v0.2.1
9912026-05-19T22:47:44.318Z Downloaded rustls-pemfile v2.2.0
9922026-05-19T22:47:44.321Z Downloaded sigpipe v0.1.3
9932026-05-19T22:47:44.324Z Downloaded slog-envlogger v2.2.0
9942026-05-19T22:47:44.324Z Downloaded signature v2.2.0
9952026-05-19T22:47:44.327Z Downloaded pin-project v1.1.11
9962026-05-19T22:47:44.332Z Downloaded signal-hook-mio v0.2.5
9972026-05-19T22:47:44.335Z Downloaded openssl-sys v0.9.115
9982026-05-19T22:47:44.335Z Downloaded shell-words v1.1.1
9992026-05-19T22:47:44.338Z Downloaded rusty-fork v0.3.1
10002026-05-19T22:47:44.338Z Downloaded oso v0.27.3
10012026-05-19T22:47:44.341Z Downloaded signal-hook-tokio v0.3.1
10022026-05-19T22:47:44.344Z Downloaded sct v0.7.1
10032026-05-19T22:47:44.344Z Downloaded slog-bunyan v2.5.0
10042026-05-19T22:47:44.344Z Downloaded siphasher v1.0.2
10052026-05-19T22:47:44.347Z Downloaded scroll v0.13.0
10062026-05-19T22:47:44.347Z Downloaded async-compression v0.4.41
10072026-05-19T22:47:44.350Z Downloaded progenitor-impl v0.10.0
10082026-05-19T22:47:44.353Z Downloaded schemars_derive v0.8.22
10092026-05-19T22:47:44.353Z Downloaded aes v0.8.4
10102026-05-19T22:47:44.356Z Downloaded serde-big-array v0.5.1
10112026-05-19T22:47:44.356Z Downloaded hickory-server v0.25.2
10122026-05-19T22:47:44.361Z Downloaded sec1 v0.7.3
10132026-05-19T22:47:44.364Z Downloaded serde-hex v0.1.0
10142026-05-19T22:47:44.367Z Downloaded progenitor-impl v0.11.2
10152026-05-19T22:47:44.370Z Downloaded serde_derive_internals v0.29.1
10162026-05-19T22:47:44.370Z Downloaded prefix-trie v0.7.0
10172026-05-19T22:47:44.374Z Downloaded sqlparser_derive v0.5.0
10182026-05-19T22:47:44.377Z Downloaded ssh-cipher v0.2.0
10192026-05-19T22:47:44.384Z Downloaded libxml v0.3.3
10202026-05-19T22:47:44.387Z Downloaded quinn-udp v0.5.14
10212026-05-19T22:47:44.390Z Downloaded rustls-pki-types v1.14.0
10222026-05-19T22:47:44.390Z Downloaded slab v0.4.12
10232026-05-19T22:47:44.393Z Downloaded shlex v1.3.0
10242026-05-19T22:47:44.393Z Downloaded rustversion v1.0.22
10252026-05-19T22:47:44.393Z Downloaded http v1.4.0
10262026-05-19T22:47:44.397Z Downloaded strum v0.27.2
10272026-05-19T22:47:44.405Z Downloaded strum v0.26.3
10282026-05-19T22:47:44.405Z Downloaded strip-ansi-escapes v0.2.1
10292026-05-19T22:47:44.408Z Downloaded minimal-lexical v0.2.1
10302026-05-19T22:47:44.408Z Downloaded structmeta-derive v0.3.0
10312026-05-19T22:47:44.408Z Downloaded structmeta v0.3.0
10322026-05-19T22:47:44.408Z Downloaded signal-hook-registry v1.4.8
10332026-05-19T22:47:44.408Z Downloaded progenitor-impl v0.14.0
10342026-05-19T22:47:44.412Z Downloaded simd-adler32 v0.3.8
10352026-05-19T22:47:44.412Z Downloaded prettyplease v0.2.37
10362026-05-19T22:47:44.414Z Downloaded itertools v0.10.5
10372026-05-19T22:47:44.417Z Downloaded slog-stdlog v4.1.1
10382026-05-19T22:47:44.417Z Downloaded smallvec v0.6.14
10392026-05-19T22:47:44.417Z Downloaded aes-gcm v0.10.3
10402026-05-19T22:47:44.420Z Downloaded tabwriter v1.4.1
10412026-05-19T22:47:44.420Z Downloaded sync_wrapper v1.0.2
10422026-05-19T22:47:44.424Z Downloaded supports-color v3.0.2
10432026-05-19T22:47:44.424Z Downloaded progenitor-impl v0.13.0
10442026-05-19T22:47:44.427Z Downloaded sync-ptr v0.1.4
10452026-05-19T22:47:44.427Z Downloaded subtle v2.6.1
10462026-05-19T22:47:44.427Z Downloaded slog-async v2.8.0
10472026-05-19T22:47:44.427Z Downloaded ron v0.8.1
10482026-05-19T22:47:44.431Z Downloaded slog-scope v4.4.1
10492026-05-19T22:47:44.434Z Downloaded smf v0.2.3
10502026-05-19T22:47:44.434Z Downloaded slog-term v2.9.2
10512026-05-19T22:47:44.434Z Downloaded tap v1.0.1
10522026-05-19T22:47:44.434Z Downloaded tagptr v0.2.0
10532026-05-19T22:47:44.437Z Downloaded tabled_derive v0.11.0
10542026-05-19T22:47:44.437Z Downloaded slog-json v2.6.1
10552026-05-19T22:47:44.437Z Downloaded russh-keys v0.45.0
10562026-05-19T22:47:44.440Z Downloaded serde_path_to_error v0.1.20
10572026-05-19T22:47:44.440Z Downloaded hashbrown v0.12.3
10582026-05-19T22:47:44.445Z Downloaded testing_table v0.3.0
10592026-05-19T22:47:44.445Z Downloaded spki v0.7.3
10602026-05-19T22:47:44.445Z Downloaded thiserror-impl-no-std v2.0.2
10612026-05-19T22:47:44.448Z Downloaded num-bigint v0.4.6
10622026-05-19T22:47:44.448Z Downloaded mio v1.2.0
10632026-05-19T22:47:44.452Z Downloaded thread-id v5.1.0
10642026-05-19T22:47:44.452Z Downloaded termtree v0.5.1
10652026-05-19T22:47:44.452Z Downloaded static_assertions v1.1.0
10662026-05-19T22:47:44.455Z Downloaded sqlformat v0.3.5
10672026-05-19T22:47:44.455Z Downloaded snafu-derive v0.8.9
10682026-05-19T22:47:44.455Z Downloaded serde_with_macros v3.17.0
10692026-05-19T22:47:44.458Z Downloaded rustls-platform-verifier v0.6.2
10702026-05-19T22:47:44.465Z Downloaded ryu v1.0.23
10712026-05-19T22:47:44.465Z Downloaded rcgen v0.12.1
10722026-05-19T22:47:44.469Z Downloaded stacker v0.1.23
10732026-05-19T22:47:44.469Z Downloaded tinyvec_macros v0.1.1
10742026-05-19T22:47:44.469Z Downloaded tokio-macros v2.7.0
10752026-05-19T22:47:44.469Z Downloaded ssh-encoding v0.2.0
10762026-05-19T22:47:44.471Z Downloaded hashbrown v0.16.1
10772026-05-19T22:47:44.474Z Downloaded support-bundle-viewer v0.1.2
10782026-05-19T22:47:44.474Z Downloaded strum_macros v0.26.4
10792026-05-19T22:47:44.474Z Downloaded time-core v0.1.8
10802026-05-19T22:47:44.477Z Downloaded strum_macros v0.24.3
10812026-05-19T22:47:44.477Z Downloaded rayon-core v1.13.0
10822026-05-19T22:47:44.480Z Downloaded slog-dtrace v0.3.0
10832026-05-19T22:47:44.480Z Downloaded semver v0.1.20
10842026-05-19T22:47:44.480Z Downloaded schemars v0.8.22
10852026-05-19T22:47:44.487Z Downloaded strum_macros v0.27.2
10862026-05-19T22:47:44.490Z Downloaded stringprep v0.1.5
10872026-05-19T22:47:44.494Z Downloaded nom v7.1.3
10882026-05-19T22:47:44.497Z Downloaded take_mut v0.2.2
10892026-05-19T22:47:44.505Z Downloaded serde_cbor v0.11.2
10902026-05-19T22:47:44.508Z Downloaded thread_local v1.1.9
10912026-05-19T22:47:44.512Z Downloaded topological-sort v0.2.2
10922026-05-19T22:47:44.516Z Downloaded tower-service v0.3.3
10932026-05-19T22:47:44.516Z Downloaded termios v0.3.3
10942026-05-19T22:47:44.519Z Downloaded time-macros v0.2.27
10952026-05-19T22:47:44.519Z Downloaded rand v0.8.6
10962026-05-19T22:47:44.522Z Downloaded serde_yaml v0.9.34+deprecated
10972026-05-19T22:47:44.525Z Downloaded spin v0.9.8
10982026-05-19T22:47:44.525Z Downloaded publicsuffix v2.3.0
10992026-05-19T22:47:44.529Z Downloaded tower-layer v0.3.3
11002026-05-19T22:47:44.529Z Downloaded qorb v0.4.1
11012026-05-19T22:47:44.532Z Downloaded tls_codec_derive v0.4.2
11022026-05-19T22:47:44.532Z Downloaded tiny-keccak v2.0.2
11032026-05-19T22:47:44.535Z Downloaded try-lock v0.2.5
11042026-05-19T22:47:44.535Z Downloaded trait-variant v0.1.2
11052026-05-19T22:47:44.535Z Downloaded tls_codec v0.4.2
11062026-05-19T22:47:44.535Z Downloaded thiserror-no-std v2.0.2
11072026-05-19T22:47:44.546Z Downloaded tokio-native-tls v0.3.1
11082026-05-19T22:47:44.549Z Downloaded tokio-dtrace v0.1.1
11092026-05-19T22:47:44.549Z Downloaded universal-hash v0.5.1
11102026-05-19T22:47:44.549Z Downloaded aws-lc-rs v1.16.3
11112026-05-19T22:47:44.554Z Downloaded unit-prefix v0.5.2
11122026-05-19T22:47:44.557Z Downloaded itertools v0.13.0
11132026-05-19T22:47:44.561Z Downloaded unicode-truncate v1.1.0
11142026-05-19T22:47:44.561Z Downloaded hyper v1.8.1
11152026-05-19T22:47:44.571Z Downloaded untrusted v0.7.1
11162026-05-19T22:47:44.574Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11172026-05-19T22:47:44.574Z Downloaded tokio-tungstenite v0.23.1
11182026-05-19T22:47:44.574Z Downloaded similar v2.7.0
11192026-05-19T22:47:44.574Z Downloaded unarray v0.1.4
11202026-05-19T22:47:44.574Z Downloaded typify-macro v0.4.3
11212026-05-19T22:47:44.574Z Downloaded tokio-rustls v0.25.0
11222026-05-19T22:47:44.574Z Downloaded usdt v0.6.0
11232026-05-19T22:47:44.574Z Downloaded pretty_assertions v1.4.1
11242026-05-19T22:47:44.574Z Downloaded itertools v0.12.1
11252026-05-19T22:47:44.578Z Downloaded term v0.7.0
11262026-05-19T22:47:44.583Z Downloaded usdt-macro v0.6.0
11272026-05-19T22:47:44.583Z Downloaded usdt-attr-macro v0.6.0
11282026-05-19T22:47:44.583Z Downloaded typify-macro v0.6.2
11292026-05-19T22:47:44.586Z Downloaded tokio-tungstenite v0.21.0
11302026-05-19T22:47:44.586Z Downloaded rsa v0.9.10
11312026-05-19T22:47:44.586Z Downloaded want v0.3.1
11322026-05-19T22:47:44.588Z Downloaded h2 v0.4.13
11332026-05-19T22:47:44.591Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11342026-05-19T22:47:44.591Z Downloaded socket2 v0.5.10
11352026-05-19T22:47:44.594Z Downloaded num-bigint-dig v0.8.6
11362026-05-19T22:47:44.597Z Downloaded socket2 v0.6.3
11372026-05-19T22:47:44.597Z Downloaded wait-timeout v0.2.1
11382026-05-19T22:47:44.601Z Downloaded quinn v0.11.9
11392026-05-19T22:47:44.601Z Downloaded itertools v0.14.0
11402026-05-19T22:47:44.604Z Downloaded rustls-webpki v0.103.9
11412026-05-19T22:47:44.608Z Downloaded void v1.0.2
11422026-05-19T22:47:44.608Z Downloaded utf-8 v0.7.6
11432026-05-19T22:47:44.608Z Downloaded rand v0.9.2
11442026-05-19T22:47:44.611Z Downloaded waitgroup v0.1.2
11452026-05-19T22:47:44.611Z Downloaded tui-tree-widget v0.23.1
11462026-05-19T22:47:44.611Z Downloaded toml_writer v1.0.6+spec-1.1.0
11472026-05-19T22:47:44.614Z Downloaded hashbrown v0.15.5
11482026-05-19T22:47:44.617Z Downloaded tokio-rustls v0.24.1
11492026-05-19T22:47:44.617Z Downloaded signal-hook v0.3.18
11502026-05-19T22:47:44.623Z Downloaded bindgen v0.71.1
11512026-05-19T22:47:44.626Z Downloaded unicase v2.9.0
11522026-05-19T22:47:44.626Z Downloaded schemars v0.9.0
11532026-05-19T22:47:44.629Z Downloaded tokio-rustls v0.26.4
11542026-05-19T22:47:44.632Z Downloaded schemars v1.2.1
11552026-05-19T22:47:44.639Z Downloaded xshell-macros v0.2.7
11562026-05-19T22:47:44.642Z Downloaded xattr v1.6.1
11572026-05-19T22:47:44.642Z Downloaded slog v2.8.2
11582026-05-19T22:47:44.645Z Downloaded tokio-stream v0.1.18
11592026-05-19T22:47:44.648Z Downloaded untrusted v0.9.0
11602026-05-19T22:47:44.648Z Downloaded test-strategy v0.4.5
11612026-05-19T22:47:44.652Z Downloaded zone_cfg_derive v0.3.1
11622026-05-19T22:47:44.652Z Downloaded zone v0.3.1
11632026-05-19T22:47:44.652Z Downloaded snafu v0.8.9
11642026-05-19T22:47:44.656Z Downloaded zeroize_derive v1.4.3
11652026-05-19T22:47:44.656Z Downloaded vergen-git2 v1.0.7
11662026-05-19T22:47:44.656Z Downloaded uzers v0.12.2
11672026-05-19T22:47:44.656Z Downloaded usdt-impl v0.6.0
11682026-05-19T22:47:44.660Z Downloaded iri-string v0.7.10
11692026-05-19T22:47:44.663Z Downloaded vsss-rs v3.3.4
11702026-05-19T22:47:44.663Z Downloaded toml_parser v1.0.9+spec-1.1.0
11712026-05-19T22:47:44.666Z Downloaded vergen-lib v0.1.6
11722026-05-19T22:47:44.666Z Downloaded vergen-gitcl v1.0.8
11732026-05-19T22:47:44.666Z Downloaded rand v0.10.0
11742026-05-19T22:47:44.669Z Downloaded whoami v1.6.1
11752026-05-19T22:47:44.669Z Downloaded twox-hash v2.1.2
11762026-05-19T22:47:44.672Z Downloaded samael v0.0.19
11772026-05-19T22:47:44.674Z Downloaded subprocess v0.2.15
11782026-05-19T22:47:44.677Z Downloaded walkdir v2.5.0
11792026-05-19T22:47:44.677Z Downloaded xshell v0.2.7
11802026-05-19T22:47:44.681Z Downloaded whoami v2.1.0
11812026-05-19T22:47:44.681Z Downloaded tracing-attributes v0.1.31
11822026-05-19T22:47:44.684Z Downloaded tinyvec v1.10.0
11832026-05-19T22:47:44.684Z Downloaded term v1.2.1
11842026-05-19T22:47:44.684Z Downloaded p521 v0.13.3
11852026-05-19T22:47:44.687Z Downloaded wyz v0.5.1
11862026-05-19T22:47:44.691Z Downloaded unicode-properties v0.1.4
11872026-05-19T22:47:44.691Z Downloaded hkdf v0.12.4
11882026-05-19T22:47:44.691Z Downloaded futures-util v0.3.32
11892026-05-19T22:47:44.696Z Downloaded toml v0.9.12+spec-1.1.0
11902026-05-19T22:47:44.699Z Downloaded aho-corasick v1.1.4
11912026-05-19T22:47:44.701Z Downloaded string_cache v0.8.9
11922026-05-19T22:47:44.704Z Downloaded zeroize v1.8.2
11932026-05-19T22:47:44.704Z Downloaded toml v1.0.6+spec-1.1.0
11942026-05-19T22:47:44.708Z Downloaded tar v0.4.45
11952026-05-19T22:47:44.715Z Downloaded russh v0.45.0
11962026-05-19T22:47:44.718Z Downloaded vergen v9.0.6
11972026-05-19T22:47:44.721Z Downloaded typify v0.6.2
11982026-05-19T22:47:44.724Z Downloaded steno v0.4.1
11992026-05-19T22:47:44.724Z Downloaded tungstenite v0.23.0
12002026-05-19T22:47:44.727Z Downloaded libm v0.2.16
12012026-05-19T22:47:44.731Z Downloaded yasna v0.5.2
12022026-05-19T22:47:44.734Z Downloaded tracing-core v0.1.36
12032026-05-19T22:47:44.734Z Downloaded unicode-bidi v0.3.18
12042026-05-19T22:47:44.738Z Downloaded iddqd v0.4.1
12052026-05-19T22:47:44.741Z Downloaded typify v0.4.3
12062026-05-19T22:47:44.744Z Downloaded rustyline v14.0.0
12072026-05-19T22:47:44.747Z Downloaded toml v0.7.8
12082026-05-19T22:47:44.749Z Downloaded uuid v1.23.0
12092026-05-19T22:47:44.752Z Downloaded toml_edit v0.23.10+spec-1.0.0
12102026-05-19T22:47:44.755Z Downloaded zstd v0.13.3
12112026-05-19T22:47:44.755Z Downloaded unsafe-libyaml v0.2.11
12122026-05-19T22:47:44.758Z Downloaded rpassword v7.4.0
12132026-05-19T22:47:44.761Z Downloaded zstd-safe v7.2.4
12142026-05-19T22:47:44.763Z Downloaded vte v0.14.1
12152026-05-19T22:47:44.770Z Downloaded tokio-postgres v0.7.16
12162026-05-19T22:47:44.773Z Downloaded reedline v0.40.0
12172026-05-19T22:47:44.778Z Downloaded tungstenite v0.21.0
12182026-05-19T22:47:44.792Z Downloaded zerocopy v0.6.6
12192026-05-19T22:47:44.796Z Downloaded p384 v0.13.1
12202026-05-19T22:47:44.800Z Downloaded zopfli v0.8.3
12212026-05-19T22:47:44.803Z Downloaded toml_edit v0.19.15
12222026-05-19T22:47:44.821Z Downloaded ssh-key v0.6.7
12232026-05-19T22:47:44.827Z Downloaded yansi v1.0.1
12242026-05-19T22:47:44.829Z Downloaded reqwest v0.12.28
12252026-05-19T22:47:44.832Z Downloaded git2 v0.20.4
12262026-05-19T22:47:44.836Z Downloaded unicode_categories v0.1.1
12272026-05-19T22:47:44.846Z Downloaded typed-path v0.9.3
12282026-05-19T22:47:44.850Z Downloaded zip v0.6.6
12292026-05-19T22:47:44.863Z Downloaded regex v1.12.3
12302026-05-19T22:47:44.870Z Downloaded chrono v0.4.44
12312026-05-19T22:47:44.876Z Downloaded bitvec v1.0.1
12322026-05-19T22:47:44.891Z Downloaded salty v0.3.0
12332026-05-19T22:47:44.897Z Downloaded reqwest v0.13.2
12342026-05-19T22:47:44.900Z Downloaded zerocopy-derive v0.8.40
12352026-05-19T22:47:44.905Z Downloaded quick-xml v0.37.5
12362026-05-19T22:47:44.908Z Downloaded goblin v0.10.5
12372026-05-19T22:47:44.913Z Downloaded rayon v1.11.0
12382026-05-19T22:47:44.918Z Downloaded tower v0.5.3
12392026-05-19T22:47:44.923Z Downloaded rustls-webpki v0.101.7
12402026-05-19T22:47:44.931Z Downloaded lalrpop v0.19.12
12412026-05-19T22:47:44.938Z Downloaded portable-atomic v1.13.1
12422026-05-19T22:47:44.942Z Downloaded moka v0.12.13
12432026-05-19T22:47:44.947Z Downloaded bstr v1.12.1
12442026-05-19T22:47:44.952Z Downloaded x509-cert v0.2.5
12452026-05-19T22:47:44.955Z Downloaded unicode-segmentation v1.12.0
12462026-05-19T22:47:44.958Z Downloaded curve25519-dalek v4.1.3
12472026-05-19T22:47:44.962Z Downloaded zip v4.6.1
12482026-05-19T22:47:44.964Z Downloaded tokio-util v0.7.18
12492026-05-19T22:47:44.968Z Downloaded rustls-webpki v0.102.8
12502026-05-19T22:47:44.980Z Downloaded serde_with v3.17.0
12512026-05-19T22:47:44.985Z Downloaded proptest v1.10.0
12522026-05-19T22:47:44.990Z Downloaded petname v2.0.2
12532026-05-19T22:47:45.000Z Downloaded tower-http v0.6.8
12542026-05-19T22:47:45.005Z Downloaded tough v0.22.0
12552026-05-19T22:47:45.005Z Downloaded winnow v0.5.40
12562026-05-19T22:47:45.013Z Downloaded hickory-proto v0.26.1
12572026-05-19T22:47:45.016Z Downloaded unicode-normalization v0.1.25
12582026-05-19T22:47:45.030Z Downloaded polar-core v0.27.3
12592026-05-19T22:47:45.044Z Downloaded openssl v0.10.79
12602026-05-19T22:47:45.050Z Downloaded radix_trie v0.2.1
12612026-05-19T22:47:45.053Z Downloaded dropshot v0.16.7
12622026-05-19T22:47:45.065Z Downloaded winnow v0.6.26
12632026-05-19T22:47:45.069Z Downloaded nix v0.27.1
12642026-05-19T22:47:45.075Z Downloaded dropshot v0.17.0
12652026-05-19T22:47:45.088Z Downloaded zlib-rs v0.6.2
12662026-05-19T22:47:45.091Z Downloaded time v0.3.47
12672026-05-19T22:47:45.098Z Downloaded webpki-roots v1.0.6
12682026-05-19T22:47:45.101Z Downloaded tabled v0.20.0
12692026-05-19T22:47:45.110Z Downloaded zerocopy v0.8.40
12702026-05-19T22:47:45.116Z Downloaded smoltcp v0.11.0
12712026-05-19T22:47:45.123Z Downloaded diesel v2.3.7
12722026-05-19T22:47:45.135Z Downloaded regress v0.11.1
12732026-05-19T22:47:45.146Z Downloaded regex-syntax v0.6.29
12742026-05-19T22:47:45.159Z Downloaded nix v0.29.0
12752026-05-19T22:47:45.159Z Downloaded smoltcp v0.9.1
12762026-05-19T22:47:45.172Z Downloaded rustls v0.21.12
12772026-05-19T22:47:45.172Z Downloaded nix v0.28.0
12782026-05-19T22:47:45.172Z Downloaded vcpkg v0.2.15
12792026-05-19T22:47:45.192Z Downloaded rustls v0.22.4
12802026-05-19T22:47:45.201Z Downloaded object v0.37.3
12812026-05-19T22:47:45.207Z Downloaded nix v0.31.2
12822026-05-19T22:47:45.215Z Downloaded regex-syntax v0.8.10
12832026-05-19T22:47:45.220Z Downloaded hickory-proto v0.24.4
12842026-05-19T22:47:45.227Z Downloaded hickory-proto v0.25.2
12852026-05-19T22:47:45.236Z Downloaded sled v0.34.7
12862026-05-19T22:47:45.242Z Downloaded typify-impl v0.6.2
12872026-05-19T22:47:45.251Z Downloaded typify-impl v0.4.3
12882026-05-19T22:47:45.261Z Downloaded rustls v0.23.37
12892026-05-19T22:47:45.268Z Downloaded rustix v0.38.44
12902026-05-19T22:47:45.281Z Downloaded regress v0.10.5
12912026-05-19T22:47:45.286Z Downloaded openapiv3 v2.2.0
12922026-05-19T22:47:45.295Z Downloaded quinn-proto v0.11.13
12932026-05-19T22:47:45.298Z Downloaded zerocopy-derive v0.6.6
12942026-05-19T22:47:45.305Z Downloaded regex-automata v0.4.14
12952026-05-19T22:47:45.325Z Downloaded object v0.30.4
12962026-05-19T22:47:45.325Z Downloaded jiff v0.2.21
12972026-05-19T22:47:45.336Z Downloaded sqlparser v0.61.0
12982026-05-19T22:47:45.348Z Downloaded ratatui v0.29.0
12992026-05-19T22:47:45.360Z Downloaded tracing v0.1.44
13002026-05-19T22:47:45.373Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-05-19T22:47:45.418Z Downloaded petgraph v0.6.5
13022026-05-19T22:47:45.430Z Downloaded chrono-tz v0.10.4
13032026-05-19T22:47:45.463Z Downloaded encoding_rs v0.8.35
13042026-05-19T22:47:45.477Z Downloaded petgraph v0.8.3
13052026-05-19T22:47:45.490Z Downloaded ring v0.17.14
13062026-05-19T22:47:45.515Z Downloaded libz-sys v1.1.24
13072026-05-19T22:47:45.528Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-05-19T22:47:45.538Z Downloaded sha3 v0.10.8
13092026-05-19T22:47:45.548Z Downloaded tokio v1.52.1
13102026-05-19T22:47:45.572Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-05-19T22:47:46.109Z Downloaded aws-lc-sys v0.40.0
13122026-05-19T22:47:46.355Z Compiling libc v0.2.185
13132026-05-19T22:47:46.355Z Compiling serde v1.0.228
13142026-05-19T22:47:46.362Z Compiling log v0.4.29
13152026-05-19T22:47:46.362Z Compiling find-msvc-tools v0.1.9
13162026-05-19T22:47:46.362Z Compiling shlex v1.3.0
13172026-05-19T22:47:46.362Z Compiling smallvec v1.15.1
13182026-05-19T22:47:46.493Z Compiling syn v2.0.117
13192026-05-19T22:47:46.510Z Compiling typenum v1.19.0
13202026-05-19T22:47:46.698Z Compiling generic-array v0.14.7
13212026-05-19T22:47:46.716Z Compiling subtle v2.6.1
13222026-05-19T22:47:46.733Z Compiling scopeguard v1.2.0
13232026-05-19T22:47:46.755Z Compiling const-oid v0.9.6
13242026-05-19T22:47:46.814Z Compiling lock_api v0.4.14
13252026-05-19T22:47:46.834Z Compiling serde_json v1.0.149
13262026-05-19T22:47:46.879Z Compiling zerocopy v0.8.40
13272026-05-19T22:47:46.952Z Compiling pin-project-lite v0.2.17
13282026-05-19T22:47:47.042Z Compiling parking_lot_core v0.9.12
13292026-05-19T22:47:47.042Z Compiling portable-atomic v1.13.1
13302026-05-19T22:47:47.299Z Compiling pkg-config v0.3.32
13312026-05-19T22:47:47.314Z Compiling bitflags v2.11.0
13322026-05-19T22:47:47.398Z Compiling getrandom v0.2.17
13332026-05-19T22:47:47.464Z Compiling jobserver v0.1.34
13342026-05-19T22:47:47.464Z Compiling errno v0.3.14
13352026-05-19T22:47:47.532Z Compiling rand_core v0.6.4
13362026-05-19T22:47:47.620Z Compiling signal-hook-registry v1.4.8
13372026-05-19T22:47:47.800Z Compiling cc v1.2.56
13382026-05-19T22:47:47.828Z Compiling libm v0.2.16
13392026-05-19T22:47:47.828Z Compiling critical-section v1.2.0
13402026-05-19T22:47:47.888Z Compiling futures-core v0.3.32
13412026-05-19T22:47:47.914Z Compiling parking_lot v0.12.5
13422026-05-19T22:47:47.944Z Compiling once_cell v1.21.3
13432026-05-19T22:47:48.061Z Compiling mio v1.2.0
13442026-05-19T22:47:48.168Z Compiling num-traits v0.2.19
13452026-05-19T22:47:48.227Z Compiling percent-encoding v2.3.2
13462026-05-19T22:47:48.242Z Compiling socket2 v0.6.3
13472026-05-19T22:47:48.400Z Compiling rand_core v0.10.0
13482026-05-19T22:47:48.418Z Compiling getrandom v0.4.1
13492026-05-19T22:47:48.516Z Compiling futures-sink v0.3.32
13502026-05-19T22:47:48.565Z Compiling futures-io v0.3.32
13512026-05-19T22:47:48.582Z Compiling slab v0.4.12
13522026-05-19T22:47:48.618Z Compiling futures-channel v0.3.32
13532026-05-19T22:47:48.667Z Compiling cpufeatures v0.2.17
13542026-05-19T22:47:48.721Z Compiling futures-task v0.3.32
13552026-05-19T22:47:48.746Z Compiling indexmap v2.14.0
13562026-05-19T22:47:48.773Z Compiling getrandom v0.3.4
13572026-05-19T22:47:48.856Z Compiling rustversion v1.0.22
13582026-05-19T22:47:48.895Z Compiling cmake v0.1.57
13592026-05-19T22:47:49.021Z Compiling form_urlencoded v1.2.2
13602026-05-19T22:47:49.264Z Compiling dunce v1.0.5
13612026-05-19T22:47:49.309Z Compiling fs_extra v1.3.0
13622026-05-19T22:47:49.362Z Compiling synstructure v0.13.2
13632026-05-19T22:47:49.424Z Compiling ident_case v1.0.1
13642026-05-19T22:47:49.529Z Compiling base64ct v1.8.3
13652026-05-19T22:47:49.584Z Compiling iana-time-zone v0.1.65
13662026-05-19T22:47:49.621Z Compiling aws-lc-sys v0.40.0
13672026-05-19T22:47:49.789Z Compiling rustix v1.1.3
13682026-05-19T22:47:49.811Z Compiling pem-rfc7468 v0.7.0
13692026-05-19T22:47:49.863Z Compiling flagset v0.4.7
13702026-05-19T22:47:49.878Z Compiling regex-syntax v0.8.10
13712026-05-19T22:47:50.004Z Compiling rand_core v0.9.5
13722026-05-19T22:47:50.008Z Compiling ring v0.17.14
13732026-05-19T22:47:50.020Z Compiling aws-lc-rs v1.16.3
13742026-05-19T22:47:50.136Z Compiling vcpkg v0.2.15
13752026-05-19T22:47:50.277Z Compiling uuid v1.23.0
13762026-05-19T22:47:50.324Z Compiling rustc_version v0.4.1
13772026-05-19T22:47:50.645Z Compiling tracing-core v0.1.36
13782026-05-19T22:47:50.882Z Compiling openssl-sys v0.9.115
13792026-05-19T22:47:50.981Z Compiling base64 v0.22.1
13802026-05-19T22:47:51.169Z Compiling serde_derive v1.0.228
13812026-05-19T22:47:51.201Z Compiling zeroize_derive v1.4.3
13822026-05-19T22:47:51.312Z Compiling zerofrom-derive v0.1.6
13832026-05-19T22:47:51.396Z Compiling yoke-derive v0.8.1
13842026-05-19T22:47:51.551Z Compiling zerocopy-derive v0.8.40
13852026-05-19T22:47:51.851Z Compiling zeroize v1.8.2
13862026-05-19T22:47:52.239Z Compiling zerovec-derive v0.11.2
13872026-05-19T22:47:52.561Z Compiling crypto-common v0.1.7
13882026-05-19T22:47:52.610Z Compiling block-buffer v0.10.4
13892026-05-19T22:47:52.704Z Compiling zerofrom v0.1.6
13902026-05-19T22:47:52.709Z Compiling displaydoc v0.2.5
13912026-05-19T22:47:52.767Z Compiling digest v0.10.7
13922026-05-19T22:47:52.839Z Compiling yoke v0.8.1
13932026-05-19T22:47:53.015Z Compiling tokio-macros v2.7.0
13942026-05-19T22:47:53.053Z Compiling futures-macro v0.3.32
13952026-05-19T22:47:53.372Z Compiling zerovec v0.11.5
13962026-05-19T22:47:53.465Z Compiling zerotrie v0.2.3
13972026-05-19T22:47:53.759Z Compiling hmac v0.12.1
13982026-05-19T22:47:53.764Z Compiling block-padding v0.3.3
13992026-05-19T22:47:53.852Z Compiling tinystr v0.8.2
14002026-05-19T22:47:53.877Z Compiling potential_utf v0.1.4
14012026-05-19T22:47:53.912Z Compiling futures-util v0.3.32
14022026-05-19T22:47:53.927Z Compiling inout v0.1.4
14032026-05-19T22:47:54.034Z Compiling icu_locale_core v2.1.1
14042026-05-19T22:47:54.059Z Compiling icu_collections v2.1.1
14052026-05-19T22:47:54.092Z Compiling cipher v0.4.4
14062026-05-19T22:47:54.348Z Compiling sha2 v0.10.9
14072026-05-19T22:47:54.526Z Compiling der_derive v0.7.3
14082026-05-19T22:47:54.643Z Compiling bytes v1.11.1
14092026-05-19T22:47:54.689Z Compiling icu_provider v2.1.1
14102026-05-19T22:47:54.910Z Compiling chrono v0.4.44
14112026-05-19T22:47:54.996Z Compiling icu_normalizer v2.1.1
14122026-05-19T22:47:55.258Z Compiling tokio v1.52.1
14132026-05-19T22:47:55.478Z Compiling icu_properties v2.1.2
14142026-05-19T22:47:55.551Z Compiling der v0.7.10
14152026-05-19T22:47:55.738Z Compiling http v1.4.0
14162026-05-19T22:47:56.038Z Compiling ppv-lite86 v0.2.21
14172026-05-19T22:47:56.174Z Compiling salsa20 v0.10.2
14182026-05-19T22:47:56.276Z Compiling pbkdf2 v0.12.2
14192026-05-19T22:47:56.324Z Compiling idna_adapter v1.2.1
14202026-05-19T22:47:56.355Z Compiling spki v0.7.3
14212026-05-19T22:47:56.403Z Compiling rustls-pki-types v1.14.0
14222026-05-19T22:47:56.474Z Compiling idna v1.1.0
14232026-05-19T22:47:56.556Z Compiling thiserror-impl v2.0.18
14242026-05-19T22:47:56.563Z Compiling tracing-attributes v0.1.31
14252026-05-19T22:47:56.615Z Compiling scrypt v0.11.0
14262026-05-19T22:47:56.713Z Compiling url v2.5.8
14272026-05-19T22:47:56.849Z Compiling http-body v1.0.1
14282026-05-19T22:47:56.880Z Compiling rand_chacha v0.9.0
14292026-05-19T22:47:56.974Z Compiling aes v0.8.4
14302026-05-19T22:47:57.061Z Compiling cbc v0.1.2
14312026-05-19T22:47:57.302Z Compiling untrusted v0.7.1
14322026-05-19T22:47:57.413Z Compiling openssl-probe v0.2.1
14332026-05-19T22:47:57.492Z Compiling untrusted v0.9.0
14342026-05-19T22:47:57.524Z Compiling tinyvec_macros v0.1.1
14352026-05-19T22:47:57.583Z Compiling httparse v1.10.1
14362026-05-19T22:47:57.594Z Compiling tinyvec v1.10.0
14372026-05-19T22:47:57.828Z Compiling tracing v0.1.44
14382026-05-19T22:47:57.864Z Compiling thiserror v2.0.18
14392026-05-19T22:47:57.920Z Compiling pkcs5 v0.7.1
14402026-05-19T22:47:57.952Z Compiling pest_generator v2.8.6
14412026-05-19T22:47:57.962Z Compiling rand v0.9.2
14422026-05-19T22:47:58.014Z Compiling serde_derive_internals v0.29.1
14432026-05-19T22:47:58.135Z Compiling aho-corasick v1.1.4
14442026-05-19T22:47:58.446Z Compiling rustls v0.23.37
14452026-05-19T22:47:58.598Z Compiling tower-service v0.3.3
14462026-05-19T22:47:58.673Z Compiling try-lock v0.2.5
14472026-05-19T22:47:58.697Z Compiling atomic-waker v1.1.2
14482026-05-19T22:47:58.743Z Compiling tower-layer v0.3.3
14492026-05-19T22:47:58.774Z Compiling dyn-clone v1.0.20
14502026-05-19T22:47:58.816Z Compiling schemars v0.8.22
14512026-05-19T22:47:58.901Z Compiling want v0.3.1
14522026-05-19T22:47:58.916Z Compiling pest_derive v2.8.6
14532026-05-19T22:47:58.938Z Compiling schemars_derive v0.8.22
14542026-05-19T22:47:59.012Z Compiling tokio-util v0.7.18
14552026-05-19T22:47:59.086Z Compiling regex-automata v0.4.14
14562026-05-19T22:47:59.333Z Compiling pkcs8 v0.10.2
14572026-05-19T22:47:59.644Z Compiling ipnet v2.11.0
14582026-05-19T22:47:59.702Z Compiling h2 v0.4.13
14592026-05-19T22:47:59.819Z Compiling scroll_derive v0.13.1
14602026-05-19T22:48:00.047Z Compiling darling_core v0.20.11
14612026-05-19T22:48:00.121Z Compiling foreign-types-shared v0.1.1
14622026-05-19T22:48:00.160Z Compiling pin-utils v0.1.0
14632026-05-19T22:48:00.209Z Compiling httpdate v1.0.3
14642026-05-19T22:48:00.233Z Compiling openssl v0.10.79
14652026-05-19T22:48:00.434Z Compiling tempfile v3.25.0
14662026-05-19T22:48:00.487Z Compiling foreign-types v0.3.2
14672026-05-19T22:48:00.601Z Compiling scroll v0.13.0
14682026-05-19T22:48:00.846Z Compiling unicode-normalization v0.1.25
14692026-05-19T22:48:00.898Z Compiling openssl-macros v0.1.1
14702026-05-19T22:48:01.243Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-05-19T22:48:01.278Z Compiling spin v0.9.8
14722026-05-19T22:48:01.294Z Compiling crc32fast v1.5.0
14732026-05-19T22:48:01.481Z Compiling num-conv v0.2.0
14742026-05-19T22:48:01.548Z Compiling native-tls v0.2.18
14752026-05-19T22:48:01.621Z Compiling powerfmt v0.2.0
14762026-05-19T22:48:01.632Z Compiling time-core v0.1.8
14772026-05-19T22:48:01.767Z Compiling time-macros v0.2.27
14782026-05-19T22:48:01.781Z Compiling deranged v0.5.8
14792026-05-19T22:48:02.269Z Compiling darling_macro v0.20.11
14802026-05-19T22:48:02.780Z Compiling hyper v1.8.1
14812026-05-19T22:48:02.812Z Compiling darling v0.20.11
14822026-05-19T22:48:02.907Z Compiling goblin v0.10.5
14832026-05-19T22:48:02.907Z Compiling rustls-native-certs v0.8.3
14842026-05-19T22:48:03.152Z Compiling sync_wrapper v1.0.2
14852026-05-19T22:48:03.171Z Compiling wait-timeout v0.2.1
14862026-05-19T22:48:03.258Z Compiling num_threads v0.1.7
14872026-05-19T22:48:03.450Z Compiling syn v1.0.109
14882026-05-19T22:48:03.509Z Compiling usdt-impl v0.6.0
14892026-05-19T22:48:03.598Z Compiling siphasher v1.0.2
14902026-05-19T22:48:03.635Z Compiling crossbeam-utils v0.8.21
14912026-05-19T22:48:03.678Z Compiling quick-error v1.2.3
14922026-05-19T22:48:03.762Z Compiling bit-vec v0.8.0
14932026-05-19T22:48:03.784Z Compiling simd-adler32 v0.3.8
14942026-05-19T22:48:03.908Z Compiling hyper-util v0.1.20
14952026-05-19T22:48:04.026Z Compiling bit-set v0.8.0
14962026-05-19T22:48:04.049Z Compiling rusty-fork v0.3.1
14972026-05-19T22:48:04.368Z Compiling time v0.3.47
14982026-05-19T22:48:04.420Z Compiling tower v0.5.3
14992026-05-19T22:48:04.483Z Compiling derive_builder_core v0.20.2
15002026-05-19T22:48:04.992Z Compiling dtrace-parser v0.3.0
15012026-05-19T22:48:05.108Z Compiling http-body-util v0.1.3
15022026-05-19T22:48:05.327Z Compiling webpki-roots v1.0.6
15032026-05-19T22:48:05.523Z Compiling signature v2.2.0
15042026-05-19T22:48:05.665Z Compiling scroll_derive v0.12.1
15052026-05-19T22:48:05.665Z Compiling dof v0.4.0
15062026-05-19T22:48:05.813Z Compiling thiserror-impl v1.0.69
15072026-05-19T22:48:05.814Z Compiling heapless v0.7.17
15082026-05-19T22:48:05.887Z Compiling rand_xorshift v0.4.0
15092026-05-19T22:48:05.978Z Compiling slog v2.8.2
15102026-05-19T22:48:06.083Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-05-19T22:48:06.154Z Compiling darling_core v0.21.3
15122026-05-19T22:48:06.154Z Compiling thread-id v5.1.0
15132026-05-19T22:48:06.255Z Compiling cookie v0.18.1
15142026-05-19T22:48:06.357Z Compiling paste v1.0.15
15152026-05-19T22:48:06.474Z Compiling signal-hook v0.3.18
15162026-05-19T22:48:06.558Z Compiling ryu v1.0.23
15172026-05-19T22:48:06.578Z Compiling allocator-api2 v0.2.21
15182026-05-19T22:48:06.640Z Compiling anyhow v1.0.102
15192026-05-19T22:48:06.830Z Compiling zstd-safe v7.2.4
15202026-05-19T22:48:07.011Z Compiling unicode-properties v0.1.4
15212026-05-19T22:48:07.011Z Compiling unarray v0.1.4
15222026-05-19T22:48:07.011Z Compiling unicode-bidi v0.3.18
15232026-05-19T22:48:07.228Z Compiling iri-string v0.7.10
15242026-05-19T22:48:07.228Z Compiling adler2 v2.0.1
15252026-05-19T22:48:07.228Z Compiling proptest v1.10.0
15262026-05-19T22:48:07.314Z Compiling miniz_oxide v0.8.9
15272026-05-19T22:48:07.314Z Compiling stringprep v0.1.5
15282026-05-19T22:48:07.506Z Compiling thiserror v1.0.69
15292026-05-19T22:48:07.992Z Compiling serde_urlencoded v0.7.1
15302026-05-19T22:48:08.013Z Compiling scroll v0.12.0
15312026-05-19T22:48:08.222Z Compiling tower-http v0.6.8
15322026-05-19T22:48:08.517Z Compiling derive_builder_macro v0.20.2
15332026-05-19T22:48:08.606Z Compiling tokio-native-tls v0.3.1
15342026-05-19T22:48:08.606Z Compiling darling_macro v0.21.3
15352026-05-19T22:48:08.677Z Compiling ipnetwork v0.21.1
15362026-05-19T22:48:08.837Z Compiling bstr v1.12.1
15372026-05-19T22:48:08.924Z Compiling rand_chacha v0.3.1
15382026-05-19T22:48:08.999Z Compiling erased-serde v0.3.31
15392026-05-19T22:48:09.036Z Compiling serde_spanned v0.6.9
15402026-05-19T22:48:09.041Z Compiling serde_tokenstream v0.2.3
15412026-05-19T22:48:09.249Z Compiling toml_datetime v0.6.11
15422026-05-19T22:48:09.394Z Compiling md-5 v0.10.6
15432026-05-19T22:48:09.441Z Compiling pin-project-internal v1.1.11
15442026-05-19T22:48:09.485Z Compiling async-trait v0.1.89
15452026-05-19T22:48:09.512Z Compiling zerocopy-derive v0.7.35
15462026-05-19T22:48:09.528Z Compiling curve25519-dalek v4.1.3
15472026-05-19T22:48:09.678Z Compiling vergen-lib v0.1.6
15482026-05-19T22:48:09.872Z Compiling num-integer v0.1.46
15492026-05-19T22:48:09.929Z Compiling hash32 v0.2.1
15502026-05-19T22:48:10.050Z Compiling ff v0.13.1
15512026-05-19T22:48:10.182Z Compiling memoffset v0.9.1
15522026-05-19T22:48:10.198Z Compiling smoltcp v0.9.1
15532026-05-19T22:48:10.319Z Compiling base16ct v0.2.0
15542026-05-19T22:48:10.357Z Compiling ref-cast v1.0.25
15552026-05-19T22:48:10.499Z Compiling litrs v1.0.0
15562026-05-19T22:48:10.516Z Compiling zlib-rs v0.6.2
15572026-05-19T22:48:10.525Z Compiling psl-types v2.0.11
15582026-05-19T22:48:10.525Z Compiling cfg_aliases v0.2.1
15592026-05-19T22:48:10.604Z Compiling fallible-iterator v0.2.0
15602026-05-19T22:48:10.630Z Compiling rustix v0.38.44
15612026-05-19T22:48:10.688Z Compiling num-bigint-dig v0.8.6
15622026-05-19T22:48:10.910Z Compiling postgres-protocol v0.6.10
15632026-05-19T22:48:10.919Z Compiling publicsuffix v2.3.0
15642026-05-19T22:48:10.944Z Compiling document-features v0.2.12
15652026-05-19T22:48:11.053Z Compiling nix v0.31.2
15662026-05-19T22:48:11.093Z Compiling pin-project v1.1.11
15672026-05-19T22:48:11.198Z Compiling sec1 v0.7.3
15682026-05-19T22:48:11.434Z Compiling zerocopy v0.7.35
15692026-05-19T22:48:11.472Z Compiling group v0.13.0
15702026-05-19T22:48:11.506Z Compiling num-iter v0.1.45
15712026-05-19T22:48:11.703Z Compiling newtype-uuid v1.3.2
15722026-05-19T22:48:11.964Z Compiling rand v0.8.6
15732026-05-19T22:48:11.976Z Compiling darling v0.21.3
15742026-05-19T22:48:12.024Z Compiling derive_builder v0.20.2
15752026-05-19T22:48:12.040Z Compiling oxnet v0.1.4
15762026-05-19T22:48:12.162Z Compiling hyper-tls v0.6.0
15772026-05-19T22:48:12.238Z Compiling hubpack_derive v0.1.1
15782026-05-19T22:48:12.358Z Compiling goblin v0.8.2
15792026-05-19T22:48:12.886Z Compiling phf_shared v0.13.1
15802026-05-19T22:48:12.919Z Compiling lazy_static v1.5.0
15812026-05-19T22:48:13.040Z Compiling regex v1.12.3
15822026-05-19T22:48:13.056Z Compiling futures-executor v0.3.32
15832026-05-19T22:48:13.132Z Compiling hex v0.4.3
15842026-05-19T22:48:13.163Z Compiling cargo-platform v0.1.9
15852026-05-19T22:48:13.315Z Compiling hkdf v0.12.4
15862026-05-19T22:48:13.403Z Compiling flate2 v1.1.9
15872026-05-19T22:48:13.420Z Compiling crypto-bigint v0.5.5
15882026-05-19T22:48:13.461Z Compiling terminal_size v0.4.3
15892026-05-19T22:48:13.486Z Compiling ref-cast-impl v1.0.25
15902026-05-19T22:48:13.601Z Compiling snafu-derive v0.8.9
15912026-05-19T22:48:13.725Z Compiling strum_macros v0.27.2
15922026-05-19T22:48:13.811Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-19T22:48:14.016Z Compiling daft-derive v0.1.7
15942026-05-19T22:48:14.468Z Compiling vergen v9.0.6
15952026-05-19T22:48:14.642Z Compiling fs-err v3.3.0
15962026-05-19T22:48:14.748Z Compiling ahash v0.8.12
15972026-05-19T22:48:14.833Z Compiling encoding_rs v0.8.35
15982026-05-19T22:48:14.941Z Compiling bitflags v1.3.2
15992026-05-19T22:48:15.020Z Compiling libbz2-rs-sys v0.2.2
16002026-05-19T22:48:15.504Z Compiling foldhash v0.1.5
16012026-05-19T22:48:15.552Z Compiling same-file v1.0.6
16022026-05-19T22:48:15.673Z Compiling managed v0.8.0
16032026-05-19T22:48:15.695Z Compiling unicode-segmentation v1.12.0
16042026-05-19T22:48:15.699Z Compiling foldhash v0.2.0
16052026-05-19T22:48:15.711Z Compiling winnow v0.5.40
16062026-05-19T22:48:15.877Z Compiling cpufeatures v0.3.0
16072026-05-19T22:48:15.892Z Compiling mime v0.3.17
16082026-05-19T22:48:15.911Z Compiling bumpalo v3.20.2
16092026-05-19T22:48:15.958Z Compiling object v0.37.3
16102026-05-19T22:48:16.063Z Compiling chacha20 v0.10.0
16112026-05-19T22:48:16.148Z Compiling zopfli v0.8.3
16122026-05-19T22:48:16.270Z Compiling hashbrown v0.16.1
16132026-05-19T22:48:16.334Z Compiling clap_builder v4.5.60
16142026-05-19T22:48:16.382Z Compiling strum v0.27.2
16152026-05-19T22:48:16.513Z Compiling walkdir v2.5.0
16162026-05-19T22:48:16.803Z Compiling hashbrown v0.15.5
16172026-05-19T22:48:16.829Z Compiling snafu v0.8.9
16182026-05-19T22:48:16.839Z Compiling bzip2 v0.6.1
16192026-05-19T22:48:16.993Z Compiling toml_edit v0.19.15
16202026-05-19T22:48:17.107Z Compiling daft v0.1.7
16212026-05-19T22:48:17.166Z Compiling dof v0.3.0
16222026-05-19T22:48:17.337Z Compiling elliptic-curve v0.13.8
16232026-05-19T22:48:17.484Z Compiling cargo_metadata v0.19.2
16242026-05-19T22:48:17.728Z Compiling futures v0.3.32
16252026-05-19T22:48:17.814Z Compiling phf v0.13.1
16262026-05-19T22:48:18.015Z Compiling signal-hook-mio v0.2.5
16272026-05-19T22:48:18.161Z Compiling hubpack v0.1.2
16282026-05-19T22:48:18.265Z Compiling cookie_store v0.22.1
16292026-05-19T22:48:18.384Z Compiling bzip2 v0.4.4
16302026-05-19T22:48:18.596Z Compiling zstd v0.13.3
16312026-05-19T22:48:18.843Z Compiling serde_with_macros v3.17.0
16322026-05-19T22:48:18.944Z Compiling postgres-types v0.2.12
16332026-05-19T22:48:19.314Z Compiling usdt-attr-macro v0.6.0
16342026-05-19T22:48:19.495Z Compiling usdt-macro v0.6.0
16352026-05-19T22:48:19.663Z Compiling globset v0.4.18
16362026-05-19T22:48:19.966Z Compiling dtrace-parser v0.2.0
16372026-05-19T22:48:20.040Z Compiling ed25519 v2.2.3
16382026-05-19T22:48:20.100Z Compiling phf_shared v0.11.3
16392026-05-19T22:48:20.206Z Compiling olpc-cjson v0.1.4
16402026-05-19T22:48:20.222Z Compiling pkcs1 v0.7.5
16412026-05-19T22:48:20.280Z Compiling serde_plain v1.0.2
16422026-05-19T22:48:20.340Z Compiling serde-big-array v0.5.1
16432026-05-19T22:48:20.365Z Compiling rfc6979 v0.4.0
16442026-05-19T22:48:20.471Z Compiling pem v3.0.6
16452026-05-19T22:48:20.484Z Compiling async-recursion v1.1.1
16462026-05-19T22:48:20.489Z Compiling enum-as-inner v0.6.1
16472026-05-19T22:48:20.618Z Compiling serde_repr v0.1.20
16482026-05-19T22:48:20.716Z Compiling clap_derive v4.5.55
16492026-05-19T22:48:20.795Z Compiling strum_macros v0.26.4
16502026-05-19T22:48:20.944Z Compiling float-cmp v0.10.0
16512026-05-19T22:48:20.989Z Compiling thread-id v4.2.2
16522026-05-19T22:48:21.076Z Compiling memmap2 v0.9.10
16532026-05-19T22:48:21.090Z Compiling env_filter v1.0.0
16542026-05-19T22:48:21.124Z Compiling fixedbitset v0.5.7
16552026-05-19T22:48:21.127Z Compiling new_debug_unreachable v1.0.6
16562026-05-19T22:48:21.210Z Compiling static_assertions v1.1.0
16572026-05-19T22:48:21.283Z Compiling jiff v0.2.21
16582026-05-19T22:48:21.298Z Compiling fixedbitset v0.4.2
16592026-05-19T22:48:21.386Z Compiling keccak v0.1.6
16602026-05-19T22:48:21.432Z Compiling whoami v2.1.0
16612026-05-19T22:48:21.512Z Compiling precomputed-hash v0.1.1
16622026-05-19T22:48:21.603Z Compiling either v1.15.0
16632026-05-19T22:48:21.841Z Compiling predicates-core v1.0.10
16642026-05-19T22:48:21.856Z Compiling data-encoding v2.10.0
16652026-05-19T22:48:21.980Z Compiling normalize-line-endings v0.3.0
16662026-05-19T22:48:22.074Z Compiling typed-path v0.9.3
16672026-05-19T22:48:22.186Z Compiling difflib v0.4.0
16682026-05-19T22:48:22.480Z Compiling clap v4.5.60
16692026-05-19T22:48:22.515Z Compiling predicates v3.1.4
16702026-05-19T22:48:22.525Z Compiling strum v0.26.3
16712026-05-19T22:48:22.555Z Compiling hickory-proto v0.25.2
16722026-05-19T22:48:22.645Z Compiling toml_edit v0.22.27
16732026-05-19T22:48:22.746Z Compiling itertools v0.13.0
16742026-05-19T22:48:23.185Z Compiling tokio-postgres v0.7.16
16752026-05-19T22:48:23.290Z Compiling string_cache v0.8.9
16762026-05-19T22:48:23.523Z Compiling sha3 v0.10.8
16772026-05-19T22:48:23.714Z Compiling petgraph v0.6.5
16782026-05-19T22:48:24.008Z Compiling zip v4.6.1
16792026-05-19T22:48:24.055Z Compiling petgraph v0.8.3
16802026-05-19T22:48:24.929Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16812026-05-19T22:48:25.186Z Compiling env_logger v0.11.9
16822026-05-19T22:48:25.376Z Compiling usdt v0.6.0
16832026-05-19T22:48:25.411Z Compiling usdt-impl v0.5.0
16842026-05-19T22:48:25.496Z Compiling ecdsa v0.16.9
16852026-05-19T22:48:25.550Z Compiling rsa v0.9.10
16862026-05-19T22:48:25.631Z Compiling ed25519-dalek v2.2.0
16872026-05-19T22:48:25.880Z Compiling serde_with v3.17.0
16882026-05-19T22:48:25.964Z Compiling crossterm v0.28.1
16892026-05-19T22:48:26.280Z Compiling zip v0.6.6
16902026-05-19T22:48:27.225Z Compiling toml v0.7.8
16912026-05-19T22:48:27.246Z Compiling iddqd v0.4.1
16922026-05-19T22:48:27.570Z Compiling rand v0.10.0
16932026-05-19T22:48:27.651Z Compiling heck v0.4.1
16942026-05-19T22:48:27.740Z Compiling similar v2.7.0
16952026-05-19T22:48:27.824Z Compiling toml_parser v1.0.9+spec-1.1.0
16962026-05-19T22:48:27.873Z Compiling crossbeam-epoch v0.9.18
16972026-05-19T22:48:28.222Z Compiling tokio-stream v0.1.18
16982026-05-19T22:48:28.443Z Compiling buf-list v1.1.2
16992026-05-19T22:48:28.488Z Compiling x509-cert v0.2.5
17002026-05-19T22:48:28.515Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17012026-05-19T22:48:28.653Z Compiling openapiv3 v2.2.0
17022026-05-19T22:48:28.697Z Compiling sha1 v0.10.6
17032026-05-19T22:48:28.723Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-05-19T22:48:28.820Z Compiling peg-runtime v0.8.5
17052026-05-19T22:48:28.899Z Compiling lalrpop-util v0.19.12
17062026-05-19T22:48:28.923Z Compiling thread_local v1.1.9
17072026-05-19T22:48:29.015Z Compiling slog-async v2.8.0
17082026-05-19T22:48:29.115Z Compiling crossbeam-channel v0.5.15
17092026-05-19T22:48:29.119Z Compiling filetime v0.2.27
17102026-05-19T22:48:29.168Z Compiling is-terminal v0.4.17
17112026-05-19T22:48:29.262Z Compiling take_mut v0.2.2
17122026-05-19T22:48:29.276Z Compiling term v1.2.1
17132026-05-19T22:48:29.325Z Compiling xattr v1.6.1
17142026-05-19T22:48:29.493Z Compiling tar v0.4.45
17152026-05-19T22:48:29.859Z Compiling slog-term v2.9.2
17162026-05-19T22:48:39.593Z Compiling rustls-webpki v0.103.9
17172026-05-19T22:48:42.451Z Compiling tokio-rustls v0.26.4
17182026-05-19T22:48:42.451Z Compiling rustls-platform-verifier v0.6.2
17192026-05-19T22:48:42.667Z Compiling hyper-rustls v0.27.7
17202026-05-19T22:48:42.876Z Compiling reqwest v0.12.28
17212026-05-19T22:48:42.965Z Compiling reqwest v0.13.2
17222026-05-19T22:48:44.101Z Compiling tough v0.22.0
17232026-05-19T22:48:46.579Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-05-19T22:48:46.795Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-05-19T22:48:49.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17262026-05-19T22:48:49.738Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-05-19T22:48:49.795ZMay 19 22:48:48.634 INFO Starting download, target: Cockroach
17282026-05-19T22:48:49.795ZMay 19 22:48:48.634 INFO Starting download, target: Console
17292026-05-19T22:48:49.795ZMay 19 22:48:48.634 INFO Starting download, target: Clickhouse
17302026-05-19T22:48:49.798ZMay 19 22:48:48.634 INFO Starting download, target: DendriteStub
17312026-05-19T22:48:49.798ZMay 19 22:48:48.634 INFO Starting download, target: MaghemiteMgd
17322026-05-19T22:48:49.798ZMay 19 22:48:48.634 INFO Starting download, target: TransceiverControl
17332026-05-19T22:48:49.798ZMay 19 22:48:48.634 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-05-19T22:48:49.798ZMay 19 22:48:48.634 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-19T22:48:49.799ZMay 19 22:48:48.634 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-05-19T22:48:49.799ZMay 19 22:48:48.634 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-05-19T22:48:49.799ZMay 19 22:48:48.634 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-05-19T22:48:49.799ZMay 19 22:48:48.635 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-05-19T22:48:50.307ZMay 19 22:48:49.143 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-05-19T22:48:50.513ZMay 19 22:48:49.349 INFO Download complete, target: TransceiverControl
17412026-05-19T22:48:50.875ZMay 19 22:48:49.711 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-05-19T22:48:51.113ZMay 19 22:48:49.939 INFO Download complete, target: Console
17432026-05-19T22:48:51.346ZMay 19 22:48:50.173 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-05-19T22:48:51.546ZMay 19 22:48:50.378 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-05-19T22:48:51.960ZMay 19 22:48:50.799 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-05-19T22:48:51.961ZMay 19 22:48:50.799 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-05-19T22:48:52.016ZMay 19 22:48:50.855 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-05-19T22:48:53.647ZMay 19 22:48:52.486 INFO Download complete, target: DendriteStub
17492026-05-19T22:48:53.983ZMay 19 22:48:52.822 INFO Download complete, target: MaghemiteMgd
17502026-05-19T22:48:56.588ZMay 19 22:48:55.426 INFO Checking that binary works, target: Cockroach
17512026-05-19T22:48:56.703ZMay 19 22:48:55.542 INFO Download complete, target: Cockroach
17522026-05-19T22:48:58.659ZMay 19 22:48:57.498 INFO Checking that binary works, target: Clickhouse
17532026-05-19T22:48:58.751ZMay 19 22:48:57.590 INFO Download complete, target: Clickhouse
17542026-05-19T22:48:58.766ZAll builder prerequisites installed successfully, and PATH looks valid
17552026-05-19T22:48:58.770Z
17562026-05-19T22:48:58.770Zreal 2:18.031871670
17572026-05-19T22:48:58.770Zuser 6:55.720289429
17582026-05-19T22:48:58.770Zsys 1:22.575554592
17592026-05-19T22:48:58.770Ztrap 0.223964904
17602026-05-19T22:48:58.770Ztflt 0.741934221
17612026-05-19T22:48:58.770Zdflt 0.536265974
17622026-05-19T22:48:58.770Zkflt 0.030756925
17632026-05-19T22:48:58.770Zlock 21:52.690096968
17642026-05-19T22:48:58.770Zslp 21:18.561835274
17652026-05-19T22:48:58.770Zlat 43.908150905
17662026-05-19T22:48:58.770Zstop 2:00.479230230
17672026-05-19T22:48:58.770Z+ banner clippy
17682026-05-19T22:48:58.770Z
17692026-05-19T22:48:58.770Z #### # # ##### ##### # #
17702026-05-19T22:48:58.770Z # # # # # # # # # #
17712026-05-19T22:48:58.770Z # # # # # # # #
17722026-05-19T22:48:58.770Z # # # ##### ##### #
17732026-05-19T22:48:58.770Z # # # # # # #
17742026-05-19T22:48:58.770Z #### ###### # # # #
17752026-05-19T22:48:58.770Z
17762026-05-19T22:48:58.770Z+ export CARGO_INCREMENTAL=0
17772026-05-19T22:48:58.770Z+ CARGO_INCREMENTAL=0
17782026-05-19T22:48:58.770Z+ ptime -m cargo xtask clippy
17792026-05-19T22:48:59.309Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17802026-05-19T22:48:59.527Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17812026-05-19T22:49:01.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17822026-05-19T22:49:01.470Z Running `target/debug/xtask clippy`
17832026-05-19T22:49:01.497Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17842026-05-19T22:49:02.112Z Downloading crates ...
17852026-05-19T22:49:02.305Z Downloaded backtrace-ext v0.2.1
17862026-05-19T22:49:02.309Z Downloaded addr2line v0.25.1
17872026-05-19T22:49:02.315Z Downloaded cargo_metadata v0.23.1
17882026-05-19T22:49:02.317Z Downloaded cast v0.3.0
17892026-05-19T22:49:02.320Z Downloaded parking v2.2.1
17902026-05-19T22:49:02.320Z Downloaded supports-color v2.1.0
17912026-05-19T22:49:02.320Z Downloaded linkme-impl v0.3.35
17922026-05-19T22:49:02.320Z Downloaded cfg-expr v0.20.6
17932026-05-19T22:49:02.326Z Downloaded blake2b_simd v1.0.4
17942026-05-19T22:49:02.331Z Downloaded event-listener-strategy v0.5.4
17952026-05-19T22:49:02.334Z Downloaded libtest-mimic v0.8.1
17962026-05-19T22:49:02.336Z Downloaded constant_time_eq v0.3.1
17972026-05-19T22:49:02.336Z Downloaded anes v0.1.6
17982026-05-19T22:49:02.339Z Downloaded pathdiff v0.2.3
17992026-05-19T22:49:02.341Z Downloaded supports-unicode v2.1.0
18002026-05-19T22:49:02.341Z Downloaded tokio-test v0.4.5
18012026-05-19T22:49:02.344Z Downloaded guppy-workspace-hack v0.1.0
18022026-05-19T22:49:02.347Z Downloaded miette-derive v5.10.0
18032026-05-19T22:49:02.350Z Downloaded serde_regex v1.1.0
18042026-05-19T22:49:02.350Z Downloaded escape8259 v0.5.3
18052026-05-19T22:49:02.350Z Downloaded approx v0.5.1
18062026-05-19T22:49:02.353Z Downloaded linkme v0.3.35
18072026-05-19T22:49:02.353Z Downloaded assert-json-diff v2.0.2
18082026-05-19T22:49:02.366Z Downloaded cargo-platform v0.3.2
18092026-05-19T22:49:02.369Z Downloaded similar-asserts v1.7.0
18102026-05-19T22:49:02.373Z Downloaded async-object-pool v0.2.0
18112026-05-19T22:49:02.376Z Downloaded terminal_size v0.1.17
18122026-05-19T22:49:02.376Z Downloaded target-triple v1.0.0
18132026-05-19T22:49:02.376Z Downloaded supports-hyperlinks v2.1.0
18142026-05-19T22:49:02.376Z Downloaded nested v0.1.1
18152026-05-19T22:49:02.379Z Downloaded plotters-svg v0.3.7
18162026-05-19T22:49:02.384Z Downloaded tinytemplate v1.2.1
18172026-05-19T22:49:02.386Z Downloaded stringmetrics v2.2.2
18182026-05-19T22:49:02.386Z Downloaded rstest_macros v0.25.0
18192026-05-19T22:49:02.392Z Downloaded target-lexicon v0.13.3
18202026-05-19T22:49:02.399Z Downloaded knuffel-derive v3.2.0
18212026-05-19T22:49:02.402Z Downloaded rustc-demangle v0.1.27
18222026-05-19T22:49:02.405Z Downloaded assert_cmd v2.1.2
18232026-05-19T22:49:02.405Z Downloaded oorandom v11.1.5
18242026-05-19T22:49:02.409Z Downloaded plotters-backend v0.3.7
18252026-05-19T22:49:02.413Z Downloaded concurrent-queue v2.5.0
18262026-05-19T22:49:02.413Z Downloaded partial-io v0.5.4
18272026-05-19T22:49:02.415Z Downloaded async-lock v3.4.2
18282026-05-19T22:49:02.416Z Downloaded path-tree v0.8.3
18292026-05-19T22:49:02.416Z Downloaded futures-timer v3.0.3
18302026-05-19T22:49:02.418Z Downloaded target-spec v3.5.7
18312026-05-19T22:49:02.420Z Downloaded owo-colors v3.5.0
18322026-05-19T22:49:02.421Z Downloaded rust-argon2 v2.1.0
18332026-05-19T22:49:02.423Z Downloaded event-listener v5.4.1
18342026-05-19T22:49:02.423Z Downloaded datatest-stable v0.3.3
18352026-05-19T22:49:02.426Z Downloaded hickory-client v0.25.2
18362026-05-19T22:49:02.429Z Downloaded trybuild v1.0.116
18372026-05-19T22:49:02.432Z Downloaded termcolor v1.4.1
18382026-05-19T22:49:02.432Z Downloaded relative-path v1.9.3
18392026-05-19T22:49:02.434Z Downloaded httptest v0.16.4
18402026-05-19T22:49:02.434Z Downloaded criterion-plot v0.6.0
18412026-05-19T22:49:02.444Z Downloaded textwrap v0.15.2
18422026-05-19T22:49:02.447Z Downloaded rand_distr v0.5.1
18432026-05-19T22:49:02.451Z Downloaded chumsky v0.9.3
18442026-05-19T22:49:02.456Z Downloaded rstest v0.25.0
18452026-05-19T22:49:02.459Z Downloaded knuffel v3.2.0
18462026-05-19T22:49:02.462Z Downloaded miette v5.10.0
18472026-05-19T22:49:02.465Z Downloaded backtrace v0.3.76
18482026-05-19T22:49:02.468Z Downloaded fancy-regex v0.14.0
18492026-05-19T22:49:02.472Z Downloaded hashbrown v0.14.5
18502026-05-19T22:49:02.480Z Downloaded criterion v0.7.0
18512026-05-19T22:49:02.484Z Downloaded plotters v0.3.7
18522026-05-19T22:49:02.489Z Downloaded guppy v0.17.25
18532026-05-19T22:49:02.505Z Downloaded gimli v0.32.3
18542026-05-19T22:49:02.602Z Downloaded httpmock v0.8.3
18552026-05-19T22:49:04.223Z Checking cfg-if v1.0.4
18562026-05-19T22:49:04.575Z Checking libc v0.2.185
18572026-05-19T22:49:04.577Z Checking serde_core v1.0.228
18582026-05-19T22:49:04.651Z Checking memchr v2.8.0
18592026-05-19T22:49:04.689Z Checking smallvec v1.15.1
18602026-05-19T22:49:04.728Z Checking log v0.4.29
18612026-05-19T22:49:04.762Z Checking itoa v1.0.17
18622026-05-19T22:49:04.809Z Checking zeroize v1.8.2
18632026-05-19T22:49:04.851Z Checking libm v0.2.16
18642026-05-19T22:49:04.894Z Checking scopeguard v1.2.0
18652026-05-19T22:49:04.977Z Checking stable_deref_trait v1.2.1
18662026-05-19T22:49:04.984Z Checking zerofrom v0.1.6
18672026-05-19T22:49:05.013Z Checking errno v0.3.14
18682026-05-19T22:49:05.013Z Checking getrandom v0.2.17
18692026-05-19T22:49:05.082Z Checking lock_api v0.4.14
18702026-05-19T22:49:05.085Z Checking zmij v1.0.21
18712026-05-19T22:49:05.150Z Checking yoke v0.8.1
18722026-05-19T22:49:05.186Z Checking percent-encoding v2.3.2
18732026-05-19T22:49:05.223Z Checking litemap v0.8.1
18742026-05-19T22:49:05.226Z Checking writeable v0.6.2
18752026-05-19T22:49:05.304Z Checking icu_normalizer_data v2.1.1
18762026-05-19T22:49:05.342Z Checking icu_properties_data v2.1.2
18772026-05-19T22:49:05.345Z Checking zerovec v0.11.5
18782026-05-19T22:49:05.408Z Checking zerotrie v0.2.3
18792026-05-19T22:49:05.444Z Checking form_urlencoded v1.2.2
18802026-05-19T22:49:05.479Z Checking utf8_iter v1.0.4
18812026-05-19T22:49:05.482Z Checking subtle v2.6.1
18822026-05-19T22:49:05.547Z Checking num-traits v0.2.19
18832026-05-19T22:49:05.584Z Checking pin-project-lite v0.2.17
18842026-05-19T22:49:05.624Z Checking rand_core v0.10.0
18852026-05-19T22:49:05.658Z Checking parking_lot_core v0.9.12
18862026-05-19T22:49:05.694Z Checking rand_core v0.6.4
18872026-05-19T22:49:05.734Z Checking zerocopy v0.8.40
18882026-05-19T22:49:05.769Z Checking portable-atomic v1.13.1
18892026-05-19T22:49:05.805Z Checking getrandom v0.4.1
18902026-05-19T22:49:05.840Z Checking tinystr v0.8.2
18912026-05-19T22:49:05.877Z Checking potential_utf v0.1.4
18922026-05-19T22:49:05.911Z Checking parking_lot v0.12.5
18932026-05-19T22:49:05.978Z Checking critical-section v1.2.0
18942026-05-19T22:49:06.027Z Checking icu_collections v2.1.1
18952026-05-19T22:49:06.064Z Checking icu_locale_core v2.1.1
18962026-05-19T22:49:06.101Z Checking serde v1.0.228
18972026-05-19T22:49:06.101Z Checking serde_json v1.0.149
18982026-05-19T22:49:06.101Z Checking bitflags v2.11.0
18992026-05-19T22:49:06.206Z Checking once_cell v1.21.3
19002026-05-19T22:49:06.211Z Checking signal-hook-registry v1.4.8
19012026-05-19T22:49:06.325Z Checking mio v1.2.0
19022026-05-19T22:49:06.373Z Checking socket2 v0.6.3
19032026-05-19T22:49:06.419Z Checking typenum v1.19.0
19042026-05-19T22:49:06.464Z Checking thiserror v2.0.18
19052026-05-19T22:49:06.520Z Checking bytes v1.11.1
19062026-05-19T22:49:06.596Z Checking iana-time-zone v0.1.65
19072026-05-19T22:49:06.633Z Checking icu_provider v2.1.1
19082026-05-19T22:49:06.679Z Checking uuid v1.23.0
19092026-05-19T22:49:06.721Z Checking semver v1.0.28
19102026-05-19T22:49:06.758Z Checking chrono v0.4.44
19112026-05-19T22:49:06.849Z Checking futures-core v0.3.32
19122026-05-19T22:49:06.891Z Checking icu_properties v2.1.2
19132026-05-19T22:49:06.951Z Checking icu_normalizer v2.1.1
19142026-05-19T22:49:06.987Z Checking generic-array v0.14.7
19152026-05-19T22:49:06.989Z Checking tokio v1.52.1
19162026-05-19T22:49:07.069Z Checking equivalent v1.0.2
19172026-05-19T22:49:07.073Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19182026-05-19T22:49:07.184Z Checking dyn-clone v1.0.20
19192026-05-19T22:49:07.277Z Checking const-oid v0.9.6
19202026-05-19T22:49:07.313Z Checking futures-sink v0.3.32
19212026-05-19T22:49:07.401Z Checking futures-io v0.3.32
19222026-05-19T22:49:07.440Z Checking futures-channel v0.3.32
19232026-05-19T22:49:07.442Z Checking crypto-common v0.1.7
19242026-05-19T22:49:07.541Z Checking block-buffer v0.10.4
19252026-05-19T22:49:07.605Z Checking slab v0.4.12
19262026-05-19T22:49:07.642Z Checking futures-task v0.3.32
19272026-05-19T22:49:07.676Z Checking hashbrown v0.17.0
19282026-05-19T22:49:07.716Z Checking byteorder v1.5.0
19292026-05-19T22:49:07.743Z Checking idna_adapter v1.2.1
19302026-05-19T22:49:07.785Z Checking rustix v1.1.3
19312026-05-19T22:49:07.823Z Checking futures-util v0.3.32
19322026-05-19T22:49:07.888Z Checking idna v1.1.0
19332026-05-19T22:49:07.933Z Checking cpufeatures v0.2.17
19342026-05-19T22:49:07.972Z Checking digest v0.10.7
19352026-05-19T22:49:08.031Z Checking thiserror v1.0.69
19362026-05-19T22:49:08.157Z Checking indexmap v2.14.0
19372026-05-19T22:49:08.195Z Checking url v2.5.8
19382026-05-19T22:49:08.198Z Checking getrandom v0.3.4
19392026-05-19T22:49:08.227Z Checking fnv v1.0.7
19402026-05-19T22:49:08.350Z Checking regex-syntax v0.8.10
19412026-05-19T22:49:08.432Z Checking http v1.4.0
19422026-05-19T22:49:08.471Z Checking ppv-lite86 v0.2.21
19432026-05-19T22:49:08.631Z Checking tracing-core v0.1.36
19442026-05-19T22:49:08.669Z Checking schemars v0.8.22
19452026-05-19T22:49:08.737Z Checking base64 v0.22.1
19462026-05-19T22:49:08.789Z Checking ipnet v2.11.0
19472026-05-19T22:49:08.962Z Checking tracing v0.1.44
19482026-05-19T22:49:09.025Z Checking unicode-ident v1.0.24
19492026-05-19T22:49:09.062Z Checking untrusted v0.9.0
19502026-05-19T22:49:09.097Z Checking aho-corasick v1.1.4
19512026-05-19T22:49:09.165Z Checking proc-macro2 v1.0.106
19522026-05-19T22:49:09.198Z Checking anstyle v1.0.13
19532026-05-19T22:49:09.201Z Checking ring v0.17.14
19542026-05-19T22:49:09.351Z Checking utf8parse v0.2.2
19552026-05-19T22:49:09.402Z Checking rustls-pki-types v1.14.0
19562026-05-19T22:49:09.480Z Checking httparse v1.10.1
19572026-05-19T22:49:09.517Z Checking quote v1.0.45
19582026-05-19T22:49:09.697Z Checking base64ct v1.8.3
19592026-05-19T22:49:09.735Z Checking anstyle-parse v0.2.7
19602026-05-19T22:49:09.738Z Checking syn v2.0.117
19612026-05-19T22:49:09.769Z Checking block-padding v0.3.3
19622026-05-19T22:49:09.772Z Checking is_terminal_polyfill v1.70.2
19632026-05-19T22:49:09.870Z Checking regex-automata v0.4.14
19642026-05-19T22:49:09.909Z Checking colorchoice v1.0.4
19652026-05-19T22:49:09.945Z Checking anstyle-query v1.1.5
19662026-05-19T22:49:09.981Z Checking crossbeam-utils v0.8.21
19672026-05-19T22:49:10.017Z Checking inout v0.1.4
19682026-05-19T22:49:10.054Z Checking allocator-api2 v0.2.21
19692026-05-19T22:49:10.089Z Checking anstream v0.6.21
19702026-05-19T22:49:10.186Z Checking cipher v0.4.4
19712026-05-19T22:49:10.226Z Checking tokio-util v0.7.18
19722026-05-19T22:49:10.262Z Checking http-body v1.0.1
19732026-05-19T22:49:10.311Z Checking terminal_size v0.4.3
19742026-05-19T22:49:10.347Z Checking atomic-waker v1.1.2
19752026-05-19T22:49:10.383Z Checking try-lock v0.2.5
19762026-05-19T22:49:10.418Z Checking strsim v0.11.1
19772026-05-19T22:49:10.421Z Checking clap_lex v1.0.0
19782026-05-19T22:49:10.487Z Checking httpdate v1.0.3
19792026-05-19T22:49:10.490Z Checking pem-rfc7468 v0.7.0
19802026-05-19T22:49:10.553Z Checking want v0.3.1
19812026-05-19T22:49:10.603Z Checking sha2 v0.10.9
19822026-05-19T22:49:10.639Z Checking clap_builder v4.5.60
19832026-05-19T22:49:10.676Z Checking tower-layer v0.3.3
19842026-05-19T22:49:10.712Z Checking tower-service v0.3.3
19852026-05-19T22:49:10.716Z Checking pin-utils v0.1.0
19862026-05-19T22:49:10.829Z Checking ryu v1.0.23
19872026-05-19T22:49:10.867Z Checking rand_core v0.9.5
19882026-05-19T22:49:10.872Z Checking h2 v0.4.13
19892026-05-19T22:49:10.872Z Checking hmac v0.12.1
19902026-05-19T22:49:10.965Z Checking powerfmt v0.2.0
19912026-05-19T22:49:11.001Z Checking num-conv v0.2.0
19922026-05-19T22:49:11.068Z Checking flagset v0.4.7
19932026-05-19T22:49:11.102Z Checking num_threads v0.1.7
19942026-05-19T22:49:11.140Z Checking deranged v0.5.8
19952026-05-19T22:49:11.143Z Checking time-core v0.1.8
19962026-05-19T22:49:11.211Z Checking der v0.7.10
19972026-05-19T22:49:11.214Z Checking erased-serde v0.3.31
19982026-05-19T22:49:11.338Z Checking rand_chacha v0.9.0
19992026-05-19T22:49:11.566Z Checking http-body-util v0.1.3
20002026-05-19T22:49:11.639Z Checking slog v2.8.2
20012026-05-19T22:49:11.677Z Checking spin v0.9.8
20022026-05-19T22:49:11.809Z Checking rand v0.9.2
20032026-05-19T22:49:11.881Z Checking clap v4.5.60
20042026-05-19T22:49:11.884Z Checking aws-lc-sys v0.40.0
20052026-05-19T22:49:11.953Z Checking anyhow v1.0.102
20062026-05-19T22:49:11.990Z Checking untrusted v0.7.1
20072026-05-19T22:49:12.030Z Checking serde_urlencoded v0.7.1
20082026-05-19T22:49:12.059Z Checking openssl-probe v0.2.1
20092026-05-19T22:49:12.094Z Checking time v0.3.47
20102026-05-19T22:49:12.129Z Checking regex v1.12.3
20112026-05-19T22:49:12.174Z Checking fastrand v2.3.0
20122026-05-19T22:49:12.210Z Checking spki v0.7.3
20132026-05-19T22:49:12.251Z Checking pbkdf2 v0.12.2
20142026-05-19T22:49:12.327Z Checking aes v0.8.4
20152026-05-19T22:49:12.381Z Checking pretty-hex v0.4.1
20162026-05-19T22:49:12.418Z Checking salsa20 v0.10.2
20172026-05-19T22:49:12.421Z Checking cbc v0.1.2
20182026-05-19T22:49:12.487Z Checking aws-lc-rs v1.16.3
20192026-05-19T22:49:12.491Z Checking rand_chacha v0.3.1
20202026-05-19T22:49:12.558Z Checking hex v0.4.3
20212026-05-19T22:49:12.592Z Checking plain v0.2.3
20222026-05-19T22:49:12.628Z Checking scrypt v0.11.0
20232026-05-19T22:49:12.710Z Checking tempfile v3.25.0
20242026-05-19T22:49:12.746Z Checking rustls-native-certs v0.8.3
20252026-05-19T22:49:12.780Z Checking rand v0.8.6
20262026-05-19T22:49:12.817Z Checking ipnetwork v0.21.1
20272026-05-19T22:49:12.820Z Checking sync_wrapper v1.0.2
20282026-05-19T22:49:12.899Z Checking simd-adler32 v0.3.8
20292026-05-19T22:49:12.935Z Checking ucd-trie v0.1.7
20302026-05-19T22:49:12.970Z Checking foldhash v0.2.0
20312026-05-19T22:49:13.090Z Checking tower v0.5.3
20322026-05-19T22:49:13.093Z Checking pest v2.8.6
20332026-05-19T22:49:13.093Z Checking pkcs5 v0.7.1
20342026-05-19T22:49:13.159Z Checking hashbrown v0.16.1
20352026-05-19T22:49:13.243Z Checking webpki-roots v1.0.6
20362026-05-19T22:49:13.306Z Checking camino v1.2.2
20372026-05-19T22:49:13.342Z Checking rustls-webpki v0.103.9
20382026-05-19T22:49:13.389Z Checking adler2 v2.0.1
20392026-05-19T22:49:13.484Z Checking iri-string v0.7.10
20402026-05-19T22:49:13.533Z Checking pkcs8 v0.10.2
20412026-05-19T22:49:13.573Z Checking hyper v1.8.1
20422026-05-19T22:49:13.609Z Checking miniz_oxide v0.8.9
20432026-05-19T22:49:13.612Z Checking openapiv3 v2.2.0
20442026-05-19T22:49:13.713Z Checking futures-executor v0.3.32
20452026-05-19T22:49:13.751Z Checking mime v0.3.17
20462026-05-19T22:49:13.788Z Checking rustls v0.23.37
20472026-05-19T22:49:13.896Z Checking futures v0.3.32
20482026-05-19T22:49:13.961Z Checking either v1.15.0
20492026-05-19T22:49:14.010Z Checking winnow v0.7.14
20502026-05-19T22:49:14.040Z Checking crc32fast v1.5.0
20512026-05-19T22:49:14.172Z Checking static_assertions v1.1.0
20522026-05-19T22:49:14.209Z Checking oxnet v0.1.4
20532026-05-19T22:49:14.212Z Checking lazy_static v1.5.0
20542026-05-19T22:49:14.278Z Checking signature v2.2.0
20552026-05-19T22:49:14.329Z Checking hubpack v0.1.2
20562026-05-19T22:49:14.432Z Checking encoding_rs v0.8.35
20572026-05-19T22:49:14.500Z Checking strum v0.26.3
20582026-05-19T22:49:14.566Z Checking foreign-types-shared v0.1.1
20592026-05-19T22:49:14.569Z Checking hyper-util v0.1.20
20602026-05-19T22:49:14.569Z Checking tower-http v0.6.8
20612026-05-19T22:49:14.639Z Checking zlib-rs v0.6.2
20622026-05-19T22:49:14.674Z Checking tinyvec_macros v0.1.1
20632026-05-19T22:49:14.768Z Checking tinyvec v1.10.0
20642026-05-19T22:49:14.875Z Checking foreign-types v0.3.2
20652026-05-19T22:49:14.972Z Checking sha1 v0.10.6
20662026-05-19T22:49:15.009Z Checking scroll v0.13.0
20672026-05-19T22:49:15.109Z Checking openssl-sys v0.9.115
20682026-05-19T22:49:15.160Z Checking data-encoding v2.10.0
20692026-05-19T22:49:15.197Z Checking serde_spanned v0.6.9
20702026-05-19T22:49:15.262Z Checking goblin v0.10.5
20712026-05-19T22:49:15.351Z Checking toml_datetime v0.6.11
20722026-05-19T22:49:15.389Z Checking num-integer v0.1.46
20732026-05-19T22:49:15.457Z Checking memmap2 v0.9.10
20742026-05-19T22:49:15.514Z Checking openssl v0.10.79
20752026-05-19T22:49:15.551Z Checking flate2 v1.1.9
20762026-05-19T22:49:15.587Z Checking dtrace-parser v0.3.0
20772026-05-19T22:49:15.641Z Checking thread-id v5.1.0
20782026-05-19T22:49:15.645Z Checking base16ct v0.2.0
20792026-05-19T22:49:15.749Z Checking psl-types v2.0.11
20802026-05-19T22:49:15.825Z Checking bit-vec v0.8.0
20812026-05-19T22:49:15.860Z Checking sec1 v0.7.3
20822026-05-19T22:49:15.895Z Checking publicsuffix v2.3.0
20832026-05-19T22:49:15.898Z Checking cookie v0.18.1
20842026-05-19T22:49:15.898Z Checking ff v0.13.1
20852026-05-19T22:49:16.039Z Checking bit-set v0.8.0
20862026-05-19T22:49:16.081Z Checking wait-timeout v0.2.1
20872026-05-19T22:49:16.119Z Checking group v0.13.0
20882026-05-19T22:49:16.123Z Checking num-iter v0.1.45
20892026-05-19T22:49:16.187Z Checking cookie_store v0.22.1
20902026-05-19T22:49:16.190Z Checking tokio-rustls v0.26.4
20912026-05-19T22:49:16.255Z Checking rustls-platform-verifier v0.6.2
20922026-05-19T22:49:16.258Z Checking bstr v1.12.1
20932026-05-19T22:49:16.323Z Checking hkdf v0.12.4
20942026-05-19T22:49:16.326Z Checking crossbeam-epoch v0.9.18
20952026-05-19T22:49:16.423Z Checking ahash v0.8.12
20962026-05-19T22:49:16.467Z Checking hyper-rustls v0.27.7
20972026-05-19T22:49:16.503Z Checking crypto-bigint v0.5.5
20982026-05-19T22:49:16.537Z Checking quick-error v1.2.3
20992026-05-19T22:49:16.602Z Checking rand_xorshift v0.4.0
21002026-05-19T22:49:16.642Z Checking scroll v0.12.0
21012026-05-19T22:49:16.678Z Checking rusty-fork v0.3.1
21022026-05-19T22:49:16.717Z Checking reqwest v0.13.2
21032026-05-19T22:49:16.720Z Checking unarray v0.1.4
21042026-05-19T22:49:16.783Z Checking num-bigint-dig v0.8.6
21052026-05-19T22:49:16.870Z Checking pkcs1 v0.7.5
21062026-05-19T22:49:16.924Z Checking proptest v1.10.0
21072026-05-19T22:49:16.928Z Checking goblin v0.8.2
21082026-05-19T22:49:17.104Z Checking x509-cert v0.2.5
21092026-05-19T22:49:17.397Z Checking elliptic-curve v0.13.8
21102026-05-19T22:49:17.505Z Checking native-tls v0.2.18
21112026-05-19T22:49:17.548Z Checking dof v0.4.0
21122026-05-19T22:49:17.587Z Checking zerocopy v0.7.35
21132026-05-19T22:49:17.624Z Checking unicode-segmentation v1.12.0
21142026-05-19T22:49:17.708Z Checking tokio-native-tls v0.3.1
21152026-05-19T22:49:17.742Z Checking rsa v0.9.10
21162026-05-19T22:49:17.782Z Checking dtrace-parser v0.2.0
21172026-05-19T22:49:17.890Z Checking hyper-tls v0.6.0
21182026-05-19T22:49:17.958Z Checking rfc6979 v0.4.0
21192026-05-19T22:49:18.041Z Checking thread-id v4.2.2
21202026-05-19T22:49:18.089Z Checking reqwest v0.12.28
21212026-05-19T22:49:18.126Z Checking toml_write v0.1.2
21222026-05-19T22:49:18.129Z Checking ecdsa v0.16.9
21232026-05-19T22:49:18.196Z Checking toml_parser v1.0.9+spec-1.1.0
21242026-05-19T22:49:18.198Z Checking usdt-impl v0.6.0
21252026-05-19T22:49:18.266Z Checking curve25519-dalek v4.1.3
21262026-05-19T22:49:18.316Z Checking toml_edit v0.22.27
21272026-05-19T22:49:18.516Z Checking memoffset v0.9.1
21282026-05-19T22:49:18.553Z Checking rustix v0.38.44
21292026-05-19T22:49:18.556Z Checking usdt v0.6.0
21302026-05-19T22:49:18.625Z Checking env_filter v1.0.0
21312026-05-19T22:49:18.675Z Checking newtype-uuid v1.3.2
21322026-05-19T22:49:18.780Z Checking same-file v1.0.6
21332026-05-19T22:49:18.813Z Checking keccak v0.1.6
21342026-05-19T22:49:18.880Z Checking dof v0.3.0
21352026-05-19T22:49:18.917Z Checking daft v0.1.7
21362026-05-19T22:49:18.920Z Checking walkdir v2.5.0
21372026-05-19T22:49:18.987Z Checking env_logger v0.11.9
21382026-05-19T22:49:19.024Z Checking sha3 v0.10.8
21392026-05-19T22:49:19.077Z Checking ed25519 v2.2.3
21402026-05-19T22:49:19.136Z Checking itertools v0.13.0
21412026-05-19T22:49:19.182Z Checking serde_with v3.17.0
21422026-05-19T22:49:19.220Z Checking usdt-impl v0.5.0
21432026-05-19T22:49:19.223Z Checking bitflags v1.3.2
21442026-05-19T22:49:19.288Z Checking siphasher v1.0.2
21452026-05-19T22:49:19.291Z Checking ed25519-dalek v2.2.0
21462026-05-19T22:49:19.357Z Checking unicode-normalization v0.1.25
21472026-05-19T22:49:19.394Z Checking signal-hook v0.3.18
21482026-05-19T22:49:19.445Z Checking winnow v0.5.40
21492026-05-19T22:49:19.481Z Checking managed v0.8.0
21502026-05-19T22:49:19.520Z Checking nix v0.31.2
21512026-05-19T22:49:19.578Z Checking bzip2-sys v0.1.13+1.0.8
21522026-05-19T22:49:19.615Z Checking object v0.37.3
21532026-05-19T22:49:19.691Z Checking foldhash v0.1.5
21542026-05-19T22:49:19.694Z Checking bzip2 v0.4.4
21552026-05-19T22:49:19.785Z Checking signal-hook-mio v0.2.5
21562026-05-19T22:49:19.851Z Checking hashbrown v0.15.5
21572026-05-19T22:49:19.915Z Checking globset v0.4.18
21582026-05-19T22:49:19.918Z Checking ref-cast v1.0.25
21592026-05-19T22:49:20.080Z Checking zstd-sys v2.0.16+zstd.1.5.7
21602026-05-19T22:49:20.189Z Checking zip v0.6.6
21612026-05-19T22:49:20.226Z Checking pin-project v1.1.11
21622026-05-19T22:49:20.229Z Checking zstd-safe v7.2.4
21632026-05-19T22:49:20.334Z Checking bumpalo v3.20.2
21642026-05-19T22:49:20.371Z Checking cpufeatures v0.3.0
21652026-05-19T22:49:20.451Z Checking libbz2-rs-sys v0.2.2
21662026-05-19T22:49:20.488Z Checking chacha20 v0.10.0
21672026-05-19T22:49:20.532Z Checking zstd v0.13.3
21682026-05-19T22:49:20.535Z Checking crossterm v0.28.1
21692026-05-19T22:49:20.602Z Checking zopfli v0.8.3
21702026-05-19T22:49:20.604Z Checking toml_edit v0.19.15
21712026-05-19T22:49:20.604Z Checking similar v2.7.0
21722026-05-19T22:49:20.717Z Checking tokio-stream v0.1.18
21732026-05-19T22:49:20.776Z Checking fs-err v3.3.0
21742026-05-19T22:49:20.860Z Checking bzip2 v0.6.1
21752026-05-19T22:49:20.960Z Checking pem v3.0.6
21762026-05-19T22:49:21.040Z Checking hash32 v0.2.1
21772026-05-19T22:49:21.076Z Checking serde-big-array v0.5.1
21782026-05-19T22:49:21.110Z Checking predicates-core v1.0.10
21792026-05-19T22:49:21.146Z Checking unicode-properties v0.1.4
21802026-05-19T22:49:21.149Z Checking unicode-bidi v0.3.18
21812026-05-19T22:49:21.219Z Checking jiff v0.2.21
21822026-05-19T22:49:21.255Z Checking heapless v0.7.17
21832026-05-19T22:49:21.258Z Checking rand v0.10.0
21842026-05-19T22:49:21.258Z Checking snafu v0.8.9
21852026-05-19T22:49:21.362Z Checking olpc-cjson v0.1.4
21862026-05-19T22:49:21.494Z Checking stringprep v0.1.5
21872026-05-19T22:49:21.529Z Checking hickory-proto v0.25.2
21882026-05-19T22:49:21.564Z Checking md-5 v0.10.6
21892026-05-19T22:49:21.671Z Checking serde_plain v1.0.2
21902026-05-19T22:49:21.709Z Checking toml_datetime v0.7.5+spec-1.1.0
21912026-05-19T22:49:21.711Z Checking toml v0.7.8
21922026-05-19T22:49:21.777Z Checking float-cmp v0.10.0
21932026-05-19T22:49:21.813Z Checking fallible-iterator v0.2.0
21942026-05-19T22:49:21.849Z Checking typed-path v0.9.3
21952026-05-19T22:49:21.927Z Checking difflib v0.4.0
21962026-05-19T22:49:21.930Z Checking normalize-line-endings v0.3.0
21972026-05-19T22:49:21.995Z Checking smoltcp v0.9.1
21982026-05-19T22:49:22.073Z Checking iddqd v0.4.1
21992026-05-19T22:49:22.107Z Checking phf_shared v0.11.3
22002026-05-19T22:49:22.110Z Checking postgres-protocol v0.6.10
22012026-05-19T22:49:22.177Z Checking predicates v3.1.4
22022026-05-19T22:49:22.307Z Checking phf_shared v0.13.1
22032026-05-19T22:49:22.453Z Checking buf-list v1.1.2
22042026-05-19T22:49:22.490Z Checking strum v0.27.2
22052026-05-19T22:49:22.532Z Checking fixedbitset v0.4.2
22062026-05-19T22:49:22.602Z Checking fixedbitset v0.5.7
22072026-05-19T22:49:22.642Z Checking new_debug_unreachable v1.0.6
22082026-05-19T22:49:22.645Z Checking tough v0.22.0
22092026-05-19T22:49:22.710Z Checking precomputed-hash v0.1.1
22102026-05-19T22:49:22.713Z Checking lalrpop-util v0.19.12
22112026-05-19T22:49:22.785Z Checking petgraph v0.6.5
22122026-05-19T22:49:22.821Z Checking string_cache v0.8.9
22132026-05-19T22:49:22.824Z Checking petgraph v0.8.3
22142026-05-19T22:49:22.930Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22152026-05-19T22:49:22.983Z Checking phf v0.13.1
22162026-05-19T22:49:23.048Z Checking postgres-types v0.2.12
22172026-05-19T22:49:23.160Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22182026-05-19T22:49:23.391Z Checking peg-runtime v0.8.5
22192026-05-19T22:49:23.431Z Checking zip v4.6.1
22202026-05-19T22:49:23.467Z Checking whoami v2.1.0
22212026-05-19T22:49:23.677Z Checking is-terminal v0.4.17
22222026-05-19T22:49:23.716Z Checking tokio-postgres v0.7.16
22232026-05-19T22:49:23.809Z Checking crossbeam-channel v0.5.15
22242026-05-19T22:49:24.038Z Compiling structmeta-derive v0.3.0
22252026-05-19T22:49:24.094Z Checking thread_local v1.1.9
22262026-05-19T22:49:24.173Z Checking take_mut v0.2.2
22272026-05-19T22:49:24.289Z Checking term v1.2.1
22282026-05-19T22:49:24.325Z Checking slog-async v2.8.0
22292026-05-19T22:49:24.359Z Compiling newtype-uuid-macros v0.1.0
22302026-05-19T22:49:24.399Z Compiling rustls v0.22.4
22312026-05-19T22:49:24.520Z Compiling multer v3.1.0
22322026-05-19T22:49:24.556Z Checking slog-term v2.9.2
22332026-05-19T22:49:24.648Z Compiling async-stream-impl v0.3.6
22342026-05-19T22:49:24.712Z Compiling dropshot v0.17.0
22352026-05-19T22:49:24.823Z Compiling dropshot_endpoint v0.17.0
22362026-05-19T22:49:24.858Z Checking match_cfg v0.1.0
22372026-05-19T22:49:24.960Z Checking hostname v0.3.1
22382026-05-19T22:49:25.004Z Checking slog-json v2.6.1
22392026-05-19T22:49:25.038Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22402026-05-19T22:49:25.086Z Checking debug-ignore v1.0.5
22412026-05-19T22:49:25.124Z Compiling structmeta v0.3.0
22422026-05-19T22:49:25.159Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22432026-05-19T22:49:25.200Z Checking slog-bunyan v2.5.0
22442026-05-19T22:49:25.237Z Checking serde_spanned v1.0.4
22452026-05-19T22:49:25.270Z Checking toml_writer v1.0.6+spec-1.1.0
22462026-05-19T22:49:25.339Z Checking rustls-webpki v0.102.8
22472026-05-19T22:49:25.375Z Compiling derive-ex v0.1.8
22482026-05-19T22:49:25.413Z Checking serde_path_to_error v0.1.20
22492026-05-19T22:49:25.450Z Checking async-stream v0.3.6
22502026-05-19T22:49:25.491Z Checking waitgroup v0.1.2
22512026-05-19T22:49:25.603Z Checking rustls-pemfile v2.2.0
22522026-05-19T22:49:25.606Z Checking toml_datetime v1.0.0+spec-1.1.0
22532026-05-19T22:49:25.672Z Checking hostname v0.4.2
22542026-05-19T22:49:25.707Z Checking compression-core v0.4.31
22552026-05-19T22:49:25.742Z Checking progenitor-client v0.14.0
22562026-05-19T22:49:25.814Z Checking regress v0.10.5
22572026-05-19T22:49:25.817Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-05-19T22:49:25.881Z Checking compression-codecs v0.4.37
22592026-05-19T22:49:25.884Z Checking toml v1.0.6+spec-1.1.0
22602026-05-19T22:49:25.980Z Compiling parse-display-derive v0.10.0
22612026-05-19T22:49:26.030Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22622026-05-19T22:49:26.079Z Checking async-compression v0.4.41
22632026-05-19T22:49:26.205Z Checking itertools v0.14.0
22642026-05-19T22:49:26.347Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22652026-05-19T22:49:26.530Z Checking macaddr v1.0.1
22662026-05-19T22:49:26.583Z Checking instant v0.1.13
22672026-05-19T22:49:26.700Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22682026-05-19T22:49:26.743Z Checking progenitor-client v0.10.0
22692026-05-19T22:49:26.780Z Checking backoff v0.4.0
22702026-05-19T22:49:26.959Z Checking backon v1.6.0
22712026-05-19T22:49:26.997Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22722026-05-19T22:49:27.000Z Checking heck v0.5.0
22732026-05-19T22:49:27.073Z Compiling test-strategy v0.4.5
22742026-05-19T22:49:27.155Z Checking progenitor-extras v0.2.0
22752026-05-19T22:49:27.195Z Checking unicode-width v0.2.0
22762026-05-19T22:49:27.230Z Compiling convert_case v0.4.0
22772026-05-19T22:49:27.233Z Checking tokio-rustls v0.25.0
22782026-05-19T22:49:27.296Z Checking half v2.7.1
22792026-05-19T22:49:27.399Z Checking ciborium-io v0.2.2
22802026-05-19T22:49:27.464Z Checking secrecy v0.10.3
22812026-05-19T22:49:27.501Z Compiling regress v0.11.1
22822026-05-19T22:49:27.568Z Compiling unsafe-libyaml v0.2.11
22832026-05-19T22:49:27.601Z Checking ciborium-ll v0.2.2
22842026-05-19T22:49:27.634Z Compiling derive_more v0.99.20
22852026-05-19T22:49:27.637Z Checking indent_write v2.2.0
22862026-05-19T22:49:27.670Z Checking parse-display v0.10.0
22872026-05-19T22:49:27.795Z Checking ciborium v0.2.2
22882026-05-19T22:49:27.828Z Checking universal-hash v0.5.1
22892026-05-19T22:49:27.872Z Checking opaque-debug v0.3.1
22902026-05-19T22:49:28.006Z Checking camino-tempfile v1.4.1
22912026-05-19T22:49:28.192Z Compiling serde_yaml v0.9.34+deprecated
22922026-05-19T22:49:28.239Z Compiling crucible-workspace-hack v0.1.0
22932026-05-19T22:49:28.335Z Checking aead v0.5.2
22942026-05-19T22:49:28.524Z Checking poly1305 v0.8.0
22952026-05-19T22:49:28.563Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-05-19T22:49:28.599Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972026-05-19T22:49:28.830Z Checking chacha20 v0.9.1
22982026-05-19T22:49:28.975Z Compiling thiserror-impl-no-std v2.0.2
22992026-05-19T22:49:29.012Z Checking password-hash v0.5.0
23002026-05-19T22:49:29.068Z Checking blake2 v0.10.6
23012026-05-19T22:49:29.279Z Compiling typify-impl v0.6.2
23022026-05-19T22:49:29.333Z Checking argon2 v0.5.3
23032026-05-19T22:49:29.475Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042026-05-19T22:49:29.700Z Checking chacha20poly1305 v0.10.1
23052026-05-19T22:49:29.703Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23062026-05-19T22:49:29.860Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23072026-05-19T22:49:30.051Z Checking byte-wrapper v0.1.0
23082026-05-19T22:49:30.190Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23092026-05-19T22:49:30.226Z Checking thiserror-no-std v2.0.2
23102026-05-19T22:49:30.264Z Checking swrite v0.1.0
23112026-05-19T22:49:30.300Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23122026-05-19T22:49:30.339Z Checking vsss-rs v3.3.4
23132026-05-19T22:49:30.383Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23142026-05-19T22:49:30.458Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-05-19T22:49:30.728Z Checking toml v0.8.23
23162026-05-19T22:49:30.818Z Checking crossbeam-deque v0.8.6
23172026-05-19T22:49:31.025Z Compiling rayon-core v1.13.0
23182026-05-19T22:49:31.063Z Compiling proc-macro-error v1.0.4
23192026-05-19T22:49:31.099Z Checking tabwriter v1.4.1
23202026-05-19T22:49:31.274Z Compiling toml_edit v0.23.10+spec-1.0.0
23212026-05-19T22:49:31.399Z Checking glob v0.3.3
23222026-05-19T22:49:31.441Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23232026-05-19T22:49:31.612Z Checking unicode-width v0.1.14
23242026-05-19T22:49:31.668Z Checking rayon v1.11.0
23252026-05-19T22:49:31.876Z Compiling proc-macro-crate v3.4.0
23262026-05-19T22:49:31.912Z Compiling usdt-attr-macro v0.5.0
23272026-05-19T22:49:31.915Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-19T22:49:32.073Z Compiling usdt-macro v0.5.0
23292026-05-19T22:49:32.343Z Checking memmap v0.7.0
23302026-05-19T22:49:32.443Z Checking colored v3.1.1
23312026-05-19T22:49:32.502Z Compiling heapless v0.8.0
23322026-05-19T22:49:32.622Z Compiling ingot-macros v0.1.1
23332026-05-19T22:49:32.671Z Checking hash32 v0.3.1
23342026-05-19T22:49:32.711Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-05-19T22:49:32.814Z Checking usdt v0.5.0
23362026-05-19T22:49:32.881Z Compiling smoltcp v0.11.0
23372026-05-19T22:49:32.985Z Checking cobs v0.3.0
23382026-05-19T22:49:33.054Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-05-19T22:49:33.117Z Compiling num_enum_derive v0.7.5
23402026-05-19T22:49:33.157Z Checking postcard v1.1.3
23412026-05-19T22:49:33.317Z Compiling proc-macro-crate v1.3.1
23422026-05-19T22:49:33.320Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23432026-05-19T22:49:33.470Z Checking sigpipe v0.1.3
23442026-05-19T22:49:33.586Z Compiling foreign-types-macros v0.2.3
23452026-05-19T22:49:33.588Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-05-19T22:49:33.693Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23472026-05-19T22:49:33.759Z Checking foreign-types-shared v0.3.1
23482026-05-19T22:49:33.833Z Compiling typify-macro v0.6.2
23492026-05-19T22:49:33.909Z Compiling num_enum_derive v0.5.11
23502026-05-19T22:49:34.220Z Checking foreign-types v0.5.0
23512026-05-19T22:49:34.256Z Checking num_enum v0.7.5
23522026-05-19T22:49:34.259Z Checking cstr-argument v0.1.2
23532026-05-19T22:49:34.329Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-05-19T22:49:34.401Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23552026-05-19T22:49:34.438Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23562026-05-19T22:49:34.689Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23572026-05-19T22:49:34.733Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23582026-05-19T22:49:34.778Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-05-19T22:49:34.887Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23602026-05-19T22:49:34.907Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23612026-05-19T22:49:34.940Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23622026-05-19T22:49:35.005Z Checking num_enum v0.5.11
23632026-05-19T22:49:35.050Z Compiling zone_cfg_derive v0.3.1
23642026-05-19T22:49:35.087Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23652026-05-19T22:49:35.148Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23662026-05-19T22:49:35.288Z Checking itertools v0.12.1
23672026-05-19T22:49:35.324Z Compiling num-derive v0.4.2
23682026-05-19T22:49:35.357Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23692026-05-19T22:49:35.462Z Checking ingot-types v0.1.2
23702026-05-19T22:49:35.618Z Compiling typify v0.6.2
23712026-05-19T22:49:35.759Z Compiling progenitor-impl v0.14.0
23722026-05-19T22:49:35.832Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23732026-05-19T22:49:35.866Z Checking ingot v0.1.1
23742026-05-19T22:49:35.898Z Checking smf v0.2.3
23752026-05-19T22:49:36.010Z Checking whoami v1.6.1
23762026-05-19T22:49:36.157Z Checking tokio-dtrace v0.1.1
23772026-05-19T22:49:36.211Z Compiling derive-where v1.6.0
23782026-05-19T22:49:36.246Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23792026-05-19T22:49:36.324Z Checking zone v0.3.1
23802026-05-19T22:49:36.366Z Checking oxide-tokio-rt v0.1.4
23812026-05-19T22:49:36.494Z Checking console v0.15.11
23822026-05-19T22:49:36.558Z Checking atomicwrites v0.4.4
23832026-05-19T22:49:36.690Z Checking newline-converter v0.3.0
23842026-05-19T22:49:36.726Z Checking num-rational v0.4.2
23852026-05-19T22:49:36.729Z Checking num-complex v0.4.6
23862026-05-19T22:49:36.798Z Checking float-ord v0.3.2
23872026-05-19T22:49:36.832Z Checking expectorate v1.2.0
23882026-05-19T22:49:36.928Z Checking bytecount v0.6.9
23892026-05-19T22:49:36.986Z Compiling progenitor-impl v0.13.0
23902026-05-19T22:49:37.115Z Checking num v0.4.3
23912026-05-19T22:49:37.217Z Checking progenitor-client v0.13.0
23922026-05-19T22:49:37.496Z Compiling owo-colors v4.3.0
23932026-05-19T22:49:37.531Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23942026-05-19T22:49:37.564Z Compiling prettyplease v0.2.37
23952026-05-19T22:49:37.840Z Compiling cancel-safe-futures v0.1.5
23962026-05-19T22:49:37.986Z Checking libsw-core v0.3.2
23972026-05-19T22:49:38.160Z Checking libsw v3.5.0
23982026-05-19T22:49:38.333Z Checking linear-map v1.2.0
23992026-05-19T22:49:38.405Z Compiling progenitor-macro v0.14.0
24002026-05-19T22:49:38.405Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-05-19T22:49:38.544Z Checking gethostname v0.5.0
24022026-05-19T22:49:38.569Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24032026-05-19T22:49:38.652Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24042026-05-19T22:49:38.687Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24052026-05-19T22:49:39.624Z Compiling progenitor-macro v0.13.0
24062026-05-19T22:49:39.808Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24072026-05-19T22:49:40.225Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24082026-05-19T22:49:40.779Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24092026-05-19T22:49:42.364Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24102026-05-19T22:49:43.341Z Checking progenitor v0.14.0
24112026-05-19T22:49:43.502Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24122026-05-19T22:49:44.013Z Checking resolv-conf v0.7.6
24132026-05-19T22:49:44.229Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24142026-05-19T22:49:44.313Z Checking unicode-linebreak v0.1.5
24152026-05-19T22:49:44.414Z Checking smawk v0.3.2
24162026-05-19T22:49:44.543Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24172026-05-19T22:49:44.574Z Checking papergrid v0.11.0
24182026-05-19T22:49:44.577Z Checking progenitor v0.13.0
24192026-05-19T22:49:44.760Z Compiling tabled_derive v0.7.0
24202026-05-19T22:49:44.797Z Compiling convert_case v0.10.0
24212026-05-19T22:49:44.829Z Compiling slog-dtrace v0.3.0
24222026-05-19T22:49:45.126Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24232026-05-19T22:49:45.161Z Compiling derive_more-impl v2.1.1
24242026-05-19T22:49:45.672Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24252026-05-19T22:49:45.744Z Checking tabled v0.15.0
24262026-05-19T22:49:45.843Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24272026-05-19T22:49:45.909Z Checking linked-hash-map v0.5.6
24282026-05-19T22:49:45.995Z Checking derive_more v2.1.1
24292026-05-19T22:49:46.033Z Checking hickory-proto v0.24.4
24302026-05-19T22:49:46.068Z Checking fd-lock v4.0.4
24312026-05-19T22:49:46.102Z Checking crossterm v0.29.0
24322026-05-19T22:49:46.135Z Checking lru-cache v0.1.2
24332026-05-19T22:49:46.219Z Checking vte v0.14.1
24342026-05-19T22:49:46.283Z Checking display-error-chain v0.2.2
24352026-05-19T22:49:46.400Z Checking strip-ansi-escapes v0.2.1
24362026-05-19T22:49:46.436Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24372026-05-19T22:49:46.517Z Checking termtree v0.5.1
24382026-05-19T22:49:46.553Z Checking nu-ansi-term v0.50.3
24392026-05-19T22:49:46.597Z Checking textwrap v0.16.2
24402026-05-19T22:49:46.673Z Compiling minimal-lexical v0.2.1
24412026-05-19T22:49:46.708Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24422026-05-19T22:49:46.787Z Checking reedline v0.40.0
24432026-05-19T22:49:46.840Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24442026-05-19T22:49:46.909Z Compiling nom v7.1.3
24452026-05-19T22:49:46.954Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24462026-05-19T22:49:47.194Z Compiling ar_archive_writer v0.5.1
24472026-05-19T22:49:47.404Z Checking humantime v2.3.0
24482026-05-19T22:49:47.567Z Checking csv-core v0.1.13
24492026-05-19T22:49:47.617Z Compiling stacker v0.1.23
24502026-05-19T22:49:47.773Z Checking csv v1.4.0
24512026-05-19T22:49:47.825Z Checking hickory-resolver v0.24.4
24522026-05-19T22:49:47.904Z Checking highway v1.3.0
24532026-05-19T22:49:47.941Z Compiling cfg_aliases v0.1.1
24542026-05-19T22:49:47.976Z Compiling semver v0.1.20
24552026-05-19T22:49:48.048Z Compiling nix v0.28.0
24562026-05-19T22:49:48.082Z Compiling psm v0.1.30
24572026-05-19T22:49:48.156Z Checking nibble_vec v0.1.0
24582026-05-19T22:49:48.237Z Compiling rustc_version v0.1.7
24592026-05-19T22:49:48.273Z Checking endian-type v0.1.2
24602026-05-19T22:49:48.304Z Checking home v0.5.12
24612026-05-19T22:49:48.337Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24622026-05-19T22:49:48.455Z Checking radix_trie v0.2.1
24632026-05-19T22:49:48.458Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24642026-05-19T22:49:48.521Z Compiling newtype_derive v0.1.6
24652026-05-19T22:49:48.524Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24662026-05-19T22:49:48.586Z Checking qorb v0.4.1
24672026-05-19T22:49:48.688Z Checking phf_shared v0.12.1
24682026-05-19T22:49:48.757Z Compiling recursive-proc-macro-impl v0.1.1
24692026-05-19T22:49:48.886Z Compiling chrono-tz v0.10.4
24702026-05-19T22:49:48.923Z Checking phf v0.12.1
24712026-05-19T22:49:49.165Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24722026-05-19T22:49:49.231Z Compiling const_format_proc_macros v0.2.34
24732026-05-19T22:49:49.234Z Checking recursive v0.1.1
24742026-05-19T22:49:49.234Z Compiling peg-macros v0.8.5
24752026-05-19T22:49:49.385Z Checking winnow v0.6.26
24762026-05-19T22:49:49.421Z Compiling sqlparser_derive v0.5.0
24772026-05-19T22:49:49.831Z Checking unicode_categories v0.1.1
24782026-05-19T22:49:50.092Z Checking const_format v0.2.35
24792026-05-19T22:49:50.130Z Checking rustyline v14.0.0
24802026-05-19T22:49:50.206Z Checking sqlparser v0.61.0
24812026-05-19T22:49:50.564Z Checking sqlformat v0.3.5
24822026-05-19T22:49:50.692Z Checking peg v0.8.5
24832026-05-19T22:49:50.796Z Checking bcs v0.1.6
24842026-05-19T22:49:50.848Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24852026-05-19T22:49:51.018Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24862026-05-19T22:49:51.059Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24872026-05-19T22:49:51.099Z Checking steno v0.4.1
24882026-05-19T22:49:51.133Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24892026-05-19T22:49:51.231Z Checking filetime v0.2.27
24902026-05-19T22:49:51.401Z Checking xattr v1.6.1
24912026-05-19T22:49:51.560Z Checking tar v0.4.45
24922026-05-19T22:49:51.730Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24932026-05-19T22:49:51.930Z Checking subprocess v0.2.15
24942026-05-19T22:49:52.025Z Checking base64 v0.21.7
24952026-05-19T22:49:52.098Z Checking headers-core v0.3.0
24962026-05-19T22:49:52.252Z Checking yasna v0.5.2
24972026-05-19T22:49:52.255Z Checking headers v0.4.1
24982026-05-19T22:49:52.319Z Checking dropshot-api-manager-types v0.7.1
24992026-05-19T22:49:52.517Z Checking tagptr v0.2.0
25002026-05-19T22:49:52.662Z Checking rcgen v0.12.1
25012026-05-19T22:49:52.697Z Checking moka v0.12.13
25022026-05-19T22:49:52.774Z Checking hickory-proto v0.26.1
25032026-05-19T22:49:53.003Z Checking utf-8 v0.7.6
25042026-05-19T22:49:53.061Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25052026-05-19T22:49:53.172Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25062026-05-19T22:49:53.239Z Compiling libefi-sys v0.1.0
25072026-05-19T22:49:53.367Z Checking hickory-resolver v0.25.2
25082026-05-19T22:49:53.495Z Compiling bitfield-struct v0.6.2
25092026-05-19T22:49:53.793Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25102026-05-19T22:49:53.875Z Compiling radium v0.7.0
25112026-05-19T22:49:54.098Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-05-19T22:49:54.139Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25132026-05-19T22:49:54.206Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-05-19T22:49:54.206Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25152026-05-19T22:49:54.270Z Checking tungstenite v0.21.0
25162026-05-19T22:49:54.413Z Checking tap v1.0.1
25172026-05-19T22:49:54.476Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-05-19T22:49:54.548Z Compiling maybe-uninit v2.0.0
25192026-05-19T22:49:54.638Z Checking wyz v0.5.1
25202026-05-19T22:49:54.730Z Checking tokio-tungstenite v0.21.0
25212026-05-19T22:49:54.802Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25222026-05-19T22:49:54.839Z Compiling zerocopy-derive v0.6.6
25232026-05-19T22:49:54.905Z Checking crc-catalog v2.4.0
25242026-05-19T22:49:54.948Z Compiling packed_struct v0.10.1
25252026-05-19T22:49:54.986Z Checking funty v2.0.0
25262026-05-19T22:49:55.023Z Checking crc v3.4.0
25272026-05-19T22:49:55.153Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25282026-05-19T22:49:55.254Z Compiling packed_struct_codegen v0.10.1
25292026-05-19T22:49:55.296Z Compiling bitfield-macros v0.19.4
25302026-05-19T22:49:55.329Z Checking bitvec v1.0.1
25312026-05-19T22:49:55.708Z Checking zerocopy v0.6.6
25322026-05-19T22:49:56.034Z Compiling indexmap v1.9.3
25332026-05-19T22:49:56.036Z Checking nodrop v0.1.14
25342026-05-19T22:49:56.134Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25352026-05-19T22:49:56.190Z Checking array-init v0.0.4
25362026-05-19T22:49:56.304Z Checking bitfield v0.19.4
25372026-05-19T22:49:56.350Z Checking smallvec v0.6.14
25382026-05-19T22:49:56.428Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25392026-05-19T22:49:56.510Z Checking hashbrown v0.12.3
25402026-05-19T22:49:56.569Z Checking serde-hex v0.1.0
25412026-05-19T22:49:56.602Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25422026-05-19T22:49:56.786Z Checking ron v0.8.1
25432026-05-19T22:49:56.870Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-05-19T22:49:57.149Z Checking hashbrown v0.13.2
25452026-05-19T22:49:57.286Z Checking crc-any v2.5.0
25462026-05-19T22:49:57.326Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25472026-05-19T22:49:57.489Z Checking path-slash v0.1.5
25482026-05-19T22:49:57.523Z Compiling xshell-macros v0.2.7
25492026-05-19T22:49:57.595Z Checking object v0.30.4
25502026-05-19T22:49:57.629Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25512026-05-19T22:49:57.708Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25522026-05-19T22:49:57.929Z Checking xshell v0.2.7
25532026-05-19T22:49:58.007Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25542026-05-19T22:49:58.036Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25552026-05-19T22:49:58.145Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25562026-05-19T22:49:58.216Z Checking half v1.8.3
25572026-05-19T22:49:58.442Z Checking serde_cbor v0.11.2
25582026-05-19T22:49:58.713Z Compiling num-derive v0.3.3
25592026-05-19T22:49:58.847Z Compiling proc-macro-error-attr2 v2.0.0
25602026-05-19T22:49:58.933Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25612026-05-19T22:49:59.188Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25622026-05-19T22:49:59.311Z Compiling proc-macro-error2 v2.0.1
25632026-05-19T22:49:59.578Z Checking papergrid v0.17.0
25642026-05-19T22:49:59.652Z Compiling tabled_derive v0.11.0
25652026-05-19T22:49:59.703Z Checking libscf-sys v1.1.0
25662026-05-19T22:49:59.788Z Checking testing_table v0.3.0
25672026-05-19T22:49:59.867Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25682026-05-19T22:49:59.912Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25692026-05-19T22:50:00.094Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25702026-05-19T22:50:00.376Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25712026-05-19T22:50:00.674Z Compiling git-stub v1.0.0
25722026-05-19T22:50:00.710Z Checking crc8 v0.1.1
25732026-05-19T22:50:00.825Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25742026-05-19T22:50:00.859Z Checking tabled v0.20.0
25752026-05-19T22:50:00.862Z Compiling git-stub-vcs v0.1.0
25762026-05-19T22:50:00.921Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25772026-05-19T22:50:00.960Z Checking maplit v1.0.2
25782026-05-19T22:50:01.073Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25792026-05-19T22:50:01.266Z Checking fxhash v0.2.1
25802026-05-19T22:50:01.416Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25812026-05-19T22:50:01.807Z Checking unicase v2.9.0
25822026-05-19T22:50:01.842Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25832026-05-19T22:50:01.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25842026-05-19T22:50:01.995Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25852026-05-19T22:50:02.030Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25862026-05-19T22:50:02.211Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25872026-05-19T22:50:02.324Z Compiling typify-impl v0.4.3
25882026-05-19T22:50:02.397Z Checking kstat-rs v0.2.4
25892026-05-19T22:50:02.497Z Compiling diesel_derives v2.3.7
25902026-05-19T22:50:02.559Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25912026-05-19T22:50:02.614Z Checking scheduled-thread-pool v0.2.7
25922026-05-19T22:50:02.755Z Compiling dsl_auto_type v0.2.0
25932026-05-19T22:50:02.787Z Checking arc-swap v1.8.2
25942026-05-19T22:50:02.926Z Compiling vergen-gitcl v1.0.8
25952026-05-19T22:50:03.039Z Compiling diesel_table_macro_syntax v0.3.0
25962026-05-19T22:50:03.147Z Compiling parking_lot_core v0.8.6
25972026-05-19T22:50:03.328Z Checking slog-scope v4.4.1
25982026-05-19T22:50:03.365Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25992026-05-19T22:50:03.477Z Checking r2d2 v0.8.10
26002026-05-19T22:50:03.509Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26012026-05-19T22:50:03.689Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26022026-05-19T22:50:03.823Z Checking downcast-rs v2.0.2
26032026-05-19T22:50:04.053Z Checking slog-stdlog v4.1.1
26042026-05-19T22:50:04.388Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26052026-05-19T22:50:04.422Z Checking parking_lot v0.11.2
26062026-05-19T22:50:04.455Z Checking slog-envlogger v2.2.0
26072026-05-19T22:50:04.524Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26082026-05-19T22:50:04.630Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26092026-05-19T22:50:04.664Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26102026-05-19T22:50:04.702Z Checking prefix-trie v0.7.0
26112026-05-19T22:50:04.816Z Checking sled v0.34.7
26122026-05-19T22:50:04.922Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26132026-05-19T22:50:05.081Z Checking hickory-server v0.25.2
26142026-05-19T22:50:05.167Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26152026-05-19T22:50:05.361Z Checking nanorand v0.7.0
26162026-05-19T22:50:05.589Z Compiling dirs-sys-next v0.1.2
26172026-05-19T22:50:05.592Z Compiling salty v0.3.0
26182026-05-19T22:50:05.712Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26192026-05-19T22:50:05.884Z Compiling crunchy v0.2.4
26202026-05-19T22:50:05.960Z Compiling dirs-next v2.0.0
26212026-05-19T22:50:06.051Z Checking flume v0.11.1
26222026-05-19T22:50:06.110Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26232026-05-19T22:50:06.215Z Compiling clang-sys v1.8.1
26242026-05-19T22:50:06.252Z Checking primeorder v0.13.6
26252026-05-19T22:50:06.316Z Compiling tiny-keccak v2.0.2
26262026-05-19T22:50:06.633Z Compiling term v0.7.0
26272026-05-19T22:50:06.705Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
26282026-05-19T22:50:06.705Z --> dns-server/src/dns_server.rs:487:12
26292026-05-19T22:50:06.705Z |
26302026-05-19T22:50:06.705Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26312026-05-19T22:50:06.705Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26322026-05-19T22:50:06.705Z |
26332026-05-19T22:50:06.705Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26342026-05-19T22:50:06.705Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26352026-05-19T22:50:06.705Z |
26362026-05-19T22:50:06.705Z 77 | pub struct Record<R: RecordData = RData> {
26372026-05-19T22:50:06.705Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26382026-05-19T22:50:06.705Z |
26392026-05-19T22:50:06.705Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26402026-05-19T22:50:06.705Z |
26412026-05-19T22:50:06.705Z 78 | pub struct Record<R: RecordData = RData> {
26422026-05-19T22:50:06.705Z | ---------------------------------------- this is the found type
26432026-05-19T22:50:06.705Z = help: you can use `cargo tree` to explore your dependency tree
26442026-05-19T22:50:06.705Znote: required by a bound in `hickory_server::authority::MessageResponse`
26452026-05-19T22:50:06.705Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
26462026-05-19T22:50:06.705Z |
26472026-05-19T22:50:06.705Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26482026-05-19T22:50:06.705Z | --------------- required by a bound in this struct
26492026-05-19T22:50:06.705Z 22 | where
26502026-05-19T22:50:06.705Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
26512026-05-19T22:50:06.706Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26522026-05-19T22:50:06.706Z
26532026-05-19T22:50:06.706Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
26542026-05-19T22:50:06.706Z --> dns-server/src/dns_server.rs:487:12
26552026-05-19T22:50:06.706Z |
26562026-05-19T22:50:06.706Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26572026-05-19T22:50:06.706Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26582026-05-19T22:50:06.706Z |
26592026-05-19T22:50:06.706Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26602026-05-19T22:50:06.706Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26612026-05-19T22:50:06.706Z |
26622026-05-19T22:50:06.706Z 77 | pub struct Record<R: RecordData = RData> {
26632026-05-19T22:50:06.706Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26642026-05-19T22:50:06.706Z |
26652026-05-19T22:50:06.706Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26662026-05-19T22:50:06.706Z |
26672026-05-19T22:50:06.706Z 78 | pub struct Record<R: RecordData = RData> {
26682026-05-19T22:50:06.706Z | ---------------------------------------- this is the found type
26692026-05-19T22:50:06.706Z = help: you can use `cargo tree` to explore your dependency tree
26702026-05-19T22:50:06.706Znote: required by a bound in `hickory_server::authority::MessageResponse`
26712026-05-19T22:50:06.706Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
26722026-05-19T22:50:06.706Z |
26732026-05-19T22:50:06.706Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26742026-05-19T22:50:06.706Z | --------------- required by a bound in this struct
26752026-05-19T22:50:06.706Z...
26762026-05-19T22:50:06.706Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
26772026-05-19T22:50:06.706Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26782026-05-19T22:50:06.706Z
26792026-05-19T22:50:06.706Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
26802026-05-19T22:50:06.706Z --> dns-server/src/dns_server.rs:487:12
26812026-05-19T22:50:06.706Z |
26822026-05-19T22:50:06.706Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26832026-05-19T22:50:06.706Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26842026-05-19T22:50:06.707Z |
26852026-05-19T22:50:06.707Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26862026-05-19T22:50:06.707Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26872026-05-19T22:50:06.707Z |
26882026-05-19T22:50:06.707Z 77 | pub struct Record<R: RecordData = RData> {
26892026-05-19T22:50:06.707Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26902026-05-19T22:50:06.707Z |
26912026-05-19T22:50:06.707Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26922026-05-19T22:50:06.707Z |
26932026-05-19T22:50:06.707Z 78 | pub struct Record<R: RecordData = RData> {
26942026-05-19T22:50:06.707Z | ---------------------------------------- this is the found type
26952026-05-19T22:50:06.707Z = help: you can use `cargo tree` to explore your dependency tree
26962026-05-19T22:50:06.707Znote: required by a bound in `hickory_server::authority::MessageResponse`
26972026-05-19T22:50:06.707Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
26982026-05-19T22:50:06.707Z |
26992026-05-19T22:50:06.707Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
27002026-05-19T22:50:06.707Z | --------------- required by a bound in this struct
27012026-05-19T22:50:06.707Z...
27022026-05-19T22:50:06.707Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
27032026-05-19T22:50:06.707Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
27042026-05-19T22:50:06.707Z
27052026-05-19T22:50:06.707Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
27062026-05-19T22:50:06.707Z --> dns-server/src/dns_server.rs:487:12
27072026-05-19T22:50:06.707Z |
27082026-05-19T22:50:06.707Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
27092026-05-19T22:50:06.707Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
27102026-05-19T22:50:06.707Z |
27112026-05-19T22:50:06.707Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27122026-05-19T22:50:06.707Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
27132026-05-19T22:50:06.707Z |
27142026-05-19T22:50:06.707Z 77 | pub struct Record<R: RecordData = RData> {
27152026-05-19T22:50:06.707Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27162026-05-19T22:50:06.707Z |
27172026-05-19T22:50:06.707Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
27182026-05-19T22:50:06.707Z |
27192026-05-19T22:50:06.707Z 78 | pub struct Record<R: RecordData = RData> {
27202026-05-19T22:50:06.708Z | ---------------------------------------- this is the found type
27212026-05-19T22:50:06.708Z = help: you can use `cargo tree` to explore your dependency tree
27222026-05-19T22:50:06.708Znote: required by a bound in `hickory_server::authority::MessageResponse`
27232026-05-19T22:50:06.708Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
27242026-05-19T22:50:06.708Z |
27252026-05-19T22:50:06.708Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
27262026-05-19T22:50:06.708Z | --------------- required by a bound in this struct
27272026-05-19T22:50:06.713Z...
27282026-05-19T22:50:06.713Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
27292026-05-19T22:50:06.713Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
27302026-05-19T22:50:06.713Z
27312026-05-19T22:50:06.713Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27322026-05-19T22:50:06.786Z Compiling typify-macro v0.4.3
27332026-05-19T22:50:06.830Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27342026-05-19T22:50:06.891Zerror[E0599]: no function or associated item named `read` found for struct `hickory_server::authority::MessageRequest` in the current scope
27352026-05-19T22:50:06.892Z --> dns-server/src/dns_server.rs:161:36
27362026-05-19T22:50:06.892Z |
27372026-05-19T22:50:06.892Z161 | let mr = match MessageRequest::read(&mut dec) {
27382026-05-19T22:50:06.892Z | ^^^^ function or associated item not found in `hickory_server::authority::MessageRequest`
27392026-05-19T22:50:06.892Z |
27402026-05-19T22:50:06.892Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27412026-05-19T22:50:06.892Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
27422026-05-19T22:50:06.892Z |
27432026-05-19T22:50:06.892Z 44 | pub trait BinDecodable<'r>: Sized {
27442026-05-19T22:50:06.892Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
27452026-05-19T22:50:06.892Z |
27462026-05-19T22:50:06.892Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
27472026-05-19T22:50:06.892Z |
27482026-05-19T22:50:06.892Z 45 | pub trait BinDecodable<'r>: Sized {
27492026-05-19T22:50:06.892Z | --------------------------------- this is the trait that was imported
27502026-05-19T22:50:06.892Z = help: you can use `cargo tree` to explore your dependency tree
27512026-05-19T22:50:06.892Z
27522026-05-19T22:50:06.900Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27532026-05-19T22:50:06.900Z --> dns-server/src/dns_server.rs:173:34
27542026-05-19T22:50:06.900Z |
27552026-05-19T22:50:06.900Z173 | let header = Header::response_from_request(mr.header());
27562026-05-19T22:50:06.900Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27572026-05-19T22:50:06.900Z |
27582026-05-19T22:50:06.900Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27592026-05-19T22:50:06.900Z --> dns-server/src/dns_server.rs:173:26
27602026-05-19T22:50:06.901Z |
27612026-05-19T22:50:06.901Z173 | let header = Header::response_from_request(mr.header());
27622026-05-19T22:50:06.901Z | ^^^^^^
27632026-05-19T22:50:06.901Z
27642026-05-19T22:50:06.931Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27652026-05-19T22:50:06.931Z --> dns-server/src/dns_server.rs:273:30
27662026-05-19T22:50:06.931Z |
27672026-05-19T22:50:06.931Z273 | let mut header = Header::response_from_request(mr.header());
27682026-05-19T22:50:06.931Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27692026-05-19T22:50:06.931Z |
27702026-05-19T22:50:06.931Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27712026-05-19T22:50:06.931Z --> dns-server/src/dns_server.rs:273:22
27722026-05-19T22:50:06.931Z |
27732026-05-19T22:50:06.931Z273 | let mut header = Header::response_from_request(mr.header());
27742026-05-19T22:50:06.931Z | ^^^^^^
27752026-05-19T22:50:06.931Z
27762026-05-19T22:50:06.946Zerror[E0308]: mismatched types
27772026-05-19T22:50:06.946Z --> dns-server/src/dns_server.rs:299:30
27782026-05-19T22:50:06.947Z |
27792026-05-19T22:50:06.947Z299 | let answer = store.query(query)?;
27802026-05-19T22:50:06.947Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
27812026-05-19T22:50:06.947Z | |
27822026-05-19T22:50:06.947Z | arguments to this method are incorrect
27832026-05-19T22:50:06.947Z |
27842026-05-19T22:50:06.947Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27852026-05-19T22:50:06.947Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
27862026-05-19T22:50:06.947Z |
27872026-05-19T22:50:06.947Z 22 | pub struct LowerQuery {
27882026-05-19T22:50:06.947Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27892026-05-19T22:50:06.947Z |
27902026-05-19T22:50:06.947Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
27912026-05-19T22:50:06.947Z |
27922026-05-19T22:50:06.947Z 18 | pub struct LowerQuery {
27932026-05-19T22:50:06.947Z | --------------------- this is the found type
27942026-05-19T22:50:06.947Z = help: you can use `cargo tree` to explore your dependency tree
27952026-05-19T22:50:06.947Znote: method defined here
27962026-05-19T22:50:06.947Z --> dns-server/src/storage.rs:762:19
27972026-05-19T22:50:06.947Z |
27982026-05-19T22:50:06.947Z762 | pub(crate) fn query(
27992026-05-19T22:50:06.947Z | ^^^^^
28002026-05-19T22:50:06.947Z763 | &self,
28012026-05-19T22:50:06.947Z764 | query: &LowerQuery,
28022026-05-19T22:50:06.947Z | ------------------
28032026-05-19T22:50:06.947Z
28042026-05-19T22:50:06.947Zerror[E0308]: mismatched types
28052026-05-19T22:50:06.947Z --> dns-server/src/dns_server.rs:311:55
28062026-05-19T22:50:06.948Z |
28072026-05-19T22:50:06.948Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
28082026-05-19T22:50:06.948Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
28092026-05-19T22:50:06.948Z | |
28102026-05-19T22:50:06.948Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
28112026-05-19T22:50:06.948Z |
28122026-05-19T22:50:06.948Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28132026-05-19T22:50:06.948Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
28142026-05-19T22:50:06.948Z |
28152026-05-19T22:50:06.948Z 33 | pub enum RecordType {
28162026-05-19T22:50:06.948Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
28172026-05-19T22:50:06.948Z |
28182026-05-19T22:50:06.948Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
28192026-05-19T22:50:06.948Z |
28202026-05-19T22:50:06.948Z 33 | pub enum RecordType {
28212026-05-19T22:50:06.948Z | ------------------- this is the found type
28222026-05-19T22:50:06.948Z = help: you can use `cargo tree` to explore your dependency tree
28232026-05-19T22:50:06.948Z
28242026-05-19T22:50:07.002Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
28252026-05-19T22:50:07.002Z --> dns-server/src/dns_server.rs:327:60
28262026-05-19T22:50:07.002Z |
28272026-05-19T22:50:07.002Z327 | .filter(|record| match (query.query_type(), record.data()) {
28282026-05-19T22:50:07.002Z | ^^^^-- help: remove the arguments
28292026-05-19T22:50:07.002Z | |
28302026-05-19T22:50:07.002Z | field, not a method
28312026-05-19T22:50:07.002Z
28322026-05-19T22:50:07.002Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
28332026-05-19T22:50:07.002Z --> dns-server/src/dns_server.rs:348:51
28342026-05-19T22:50:07.002Z |
28352026-05-19T22:50:07.002Z348 | let additionals_target = match record.data() {
28362026-05-19T22:50:07.002Z | ^^^^-- help: remove the arguments
28372026-05-19T22:50:07.002Z | |
28382026-05-19T22:50:07.002Z | field, not a method
28392026-05-19T22:50:07.002Z
28402026-05-19T22:50:07.002Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
28412026-05-19T22:50:07.002Z --> dns-server/src/dns_server.rs:349:45
28422026-05-19T22:50:07.002Z |
28432026-05-19T22:50:07.002Z349 | RData::SRV(srv) => Some(srv.target()),
28442026-05-19T22:50:07.002Z | ^^^^^^-- help: remove the arguments
28452026-05-19T22:50:07.002Z | |
28462026-05-19T22:50:07.002Z | field, not a method
28472026-05-19T22:50:07.002Z
28482026-05-19T22:50:07.006Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
28492026-05-19T22:50:07.006Z --> dns-server/src/dns_server.rs:416:9
28502026-05-19T22:50:07.006Z |
28512026-05-19T22:50:07.006Z414 | let mresp = rb.build(
28522026-05-19T22:50:07.006Z | ----- required by a bound introduced by this call
28532026-05-19T22:50:07.006Z415 | header,
28542026-05-19T22:50:07.007Z416 | response_records.iter().collect::<Vec<&Record>>(),
28552026-05-19T22:50:07.007Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28562026-05-19T22:50:07.007Z |
28572026-05-19T22:50:07.007Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28582026-05-19T22:50:07.007Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28592026-05-19T22:50:07.007Z |
28602026-05-19T22:50:07.007Z 77 | pub struct Record<R: RecordData = RData> {
28612026-05-19T22:50:07.007Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28622026-05-19T22:50:07.007Z |
28632026-05-19T22:50:07.007Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28642026-05-19T22:50:07.007Z |
28652026-05-19T22:50:07.007Z 78 | pub struct Record<R: RecordData = RData> {
28662026-05-19T22:50:07.007Z | ---------------------------------------- this is the found type
28672026-05-19T22:50:07.007Z = help: you can use `cargo tree` to explore your dependency tree
28682026-05-19T22:50:07.007Znote: the method call chain might not have had the expected associated types
28692026-05-19T22:50:07.007Z --> dns-server/src/dns_server.rs:416:26
28702026-05-19T22:50:07.007Z |
28712026-05-19T22:50:07.007Z411 | response_records: &[Record],
28722026-05-19T22:50:07.007Z | ---------------- this expression has type `&[Record]`
28732026-05-19T22:50:07.007Z...
28742026-05-19T22:50:07.007Z416 | response_records.iter().collect::<Vec<&Record>>(),
28752026-05-19T22:50:07.007Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
28762026-05-19T22:50:07.007Z | |
28772026-05-19T22:50:07.007Z | `IntoIterator::Item` is `&Record` here
28782026-05-19T22:50:07.007Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
28792026-05-19T22:50:07.007Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
28802026-05-19T22:50:07.007Z |
28812026-05-19T22:50:07.008Z129 | pub fn build<'a, A, N, S, D>(
28822026-05-19T22:50:07.008Z | ----- required by a bound in this associated function
28832026-05-19T22:50:07.008Z...
28842026-05-19T22:50:07.008Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
28852026-05-19T22:50:07.008Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
28862026-05-19T22:50:07.008Z
28872026-05-19T22:50:07.016Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
28882026-05-19T22:50:07.016Z --> dns-server/src/dns_server.rs:414:20
28892026-05-19T22:50:07.016Z |
28902026-05-19T22:50:07.016Z414 | let mresp = rb.build(
28912026-05-19T22:50:07.016Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28922026-05-19T22:50:07.016Z |
28932026-05-19T22:50:07.016Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28942026-05-19T22:50:07.016Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28952026-05-19T22:50:07.016Z |
28962026-05-19T22:50:07.016Z 77 | pub struct Record<R: RecordData = RData> {
28972026-05-19T22:50:07.016Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28982026-05-19T22:50:07.016Z |
28992026-05-19T22:50:07.016Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29002026-05-19T22:50:07.016Z |
29012026-05-19T22:50:07.016Z 78 | pub struct Record<R: RecordData = RData> {
29022026-05-19T22:50:07.016Z | ---------------------------------------- this is the found type
29032026-05-19T22:50:07.016Z = help: you can use `cargo tree` to explore your dependency tree
29042026-05-19T22:50:07.016Znote: required by a bound in `hickory_server::authority::MessageResponse`
29052026-05-19T22:50:07.016Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
29062026-05-19T22:50:07.017Z |
29072026-05-19T22:50:07.017Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29082026-05-19T22:50:07.017Z | --------------- required by a bound in this struct
29092026-05-19T22:50:07.017Z 22 | where
29102026-05-19T22:50:07.017Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
29112026-05-19T22:50:07.017Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29122026-05-19T22:50:07.017Z
29132026-05-19T22:50:07.017Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
29142026-05-19T22:50:07.017Z --> dns-server/src/dns_server.rs:419:9
29152026-05-19T22:50:07.017Z |
29162026-05-19T22:50:07.017Z414 | let mresp = rb.build(
29172026-05-19T22:50:07.017Z | ----- required by a bound introduced by this call
29182026-05-19T22:50:07.017Z...
29192026-05-19T22:50:07.017Z419 | additional_records,
29202026-05-19T22:50:07.017Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29212026-05-19T22:50:07.017Z |
29222026-05-19T22:50:07.017Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29232026-05-19T22:50:07.017Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29242026-05-19T22:50:07.017Z |
29252026-05-19T22:50:07.017Z 77 | pub struct Record<R: RecordData = RData> {
29262026-05-19T22:50:07.017Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29272026-05-19T22:50:07.017Z |
29282026-05-19T22:50:07.017Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29292026-05-19T22:50:07.017Z |
29302026-05-19T22:50:07.017Z 78 | pub struct Record<R: RecordData = RData> {
29312026-05-19T22:50:07.017Z | ---------------------------------------- this is the found type
29322026-05-19T22:50:07.017Z = help: you can use `cargo tree` to explore your dependency tree
29332026-05-19T22:50:07.017Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
29342026-05-19T22:50:07.017Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
29352026-05-19T22:50:07.017Z |
29362026-05-19T22:50:07.018Z129 | pub fn build<'a, A, N, S, D>(
29372026-05-19T22:50:07.018Z | ----- required by a bound in this associated function
29382026-05-19T22:50:07.018Z...
29392026-05-19T22:50:07.018Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
29402026-05-19T22:50:07.018Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
29412026-05-19T22:50:07.018Z
29422026-05-19T22:50:07.018Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
29432026-05-19T22:50:07.018Z --> dns-server/src/dns_server.rs:414:20
29442026-05-19T22:50:07.018Z |
29452026-05-19T22:50:07.018Z414 | let mresp = rb.build(
29462026-05-19T22:50:07.018Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29472026-05-19T22:50:07.018Z |
29482026-05-19T22:50:07.018Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29492026-05-19T22:50:07.018Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29502026-05-19T22:50:07.018Z |
29512026-05-19T22:50:07.018Z 77 | pub struct Record<R: RecordData = RData> {
29522026-05-19T22:50:07.018Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29532026-05-19T22:50:07.018Z |
29542026-05-19T22:50:07.018Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29552026-05-19T22:50:07.018Z |
29562026-05-19T22:50:07.018Z 78 | pub struct Record<R: RecordData = RData> {
29572026-05-19T22:50:07.018Z | ---------------------------------------- this is the found type
29582026-05-19T22:50:07.018Z = help: you can use `cargo tree` to explore your dependency tree
29592026-05-19T22:50:07.018Znote: required by a bound in `hickory_server::authority::MessageResponse`
29602026-05-19T22:50:07.018Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29612026-05-19T22:50:07.018Z |
29622026-05-19T22:50:07.018Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29632026-05-19T22:50:07.018Z | --------------- required by a bound in this struct
29642026-05-19T22:50:07.018Z...
29652026-05-19T22:50:07.019Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29662026-05-19T22:50:07.019Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29672026-05-19T22:50:07.019Z
29682026-05-19T22:50:07.023Zerror[E0308]: mismatched types
29692026-05-19T22:50:07.023Z --> dns-server/src/dns_server.rs:415:9
29702026-05-19T22:50:07.023Z |
29712026-05-19T22:50:07.023Z414 | let mresp = rb.build(
29722026-05-19T22:50:07.023Z | ----- arguments to this method are incorrect
29732026-05-19T22:50:07.023Z415 | header,
29742026-05-19T22:50:07.023Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
29752026-05-19T22:50:07.023Z |
29762026-05-19T22:50:07.023Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29772026-05-19T22:50:07.023Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
29782026-05-19T22:50:07.024Z |
29792026-05-19T22:50:07.024Z 57 | pub struct Header {
29802026-05-19T22:50:07.024Z | ^^^^^^^^^^^^^^^^^ this is the expected type
29812026-05-19T22:50:07.024Z |
29822026-05-19T22:50:07.024Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
29832026-05-19T22:50:07.024Z |
29842026-05-19T22:50:07.024Z 57 | pub struct Header {
29852026-05-19T22:50:07.024Z | ----------------- this is the found type
29862026-05-19T22:50:07.024Z = help: you can use `cargo tree` to explore your dependency tree
29872026-05-19T22:50:07.024Znote: method defined here
29882026-05-19T22:50:07.024Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
29892026-05-19T22:50:07.024Z |
29902026-05-19T22:50:07.024Z129 | pub fn build<'a, A, N, S, D>(
29912026-05-19T22:50:07.024Z | ^^^^^
29922026-05-19T22:50:07.024Z
29932026-05-19T22:50:07.024Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
29942026-05-19T22:50:07.024Z --> dns-server/src/dns_server.rs:422:31
29952026-05-19T22:50:07.024Z |
29962026-05-19T22:50:07.024Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
29972026-05-19T22:50:07.024Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
29982026-05-19T22:50:07.024Z | |
29992026-05-19T22:50:07.024Z | required by a bound introduced by this call
30002026-05-19T22:50:07.024Z |
30012026-05-19T22:50:07.024Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30022026-05-19T22:50:07.024Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30032026-05-19T22:50:07.024Z |
30042026-05-19T22:50:07.024Z 78 | pub struct Record<R: RecordData = RData> {
30052026-05-19T22:50:07.024Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30062026-05-19T22:50:07.024Z |
30072026-05-19T22:50:07.024Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30082026-05-19T22:50:07.025Z |
30092026-05-19T22:50:07.025Z 77 | pub struct Record<R: RecordData = RData> {
30102026-05-19T22:50:07.025Z | ---------------------------------------- this is the found type
30112026-05-19T22:50:07.025Z = help: you can use `cargo tree` to explore your dependency tree
30122026-05-19T22:50:07.025Znote: required by a bound in `dns_server::encode_and_send`
30132026-05-19T22:50:07.025Z --> dns-server/src/dns_server.rs:492:27
30142026-05-19T22:50:07.025Z |
30152026-05-19T22:50:07.025Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
30162026-05-19T22:50:07.025Z | --------------- required by a bound in this function
30172026-05-19T22:50:07.025Z...
30182026-05-19T22:50:07.025Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
30192026-05-19T22:50:07.025Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
30202026-05-19T22:50:07.025Z
30212026-05-19T22:50:07.025Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30222026-05-19T22:50:07.025Z --> dns-server/src/dns_server.rs:422:31
30232026-05-19T22:50:07.025Z |
30242026-05-19T22:50:07.025Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30252026-05-19T22:50:07.025Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30262026-05-19T22:50:07.025Z |
30272026-05-19T22:50:07.025Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30282026-05-19T22:50:07.025Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30292026-05-19T22:50:07.025Z |
30302026-05-19T22:50:07.025Z 77 | pub struct Record<R: RecordData = RData> {
30312026-05-19T22:50:07.025Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30322026-05-19T22:50:07.025Z |
30332026-05-19T22:50:07.025Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30342026-05-19T22:50:07.025Z |
30352026-05-19T22:50:07.025Z 78 | pub struct Record<R: RecordData = RData> {
30362026-05-19T22:50:07.025Z | ---------------------------------------- this is the found type
30372026-05-19T22:50:07.025Z = help: you can use `cargo tree` to explore your dependency tree
30382026-05-19T22:50:07.026Znote: required by a bound in `hickory_server::authority::MessageResponse`
30392026-05-19T22:50:07.026Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30402026-05-19T22:50:07.026Z |
30412026-05-19T22:50:07.026Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30422026-05-19T22:50:07.026Z | --------------- required by a bound in this struct
30432026-05-19T22:50:07.026Z 22 | where
30442026-05-19T22:50:07.026Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30452026-05-19T22:50:07.026Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30462026-05-19T22:50:07.026Z
30472026-05-19T22:50:07.026Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30482026-05-19T22:50:07.026Z --> dns-server/src/dns_server.rs:422:31
30492026-05-19T22:50:07.026Z |
30502026-05-19T22:50:07.026Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30512026-05-19T22:50:07.026Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30522026-05-19T22:50:07.026Z |
30532026-05-19T22:50:07.026Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30542026-05-19T22:50:07.026Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30552026-05-19T22:50:07.026Z |
30562026-05-19T22:50:07.026Z 77 | pub struct Record<R: RecordData = RData> {
30572026-05-19T22:50:07.026Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30582026-05-19T22:50:07.026Z |
30592026-05-19T22:50:07.026Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30602026-05-19T22:50:07.026Z |
30612026-05-19T22:50:07.026Z 78 | pub struct Record<R: RecordData = RData> {
30622026-05-19T22:50:07.026Z | ---------------------------------------- this is the found type
30632026-05-19T22:50:07.026Z = help: you can use `cargo tree` to explore your dependency tree
30642026-05-19T22:50:07.026Znote: required by a bound in `hickory_server::authority::MessageResponse`
30652026-05-19T22:50:07.026Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
30662026-05-19T22:50:07.026Z |
30672026-05-19T22:50:07.027Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30682026-05-19T22:50:07.032Z | --------------- required by a bound in this struct
30692026-05-19T22:50:07.032Z...
30702026-05-19T22:50:07.032Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
30712026-05-19T22:50:07.032Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30722026-05-19T22:50:07.032Z
30732026-05-19T22:50:07.032Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30742026-05-19T22:50:07.032Z --> dns-server/src/dns_server.rs:422:5
30752026-05-19T22:50:07.032Z |
30762026-05-19T22:50:07.032Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30772026-05-19T22:50:07.032Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
30782026-05-19T22:50:07.032Z |
30792026-05-19T22:50:07.032Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30802026-05-19T22:50:07.032Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30812026-05-19T22:50:07.032Z |
30822026-05-19T22:50:07.032Z 78 | pub struct Record<R: RecordData = RData> {
30832026-05-19T22:50:07.032Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30842026-05-19T22:50:07.032Z |
30852026-05-19T22:50:07.032Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30862026-05-19T22:50:07.032Z |
30872026-05-19T22:50:07.033Z 77 | pub struct Record<R: RecordData = RData> {
30882026-05-19T22:50:07.033Z | ---------------------------------------- this is the found type
30892026-05-19T22:50:07.033Z = help: you can use `cargo tree` to explore your dependency tree
30902026-05-19T22:50:07.033Znote: required by a bound in `dns_server::encode_and_send`
30912026-05-19T22:50:07.033Z --> dns-server/src/dns_server.rs:492:27
30922026-05-19T22:50:07.033Z |
30932026-05-19T22:50:07.033Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
30942026-05-19T22:50:07.033Z | --------------- required by a bound in this function
30952026-05-19T22:50:07.033Z...
30962026-05-19T22:50:07.033Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
30972026-05-19T22:50:07.033Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
30982026-05-19T22:50:07.033Z
30992026-05-19T22:50:07.033Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31002026-05-19T22:50:07.033Z --> dns-server/src/dns_server.rs:422:49
31012026-05-19T22:50:07.033Z |
31022026-05-19T22:50:07.033Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31032026-05-19T22:50:07.033Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31042026-05-19T22:50:07.033Z |
31052026-05-19T22:50:07.033Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31062026-05-19T22:50:07.033Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31072026-05-19T22:50:07.033Z |
31082026-05-19T22:50:07.033Z 78 | pub struct Record<R: RecordData = RData> {
31092026-05-19T22:50:07.033Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31102026-05-19T22:50:07.033Z |
31112026-05-19T22:50:07.033Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31122026-05-19T22:50:07.033Z |
31132026-05-19T22:50:07.033Z 77 | pub struct Record<R: RecordData = RData> {
31142026-05-19T22:50:07.033Z | ---------------------------------------- this is the found type
31152026-05-19T22:50:07.034Z = help: you can use `cargo tree` to explore your dependency tree
31162026-05-19T22:50:07.034Znote: required by a bound in `dns_server::encode_and_send`
31172026-05-19T22:50:07.034Z --> dns-server/src/dns_server.rs:492:27
31182026-05-19T22:50:07.034Z |
31192026-05-19T22:50:07.034Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31202026-05-19T22:50:07.034Z | --------------- required by a bound in this function
31212026-05-19T22:50:07.034Z...
31222026-05-19T22:50:07.034Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31232026-05-19T22:50:07.034Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31242026-05-19T22:50:07.034Z
31252026-05-19T22:50:07.034Zerror[E0308]: arguments to this method are incorrect
31262026-05-19T22:50:07.034Z --> dns-server/src/dns_server.rs:438:33
31272026-05-19T22:50:07.034Z |
31282026-05-19T22:50:07.034Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
31292026-05-19T22:50:07.034Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
31302026-05-19T22:50:07.034Z | |
31312026-05-19T22:50:07.034Z | expected `&Header`, found `&&Header`
31322026-05-19T22:50:07.034Z |
31332026-05-19T22:50:07.034Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
31342026-05-19T22:50:07.034Z found reference `&&hickory_proto::op::Header`
31352026-05-19T22:50:07.034Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31362026-05-19T22:50:07.034Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
31372026-05-19T22:50:07.034Z |
31382026-05-19T22:50:07.034Z 67 | pub enum ResponseCode {
31392026-05-19T22:50:07.034Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31402026-05-19T22:50:07.034Z |
31412026-05-19T22:50:07.034Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
31422026-05-19T22:50:07.034Z |
31432026-05-19T22:50:07.034Z 67 | pub enum ResponseCode {
31442026-05-19T22:50:07.034Z | --------------------- this is the found type
31452026-05-19T22:50:07.035Z = help: you can use `cargo tree` to explore your dependency tree
31462026-05-19T22:50:07.035Znote: method defined here
31472026-05-19T22:50:07.035Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
31482026-05-19T22:50:07.035Z |
31492026-05-19T22:50:07.035Z190 | pub fn error_msg<'a>(
31502026-05-19T22:50:07.035Z | ^^^^^^^^^
31512026-05-19T22:50:07.035Z
31522026-05-19T22:50:07.035Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31532026-05-19T22:50:07.035Z --> dns-server/src/dns_server.rs:457:50
31542026-05-19T22:50:07.035Z |
31552026-05-19T22:50:07.035Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31562026-05-19T22:50:07.035Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31572026-05-19T22:50:07.035Z | |
31582026-05-19T22:50:07.035Z | required by a bound introduced by this call
31592026-05-19T22:50:07.035Z |
31602026-05-19T22:50:07.035Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31612026-05-19T22:50:07.035Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31622026-05-19T22:50:07.035Z |
31632026-05-19T22:50:07.035Z 78 | pub struct Record<R: RecordData = RData> {
31642026-05-19T22:50:07.035Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31652026-05-19T22:50:07.035Z |
31662026-05-19T22:50:07.035Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31672026-05-19T22:50:07.035Z |
31682026-05-19T22:50:07.040Z 77 | pub struct Record<R: RecordData = RData> {
31692026-05-19T22:50:07.040Z | ---------------------------------------- this is the found type
31702026-05-19T22:50:07.040Z = help: you can use `cargo tree` to explore your dependency tree
31712026-05-19T22:50:07.040Znote: required by a bound in `dns_server::encode_and_send`
31722026-05-19T22:50:07.040Z --> dns-server/src/dns_server.rs:491:23
31732026-05-19T22:50:07.040Z |
31742026-05-19T22:50:07.040Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31752026-05-19T22:50:07.040Z | --------------- required by a bound in this function
31762026-05-19T22:50:07.040Z...
31772026-05-19T22:50:07.040Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
31782026-05-19T22:50:07.040Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31792026-05-19T22:50:07.040Z
31802026-05-19T22:50:07.040Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31812026-05-19T22:50:07.040Z --> dns-server/src/dns_server.rs:457:50
31822026-05-19T22:50:07.040Z |
31832026-05-19T22:50:07.040Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31842026-05-19T22:50:07.040Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31852026-05-19T22:50:07.040Z | |
31862026-05-19T22:50:07.040Z | required by a bound introduced by this call
31872026-05-19T22:50:07.040Z |
31882026-05-19T22:50:07.040Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31892026-05-19T22:50:07.040Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31902026-05-19T22:50:07.041Z |
31912026-05-19T22:50:07.041Z 78 | pub struct Record<R: RecordData = RData> {
31922026-05-19T22:50:07.041Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31932026-05-19T22:50:07.041Z |
31942026-05-19T22:50:07.041Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31952026-05-19T22:50:07.041Z |
31962026-05-19T22:50:07.041Z 77 | pub struct Record<R: RecordData = RData> {
31972026-05-19T22:50:07.041Z | ---------------------------------------- this is the found type
31982026-05-19T22:50:07.041Z = help: you can use `cargo tree` to explore your dependency tree
31992026-05-19T22:50:07.041Znote: required by a bound in `dns_server::encode_and_send`
32002026-05-19T22:50:07.041Z --> dns-server/src/dns_server.rs:492:27
32012026-05-19T22:50:07.041Z |
32022026-05-19T22:50:07.041Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32032026-05-19T22:50:07.041Z | --------------- required by a bound in this function
32042026-05-19T22:50:07.041Z...
32052026-05-19T22:50:07.041Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32062026-05-19T22:50:07.041Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32072026-05-19T22:50:07.041Z
32082026-05-19T22:50:07.041Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32092026-05-19T22:50:07.041Z --> dns-server/src/dns_server.rs:457:50
32102026-05-19T22:50:07.041Z |
32112026-05-19T22:50:07.041Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32122026-05-19T22:50:07.041Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32132026-05-19T22:50:07.041Z | |
32142026-05-19T22:50:07.041Z | required by a bound introduced by this call
32152026-05-19T22:50:07.041Z |
32162026-05-19T22:50:07.041Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32172026-05-19T22:50:07.041Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32182026-05-19T22:50:07.041Z |
32192026-05-19T22:50:07.042Z 78 | pub struct Record<R: RecordData = RData> {
32202026-05-19T22:50:07.042Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32212026-05-19T22:50:07.042Z |
32222026-05-19T22:50:07.042Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32232026-05-19T22:50:07.042Z |
32242026-05-19T22:50:07.042Z 77 | pub struct Record<R: RecordData = RData> {
32252026-05-19T22:50:07.042Z | ---------------------------------------- this is the found type
32262026-05-19T22:50:07.042Z = help: you can use `cargo tree` to explore your dependency tree
32272026-05-19T22:50:07.042Znote: required by a bound in `dns_server::encode_and_send`
32282026-05-19T22:50:07.042Z --> dns-server/src/dns_server.rs:493:19
32292026-05-19T22:50:07.042Z |
32302026-05-19T22:50:07.042Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32312026-05-19T22:50:07.042Z | --------------- required by a bound in this function
32322026-05-19T22:50:07.042Z...
32332026-05-19T22:50:07.042Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
32342026-05-19T22:50:07.042Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32352026-05-19T22:50:07.042Z
32362026-05-19T22:50:07.042Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32372026-05-19T22:50:07.042Z --> dns-server/src/dns_server.rs:457:50
32382026-05-19T22:50:07.042Z |
32392026-05-19T22:50:07.042Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32402026-05-19T22:50:07.042Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32412026-05-19T22:50:07.042Z | |
32422026-05-19T22:50:07.042Z | required by a bound introduced by this call
32432026-05-19T22:50:07.042Z |
32442026-05-19T22:50:07.042Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32452026-05-19T22:50:07.042Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32462026-05-19T22:50:07.042Z |
32472026-05-19T22:50:07.042Z 78 | pub struct Record<R: RecordData = RData> {
32482026-05-19T22:50:07.042Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32492026-05-19T22:50:07.043Z |
32502026-05-19T22:50:07.043Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32512026-05-19T22:50:07.043Z |
32522026-05-19T22:50:07.043Z 77 | pub struct Record<R: RecordData = RData> {
32532026-05-19T22:50:07.043Z | ---------------------------------------- this is the found type
32542026-05-19T22:50:07.043Z = help: you can use `cargo tree` to explore your dependency tree
32552026-05-19T22:50:07.043Znote: required by a bound in `dns_server::encode_and_send`
32562026-05-19T22:50:07.043Z --> dns-server/src/dns_server.rs:494:27
32572026-05-19T22:50:07.043Z |
32582026-05-19T22:50:07.043Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32592026-05-19T22:50:07.043Z | --------------- required by a bound in this function
32602026-05-19T22:50:07.043Z...
32612026-05-19T22:50:07.043Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32622026-05-19T22:50:07.043Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32632026-05-19T22:50:07.043Z
32642026-05-19T22:50:07.043Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32652026-05-19T22:50:07.043Z --> dns-server/src/dns_server.rs:457:25
32662026-05-19T22:50:07.043Z |
32672026-05-19T22:50:07.043Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32682026-05-19T22:50:07.049Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32692026-05-19T22:50:07.049Z |
32702026-05-19T22:50:07.049Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32712026-05-19T22:50:07.049Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32722026-05-19T22:50:07.049Z |
32732026-05-19T22:50:07.049Z 78 | pub struct Record<R: RecordData = RData> {
32742026-05-19T22:50:07.049Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32752026-05-19T22:50:07.049Z |
32762026-05-19T22:50:07.049Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32772026-05-19T22:50:07.049Z |
32782026-05-19T22:50:07.049Z 77 | pub struct Record<R: RecordData = RData> {
32792026-05-19T22:50:07.049Z | ---------------------------------------- this is the found type
32802026-05-19T22:50:07.050Z = help: you can use `cargo tree` to explore your dependency tree
32812026-05-19T22:50:07.050Znote: required by a bound in `dns_server::encode_and_send`
32822026-05-19T22:50:07.050Z --> dns-server/src/dns_server.rs:491:23
32832026-05-19T22:50:07.050Z |
32842026-05-19T22:50:07.050Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32852026-05-19T22:50:07.050Z | --------------- required by a bound in this function
32862026-05-19T22:50:07.050Z...
32872026-05-19T22:50:07.050Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32882026-05-19T22:50:07.050Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32892026-05-19T22:50:07.050Z
32902026-05-19T22:50:07.050Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32912026-05-19T22:50:07.050Z --> dns-server/src/dns_server.rs:457:25
32922026-05-19T22:50:07.050Z |
32932026-05-19T22:50:07.050Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32942026-05-19T22:50:07.050Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32952026-05-19T22:50:07.050Z |
32962026-05-19T22:50:07.050Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32972026-05-19T22:50:07.050Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32982026-05-19T22:50:07.050Z |
32992026-05-19T22:50:07.050Z 78 | pub struct Record<R: RecordData = RData> {
33002026-05-19T22:50:07.050Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33012026-05-19T22:50:07.050Z |
33022026-05-19T22:50:07.050Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33032026-05-19T22:50:07.050Z |
33042026-05-19T22:50:07.050Z 77 | pub struct Record<R: RecordData = RData> {
33052026-05-19T22:50:07.050Z | ---------------------------------------- this is the found type
33062026-05-19T22:50:07.050Z = help: you can use `cargo tree` to explore your dependency tree
33072026-05-19T22:50:07.050Znote: required by a bound in `dns_server::encode_and_send`
33082026-05-19T22:50:07.051Z --> dns-server/src/dns_server.rs:492:27
33092026-05-19T22:50:07.051Z |
33102026-05-19T22:50:07.051Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33112026-05-19T22:50:07.051Z | --------------- required by a bound in this function
33122026-05-19T22:50:07.051Z...
33132026-05-19T22:50:07.051Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33142026-05-19T22:50:07.051Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33152026-05-19T22:50:07.051Z
33162026-05-19T22:50:07.051Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33172026-05-19T22:50:07.051Z --> dns-server/src/dns_server.rs:457:25
33182026-05-19T22:50:07.051Z |
33192026-05-19T22:50:07.051Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33202026-05-19T22:50:07.051Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33212026-05-19T22:50:07.051Z |
33222026-05-19T22:50:07.051Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33232026-05-19T22:50:07.051Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33242026-05-19T22:50:07.051Z |
33252026-05-19T22:50:07.051Z 78 | pub struct Record<R: RecordData = RData> {
33262026-05-19T22:50:07.051Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33272026-05-19T22:50:07.051Z |
33282026-05-19T22:50:07.051Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33292026-05-19T22:50:07.051Z |
33302026-05-19T22:50:07.051Z 77 | pub struct Record<R: RecordData = RData> {
33312026-05-19T22:50:07.051Z | ---------------------------------------- this is the found type
33322026-05-19T22:50:07.051Z = help: you can use `cargo tree` to explore your dependency tree
33332026-05-19T22:50:07.051Znote: required by a bound in `dns_server::encode_and_send`
33342026-05-19T22:50:07.052Z --> dns-server/src/dns_server.rs:493:19
33352026-05-19T22:50:07.052Z |
33362026-05-19T22:50:07.052Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33372026-05-19T22:50:07.052Z | --------------- required by a bound in this function
33382026-05-19T22:50:07.052Z...
33392026-05-19T22:50:07.052Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
33402026-05-19T22:50:07.052Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33412026-05-19T22:50:07.052Z
33422026-05-19T22:50:07.052Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33432026-05-19T22:50:07.052Z --> dns-server/src/dns_server.rs:457:25
33442026-05-19T22:50:07.052Z |
33452026-05-19T22:50:07.052Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33462026-05-19T22:50:07.052Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33472026-05-19T22:50:07.052Z |
33482026-05-19T22:50:07.052Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33492026-05-19T22:50:07.052Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33502026-05-19T22:50:07.052Z |
33512026-05-19T22:50:07.052Z 78 | pub struct Record<R: RecordData = RData> {
33522026-05-19T22:50:07.052Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33532026-05-19T22:50:07.052Z |
33542026-05-19T22:50:07.052Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33552026-05-19T22:50:07.052Z |
33562026-05-19T22:50:07.052Z 77 | pub struct Record<R: RecordData = RData> {
33572026-05-19T22:50:07.052Z | ---------------------------------------- this is the found type
33582026-05-19T22:50:07.053Z = help: you can use `cargo tree` to explore your dependency tree
33592026-05-19T22:50:07.053Znote: required by a bound in `dns_server::encode_and_send`
33602026-05-19T22:50:07.053Z --> dns-server/src/dns_server.rs:494:27
33612026-05-19T22:50:07.053Z |
33622026-05-19T22:50:07.053Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33632026-05-19T22:50:07.053Z | --------------- required by a bound in this function
33642026-05-19T22:50:07.053Z...
33652026-05-19T22:50:07.053Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
33662026-05-19T22:50:07.053Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33672026-05-19T22:50:07.053Z
33682026-05-19T22:50:07.095Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33692026-05-19T22:50:07.095Z --> dns-server/src/dns_server.rs:457:69
33702026-05-19T22:50:07.095Z |
33712026-05-19T22:50:07.095Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33722026-05-19T22:50:07.095Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33732026-05-19T22:50:07.095Z |
33742026-05-19T22:50:07.095Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33752026-05-19T22:50:07.095Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33762026-05-19T22:50:07.095Z |
33772026-05-19T22:50:07.095Z 78 | pub struct Record<R: RecordData = RData> {
33782026-05-19T22:50:07.095Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33792026-05-19T22:50:07.095Z |
33802026-05-19T22:50:07.095Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33812026-05-19T22:50:07.095Z |
33822026-05-19T22:50:07.096Z 77 | pub struct Record<R: RecordData = RData> {
33832026-05-19T22:50:07.096Z | ---------------------------------------- this is the found type
33842026-05-19T22:50:07.096Z = help: you can use `cargo tree` to explore your dependency tree
33852026-05-19T22:50:07.096Znote: required by a bound in `dns_server::encode_and_send`
33862026-05-19T22:50:07.096Z --> dns-server/src/dns_server.rs:491:23
33872026-05-19T22:50:07.096Z |
33882026-05-19T22:50:07.096Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33892026-05-19T22:50:07.096Z | --------------- required by a bound in this function
33902026-05-19T22:50:07.096Z...
33912026-05-19T22:50:07.096Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33922026-05-19T22:50:07.096Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33932026-05-19T22:50:07.096Z
33942026-05-19T22:50:07.096Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33952026-05-19T22:50:07.096Z --> dns-server/src/dns_server.rs:457:69
33962026-05-19T22:50:07.096Z |
33972026-05-19T22:50:07.096Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33982026-05-19T22:50:07.096Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33992026-05-19T22:50:07.096Z |
34002026-05-19T22:50:07.096Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34012026-05-19T22:50:07.096Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34022026-05-19T22:50:07.096Z |
34032026-05-19T22:50:07.096Z 78 | pub struct Record<R: RecordData = RData> {
34042026-05-19T22:50:07.096Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34052026-05-19T22:50:07.096Z |
34062026-05-19T22:50:07.096Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34072026-05-19T22:50:07.097Z |
34082026-05-19T22:50:07.097Z 77 | pub struct Record<R: RecordData = RData> {
34092026-05-19T22:50:07.097Z | ---------------------------------------- this is the found type
34102026-05-19T22:50:07.097Z = help: you can use `cargo tree` to explore your dependency tree
34112026-05-19T22:50:07.097Znote: required by a bound in `dns_server::encode_and_send`
34122026-05-19T22:50:07.097Z --> dns-server/src/dns_server.rs:492:27
34132026-05-19T22:50:07.097Z |
34142026-05-19T22:50:07.097Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34152026-05-19T22:50:07.097Z | --------------- required by a bound in this function
34162026-05-19T22:50:07.097Z...
34172026-05-19T22:50:07.097Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34182026-05-19T22:50:07.097Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34192026-05-19T22:50:07.097Z
34202026-05-19T22:50:07.097Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34212026-05-19T22:50:07.097Z --> dns-server/src/dns_server.rs:457:69
34222026-05-19T22:50:07.097Z |
34232026-05-19T22:50:07.097Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34242026-05-19T22:50:07.097Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34252026-05-19T22:50:07.097Z |
34262026-05-19T22:50:07.097Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34272026-05-19T22:50:07.097Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34282026-05-19T22:50:07.097Z |
34292026-05-19T22:50:07.097Z 78 | pub struct Record<R: RecordData = RData> {
34302026-05-19T22:50:07.097Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34312026-05-19T22:50:07.097Z |
34322026-05-19T22:50:07.098Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34332026-05-19T22:50:07.098Z |
34342026-05-19T22:50:07.098Z 77 | pub struct Record<R: RecordData = RData> {
34352026-05-19T22:50:07.098Z | ---------------------------------------- this is the found type
34362026-05-19T22:50:07.098Z = help: you can use `cargo tree` to explore your dependency tree
34372026-05-19T22:50:07.098Znote: required by a bound in `dns_server::encode_and_send`
34382026-05-19T22:50:07.098Z --> dns-server/src/dns_server.rs:493:19
34392026-05-19T22:50:07.098Z |
34402026-05-19T22:50:07.098Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34412026-05-19T22:50:07.098Z | --------------- required by a bound in this function
34422026-05-19T22:50:07.098Z...
34432026-05-19T22:50:07.098Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34442026-05-19T22:50:07.098Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34452026-05-19T22:50:07.098Z
34462026-05-19T22:50:07.098Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34472026-05-19T22:50:07.098Z --> dns-server/src/dns_server.rs:457:69
34482026-05-19T22:50:07.098Z |
34492026-05-19T22:50:07.098Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34502026-05-19T22:50:07.098Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34512026-05-19T22:50:07.098Z |
34522026-05-19T22:50:07.098Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34532026-05-19T22:50:07.098Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34542026-05-19T22:50:07.098Z |
34552026-05-19T22:50:07.098Z 78 | pub struct Record<R: RecordData = RData> {
34562026-05-19T22:50:07.098Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34572026-05-19T22:50:07.098Z |
34582026-05-19T22:50:07.098Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34592026-05-19T22:50:07.099Z |
34602026-05-19T22:50:07.099Z 77 | pub struct Record<R: RecordData = RData> {
34612026-05-19T22:50:07.099Z | ---------------------------------------- this is the found type
34622026-05-19T22:50:07.099Z = help: you can use `cargo tree` to explore your dependency tree
34632026-05-19T22:50:07.099Znote: required by a bound in `dns_server::encode_and_send`
34642026-05-19T22:50:07.099Z --> dns-server/src/dns_server.rs:494:27
34652026-05-19T22:50:07.099Z |
34662026-05-19T22:50:07.099Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34672026-05-19T22:50:07.099Z | --------------- required by a bound in this function
34682026-05-19T22:50:07.110Z...
34692026-05-19T22:50:07.110Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34702026-05-19T22:50:07.110Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34712026-05-19T22:50:07.110Z
34722026-05-19T22:50:07.110Zerror[E0308]: arguments to this method are incorrect
34732026-05-19T22:50:07.110Z --> dns-server/src/dns_server.rs:477:20
34742026-05-19T22:50:07.110Z |
34752026-05-19T22:50:07.110Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
34762026-05-19T22:50:07.110Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
34772026-05-19T22:50:07.110Z | |
34782026-05-19T22:50:07.110Z | expected `Header`, found `hickory_proto::op::Header`
34792026-05-19T22:50:07.110Z |
34802026-05-19T22:50:07.110Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34812026-05-19T22:50:07.110Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
34822026-05-19T22:50:07.110Z |
34832026-05-19T22:50:07.111Z 57 | pub struct Header {
34842026-05-19T22:50:07.111Z | ^^^^^^^^^^^^^^^^^ this is the expected type
34852026-05-19T22:50:07.111Z |
34862026-05-19T22:50:07.111Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
34872026-05-19T22:50:07.111Z |
34882026-05-19T22:50:07.111Z 57 | pub struct Header {
34892026-05-19T22:50:07.111Z | ----------------- this is the found type
34902026-05-19T22:50:07.111Z = help: you can use `cargo tree` to explore your dependency tree
34912026-05-19T22:50:07.111Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34922026-05-19T22:50:07.111Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
34932026-05-19T22:50:07.111Z |
34942026-05-19T22:50:07.111Z 67 | pub enum ResponseCode {
34952026-05-19T22:50:07.111Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34962026-05-19T22:50:07.111Z |
34972026-05-19T22:50:07.111Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
34982026-05-19T22:50:07.111Z |
34992026-05-19T22:50:07.111Z 67 | pub enum ResponseCode {
35002026-05-19T22:50:07.111Z | --------------------- this is the found type
35012026-05-19T22:50:07.111Z = help: you can use `cargo tree` to explore your dependency tree
35022026-05-19T22:50:07.111Znote: method defined here
35032026-05-19T22:50:07.111Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
35042026-05-19T22:50:07.111Z |
35052026-05-19T22:50:07.111Z190 | pub fn error_msg<'a>(
35062026-05-19T22:50:07.111Z | ^^^^^^^^^
35072026-05-19T22:50:07.111Z
35082026-05-19T22:50:07.111Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35092026-05-19T22:50:07.112Z --> dns-server/src/dns_server.rs:478:50
35102026-05-19T22:50:07.112Z |
35112026-05-19T22:50:07.112Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35122026-05-19T22:50:07.112Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35132026-05-19T22:50:07.112Z | |
35142026-05-19T22:50:07.112Z | required by a bound introduced by this call
35152026-05-19T22:50:07.112Z |
35162026-05-19T22:50:07.112Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35172026-05-19T22:50:07.112Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35182026-05-19T22:50:07.112Z |
35192026-05-19T22:50:07.112Z 78 | pub struct Record<R: RecordData = RData> {
35202026-05-19T22:50:07.112Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35212026-05-19T22:50:07.112Z |
35222026-05-19T22:50:07.112Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35232026-05-19T22:50:07.112Z |
35242026-05-19T22:50:07.112Z 77 | pub struct Record<R: RecordData = RData> {
35252026-05-19T22:50:07.112Z | ---------------------------------------- this is the found type
35262026-05-19T22:50:07.112Z = help: you can use `cargo tree` to explore your dependency tree
35272026-05-19T22:50:07.112Znote: required by a bound in `dns_server::encode_and_send`
35282026-05-19T22:50:07.112Z --> dns-server/src/dns_server.rs:491:23
35292026-05-19T22:50:07.112Z |
35302026-05-19T22:50:07.112Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35312026-05-19T22:50:07.112Z | --------------- required by a bound in this function
35322026-05-19T22:50:07.112Z...
35332026-05-19T22:50:07.112Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35342026-05-19T22:50:07.112Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35352026-05-19T22:50:07.112Z
35362026-05-19T22:50:07.113Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35372026-05-19T22:50:07.113Z --> dns-server/src/dns_server.rs:478:50
35382026-05-19T22:50:07.113Z |
35392026-05-19T22:50:07.113Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35402026-05-19T22:50:07.113Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35412026-05-19T22:50:07.113Z | |
35422026-05-19T22:50:07.113Z | required by a bound introduced by this call
35432026-05-19T22:50:07.113Z |
35442026-05-19T22:50:07.113Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35452026-05-19T22:50:07.113Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35462026-05-19T22:50:07.113Z |
35472026-05-19T22:50:07.113Z 78 | pub struct Record<R: RecordData = RData> {
35482026-05-19T22:50:07.113Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35492026-05-19T22:50:07.113Z |
35502026-05-19T22:50:07.113Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35512026-05-19T22:50:07.113Z |
35522026-05-19T22:50:07.113Z 77 | pub struct Record<R: RecordData = RData> {
35532026-05-19T22:50:07.113Z | ---------------------------------------- this is the found type
35542026-05-19T22:50:07.113Z = help: you can use `cargo tree` to explore your dependency tree
35552026-05-19T22:50:07.113Znote: required by a bound in `dns_server::encode_and_send`
35562026-05-19T22:50:07.113Z --> dns-server/src/dns_server.rs:492:27
35572026-05-19T22:50:07.113Z |
35582026-05-19T22:50:07.113Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35592026-05-19T22:50:07.113Z | --------------- required by a bound in this function
35602026-05-19T22:50:07.113Z...
35612026-05-19T22:50:07.113Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35622026-05-19T22:50:07.113Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35632026-05-19T22:50:07.114Z
35642026-05-19T22:50:07.114Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35652026-05-19T22:50:07.114Z --> dns-server/src/dns_server.rs:478:50
35662026-05-19T22:50:07.114Z |
35672026-05-19T22:50:07.114Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35682026-05-19T22:50:07.122Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35692026-05-19T22:50:07.123Z | |
35702026-05-19T22:50:07.123Z | required by a bound introduced by this call
35712026-05-19T22:50:07.123Z |
35722026-05-19T22:50:07.123Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35732026-05-19T22:50:07.123Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35742026-05-19T22:50:07.123Z |
35752026-05-19T22:50:07.123Z 78 | pub struct Record<R: RecordData = RData> {
35762026-05-19T22:50:07.123Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35772026-05-19T22:50:07.123Z |
35782026-05-19T22:50:07.123Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35792026-05-19T22:50:07.123Z |
35802026-05-19T22:50:07.123Z 77 | pub struct Record<R: RecordData = RData> {
35812026-05-19T22:50:07.123Z | ---------------------------------------- this is the found type
35822026-05-19T22:50:07.123Z = help: you can use `cargo tree` to explore your dependency tree
35832026-05-19T22:50:07.123Znote: required by a bound in `dns_server::encode_and_send`
35842026-05-19T22:50:07.123Z --> dns-server/src/dns_server.rs:493:19
35852026-05-19T22:50:07.123Z |
35862026-05-19T22:50:07.123Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35872026-05-19T22:50:07.123Z | --------------- required by a bound in this function
35882026-05-19T22:50:07.123Z...
35892026-05-19T22:50:07.123Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35902026-05-19T22:50:07.123Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35912026-05-19T22:50:07.123Z
35922026-05-19T22:50:07.123Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35932026-05-19T22:50:07.123Z --> dns-server/src/dns_server.rs:478:50
35942026-05-19T22:50:07.123Z |
35952026-05-19T22:50:07.123Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35962026-05-19T22:50:07.123Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35972026-05-19T22:50:07.124Z | |
35982026-05-19T22:50:07.124Z | required by a bound introduced by this call
35992026-05-19T22:50:07.124Z |
36002026-05-19T22:50:07.124Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36012026-05-19T22:50:07.124Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36022026-05-19T22:50:07.124Z |
36032026-05-19T22:50:07.124Z 78 | pub struct Record<R: RecordData = RData> {
36042026-05-19T22:50:07.124Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36052026-05-19T22:50:07.124Z |
36062026-05-19T22:50:07.124Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36072026-05-19T22:50:07.124Z |
36082026-05-19T22:50:07.124Z 77 | pub struct Record<R: RecordData = RData> {
36092026-05-19T22:50:07.124Z | ---------------------------------------- this is the found type
36102026-05-19T22:50:07.124Z = help: you can use `cargo tree` to explore your dependency tree
36112026-05-19T22:50:07.124Znote: required by a bound in `dns_server::encode_and_send`
36122026-05-19T22:50:07.124Z --> dns-server/src/dns_server.rs:494:27
36132026-05-19T22:50:07.124Z |
36142026-05-19T22:50:07.124Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36152026-05-19T22:50:07.124Z | --------------- required by a bound in this function
36162026-05-19T22:50:07.124Z...
36172026-05-19T22:50:07.124Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36182026-05-19T22:50:07.124Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36192026-05-19T22:50:07.124Z
36202026-05-19T22:50:07.124Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36212026-05-19T22:50:07.124Z --> dns-server/src/dns_server.rs:478:25
36222026-05-19T22:50:07.124Z |
36232026-05-19T22:50:07.124Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36242026-05-19T22:50:07.125Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36252026-05-19T22:50:07.125Z |
36262026-05-19T22:50:07.125Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36272026-05-19T22:50:07.125Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36282026-05-19T22:50:07.125Z |
36292026-05-19T22:50:07.125Z 78 | pub struct Record<R: RecordData = RData> {
36302026-05-19T22:50:07.125Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36312026-05-19T22:50:07.125Z |
36322026-05-19T22:50:07.125Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36332026-05-19T22:50:07.125Z |
36342026-05-19T22:50:07.125Z 77 | pub struct Record<R: RecordData = RData> {
36352026-05-19T22:50:07.125Z | ---------------------------------------- this is the found type
36362026-05-19T22:50:07.125Z = help: you can use `cargo tree` to explore your dependency tree
36372026-05-19T22:50:07.125Znote: required by a bound in `dns_server::encode_and_send`
36382026-05-19T22:50:07.125Z --> dns-server/src/dns_server.rs:491:23
36392026-05-19T22:50:07.125Z |
36402026-05-19T22:50:07.125Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36412026-05-19T22:50:07.125Z | --------------- required by a bound in this function
36422026-05-19T22:50:07.125Z...
36432026-05-19T22:50:07.125Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
36442026-05-19T22:50:07.125Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36452026-05-19T22:50:07.125Z
36462026-05-19T22:50:07.125Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36472026-05-19T22:50:07.125Z --> dns-server/src/dns_server.rs:478:25
36482026-05-19T22:50:07.125Z |
36492026-05-19T22:50:07.125Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36502026-05-19T22:50:07.126Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36512026-05-19T22:50:07.126Z |
36522026-05-19T22:50:07.126Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36532026-05-19T22:50:07.126Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36542026-05-19T22:50:07.126Z |
36552026-05-19T22:50:07.126Z 78 | pub struct Record<R: RecordData = RData> {
36562026-05-19T22:50:07.126Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36572026-05-19T22:50:07.126Z |
36582026-05-19T22:50:07.126Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36592026-05-19T22:50:07.126Z |
36602026-05-19T22:50:07.126Z 77 | pub struct Record<R: RecordData = RData> {
36612026-05-19T22:50:07.126Z | ---------------------------------------- this is the found type
36622026-05-19T22:50:07.126Z = help: you can use `cargo tree` to explore your dependency tree
36632026-05-19T22:50:07.126Znote: required by a bound in `dns_server::encode_and_send`
36642026-05-19T22:50:07.126Z --> dns-server/src/dns_server.rs:492:27
36652026-05-19T22:50:07.126Z |
36662026-05-19T22:50:07.126Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36672026-05-19T22:50:07.126Z | --------------- required by a bound in this function
36682026-05-19T22:50:07.134Z...
36692026-05-19T22:50:07.134Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36702026-05-19T22:50:07.134Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36712026-05-19T22:50:07.134Z
36722026-05-19T22:50:07.134Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36732026-05-19T22:50:07.134Z --> dns-server/src/dns_server.rs:478:25
36742026-05-19T22:50:07.134Z |
36752026-05-19T22:50:07.134Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36762026-05-19T22:50:07.134Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36772026-05-19T22:50:07.134Z |
36782026-05-19T22:50:07.134Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36792026-05-19T22:50:07.134Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36802026-05-19T22:50:07.134Z |
36812026-05-19T22:50:07.134Z 78 | pub struct Record<R: RecordData = RData> {
36822026-05-19T22:50:07.135Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36832026-05-19T22:50:07.135Z |
36842026-05-19T22:50:07.135Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36852026-05-19T22:50:07.135Z |
36862026-05-19T22:50:07.135Z 77 | pub struct Record<R: RecordData = RData> {
36872026-05-19T22:50:07.135Z | ---------------------------------------- this is the found type
36882026-05-19T22:50:07.135Z = help: you can use `cargo tree` to explore your dependency tree
36892026-05-19T22:50:07.135Znote: required by a bound in `dns_server::encode_and_send`
36902026-05-19T22:50:07.135Z --> dns-server/src/dns_server.rs:493:19
36912026-05-19T22:50:07.135Z |
36922026-05-19T22:50:07.135Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36932026-05-19T22:50:07.135Z | --------------- required by a bound in this function
36942026-05-19T22:50:07.135Z...
36952026-05-19T22:50:07.135Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36962026-05-19T22:50:07.135Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36972026-05-19T22:50:07.135Z
36982026-05-19T22:50:07.135Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36992026-05-19T22:50:07.135Z --> dns-server/src/dns_server.rs:478:25
37002026-05-19T22:50:07.136Z |
37012026-05-19T22:50:07.136Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37022026-05-19T22:50:07.136Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37032026-05-19T22:50:07.136Z |
37042026-05-19T22:50:07.136Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37052026-05-19T22:50:07.136Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37062026-05-19T22:50:07.136Z |
37072026-05-19T22:50:07.136Z 78 | pub struct Record<R: RecordData = RData> {
37082026-05-19T22:50:07.136Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37092026-05-19T22:50:07.136Z |
37102026-05-19T22:50:07.136Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37112026-05-19T22:50:07.136Z |
37122026-05-19T22:50:07.136Z 77 | pub struct Record<R: RecordData = RData> {
37132026-05-19T22:50:07.136Z | ---------------------------------------- this is the found type
37142026-05-19T22:50:07.136Z = help: you can use `cargo tree` to explore your dependency tree
37152026-05-19T22:50:07.136Znote: required by a bound in `dns_server::encode_and_send`
37162026-05-19T22:50:07.136Z --> dns-server/src/dns_server.rs:494:27
37172026-05-19T22:50:07.136Z |
37182026-05-19T22:50:07.136Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37192026-05-19T22:50:07.136Z | --------------- required by a bound in this function
37202026-05-19T22:50:07.137Z...
37212026-05-19T22:50:07.137Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37222026-05-19T22:50:07.137Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37232026-05-19T22:50:07.137Z
37242026-05-19T22:50:07.137Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37252026-05-19T22:50:07.137Z --> dns-server/src/dns_server.rs:478:69
37262026-05-19T22:50:07.137Z |
37272026-05-19T22:50:07.137Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37282026-05-19T22:50:07.137Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37292026-05-19T22:50:07.137Z |
37302026-05-19T22:50:07.137Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37312026-05-19T22:50:07.137Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37322026-05-19T22:50:07.137Z |
37332026-05-19T22:50:07.137Z 78 | pub struct Record<R: RecordData = RData> {
37342026-05-19T22:50:07.137Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37352026-05-19T22:50:07.137Z |
37362026-05-19T22:50:07.137Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37372026-05-19T22:50:07.137Z |
37382026-05-19T22:50:07.138Z 77 | pub struct Record<R: RecordData = RData> {
37392026-05-19T22:50:07.138Z | ---------------------------------------- this is the found type
37402026-05-19T22:50:07.138Z = help: you can use `cargo tree` to explore your dependency tree
37412026-05-19T22:50:07.138Znote: required by a bound in `dns_server::encode_and_send`
37422026-05-19T22:50:07.138Z --> dns-server/src/dns_server.rs:491:23
37432026-05-19T22:50:07.138Z |
37442026-05-19T22:50:07.138Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37452026-05-19T22:50:07.138Z | --------------- required by a bound in this function
37462026-05-19T22:50:07.138Z...
37472026-05-19T22:50:07.138Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37482026-05-19T22:50:07.138Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37492026-05-19T22:50:07.138Z
37502026-05-19T22:50:07.138Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37512026-05-19T22:50:07.138Z --> dns-server/src/dns_server.rs:478:69
37522026-05-19T22:50:07.138Z |
37532026-05-19T22:50:07.138Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37542026-05-19T22:50:07.138Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37552026-05-19T22:50:07.138Z |
37562026-05-19T22:50:07.138Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37572026-05-19T22:50:07.138Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37582026-05-19T22:50:07.138Z |
37592026-05-19T22:50:07.138Z 78 | pub struct Record<R: RecordData = RData> {
37602026-05-19T22:50:07.138Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37612026-05-19T22:50:07.138Z |
37622026-05-19T22:50:07.138Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37632026-05-19T22:50:07.138Z |
37642026-05-19T22:50:07.139Z 77 | pub struct Record<R: RecordData = RData> {
37652026-05-19T22:50:07.139Z | ---------------------------------------- this is the found type
37662026-05-19T22:50:07.139Z = help: you can use `cargo tree` to explore your dependency tree
37672026-05-19T22:50:07.139Znote: required by a bound in `dns_server::encode_and_send`
37682026-05-19T22:50:07.144Z --> dns-server/src/dns_server.rs:492:27
37692026-05-19T22:50:07.144Z |
37702026-05-19T22:50:07.144Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37712026-05-19T22:50:07.144Z | --------------- required by a bound in this function
37722026-05-19T22:50:07.144Z...
37732026-05-19T22:50:07.144Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37742026-05-19T22:50:07.144Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37752026-05-19T22:50:07.144Z
37762026-05-19T22:50:07.144Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37772026-05-19T22:50:07.144Z --> dns-server/src/dns_server.rs:478:69
37782026-05-19T22:50:07.144Z |
37792026-05-19T22:50:07.145Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37802026-05-19T22:50:07.145Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37812026-05-19T22:50:07.145Z |
37822026-05-19T22:50:07.145Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37832026-05-19T22:50:07.145Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37842026-05-19T22:50:07.145Z |
37852026-05-19T22:50:07.145Z 78 | pub struct Record<R: RecordData = RData> {
37862026-05-19T22:50:07.145Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37872026-05-19T22:50:07.145Z |
37882026-05-19T22:50:07.145Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37892026-05-19T22:50:07.145Z |
37902026-05-19T22:50:07.145Z 77 | pub struct Record<R: RecordData = RData> {
37912026-05-19T22:50:07.145Z | ---------------------------------------- this is the found type
37922026-05-19T22:50:07.145Z = help: you can use `cargo tree` to explore your dependency tree
37932026-05-19T22:50:07.145Znote: required by a bound in `dns_server::encode_and_send`
37942026-05-19T22:50:07.145Z --> dns-server/src/dns_server.rs:493:19
37952026-05-19T22:50:07.145Z |
37962026-05-19T22:50:07.145Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37972026-05-19T22:50:07.145Z | --------------- required by a bound in this function
37982026-05-19T22:50:07.145Z...
37992026-05-19T22:50:07.145Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38002026-05-19T22:50:07.145Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38012026-05-19T22:50:07.145Z
38022026-05-19T22:50:07.145Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38032026-05-19T22:50:07.145Z --> dns-server/src/dns_server.rs:478:69
38042026-05-19T22:50:07.145Z |
38052026-05-19T22:50:07.146Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38062026-05-19T22:50:07.146Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38072026-05-19T22:50:07.146Z |
38082026-05-19T22:50:07.146Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38092026-05-19T22:50:07.146Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38102026-05-19T22:50:07.146Z |
38112026-05-19T22:50:07.146Z 78 | pub struct Record<R: RecordData = RData> {
38122026-05-19T22:50:07.146Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38132026-05-19T22:50:07.146Z |
38142026-05-19T22:50:07.146Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38152026-05-19T22:50:07.146Z |
38162026-05-19T22:50:07.146Z 77 | pub struct Record<R: RecordData = RData> {
38172026-05-19T22:50:07.146Z | ---------------------------------------- this is the found type
38182026-05-19T22:50:07.146Z = help: you can use `cargo tree` to explore your dependency tree
38192026-05-19T22:50:07.146Znote: required by a bound in `dns_server::encode_and_send`
38202026-05-19T22:50:07.146Z --> dns-server/src/dns_server.rs:494:27
38212026-05-19T22:50:07.146Z |
38222026-05-19T22:50:07.146Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38232026-05-19T22:50:07.146Z | --------------- required by a bound in this function
38242026-05-19T22:50:07.146Z...
38252026-05-19T22:50:07.146Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38262026-05-19T22:50:07.146Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38272026-05-19T22:50:07.146Z
38282026-05-19T22:50:07.146Zerror[E0599]: the method `destructive_emit` exists for struct `hickory_server::authority::MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
38292026-05-19T22:50:07.146Z --> dns-server/src/dns_server.rs:500:14
38302026-05-19T22:50:07.146Z |
38312026-05-19T22:50:07.146Z499 | let _ = mresp
38322026-05-19T22:50:07.146Z | _________________-
38332026-05-19T22:50:07.147Z500 | | .destructive_emit(&mut enc)
38342026-05-19T22:50:07.147Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
38352026-05-19T22:50:07.147Z | |_____________|
38362026-05-19T22:50:07.147Z |
38372026-05-19T22:50:07.147Z |
38382026-05-19T22:50:07.147Z = note: the following trait bounds were not satisfied:
38392026-05-19T22:50:07.147Z `<Answers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38402026-05-19T22:50:07.147Z `<NameServers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38412026-05-19T22:50:07.147Z `<Soa as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38422026-05-19T22:50:07.147Z `<Additionals as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38432026-05-19T22:50:07.147Z
38442026-05-19T22:50:07.147Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
38452026-05-19T22:50:07.147Zerror[E0308]: mismatched types
38462026-05-19T22:50:07.147Z --> dns-server/src/dns_server.rs:229:35
38472026-05-19T22:50:07.147Z |
38482026-05-19T22:50:07.147Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
38492026-05-19T22:50:07.147Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38502026-05-19T22:50:07.147Z | |
38512026-05-19T22:50:07.147Z | arguments to this function are incorrect
38522026-05-19T22:50:07.147Z |
38532026-05-19T22:50:07.147Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38542026-05-19T22:50:07.147Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38552026-05-19T22:50:07.147Z |
38562026-05-19T22:50:07.147Z 34 | pub struct Name {
38572026-05-19T22:50:07.147Z | ^^^^^^^^^^^^^^^ this is the expected type
38582026-05-19T22:50:07.147Z |
38592026-05-19T22:50:07.147Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38602026-05-19T22:50:07.148Z |
38612026-05-19T22:50:07.148Z 37 | pub struct Name {
38622026-05-19T22:50:07.148Z | --------------- this is the found type
38632026-05-19T22:50:07.148Z = help: you can use `cargo tree` to explore your dependency tree
38642026-05-19T22:50:07.148Znote: associated function defined here
38652026-05-19T22:50:07.148Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
38662026-05-19T22:50:07.148Z |
38672026-05-19T22:50:07.148Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
38682026-05-19T22:50:07.153Z | ^^^^^^^^^^
38692026-05-19T22:50:07.153Z
38702026-05-19T22:50:07.153Zerror[E0308]: mismatched types
38712026-05-19T22:50:07.153Z --> dns-server/src/dns_server.rs:233:35
38722026-05-19T22:50:07.153Z |
38732026-05-19T22:50:07.153Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
38742026-05-19T22:50:07.153Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38752026-05-19T22:50:07.153Z | |
38762026-05-19T22:50:07.153Z | arguments to this function are incorrect
38772026-05-19T22:50:07.153Z |
38782026-05-19T22:50:07.153Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38792026-05-19T22:50:07.153Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38802026-05-19T22:50:07.153Z |
38812026-05-19T22:50:07.153Z 34 | pub struct Name {
38822026-05-19T22:50:07.153Z | ^^^^^^^^^^^^^^^ this is the expected type
38832026-05-19T22:50:07.153Z |
38842026-05-19T22:50:07.153Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38852026-05-19T22:50:07.153Z |
38862026-05-19T22:50:07.153Z 37 | pub struct Name {
38872026-05-19T22:50:07.153Z | --------------- this is the found type
38882026-05-19T22:50:07.153Z = help: you can use `cargo tree` to explore your dependency tree
38892026-05-19T22:50:07.153Znote: associated function defined here
38902026-05-19T22:50:07.153Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
38912026-05-19T22:50:07.154Z |
38922026-05-19T22:50:07.154Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
38932026-05-19T22:50:07.154Z | ^^^^^^^^^^
38942026-05-19T22:50:07.154Z
38952026-05-19T22:50:07.154Zerror[E0308]: mismatched types
38962026-05-19T22:50:07.154Z --> dns-server/src/dns_server.rs:247:60
38972026-05-19T22:50:07.154Z |
38982026-05-19T22:50:07.154Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
38992026-05-19T22:50:07.154Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39002026-05-19T22:50:07.154Z | |
39012026-05-19T22:50:07.154Z | arguments to this function are incorrect
39022026-05-19T22:50:07.154Z |
39032026-05-19T22:50:07.154Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39042026-05-19T22:50:07.154Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39052026-05-19T22:50:07.154Z |
39062026-05-19T22:50:07.154Z 34 | pub struct Name {
39072026-05-19T22:50:07.154Z | ^^^^^^^^^^^^^^^ this is the expected type
39082026-05-19T22:50:07.154Z |
39092026-05-19T22:50:07.154Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39102026-05-19T22:50:07.154Z |
39112026-05-19T22:50:07.154Z 37 | pub struct Name {
39122026-05-19T22:50:07.154Z | --------------- this is the found type
39132026-05-19T22:50:07.154Z = help: you can use `cargo tree` to explore your dependency tree
39142026-05-19T22:50:07.154Znote: associated function defined here
39152026-05-19T22:50:07.154Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
39162026-05-19T22:50:07.154Z |
39172026-05-19T22:50:07.154Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
39182026-05-19T22:50:07.154Z | ^^^
39192026-05-19T22:50:07.154Z
39202026-05-19T22:50:07.154Zerror[E0308]: mismatched types
39212026-05-19T22:50:07.154Z --> dns-server/src/dns_server.rs:245:17
39222026-05-19T22:50:07.154Z |
39232026-05-19T22:50:07.154Z244 | Ok(Record::from_rdata(
39242026-05-19T22:50:07.154Z | ------------------ arguments to this function are incorrect
39252026-05-19T22:50:07.154Z245 | name.clone(),
39262026-05-19T22:50:07.154Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39272026-05-19T22:50:07.154Z |
39282026-05-19T22:50:07.154Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39292026-05-19T22:50:07.155Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39302026-05-19T22:50:07.155Z |
39312026-05-19T22:50:07.155Z 34 | pub struct Name {
39322026-05-19T22:50:07.155Z | ^^^^^^^^^^^^^^^ this is the expected type
39332026-05-19T22:50:07.155Z |
39342026-05-19T22:50:07.155Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39352026-05-19T22:50:07.155Z |
39362026-05-19T22:50:07.155Z 37 | pub struct Name {
39372026-05-19T22:50:07.155Z | --------------- this is the found type
39382026-05-19T22:50:07.155Z = help: you can use `cargo tree` to explore your dependency tree
39392026-05-19T22:50:07.155Znote: associated function defined here
39402026-05-19T22:50:07.155Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39412026-05-19T22:50:07.155Z |
39422026-05-19T22:50:07.155Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39432026-05-19T22:50:07.155Z | ^^^^^^^^^^
39442026-05-19T22:50:07.155Z
39452026-05-19T22:50:07.155Zerror[E0308]: mismatched types
39462026-05-19T22:50:07.155Z --> dns-server/src/dns_server.rs:259:65
39472026-05-19T22:50:07.155Z |
39482026-05-19T22:50:07.155Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39492026-05-19T22:50:07.155Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39502026-05-19T22:50:07.155Z | |
39512026-05-19T22:50:07.155Z | arguments to this struct are incorrect
39522026-05-19T22:50:07.156Z |
39532026-05-19T22:50:07.156Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39542026-05-19T22:50:07.156Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39552026-05-19T22:50:07.156Z |
39562026-05-19T22:50:07.156Z 34 | pub struct Name {
39572026-05-19T22:50:07.156Z | ^^^^^^^^^^^^^^^ this is the expected type
39582026-05-19T22:50:07.156Z |
39592026-05-19T22:50:07.156Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39602026-05-19T22:50:07.156Z |
39612026-05-19T22:50:07.156Z 37 | pub struct Name {
39622026-05-19T22:50:07.156Z | --------------- this is the found type
39632026-05-19T22:50:07.156Z = help: you can use `cargo tree` to explore your dependency tree
39642026-05-19T22:50:07.156Znote: tuple struct defined here
39652026-05-19T22:50:07.156Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
39662026-05-19T22:50:07.156Z |
39672026-05-19T22:50:07.156Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
39682026-05-19T22:50:07.163Z | ^^
39692026-05-19T22:50:07.163Z
39702026-05-19T22:50:07.163Zerror[E0308]: mismatched types
39712026-05-19T22:50:07.163Z --> dns-server/src/dns_server.rs:259:35
39722026-05-19T22:50:07.163Z |
39732026-05-19T22:50:07.163Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39742026-05-19T22:50:07.163Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39752026-05-19T22:50:07.163Z | |
39762026-05-19T22:50:07.163Z | arguments to this function are incorrect
39772026-05-19T22:50:07.163Z |
39782026-05-19T22:50:07.163Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39792026-05-19T22:50:07.163Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39802026-05-19T22:50:07.163Z |
39812026-05-19T22:50:07.163Z 34 | pub struct Name {
39822026-05-19T22:50:07.163Z | ^^^^^^^^^^^^^^^ this is the expected type
39832026-05-19T22:50:07.164Z |
39842026-05-19T22:50:07.164Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39852026-05-19T22:50:07.164Z |
39862026-05-19T22:50:07.164Z 37 | pub struct Name {
39872026-05-19T22:50:07.164Z | --------------- this is the found type
39882026-05-19T22:50:07.164Z = help: you can use `cargo tree` to explore your dependency tree
39892026-05-19T22:50:07.164Znote: associated function defined here
39902026-05-19T22:50:07.164Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39912026-05-19T22:50:07.164Z |
39922026-05-19T22:50:07.164Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39932026-05-19T22:50:07.164Z | ^^^^^^^^^^
39942026-05-19T22:50:07.164Z
39952026-05-19T22:50:07.164Zerror[E0308]: arguments to this function are incorrect
39962026-05-19T22:50:07.164Z --> dns-server/src/storage.rs:448:43
39972026-05-19T22:50:07.164Z |
39982026-05-19T22:50:07.164Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
39992026-05-19T22:50:07.164Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40002026-05-19T22:50:07.164Z449 | preferred_nameserver,
40012026-05-19T22:50:07.164Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40022026-05-19T22:50:07.164Z450 | rname,
40032026-05-19T22:50:07.164Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40042026-05-19T22:50:07.164Z |
40052026-05-19T22:50:07.164Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40062026-05-19T22:50:07.165Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40072026-05-19T22:50:07.165Z |
40082026-05-19T22:50:07.165Z 34 | pub struct Name {
40092026-05-19T22:50:07.165Z | ^^^^^^^^^^^^^^^ this is the expected type
40102026-05-19T22:50:07.165Z |
40112026-05-19T22:50:07.165Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40122026-05-19T22:50:07.165Z |
40132026-05-19T22:50:07.165Z 37 | pub struct Name {
40142026-05-19T22:50:07.165Z | --------------- this is the found type
40152026-05-19T22:50:07.165Z = help: you can use `cargo tree` to explore your dependency tree
40162026-05-19T22:50:07.165Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40172026-05-19T22:50:07.165Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40182026-05-19T22:50:07.165Z |
40192026-05-19T22:50:07.165Z 34 | pub struct Name {
40202026-05-19T22:50:07.165Z | ^^^^^^^^^^^^^^^ this is the expected type
40212026-05-19T22:50:07.165Z |
40222026-05-19T22:50:07.165Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40232026-05-19T22:50:07.165Z |
40242026-05-19T22:50:07.165Z 37 | pub struct Name {
40252026-05-19T22:50:07.165Z | --------------- this is the found type
40262026-05-19T22:50:07.165Z = help: you can use `cargo tree` to explore your dependency tree
40272026-05-19T22:50:07.165Znote: associated function defined here
40282026-05-19T22:50:07.165Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
40292026-05-19T22:50:07.165Z |
40302026-05-19T22:50:07.165Z154 | pub fn new(
40312026-05-19T22:50:07.165Z | ^^^
40322026-05-19T22:50:07.165Z
40332026-05-19T22:50:07.165Zerror[E0308]: mismatched types
40342026-05-19T22:50:07.165Z --> dns-server/src/storage.rs:446:13
40352026-05-19T22:50:07.165Z |
40362026-05-19T22:50:07.165Z445 | let record = hickory_proto::rr::Record::from_rdata(
40372026-05-19T22:50:07.165Z | ------------------------------------- arguments to this function are incorrect
40382026-05-19T22:50:07.166Z446 | soa_name,
40392026-05-19T22:50:07.166Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40402026-05-19T22:50:07.166Z |
40412026-05-19T22:50:07.166Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40422026-05-19T22:50:07.166Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40432026-05-19T22:50:07.166Z |
40442026-05-19T22:50:07.166Z 34 | pub struct Name {
40452026-05-19T22:50:07.166Z | ^^^^^^^^^^^^^^^ this is the expected type
40462026-05-19T22:50:07.166Z |
40472026-05-19T22:50:07.166Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40482026-05-19T22:50:07.166Z |
40492026-05-19T22:50:07.166Z 37 | pub struct Name {
40502026-05-19T22:50:07.166Z | --------------- this is the found type
40512026-05-19T22:50:07.166Z = help: you can use `cargo tree` to explore your dependency tree
40522026-05-19T22:50:07.166Znote: associated function defined here
40532026-05-19T22:50:07.166Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40542026-05-19T22:50:07.166Z |
40552026-05-19T22:50:07.166Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40562026-05-19T22:50:07.166Z | ^^^^^^^^^^
40572026-05-19T22:50:07.166Z
40582026-05-19T22:50:07.171Zerror[E0308]: mismatched types
40592026-05-19T22:50:07.171Z --> dns-server/src/storage.rs:768:30
40602026-05-19T22:50:07.171Z |
40612026-05-19T22:50:07.171Z768 | self.query_raw(name, orig_name)
40622026-05-19T22:50:07.171Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
40632026-05-19T22:50:07.171Z | |
40642026-05-19T22:50:07.171Z | arguments to this method are incorrect
40652026-05-19T22:50:07.171Z |
40662026-05-19T22:50:07.171Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40672026-05-19T22:50:07.171Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40682026-05-19T22:50:07.171Z |
40692026-05-19T22:50:07.171Z 37 | pub struct Name {
40702026-05-19T22:50:07.171Z | ^^^^^^^^^^^^^^^ this is the expected type
40712026-05-19T22:50:07.171Z |
40722026-05-19T22:50:07.171Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40732026-05-19T22:50:07.171Z |
40742026-05-19T22:50:07.171Z 34 | pub struct Name {
40752026-05-19T22:50:07.171Z | --------------- this is the found type
40762026-05-19T22:50:07.171Z = help: you can use `cargo tree` to explore your dependency tree
40772026-05-19T22:50:07.171Znote: method defined here
40782026-05-19T22:50:07.171Z --> dns-server/src/storage.rs:780:8
40792026-05-19T22:50:07.171Z |
40802026-05-19T22:50:07.172Z780 | fn query_raw(
40812026-05-19T22:50:07.172Z | ^^^^^^^^^
40822026-05-19T22:50:07.172Z...
40832026-05-19T22:50:07.172Z783 | orig_name: &Name,
40842026-05-19T22:50:07.172Z | ----------------
40852026-05-19T22:50:07.172Z
40862026-05-19T22:50:07.176Zerror[E0308]: mismatched types
40872026-05-19T22:50:07.176Z --> dns-server/src/storage.rs:777:40
40882026-05-19T22:50:07.176Z |
40892026-05-19T22:50:07.176Z777 | self.query_raw(&LowerName::new(name), name)
40902026-05-19T22:50:07.176Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40912026-05-19T22:50:07.176Z | |
40922026-05-19T22:50:07.176Z | arguments to this function are incorrect
40932026-05-19T22:50:07.176Z |
40942026-05-19T22:50:07.176Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40952026-05-19T22:50:07.176Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40962026-05-19T22:50:07.176Z |
40972026-05-19T22:50:07.176Z 34 | pub struct Name {
40982026-05-19T22:50:07.176Z | ^^^^^^^^^^^^^^^ this is the expected type
40992026-05-19T22:50:07.176Z |
41002026-05-19T22:50:07.176Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41012026-05-19T22:50:07.176Z |
41022026-05-19T22:50:07.176Z 37 | pub struct Name {
41032026-05-19T22:50:07.176Z | --------------- this is the found type
41042026-05-19T22:50:07.176Z = help: you can use `cargo tree` to explore your dependency tree
41052026-05-19T22:50:07.176Znote: associated function defined here
41062026-05-19T22:50:07.176Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
41072026-05-19T22:50:07.176Z |
41082026-05-19T22:50:07.177Z 37 | pub fn new(name: &Name) -> Self {
41092026-05-19T22:50:07.177Z | ^^^
41102026-05-19T22:50:07.177Z
41112026-05-19T22:50:07.180Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
41122026-05-19T22:50:07.180Z --> dns-server/src/storage.rs:791:33
41132026-05-19T22:50:07.180Z |
41142026-05-19T22:50:07.180Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
41152026-05-19T22:50:07.180Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
41162026-05-19T22:50:07.180Z |
41172026-05-19T22:50:07.180Zhelp: item with same name found
41182026-05-19T22:50:07.180Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
41192026-05-19T22:50:07.180Z |
41202026-05-19T22:50:07.180Z 28 | pub struct LowerName(Name);
41212026-05-19T22:50:07.180Z | ^^^^^^^^^^^^^^^^^^^^
41222026-05-19T22:50:07.180Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41232026-05-19T22:50:07.180Zhelp: the following other types implement trait `std::convert::From<T>`
41242026-05-19T22:50:07.180Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
41252026-05-19T22:50:07.181Z |
41262026-05-19T22:50:07.181Z240 | impl From<Name> for LowerName {
41272026-05-19T22:50:07.181Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
41282026-05-19T22:50:07.181Z...
41292026-05-19T22:50:07.181Z246 | impl<'a> From<&'a Name> for LowerName {
41302026-05-19T22:50:07.181Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
41312026-05-19T22:50:07.181Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41322026-05-19T22:50:07.181Z = help: you can use `cargo tree` to explore your dependency tree
41332026-05-19T22:50:07.181Z
41342026-05-19T22:50:07.220Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41352026-05-19T22:50:07.367Z Compiling bit-vec v0.6.3
41362026-05-19T22:50:07.398ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
41372026-05-19T22:50:07.398ZFor more information about an error, try `rustc --explain E0271`.
41382026-05-19T22:50:07.404Z Compiling ascii-canvas v3.0.0
41392026-05-19T22:50:07.439Zerror: could not compile `dns-server` (lib) due to 60 previous errors
41402026-05-19T22:50:07.439Zwarning: build failed, waiting for other jobs to finish...
41412026-05-19T22:50:14.294ZError: failed: exit status: 101
41422026-05-19T22:50:14.297Z
41432026-05-19T22:50:14.297Zreal 1:15.522876151
41442026-05-19T22:50:14.297Zuser 6:05.339792826
41452026-05-19T22:50:14.297Zsys 1:54.279891191
41462026-05-19T22:50:14.297Ztrap 0.151378034
41472026-05-19T22:50:14.297Ztflt 0.092384258
41482026-05-19T22:50:14.297Zdflt 0.122869053
41492026-05-19T22:50:14.297Zkflt 0.001716140
41502026-05-19T22:50:14.297Zlock 16:58.662337486
41512026-05-19T22:50:14.297Zslp 15:08.246022557
41522026-05-19T22:50:14.297Zlat 50.264649736
41532026-05-19T22:50:14.297Zstop 5:39.470880956
41542026-05-19T22:50:14.297Zprocess exited: duration 213632 ms, exit code 1
 
41552026-05-19T22:50:14.304Zfound 0 output files