01KR2JSRHDZ85H39GTPPS50ZHX: clippy (helios)

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

Buildomat Job: 01KR2JTE5W9KARNF2XEXMNXZ3D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T01:22:39.398Zjob assigned to worker 01KR2JTNRA2NPCQK717ZE335BA [factory aws, i-01ecc39aae9da027b] (queued for 49 s)
 
22026-05-08T01:22:45.881Zstarting task 0: "setup"
32026-05-08T01:22:45.886Z++ uname -s
42026-05-08T01:22:45.889Z+ kern=SunOS
52026-05-08T01:22:45.889Z+ build_user=build
62026-05-08T01:22:45.889Z+ build_uid=12345
72026-05-08T01:22:45.889Z+ work_dir=/work
82026-05-08T01:22:45.889Z+ input_dir=/input
92026-05-08T01:22:45.889Z+ [[ 0 == 12345 ]]
102026-05-08T01:22:45.889Z+ case "$kern" in
112026-05-08T01:22:45.889Z+ groupadd -g 12345 build
122026-05-08T01:22:45.892Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T01:22:47.896Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T01:22:47.978Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T01:22:47.981Z+ home_fs=zfs
162026-05-08T01:22:47.981Z+ [[ zfs == autofs ]]
172026-05-08T01:22:47.981Z+ mkdir -p /home/build
182026-05-08T01:22:47.981Z+ chown build:build /home/build /work
192026-05-08T01:22:49.982Z+ chmod 0700 /home/build /work
202026-05-08T01:22:49.986Zprocess exited: duration 4105 ms, exit code 0
 
212026-05-08T01:22:49.993Zstarting task 1: "rust-toolchain"
222026-05-08T01:22:49.998Z * rust toolchain channel = "1.94.0"
232026-05-08T01:22:49.998Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-08T01:22:49.998Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T01:22:49.998Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T01:22:49.998Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T01:22:49.998Z * rust toolchain profile = "default"
282026-05-08T01:22:50.001Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T01:22:50.002Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T01:22:50.056Zinfo: downloading installer
312026-05-08T01:22:51.392Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T01:22:51.392Zwarn: /home/build/.rustup/settings.toml
332026-05-08T01:22:51.392Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T01:22:51.392Zwarn: instead of the one inferred from the default host triple.
352026-05-08T01:22:51.404Zinfo: profile set to default
362026-05-08T01:22:51.404Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T01:22:51.407Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T01:22:51.540Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T01:22:51.543Zinfo: downloading 6 components
402026-05-08T01:23:06.625Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T01:23:06.625Z
422026-05-08T01:23:06.651Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T01:23:06.651Z
442026-05-08T01:23:06.651Z
452026-05-08T01:23:06.651ZRust is installed now. Great!
462026-05-08T01:23:06.651Z
472026-05-08T01:23:06.651ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T01:23:06.651Zenvironment variable. This has not been done automatically.
492026-05-08T01:23:06.654Z
502026-05-08T01:23:06.654ZTo configure your current shell, you need to source
512026-05-08T01:23:06.654Zthe corresponding env file under $HOME/.cargo.
522026-05-08T01:23:06.654Z
532026-05-08T01:23:06.654ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T01:23:06.654Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T01:23:06.654Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T01:23:06.655Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T01:23:06.655Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T01:23:06.655Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T01:23:06.655Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T01:23:06.655Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T01:23:06.655Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T01:23:06.735Z+ rustup --version
632026-05-08T01:23:06.743Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T01:23:06.749Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T01:23:06.764Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T01:23:06.768Z+ cargo --version
672026-05-08T01:23:06.780Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T01:23:06.784Z+ rustc --version
692026-05-08T01:23:06.803Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T01:23:06.807Zprocess exited: duration 16810 ms, exit code 0
 
712026-05-08T01:23:06.815Zstarting task 2: "authentication"
722026-05-08T01:23:06.834Zprocess exited: duration 19 ms, exit code 0
 
732026-05-08T01:23:06.843Zstarting task 3: "clone repository"
742026-05-08T01:23:06.847Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T01:23:06.850Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T01:23:06.878ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T01:23:16.326Z+ cd /work/oxidecomputer/omicron
782026-05-08T01:23:16.326Z+ git fetch origin 8adca55079ea755827dad8bb42368e6b43efc511
792026-05-08T01:23:16.592ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T01:23:16.592Z * branch 8adca55079ea755827dad8bb42368e6b43efc511 -> FETCH_HEAD
812026-05-08T01:23:16.604Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-08T01:23:16.613Z++ git branch --show-current
832026-05-08T01:23:16.613Z+ current=main
842026-05-08T01:23:16.613Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-08T01:23:16.614Z+ git branch -f renovate/crate-hickory-proto-vulnerability 8adca55079ea755827dad8bb42368e6b43efc511
862026-05-08T01:23:16.614Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-08T01:23:16.837ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-08T01:23:16.840Z+ git reset --hard 8adca55079ea755827dad8bb42368e6b43efc511
892026-05-08T01:23:16.851ZHEAD is now at 8adca5507 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-08T01:23:16.854Zprocess exited: duration 10010 ms, exit code 0
 
912026-05-08T01:23:16.860Zstarting task 4: "build"
922026-05-08T01:23:16.864Z+ source ./env.sh
932026-05-08T01:23:16.869Z++ OLD_SHELL_OPTS=ehxB
942026-05-08T01:23:16.869Z++ set -o xtrace
952026-05-08T01:23:16.869Z++++ dirname ./env.sh
962026-05-08T01:23:16.872Z+++ readlink -f .
972026-05-08T01:23:16.872Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-08T01:23:16.872Z++ 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-08T01:23:16.872Z++ 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-08T01:23:16.872Z++ 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-08T01:23:16.872Z++ 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-08T01:23:16.872Z++ 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-08T01:23:16.872Z++ 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-08T01:23:16.872Z++ 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-08T01:23:16.872Z++ 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-08T01:23:16.872Z++ case $OLD_SHELL_OPTS in
1072026-05-08T01:23:16.872Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-05-08T01:23:16.872Z+ source .github/buildomat/ci-env.sh
1092026-05-08T01:23:16.872Z++ export CARGO_TERM_COLOR=always
1102026-05-08T01:23:16.872Z++ CARGO_TERM_COLOR=always
1112026-05-08T01:23:16.872Z+ cargo --version
1122026-05-08T01:23:16.882Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-05-08T01:23:16.886Z+ rustc --version
1142026-05-08T01:23:16.907Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-05-08T01:23:16.912Z+ banner prerequisites
1162026-05-08T01:23:16.912Z
1172026-05-08T01:23:16.912Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-05-08T01:23:16.912Z # # # # # # # # # # # # # # #
1192026-05-08T01:23:16.912Z # # # # ##### # # ##### # # # # # #### #
1202026-05-08T01:23:16.912Z ##### ##### # ##### # # # # # # # # #
1212026-05-08T01:23:16.912Z # # # # # # # # # # # # # # #
1222026-05-08T01:23:16.912Z # # # ###### # # ###### ### # #### # #### #
1232026-05-08T01:23:16.912Z
1242026-05-08T01:23:16.912Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-05-08T01:23:18.176Z Startup: Refreshing catalog 'helios' ... Done
1262026-05-08T01:23:18.289ZPlanning: Solver setup ... Done (0.096s)
1272026-05-08T01:23:18.297ZPlanning: Running solver ... Done (0.008s)
1282026-05-08T01:23:18.302ZPlanning: Finding local manifests ... Done (0.004s)
1292026-05-08T01:23:18.305ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-08T01:23:18.322ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-08T01:23:18.336ZPlanning: Package planning ... Done (0.013s)
1322026-05-08T01:23:18.339ZPlanning: Merging actions ... Done (0.001s)
1332026-05-08T01:23:18.520ZPlanning: Checking for conflicting actions ... Done (0.183s)
1342026-05-08T01:23:18.523ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-05-08T01:23:19.338ZPlanning: Evaluating mediators ... Done (0.817s)
1362026-05-08T01:23:19.342ZPlanning: Planning completed in 1.16 seconds
1372026-05-08T01:23:19.347Z Packages to install: 2
1382026-05-08T01:23:19.352Z Estimated space available: 156.11 GB
1392026-05-08T01:23:19.352ZEstimated space to be consumed: 15.55 MB
1402026-05-08T01:23:19.352Z Create boot environment: No
1412026-05-08T01:23:19.352ZCreate backup boot environment: No
1422026-05-08T01:23:19.352Z Rebuild boot archive: No
1432026-05-08T01:23:19.352Z
1442026-05-08T01:23:19.352ZChanged packages:
1452026-05-08T01:23:19.352Zhelios
1462026-05-08T01:23:19.352Z developer/build-essential
1472026-05-08T01:23:19.352Z None -> 11-3.0
1482026-05-08T01:23:19.352Z library/libxmlsec1
1492026-05-08T01:23:19.353Z None -> 1.2.35-3.0
1502026-05-08T01:23:19.377Z
1512026-05-08T01:23:19.377ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-05-08T01:23:20.656ZDownload: Completed 1.28 MB in 1.28 seconds (1021k/s)
1532026-05-08T01:23:20.709Z Actions: 1/268 actions (Installing new actions)
1542026-05-08T01:23:20.745Z Actions: Completed 268 actions in 0.04 seconds.
1552026-05-08T01:23:20.752ZFinalize: Updating package state database ... Done (0.006s)
1562026-05-08T01:23:20.752ZFinalize: Updating package cache ... Done (0.000s)
1572026-05-08T01:23:20.762ZFinalize: Updating image state ... Done (0.009s)
1582026-05-08T01:23:23.136ZFinalize: Creating fast lookup database ... Done (2.350s)
1592026-05-08T01:23:23.202ZFinalize: Reading search index ... Done (0.012s)
1602026-05-08T01:23:23.206ZFinalize: Updating search index ... Done (0.000s)
1612026-05-08T01:23:23.301ZFinalize: Updating package cache ... Done (0.000s)
1622026-05-08T01:23:23.592ZPlanning: Evaluating mediator changes ... Done
1632026-05-08T01:23:23.706ZPlanning: Checking for conflicting actions ... Done
1642026-05-08T01:23:23.717ZPlanning: Consolidating action changes ... Done
1652026-05-08T01:23:23.856ZPlanning: Evaluating mediators ... Done
1662026-05-08T01:23:23.860ZPlanning: Planning completed in 0.27 seconds
1672026-05-08T01:23:23.879Z Mediators to change: 2
1682026-05-08T01:23:23.879Z Create boot environment: No
1692026-05-08T01:23:23.879ZCreate backup boot environment: No
1702026-05-08T01:23:23.955ZFinalize: Updating package state database ... Done
1712026-05-08T01:23:23.955ZFinalize: Updating package cache ... Done
1722026-05-08T01:23:23.961ZFinalize: Updating image state ... Done
1732026-05-08T01:23:25.900ZFinalize: Creating fast lookup database ... Done
1742026-05-08T01:23:25.970ZFinalize: Reading search index ... Done
1752026-05-08T01:23:25.977ZFinalize: Updating search index ... Done
1762026-05-08T01:23:26.039ZFinalize: Updating package cache ... Done
1772026-05-08T01:23:26.335ZPlanning: Evaluating mediator changes ... Done
1782026-05-08T01:23:26.426ZPlanning: Checking for conflicting actions ... Done
1792026-05-08T01:23:26.430ZPlanning: Consolidating action changes ... Done
1802026-05-08T01:23:26.583ZPlanning: Evaluating mediators ... Done
1812026-05-08T01:23:26.589ZPlanning: Planning completed in 0.26 seconds
1822026-05-08T01:23:26.621Z Mediators to change: 1
1832026-05-08T01:23:26.621Z Create boot environment: No
1842026-05-08T01:23:26.621ZCreate backup boot environment: No
1852026-05-08T01:23:26.660ZFinalize: Updating package state database ... Done
1862026-05-08T01:23:26.660ZFinalize: Updating package cache ... Done
1872026-05-08T01:23:26.666ZFinalize: Updating image state ... Done
1882026-05-08T01:23:28.607ZFinalize: Creating fast lookup database ... Done
1892026-05-08T01:23:28.667ZFinalize: Reading search index ... Done
1902026-05-08T01:23:28.671ZFinalize: Updating search index ... Done
1912026-05-08T01:23:28.742ZFinalize: Updating package cache ... Done
1922026-05-08T01:23:29.054ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-05-08T01:23:29.054Zapache system 2.4 system
1942026-05-08T01:23:29.054Zclang system 15 system
1952026-05-08T01:23:29.054Zcsh system system illumos
1962026-05-08T01:23:29.054Zctags system system illumos
1972026-05-08T01:23:29.055Zfile vendor vendor darwinsys
1982026-05-08T01:23:29.055Zfile system system illumos
1992026-05-08T01:23:29.055Zgcc vendor 14 vendor
2002026-05-08T01:23:29.055Zgcc system 13 system
2012026-05-08T01:23:29.055Zgcc system 10 system
2022026-05-08T01:23:29.055Zgo system 1.25 system
2032026-05-08T01:23:29.055Zllvm system 15 system
2042026-05-08T01:23:29.055Zmariadb system 11.4 system
2052026-05-08T01:23:29.055Zmta vendor vendor dma
2062026-05-08T01:23:29.055Zopenjdk system 17 system
2072026-05-08T01:23:29.055Zopenjdk system 11 system
2082026-05-08T01:23:29.055Zopenssl vendor 3 vendor
2092026-05-08T01:23:29.055Zperl system 5.40 system
2102026-05-08T01:23:29.055Zpostgresql system 18 system
2112026-05-08T01:23:29.055Zpostgresql system 17 system
2122026-05-08T01:23:29.055Zpython vendor 3 vendor
2132026-05-08T01:23:29.055Zpython system 2 system
2142026-05-08T01:23:29.055Zpython3 vendor 3.13 vendor
2152026-05-08T01:23:29.055Zruby system 3.4 system
2162026-05-08T01:23:29.055Zruby system 3.0 system
2172026-05-08T01:23:29.055Zwords vendor vendor american-english
2182026-05-08T01:23:29.055Zwords system system australian-english
2192026-05-08T01:23:29.055Zwords system system british-english
2202026-05-08T01:23:29.055Zwords system system canadian-english
2212026-05-08T01:23:29.055Zwords system system french
2222026-05-08T01:23:29.055Zwords system system italian
2232026-05-08T01:23:29.055Zwords system system ngerman
2242026-05-08T01:23:29.055Zwords system system ogerman
2252026-05-08T01:23:29.055Zwords system system spanish
2262026-05-08T01:23:29.309ZPUBLISHER TYPE STATUS P LOCATION
2272026-05-08T01:23:29.309Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-05-08T01:23:29.566ZFMRI IFO
2292026-05-08T01:23:29.566Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-05-08T01:23:29.566Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-05-08T01:23:29.566Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-05-08T01:23:29.566Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-05-08T01:23:29.566Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-05-08T01:23:29.566Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-05-08T01:23:29.566Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-05-08T01:23:29.566Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-05-08T01:23:29.566Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-05-08T01:23:29.800Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-05-08T01:23:30.055Z Updating crates.io index
2402026-05-08T01:23:30.089Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-05-08T01:23:30.853Z Updating git repository `https://github.com/oxidecomputer/lldp`
2422026-05-08T01:23:31.285Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-05-08T01:23:31.847Z Updating git repository `https://github.com/oxidecomputer/propolis`
2442026-05-08T01:23:32.615Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-05-08T01:23:33.354Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-05-08T01:23:35.038Z Updating git repository `https://github.com/oxidecomputer/opte`
2472026-05-08T01:23:35.894Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482026-05-08T01:23:36.200Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-05-08T01:23:37.107Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-05-08T01:23:37.659Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-05-08T01:23:37.994Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-05-08T01:23:38.403Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-05-08T01:23:39.255Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-05-08T01:23:39.830Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2552026-05-08T01:23:40.148Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562026-05-08T01:23:40.459Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2572026-05-08T01:23:40.831Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582026-05-08T01:23:41.050Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592026-05-08T01:23:41.255Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602026-05-08T01:23:41.527Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-05-08T01:23:41.902Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-05-08T01:23:42.312Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2632026-05-08T01:23:42.759Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2642026-05-08T01:23:42.978Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2652026-05-08T01:23:43.548Z Updating git repository `https://github.com/oxidecomputer/ispf`
2662026-05-08T01:23:44.670Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-05-08T01:23:45.365Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-05-08T01:23:46.166Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692026-05-08T01:23:46.597Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2702026-05-08T01:23:46.895Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-05-08T01:23:47.228Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2722026-05-08T01:23:47.549Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2732026-05-08T01:23:48.180Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-05-08T01:23:48.400Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-05-08T01:23:48.626Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-05-08T01:23:48.897Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-05-08T01:23:49.263Z Updating git repository `https://github.com/oxidecomputer/omicron`
2782026-05-08T01:24:00.948Z Downloading crates ...
2792026-05-08T01:24:00.998Z Downloaded smallvec v1.15.1
2802026-05-08T01:24:01.028Z Downloaded erased-serde v0.4.9
2812026-05-08T01:24:01.028Z Downloaded anstyle v1.0.13
2822026-05-08T01:24:01.028Z Downloaded thiserror v1.0.69
2832026-05-08T01:24:01.028Z Downloaded heck v0.4.1
2842026-05-08T01:24:01.028Z Downloaded clap_derive v4.5.55
2852026-05-08T01:24:01.028Z Downloaded getrandom v0.4.1
2862026-05-08T01:24:01.028Z Downloaded typeid v1.0.3
2872026-05-08T01:24:01.028Z Downloaded usdt v0.5.0
2882026-05-08T01:24:01.028Z Downloaded textwrap v0.16.2
2892026-05-08T01:24:01.029Z Downloaded zerofrom v0.1.6
2902026-05-08T01:24:01.066Z Downloaded icu_properties v2.1.2
2912026-05-08T01:24:01.067Z Downloaded utf8parse v0.2.2
2922026-05-08T01:24:01.067Z Downloaded zerofrom-derive v0.1.6
2932026-05-08T01:24:01.067Z Downloaded utf8_iter v1.0.4
2942026-05-08T01:24:01.067Z Downloaded heck v0.5.0
2952026-05-08T01:24:01.067Z Downloaded form_urlencoded v1.2.2
2962026-05-08T01:24:01.067Z Downloaded icu_provider v2.1.1
2972026-05-08T01:24:01.067Z Downloaded usdt-attr-macro v0.5.0
2982026-05-08T01:24:01.067Z Downloaded icu_normalizer v2.1.1
2992026-05-08T01:24:01.067Z Downloaded usdt-macro v0.5.0
3002026-05-08T01:24:01.067Z Downloaded generic-array v0.14.7
3012026-05-08T01:24:01.067Z Downloaded fs-err v3.3.0
3022026-05-08T01:24:01.067Z Downloaded bitflags v2.11.0
3032026-05-08T01:24:01.067Z Downloaded unicode-xid v0.2.6
3042026-05-08T01:24:01.067Z Downloaded toml_datetime v0.6.11
3052026-05-08T01:24:01.067Z Downloaded fastrand v2.3.0
3062026-05-08T01:24:01.067Z Downloaded yoke-derive v0.8.1
3072026-05-08T01:24:01.067Z Downloaded fnv v1.0.7
3082026-05-08T01:24:01.067Z Downloaded errno v0.3.14
3092026-05-08T01:24:01.067Z Downloaded anstream v0.6.21
3102026-05-08T01:24:01.067Z Downloaded version_check v0.9.5
3112026-05-08T01:24:01.067Z Downloaded cfg-if v1.0.4
3122026-05-08T01:24:01.067Z Downloaded unicode-linebreak v0.1.5
3132026-05-08T01:24:01.067Z Downloaded thread-id v4.2.2
3142026-05-08T01:24:01.068Z Downloaded proc-macro-error-attr v1.0.4
3152026-05-08T01:24:01.068Z Downloaded equivalent v1.0.2
3162026-05-08T01:24:01.068Z Downloaded crypto-common v0.1.7
3172026-05-08T01:24:01.068Z Downloaded cpufeatures v0.2.17
3182026-05-08T01:24:01.068Z Downloaded autocfg v1.5.0
3192026-05-08T01:24:01.087Z Downloaded tempfile v3.25.0
3202026-05-08T01:24:01.087Z Downloaded tinystr v0.8.2
3212026-05-08T01:24:01.087Z Downloaded memmap v0.7.0
3222026-05-08T01:24:01.087Z Downloaded zerovec-derive v0.11.2
3232026-05-08T01:24:01.087Z Downloaded quote v1.0.45
3242026-05-08T01:24:01.087Z Downloaded anstyle-parse v0.2.7
3252026-05-08T01:24:01.087Z Downloaded icu_normalizer_data v2.1.1
3262026-05-08T01:24:01.087Z Downloaded usdt-impl v0.5.0
3272026-05-08T01:24:01.087Z Downloaded thiserror v2.0.18
3282026-05-08T01:24:01.087Z Downloaded toml_write v0.1.2
3292026-05-08T01:24:01.087Z Downloaded ucd-trie v0.1.7
3302026-05-08T01:24:01.087Z Downloaded thiserror-impl v1.0.69
3312026-05-08T01:24:01.087Z Downloaded is_terminal_polyfill v1.70.2
3322026-05-08T01:24:01.087Z Downloaded itoa v1.0.17
3332026-05-08T01:24:01.087Z Downloaded potential_utf v0.1.4
3342026-05-08T01:24:01.088Z Downloaded dof v0.3.0
3352026-05-08T01:24:01.088Z Downloaded yoke v0.8.1
3362026-05-08T01:24:01.088Z Downloaded thiserror-impl v2.0.18
3372026-05-08T01:24:01.088Z Downloaded anstyle-query v1.1.5
3382026-05-08T01:24:01.088Z Downloaded smawk v0.3.2
3392026-05-08T01:24:01.088Z Downloaded zmij v1.0.21
3402026-05-08T01:24:01.088Z Downloaded terminal_size v0.4.3
3412026-05-08T01:24:01.088Z Downloaded zerocopy-derive v0.7.35
3422026-05-08T01:24:01.088Z Downloaded toml v0.8.23
3432026-05-08T01:24:01.088Z Downloaded tabled_derive v0.7.0
3442026-05-08T01:24:01.088Z Downloaded macaddr v1.0.1
3452026-05-08T01:24:01.088Z Downloaded dtrace-parser v0.2.0
3462026-05-08T01:24:01.088Z Downloaded writeable v0.6.2
3472026-05-08T01:24:01.088Z Downloaded swrite v0.1.0
3482026-05-08T01:24:01.088Z Downloaded zerovec v0.11.5
3492026-05-08T01:24:01.088Z Downloaded typenum v1.19.0
3502026-05-08T01:24:01.131Z Downloaded serde_spanned v0.6.9
3512026-05-08T01:24:01.131Z Downloaded scroll_derive v0.12.1
3522026-05-08T01:24:01.131Z Downloaded clap_lex v1.0.0
3532026-05-08T01:24:01.131Z Downloaded cargo_toml v0.21.0
3542026-05-08T01:24:01.131Z Downloaded toml_edit v0.22.27
3552026-05-08T01:24:01.131Z Downloaded proc-macro-error v1.0.4
3562026-05-08T01:24:01.131Z Downloaded url v2.5.8
3572026-05-08T01:24:01.131Z Downloaded unicode-ident v1.0.24
3582026-05-08T01:24:01.131Z Downloaded zerotrie v0.2.3
3592026-05-08T01:24:01.131Z Downloaded idna_adapter v1.2.1
3602026-05-08T01:24:01.131Z Downloaded cargo-platform v0.2.0
3612026-05-08T01:24:01.131Z Downloaded ordered-float v2.10.1
3622026-05-08T01:24:01.131Z Downloaded pretty-hex v0.4.1
3632026-05-08T01:24:01.131Z Downloaded percent-encoding v2.3.2
3642026-05-08T01:24:01.132Z Downloaded plain v0.2.3
3652026-05-08T01:24:01.175Z Downloaded colorchoice v1.0.4
3662026-05-08T01:24:01.176Z Downloaded strsim v0.11.1
3672026-05-08T01:24:01.176Z Downloaded stable_deref_trait v1.2.1
3682026-05-08T01:24:01.176Z Downloaded zerocopy v0.7.35
3692026-05-08T01:24:01.176Z Downloaded displaydoc v0.2.5
3702026-05-08T01:24:01.176Z Downloaded winnow v0.7.14
3712026-05-08T01:24:01.176Z Downloaded block-buffer v0.10.4
3722026-05-08T01:24:01.176Z Downloaded digest v0.10.7
3732026-05-08T01:24:01.176Z Downloaded serde-untagged v0.1.9
3742026-05-08T01:24:01.176Z Downloaded unicode-width v0.2.0
3752026-05-08T01:24:01.176Z Downloaded unicode-width v0.1.14
3762026-05-08T01:24:01.176Z Downloaded bytecount v0.6.9
3772026-05-08T01:24:01.176Z Downloaded serde_tokenstream v0.2.3
3782026-05-08T01:24:01.176Z Downloaded serde-value v0.7.0
3792026-05-08T01:24:01.176Z Downloaded sha2 v0.10.9
3802026-05-08T01:24:01.176Z Downloaded litemap v0.8.1
3812026-05-08T01:24:01.176Z Downloaded byteorder v1.5.0
3822026-05-08T01:24:01.176Z Downloaded camino v1.2.2
3832026-05-08T01:24:01.196Z Downloaded camino-tempfile v1.4.1
3842026-05-08T01:24:01.196Z Downloaded anyhow v1.0.102
3852026-05-08T01:24:01.196Z Downloaded pest_derive v2.8.6
3862026-05-08T01:24:01.196Z Downloaded synstructure v0.13.2
3872026-05-08T01:24:01.196Z Downloaded scroll v0.12.0
3882026-05-08T01:24:01.196Z Downloaded once_cell v1.21.3
3892026-05-08T01:24:01.196Z Downloaded serde v1.0.228
3902026-05-08T01:24:01.196Z Downloaded semver v1.0.28
3912026-05-08T01:24:01.196Z Downloaded pest_generator v2.8.6
3922026-05-08T01:24:01.196Z Downloaded cargo-util-schemas v0.8.2
3932026-05-08T01:24:01.196Z Downloaded cargo_metadata v0.21.0
3942026-05-08T01:24:01.196Z Downloaded papergrid v0.11.0
3952026-05-08T01:24:01.196Z Downloaded num-traits v0.2.19
3962026-05-08T01:24:01.235Z Downloaded proc-macro2 v1.0.106
3972026-05-08T01:24:01.235Z Downloaded serde_derive v1.0.228
3982026-05-08T01:24:01.235Z Downloaded serde_core v1.0.228
3992026-05-08T01:24:01.235Z Downloaded log v0.4.29
4002026-05-08T01:24:01.235Z Downloaded icu_locale_core v2.1.1
4012026-05-08T01:24:01.249Z Downloaded clap v4.5.60
4022026-05-08T01:24:01.249Z Downloaded icu_collections v2.1.1
4032026-05-08T01:24:01.249Z Downloaded memchr v2.8.0
4042026-05-08T01:24:01.249Z Downloaded pest_meta v2.8.6
4052026-05-08T01:24:01.249Z Downloaded indexmap v2.14.0
4062026-05-08T01:24:01.249Z Downloaded icu_properties_data v2.1.2
4072026-05-08T01:24:01.270Z Downloaded pest v2.8.6
4082026-05-08T01:24:01.270Z Downloaded serde_json v1.0.149
4092026-05-08T01:24:01.270Z Downloaded hashbrown v0.17.0
4102026-05-08T01:24:01.281Z Downloaded goblin v0.8.2
4112026-05-08T01:24:01.281Z Downloaded idna v1.1.0
4122026-05-08T01:24:01.281Z Downloaded clap_builder v4.5.60
4132026-05-08T01:24:01.290Z Downloaded tabled v0.15.0
4142026-05-08T01:24:01.300Z Downloaded syn v1.0.109
4152026-05-08T01:24:01.309Z Downloaded syn v2.0.117
4162026-05-08T01:24:01.371Z Downloaded rustix v1.1.3
4172026-05-08T01:24:01.378Z Downloaded libc v0.2.185
4182026-05-08T01:24:01.417Z Compiling proc-macro2 v1.0.106
4192026-05-08T01:24:01.417Z Compiling unicode-ident v1.0.24
4202026-05-08T01:24:01.417Z Compiling quote v1.0.45
4212026-05-08T01:24:01.417Z Compiling serde_core v1.0.228
4222026-05-08T01:24:01.417Z Compiling libc v0.2.185
4232026-05-08T01:24:01.417Z Compiling version_check v0.9.5
4242026-05-08T01:24:01.446Z Compiling memchr v2.8.0
4252026-05-08T01:24:01.446Z Compiling serde v1.0.228
4262026-05-08T01:24:01.743Z Compiling stable_deref_trait v1.2.1
4272026-05-08T01:24:01.816Z Compiling zmij v1.0.21
4282026-05-08T01:24:01.968Z Compiling thiserror v1.0.69
4292026-05-08T01:24:02.009Z Compiling itoa v1.0.17
4302026-05-08T01:24:02.048Z Compiling ucd-trie v0.1.7
4312026-05-08T01:24:02.223Z Compiling autocfg v1.5.0
4322026-05-08T01:24:02.299Z Compiling pest v2.8.6
4332026-05-08T01:24:02.389Z Compiling writeable v0.6.2
4342026-05-08T01:24:02.427Z Compiling litemap v0.8.1
4352026-05-08T01:24:02.505Z Compiling byteorder v1.5.0
4362026-05-08T01:24:02.594Z Compiling icu_properties_data v2.1.2
4372026-05-08T01:24:02.662Z Compiling icu_normalizer_data v2.1.1
4382026-05-08T01:24:02.810Z Compiling syn v2.0.117
4392026-05-08T01:24:02.872Z Compiling rustix v1.1.3
4402026-05-08T01:24:02.935Z Compiling errno v0.3.14
4412026-05-08T01:24:02.977Z Compiling bitflags v2.11.0
4422026-05-08T01:24:02.977Z Compiling serde_json v1.0.149
4432026-05-08T01:24:03.177Z Compiling num-traits v0.2.19
4442026-05-08T01:24:03.239Z Compiling hashbrown v0.17.0
4452026-05-08T01:24:03.384Z Compiling pest_meta v2.8.6
4462026-05-08T01:24:03.472Z Compiling typeid v1.0.3
4472026-05-08T01:24:03.595Z Compiling equivalent v1.0.2
4482026-05-08T01:24:03.700Z Compiling smallvec v1.15.1
4492026-05-08T01:24:03.875Z Compiling indexmap v2.14.0
4502026-05-08T01:24:03.928Z Compiling thread-id v4.2.2
4512026-05-08T01:24:03.928Z Compiling proc-macro-error-attr v1.0.4
4522026-05-08T01:24:03.985Z Compiling usdt-impl v0.5.0
4532026-05-08T01:24:03.985Z Compiling toml_write v0.1.2
4542026-05-08T01:24:04.124Z Compiling winnow v0.7.14
4552026-05-08T01:24:04.140Z Compiling syn v1.0.109
4562026-05-08T01:24:08.264Z Compiling erased-serde v0.4.9
4572026-05-08T01:24:08.365Z Compiling proc-macro-error v1.0.4
4582026-05-08T01:24:08.365Z Compiling utf8parse v0.2.2
4592026-05-08T01:24:08.365Z Compiling camino v1.2.2
4602026-05-08T01:24:08.365Z Compiling thiserror v2.0.18
4612026-05-08T01:24:08.365Z Compiling percent-encoding v2.3.2
4622026-05-08T01:24:08.365Z Compiling plain v0.2.3
4632026-05-08T01:24:08.365Z Compiling getrandom v0.4.1
4642026-05-08T01:24:08.365Z Compiling utf8_iter v1.0.4
4652026-05-08T01:24:08.365Z Compiling log v0.4.29
4662026-05-08T01:24:08.365Z Compiling form_urlencoded v1.2.2
4672026-05-08T01:24:08.365Z Compiling ordered-float v2.10.1
4682026-05-08T01:24:08.365Z Compiling anstyle-parse v0.2.7
4692026-05-08T01:24:08.365Z Compiling synstructure v0.13.2
4702026-05-08T01:24:08.365Z Compiling pest_generator v2.8.6
4712026-05-08T01:24:08.365Z Compiling terminal_size v0.4.3
4722026-05-08T01:24:08.365Z Compiling cfg-if v1.0.4
4732026-05-08T01:24:08.365Z Compiling is_terminal_polyfill v1.70.2
4742026-05-08T01:24:08.399Z Compiling pretty-hex v0.4.1
4752026-05-08T01:24:08.399Z Compiling anstyle v1.0.13
4762026-05-08T01:24:08.399Z Compiling anstyle-query v1.1.5
4772026-05-08T01:24:08.399Z Compiling colorchoice v1.0.4
4782026-05-08T01:24:08.399Z Compiling serde-untagged v0.1.9
4792026-05-08T01:24:08.399Z Compiling anstream v0.6.21
4802026-05-08T01:24:08.399Z Compiling semver v1.0.28
4812026-05-08T01:24:08.399Z Compiling fs-err v3.3.0
4822026-05-08T01:24:08.399Z Compiling fastrand v2.3.0
4832026-05-08T01:24:08.399Z Compiling heck v0.4.1
4842026-05-08T01:24:08.399Z Compiling clap_lex v1.0.0
4852026-05-08T01:24:08.399Z Compiling bytecount v0.6.9
4862026-05-08T01:24:08.399Z Compiling heck v0.5.0
4872026-05-08T01:24:08.399Z Compiling strsim v0.11.1
4882026-05-08T01:24:08.399Z Compiling anyhow v1.0.102
4892026-05-08T01:24:08.399Z Compiling unicode-width v0.1.14
4902026-05-08T01:24:08.399Z Compiling once_cell v1.21.3
4912026-05-08T01:24:08.399Z Compiling fnv v1.0.7
4922026-05-08T01:24:08.399Z Compiling unicode-xid v0.2.6
4932026-05-08T01:24:08.399Z Compiling tempfile v3.25.0
4942026-05-08T01:24:08.399Z Compiling papergrid v0.11.0
4952026-05-08T01:24:08.399Z Compiling clap_builder v4.5.60
4962026-05-08T01:24:08.399Z Compiling memmap v0.7.0
4972026-05-08T01:24:08.400Z Compiling serde_derive v1.0.228
4982026-05-08T01:24:08.400Z Compiling zerofrom-derive v0.1.6
4992026-05-08T01:24:08.400Z Compiling yoke-derive v0.8.1
5002026-05-08T01:24:08.400Z Compiling zerovec-derive v0.11.2
5012026-05-08T01:24:08.400Z Compiling displaydoc v0.2.5
5022026-05-08T01:24:08.400Z Compiling thiserror-impl v1.0.69
5032026-05-08T01:24:08.456Z Compiling zerocopy-derive v0.7.35
5042026-05-08T01:24:08.471Z Compiling pest_derive v2.8.6
5052026-05-08T01:24:08.471Z Compiling scroll_derive v0.12.1
5062026-05-08T01:24:08.589Z Compiling zerofrom v0.1.6
5072026-05-08T01:24:08.743Z Compiling yoke v0.8.1
5082026-05-08T01:24:08.900Z Compiling thiserror-impl v2.0.18
5092026-05-08T01:24:08.968Z Compiling zerovec v0.11.5
5102026-05-08T01:24:09.172Z Compiling zerotrie v0.2.3
5112026-05-08T01:24:09.334Z Compiling zerocopy v0.7.35
5122026-05-08T01:24:09.437Z Compiling tinystr v0.8.2
5132026-05-08T01:24:09.459Z Compiling potential_utf v0.1.4
5142026-05-08T01:24:09.618Z Compiling icu_locale_core v2.1.1
5152026-05-08T01:24:09.649Z Compiling icu_collections v2.1.1
5162026-05-08T01:24:09.745Z Compiling dtrace-parser v0.2.0
5172026-05-08T01:24:09.862Z Compiling scroll v0.12.0
5182026-05-08T01:24:10.032Z Compiling tabled_derive v0.7.0
5192026-05-08T01:24:10.137Z Compiling goblin v0.8.2
5202026-05-08T01:24:10.154Z Compiling clap_derive v4.5.55
5212026-05-08T01:24:10.330Z Compiling icu_provider v2.1.1
5222026-05-08T01:24:10.499Z Compiling unicode-width v0.2.0
5232026-05-08T01:24:10.502Z Compiling smawk v0.3.2
5242026-05-08T01:24:10.604Z Compiling icu_normalizer v2.1.1
5252026-05-08T01:24:10.626Z Compiling icu_properties v2.1.2
5262026-05-08T01:24:10.641Z Compiling toml_datetime v0.6.11
5272026-05-08T01:24:10.656Z Compiling serde_spanned v0.6.9
5282026-05-08T01:24:10.776Z Compiling dof v0.3.0
5292026-05-08T01:24:10.804Z Compiling serde_tokenstream v0.2.3
5302026-05-08T01:24:10.912Z Compiling toml_edit v0.22.27
5312026-05-08T01:24:10.963Z Compiling serde-value v0.7.0
5322026-05-08T01:24:11.152Z Compiling cargo-platform v0.2.0
5332026-05-08T01:24:11.178Z Compiling unicode-linebreak v0.1.5
5342026-05-08T01:24:11.327Z Compiling tabled v0.15.0
5352026-05-08T01:24:11.419Z Compiling textwrap v0.16.2
5362026-05-08T01:24:11.435Z Compiling macaddr v1.0.1
5372026-05-08T01:24:11.663Z Compiling idna_adapter v1.2.1
5382026-05-08T01:24:11.736Z Compiling usdt-attr-macro v0.5.0
5392026-05-08T01:24:11.808Z Compiling idna v1.1.0
5402026-05-08T01:24:11.906Z Compiling usdt-macro v0.5.0
5412026-05-08T01:24:11.915Z Compiling clap v4.5.60
5422026-05-08T01:24:12.075Z Compiling camino-tempfile v1.4.1
5432026-05-08T01:24:12.278Z Compiling toml v0.8.23
5442026-05-08T01:24:12.406Z Compiling url v2.5.8
5452026-05-08T01:24:12.457Z Compiling swrite v0.1.0
5462026-05-08T01:24:12.500Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5472026-05-08T01:24:12.749Z Compiling cargo_toml v0.21.0
5482026-05-08T01:24:12.883Z Compiling cargo-util-schemas v0.8.2
5492026-05-08T01:24:13.067Z Compiling usdt v0.5.0
5502026-05-08T01:24:13.761Z Compiling cargo_metadata v0.21.0
5512026-05-08T01:24:14.693Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5522026-05-08T01:24:16.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.11s
5532026-05-08T01:24:17.022Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5542026-05-08T01:24:17.534Z Downloading crates ...
5552026-05-08T01:24:17.628Z Downloaded adler2 v2.0.1
5562026-05-08T01:24:17.640Z Downloaded cfg_aliases v0.2.1
5572026-05-08T01:24:17.640Z Downloaded bit-vec v0.8.0
5582026-05-08T01:24:17.648Z Downloaded corncobs v0.1.4
5592026-05-08T01:24:17.648Z Downloaded endian-type v0.1.2
5602026-05-08T01:24:17.648Z Downloaded debug-ignore v1.0.5
5612026-05-08T01:24:17.648Z Downloaded fallible-iterator v0.2.0
5622026-05-08T01:24:17.658Z Downloaded aead v0.5.2
5632026-05-08T01:24:17.666Z Downloaded cmake v0.1.57
5642026-05-08T01:24:17.667Z Downloaded array-init v0.0.4
5652026-05-08T01:24:17.667Z Downloaded ascii-canvas v3.0.0
5662026-05-08T01:24:17.667Z Downloaded float-ord v0.3.2
5672026-05-08T01:24:17.667Z Downloaded assert_matches v1.5.0
5682026-05-08T01:24:17.667Z Downloaded fixedbitset v0.4.2
5692026-05-08T01:24:17.667Z Downloaded env_logger v0.11.9
5702026-05-08T01:24:17.672Z Downloaded darling_core v0.21.3
5712026-05-08T01:24:17.673Z Downloaded cancel-safe-futures v0.1.5
5722026-05-08T01:24:17.673Z Downloaded foldhash v0.2.0
5732026-05-08T01:24:17.673Z Downloaded flate2 v1.1.9
5742026-05-08T01:24:17.680Z Downloaded dropshot_endpoint v0.17.0
5752026-05-08T01:24:17.680Z Downloaded bitfield-struct v0.6.2
5762026-05-08T01:24:17.685Z Downloaded cassowary v0.3.0
5772026-05-08T01:24:17.686Z Downloaded const_format_proc_macros v0.2.34
5782026-05-08T01:24:17.686Z Downloaded daft v0.1.5
5792026-05-08T01:24:17.686Z Downloaded cbc v0.1.2
5802026-05-08T01:24:17.686Z Downloaded async-stream v0.3.6
5812026-05-08T01:24:17.686Z Downloaded bcs v0.1.6
5822026-05-08T01:24:17.690Z Downloaded darling_macro v0.20.11
5832026-05-08T01:24:17.690Z Downloaded bitfield v0.19.4
5842026-05-08T01:24:17.694Z Downloaded ciborium v0.2.2
5852026-05-08T01:24:17.698Z Downloaded atomicwrites v0.4.4
5862026-05-08T01:24:17.703Z Downloaded csv-core v0.1.13
5872026-05-08T01:24:17.711Z Downloaded enum-as-inner v0.6.1
5882026-05-08T01:24:17.718Z Downloaded dirs-next v2.0.0
5892026-05-08T01:24:17.718Z Downloaded crc v3.4.0
5902026-05-08T01:24:17.718Z Downloaded atomic-waker v1.1.2
5912026-05-08T01:24:17.731Z Downloaded embedded-io v0.6.1
5922026-05-08T01:24:17.731Z Downloaded darling_macro v0.23.0
5932026-05-08T01:24:17.731Z Downloaded embedded-io v0.4.0
5942026-05-08T01:24:17.731Z Downloaded dropshot-api-manager-types v0.7.1
5952026-05-08T01:24:17.731Z Downloaded ctr v0.9.2
5962026-05-08T01:24:17.731Z Downloaded bitfield-macros v0.19.4
5972026-05-08T01:24:17.731Z Downloaded bit-set v0.8.0
5982026-05-08T01:24:17.731Z Downloaded difflib v0.4.0
5992026-05-08T01:24:17.731Z Downloaded bit-set v0.5.3
6002026-05-08T01:24:17.735Z Downloaded dtrace-parser v0.3.0
6012026-05-08T01:24:17.735Z Downloaded defmt v0.3.100
6022026-05-08T01:24:17.735Z Downloaded bb8 v0.8.6
6032026-05-08T01:24:17.735Z Downloaded env_filter v1.0.0
6042026-05-08T01:24:17.736Z Downloaded crucible-workspace-hack v0.1.0
6052026-05-08T01:24:17.736Z Downloaded camino-tempfile-ext v0.3.3
6062026-05-08T01:24:17.736Z Downloaded blowfish v0.9.1
6072026-05-08T01:24:17.736Z Downloaded async-trait v0.1.89
6082026-05-08T01:24:17.736Z Downloaded flagset v0.4.7
6092026-05-08T01:24:17.740Z Downloaded document-features v0.2.12
6102026-05-08T01:24:17.740Z Downloaded bcrypt-pbkdf v0.10.0
6112026-05-08T01:24:17.740Z Downloaded derive_builder_core v0.20.2
6122026-05-08T01:24:17.740Z Downloaded diesel_table_macro_syntax v0.3.0
6132026-05-08T01:24:17.740Z Downloaded async-recursion v1.1.1
6142026-05-08T01:24:17.744Z Downloaded cobs v0.3.0
6152026-05-08T01:24:17.744Z Downloaded arrayref v0.3.9
6162026-05-08T01:24:17.744Z Downloaded compression-core v0.4.31
6172026-05-08T01:24:17.747Z Downloaded ciborium-io v0.2.2
6182026-05-08T01:24:17.747Z Downloaded dyn-clone v1.0.20
6192026-05-08T01:24:17.747Z Downloaded dsl_auto_type v0.2.0
6202026-05-08T01:24:17.747Z Downloaded downcast-rs v2.0.2
6212026-05-08T01:24:17.747Z Downloaded base16ct v0.2.0
6222026-05-08T01:24:17.753Z Downloaded castaway v0.2.4
6232026-05-08T01:24:17.753Z Downloaded ciborium-ll v0.2.2
6242026-05-08T01:24:17.756Z Downloaded funty v2.0.0
6252026-05-08T01:24:17.756Z Downloaded fd-lock v4.0.4
6262026-05-08T01:24:17.756Z Downloaded curve25519-dalek-derive v0.1.1
6272026-05-08T01:24:17.756Z Downloaded cstr-argument v0.1.2
6282026-05-08T01:24:17.760Z Downloaded dirs-sys-next v0.1.2
6292026-05-08T01:24:17.764Z Downloaded cpufeatures v0.3.0
6302026-05-08T01:24:17.767Z Downloaded async-stream-impl v0.3.6
6312026-05-08T01:24:17.767Z Downloaded atty v0.2.14
6322026-05-08T01:24:17.767Z Downloaded derive_builder_macro v0.20.2
6332026-05-08T01:24:17.770Z Downloaded foreign-types-macros v0.2.3
6342026-05-08T01:24:17.770Z Downloaded block-padding v0.3.3
6352026-05-08T01:24:17.770Z Downloaded foreign-types v0.5.0
6362026-05-08T01:24:17.773Z Downloaded futures-core v0.3.32
6372026-05-08T01:24:17.779Z Downloaded foreign-types-shared v0.3.1
6382026-05-08T01:24:17.779Z Downloaded foreign-types-shared v0.1.1
6392026-05-08T01:24:17.779Z Downloaded convert_case v0.4.0
6402026-05-08T01:24:17.783Z Downloaded float-cmp v0.10.0
6412026-05-08T01:24:17.783Z Downloaded defmt-parser v1.0.0
6422026-05-08T01:24:17.783Z Downloaded darling_macro v0.21.3
6432026-05-08T01:24:17.783Z Downloaded crunchy v0.2.4
6442026-05-08T01:24:17.783Z Downloaded crc8 v0.1.1
6452026-05-08T01:24:17.786Z Downloaded compact_str v0.8.1
6462026-05-08T01:24:17.786Z Downloaded deranged v0.5.8
6472026-05-08T01:24:17.786Z Downloaded darling v0.20.11
6482026-05-08T01:24:17.792Z Downloaded futures-task v0.3.32
6492026-05-08T01:24:17.792Z Downloaded foreign-types v0.3.2
6502026-05-08T01:24:17.796Z Downloaded dof v0.4.0
6512026-05-08T01:24:17.796Z Downloaded base64ct v1.8.3
6522026-05-08T01:24:17.796Z Downloaded ghash v0.5.1
6532026-05-08T01:24:17.796Z Downloaded constant_time_eq v0.4.2
6542026-05-08T01:24:17.796Z Downloaded futures-sink v0.3.32
6552026-05-08T01:24:17.796Z Downloaded cipher v0.4.4
6562026-05-08T01:24:17.802Z Downloaded bzip2 v0.4.4
6572026-05-08T01:24:17.802Z Downloaded cexpr v0.6.0
6582026-05-08T01:24:17.802Z Downloaded gethostname v0.5.0
6592026-05-08T01:24:17.806Z Downloaded derive-ex v0.1.8
6602026-05-08T01:24:17.806Z Downloaded fxhash v0.2.1
6612026-05-08T01:24:17.806Z Downloaded data-encoding v2.10.0
6622026-05-08T01:24:17.806Z Downloaded cargo_metadata v0.19.2
6632026-05-08T01:24:17.806Z Downloaded bit-vec v0.6.3
6642026-05-08T01:24:17.806Z Downloaded arc-swap v1.8.2
6652026-05-08T01:24:17.809Z Downloaded globwalk v0.9.1
6662026-05-08T01:24:17.809Z Downloaded hash32 v0.3.1
6672026-05-08T01:24:17.809Z Downloaded git-stub v1.0.0
6682026-05-08T01:24:17.809Z Downloaded futures-io v0.3.32
6692026-05-08T01:24:17.814Z Downloaded ff v0.13.1
6702026-05-08T01:24:17.814Z Downloaded hash32 v0.2.1
6712026-05-08T01:24:17.814Z Downloaded find-msvc-tools v0.1.9
6722026-05-08T01:24:17.816Z Downloaded ecdsa v0.16.9
6732026-05-08T01:24:17.816Z Downloaded arrayvec v0.7.6
6742026-05-08T01:24:17.817Z Downloaded chacha20 v0.9.1
6752026-05-08T01:24:17.821Z Downloaded cargo-platform v0.1.9
6762026-05-08T01:24:17.821Z Downloaded defmt v1.0.1
6772026-05-08T01:24:17.826Z Downloaded compression-codecs v0.4.37
6782026-05-08T01:24:17.830Z Downloaded defmt-macros v1.0.1
6792026-05-08T01:24:17.830Z Downloaded filetime v0.2.27
6802026-05-08T01:24:17.830Z Downloaded display-error-chain v0.2.2
6812026-05-08T01:24:17.835Z Downloaded crc-catalog v2.4.0
6822026-05-08T01:24:17.835Z Downloaded convert_case v0.10.0
6832026-05-08T01:24:17.843Z Downloaded headers-core v0.3.0
6842026-05-08T01:24:17.843Z Downloaded hex v0.4.3
6852026-05-08T01:24:17.843Z Downloaded ed25519 v2.2.3
6862026-05-08T01:24:17.843Z Downloaded diesel-dtrace v0.5.0
6872026-05-08T01:24:17.843Z Downloaded cfg_aliases v0.1.1
6882026-05-08T01:24:17.847Z Downloaded hex-literal v0.4.1
6892026-05-08T01:24:17.847Z Downloaded fs_extra v1.3.0
6902026-05-08T01:24:17.847Z Downloaded foldhash v0.1.5
6912026-05-08T01:24:17.847Z Downloaded darling v0.23.0
6922026-05-08T01:24:17.847Z Downloaded http-range v0.1.5
6932026-05-08T01:24:17.847Z Downloaded crossbeam-utils v0.8.21
6942026-05-08T01:24:17.852Z Downloaded hostname v0.4.2
6952026-05-08T01:24:17.852Z Downloaded backoff v0.4.0
6962026-05-08T01:24:17.852Z Downloaded bzip2 v0.6.1
6972026-05-08T01:24:17.856Z Downloaded async-bb8-diesel v0.2.1
6982026-05-08T01:24:17.856Z Downloaded hostname v0.3.1
6992026-05-08T01:24:17.857Z Downloaded fs-err v2.11.0
7002026-05-08T01:24:17.861Z Downloaded http-body v1.0.1
7012026-05-08T01:24:17.861Z Downloaded critical-section v1.2.0
7022026-05-08T01:24:17.861Z Downloaded httpdate v1.0.3
7032026-05-08T01:24:17.861Z Downloaded home v0.5.12
7042026-05-08T01:24:17.861Z Downloaded hubpack_derive v0.1.1
7052026-05-08T01:24:17.861Z Downloaded git-stub-vcs v0.1.0
7062026-05-08T01:24:17.864Z Downloaded derive_builder v0.20.2
7072026-05-08T01:24:17.864Z Downloaded hyper-tls v0.6.0
7082026-05-08T01:24:17.868Z Downloaded glob v0.3.3
7092026-05-08T01:24:17.868Z Downloaded crossbeam-deque v0.8.6
7102026-05-08T01:24:17.868Z Downloaded dunce v1.0.5
7112026-05-08T01:24:17.873Z Downloaded bitflags v1.3.2
7122026-05-08T01:24:17.873Z Downloaded globset v0.4.18
7132026-05-08T01:24:17.873Z Downloaded fixedbitset v0.5.7
7142026-05-08T01:24:17.873Z Downloaded ident_case v1.0.1
7152026-05-08T01:24:17.877Z Downloaded futures-macro v0.3.32
7162026-05-08T01:24:17.877Z Downloaded indoc v1.0.9
7172026-05-08T01:24:17.877Z Downloaded instant v0.1.13
7182026-05-08T01:24:17.877Z Downloaded instability v0.3.11
7192026-05-08T01:24:17.881Z Downloaded inout v0.1.4
7202026-05-08T01:24:17.881Z Downloaded elliptic-curve v0.13.8
7212026-05-08T01:24:17.881Z Downloaded erased-serde v0.3.31
7222026-05-08T01:24:17.884Z Downloaded argon2 v0.5.3
7232026-05-08T01:24:17.884Z Downloaded is_ci v1.2.0
7242026-05-08T01:24:17.884Z Downloaded byte-wrapper v0.1.0
7252026-05-08T01:24:17.887Z Downloaded ena v0.14.4
7262026-05-08T01:24:17.887Z Downloaded daft-derive v0.1.5
7272026-05-08T01:24:17.890Z Downloaded darling v0.21.3
7282026-05-08T01:24:17.892Z Downloaded either v1.15.0
7292026-05-08T01:24:17.895Z Downloaded cookie_store v0.22.1
7302026-05-08T01:24:17.895Z Downloaded cookie v0.18.1
7312026-05-08T01:24:17.898Z Downloaded diff v0.1.13
7322026-05-08T01:24:17.898Z Downloaded futures-executor v0.3.32
7332026-05-08T01:24:17.900Z Downloaded keccak v0.1.6
7342026-05-08T01:24:17.900Z Downloaded colored v3.1.1
7352026-05-08T01:24:17.903Z Downloaded colored v2.2.0
7362026-05-08T01:24:17.903Z Downloaded lazy_static v1.5.0
7372026-05-08T01:24:17.906Z Downloaded kstat-rs v0.2.4
7382026-05-08T01:24:17.906Z Downloaded is-terminal v0.4.17
7392026-05-08T01:24:17.906Z Downloaded allocator-api2 v0.2.21
7402026-05-08T01:24:17.909Z Downloaded chrono v0.4.44
7412026-05-08T01:24:17.912Z Downloaded http-body-util v0.1.3
7422026-05-08T01:24:17.915Z Downloaded console v0.16.2
7432026-05-08T01:24:17.915Z Downloaded backon v1.6.0
7442026-05-08T01:24:17.919Z Downloaded highway v1.3.0
7452026-05-08T01:24:17.919Z Downloaded hubpack v0.1.2
7462026-05-08T01:24:17.923Z Downloaded linked-hash-map v0.5.6
7472026-05-08T01:24:17.923Z Downloaded chacha20poly1305 v0.10.1
7482026-05-08T01:24:17.923Z Downloaded match_cfg v0.1.0
7492026-05-08T01:24:17.923Z Downloaded managed v0.8.0
7502026-05-08T01:24:17.923Z Downloaded lru-slab v0.1.2
7512026-05-08T01:24:17.928Z Downloaded maplit v1.0.2
7522026-05-08T01:24:17.928Z Downloaded dropshot_endpoint v0.16.7
7532026-05-08T01:24:17.928Z Downloaded lru-cache v0.1.2
7542026-05-08T01:24:17.928Z Downloaded libscf-sys v1.1.0
7552026-05-08T01:24:17.932Z Downloaded half v1.8.3
7562026-05-08T01:24:17.932Z Downloaded hmac v0.12.1
7572026-05-08T01:24:17.932Z Downloaded lru v0.12.5
7582026-05-08T01:24:17.932Z Downloaded lzss v0.8.2
7592026-05-08T01:24:17.937Z Downloaded md5 v0.7.0
7602026-05-08T01:24:17.937Z Downloaded internet-checksum v0.2.1
7612026-05-08T01:24:17.937Z Downloaded hyper-staticfile v0.10.1
7622026-05-08T01:24:17.937Z Downloaded humantime v2.3.0
7632026-05-08T01:24:17.941Z Downloaded ipnetwork v0.21.1
7642026-05-08T01:24:17.941Z Downloaded getrandom v0.2.17
7652026-05-08T01:24:17.941Z Downloaded memoffset v0.9.1
7662026-05-08T01:24:17.941Z Downloaded indent_write v2.2.0
7672026-05-08T01:24:17.945Z Downloaded impl-trait-for-tuples v0.2.3
7682026-05-08T01:24:17.945Z Downloaded darling_core v0.23.0
7692026-05-08T01:24:17.948Z Downloaded maybe-uninit v2.0.0
7702026-05-08T01:24:17.948Z Downloaded ingot-types v0.1.2
7712026-05-08T01:24:17.948Z Downloaded ingot v0.1.1
7722026-05-08T01:24:17.948Z Downloaded ipnet v2.11.0
7732026-05-08T01:24:17.952Z Downloaded flume v0.11.1
7742026-05-08T01:24:17.958Z Downloaded newtype_derive v0.1.6
7752026-05-08T01:24:17.958Z Downloaded crc32fast v1.5.0
7762026-05-08T01:24:17.958Z Downloaded const-oid v0.9.6
7772026-05-08T01:24:17.959Z Downloaded newline-converter v0.3.0
7782026-05-08T01:24:17.962Z Downloaded derive_more v0.99.20
7792026-05-08T01:24:17.962Z Downloaded crc-any v2.5.0
7802026-05-08T01:24:17.962Z Downloaded blake2 v0.10.6
7812026-05-08T01:24:17.962Z Downloaded derive-where v1.6.0
7822026-05-08T01:24:17.965Z Downloaded lalrpop-util v0.19.12
7832026-05-08T01:24:17.965Z Downloaded new_debug_unreachable v1.0.6
7842026-05-08T01:24:17.967Z Downloaded multimap v0.10.1
7852026-05-08T01:24:17.968Z Downloaded indoc v2.0.7
7862026-05-08T01:24:17.968Z Downloaded num v0.4.3
7872026-05-08T01:24:17.972Z Downloaded normalize-line-endings v0.3.0
7882026-05-08T01:24:17.972Z Downloaded group v0.13.0
7892026-05-08T01:24:17.972Z Downloaded num-iter v0.1.45
7902026-05-08T01:24:17.975Z Downloaded nonempty v0.12.0
7912026-05-08T01:24:17.975Z Downloaded newtype-uuid-macros v0.1.0
7922026-05-08T01:24:17.975Z Downloaded futures-channel v0.3.32
7932026-05-08T01:24:17.975Z Downloaded libefi-sys v0.1.0
7942026-05-08T01:24:17.975Z Downloaded drift v0.1.4
7952026-05-08T01:24:17.981Z Downloaded num_threads v0.1.7
7962026-05-08T01:24:17.984Z Downloaded httparse v1.10.1
7972026-05-08T01:24:17.984Z Downloaded num_enum_derive v0.5.11
7982026-05-08T01:24:17.984Z Downloaded num-conv v0.2.0
7992026-05-08T01:24:17.988Z Downloaded nodrop v0.1.14
8002026-05-08T01:24:17.988Z Downloaded linear-map v1.2.0
8012026-05-08T01:24:17.988Z Downloaded libsw v3.5.0
8022026-05-08T01:24:17.991Z Downloaded openssl-macros v0.1.1
8032026-05-08T01:24:17.991Z Downloaded nibble_vec v0.1.0
8042026-05-08T01:24:17.991Z Downloaded opaque-debug v0.3.1
8052026-05-08T01:24:17.991Z Downloaded md-5 v0.10.6
8062026-05-08T01:24:17.991Z Downloaded lock_api v0.4.14
8072026-05-08T01:24:17.996Z Downloaded libsw-core v0.3.2
8082026-05-08T01:24:17.996Z Downloaded iana-time-zone v0.1.65
8092026-05-08T01:24:17.996Z Downloaded hyper-rustls v0.27.7
8102026-05-08T01:24:18.002Z Downloaded num-derive v0.3.3
8112026-05-08T01:24:18.002Z Downloaded half v2.7.1
8122026-05-08T01:24:18.002Z Downloaded getrandom v0.3.4
8132026-05-08T01:24:18.006Z Downloaded libloading v0.8.9
8142026-05-08T01:24:18.006Z Downloaded newtype-uuid v1.3.2
8152026-05-08T01:24:18.006Z Downloaded mime_guess v2.0.5
8162026-05-08T01:24:18.006Z Downloaded ingot-macros v0.1.1
8172026-05-08T01:24:18.006Z Downloaded mime v0.3.17
8182026-05-08T01:24:18.009Z Downloaded des v0.8.1
8192026-05-08T01:24:18.009Z Downloaded openssl-probe v0.2.1
8202026-05-08T01:24:18.009Z Downloaded packed_struct_codegen v0.10.1
8212026-05-08T01:24:18.015Z Downloaded olpc-cjson v0.1.4
8222026-05-08T01:24:18.015Z Downloaded parse-display v0.10.0
8232026-05-08T01:24:18.015Z Downloaded openssl-probe v0.1.6
8242026-05-08T01:24:18.015Z Downloaded multer v3.1.0
8252026-05-08T01:24:18.019Z Downloaded der_derive v0.7.3
8262026-05-08T01:24:18.019Z Downloaded oso-derive v0.27.3
8272026-05-08T01:24:18.019Z Downloaded const_format v0.2.35
8282026-05-08T01:24:18.029Z Downloaded crossbeam-epoch v0.9.18
8292026-05-08T01:24:18.029Z Downloaded clang-sys v1.8.1
8302026-05-08T01:24:18.029Z Downloaded console v0.15.11
8312026-05-08T01:24:18.033Z Downloaded chacha20 v0.10.0
8322026-05-08T01:24:18.033Z Downloaded buf-list v1.1.2
8332026-05-08T01:24:18.033Z Downloaded ahash v0.8.12
8342026-05-08T01:24:18.033Z Downloaded darling_core v0.20.11
8352026-05-08T01:24:18.033Z Downloaded native-tls v0.2.18
8362026-05-08T01:24:18.033Z Downloaded nanorand v0.7.0
8372026-05-08T01:24:18.037Z Downloaded parse-size v1.1.0
8382026-05-08T01:24:18.037Z Downloaded base64 v0.22.1
8392026-05-08T01:24:18.042Z Downloaded fatfs v0.3.6
8402026-05-08T01:24:18.042Z Downloaded num-integer v0.1.46
8412026-05-08T01:24:18.053Z Downloaded phf_shared v0.11.3
8422026-05-08T01:24:18.057Z Downloaded peg-runtime v0.8.5
8432026-05-08T01:24:18.057Z Downloaded pbkdf2 v0.12.2
8442026-05-08T01:24:18.057Z Downloaded pbkdf2 v0.11.0
8452026-05-08T01:24:18.060Z Downloaded path-slash v0.1.5
8462026-05-08T01:24:18.060Z Downloaded num-rational v0.4.2
8472026-05-08T01:24:18.060Z Downloaded num-derive v0.4.2
8482026-05-08T01:24:18.060Z Downloaded aes-gcm v0.10.3
8492026-05-08T01:24:18.063Z Downloaded pin-utils v0.1.0
8502026-05-08T01:24:18.067Z Downloaded phf_shared v0.13.1
8512026-05-08T01:24:18.070Z Downloaded num_enum_derive v0.7.5
8522026-05-08T01:24:18.070Z Downloaded num_enum v0.7.5
8532026-05-08T01:24:18.074Z Downloaded futures v0.3.32
8542026-05-08T01:24:18.077Z Downloaded async-compression v0.4.41
8552026-05-08T01:24:18.082Z Downloaded memmap2 v0.9.10
8562026-05-08T01:24:18.082Z Downloaded indexmap v1.9.3
8572026-05-08T01:24:18.086Z Downloaded ignore v0.4.25
8582026-05-08T01:24:18.086Z Downloaded predicates-core v1.0.10
8592026-05-08T01:24:18.086Z Downloaded predicates-tree v1.0.13
8602026-05-08T01:24:18.087Z Downloaded owo-colors v4.3.0
8612026-05-08T01:24:18.092Z Downloaded num_enum v0.5.11
8622026-05-08T01:24:18.092Z Downloaded proc-macro-crate v1.3.1
8632026-05-08T01:24:18.092Z Downloaded packed_struct v0.10.1
8642026-05-08T01:24:18.095Z Downloaded oxide-tokio-rt v0.1.4
8652026-05-08T01:24:18.095Z Downloaded bytes v1.11.1
8662026-05-08T01:24:18.095Z Downloaded expectorate v1.2.0
8672026-05-08T01:24:18.098Z Downloaded der v0.7.10
8682026-05-08T01:24:18.101Z Downloaded base64 v0.21.7
8692026-05-08T01:24:18.101Z Downloaded proc-macro-crate v3.4.0
8702026-05-08T01:24:18.104Z Downloaded crypto-bigint v0.5.5
8712026-05-08T01:24:18.107Z Downloaded progenitor-macro v0.13.0
8722026-05-08T01:24:18.107Z Downloaded progenitor-client v0.14.0
8732026-05-08T01:24:18.110Z Downloaded progenitor-client v0.10.0
8742026-05-08T01:24:18.111Z Downloaded jobserver v0.1.34
8752026-05-08T01:24:18.111Z Downloaded progenitor-macro v0.11.2
8762026-05-08T01:24:18.111Z Downloaded parse-display-derive v0.10.0
8772026-05-08T01:24:18.113Z Downloaded heapless v0.8.0
8782026-05-08T01:24:18.114Z Downloaded progenitor-macro v0.10.0
8792026-05-08T01:24:18.114Z Downloaded paste v1.0.15
8802026-05-08T01:24:18.118Z Downloaded num-complex v0.4.6
8812026-05-08T01:24:18.118Z Downloaded quick-error v1.2.3
8822026-05-08T01:24:18.121Z Downloaded radium v0.7.0
8832026-05-08T01:24:18.121Z Downloaded psl-types v2.0.11
8842026-05-08T01:24:18.121Z Downloaded phf v0.12.1
8852026-05-08T01:24:18.122Z Downloaded derive_more v2.1.1
8862026-05-08T01:24:18.126Z Downloaded password-hash v0.5.0
8872026-05-08T01:24:18.129Z Downloaded pem v3.0.6
8882026-05-08T01:24:18.129Z Downloaded password-hash v0.4.2
8892026-05-08T01:24:18.133Z Downloaded libbz2-rs-sys v0.2.2
8902026-05-08T01:24:18.133Z Downloaded rand_chacha v0.3.1
8912026-05-08T01:24:18.133Z Downloaded pin-project-lite v0.2.17
8922026-05-08T01:24:18.136Z Downloaded ppv-lite86 v0.2.21
8932026-05-08T01:24:18.136Z Downloaded powerfmt v0.2.0
8942026-05-08T01:24:18.139Z Downloaded poly1305 v0.8.0
8952026-05-08T01:24:18.139Z Downloaded postgres-protocol v0.6.10
8962026-05-08T01:24:18.142Z Downloaded headers v0.4.1
8972026-05-08T01:24:18.146Z Downloaded polyval v0.6.2
8982026-05-08T01:24:18.146Z Downloaded pkcs8 v0.10.2
8992026-05-08T01:24:18.149Z Downloaded heapless v0.7.17
9002026-05-08T01:24:18.149Z Downloaded litrs v1.0.0
9012026-05-08T01:24:18.152Z Downloaded pkg-config v0.3.32
9022026-05-08T01:24:18.152Z Downloaded phf v0.13.1
9032026-05-08T01:24:18.152Z Downloaded indicatif v0.18.4
9042026-05-08T01:24:18.156Z Downloaded recursive v0.1.1
9052026-05-08T01:24:18.156Z Downloaded oxnet v0.1.4
9062026-05-08T01:24:18.156Z Downloaded peg v0.8.5
9072026-05-08T01:24:18.161Z Downloaded predicates v3.1.4
9082026-05-08T01:24:18.162Z Downloaded primeorder v0.13.6
9092026-05-08T01:24:18.162Z Downloaded dropshot-api-manager v0.7.1
9102026-05-08T01:24:18.165Z Downloaded progenitor-extras v0.2.0
9112026-05-08T01:24:18.165Z Downloaded proc-macro-error-attr2 v2.0.0
9122026-05-08T01:24:18.165Z Downloaded proc-macro-error2 v2.0.1
9132026-05-08T01:24:18.167Z Downloaded ref-cast v1.0.25
9142026-05-08T01:24:18.170Z Downloaded ref-cast-impl v1.0.25
9152026-05-08T01:24:18.170Z Downloaded rand_xorshift v0.4.0
9162026-05-08T01:24:18.170Z Downloaded progenitor v0.14.0
9172026-05-08T01:24:18.173Z Downloaded ar_archive_writer v0.5.1
9182026-05-08T01:24:18.176Z Downloaded cc v1.2.56
9192026-05-08T01:24:18.176Z Downloaded parking_lot v0.12.5
9202026-05-08T01:24:18.179Z Downloaded peg-macros v0.8.5
9212026-05-08T01:24:18.179Z Downloaded progenitor-macro v0.14.0
9222026-05-08T01:24:18.179Z Downloaded progenitor v0.10.0
9232026-05-08T01:24:18.179Z Downloaded recursive-proc-macro-impl v0.1.1
9242026-05-08T01:24:18.183Z Downloaded progenitor v0.11.2
9252026-05-08T01:24:18.183Z Downloaded parking_lot_core v0.8.6
9262026-05-08T01:24:18.186Z Downloaded rfc6979 v0.4.0
9272026-05-08T01:24:18.186Z Downloaded hickory-resolver v0.24.4
9282026-05-08T01:24:18.186Z Downloaded progenitor-client v0.13.0
9292026-05-08T01:24:18.189Z Downloaded ed25519-dalek v2.2.0
9302026-05-08T01:24:18.190Z Downloaded derive_more-impl v2.1.1
9312026-05-08T01:24:18.193Z Downloaded psm v0.1.30
9322026-05-08T01:24:18.196Z Downloaded pin-project-internal v1.1.11
9332026-05-08T01:24:18.196Z Downloaded pem-rfc7468 v0.7.0
9342026-05-08T01:24:18.196Z Downloaded russh-cryptovec v0.7.3
9352026-05-08T01:24:18.199Z Downloaded parking_lot_core v0.9.12
9362026-05-08T01:24:18.199Z Downloaded crossbeam-channel v0.5.15
9372026-05-08T01:24:18.201Z Downloaded rtoolbox v0.0.3
9382026-05-08T01:24:18.201Z Downloaded bumpalo v3.20.2
9392026-05-08T01:24:18.204Z Downloaded rustc_version v0.1.7
9402026-05-08T01:24:18.204Z Downloaded parking_lot v0.11.2
9412026-05-08T01:24:18.209Z Downloaded pkcs5 v0.7.1
9422026-05-08T01:24:18.209Z Downloaded r2d2 v0.8.10
9432026-05-08T01:24:18.211Z Downloaded progenitor v0.13.0
9442026-05-08T01:24:18.211Z Downloaded postcard v1.1.3
9452026-05-08T01:24:18.211Z Downloaded pkcs1 v0.7.5
9462026-05-08T01:24:18.214Z Downloaded precomputed-hash v0.1.1
9472026-05-08T01:24:18.214Z Downloaded rand_core v0.6.4
9482026-05-08T01:24:18.214Z Downloaded rand_chacha v0.9.0
9492026-05-08T01:24:18.219Z Downloaded omicron-zone-package v0.12.2
9502026-05-08T01:24:18.219Z Downloaded miniz_oxide v0.8.9
9512026-05-08T01:24:18.222Z Downloaded diesel_derives v2.3.7
9522026-05-08T01:24:18.223Z Downloaded rand_core v0.10.0
9532026-05-08T01:24:18.223Z Downloaded same-file v1.0.6
9542026-05-08T01:24:18.225Z Downloaded nu-ansi-term v0.50.3
9552026-05-08T01:24:18.225Z Downloaded papergrid v0.17.0
9562026-05-08T01:24:18.228Z Downloaded rand_seeder v0.4.0
9572026-05-08T01:24:18.231Z Downloaded rand_core v0.9.5
9582026-05-08T01:24:18.231Z Downloaded p256 v0.13.2
9592026-05-08T01:24:18.234Z Downloaded hashbrown v0.13.2
9602026-05-08T01:24:18.236Z Downloaded phf_shared v0.12.1
9612026-05-08T01:24:18.236Z Downloaded salsa20 v0.10.2
9622026-05-08T01:24:18.239Z Downloaded hashbrown v0.12.3
9632026-05-08T01:24:18.242Z Downloaded progenitor-client v0.11.2
9642026-05-08T01:24:18.242Z Downloaded jiff-static v0.2.21
9652026-05-08T01:24:18.245Z Downloaded hickory-resolver v0.25.2
9662026-05-08T01:24:18.247Z Downloaded sapling-renderdag v0.1.0
9672026-05-08T01:24:18.251Z Downloaded scheduled-thread-pool v0.2.7
9682026-05-08T01:24:18.251Z Downloaded secrecy v0.10.3
9692026-05-08T01:24:18.252Z Downloaded scrypt v0.11.0
9702026-05-08T01:24:18.256Z Downloaded scroll_derive v0.13.1
9712026-05-08T01:24:18.256Z Downloaded scopeguard v1.2.0
9722026-05-08T01:24:18.256Z Downloaded secrecy v0.8.0
9732026-05-08T01:24:18.256Z Downloaded serde-big-array v0.5.1
9742026-05-08T01:24:18.256Z Downloaded semver v0.1.20
9752026-05-08T01:24:18.269Z Downloaded seq-macro v0.3.6
9762026-05-08T01:24:18.285Z Downloaded resolv-conf v0.7.6
9772026-05-08T01:24:18.285Z Downloaded serde_bytes v0.11.19
9782026-05-08T01:24:18.285Z Downloaded rustc_version v0.4.1
9792026-05-08T01:24:18.285Z Downloaded quinn-udp v0.5.14
9802026-05-08T01:24:18.285Z Downloaded serde_plain v1.0.2
9812026-05-08T01:24:18.290Z Downloaded postgres-types v0.2.12
9822026-05-08T01:24:18.290Z Downloaded sha1 v0.10.6
9832026-05-08T01:24:18.290Z Downloaded pin-project v1.1.11
9842026-05-08T01:24:18.290Z Downloaded signal-hook-mio v0.2.5
9852026-05-08T01:24:18.290Z Downloaded serde_urlencoded v0.7.1
9862026-05-08T01:24:18.290Z Downloaded slog-bunyan v2.5.0
9872026-05-08T01:24:18.290Z Downloaded sigpipe v0.1.3
9882026-05-08T01:24:18.290Z Downloaded openssl-sys v0.9.114
9892026-05-08T01:24:18.295Z Downloaded serde_spanned v1.0.4
9902026-05-08T01:24:18.295Z Downloaded rustls-pemfile v1.0.4
9912026-05-08T01:24:18.295Z Downloaded rustc-hash v2.1.1
9922026-05-08T01:24:18.295Z Downloaded oso v0.27.3
9932026-05-08T01:24:18.295Z Downloaded rustls-native-certs v0.8.3
9942026-05-08T01:24:18.300Z Downloaded prefix-trie v0.7.0
9952026-05-08T01:24:18.300Z Downloaded shell-words v1.1.1
9962026-05-08T01:24:18.300Z Downloaded serde_repr v0.1.20
9972026-05-08T01:24:18.304Z Downloaded signal-hook-tokio v0.3.1
9982026-05-08T01:24:18.304Z Downloaded rustls-pemfile v2.2.0
9992026-05-08T01:24:18.304Z Downloaded minimal-lexical v0.2.1
10002026-05-08T01:24:18.308Z Downloaded hyper-util v0.1.20
10012026-05-08T01:24:18.308Z Downloaded rusty-fork v0.3.1
10022026-05-08T01:24:18.311Z Downloaded aes v0.8.4
10032026-05-08T01:24:18.311Z Downloaded siphasher v1.0.2
10042026-05-08T01:24:18.314Z Downloaded signature v2.2.0
10052026-05-08T01:24:18.314Z Downloaded slog-envlogger v2.2.0
10062026-05-08T01:24:18.325Z Downloaded scroll v0.13.0
10072026-05-08T01:24:18.328Z Downloaded schemars_derive v0.8.22
10082026-05-08T01:24:18.328Z Downloaded rustversion v1.0.22
10092026-05-08T01:24:18.328Z Downloaded progenitor-impl v0.11.2
10102026-05-08T01:24:18.331Z Downloaded progenitor-impl v0.13.0
10112026-05-08T01:24:18.334Z Downloaded sqlparser_derive v0.5.0
10122026-05-08T01:24:18.336Z Downloaded http v1.4.0
10132026-05-08T01:24:18.336Z Downloaded sct v0.7.1
10142026-05-08T01:24:18.340Z Downloaded crossterm v0.28.1
10152026-05-08T01:24:18.347Z Downloaded russh-keys v0.45.0
10162026-05-08T01:24:18.350Z Downloaded signal-hook-registry v1.4.8
10172026-05-08T01:24:18.353Z Downloaded ssh-encoding v0.2.0
10182026-05-08T01:24:18.364Z Downloaded serde_path_to_error v0.1.20
10192026-05-08T01:24:18.364Z Downloaded ssh-cipher v0.2.0
10202026-05-08T01:24:18.372Z Downloaded strum v0.27.2
10212026-05-08T01:24:18.372Z Downloaded strum v0.26.3
10222026-05-08T01:24:18.372Z Downloaded simd-adler32 v0.3.8
10232026-05-08T01:24:18.375Z Downloaded prettyplease v0.2.37
10242026-05-08T01:24:18.375Z Downloaded structmeta v0.3.0
10252026-05-08T01:24:18.375Z Downloaded shlex v1.3.0
10262026-05-08T01:24:18.378Z Downloaded slab v0.4.12
10272026-05-08T01:24:18.378Z Downloaded sync-ptr v0.1.4
10282026-05-08T01:24:18.378Z Downloaded crossterm v0.29.0
10292026-05-08T01:24:18.382Z Downloaded structmeta-derive v0.3.0
10302026-05-08T01:24:18.384Z Downloaded slog-async v2.8.0
10312026-05-08T01:24:18.385Z Downloaded tabwriter v1.4.1
10322026-05-08T01:24:18.385Z Downloaded progenitor-impl v0.14.0
10332026-05-08T01:24:18.388Z Downloaded tagptr v0.2.0
10342026-05-08T01:24:18.388Z Downloaded supports-color v3.0.2
10352026-05-08T01:24:18.393Z Downloaded progenitor-impl v0.10.0
10362026-05-08T01:24:18.393Z Downloaded subtle v2.6.1
10372026-05-08T01:24:18.393Z Downloaded rustls-pki-types v1.14.0
10382026-05-08T01:24:18.396Z Downloaded rcgen v0.12.1
10392026-05-08T01:24:18.396Z Downloaded tabled_derive v0.11.0
10402026-05-08T01:24:18.396Z Downloaded sync_wrapper v1.0.2
10412026-05-08T01:24:18.396Z Downloaded smf v0.2.3
10422026-05-08T01:24:18.399Z Downloaded slog-json v2.6.1
10432026-05-08T01:24:18.399Z Downloaded slog-scope v4.4.1
10442026-05-08T01:24:18.403Z Downloaded slog-dtrace v0.3.0
10452026-05-08T01:24:18.403Z Downloaded slog-term v2.9.2
10462026-05-08T01:24:18.406Z Downloaded testing_table v0.3.0
10472026-05-08T01:24:18.406Z Downloaded slog-stdlog v4.1.1
10482026-05-08T01:24:18.406Z Downloaded sec1 v0.7.3
10492026-05-08T01:24:18.406Z Downloaded snafu-derive v0.8.9
10502026-05-08T01:24:18.410Z Downloaded tap v1.0.1
10512026-05-08T01:24:18.410Z Downloaded take_mut v0.2.2
10522026-05-08T01:24:18.413Z Downloaded termtree v0.5.1
10532026-05-08T01:24:18.413Z Downloaded thiserror-impl-no-std v2.0.2
10542026-05-08T01:24:18.416Z Downloaded sqlformat v0.3.5
10552026-05-08T01:24:18.419Z Downloaded serde_cbor v0.11.2
10562026-05-08T01:24:18.421Z Downloaded hickory-server v0.25.2
10572026-05-08T01:24:18.424Z Downloaded serde_with_macros v3.17.0
10582026-05-08T01:24:18.424Z Downloaded time-core v0.1.8
10592026-05-08T01:24:18.427Z Downloaded tinyvec_macros v0.1.1
10602026-05-08T01:24:18.427Z Downloaded serde-hex v0.1.0
10612026-05-08T01:24:18.427Z Downloaded mio v1.2.0
10622026-05-08T01:24:18.430Z Downloaded strip-ansi-escapes v0.2.1
10632026-05-08T01:24:18.435Z Downloaded tokio-macros v2.7.0
10642026-05-08T01:24:18.435Z Downloaded hashbrown v0.16.1
10652026-05-08T01:24:18.437Z Downloaded serde_derive_internals v0.29.1
10662026-05-08T01:24:18.437Z Downloaded string_cache v0.8.9
10672026-05-08T01:24:18.437Z Downloaded stringprep v0.1.5
10682026-05-08T01:24:18.440Z Downloaded static_assertions v1.1.0
10692026-05-08T01:24:18.440Z Downloaded strum_macros v0.27.2
10702026-05-08T01:24:18.443Z Downloaded itertools v0.12.1
10712026-05-08T01:24:18.445Z Downloaded ryu v1.0.23
10722026-05-08T01:24:18.449Z Downloaded strum_macros v0.26.4
10732026-05-08T01:24:18.449Z Downloaded strum_macros v0.24.3
10742026-05-08T01:24:18.452Z Downloaded rustls-platform-verifier v0.6.2
10752026-05-08T01:24:18.452Z Downloaded termios v0.3.3
10762026-05-08T01:24:18.455Z Downloaded smallvec v0.6.14
10772026-05-08T01:24:18.455Z Downloaded rayon-core v1.13.0
10782026-05-08T01:24:18.458Z Downloaded stacker v0.1.23
10792026-05-08T01:24:18.462Z Downloaded schemars v0.8.22
10802026-05-08T01:24:18.468Z Downloaded thread-id v5.1.0
10812026-05-08T01:24:18.471Z Downloaded support-bundle-viewer v0.1.2
10822026-05-08T01:24:18.471Z Downloaded spki v0.7.3
10832026-05-08T01:24:18.474Z Downloaded spin v0.9.8
10842026-05-08T01:24:18.474Z Downloaded tiny-keccak v2.0.2
10852026-05-08T01:24:18.477Z Downloaded itertools v0.10.5
10862026-05-08T01:24:18.480Z Downloaded publicsuffix v2.3.0
10872026-05-08T01:24:18.480Z Downloaded aho-corasick v1.1.4
10882026-05-08T01:24:18.483Z Downloaded thread_local v1.1.9
10892026-05-08T01:24:18.486Z Downloaded tls_codec_derive v0.4.2
10902026-05-08T01:24:18.486Z Downloaded tls_codec v0.4.2
10912026-05-08T01:24:18.489Z Downloaded tower-service v0.3.3
10922026-05-08T01:24:18.489Z Downloaded tower-layer v0.3.3
10932026-05-08T01:24:18.489Z Downloaded thiserror-no-std v2.0.2
10942026-05-08T01:24:18.492Z Downloaded time-macros v0.2.27
10952026-05-08T01:24:18.494Z Downloaded quinn v0.11.9
10962026-05-08T01:24:18.499Z Downloaded qorb v0.4.1
10972026-05-08T01:24:18.502Z Downloaded rand v0.8.5
10982026-05-08T01:24:18.502Z Downloaded num-bigint v0.4.6
10992026-05-08T01:24:18.504Z Downloaded try-lock v0.2.5
11002026-05-08T01:24:18.504Z Downloaded topological-sort v0.2.2
11012026-05-08T01:24:18.504Z Downloaded nom v7.1.3
11022026-05-08T01:24:18.508Z Downloaded trait-variant v0.1.2
11032026-05-08T01:24:18.512Z Downloaded tokio-native-tls v0.3.1
11042026-05-08T01:24:18.512Z Downloaded similar v2.7.0
11052026-05-08T01:24:18.515Z Downloaded pretty_assertions v1.4.1
11062026-05-08T01:24:18.515Z Downloaded iri-string v0.7.10
11072026-05-08T01:24:18.517Z Downloaded typify-macro v0.6.2
11082026-05-08T01:24:18.520Z Downloaded typify-macro v0.4.3
11092026-05-08T01:24:18.520Z Downloaded signal-hook v0.3.18
11102026-05-08T01:24:18.523Z Downloaded tokio-tungstenite v0.21.0
11112026-05-08T01:24:18.523Z Downloaded tokio-dtrace v0.1.1
11122026-05-08T01:24:18.526Z Downloaded libxml v0.3.3
11132026-05-08T01:24:18.530Z Downloaded unarray v0.1.4
11142026-05-08T01:24:18.531Z Downloaded schemars v0.9.0
11152026-05-08T01:24:18.534Z Downloaded untrusted v0.9.0
11162026-05-08T01:24:18.537Z Downloaded universal-hash v0.5.1
11172026-05-08T01:24:18.537Z Downloaded untrusted v0.7.1
11182026-05-08T01:24:18.537Z Downloaded unit-prefix v0.5.2
11192026-05-08T01:24:18.540Z Downloaded term v1.2.1
11202026-05-08T01:24:18.540Z Downloaded socket2 v0.6.3
11212026-05-08T01:24:18.543Z Downloaded hashbrown v0.15.5
11222026-05-08T01:24:18.546Z Downloaded rsa v0.9.10
11232026-05-08T01:24:18.549Z Downloaded usdt-attr-macro v0.6.0
11242026-05-08T01:24:18.549Z Downloaded unicode-truncate v1.1.0
11252026-05-08T01:24:18.549Z Downloaded rand v0.9.2
11262026-05-08T01:24:18.552Z Downloaded utf-8 v0.7.6
11272026-05-08T01:24:18.552Z Downloaded usdt-macro v0.6.0
11282026-05-08T01:24:18.554Z Downloaded num-bigint-dig v0.8.6
11292026-05-08T01:24:18.557Z Downloaded tokio-tungstenite v0.23.1
11302026-05-08T01:24:18.557Z Downloaded void v1.0.2
11312026-05-08T01:24:18.557Z Downloaded usdt v0.6.0
11322026-05-08T01:24:18.560Z Downloaded socket2 v0.5.10
11332026-05-08T01:24:18.566Z Downloaded iddqd v0.3.18
11342026-05-08T01:24:18.569Z Downloaded serde_yaml v0.9.34+deprecated
11352026-05-08T01:24:18.573Z Downloaded waitgroup v0.1.2
11362026-05-08T01:24:18.573Z Downloaded wait-timeout v0.2.1
11372026-05-08T01:24:18.573Z Downloaded tui-tree-widget v0.23.1
11382026-05-08T01:24:18.576Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11392026-05-08T01:24:18.576Z Downloaded ron v0.8.1
11402026-05-08T01:24:18.578Z Downloaded tokio-rustls v0.25.0
11412026-05-08T01:24:18.581Z Downloaded toml_writer v1.0.6+spec-1.1.0
11422026-05-08T01:24:18.584Z Downloaded xshell-macros v0.2.7
11432026-05-08T01:24:18.584Z Downloaded xattr v1.6.1
11442026-05-08T01:24:18.587Z Downloaded futures-util v0.3.32
11452026-05-08T01:24:18.591Z Downloaded want v0.3.1
11462026-05-08T01:24:18.593Z Downloaded rustls-webpki v0.103.9
11472026-05-08T01:24:18.597Z Downloaded tokio-stream v0.1.18
11482026-05-08T01:24:18.599Z Downloaded tokio-rustls v0.26.4
11492026-05-08T01:24:18.599Z Downloaded slog v2.8.2
11502026-05-08T01:24:18.602Z Downloaded hkdf v0.12.4
11512026-05-08T01:24:18.606Z Downloaded tokio-rustls v0.24.1
11522026-05-08T01:24:18.608Z Downloaded zeroize_derive v1.4.3
11532026-05-08T01:24:18.608Z Downloaded zone v0.3.1
11542026-05-08T01:24:18.611Z Downloaded subprocess v0.2.15
11552026-05-08T01:24:18.614Z Downloaded unicase v2.9.0
11562026-05-08T01:24:18.616Z Downloaded uzers v0.12.2
11572026-05-08T01:24:18.632Z Downloaded toml_parser v1.0.9+spec-1.1.0
11582026-05-08T01:24:18.634Z Downloaded vergen-lib v0.1.6
11592026-05-08T01:24:18.634Z Downloaded vergen-gitcl v1.0.8
11602026-05-08T01:24:18.637Z Downloaded test-strategy v0.4.5
11612026-05-08T01:24:18.640Z Downloaded term v0.7.0
11622026-05-08T01:24:18.643Z Downloaded zone_cfg_derive v0.3.1
11632026-05-08T01:24:18.645Z Downloaded walkdir v2.5.0
11642026-05-08T01:24:18.645Z Downloaded rand v0.10.0
11652026-05-08T01:24:18.648Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11662026-05-08T01:24:18.648Z Downloaded itertools v0.14.0
11672026-05-08T01:24:18.654Z Downloaded tinyvec v1.10.0
11682026-05-08T01:24:18.657Z Downloaded wyz v0.5.1
11692026-05-08T01:24:18.660Z Downloaded whoami v1.6.1
11702026-05-08T01:24:18.660Z Downloaded hyper v1.8.1
11712026-05-08T01:24:18.664Z Downloaded itertools v0.13.0
11722026-05-08T01:24:18.667Z Downloaded zeroize v1.8.2
11732026-05-08T01:24:18.670Z Downloaded p521 v0.13.3
11742026-05-08T01:24:18.672Z Downloaded toml v0.9.12+spec-1.1.0
11752026-05-08T01:24:18.672Z Downloaded twox-hash v2.1.2
11762026-05-08T01:24:18.675Z Downloaded h2 v0.4.13
11772026-05-08T01:24:18.679Z Downloaded zstd-safe v7.2.4
11782026-05-08T01:24:18.679Z Downloaded zstd v0.13.3
11792026-05-08T01:24:18.682Z Downloaded xshell v0.2.7
11802026-05-08T01:24:18.682Z Downloaded vergen-git2 v1.0.7
11812026-05-08T01:24:18.688Z Downloaded russh v0.45.0
11822026-05-08T01:24:18.700Z Downloaded schemars v1.2.1
11832026-05-08T01:24:18.713Z Downloaded vsss-rs v3.3.4
11842026-05-08T01:24:18.716Z Downloaded vergen v9.0.6
11852026-05-08T01:24:18.717Z Downloaded usdt-impl v0.6.0
11862026-05-08T01:24:18.719Z Downloaded tracing-core v0.1.36
11872026-05-08T01:24:18.719Z Downloaded toml v0.7.8
11882026-05-08T01:24:18.722Z Downloaded typify v0.6.2
11892026-05-08T01:24:18.725Z Downloaded toml v1.0.6+spec-1.1.0
11902026-05-08T01:24:18.728Z Downloaded bitvec v1.0.1
11912026-05-08T01:24:18.734Z Downloaded whoami v2.1.0
11922026-05-08T01:24:18.737Z Downloaded typify v0.4.3
11932026-05-08T01:24:18.740Z Downloaded tungstenite v0.23.0
11942026-05-08T01:24:18.742Z Downloaded tracing-attributes v0.1.31
11952026-05-08T01:24:18.742Z Downloaded zerocopy v0.6.6
11962026-05-08T01:24:18.745Z Downloaded yasna v0.5.2
11972026-05-08T01:24:18.745Z Downloaded uuid v1.23.0
11982026-05-08T01:24:18.748Z Downloaded unicode-properties v0.1.4
11992026-05-08T01:24:18.748Z Downloaded steno v0.4.1
12002026-05-08T01:24:18.751Z Downloaded toml_edit v0.23.10+spec-1.0.0
12012026-05-08T01:24:18.753Z Downloaded rpassword v7.4.0
12022026-05-08T01:24:18.753Z Downloaded samael v0.0.19
12032026-05-08T01:24:18.756Z Downloaded rustyline v14.0.0
12042026-05-08T01:24:18.759Z Downloaded tar v0.4.45
12052026-05-08T01:24:18.762Z Downloaded snafu v0.8.9
12062026-05-08T01:24:18.765Z Downloaded libm v0.2.16
12072026-05-08T01:24:18.770Z Downloaded tokio-postgres v0.7.16
12082026-05-08T01:24:18.772Z Downloaded blake3 v1.8.3
12092026-05-08T01:24:18.777Z Downloaded tungstenite v0.21.0
12102026-05-08T01:24:18.782Z Downloaded unicode-bidi v0.3.18
12112026-05-08T01:24:18.785Z Downloaded unsafe-libyaml v0.2.11
12122026-05-08T01:24:18.788Z Downloaded aws-lc-rs v1.16.0
12132026-05-08T01:24:18.793Z Downloaded ssh-key v0.6.7
12142026-05-08T01:24:18.799Z Downloaded reedline v0.40.0
12152026-05-08T01:24:18.803Z Downloaded zopfli v0.8.3
12162026-05-08T01:24:18.807Z Downloaded bindgen v0.71.1
12172026-05-08T01:24:18.809Z Downloaded vte v0.14.1
12182026-05-08T01:24:18.812Z Downloaded git2 v0.20.4
12192026-05-08T01:24:18.818Z Downloaded yansi v1.0.1
12202026-05-08T01:24:18.825Z Downloaded zip v0.6.6
12212026-05-08T01:24:18.829Z Downloaded regex v1.12.3
12222026-05-08T01:24:18.841Z Downloaded toml_edit v0.19.15
12232026-05-08T01:24:18.851Z Downloaded p384 v0.13.1
12242026-05-08T01:24:18.869Z Downloaded unicode_categories v0.1.1
12252026-05-08T01:24:18.880Z Downloaded rayon v1.11.0
12262026-05-08T01:24:18.880Z Downloaded reqwest v0.12.28
12272026-05-08T01:24:18.880Z Downloaded quick-xml v0.37.5
12282026-05-08T01:24:18.891Z Downloaded tower v0.5.3
12292026-05-08T01:24:18.891Z Downloaded typed-path v0.9.3
12302026-05-08T01:24:18.895Z Downloaded rustls-webpki v0.101.7
12312026-05-08T01:24:18.900Z Downloaded x509-cert v0.2.5
12322026-05-08T01:24:18.903Z Downloaded reqwest v0.13.2
12332026-05-08T01:24:18.908Z Downloaded zerocopy-derive v0.8.40
12342026-05-08T01:24:18.912Z Downloaded lalrpop v0.19.12
12352026-05-08T01:24:18.916Z Downloaded portable-atomic v1.13.1
12362026-05-08T01:24:18.920Z Downloaded zip v4.6.1
12372026-05-08T01:24:18.923Z Downloaded tokio-util v0.7.18
12382026-05-08T01:24:18.926Z Downloaded petname v2.0.2
12392026-05-08T01:24:18.929Z Downloaded rustls-webpki v0.102.8
12402026-05-08T01:24:18.941Z Downloaded salty v0.3.0
12412026-05-08T01:24:18.945Z Downloaded unicode-segmentation v1.12.0
12422026-05-08T01:24:18.954Z Downloaded proptest v1.10.0
12432026-05-08T01:24:18.958Z Downloaded tough v0.20.0
12442026-05-08T01:24:18.958Z Downloaded tower-http v0.6.8
12452026-05-08T01:24:18.964Z Downloaded goblin v0.10.5
12462026-05-08T01:24:18.969Z Downloaded moka v0.12.13
12472026-05-08T01:24:18.972Z Downloaded serde_with v3.17.0
12482026-05-08T01:24:18.977Z Downloaded unicode-normalization v0.1.25
12492026-05-08T01:24:18.982Z Downloaded openssl v0.10.78
12502026-05-08T01:24:18.986Z Downloaded polar-core v0.27.3
12512026-05-08T01:24:19.032Z Downloaded bstr v1.12.1
12522026-05-08T01:24:19.047Z Downloaded tabled v0.20.0
12532026-05-08T01:24:19.047Z Downloaded nix v0.27.1
12542026-05-08T01:24:19.048Z Downloaded radix_trie v0.2.1
12552026-05-08T01:24:19.048Z Downloaded object v0.30.4
12562026-05-08T01:24:19.063Z Downloaded nix v0.31.2
12572026-05-08T01:24:19.080Z Downloaded winnow v0.6.26
12582026-05-08T01:24:19.080Z Downloaded smoltcp v0.9.1
12592026-05-08T01:24:19.080Z Downloaded hickory-proto v0.24.4
12602026-05-08T01:24:19.112Z Downloaded hickory-proto v0.26.1
12612026-05-08T01:24:19.112Z Downloaded winnow v0.5.40
12622026-05-08T01:24:19.112Z Downloaded rustls v0.22.4
12632026-05-08T01:24:19.131Z Downloaded quinn-proto v0.11.13
12642026-05-08T01:24:19.131Z Downloaded openapiv3 v2.2.0
12652026-05-08T01:24:19.131Z Downloaded dropshot v0.16.7
12662026-05-08T01:24:19.131Z Downloaded regress v0.10.5
12672026-05-08T01:24:19.131Z Downloaded time v0.3.47
12682026-05-08T01:24:19.185Z Downloaded regress v0.11.1
12692026-05-08T01:24:19.185Z Downloaded nix v0.28.0
12702026-05-08T01:24:19.185Z Downloaded rustls v0.23.37
12712026-05-08T01:24:19.186Z Downloaded rustix v0.38.44
12722026-05-08T01:24:19.186Z Downloaded zlib-rs v0.6.2
12732026-05-08T01:24:19.211Z Downloaded object v0.37.3
12742026-05-08T01:24:19.211Z Downloaded csv v1.4.0
12752026-05-08T01:24:19.211Z Downloaded vcpkg v0.2.15
12762026-05-08T01:24:19.217Z Downloaded webpki-roots v1.0.6
12772026-05-08T01:24:19.217Z Downloaded regex-syntax v0.6.29
12782026-05-08T01:24:19.218Z Downloaded nix v0.29.0
12792026-05-08T01:24:19.218Z Downloaded dropshot v0.17.0
12802026-05-08T01:24:19.234Z Downloaded zerocopy v0.8.40
12812026-05-08T01:24:19.251Z Downloaded regex-syntax v0.8.10
12822026-05-08T01:24:19.251Z Downloaded bzip2-sys v0.1.13+1.0.8
12832026-05-08T01:24:19.251Z Downloaded diesel v2.3.7
12842026-05-08T01:24:19.272Z Downloaded smoltcp v0.11.0
12852026-05-08T01:24:19.272Z Downloaded ratatui v0.29.0
12862026-05-08T01:24:19.291Z Downloaded rustls v0.21.12
12872026-05-08T01:24:19.291Z Downloaded hickory-proto v0.25.2
12882026-05-08T01:24:19.291Z Downloaded curve25519-dalek v4.1.3
12892026-05-08T01:24:19.300Z Downloaded chrono-tz v0.10.4
12902026-05-08T01:24:19.338Z Downloaded petgraph v0.8.3
12912026-05-08T01:24:19.347Z Downloaded sled v0.34.7
12922026-05-08T01:24:19.356Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12932026-05-08T01:24:19.375Z Downloaded sqlparser v0.61.0
12942026-05-08T01:24:19.387Z Downloaded typify-impl v0.6.2
12952026-05-08T01:24:19.387Z Downloaded tokio v1.52.1
12962026-05-08T01:24:19.399Z Downloaded tracing v0.1.44
12972026-05-08T01:24:19.411Z Downloaded sha3 v0.10.8
12982026-05-08T01:24:19.431Z Downloaded typify-impl v0.4.3
12992026-05-08T01:24:19.452Z Downloaded zerocopy-derive v0.6.6
13002026-05-08T01:24:19.473Z Downloaded regex-automata v0.4.14
13012026-05-08T01:24:19.485Z Downloaded petgraph v0.6.5
13022026-05-08T01:24:19.486Z Downloaded jiff v0.2.21
13032026-05-08T01:24:19.507Z Downloaded libz-sys v1.1.24
13042026-05-08T01:24:19.633Z Downloaded encoding_rs v0.8.35
13052026-05-08T01:24:19.663Z Downloaded ring v0.17.14
13062026-05-08T01:24:19.682Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-05-08T01:24:20.026Z Downloaded aws-lc-sys v0.37.1
13082026-05-08T01:24:20.276Z Compiling libc v0.2.185
13092026-05-08T01:24:20.285Z Compiling serde v1.0.228
13102026-05-08T01:24:20.285Z Compiling log v0.4.29
13112026-05-08T01:24:20.285Z Compiling find-msvc-tools v0.1.9
13122026-05-08T01:24:20.285Z Compiling shlex v1.3.0
13132026-05-08T01:24:20.285Z Compiling smallvec v1.15.1
13142026-05-08T01:24:20.412Z Compiling syn v2.0.117
13152026-05-08T01:24:20.431Z Compiling typenum v1.19.0
13162026-05-08T01:24:20.613Z Compiling generic-array v0.14.7
13172026-05-08T01:24:20.650Z Compiling subtle v2.6.1
13182026-05-08T01:24:20.674Z Compiling scopeguard v1.2.0
13192026-05-08T01:24:20.709Z Compiling const-oid v0.9.6
13202026-05-08T01:24:20.740Z Compiling portable-atomic v1.13.1
13212026-05-08T01:24:20.776Z Compiling lock_api v0.4.14
13222026-05-08T01:24:20.833Z Compiling zerocopy v0.8.40
13232026-05-08T01:24:20.864Z Compiling serde_json v1.0.149
13242026-05-08T01:24:20.988Z Compiling critical-section v1.2.0
13252026-05-08T01:24:21.060Z Compiling parking_lot_core v0.9.12
13262026-05-08T01:24:21.094Z Compiling pin-project-lite v0.2.17
13272026-05-08T01:24:21.222Z Compiling getrandom v0.2.17
13282026-05-08T01:24:21.251Z Compiling jobserver v0.1.34
13292026-05-08T01:24:21.283Z Compiling errno v0.3.14
13302026-05-08T01:24:21.395Z Compiling rand_core v0.6.4
13312026-05-08T01:24:21.429Z Compiling pkg-config v0.3.32
13322026-05-08T01:24:21.442Z Compiling cc v1.2.56
13332026-05-08T01:24:21.615Z Compiling signal-hook-registry v1.4.8
13342026-05-08T01:24:21.660Z Compiling bitflags v2.11.0
13352026-05-08T01:24:21.731Z Compiling once_cell v1.21.3
13362026-05-08T01:24:21.776Z Compiling libm v0.2.16
13372026-05-08T01:24:21.880Z Compiling parking_lot v0.12.5
13382026-05-08T01:24:21.893Z Compiling mio v1.2.0
13392026-05-08T01:24:21.938Z Compiling num-traits v0.2.19
13402026-05-08T01:24:21.960Z Compiling futures-core v0.3.32
13412026-05-08T01:24:22.111Z Compiling percent-encoding v2.3.2
13422026-05-08T01:24:22.240Z Compiling socket2 v0.6.3
13432026-05-08T01:24:22.286Z Compiling futures-sink v0.3.32
13442026-05-08T01:24:22.286Z Compiling getrandom v0.4.1
13452026-05-08T01:24:22.311Z Compiling cpufeatures v0.2.17
13462026-05-08T01:24:22.337Z Compiling rand_core v0.10.0
13472026-05-08T01:24:22.383Z Compiling futures-channel v0.3.32
13482026-05-08T01:24:22.398Z Compiling futures-io v0.3.32
13492026-05-08T01:24:22.499Z Compiling slab v0.4.12
13502026-05-08T01:24:22.546Z Compiling futures-task v0.3.32
13512026-05-08T01:24:22.599Z Compiling getrandom v0.3.4
13522026-05-08T01:24:22.633Z Compiling rustversion v1.0.22
13532026-05-08T01:24:22.669Z Compiling indexmap v2.14.0
13542026-05-08T01:24:22.712Z Compiling form_urlencoded v1.2.2
13552026-05-08T01:24:22.888Z Compiling cmake v0.1.57
13562026-05-08T01:24:22.966Z Compiling fs_extra v1.3.0
13572026-05-08T01:24:23.184Z Compiling synstructure v0.13.2
13582026-05-08T01:24:23.229Z Compiling base64ct v1.8.3
13592026-05-08T01:24:23.285Z Compiling dunce v1.0.5
13602026-05-08T01:24:23.316Z Compiling ident_case v1.0.1
13612026-05-08T01:24:23.381Z Compiling aws-lc-sys v0.37.1
13622026-05-08T01:24:23.438Z Compiling flagset v0.4.7
13632026-05-08T01:24:23.476Z Compiling pem-rfc7468 v0.7.0
13642026-05-08T01:24:23.512Z Compiling rand_core v0.9.5
13652026-05-08T01:24:23.539Z Compiling rustix v1.1.3
13662026-05-08T01:24:23.563Z Compiling iana-time-zone v0.1.65
13672026-05-08T01:24:23.592Z Compiling ring v0.17.14
13682026-05-08T01:24:23.834Z Compiling uuid v1.23.0
13692026-05-08T01:24:23.846Z Compiling rustc_version v0.4.1
13702026-05-08T01:24:23.852Z Compiling vcpkg v0.2.15
13712026-05-08T01:24:23.870Z Compiling aws-lc-rs v1.16.0
13722026-05-08T01:24:24.142Z Compiling regex-syntax v0.8.10
13732026-05-08T01:24:24.169Z Compiling tracing-core v0.1.36
13742026-05-08T01:24:24.530Z Compiling pest_generator v2.8.6
13752026-05-08T01:24:24.599Z Compiling openssl-sys v0.9.114
13762026-05-08T01:24:24.722Z Compiling serde_derive_internals v0.29.1
13772026-05-08T01:24:24.977Z Compiling serde_derive v1.0.228
13782026-05-08T01:24:25.132Z Compiling zeroize_derive v1.4.3
13792026-05-08T01:24:25.242Z Compiling zerofrom-derive v0.1.6
13802026-05-08T01:24:25.316Z Compiling yoke-derive v0.8.1
13812026-05-08T01:24:25.654Z Compiling zerocopy-derive v0.8.40
13822026-05-08T01:24:25.775Z Compiling zeroize v1.8.2
13832026-05-08T01:24:26.492Z Compiling crypto-common v0.1.7
13842026-05-08T01:24:26.510Z Compiling block-buffer v0.10.4
13852026-05-08T01:24:26.543Z Compiling zerovec-derive v0.11.2
13862026-05-08T01:24:26.643Z Compiling digest v0.10.7
13872026-05-08T01:24:26.658Z Compiling zerofrom v0.1.6
13882026-05-08T01:24:26.679Z Compiling displaydoc v0.2.5
13892026-05-08T01:24:26.782Z Compiling yoke v0.8.1
13902026-05-08T01:24:26.889Z Compiling tokio-macros v2.7.0
13912026-05-08T01:24:26.968Z Compiling hmac v0.12.1
13922026-05-08T01:24:27.124Z Compiling futures-macro v0.3.32
13932026-05-08T01:24:27.413Z Compiling zerotrie v0.2.3
13942026-05-08T01:24:27.596Z Compiling block-padding v0.3.3
13952026-05-08T01:24:27.641Z Compiling zerovec v0.11.5
13962026-05-08T01:24:27.716Z Compiling inout v0.1.4
13972026-05-08T01:24:27.747Z Compiling sha2 v0.10.9
13982026-05-08T01:24:27.881Z Compiling cipher v0.4.4
13992026-05-08T01:24:27.907Z Compiling futures-util v0.3.32
14002026-05-08T01:24:28.127Z Compiling tinystr v0.8.2
14012026-05-08T01:24:28.155Z Compiling potential_utf v0.1.4
14022026-05-08T01:24:28.311Z Compiling icu_locale_core v2.1.1
14032026-05-08T01:24:28.325Z Compiling icu_collections v2.1.1
14042026-05-08T01:24:28.357Z Compiling der_derive v0.7.3
14052026-05-08T01:24:28.462Z Compiling bytes v1.11.1
14062026-05-08T01:24:28.873Z Compiling chrono v0.4.44
14072026-05-08T01:24:29.114Z Compiling tokio v1.52.1
14082026-05-08T01:24:29.160Z Compiling icu_provider v2.1.1
14092026-05-08T01:24:29.189Z Compiling http v1.4.0
14102026-05-08T01:24:29.336Z Compiling der v0.7.10
14112026-05-08T01:24:29.444Z Compiling icu_normalizer v2.1.1
14122026-05-08T01:24:29.986Z Compiling icu_properties v2.1.2
14132026-05-08T01:24:30.073Z Compiling ppv-lite86 v0.2.21
14142026-05-08T01:24:30.104Z Compiling salsa20 v0.10.2
14152026-05-08T01:24:30.156Z Compiling spki v0.7.3
14162026-05-08T01:24:30.244Z Compiling pbkdf2 v0.12.2
14172026-05-08T01:24:30.273Z Compiling thiserror-impl v2.0.18
14182026-05-08T01:24:30.341Z Compiling rand_chacha v0.9.0
14192026-05-08T01:24:30.361Z Compiling scrypt v0.11.0
14202026-05-08T01:24:30.370Z Compiling aes v0.8.4
14212026-05-08T01:24:30.513Z Compiling cbc v0.1.2
14222026-05-08T01:24:30.630Z Compiling rustls-pki-types v1.14.0
14232026-05-08T01:24:30.689Z Compiling tracing-attributes v0.1.31
14242026-05-08T01:24:31.075Z Compiling idna_adapter v1.2.1
14252026-05-08T01:24:31.166Z Compiling pkcs5 v0.7.1
14262026-05-08T01:24:31.166Z Compiling rand v0.9.2
14272026-05-08T01:24:31.233Z Compiling idna v1.1.0
14282026-05-08T01:24:31.446Z Compiling http-body v1.0.1
14292026-05-08T01:24:31.529Z Compiling url v2.5.8
14302026-05-08T01:24:31.588Z Compiling thiserror v2.0.18
14312026-05-08T01:24:31.683Z Compiling untrusted v0.7.1
14322026-05-08T01:24:31.767Z Compiling base64 v0.22.1
14332026-05-08T01:24:31.802Z Compiling schemars v0.8.22
14342026-05-08T01:24:31.802Z Compiling httparse v1.10.1
14352026-05-08T01:24:31.834Z Compiling openssl-probe v0.2.1
14362026-05-08T01:24:31.945Z Compiling tracing v0.1.44
14372026-05-08T01:24:31.955Z Compiling untrusted v0.9.0
14382026-05-08T01:24:31.967Z Compiling pkcs8 v0.10.2
14392026-05-08T01:24:31.991Z Compiling schemars_derive v0.8.22
14402026-05-08T01:24:32.162Z Compiling pest_derive v2.8.6
14412026-05-08T01:24:32.198Z Compiling scroll_derive v0.13.1
14422026-05-08T01:24:32.281Z Compiling darling_core v0.20.11
14432026-05-08T01:24:32.308Z Compiling tinyvec_macros v0.1.1
14442026-05-08T01:24:32.341Z Compiling dyn-clone v1.0.20
14452026-05-08T01:24:32.474Z Compiling tower-layer v0.3.3
14462026-05-08T01:24:32.569Z Compiling rustls v0.23.37
14472026-05-08T01:24:32.630Z Compiling tower-service v0.3.3
14482026-05-08T01:24:32.727Z Compiling tokio-util v0.7.18
14492026-05-08T01:24:32.730Z Compiling try-lock v0.2.5
14502026-05-08T01:24:32.848Z Compiling atomic-waker v1.1.2
14512026-05-08T01:24:32.965Z Compiling scroll v0.13.0
14522026-05-08T01:24:32.979Z Compiling want v0.3.1
14532026-05-08T01:24:33.139Z Compiling tinyvec v1.10.0
14542026-05-08T01:24:33.477Z Compiling h2 v0.4.13
14552026-05-08T01:24:33.510Z Compiling ipnet v2.11.0
14562026-05-08T01:24:33.752Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14572026-05-08T01:24:33.824Z Compiling spin v0.9.8
14582026-05-08T01:24:34.070Z Compiling aho-corasick v1.1.4
14592026-05-08T01:24:34.104Z Compiling num-conv v0.2.0
14602026-05-08T01:24:34.131Z Compiling foreign-types-shared v0.1.1
14612026-05-08T01:24:34.176Z Compiling time-core v0.1.8
14622026-05-08T01:24:34.220Z Compiling pin-utils v0.1.0
14632026-05-08T01:24:34.294Z Compiling httpdate v1.0.3
14642026-05-08T01:24:34.323Z Compiling powerfmt v0.2.0
14652026-05-08T01:24:34.505Z Compiling openssl v0.10.78
14662026-05-08T01:24:34.532Z Compiling crc32fast v1.5.0
14672026-05-08T01:24:34.538Z Compiling darling_macro v0.20.11
14682026-05-08T01:24:34.538Z Compiling tempfile v3.25.0
14692026-05-08T01:24:34.697Z Compiling deranged v0.5.8
14702026-05-08T01:24:34.747Z Compiling time-macros v0.2.27
14712026-05-08T01:24:34.821Z Compiling regex-automata v0.4.14
14722026-05-08T01:24:34.901Z Compiling foreign-types v0.3.2
14732026-05-08T01:24:35.000Z Compiling darling v0.20.11
14742026-05-08T01:24:35.082Z Compiling goblin v0.10.5
14752026-05-08T01:24:35.712Z Compiling openssl-macros v0.1.1
14762026-05-08T01:24:35.790Z Compiling wait-timeout v0.2.1
14772026-05-08T01:24:36.051Z Compiling siphasher v1.0.2
14782026-05-08T01:24:36.094Z Compiling syn v1.0.109
14792026-05-08T01:24:36.204Z Compiling simd-adler32 v0.3.8
14802026-05-08T01:24:36.234Z Compiling crossbeam-utils v0.8.21
14812026-05-08T01:24:36.390Z Compiling native-tls v0.2.18
14822026-05-08T01:24:36.439Z Compiling hyper v1.8.1
14832026-05-08T01:24:36.513Z Compiling num_threads v0.1.7
14842026-05-08T01:24:36.588Z Compiling bit-vec v0.8.0
14852026-05-08T01:24:36.610Z Compiling usdt-impl v0.6.0
14862026-05-08T01:24:36.809Z Compiling quick-error v1.2.3
14872026-05-08T01:24:36.845Z Compiling bit-set v0.8.0
14882026-05-08T01:24:36.927Z Compiling rusty-fork v0.3.1
14892026-05-08T01:24:37.016Z Compiling time v0.3.47
14902026-05-08T01:24:37.417Z Compiling derive_builder_core v0.20.2
14912026-05-08T01:24:37.985Z Compiling dof v0.4.0
14922026-05-08T01:24:38.293Z Compiling hyper-util v0.1.20
14932026-05-08T01:24:38.841Z Compiling unicode-normalization v0.1.25
14942026-05-08T01:24:38.920Z Compiling dtrace-parser v0.3.0
14952026-05-08T01:24:39.205Z Compiling rustls-native-certs v0.8.3
14962026-05-08T01:24:39.279Z Compiling signature v2.2.0
14972026-05-08T01:24:39.330Z Compiling scroll_derive v0.12.1
14982026-05-08T01:24:39.476Z Compiling thiserror-impl v1.0.69
14992026-05-08T01:24:39.499Z Compiling heapless v0.7.17
15002026-05-08T01:24:39.625Z Compiling rand_xorshift v0.4.0
15012026-05-08T01:24:39.715Z Compiling slog v2.8.2
15022026-05-08T01:24:39.791Z Compiling darling_core v0.21.3
15032026-05-08T01:24:39.902Z Compiling bzip2-sys v0.1.13+1.0.8
15042026-05-08T01:24:39.923Z Compiling sync_wrapper v1.0.2
15052026-05-08T01:24:40.027Z Compiling thread-id v5.1.0
15062026-05-08T01:24:40.053Z Compiling cookie v0.18.1
15072026-05-08T01:24:40.099Z Compiling unicode-properties v0.1.4
15082026-05-08T01:24:40.177Z Compiling unicode-bidi v0.3.18
15092026-05-08T01:24:40.260Z Compiling zstd-safe v7.2.4
15102026-05-08T01:24:40.290Z Compiling unarray v0.1.4
15112026-05-08T01:24:40.306Z Compiling anyhow v1.0.102
15122026-05-08T01:24:40.396Z Compiling allocator-api2 v0.2.21
15132026-05-08T01:24:40.435Z Compiling paste v1.0.15
15142026-05-08T01:24:40.596Z Compiling adler2 v2.0.1
15152026-05-08T01:24:40.654Z Compiling signal-hook v0.3.18
15162026-05-08T01:24:40.689Z Compiling thiserror v1.0.69
15172026-05-08T01:24:40.696Z Compiling miniz_oxide v0.8.9
15182026-05-08T01:24:40.728Z Compiling stringprep v0.1.5
15192026-05-08T01:24:40.781Z Compiling proptest v1.10.0
15202026-05-08T01:24:41.165Z Compiling tower v0.5.3
15212026-05-08T01:24:41.294Z Compiling scroll v0.12.0
15222026-05-08T01:24:41.561Z Compiling derive_builder_macro v0.20.2
15232026-05-08T01:24:41.639Z Compiling ipnetwork v0.21.1
15242026-05-08T01:24:41.841Z Compiling http-body-util v0.1.3
15252026-05-08T01:24:42.005Z Compiling webpki-roots v1.0.6
15262026-05-08T01:24:42.023Z Compiling rand_chacha v0.3.1
15272026-05-08T01:24:42.087Z Compiling serde_tokenstream v0.2.3
15282026-05-08T01:24:42.096Z Compiling serde_spanned v0.6.9
15292026-05-08T01:24:42.120Z Compiling erased-serde v0.3.31
15302026-05-08T01:24:42.240Z Compiling darling_macro v0.21.3
15312026-05-08T01:24:42.253Z Compiling toml_datetime v0.6.11
15322026-05-08T01:24:42.386Z Compiling md-5 v0.10.6
15332026-05-08T01:24:42.491Z Compiling zerocopy-derive v0.7.35
15342026-05-08T01:24:42.549Z Compiling curve25519-dalek v4.1.3
15352026-05-08T01:24:42.591Z Compiling vergen-lib v0.1.6
15362026-05-08T01:24:42.698Z Compiling num-integer v0.1.46
15372026-05-08T01:24:42.786Z Compiling hash32 v0.2.1
15382026-05-08T01:24:42.800Z Compiling ff v0.13.1
15392026-05-08T01:24:42.879Z Compiling memoffset v0.9.1
15402026-05-08T01:24:42.938Z Compiling base16ct v0.2.0
15412026-05-08T01:24:42.960Z Compiling cfg_aliases v0.2.1
15422026-05-08T01:24:43.020Z Compiling iri-string v0.7.10
15432026-05-08T01:24:43.039Z Compiling litrs v1.0.0
15442026-05-08T01:24:43.063Z Compiling zlib-rs v0.6.2
15452026-05-08T01:24:43.109Z Compiling psl-types v2.0.11
15462026-05-08T01:24:43.230Z Compiling ref-cast v1.0.25
15472026-05-08T01:24:43.346Z Compiling smoltcp v0.9.1
15482026-05-08T01:24:43.528Z Compiling num-bigint-dig v0.8.6
15492026-05-08T01:24:43.540Z Compiling rustix v0.38.44
15502026-05-08T01:24:43.679Z Compiling fallible-iterator v0.2.0
15512026-05-08T01:24:43.726Z Compiling ryu v1.0.23
15522026-05-08T01:24:43.939Z Compiling serde_urlencoded v0.7.1
15532026-05-08T01:24:44.010Z Compiling postgres-protocol v0.6.10
15542026-05-08T01:24:44.115Z Compiling document-features v0.2.12
15552026-05-08T01:24:44.187Z Compiling tower-http v0.6.8
15562026-05-08T01:24:44.537Z Compiling zerocopy v0.7.35
15572026-05-08T01:24:44.563Z Compiling publicsuffix v2.3.0
15582026-05-08T01:24:44.688Z Compiling sec1 v0.7.3
15592026-05-08T01:24:44.702Z Compiling newtype-uuid v1.3.2
15602026-05-08T01:24:44.730Z Compiling nix v0.31.2
15612026-05-08T01:24:44.962Z Compiling num-iter v0.1.45
15622026-05-08T01:24:45.076Z Compiling group v0.13.0
15632026-05-08T01:24:45.114Z Compiling darling v0.21.3
15642026-05-08T01:24:45.194Z Compiling rand v0.8.5
15652026-05-08T01:24:45.241Z Compiling derive_builder v0.20.2
15662026-05-08T01:24:45.374Z Compiling oxnet v0.1.4
15672026-05-08T01:24:45.432Z Compiling hubpack_derive v0.1.1
15682026-05-08T01:24:45.486Z Compiling tokio-native-tls v0.3.1
15692026-05-08T01:24:45.654Z Compiling goblin v0.8.2
15702026-05-08T01:24:46.026Z Compiling flate2 v1.1.9
15712026-05-08T01:24:46.172Z Compiling regex v1.12.3
15722026-05-08T01:24:46.293Z Compiling phf_shared v0.13.1
15732026-05-08T01:24:46.393Z Compiling lazy_static v1.5.0
15742026-05-08T01:24:46.431Z Compiling cargo-platform v0.1.9
15752026-05-08T01:24:46.493Z Compiling hkdf v0.12.4
15762026-05-08T01:24:46.551Z Compiling crypto-bigint v0.5.5
15772026-05-08T01:24:46.608Z Compiling terminal_size v0.4.3
15782026-05-08T01:24:46.624Z Compiling ref-cast-impl v1.0.25
15792026-05-08T01:24:46.657Z Compiling daft-derive v0.1.5
15802026-05-08T01:24:46.694Z Compiling curve25519-dalek-derive v0.1.1
15812026-05-08T01:24:46.739Z Compiling strum_macros v0.27.2
15822026-05-08T01:24:47.153Z Compiling async-trait v0.1.89
15832026-05-08T01:24:47.328Z Compiling vergen v9.0.6
15842026-05-08T01:24:47.367Z Compiling fs-err v3.3.0
15852026-05-08T01:24:47.505Z Compiling ahash v0.8.12
15862026-05-08T01:24:47.550Z Compiling bitflags v1.3.2
15872026-05-08T01:24:47.630Z Compiling libbz2-rs-sys v0.2.2
15882026-05-08T01:24:47.711Z Compiling bumpalo v3.20.2
15892026-05-08T01:24:47.965Z Compiling object v0.37.3
15902026-05-08T01:24:48.163Z Compiling unicode-segmentation v1.12.0
15912026-05-08T01:24:48.243Z Compiling winnow v0.5.40
15922026-05-08T01:24:48.319Z Compiling cpufeatures v0.3.0
15932026-05-08T01:24:48.397Z Compiling managed v0.8.0
15942026-05-08T01:24:48.551Z Compiling foldhash v0.2.0
15952026-05-08T01:24:48.614Z Compiling foldhash v0.1.5
15962026-05-08T01:24:48.690Z Compiling strum v0.27.2
15972026-05-08T01:24:48.811Z Compiling hashbrown v0.15.5
15982026-05-08T01:24:48.826Z Compiling hashbrown v0.16.1
15992026-05-08T01:24:48.845Z Compiling chacha20 v0.10.0
16002026-05-08T01:24:49.160Z Compiling clap_builder v4.5.60
16012026-05-08T01:24:49.220Z Compiling bzip2 v0.6.1
16022026-05-08T01:24:49.358Z Compiling zopfli v0.8.3
16032026-05-08T01:24:49.409Z Compiling dof v0.3.0
16042026-05-08T01:24:49.495Z Compiling elliptic-curve v0.13.8
16052026-05-08T01:24:49.554Z Compiling toml_edit v0.19.15
16062026-05-08T01:24:49.708Z Compiling daft v0.1.5
16072026-05-08T01:24:50.028Z Compiling cargo_metadata v0.19.2
16082026-05-08T01:24:50.085Z Compiling phf v0.13.1
16092026-05-08T01:24:50.246Z Compiling cookie_store v0.22.1
16102026-05-08T01:24:50.893Z Compiling signal-hook-mio v0.2.5
16112026-05-08T01:24:51.338Z Compiling hubpack v0.1.2
16122026-05-08T01:24:51.367Z Compiling zstd v0.13.3
16132026-05-08T01:24:51.552Z Compiling bzip2 v0.4.4
16142026-05-08T01:24:51.628Z Compiling hyper-tls v0.6.0
16152026-05-08T01:24:51.729Z Compiling serde_with_macros v3.17.0
16162026-05-08T01:24:51.856Z Compiling postgres-types v0.2.12
16172026-05-08T01:24:52.133Z Compiling usdt-attr-macro v0.6.0
16182026-05-08T01:24:52.185Z Compiling usdt-macro v0.6.0
16192026-05-08T01:24:52.414Z Compiling dtrace-parser v0.2.0
16202026-05-08T01:24:52.837Z Compiling ed25519 v2.2.3
16212026-05-08T01:24:52.858Z Compiling bstr v1.12.1
16222026-05-08T01:24:52.913Z Compiling phf_shared v0.11.3
16232026-05-08T01:24:52.916Z Compiling pkcs1 v0.7.5
16242026-05-08T01:24:52.949Z Compiling serde-big-array v0.5.1
16252026-05-08T01:24:53.090Z Compiling hex v0.4.3
16262026-05-08T01:24:53.090Z Compiling rfc6979 v0.4.0
16272026-05-08T01:24:53.162Z Compiling strum_macros v0.26.4
16282026-05-08T01:24:53.225Z Compiling enum-as-inner v0.6.1
16292026-05-08T01:24:53.317Z Compiling clap_derive v4.5.55
16302026-05-08T01:24:53.356Z Compiling serde_repr v0.1.20
16312026-05-08T01:24:53.486Z Compiling float-cmp v0.10.0
16322026-05-08T01:24:53.635Z Compiling memmap2 v0.9.10
16332026-05-08T01:24:53.743Z Compiling thread-id v4.2.2
16342026-05-08T01:24:53.775Z Compiling env_filter v1.0.0
16352026-05-08T01:24:53.829Z Compiling encoding_rs v0.8.35
16362026-05-08T01:24:53.887Z Compiling precomputed-hash v0.1.1
16372026-05-08T01:24:53.907Z Compiling new_debug_unreachable v1.0.6
16382026-05-08T01:24:53.974Z Compiling static_assertions v1.1.0
16392026-05-08T01:24:53.991Z Compiling either v1.15.0
16402026-05-08T01:24:54.054Z Compiling rustc-hash v2.1.1
16412026-05-08T01:24:54.079Z Compiling fixedbitset v0.4.2
16422026-05-08T01:24:54.179Z Compiling jiff v0.2.21
16432026-05-08T01:24:54.197Z Compiling predicates-core v1.0.10
16442026-05-08T01:24:54.299Z Compiling normalize-line-endings v0.3.0
16452026-05-08T01:24:54.374Z Compiling whoami v2.1.0
16462026-05-08T01:24:54.404Z Compiling mime v0.3.17
16472026-05-08T01:24:54.659Z Compiling fixedbitset v0.5.7
16482026-05-08T01:24:54.749Z Compiling difflib v0.4.0
16492026-05-08T01:24:54.949Z Compiling data-encoding v2.10.0
16502026-05-08T01:24:54.967Z Compiling keccak v0.1.6
16512026-05-08T01:24:55.138Z Compiling clap v4.5.60
16522026-05-08T01:24:55.224Z Compiling sha3 v0.10.8
16532026-05-08T01:24:55.302Z Compiling hickory-proto v0.25.2
16542026-05-08T01:24:55.331Z Compiling predicates v3.1.4
16552026-05-08T01:24:55.632Z Compiling strum v0.26.3
16562026-05-08T01:24:55.666Z Compiling petgraph v0.8.3
16572026-05-08T01:24:55.682Z Compiling tokio-postgres v0.7.16
16582026-05-08T01:24:55.766Z Compiling petgraph v0.6.5
16592026-05-08T01:24:55.775Z Compiling itertools v0.13.0
16602026-05-08T01:24:55.963Z Compiling iddqd v0.3.18
16612026-05-08T01:24:56.959Z Compiling zip v4.6.1
16622026-05-08T01:24:57.085Z Compiling toml_edit v0.22.27
16632026-05-08T01:24:57.198Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16642026-05-08T01:24:57.562Z Compiling string_cache v0.8.9
16652026-05-08T01:24:57.790Z Compiling env_logger v0.11.9
16662026-05-08T01:24:57.812Z Compiling usdt v0.6.0
16672026-05-08T01:24:57.901Z Compiling usdt-impl v0.5.0
16682026-05-08T01:24:58.067Z Compiling serde_with v3.17.0
16692026-05-08T01:24:58.141Z Compiling similar v2.7.0
16702026-05-08T01:24:58.324Z Compiling ecdsa v0.16.9
16712026-05-08T01:24:58.479Z Compiling rsa v0.9.10
16722026-05-08T01:24:58.707Z Compiling ed25519-dalek v2.2.0
16732026-05-08T01:24:59.008Z Compiling crossterm v0.28.1
16742026-05-08T01:24:59.804Z Compiling zip v0.6.6
16752026-05-08T01:24:59.976Z Compiling toml v0.7.8
16762026-05-08T01:25:00.394Z Compiling rand v0.10.0
16772026-05-08T01:25:00.444Z Compiling heck v0.4.1
16782026-05-08T01:25:00.469Z Compiling toml_parser v1.0.9+spec-1.1.0
16792026-05-08T01:25:00.572Z Compiling crossbeam-epoch v0.9.18
16802026-05-08T01:25:00.644Z Compiling tokio-stream v0.1.18
16812026-05-08T01:25:00.810Z Compiling buf-list v1.1.2
16822026-05-08T01:25:00.916Z Compiling x509-cert v0.2.5
16832026-05-08T01:25:01.090Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16842026-05-08T01:25:01.107Z Compiling openapiv3 v2.2.0
16852026-05-08T01:25:01.119Z Compiling sha1 v0.10.6
16862026-05-08T01:25:01.299Z Compiling toml_datetime v0.7.5+spec-1.1.0
16872026-05-08T01:25:01.332Z Compiling peg-runtime v0.8.5
16882026-05-08T01:25:01.375Z Compiling lalrpop-util v0.19.12
16892026-05-08T01:25:01.573Z Compiling thread_local v1.1.9
16902026-05-08T01:25:01.591Z Compiling slog-async v2.8.0
16912026-05-08T01:25:01.622Z Compiling crossbeam-channel v0.5.15
16922026-05-08T01:25:01.817Z Compiling futures-executor v0.3.32
16932026-05-08T01:25:01.829Z Compiling is-terminal v0.4.17
16942026-05-08T01:25:01.880Z Compiling filetime v0.2.27
16952026-05-08T01:25:01.910Z Compiling xattr v1.6.1
16962026-05-08T01:25:02.071Z Compiling take_mut v0.2.2
16972026-05-08T01:25:02.079Z Compiling term v1.2.1
16982026-05-08T01:25:02.079Z Compiling tar v0.4.45
16992026-05-08T01:25:02.104Z Compiling futures v0.3.32
17002026-05-08T01:25:02.499Z Compiling slog-term v2.9.2
17012026-05-08T01:25:12.118Z Compiling rustls-webpki v0.103.9
17022026-05-08T01:25:14.907Z Compiling tokio-rustls v0.26.4
17032026-05-08T01:25:14.907Z Compiling rustls-platform-verifier v0.6.2
17042026-05-08T01:25:15.138Z Compiling hyper-rustls v0.27.7
17052026-05-08T01:25:15.322Z Compiling reqwest v0.13.2
17062026-05-08T01:25:15.322Z Compiling reqwest v0.12.28
17072026-05-08T01:25:17.388Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17082026-05-08T01:25:17.603Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17092026-05-08T01:25:20.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17102026-05-08T01:25:20.544Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17112026-05-08T01:25:20.600ZMay 08 01:25:19.761 INFO Starting download, target: Clickhouse
17122026-05-08T01:25:20.600ZMay 08 01:25:19.761 INFO Starting download, target: Cockroach
17132026-05-08T01:25:20.600ZMay 08 01:25:19.761 INFO Starting download, target: Console
17142026-05-08T01:25:20.600ZMay 08 01:25:19.761 INFO Starting download, target: DendriteStub
17152026-05-08T01:25:20.613ZMay 08 01:25:19.761 INFO Starting download, target: MaghemiteMgd
17162026-05-08T01:25:20.613ZMay 08 01:25:19.761 INFO Starting download, target: TransceiverControl
17172026-05-08T01:25:20.613ZMay 08 01:25:19.761 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-05-08T01:25:20.613ZMay 08 01:25:19.761 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17192026-05-08T01:25:20.613ZMay 08 01:25:19.761 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202026-05-08T01:25:20.614ZMay 08 01:25:19.761 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-05-08T01:25:20.614ZMay 08 01:25:19.761 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17222026-05-08T01:25:20.614ZMay 08 01:25:19.762 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17232026-05-08T01:25:21.435ZMay 08 01:25:20.587 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-05-08T01:25:21.614ZMay 08 01:25:20.713 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17252026-05-08T01:25:21.639ZMay 08 01:25:20.793 INFO Download complete, target: TransceiverControl
17262026-05-08T01:25:21.835ZMay 08 01:25:20.991 INFO Download complete, target: Console
17272026-05-08T01:25:22.352ZMay 08 01:25:21.502 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-05-08T01:25:22.999ZMay 08 01:25:22.160 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17292026-05-08T01:25:23.353ZMay 08 01:25:22.493 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-05-08T01:25:24.258ZMay 08 01:25:23.422 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17312026-05-08T01:25:24.258ZMay 08 01:25:23.422 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17322026-05-08T01:25:25.329ZMay 08 01:25:24.480 INFO Download complete, target: DendriteStub
17332026-05-08T01:25:25.706ZMay 08 01:25:24.868 INFO Download complete, target: MaghemiteMgd
17342026-05-08T01:25:28.832ZMay 08 01:25:27.997 INFO Checking that binary works, target: Cockroach
17352026-05-08T01:25:28.950ZMay 08 01:25:28.115 INFO Download complete, target: Cockroach
17362026-05-08T01:25:29.104ZMay 08 01:25:28.266 INFO Checking that binary works, target: Clickhouse
17372026-05-08T01:25:29.236ZMay 08 01:25:28.373 INFO Download complete, target: Clickhouse
17382026-05-08T01:25:29.252ZAll builder prerequisites installed successfully, and PATH looks valid
17392026-05-08T01:25:29.252Z
17402026-05-08T01:25:29.252Zreal 2:12.313638517
17412026-05-08T01:25:29.252Zuser 6:44.283830651
17422026-05-08T01:25:29.252Zsys 1:20.168830654
17432026-05-08T01:25:29.252Ztrap 0.215622193
17442026-05-08T01:25:29.252Ztflt 0.639101600
17452026-05-08T01:25:29.252Zdflt 0.593036758
17462026-05-08T01:25:29.252Zkflt 0.024108165
17472026-05-08T01:25:29.252Zlock 21:01.551382456
17482026-05-08T01:25:29.252Zslp 20:42.343724058
17492026-05-08T01:25:29.252Zlat 40.248143167
17502026-05-08T01:25:29.252Zstop 1:55.065264856
17512026-05-08T01:25:29.252Z+ banner clippy
17522026-05-08T01:25:29.253Z
17532026-05-08T01:25:29.253Z #### # # ##### ##### # #
17542026-05-08T01:25:29.253Z # # # # # # # # # #
17552026-05-08T01:25:29.253Z # # # # # # # #
17562026-05-08T01:25:29.253Z # # # ##### ##### #
17572026-05-08T01:25:29.253Z # # # # # # #
17582026-05-08T01:25:29.253Z #### ###### # # # #
17592026-05-08T01:25:29.253Z
17602026-05-08T01:25:29.253Z+ export CARGO_INCREMENTAL=0
17612026-05-08T01:25:29.253Z+ CARGO_INCREMENTAL=0
17622026-05-08T01:25:29.253Z+ ptime -m cargo xtask clippy
17632026-05-08T01:25:29.747Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17642026-05-08T01:25:29.962Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17652026-05-08T01:25:31.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17662026-05-08T01:25:31.944Z Running `target/debug/xtask clippy`
17672026-05-08T01:25:31.973Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17682026-05-08T01:25:32.572Z Downloading crates ...
17692026-05-08T01:25:32.783Z Downloaded addr2line v0.25.1
17702026-05-08T01:25:32.797Z Downloaded escape8259 v0.5.3
17712026-05-08T01:25:32.803Z Downloaded parking v2.2.1
17722026-05-08T01:25:32.804Z Downloaded futures-timer v3.0.3
17732026-05-08T01:25:32.804Z Downloaded pathdiff v0.2.3
17742026-05-08T01:25:32.804Z Downloaded constant_time_eq v0.3.1
17752026-05-08T01:25:32.804Z Downloaded cargo-platform v0.3.2
17762026-05-08T01:25:32.810Z Downloaded concurrent-queue v2.5.0
17772026-05-08T01:25:32.817Z Downloaded blake2b_simd v1.0.4
17782026-05-08T01:25:32.817Z Downloaded path-tree v0.8.3
17792026-05-08T01:25:32.818Z Downloaded rustc-demangle v0.1.27
17802026-05-08T01:25:32.829Z Downloaded cast v0.3.0
17812026-05-08T01:25:32.829Z Downloaded approx v0.5.1
17822026-05-08T01:25:32.838Z Downloaded assert-json-diff v2.0.2
17832026-05-08T01:25:32.838Z Downloaded rstest v0.25.0
17842026-05-08T01:25:32.838Z Downloaded guppy-workspace-hack v0.1.0
17852026-05-08T01:25:32.838Z Downloaded backtrace-ext v0.2.1
17862026-05-08T01:25:32.847Z Downloaded miette-derive v5.10.0
17872026-05-08T01:25:32.847Z Downloaded plotters-backend v0.3.7
17882026-05-08T01:25:32.862Z Downloaded tokio-test v0.4.5
17892026-05-08T01:25:32.862Z Downloaded knuffel-derive v3.2.0
17902026-05-08T01:25:32.862Z Downloaded assert_cmd v2.1.2
17912026-05-08T01:25:32.862Z Downloaded libtest-mimic v0.8.1
17922026-05-08T01:25:32.866Z Downloaded hickory-client v0.25.2
17932026-05-08T01:25:32.866Z Downloaded datatest-stable v0.3.3
17942026-05-08T01:25:32.866Z Downloaded similar-asserts v1.7.0
17952026-05-08T01:25:32.866Z Downloaded supports-hyperlinks v2.1.0
17962026-05-08T01:25:32.866Z Downloaded fancy-regex v0.14.0
17972026-05-08T01:25:32.866Z Downloaded nested v0.1.1
17982026-05-08T01:25:32.866Z Downloaded async-object-pool v0.2.0
17992026-05-08T01:25:32.866Z Downloaded plotters-svg v0.3.7
18002026-05-08T01:25:32.866Z Downloaded oorandom v11.1.5
18012026-05-08T01:25:32.866Z Downloaded chumsky v0.9.3
18022026-05-08T01:25:32.866Z Downloaded rand_distr v0.5.1
18032026-05-08T01:25:32.872Z Downloaded linkme-impl v0.3.35
18042026-05-08T01:25:32.879Z Downloaded event-listener-strategy v0.5.4
18052026-05-08T01:25:32.884Z Downloaded terminal_size v0.1.17
18062026-05-08T01:25:32.888Z Downloaded target-triple v1.0.0
18072026-05-08T01:25:32.888Z Downloaded serde_regex v1.1.0
18082026-05-08T01:25:32.892Z Downloaded tinytemplate v1.2.1
18092026-05-08T01:25:32.915Z Downloaded supports-unicode v2.1.0
18102026-05-08T01:25:32.920Z Downloaded supports-color v2.1.0
18112026-05-08T01:25:32.920Z Downloaded anes v0.1.6
18122026-05-08T01:25:32.920Z Downloaded linkme v0.3.35
18132026-05-08T01:25:32.920Z Downloaded textwrap v0.15.2
18142026-05-08T01:25:32.920Z Downloaded relative-path v1.9.3
18152026-05-08T01:25:32.920Z Downloaded cargo_metadata v0.23.1
18162026-05-08T01:25:32.920Z Downloaded stringmetrics v2.2.2
18172026-05-08T01:25:32.920Z Downloaded criterion-plot v0.6.0
18182026-05-08T01:25:32.920Z Downloaded termcolor v1.4.1
18192026-05-08T01:25:32.920Z Downloaded event-listener v5.4.1
18202026-05-08T01:25:32.928Z Downloaded rust-argon2 v2.1.0
18212026-05-08T01:25:32.928Z Downloaded httptest v0.16.4
18222026-05-08T01:25:32.928Z Downloaded async-lock v3.4.2
18232026-05-08T01:25:32.928Z Downloaded target-spec v3.5.7
18242026-05-08T01:25:32.933Z Downloaded target-lexicon v0.13.3
18252026-05-08T01:25:32.934Z Downloaded cfg-expr v0.20.6
18262026-05-08T01:25:32.934Z Downloaded partial-io v0.5.4
18272026-05-08T01:25:32.934Z Downloaded criterion v0.7.0
18282026-05-08T01:25:32.938Z Downloaded owo-colors v3.5.0
18292026-05-08T01:25:32.938Z Downloaded knuffel v3.2.0
18302026-05-08T01:25:32.946Z Downloaded trybuild v1.0.116
18312026-05-08T01:25:32.953Z Downloaded miette v5.10.0
18322026-05-08T01:25:32.957Z Downloaded backtrace v0.3.76
18332026-05-08T01:25:32.962Z Downloaded rstest_macros v0.25.0
18342026-05-08T01:25:32.965Z Downloaded hashbrown v0.14.5
18352026-05-08T01:25:32.965Z Downloaded guppy v0.17.25
18362026-05-08T01:25:32.978Z Downloaded plotters v0.3.7
18372026-05-08T01:25:32.985Z Downloaded gimli v0.32.3
18382026-05-08T01:25:33.090Z Downloaded httpmock v0.8.3
18392026-05-08T01:25:34.675Z Checking cfg-if v1.0.4
18402026-05-08T01:25:35.019Z Checking libc v0.2.185
18412026-05-08T01:25:35.027Z Checking serde_core v1.0.228
18422026-05-08T01:25:35.091Z Checking memchr v2.8.0
18432026-05-08T01:25:35.123Z Checking smallvec v1.15.1
18442026-05-08T01:25:35.154Z Checking log v0.4.29
18452026-05-08T01:25:35.184Z Checking itoa v1.0.17
18462026-05-08T01:25:35.247Z Checking zeroize v1.8.2
18472026-05-08T01:25:35.280Z Checking libm v0.2.16
18482026-05-08T01:25:35.338Z Checking scopeguard v1.2.0
18492026-05-08T01:25:35.373Z Checking stable_deref_trait v1.2.1
18502026-05-08T01:25:35.416Z Checking zerofrom v0.1.6
18512026-05-08T01:25:35.468Z Checking zmij v1.0.21
18522026-05-08T01:25:35.477Z Checking errno v0.3.14
18532026-05-08T01:25:35.477Z Checking getrandom v0.2.17
18542026-05-08T01:25:35.477Z Checking lock_api v0.4.14
18552026-05-08T01:25:35.565Z Checking yoke v0.8.1
18562026-05-08T01:25:35.604Z Checking percent-encoding v2.3.2
18572026-05-08T01:25:35.655Z Checking litemap v0.8.1
18582026-05-08T01:25:35.703Z Checking writeable v0.6.2
18592026-05-08T01:25:35.741Z Checking icu_properties_data v2.1.2
18602026-05-08T01:25:35.757Z Checking icu_normalizer_data v2.1.1
18612026-05-08T01:25:35.790Z Checking zerovec v0.11.5
18622026-05-08T01:25:35.809Z Checking zerotrie v0.2.3
18632026-05-08T01:25:35.859Z Checking form_urlencoded v1.2.2
18642026-05-08T01:25:35.891Z Checking subtle v2.6.1
18652026-05-08T01:25:35.919Z Checking utf8_iter v1.0.4
18662026-05-08T01:25:35.948Z Checking pin-project-lite v0.2.17
18672026-05-08T01:25:35.979Z Checking num-traits v0.2.19
18682026-05-08T01:25:36.013Z Checking portable-atomic v1.13.1
18692026-05-08T01:25:36.063Z Checking parking_lot_core v0.9.12
18702026-05-08T01:25:36.094Z Checking critical-section v1.2.0
18712026-05-08T01:25:36.137Z Checking rand_core v0.10.0
18722026-05-08T01:25:36.158Z Checking rand_core v0.6.4
18732026-05-08T01:25:36.214Z Checking zerocopy v0.8.40
18742026-05-08T01:25:36.255Z Checking tinystr v0.8.2
18752026-05-08T01:25:36.287Z Checking potential_utf v0.1.4
18762026-05-08T01:25:36.298Z Checking parking_lot v0.12.5
18772026-05-08T01:25:36.351Z Checking getrandom v0.4.1
18782026-05-08T01:25:36.456Z Checking once_cell v1.21.3
18792026-05-08T01:25:36.466Z Checking icu_locale_core v2.1.1
18802026-05-08T01:25:36.516Z Checking icu_collections v2.1.1
18812026-05-08T01:25:36.551Z Checking serde v1.0.228
18822026-05-08T01:25:36.551Z Checking serde_json v1.0.149
18832026-05-08T01:25:36.562Z Checking bitflags v2.11.0
18842026-05-08T01:25:36.653Z Checking signal-hook-registry v1.4.8
18852026-05-08T01:25:36.676Z Checking mio v1.2.0
18862026-05-08T01:25:36.797Z Checking socket2 v0.6.3
18872026-05-08T01:25:36.838Z Checking typenum v1.19.0
18882026-05-08T01:25:36.874Z Checking iana-time-zone v0.1.65
18892026-05-08T01:25:36.964Z Checking bytes v1.11.1
18902026-05-08T01:25:37.000Z Checking thiserror v2.0.18
18912026-05-08T01:25:37.036Z Checking chrono v0.4.44
18922026-05-08T01:25:37.059Z Checking icu_provider v2.1.1
18932026-05-08T01:25:37.107Z Checking semver v1.0.28
18942026-05-08T01:25:37.143Z Checking uuid v1.23.0
18952026-05-08T01:25:37.261Z Checking futures-core v0.3.32
18962026-05-08T01:25:37.320Z Checking icu_normalizer v2.1.1
18972026-05-08T01:25:37.354Z Checking icu_properties v2.1.2
18982026-05-08T01:25:37.387Z Checking generic-array v0.14.7
18992026-05-08T01:25:37.421Z Checking tokio v1.52.1
19002026-05-08T01:25:37.459Z Checking equivalent v1.0.2
19012026-05-08T01:25:37.512Z Checking dyn-clone v1.0.20
19022026-05-08T01:25:37.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19032026-05-08T01:25:37.632Z Checking const-oid v0.9.6
19042026-05-08T01:25:37.665Z Checking futures-sink v0.3.32
19052026-05-08T01:25:37.785Z Checking futures-channel v0.3.32
19062026-05-08T01:25:37.860Z Checking crypto-common v0.1.7
19072026-05-08T01:25:37.897Z Checking block-buffer v0.10.4
19082026-05-08T01:25:37.932Z Checking slab v0.4.12
19092026-05-08T01:25:37.996Z Checking futures-io v0.3.32
19102026-05-08T01:25:38.029Z Checking futures-task v0.3.32
19112026-05-08T01:25:38.062Z Checking hashbrown v0.17.0
19122026-05-08T01:25:38.109Z Checking byteorder v1.5.0
19132026-05-08T01:25:38.142Z Checking rustix v1.1.3
19142026-05-08T01:25:38.191Z Checking idna_adapter v1.2.1
19152026-05-08T01:25:38.210Z Checking futures-util v0.3.32
19162026-05-08T01:25:38.319Z Checking idna v1.1.0
19172026-05-08T01:25:38.322Z Checking digest v0.10.7
19182026-05-08T01:25:38.385Z Checking cpufeatures v0.2.17
19192026-05-08T01:25:38.479Z Checking thiserror v1.0.69
19202026-05-08T01:25:38.544Z Checking indexmap v2.14.0
19212026-05-08T01:25:38.577Z Checking getrandom v0.3.4
19222026-05-08T01:25:38.610Z Checking url v2.5.8
19232026-05-08T01:25:38.614Z Checking fnv v1.0.7
19242026-05-08T01:25:38.745Z Checking regex-syntax v0.8.10
19252026-05-08T01:25:38.778Z Checking http v1.4.0
19262026-05-08T01:25:38.937Z Checking ppv-lite86 v0.2.21
19272026-05-08T01:25:38.985Z Checking tracing-core v0.1.36
19282026-05-08T01:25:39.089Z Checking schemars v0.8.22
19292026-05-08T01:25:39.132Z Checking base64 v0.22.1
19302026-05-08T01:25:39.260Z Checking ipnet v2.11.0
19312026-05-08T01:25:39.327Z Checking tracing v0.1.44
19322026-05-08T01:25:39.376Z Checking unicode-ident v1.0.24
19332026-05-08T01:25:39.393Z Checking untrusted v0.9.0
19342026-05-08T01:25:39.484Z Checking proc-macro2 v1.0.106
19352026-05-08T01:25:39.521Z Checking ring v0.17.14
19362026-05-08T01:25:39.555Z Checking aho-corasick v1.1.4
19372026-05-08T01:25:39.559Z Checking utf8parse v0.2.2
19382026-05-08T01:25:39.711Z Checking anstyle v1.0.13
19392026-05-08T01:25:39.744Z Checking rustls-pki-types v1.14.0
19402026-05-08T01:25:39.803Z Checking quote v1.0.45
19412026-05-08T01:25:39.908Z Checking httparse v1.10.1
19422026-05-08T01:25:39.993Z Checking syn v2.0.117
19432026-05-08T01:25:40.050Z Checking base64ct v1.8.3
19442026-05-08T01:25:40.054Z Checking anstyle-parse v0.2.7
19452026-05-08T01:25:40.114Z Checking block-padding v0.3.3
19462026-05-08T01:25:40.151Z Checking anstyle-query v1.1.5
19472026-05-08T01:25:40.231Z Checking regex-automata v0.4.14
19482026-05-08T01:25:40.265Z Checking colorchoice v1.0.4
19492026-05-08T01:25:40.269Z Checking is_terminal_polyfill v1.70.2
19502026-05-08T01:25:40.269Z Checking inout v0.1.4
19512026-05-08T01:25:40.361Z Checking crossbeam-utils v0.8.21
19522026-05-08T01:25:40.393Z Checking allocator-api2 v0.2.21
19532026-05-08T01:25:40.435Z Checking anstream v0.6.21
19542026-05-08T01:25:40.468Z Checking cipher v0.4.4
19552026-05-08T01:25:40.535Z Checking http-body v1.0.1
19562026-05-08T01:25:40.589Z Checking tokio-util v0.7.18
19572026-05-08T01:25:40.677Z Checking terminal_size v0.4.3
19582026-05-08T01:25:40.706Z Checking atomic-waker v1.1.2
19592026-05-08T01:25:40.737Z Checking httpdate v1.0.3
19602026-05-08T01:25:40.742Z Checking try-lock v0.2.5
19612026-05-08T01:25:40.742Z Checking clap_lex v1.0.0
19622026-05-08T01:25:40.833Z Checking strsim v0.11.1
19632026-05-08T01:25:40.849Z Checking pem-rfc7468 v0.7.0
19642026-05-08T01:25:40.904Z Checking sha2 v0.10.9
19652026-05-08T01:25:40.939Z Checking want v0.3.1
19662026-05-08T01:25:40.943Z Checking ryu v1.0.23
19672026-05-08T01:25:41.022Z Checking clap_builder v4.5.60
19682026-05-08T01:25:41.053Z Checking pin-utils v0.1.0
19692026-05-08T01:25:41.098Z Checking tower-layer v0.3.3
19702026-05-08T01:25:41.130Z Checking tower-service v0.3.3
19712026-05-08T01:25:41.165Z Checking rand_core v0.9.5
19722026-05-08T01:25:41.198Z Checking hmac v0.12.1
19732026-05-08T01:25:41.235Z Checking h2 v0.4.13
19742026-05-08T01:25:41.278Z Checking powerfmt v0.2.0
19752026-05-08T01:25:41.288Z Checking time-core v0.1.8
19762026-05-08T01:25:41.356Z Checking num-conv v0.2.0
19772026-05-08T01:25:41.373Z Checking num_threads v0.1.7
19782026-05-08T01:25:41.456Z Checking deranged v0.5.8
19792026-05-08T01:25:41.476Z Checking flagset v0.4.7
19802026-05-08T01:25:41.505Z Checking erased-serde v0.3.31
19812026-05-08T01:25:41.511Z Checking rand_chacha v0.9.0
19822026-05-08T01:25:41.628Z Checking der v0.7.10
19832026-05-08T01:25:41.765Z Checking http-body-util v0.1.3
19842026-05-08T01:25:41.914Z Checking slog v2.8.2
19852026-05-08T01:25:41.999Z Checking spin v0.9.8
19862026-05-08T01:25:42.064Z Checking rand v0.9.2
19872026-05-08T01:25:42.184Z Checking aws-lc-sys v0.37.1
19882026-05-08T01:25:42.219Z Checking anyhow v1.0.102
19892026-05-08T01:25:42.259Z Checking clap v4.5.60
19902026-05-08T01:25:42.290Z Checking untrusted v0.7.1
19912026-05-08T01:25:42.361Z Checking serde_urlencoded v0.7.1
19922026-05-08T01:25:42.400Z Checking time v0.3.47
19932026-05-08T01:25:42.412Z Checking openssl-probe v0.2.1
19942026-05-08T01:25:42.459Z Checking regex v1.12.3
19952026-05-08T01:25:42.471Z Checking fastrand v2.3.0
19962026-05-08T01:25:42.553Z Checking spki v0.7.3
19972026-05-08T01:25:42.573Z Checking pbkdf2 v0.12.2
19982026-05-08T01:25:42.591Z Checking aes v0.8.4
19992026-05-08T01:25:42.687Z Checking pretty-hex v0.4.1
20002026-05-08T01:25:42.725Z Checking salsa20 v0.10.2
20012026-05-08T01:25:42.762Z Checking aws-lc-rs v1.16.0
20022026-05-08T01:25:42.769Z Checking cbc v0.1.2
20032026-05-08T01:25:42.812Z Checking rand_chacha v0.3.1
20042026-05-08T01:25:42.850Z Checking hex v0.4.3
20052026-05-08T01:25:42.875Z Checking plain v0.2.3
20062026-05-08T01:25:42.925Z Checking scrypt v0.11.0
20072026-05-08T01:25:42.989Z Checking tempfile v3.25.0
20082026-05-08T01:25:43.024Z Checking rustls-native-certs v0.8.3
20092026-05-08T01:25:43.053Z Checking rand v0.8.5
20102026-05-08T01:25:43.094Z Checking ipnetwork v0.21.1
20112026-05-08T01:25:43.097Z Checking sync_wrapper v1.0.2
20122026-05-08T01:25:43.215Z Checking ucd-trie v0.1.7
20132026-05-08T01:25:43.255Z Checking foldhash v0.2.0
20142026-05-08T01:25:43.255Z Checking simd-adler32 v0.3.8
20152026-05-08T01:25:43.378Z Checking tower v0.5.3
20162026-05-08T01:25:43.395Z Checking pest v2.8.6
20172026-05-08T01:25:43.433Z Checking hashbrown v0.16.1
20182026-05-08T01:25:43.455Z Checking pkcs5 v0.7.1
20192026-05-08T01:25:43.559Z Checking webpki-roots v1.0.6
20202026-05-08T01:25:43.600Z Checking camino v1.2.2
20212026-05-08T01:25:43.631Z Checking rustls-webpki v0.103.9
20222026-05-08T01:25:43.701Z Checking iri-string v0.7.10
20232026-05-08T01:25:43.739Z Checking adler2 v2.0.1
20242026-05-08T01:25:43.769Z Checking pkcs8 v0.10.2
20252026-05-08T01:25:43.876Z Checking miniz_oxide v0.8.9
20262026-05-08T01:25:43.899Z Checking openapiv3 v2.2.0
20272026-05-08T01:25:43.937Z Checking hyper v1.8.1
20282026-05-08T01:25:43.962Z Checking either v1.15.0
20292026-05-08T01:25:44.020Z Checking mime v0.3.17
20302026-05-08T01:25:44.060Z Checking rustls v0.23.37
20312026-05-08T01:25:44.212Z Checking winnow v0.7.14
20322026-05-08T01:25:44.238Z Checking crc32fast v1.5.0
20332026-05-08T01:25:44.261Z Checking static_assertions v1.1.0
20342026-05-08T01:25:44.397Z Checking oxnet v0.1.4
20352026-05-08T01:25:44.417Z Checking lazy_static v1.5.0
20362026-05-08T01:25:44.429Z Checking signature v2.2.0
20372026-05-08T01:25:44.509Z Checking hubpack v0.1.2
20382026-05-08T01:25:44.573Z Checking encoding_rs v0.8.35
20392026-05-08T01:25:44.611Z Checking strum v0.26.3
20402026-05-08T01:25:44.690Z Checking tinyvec_macros v0.1.1
20412026-05-08T01:25:44.764Z Checking tower-http v0.6.8
20422026-05-08T01:25:44.785Z Checking zlib-rs v0.6.2
20432026-05-08T01:25:44.802Z Checking foreign-types-shared v0.1.1
20442026-05-08T01:25:44.863Z Checking hyper-util v0.1.20
20452026-05-08T01:25:44.909Z Checking foreign-types v0.3.2
20462026-05-08T01:25:45.020Z Checking tinyvec v1.10.0
20472026-05-08T01:25:45.038Z Checking sha1 v0.10.6
20482026-05-08T01:25:45.194Z Checking scroll v0.13.0
20492026-05-08T01:25:45.229Z Checking openssl-sys v0.9.114
20502026-05-08T01:25:45.345Z Checking data-encoding v2.10.0
20512026-05-08T01:25:45.368Z Checking toml_datetime v0.6.11
20522026-05-08T01:25:45.439Z Checking goblin v0.10.5
20532026-05-08T01:25:45.527Z Checking serde_spanned v0.6.9
20542026-05-08T01:25:45.584Z Checking num-integer v0.1.46
20552026-05-08T01:25:45.641Z Checking memmap2 v0.9.10
20562026-05-08T01:25:45.680Z Checking flate2 v1.1.9
20572026-05-08T01:25:45.711Z Checking dtrace-parser v0.3.0
20582026-05-08T01:25:45.751Z Checking openssl v0.10.78
20592026-05-08T01:25:45.827Z Checking thread-id v5.1.0
20602026-05-08T01:25:45.868Z Checking base16ct v0.2.0
20612026-05-08T01:25:45.930Z Checking psl-types v2.0.11
20622026-05-08T01:25:45.987Z Checking bit-vec v0.8.0
20632026-05-08T01:25:46.017Z Checking sec1 v0.7.3
20642026-05-08T01:25:46.024Z Checking cookie v0.18.1
20652026-05-08T01:25:46.074Z Checking publicsuffix v2.3.0
20662026-05-08T01:25:46.137Z Checking ff v0.13.1
20672026-05-08T01:25:46.189Z Checking bit-set v0.8.0
20682026-05-08T01:25:46.236Z Checking wait-timeout v0.2.1
20692026-05-08T01:25:46.271Z Checking num-iter v0.1.45
20702026-05-08T01:25:46.307Z Checking cookie_store v0.22.1
20712026-05-08T01:25:46.313Z Checking group v0.13.0
20722026-05-08T01:25:46.369Z Checking bstr v1.12.1
20732026-05-08T01:25:46.403Z Checking hkdf v0.12.4
20742026-05-08T01:25:46.409Z Checking crossbeam-epoch v0.9.18
20752026-05-08T01:25:46.458Z Checking tokio-rustls v0.26.4
20762026-05-08T01:25:46.497Z Checking rustls-platform-verifier v0.6.2
20772026-05-08T01:25:46.551Z Checking ahash v0.8.12
20782026-05-08T01:25:46.651Z Checking crypto-bigint v0.5.5
20792026-05-08T01:25:46.686Z Checking quick-error v1.2.3
20802026-05-08T01:25:46.691Z Checking rand_xorshift v0.4.0
20812026-05-08T01:25:46.751Z Checking hyper-rustls v0.27.7
20822026-05-08T01:25:46.782Z Checking scroll v0.12.0
20832026-05-08T01:25:46.788Z Checking unarray v0.1.4
20842026-05-08T01:25:46.847Z Checking rusty-fork v0.3.1
20852026-05-08T01:25:46.878Z Checking num-bigint-dig v0.8.6
20862026-05-08T01:25:46.912Z Checking pkcs1 v0.7.5
20872026-05-08T01:25:46.975Z Checking reqwest v0.13.2
20882026-05-08T01:25:47.035Z Checking proptest v1.10.0
20892026-05-08T01:25:47.071Z Checking goblin v0.8.2
20902026-05-08T01:25:47.144Z Checking x509-cert v0.2.5
20912026-05-08T01:25:47.554Z Checking elliptic-curve v0.13.8
20922026-05-08T01:25:47.702Z Checking zerocopy v0.7.35
20932026-05-08T01:25:47.743Z Checking native-tls v0.2.18
20942026-05-08T01:25:47.781Z Checking dof v0.4.0
20952026-05-08T01:25:47.813Z Checking unicode-segmentation v1.12.0
20962026-05-08T01:25:47.848Z Checking rsa v0.9.10
20972026-05-08T01:25:47.891Z Checking dtrace-parser v0.2.0
20982026-05-08T01:25:47.942Z Checking tokio-native-tls v0.3.1
20992026-05-08T01:25:48.126Z Checking hyper-tls v0.6.0
21002026-05-08T01:25:48.167Z Checking rfc6979 v0.4.0
21012026-05-08T01:25:48.172Z Checking thread-id v4.2.2
21022026-05-08T01:25:48.224Z Checking toml_write v0.1.2
21032026-05-08T01:25:48.294Z Checking toml_parser v1.0.9+spec-1.1.0
21042026-05-08T01:25:48.328Z Checking ecdsa v0.16.9
21052026-05-08T01:25:48.333Z Checking reqwest v0.12.28
21062026-05-08T01:25:48.391Z Checking curve25519-dalek v4.1.3
21072026-05-08T01:25:48.425Z Checking toml_edit v0.22.27
21082026-05-08T01:25:48.429Z Checking usdt-impl v0.6.0
21092026-05-08T01:25:48.642Z Checking memoffset v0.9.1
21102026-05-08T01:25:48.681Z Checking rustix v0.38.44
21112026-05-08T01:25:48.747Z Checking env_filter v1.0.0
21122026-05-08T01:25:48.783Z Checking usdt v0.6.0
21132026-05-08T01:25:48.814Z Checking newtype-uuid v1.3.2
21142026-05-08T01:25:48.916Z Checking keccak v0.1.6
21152026-05-08T01:25:48.951Z Checking dof v0.3.0
21162026-05-08T01:25:48.983Z Checking env_logger v0.11.9
21172026-05-08T01:25:49.047Z Checking daft v0.1.5
21182026-05-08T01:25:49.105Z Checking sha3 v0.10.8
21192026-05-08T01:25:49.173Z Checking ed25519 v2.2.3
21202026-05-08T01:25:49.228Z Checking itertools v0.13.0
21212026-05-08T01:25:49.239Z Checking serde_with v3.17.0
21222026-05-08T01:25:49.271Z Checking usdt-impl v0.5.0
21232026-05-08T01:25:49.303Z Checking siphasher v1.0.2
21242026-05-08T01:25:49.335Z Checking bitflags v1.3.2
21252026-05-08T01:25:49.376Z Checking ed25519-dalek v2.2.0
21262026-05-08T01:25:49.438Z Checking unicode-normalization v0.1.25
21272026-05-08T01:25:49.481Z Checking signal-hook v0.3.18
21282026-05-08T01:25:49.521Z Checking managed v0.8.0
21292026-05-08T01:25:49.558Z Checking winnow v0.5.40
21302026-05-08T01:25:49.582Z Checking nix v0.31.2
21312026-05-08T01:25:49.630Z Checking bzip2-sys v0.1.13+1.0.8
21322026-05-08T01:25:49.692Z Checking object v0.37.3
21332026-05-08T01:25:49.726Z Checking foldhash v0.1.5
21342026-05-08T01:25:49.761Z Checking bzip2 v0.4.4
21352026-05-08T01:25:49.846Z Checking signal-hook-mio v0.2.5
21362026-05-08T01:25:49.882Z Checking hashbrown v0.15.5
21372026-05-08T01:25:49.938Z Checking ref-cast v1.0.25
21382026-05-08T01:25:49.973Z Checking zstd-sys v2.0.16+zstd.1.5.7
21392026-05-08T01:25:50.058Z Checking zip v0.6.6
21402026-05-08T01:25:50.108Z Checking zstd-safe v7.2.4
21412026-05-08T01:25:50.245Z Checking libbz2-rs-sys v0.2.2
21422026-05-08T01:25:50.297Z Checking bumpalo v3.20.2
21432026-05-08T01:25:50.354Z Checking cpufeatures v0.3.0
21442026-05-08T01:25:50.404Z Checking zstd v0.13.3
21452026-05-08T01:25:50.453Z Checking chacha20 v0.10.0
21462026-05-08T01:25:50.515Z Checking zopfli v0.8.3
21472026-05-08T01:25:50.591Z Checking crossterm v0.28.1
21482026-05-08T01:25:50.623Z Checking similar v2.7.0
21492026-05-08T01:25:50.668Z Checking bzip2 v0.6.1
21502026-05-08T01:25:50.702Z Checking tokio-stream v0.1.18
21512026-05-08T01:25:50.705Z Checking fs-err v3.3.0
21522026-05-08T01:25:50.765Z Checking toml_edit v0.19.15
21532026-05-08T01:25:50.855Z Checking hash32 v0.2.1
21542026-05-08T01:25:50.889Z Checking serde-big-array v0.5.1
21552026-05-08T01:25:51.027Z Checking unicode-bidi v0.3.18
21562026-05-08T01:25:51.032Z Checking predicates-core v1.0.10
21572026-05-08T01:25:51.106Z Checking unicode-properties v0.1.4
21582026-05-08T01:25:51.110Z Checking jiff v0.2.21
21592026-05-08T01:25:51.160Z Checking heapless v0.7.17
21602026-05-08T01:25:51.214Z Checking rand v0.10.0
21612026-05-08T01:25:51.309Z Checking hickory-proto v0.25.2
21622026-05-08T01:25:51.313Z Checking md-5 v0.10.6
21632026-05-08T01:25:51.373Z Checking stringprep v0.1.5
21642026-05-08T01:25:51.500Z Checking toml_datetime v0.7.5+spec-1.1.0
21652026-05-08T01:25:51.550Z Checking float-cmp v0.10.0
21662026-05-08T01:25:51.590Z Checking difflib v0.4.0
21672026-05-08T01:25:51.696Z Checking rustc-hash v2.1.1
21682026-05-08T01:25:51.730Z Checking normalize-line-endings v0.3.0
21692026-05-08T01:25:51.733Z Checking fallible-iterator v0.2.0
21702026-05-08T01:25:51.793Z Checking smoltcp v0.9.1
21712026-05-08T01:25:51.842Z Checking toml v0.7.8
21722026-05-08T01:25:51.868Z Checking iddqd v0.3.18
21732026-05-08T01:25:51.893Z Checking predicates v3.1.4
21742026-05-08T01:25:51.997Z Checking phf_shared v0.13.1
21752026-05-08T01:25:52.030Z Checking postgres-protocol v0.6.10
21762026-05-08T01:25:52.159Z Checking phf_shared v0.11.3
21772026-05-08T01:25:52.208Z Checking buf-list v1.1.2
21782026-05-08T01:25:52.241Z Checking strum v0.27.2
21792026-05-08T01:25:52.328Z Checking fixedbitset v0.5.7
21802026-05-08T01:25:52.362Z Checking fixedbitset v0.4.2
21812026-05-08T01:25:52.395Z Checking lalrpop-util v0.19.12
21822026-05-08T01:25:52.398Z Checking new_debug_unreachable v1.0.6
21832026-05-08T01:25:52.432Z Checking precomputed-hash v0.1.1
21842026-05-08T01:25:52.525Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21852026-05-08T01:25:52.558Z Checking petgraph v0.8.3
21862026-05-08T01:25:52.561Z Checking petgraph v0.6.5
21872026-05-08T01:25:52.620Z Checking postgres-types v0.2.12
21882026-05-08T01:25:52.623Z Checking string_cache v0.8.9
21892026-05-08T01:25:52.720Z Checking phf v0.13.1
21902026-05-08T01:25:52.811Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21912026-05-08T01:25:53.255Z Checking whoami v2.1.0
21922026-05-08T01:25:53.270Z Checking peg-runtime v0.8.5
21932026-05-08T01:25:53.270Z Checking tokio-postgres v0.7.16
21942026-05-08T01:25:53.270Z Checking futures-executor v0.3.32
21952026-05-08T01:25:53.270Z Checking is-terminal v0.4.17
21962026-05-08T01:25:53.319Z Checking crossbeam-channel v0.5.15
21972026-05-08T01:25:53.375Z Checking futures v0.3.32
21982026-05-08T01:25:53.379Z Checking zip v4.6.1
21992026-05-08T01:25:53.457Z Compiling structmeta-derive v0.3.0
22002026-05-08T01:25:53.670Z Checking thread_local v1.1.9
22012026-05-08T01:25:53.844Z Checking term v1.2.1
22022026-05-08T01:25:53.877Z Checking take_mut v0.2.2
22032026-05-08T01:25:53.973Z Compiling newtype-uuid-macros v0.1.0
22042026-05-08T01:25:54.007Z Checking slog-async v2.8.0
22052026-05-08T01:25:54.074Z Compiling rustls v0.22.4
22062026-05-08T01:25:54.112Z Checking slog-term v2.9.2
22072026-05-08T01:25:54.143Z Compiling multer v3.1.0
22082026-05-08T01:25:54.200Z Compiling async-stream-impl v0.3.6
22092026-05-08T01:25:54.318Z Compiling dropshot v0.17.0
22102026-05-08T01:25:54.383Z Compiling dropshot_endpoint v0.17.0
22112026-05-08T01:25:54.420Z Checking match_cfg v0.1.0
22122026-05-08T01:25:54.450Z Checking slog-json v2.6.1
22132026-05-08T01:25:54.508Z Checking hostname v0.3.1
22142026-05-08T01:25:54.543Z Compiling structmeta v0.3.0
22152026-05-08T01:25:54.624Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-05-08T01:25:54.658Z Checking debug-ignore v1.0.5
22172026-05-08T01:25:54.662Z Checking slog-bunyan v2.5.0
22182026-05-08T01:25:54.745Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22192026-05-08T01:25:54.780Z Compiling derive-ex v0.1.8
22202026-05-08T01:25:54.784Z Checking serde_spanned v1.0.4
22212026-05-08T01:25:54.844Z Checking toml_writer v1.0.6+spec-1.1.0
22222026-05-08T01:25:54.874Z Checking rustls-webpki v0.102.8
22232026-05-08T01:25:54.961Z Checking serde_path_to_error v0.1.20
22242026-05-08T01:25:55.012Z Checking async-stream v0.3.6
22252026-05-08T01:25:55.049Z Checking waitgroup v0.1.2
22262026-05-08T01:25:55.167Z Checking rustls-pemfile v2.2.0
22272026-05-08T01:25:55.198Z Checking toml_datetime v1.0.0+spec-1.1.0
22282026-05-08T01:25:55.201Z Checking hostname v0.4.2
22292026-05-08T01:25:55.262Z Checking compression-core v0.4.31
22302026-05-08T01:25:55.325Z Checking progenitor-client v0.14.0
22312026-05-08T01:25:55.329Z Checking regress v0.10.5
22322026-05-08T01:25:55.390Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22332026-05-08T01:25:55.424Z Checking compression-codecs v0.4.37
22342026-05-08T01:25:55.427Z Checking toml v1.0.6+spec-1.1.0
22352026-05-08T01:25:55.518Z Compiling parse-display-derive v0.10.0
22362026-05-08T01:25:55.603Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22372026-05-08T01:25:55.645Z Checking async-compression v0.4.41
22382026-05-08T01:25:55.773Z Checking itertools v0.14.0
22392026-05-08T01:25:55.912Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22402026-05-08T01:25:56.077Z Checking macaddr v1.0.1
22412026-05-08T01:25:56.185Z Checking instant v0.1.13
22422026-05-08T01:25:56.287Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22432026-05-08T01:25:56.320Z Checking progenitor-client v0.10.0
22442026-05-08T01:25:56.353Z Checking backoff v0.4.0
22452026-05-08T01:25:56.505Z Compiling test-strategy v0.4.5
22462026-05-08T01:25:56.552Z Checking backon v1.6.0
22472026-05-08T01:25:56.556Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22482026-05-08T01:25:56.632Z Checking unicode-width v0.2.0
22492026-05-08T01:25:56.775Z Checking progenitor-extras v0.2.0
22502026-05-08T01:25:56.826Z Checking heck v0.5.0
22512026-05-08T01:25:56.844Z Checking tokio-rustls v0.25.0
22522026-05-08T01:25:56.871Z Compiling convert_case v0.4.0
22532026-05-08T01:25:56.904Z Checking half v2.7.1
22542026-05-08T01:25:56.958Z Checking ciborium-io v0.2.2
22552026-05-08T01:25:57.016Z Checking secrecy v0.10.3
22562026-05-08T01:25:57.055Z Compiling regress v0.11.1
22572026-05-08T01:25:57.080Z Checking indent_write v2.2.0
22582026-05-08T01:25:57.160Z Compiling unsafe-libyaml v0.2.11
22592026-05-08T01:25:57.213Z Checking ciborium-ll v0.2.2
22602026-05-08T01:25:57.238Z Checking camino-tempfile v1.4.1
22612026-05-08T01:25:57.266Z Compiling derive_more v0.99.20
22622026-05-08T01:25:57.273Z Checking parse-display v0.10.0
22632026-05-08T01:25:57.386Z Checking ciborium v0.2.2
22642026-05-08T01:25:57.417Z Checking universal-hash v0.5.1
22652026-05-08T01:25:57.467Z Checking opaque-debug v0.3.1
22662026-05-08T01:25:57.558Z Compiling crucible-workspace-hack v0.1.0
22672026-05-08T01:25:57.571Z Checking aead v0.5.2
22682026-05-08T01:25:57.754Z Compiling serde_yaml v0.9.34+deprecated
22692026-05-08T01:25:57.821Z Checking poly1305 v0.8.0
22702026-05-08T01:25:57.954Z Checking chacha20 v0.9.1
22712026-05-08T01:25:58.016Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22722026-05-08T01:25:58.108Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22732026-05-08T01:25:58.172Z Compiling thiserror-impl-no-std v2.0.2
22742026-05-08T01:25:58.409Z Checking password-hash v0.5.0
22752026-05-08T01:25:58.447Z Checking blake2 v0.10.6
22762026-05-08T01:25:58.658Z Compiling typify-impl v0.6.2
22772026-05-08T01:25:58.710Z Checking argon2 v0.5.3
22782026-05-08T01:25:59.022Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22792026-05-08T01:25:59.072Z Checking chacha20poly1305 v0.10.1
22802026-05-08T01:25:59.221Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22812026-05-08T01:25:59.251Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
22822026-05-08T01:25:59.364Z Checking thiserror-no-std v2.0.2
22832026-05-08T01:25:59.476Z Checking vsss-rs v3.3.4
22842026-05-08T01:25:59.540Z Checking byte-wrapper v0.1.0
22852026-05-08T01:25:59.581Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22862026-05-08T01:25:59.770Z Checking swrite v0.1.0
22872026-05-08T01:25:59.805Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
22882026-05-08T01:25:59.841Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22892026-05-08T01:25:59.894Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22902026-05-08T01:26:00.269Z Checking crossbeam-deque v0.8.6
22912026-05-08T01:26:00.470Z Compiling rayon-core v1.13.0
22922026-05-08T01:26:00.527Z Checking toml v0.8.23
22932026-05-08T01:26:00.560Z Compiling proc-macro-error v1.0.4
22942026-05-08T01:26:00.619Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22952026-05-08T01:26:00.881Z Compiling toml_edit v0.23.10+spec-1.0.0
22962026-05-08T01:26:00.917Z Checking unicode-width v0.1.14
22972026-05-08T01:26:01.120Z Checking rayon v1.11.0
22982026-05-08T01:26:01.192Z Checking glob v0.3.3
22992026-05-08T01:26:01.344Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-08T01:26:01.401Z Checking tabwriter v1.4.1
23012026-05-08T01:26:01.453Z Compiling heapless v0.8.0
23022026-05-08T01:26:01.485Z Compiling proc-macro-crate v3.4.0
23032026-05-08T01:26:01.574Z Compiling ingot-macros v0.1.1
23042026-05-08T01:26:01.804Z Checking hash32 v0.3.1
23052026-05-08T01:26:01.953Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23062026-05-08T01:26:01.957Z Compiling smoltcp v0.11.0
23072026-05-08T01:26:02.057Z Checking cobs v0.3.0
23082026-05-08T01:26:02.232Z Compiling usdt-macro v0.5.0
23092026-05-08T01:26:02.258Z Compiling usdt-attr-macro v0.5.0
23102026-05-08T01:26:02.393Z Checking memmap v0.7.0
23112026-05-08T01:26:02.430Z Checking colored v3.1.1
23122026-05-08T01:26:02.550Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23132026-05-08T01:26:02.660Z Checking postcard v1.1.3
23142026-05-08T01:26:02.808Z Compiling num_enum_derive v0.7.5
23152026-05-08T01:26:02.967Z Compiling proc-macro-crate v1.3.1
23162026-05-08T01:26:02.973Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23172026-05-08T01:26:03.053Z Checking usdt v0.5.0
23182026-05-08T01:26:03.218Z Compiling typify-macro v0.6.2
23192026-05-08T01:26:03.247Z Checking sigpipe v0.1.3
23202026-05-08T01:26:03.253Z Compiling foreign-types-macros v0.2.3
23212026-05-08T01:26:03.313Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23222026-05-08T01:26:03.352Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23232026-05-08T01:26:03.414Z Checking foreign-types-shared v0.3.1
23242026-05-08T01:26:03.530Z Compiling num_enum_derive v0.5.11
23252026-05-08T01:26:03.801Z Checking cstr-argument v0.1.2
23262026-05-08T01:26:03.858Z Checking num_enum v0.7.5
23272026-05-08T01:26:03.891Z Checking foreign-types v0.5.0
23282026-05-08T01:26:03.922Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23292026-05-08T01:26:03.953Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23302026-05-08T01:26:03.991Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23312026-05-08T01:26:03.994Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23322026-05-08T01:26:04.183Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-05-08T01:26:04.269Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23342026-05-08T01:26:04.364Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23352026-05-08T01:26:04.395Z Checking ingot-types v0.1.2
23362026-05-08T01:26:04.398Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23372026-05-08T01:26:04.456Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23382026-05-08T01:26:04.490Z Compiling zone_cfg_derive v0.3.1
23392026-05-08T01:26:04.565Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23402026-05-08T01:26:04.597Z Checking num_enum v0.5.11
23412026-05-08T01:26:04.756Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23422026-05-08T01:26:04.791Z Checking itertools v0.12.1
23432026-05-08T01:26:04.794Z Checking ingot v0.1.1
23442026-05-08T01:26:04.857Z Compiling num-derive v0.4.2
23452026-05-08T01:26:04.947Z Compiling typify v0.6.2
23462026-05-08T01:26:05.079Z Compiling progenitor-impl v0.14.0
23472026-05-08T01:26:05.178Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-05-08T01:26:05.431Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-05-08T01:26:05.503Z Checking smf v0.2.3
23502026-05-08T01:26:05.643Z Checking whoami v1.6.1
23512026-05-08T01:26:05.790Z Checking tokio-dtrace v0.1.1
23522026-05-08T01:26:05.822Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23532026-05-08T01:26:05.857Z Compiling derive-where v1.6.0
23542026-05-08T01:26:05.889Z Checking zone v0.3.1
23552026-05-08T01:26:06.002Z Checking oxide-tokio-rt v0.1.4
23562026-05-08T01:26:06.054Z Checking console v0.15.11
23572026-05-08T01:26:06.087Z Checking atomicwrites v0.4.4
23582026-05-08T01:26:06.195Z Checking newline-converter v0.3.0
23592026-05-08T01:26:06.237Z Checking num-rational v0.4.2
23602026-05-08T01:26:06.267Z Checking num-complex v0.4.6
23612026-05-08T01:26:06.329Z Checking float-ord v0.3.2
23622026-05-08T01:26:06.363Z Checking expectorate v1.2.0
23632026-05-08T01:26:06.461Z Checking bytecount v0.6.9
23642026-05-08T01:26:06.520Z Compiling progenitor-impl v0.13.0
23652026-05-08T01:26:06.583Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23662026-05-08T01:26:06.615Z Compiling owo-colors v4.3.0
23672026-05-08T01:26:06.645Z Checking num v0.4.3
23682026-05-08T01:26:07.036Z Checking progenitor-client v0.13.0
23692026-05-08T01:26:07.204Z Compiling cancel-safe-futures v0.1.5
23702026-05-08T01:26:07.481Z Checking libsw-core v0.3.2
23712026-05-08T01:26:07.663Z Compiling prettyplease v0.2.37
23722026-05-08T01:26:07.695Z Checking libsw v3.5.0
23732026-05-08T01:26:07.758Z Compiling progenitor-macro v0.14.0
23742026-05-08T01:26:07.788Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23752026-05-08T01:26:07.899Z Checking same-file v1.0.6
23762026-05-08T01:26:07.974Z Checking linear-map v1.2.0
23772026-05-08T01:26:08.044Z Checking walkdir v2.5.0
23782026-05-08T01:26:08.122Z Checking gethostname v0.5.0
23792026-05-08T01:26:08.169Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23802026-05-08T01:26:08.232Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23812026-05-08T01:26:08.232Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23822026-05-08T01:26:08.838Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23832026-05-08T01:26:09.074Z Compiling async-recursion v1.1.1
23842026-05-08T01:26:09.167Z Compiling progenitor-macro v0.13.0
23852026-05-08T01:26:09.654Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23862026-05-08T01:26:10.535Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23872026-05-08T01:26:11.678Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23882026-05-08T01:26:12.107Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
23892026-05-08T01:26:12.612Z Checking progenitor v0.14.0
23902026-05-08T01:26:13.078Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23912026-05-08T01:26:13.666Z Checking resolv-conf v0.7.6
23922026-05-08T01:26:13.880Z Checking unicode-linebreak v0.1.5
23932026-05-08T01:26:13.922Z Checking smawk v0.3.2
23942026-05-08T01:26:14.064Z Checking progenitor v0.13.0
23952026-05-08T01:26:14.102Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23962026-05-08T01:26:14.171Z Checking papergrid v0.11.0
23972026-05-08T01:26:14.228Z Compiling tabled_derive v0.7.0
23982026-05-08T01:26:14.259Z Checking globset v0.4.18
23992026-05-08T01:26:14.290Z Compiling convert_case v0.10.0
24002026-05-08T01:26:14.337Z Compiling slog-dtrace v0.3.0
24012026-05-08T01:26:14.617Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24022026-05-08T01:26:14.657Z Compiling derive_more-impl v2.1.1
24032026-05-08T01:26:14.712Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24042026-05-08T01:26:14.787Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24052026-05-08T01:26:14.897Z Compiling pin-project-internal v1.1.11
24062026-05-08T01:26:15.373Z Checking tabled v0.15.0
24072026-05-08T01:26:15.419Z Checking pem v3.0.6
24082026-05-08T01:26:15.485Z Checking fd-lock v4.0.4
24092026-05-08T01:26:15.516Z Checking derive_more v2.1.1
24102026-05-08T01:26:15.579Z Checking vte v0.14.1
24112026-05-08T01:26:15.655Z Checking display-error-chain v0.2.2
24122026-05-08T01:26:15.659Z Checking crossterm v0.29.0
24132026-05-08T01:26:15.718Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24142026-05-08T01:26:15.799Z Compiling snafu-derive v0.8.9
24152026-05-08T01:26:15.807Z Checking strip-ansi-escapes v0.2.1
24162026-05-08T01:26:15.879Z Checking nu-ansi-term v0.50.3
24172026-05-08T01:26:15.933Z Checking termtree v0.5.1
24182026-05-08T01:26:16.037Z Checking pin-project v1.1.11
24192026-05-08T01:26:16.098Z Checking linked-hash-map v0.5.6
24202026-05-08T01:26:16.130Z Checking reedline v0.40.0
24212026-05-08T01:26:16.163Z Checking textwrap v0.16.2
24222026-05-08T01:26:16.279Z Checking olpc-cjson v0.1.4
24232026-05-08T01:26:16.312Z Checking lru-cache v0.1.2
24242026-05-08T01:26:16.404Z Checking hickory-proto v0.24.4
24252026-05-08T01:26:16.445Z Checking serde_plain v1.0.2
24262026-05-08T01:26:16.477Z Compiling minimal-lexical v0.2.1
24272026-05-08T01:26:16.583Z Checking typed-path v0.9.3
24282026-05-08T01:26:16.619Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24292026-05-08T01:26:16.756Z Compiling nom v7.1.3
24302026-05-08T01:26:17.188Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24312026-05-08T01:26:17.314Z Compiling ar_archive_writer v0.5.1
24322026-05-08T01:26:17.386Z Checking humantime v2.3.0
24332026-05-08T01:26:17.593Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24342026-05-08T01:26:17.713Z Checking csv-core v0.1.13
24352026-05-08T01:26:17.770Z Checking snafu v0.8.9
24362026-05-08T01:26:17.805Z Compiling stacker v0.1.23
24372026-05-08T01:26:17.916Z Checking csv v1.4.0
24382026-05-08T01:26:18.042Z Checking tough v0.20.0
24392026-05-08T01:26:18.075Z Compiling semver v0.1.20
24402026-05-08T01:26:18.110Z Compiling cfg_aliases v0.1.1
24412026-05-08T01:26:18.119Z Checking highway v1.3.0
24422026-05-08T01:26:18.181Z Compiling psm v0.1.30
24432026-05-08T01:26:18.214Z Compiling nix v0.28.0
24442026-05-08T01:26:18.217Z Checking hickory-resolver v0.24.4
24452026-05-08T01:26:18.346Z Compiling rustc_version v0.1.7
24462026-05-08T01:26:18.377Z Checking nibble_vec v0.1.0
24472026-05-08T01:26:18.408Z Checking endian-type v0.1.2
24482026-05-08T01:26:18.527Z Checking home v0.5.12
24492026-05-08T01:26:18.566Z Checking radix_trie v0.2.1
24502026-05-08T01:26:18.596Z Compiling newtype_derive v0.1.6
24512026-05-08T01:26:18.659Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24522026-05-08T01:26:18.726Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24532026-05-08T01:26:18.802Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24542026-05-08T01:26:18.805Z Checking phf_shared v0.12.1
24552026-05-08T01:26:18.997Z Compiling recursive-proc-macro-impl v0.1.1
24562026-05-08T01:26:19.001Z Checking qorb v0.4.1
24572026-05-08T01:26:19.062Z Compiling chrono-tz v0.10.4
24582026-05-08T01:26:19.223Z Checking phf v0.12.1
24592026-05-08T01:26:19.376Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24602026-05-08T01:26:19.409Z Compiling const_format_proc_macros v0.2.34
24612026-05-08T01:26:19.440Z Checking recursive v0.1.1
24622026-05-08T01:26:19.515Z Compiling peg-macros v0.8.5
24632026-05-08T01:26:19.555Z Checking winnow v0.6.26
24642026-05-08T01:26:20.032Z Compiling sqlparser_derive v0.5.0
24652026-05-08T01:26:20.257Z Checking unicode_categories v0.1.1
24662026-05-08T01:26:20.291Z Checking rustyline v14.0.0
24672026-05-08T01:26:20.438Z Checking const_format v0.2.35
24682026-05-08T01:26:20.731Z Checking sqlformat v0.3.5
24692026-05-08T01:26:20.839Z Checking sqlparser v0.61.0
24702026-05-08T01:26:20.944Z Checking peg v0.8.5
24712026-05-08T01:26:21.054Z Checking bcs v0.1.6
24722026-05-08T01:26:21.121Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24732026-05-08T01:26:21.188Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24742026-05-08T01:26:21.313Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24752026-05-08T01:26:21.347Z Checking steno v0.4.1
24762026-05-08T01:26:21.596Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24772026-05-08T01:26:21.628Z Checking filetime v0.2.27
24782026-05-08T01:26:21.688Z Checking xattr v1.6.1
24792026-05-08T01:26:21.785Z Checking subprocess v0.2.15
24802026-05-08T01:26:21.843Z Checking tar v0.4.45
24812026-05-08T01:26:22.172Z Checking base64 v0.21.7
24822026-05-08T01:26:22.244Z Checking headers-core v0.3.0
24832026-05-08T01:26:22.374Z Checking headers v0.4.1
24842026-05-08T01:26:22.407Z Checking yasna v0.5.2
24852026-05-08T01:26:22.439Z Checking dropshot-api-manager-types v0.7.1
24862026-05-08T01:26:22.631Z Checking tagptr v0.2.0
24872026-05-08T01:26:22.801Z Checking moka v0.12.13
24882026-05-08T01:26:22.833Z Checking rcgen v0.12.1
24892026-05-08T01:26:22.865Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-05-08T01:26:23.040Z Checking hickory-proto v0.26.1
24912026-05-08T01:26:23.074Z Checking utf-8 v0.7.6
24922026-05-08T01:26:23.174Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24932026-05-08T01:26:23.230Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24942026-05-08T01:26:23.345Z Compiling libefi-sys v0.1.0
24952026-05-08T01:26:23.467Z Checking hickory-resolver v0.25.2
24962026-05-08T01:26:23.592Z Compiling bitfield-struct v0.6.2
24972026-05-08T01:26:23.890Z Compiling radium v0.7.0
24982026-05-08T01:26:23.923Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24992026-05-08T01:26:24.179Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25002026-05-08T01:26:24.264Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25012026-05-08T01:26:24.301Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25022026-05-08T01:26:24.309Z Checking tungstenite v0.21.0
25032026-05-08T01:26:24.377Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25042026-05-08T01:26:24.467Z Compiling maybe-uninit v2.0.0
25052026-05-08T01:26:24.522Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062026-05-08T01:26:24.768Z Checking tap v1.0.1
25072026-05-08T01:26:24.771Z Checking tokio-tungstenite v0.21.0
25082026-05-08T01:26:24.904Z Compiling zerocopy-derive v0.6.6
25092026-05-08T01:26:24.908Z Checking wyz v0.5.1
25102026-05-08T01:26:25.057Z Compiling packed_struct v0.10.1
25112026-05-08T01:26:25.093Z Checking funty v2.0.0
25122026-05-08T01:26:25.124Z Checking crc-catalog v2.4.0
25132026-05-08T01:26:25.219Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25142026-05-08T01:26:25.250Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25152026-05-08T01:26:25.254Z Checking crc v3.4.0
25162026-05-08T01:26:25.368Z Compiling packed_struct_codegen v0.10.1
25172026-05-08T01:26:25.427Z Checking bitvec v1.0.1
25182026-05-08T01:26:25.457Z Compiling bitfield-macros v0.19.4
25192026-05-08T01:26:25.790Z Checking zerocopy v0.6.6
25202026-05-08T01:26:26.115Z Compiling indexmap v1.9.3
25212026-05-08T01:26:26.218Z Checking nodrop v0.1.14
25222026-05-08T01:26:26.307Z Checking bitfield v0.19.4
25232026-05-08T01:26:26.342Z Checking array-init v0.0.4
25242026-05-08T01:26:26.416Z Checking smallvec v0.6.14
25252026-05-08T01:26:26.519Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25262026-05-08T01:26:26.606Z Checking hashbrown v0.12.3
25272026-05-08T01:26:26.636Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25282026-05-08T01:26:26.691Z Checking serde-hex v0.1.0
25292026-05-08T01:26:26.839Z Checking ron v0.8.1
25302026-05-08T01:26:26.869Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25312026-05-08T01:26:27.131Z Checking hashbrown v0.13.2
25322026-05-08T01:26:27.374Z Checking crc-any v2.5.0
25332026-05-08T01:26:27.405Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25342026-05-08T01:26:27.568Z Checking object v0.30.4
25352026-05-08T01:26:27.599Z Checking path-slash v0.1.5
25362026-05-08T01:26:27.602Z Compiling xshell-macros v0.2.7
25372026-05-08T01:26:27.756Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25382026-05-08T01:26:27.853Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25392026-05-08T01:26:27.997Z Checking xshell v0.2.7
25402026-05-08T01:26:28.056Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25412026-05-08T01:26:28.150Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25422026-05-08T01:26:28.188Z Checking half v1.8.3
25432026-05-08T01:26:28.219Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25442026-05-08T01:26:28.410Z Checking serde_cbor v0.11.2
25452026-05-08T01:26:28.798Z Compiling num-derive v0.3.3
25462026-05-08T01:26:28.829Z Compiling proc-macro-error-attr2 v2.0.0
25472026-05-08T01:26:28.987Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25482026-05-08T01:26:29.226Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25492026-05-08T01:26:29.259Z Compiling proc-macro-error2 v2.0.1
25502026-05-08T01:26:29.598Z Compiling tabled_derive v0.11.0
25512026-05-08T01:26:29.630Z Checking papergrid v0.17.0
25522026-05-08T01:26:29.671Z Checking testing_table v0.3.0
25532026-05-08T01:26:29.703Z Checking libscf-sys v1.1.0
25542026-05-08T01:26:29.791Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25552026-05-08T01:26:29.863Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25562026-05-08T01:26:30.082Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25572026-05-08T01:26:30.314Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25582026-05-08T01:26:30.423Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25592026-05-08T01:26:30.478Z Checking crc8 v0.1.1
25602026-05-08T01:26:30.662Z Checking maplit v1.0.2
25612026-05-08T01:26:30.759Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25622026-05-08T01:26:30.791Z Checking fxhash v0.2.1
25632026-05-08T01:26:30.851Z Checking tabled v0.20.0
25642026-05-08T01:26:30.923Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25652026-05-08T01:26:30.941Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25662026-05-08T01:26:31.167Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25672026-05-08T01:26:31.515Z Checking unicase v2.9.0
25682026-05-08T01:26:31.559Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25692026-05-08T01:26:31.711Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25702026-05-08T01:26:31.894Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25712026-05-08T01:26:31.979Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25722026-05-08T01:26:32.067Z Compiling typify-impl v0.4.3
25732026-05-08T01:26:32.234Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25742026-05-08T01:26:32.264Z Checking kstat-rs v0.2.4
25752026-05-08T01:26:32.275Z Compiling diesel_derives v2.3.7
25762026-05-08T01:26:32.478Z Compiling dsl_auto_type v0.2.0
25772026-05-08T01:26:32.583Z Checking scheduled-thread-pool v0.2.7
25782026-05-08T01:26:32.742Z Checking arc-swap v1.8.2
25792026-05-08T01:26:32.889Z Compiling vergen-gitcl v1.0.8
25802026-05-08T01:26:32.976Z Compiling diesel_table_macro_syntax v0.3.0
25812026-05-08T01:26:33.018Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25822026-05-08T01:26:33.099Z Compiling parking_lot_core v0.8.6
25832026-05-08T01:26:33.189Z Checking slog-scope v4.4.1
25842026-05-08T01:26:33.352Z Checking r2d2 v0.8.10
25852026-05-08T01:26:33.427Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25862026-05-08T01:26:33.554Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25872026-05-08T01:26:33.896Z Compiling git-stub v1.0.0
25882026-05-08T01:26:34.179Z Checking downcast-rs v2.0.2
25892026-05-08T01:26:34.298Z Compiling git-stub-vcs v0.1.0
25902026-05-08T01:26:34.368Z Checking slog-stdlog v4.1.1
25912026-05-08T01:26:34.472Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25922026-05-08T01:26:34.510Z Checking slog-envlogger v2.2.0
25932026-05-08T01:26:34.550Z Checking parking_lot v0.11.2
25942026-05-08T01:26:34.667Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25952026-05-08T01:26:34.699Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25962026-05-08T01:26:34.760Z Checking prefix-trie v0.7.0
25972026-05-08T01:26:34.791Z Checking sled v0.34.7
25982026-05-08T01:26:35.034Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25992026-05-08T01:26:35.115Z Checking hickory-server v0.25.2
26002026-05-08T01:26:35.195Z Checking nanorand v0.7.0
26012026-05-08T01:26:35.226Z Compiling dirs-sys-next v0.1.2
26022026-05-08T01:26:35.416Z Compiling salty v0.3.0
26032026-05-08T01:26:35.536Z Compiling crunchy v0.2.4
26042026-05-08T01:26:35.749Z Checking flume v0.11.1
26052026-05-08T01:26:35.866Z Compiling dirs-next v2.0.0
26062026-05-08T01:26:35.978Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26072026-05-08T01:26:36.013Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26082026-05-08T01:26:36.016Z Compiling clang-sys v1.8.1
26092026-05-08T01:26:36.074Z Checking primeorder v0.13.6
26102026-05-08T01:26:36.151Z Compiling tiny-keccak v2.0.2
26112026-05-08T01:26:36.343Z Compiling term v0.7.0
26122026-05-08T01:26:36.503Z Compiling typify-macro v0.4.3
26132026-05-08T01:26:36.596Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26142026-05-08T01:26:36.659Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26152026-05-08T01:26:36.723Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
26162026-05-08T01:26:36.724Z --> dns-server/src/dns_server.rs:487:12
26172026-05-08T01:26:36.724Z |
26182026-05-08T01:26:36.724Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26192026-05-08T01:26:36.724Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26202026-05-08T01:26:36.724Z |
26212026-05-08T01:26:36.724Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26222026-05-08T01:26:36.724Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26232026-05-08T01:26:36.724Z |
26242026-05-08T01:26:36.724Z 77 | pub struct Record<R: RecordData = RData> {
26252026-05-08T01:26:36.724Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26262026-05-08T01:26:36.724Z |
26272026-05-08T01:26:36.724Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26282026-05-08T01:26:36.724Z |
26292026-05-08T01:26:36.724Z 78 | pub struct Record<R: RecordData = RData> {
26302026-05-08T01:26:36.724Z | ---------------------------------------- this is the found type
26312026-05-08T01:26:36.724Z = help: you can use `cargo tree` to explore your dependency tree
26322026-05-08T01:26:36.724Znote: required by a bound in `hickory_server::authority::MessageResponse`
26332026-05-08T01:26:36.724Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
26342026-05-08T01:26:36.724Z |
26352026-05-08T01:26:36.724Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26362026-05-08T01:26:36.724Z | --------------- required by a bound in this struct
26372026-05-08T01:26:36.724Z 22 | where
26382026-05-08T01:26:36.724Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
26392026-05-08T01:26:36.724Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26402026-05-08T01:26:36.725Z
26412026-05-08T01:26:36.725Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
26422026-05-08T01:26:36.725Z --> dns-server/src/dns_server.rs:487:12
26432026-05-08T01:26:36.725Z |
26442026-05-08T01:26:36.725Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26452026-05-08T01:26:36.725Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26462026-05-08T01:26:36.725Z |
26472026-05-08T01:26:36.725Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26482026-05-08T01:26:36.725Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26492026-05-08T01:26:36.725Z |
26502026-05-08T01:26:36.725Z 77 | pub struct Record<R: RecordData = RData> {
26512026-05-08T01:26:36.725Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26522026-05-08T01:26:36.725Z |
26532026-05-08T01:26:36.725Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26542026-05-08T01:26:36.725Z |
26552026-05-08T01:26:36.725Z 78 | pub struct Record<R: RecordData = RData> {
26562026-05-08T01:26:36.725Z | ---------------------------------------- this is the found type
26572026-05-08T01:26:36.725Z = help: you can use `cargo tree` to explore your dependency tree
26582026-05-08T01:26:36.726Znote: required by a bound in `hickory_server::authority::MessageResponse`
26592026-05-08T01:26:36.729Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
26602026-05-08T01:26:36.729Z |
26612026-05-08T01:26:36.729Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26622026-05-08T01:26:36.729Z | --------------- required by a bound in this struct
26632026-05-08T01:26:36.729Z...
26642026-05-08T01:26:36.729Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
26652026-05-08T01:26:36.729Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26662026-05-08T01:26:36.729Z
26672026-05-08T01:26:36.729Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
26682026-05-08T01:26:36.729Z --> dns-server/src/dns_server.rs:487:12
26692026-05-08T01:26:36.729Z |
26702026-05-08T01:26:36.729Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26712026-05-08T01:26:36.729Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26722026-05-08T01:26:36.729Z |
26732026-05-08T01:26:36.729Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26742026-05-08T01:26:36.729Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26752026-05-08T01:26:36.730Z |
26762026-05-08T01:26:36.730Z 77 | pub struct Record<R: RecordData = RData> {
26772026-05-08T01:26:36.730Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26782026-05-08T01:26:36.730Z |
26792026-05-08T01:26:36.730Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26802026-05-08T01:26:36.730Z |
26812026-05-08T01:26:36.730Z 78 | pub struct Record<R: RecordData = RData> {
26822026-05-08T01:26:36.730Z | ---------------------------------------- this is the found type
26832026-05-08T01:26:36.730Z = help: you can use `cargo tree` to explore your dependency tree
26842026-05-08T01:26:36.730Znote: required by a bound in `hickory_server::authority::MessageResponse`
26852026-05-08T01:26:36.730Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
26862026-05-08T01:26:36.730Z |
26872026-05-08T01:26:36.730Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26882026-05-08T01:26:36.730Z | --------------- required by a bound in this struct
26892026-05-08T01:26:36.730Z...
26902026-05-08T01:26:36.730Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
26912026-05-08T01:26:36.730Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26922026-05-08T01:26:36.730Z
26932026-05-08T01:26:36.730Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
26942026-05-08T01:26:36.730Z --> dns-server/src/dns_server.rs:487:12
26952026-05-08T01:26:36.730Z |
26962026-05-08T01:26:36.730Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26972026-05-08T01:26:36.730Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26982026-05-08T01:26:36.730Z |
26992026-05-08T01:26:36.730Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27002026-05-08T01:26:36.730Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
27012026-05-08T01:26:36.730Z |
27022026-05-08T01:26:36.730Z 77 | pub struct Record<R: RecordData = RData> {
27032026-05-08T01:26:36.730Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27042026-05-08T01:26:36.730Z |
27052026-05-08T01:26:36.730Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
27062026-05-08T01:26:36.730Z |
27072026-05-08T01:26:36.730Z 78 | pub struct Record<R: RecordData = RData> {
27082026-05-08T01:26:36.730Z | ---------------------------------------- this is the found type
27092026-05-08T01:26:36.730Z = help: you can use `cargo tree` to explore your dependency tree
27102026-05-08T01:26:36.730Znote: required by a bound in `hickory_server::authority::MessageResponse`
27112026-05-08T01:26:36.730Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
27122026-05-08T01:26:36.731Z |
27132026-05-08T01:26:36.731Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
27142026-05-08T01:26:36.731Z | --------------- required by a bound in this struct
27152026-05-08T01:26:36.731Z...
27162026-05-08T01:26:36.731Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
27172026-05-08T01:26:36.731Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
27182026-05-08T01:26:36.731Z
27192026-05-08T01:26:36.817Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27202026-05-08T01:26:36.900Zerror[E0599]: no function or associated item named `read` found for struct `hickory_server::authority::MessageRequest` in the current scope
27212026-05-08T01:26:36.900Z --> dns-server/src/dns_server.rs:161:36
27222026-05-08T01:26:36.900Z |
27232026-05-08T01:26:36.900Z161 | let mr = match MessageRequest::read(&mut dec) {
27242026-05-08T01:26:36.900Z | ^^^^ function or associated item not found in `hickory_server::authority::MessageRequest`
27252026-05-08T01:26:36.900Z |
27262026-05-08T01:26:36.900Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27272026-05-08T01:26:36.900Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
27282026-05-08T01:26:36.900Z |
27292026-05-08T01:26:36.900Z 44 | pub trait BinDecodable<'r>: Sized {
27302026-05-08T01:26:36.900Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
27312026-05-08T01:26:36.900Z |
27322026-05-08T01:26:36.900Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
27332026-05-08T01:26:36.900Z |
27342026-05-08T01:26:36.900Z 45 | pub trait BinDecodable<'r>: Sized {
27352026-05-08T01:26:36.900Z | --------------------------------- this is the trait that was imported
27362026-05-08T01:26:36.901Z = help: you can use `cargo tree` to explore your dependency tree
27372026-05-08T01:26:36.901Z
27382026-05-08T01:26:36.918Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27392026-05-08T01:26:36.918Z --> dns-server/src/dns_server.rs:173:34
27402026-05-08T01:26:36.918Z |
27412026-05-08T01:26:36.918Z173 | let header = Header::response_from_request(mr.header());
27422026-05-08T01:26:36.918Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27432026-05-08T01:26:36.918Z |
27442026-05-08T01:26:36.918Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27452026-05-08T01:26:36.918Z --> dns-server/src/dns_server.rs:173:26
27462026-05-08T01:26:36.918Z |
27472026-05-08T01:26:36.918Z173 | let header = Header::response_from_request(mr.header());
27482026-05-08T01:26:36.918Z | ^^^^^^
27492026-05-08T01:26:36.918Z
27502026-05-08T01:26:36.921Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27512026-05-08T01:26:36.963Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27522026-05-08T01:26:36.963Z --> dns-server/src/dns_server.rs:273:30
27532026-05-08T01:26:36.963Z |
27542026-05-08T01:26:36.963Z273 | let mut header = Header::response_from_request(mr.header());
27552026-05-08T01:26:36.963Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27562026-05-08T01:26:36.963Z |
27572026-05-08T01:26:36.963Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27582026-05-08T01:26:36.963Z --> dns-server/src/dns_server.rs:273:22
27592026-05-08T01:26:36.963Z |
27602026-05-08T01:26:36.963Z273 | let mut header = Header::response_from_request(mr.header());
27612026-05-08T01:26:36.963Z | ^^^^^^
27622026-05-08T01:26:36.963Z
27632026-05-08T01:26:36.963Zerror[E0308]: mismatched types
27642026-05-08T01:26:36.963Z --> dns-server/src/dns_server.rs:299:30
27652026-05-08T01:26:36.963Z |
27662026-05-08T01:26:36.963Z299 | let answer = store.query(query)?;
27672026-05-08T01:26:36.963Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
27682026-05-08T01:26:36.963Z | |
27692026-05-08T01:26:36.963Z | arguments to this method are incorrect
27702026-05-08T01:26:36.963Z |
27712026-05-08T01:26:36.963Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27722026-05-08T01:26:36.963Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
27732026-05-08T01:26:36.963Z |
27742026-05-08T01:26:36.963Z 22 | pub struct LowerQuery {
27752026-05-08T01:26:36.963Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27762026-05-08T01:26:36.963Z |
27772026-05-08T01:26:36.963Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
27782026-05-08T01:26:36.963Z |
27792026-05-08T01:26:36.963Z 18 | pub struct LowerQuery {
27802026-05-08T01:26:36.963Z | --------------------- this is the found type
27812026-05-08T01:26:36.963Z = help: you can use `cargo tree` to explore your dependency tree
27822026-05-08T01:26:36.963Znote: method defined here
27832026-05-08T01:26:36.964Z --> dns-server/src/storage.rs:762:19
27842026-05-08T01:26:36.964Z |
27852026-05-08T01:26:36.964Z762 | pub(crate) fn query(
27862026-05-08T01:26:36.964Z | ^^^^^
27872026-05-08T01:26:36.964Z763 | &self,
27882026-05-08T01:26:36.964Z764 | query: &LowerQuery,
27892026-05-08T01:26:36.964Z | ------------------
27902026-05-08T01:26:36.964Z
27912026-05-08T01:26:36.964Zerror[E0308]: mismatched types
27922026-05-08T01:26:36.964Z --> dns-server/src/dns_server.rs:311:55
27932026-05-08T01:26:36.964Z |
27942026-05-08T01:26:36.964Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
27952026-05-08T01:26:36.964Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
27962026-05-08T01:26:36.964Z | |
27972026-05-08T01:26:36.964Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
27982026-05-08T01:26:36.964Z |
27992026-05-08T01:26:36.964Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28002026-05-08T01:26:36.964Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
28012026-05-08T01:26:36.964Z |
28022026-05-08T01:26:36.964Z 33 | pub enum RecordType {
28032026-05-08T01:26:36.964Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
28042026-05-08T01:26:36.964Z |
28052026-05-08T01:26:36.964Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
28062026-05-08T01:26:36.964Z |
28072026-05-08T01:26:36.964Z 33 | pub enum RecordType {
28082026-05-08T01:26:36.964Z | ------------------- this is the found type
28092026-05-08T01:26:36.964Z = help: you can use `cargo tree` to explore your dependency tree
28102026-05-08T01:26:36.964Z
28112026-05-08T01:26:36.984Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
28122026-05-08T01:26:36.984Z --> dns-server/src/dns_server.rs:327:60
28132026-05-08T01:26:36.984Z |
28142026-05-08T01:26:36.984Z327 | .filter(|record| match (query.query_type(), record.data()) {
28152026-05-08T01:26:36.984Z | ^^^^-- help: remove the arguments
28162026-05-08T01:26:36.984Z | |
28172026-05-08T01:26:36.984Z | field, not a method
28182026-05-08T01:26:36.984Z
28192026-05-08T01:26:36.996Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
28202026-05-08T01:26:36.996Z --> dns-server/src/dns_server.rs:348:51
28212026-05-08T01:26:36.996Z |
28222026-05-08T01:26:36.996Z348 | let additionals_target = match record.data() {
28232026-05-08T01:26:36.996Z | ^^^^-- help: remove the arguments
28242026-05-08T01:26:36.997Z | |
28252026-05-08T01:26:36.997Z | field, not a method
28262026-05-08T01:26:36.997Z
28272026-05-08T01:26:37.014Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
28282026-05-08T01:26:37.014Z --> dns-server/src/dns_server.rs:349:45
28292026-05-08T01:26:37.014Z |
28302026-05-08T01:26:37.014Z349 | RData::SRV(srv) => Some(srv.target()),
28312026-05-08T01:26:37.014Z | ^^^^^^-- help: remove the arguments
28322026-05-08T01:26:37.014Z | |
28332026-05-08T01:26:37.014Z | field, not a method
28342026-05-08T01:26:37.014Z
28352026-05-08T01:26:37.019Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
28362026-05-08T01:26:37.019Z --> dns-server/src/dns_server.rs:416:9
28372026-05-08T01:26:37.019Z |
28382026-05-08T01:26:37.019Z414 | let mresp = rb.build(
28392026-05-08T01:26:37.019Z | ----- required by a bound introduced by this call
28402026-05-08T01:26:37.019Z415 | header,
28412026-05-08T01:26:37.020Z416 | response_records.iter().collect::<Vec<&Record>>(),
28422026-05-08T01:26:37.020Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28432026-05-08T01:26:37.020Z |
28442026-05-08T01:26:37.020Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28452026-05-08T01:26:37.020Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28462026-05-08T01:26:37.020Z |
28472026-05-08T01:26:37.020Z 77 | pub struct Record<R: RecordData = RData> {
28482026-05-08T01:26:37.020Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28492026-05-08T01:26:37.020Z |
28502026-05-08T01:26:37.020Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28512026-05-08T01:26:37.020Z |
28522026-05-08T01:26:37.020Z 78 | pub struct Record<R: RecordData = RData> {
28532026-05-08T01:26:37.020Z | ---------------------------------------- this is the found type
28542026-05-08T01:26:37.020Z = help: you can use `cargo tree` to explore your dependency tree
28552026-05-08T01:26:37.021Znote: the method call chain might not have had the expected associated types
28562026-05-08T01:26:37.021Z --> dns-server/src/dns_server.rs:416:26
28572026-05-08T01:26:37.021Z |
28582026-05-08T01:26:37.021Z411 | response_records: &[Record],
28592026-05-08T01:26:37.021Z | ---------------- this expression has type `&[Record]`
28602026-05-08T01:26:37.021Z...
28612026-05-08T01:26:37.021Z416 | response_records.iter().collect::<Vec<&Record>>(),
28622026-05-08T01:26:37.021Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
28632026-05-08T01:26:37.021Z | |
28642026-05-08T01:26:37.021Z | `IntoIterator::Item` is `&Record` here
28652026-05-08T01:26:37.021Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
28662026-05-08T01:26:37.021Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
28672026-05-08T01:26:37.021Z |
28682026-05-08T01:26:37.021Z129 | pub fn build<'a, A, N, S, D>(
28692026-05-08T01:26:37.021Z | ----- required by a bound in this associated function
28702026-05-08T01:26:37.021Z...
28712026-05-08T01:26:37.021Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
28722026-05-08T01:26:37.021Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
28732026-05-08T01:26:37.021Z
28742026-05-08T01:26:37.021Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
28752026-05-08T01:26:37.021Z --> dns-server/src/dns_server.rs:414:20
28762026-05-08T01:26:37.021Z |
28772026-05-08T01:26:37.021Z414 | let mresp = rb.build(
28782026-05-08T01:26:37.021Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28792026-05-08T01:26:37.021Z |
28802026-05-08T01:26:37.021Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28812026-05-08T01:26:37.021Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28822026-05-08T01:26:37.021Z |
28832026-05-08T01:26:37.021Z 77 | pub struct Record<R: RecordData = RData> {
28842026-05-08T01:26:37.021Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28852026-05-08T01:26:37.021Z |
28862026-05-08T01:26:37.021Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28872026-05-08T01:26:37.021Z |
28882026-05-08T01:26:37.021Z 78 | pub struct Record<R: RecordData = RData> {
28892026-05-08T01:26:37.021Z | ---------------------------------------- this is the found type
28902026-05-08T01:26:37.022Z = help: you can use `cargo tree` to explore your dependency tree
28912026-05-08T01:26:37.022Znote: required by a bound in `hickory_server::authority::MessageResponse`
28922026-05-08T01:26:37.022Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
28932026-05-08T01:26:37.022Z |
28942026-05-08T01:26:37.022Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
28952026-05-08T01:26:37.022Z | --------------- required by a bound in this struct
28962026-05-08T01:26:37.022Z 22 | where
28972026-05-08T01:26:37.022Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
28982026-05-08T01:26:37.022Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
28992026-05-08T01:26:37.022Z
29002026-05-08T01:26:37.026Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
29012026-05-08T01:26:37.026Z --> dns-server/src/dns_server.rs:419:9
29022026-05-08T01:26:37.026Z |
29032026-05-08T01:26:37.026Z414 | let mresp = rb.build(
29042026-05-08T01:26:37.026Z | ----- required by a bound introduced by this call
29052026-05-08T01:26:37.026Z...
29062026-05-08T01:26:37.026Z419 | additional_records,
29072026-05-08T01:26:37.026Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29082026-05-08T01:26:37.026Z |
29092026-05-08T01:26:37.026Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29102026-05-08T01:26:37.026Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29112026-05-08T01:26:37.026Z |
29122026-05-08T01:26:37.026Z 77 | pub struct Record<R: RecordData = RData> {
29132026-05-08T01:26:37.026Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29142026-05-08T01:26:37.026Z |
29152026-05-08T01:26:37.026Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29162026-05-08T01:26:37.026Z |
29172026-05-08T01:26:37.026Z 78 | pub struct Record<R: RecordData = RData> {
29182026-05-08T01:26:37.026Z | ---------------------------------------- this is the found type
29192026-05-08T01:26:37.026Z = help: you can use `cargo tree` to explore your dependency tree
29202026-05-08T01:26:37.026Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
29212026-05-08T01:26:37.026Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
29222026-05-08T01:26:37.026Z |
29232026-05-08T01:26:37.026Z129 | pub fn build<'a, A, N, S, D>(
29242026-05-08T01:26:37.026Z | ----- required by a bound in this associated function
29252026-05-08T01:26:37.026Z...
29262026-05-08T01:26:37.026Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
29272026-05-08T01:26:37.026Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
29282026-05-08T01:26:37.026Z
29292026-05-08T01:26:37.026Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
29302026-05-08T01:26:37.026Z --> dns-server/src/dns_server.rs:414:20
29312026-05-08T01:26:37.026Z |
29322026-05-08T01:26:37.027Z414 | let mresp = rb.build(
29332026-05-08T01:26:37.027Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29342026-05-08T01:26:37.027Z |
29352026-05-08T01:26:37.027Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29362026-05-08T01:26:37.027Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29372026-05-08T01:26:37.027Z |
29382026-05-08T01:26:37.027Z 77 | pub struct Record<R: RecordData = RData> {
29392026-05-08T01:26:37.027Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29402026-05-08T01:26:37.027Z |
29412026-05-08T01:26:37.027Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29422026-05-08T01:26:37.027Z |
29432026-05-08T01:26:37.027Z 78 | pub struct Record<R: RecordData = RData> {
29442026-05-08T01:26:37.027Z | ---------------------------------------- this is the found type
29452026-05-08T01:26:37.027Z = help: you can use `cargo tree` to explore your dependency tree
29462026-05-08T01:26:37.027Znote: required by a bound in `hickory_server::authority::MessageResponse`
29472026-05-08T01:26:37.027Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29482026-05-08T01:26:37.027Z |
29492026-05-08T01:26:37.027Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29502026-05-08T01:26:37.027Z | --------------- required by a bound in this struct
29512026-05-08T01:26:37.027Z...
29522026-05-08T01:26:37.027Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29532026-05-08T01:26:37.027Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29542026-05-08T01:26:37.027Z
29552026-05-08T01:26:37.031Zerror[E0308]: mismatched types
29562026-05-08T01:26:37.031Z --> dns-server/src/dns_server.rs:415:9
29572026-05-08T01:26:37.031Z |
29582026-05-08T01:26:37.031Z414 | let mresp = rb.build(
29592026-05-08T01:26:37.031Z | ----- arguments to this method are incorrect
29602026-05-08T01:26:37.031Z415 | header,
29612026-05-08T01:26:37.031Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
29622026-05-08T01:26:37.031Z |
29632026-05-08T01:26:37.031Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29642026-05-08T01:26:37.031Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
29652026-05-08T01:26:37.031Z |
29662026-05-08T01:26:37.032Z 57 | pub struct Header {
29672026-05-08T01:26:37.032Z | ^^^^^^^^^^^^^^^^^ this is the expected type
29682026-05-08T01:26:37.032Z |
29692026-05-08T01:26:37.032Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
29702026-05-08T01:26:37.032Z |
29712026-05-08T01:26:37.032Z 57 | pub struct Header {
29722026-05-08T01:26:37.032Z | ----------------- this is the found type
29732026-05-08T01:26:37.032Z = help: you can use `cargo tree` to explore your dependency tree
29742026-05-08T01:26:37.032Znote: method defined here
29752026-05-08T01:26:37.032Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
29762026-05-08T01:26:37.032Z |
29772026-05-08T01:26:37.032Z129 | pub fn build<'a, A, N, S, D>(
29782026-05-08T01:26:37.032Z | ^^^^^
29792026-05-08T01:26:37.032Z
29802026-05-08T01:26:37.032Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
29812026-05-08T01:26:37.032Z --> dns-server/src/dns_server.rs:422:31
29822026-05-08T01:26:37.032Z |
29832026-05-08T01:26:37.032Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
29842026-05-08T01:26:37.032Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
29852026-05-08T01:26:37.032Z | |
29862026-05-08T01:26:37.032Z | required by a bound introduced by this call
29872026-05-08T01:26:37.032Z |
29882026-05-08T01:26:37.032Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29892026-05-08T01:26:37.032Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29902026-05-08T01:26:37.032Z |
29912026-05-08T01:26:37.032Z 78 | pub struct Record<R: RecordData = RData> {
29922026-05-08T01:26:37.032Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29932026-05-08T01:26:37.032Z |
29942026-05-08T01:26:37.032Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29952026-05-08T01:26:37.032Z |
29962026-05-08T01:26:37.032Z 77 | pub struct Record<R: RecordData = RData> {
29972026-05-08T01:26:37.032Z | ---------------------------------------- this is the found type
29982026-05-08T01:26:37.032Z = help: you can use `cargo tree` to explore your dependency tree
29992026-05-08T01:26:37.032Znote: required by a bound in `dns_server::encode_and_send`
30002026-05-08T01:26:37.032Z --> dns-server/src/dns_server.rs:492:27
30012026-05-08T01:26:37.032Z |
30022026-05-08T01:26:37.032Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
30032026-05-08T01:26:37.032Z | --------------- required by a bound in this function
30042026-05-08T01:26:37.033Z...
30052026-05-08T01:26:37.033Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
30062026-05-08T01:26:37.033Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
30072026-05-08T01:26:37.033Z
30082026-05-08T01:26:37.033Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30092026-05-08T01:26:37.033Z --> dns-server/src/dns_server.rs:422:31
30102026-05-08T01:26:37.033Z |
30112026-05-08T01:26:37.033Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30122026-05-08T01:26:37.033Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30132026-05-08T01:26:37.033Z |
30142026-05-08T01:26:37.033Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30152026-05-08T01:26:37.033Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30162026-05-08T01:26:37.033Z |
30172026-05-08T01:26:37.033Z 77 | pub struct Record<R: RecordData = RData> {
30182026-05-08T01:26:37.033Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30192026-05-08T01:26:37.033Z |
30202026-05-08T01:26:37.033Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30212026-05-08T01:26:37.033Z |
30222026-05-08T01:26:37.033Z 78 | pub struct Record<R: RecordData = RData> {
30232026-05-08T01:26:37.033Z | ---------------------------------------- this is the found type
30242026-05-08T01:26:37.033Z = help: you can use `cargo tree` to explore your dependency tree
30252026-05-08T01:26:37.033Znote: required by a bound in `hickory_server::authority::MessageResponse`
30262026-05-08T01:26:37.033Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30272026-05-08T01:26:37.033Z |
30282026-05-08T01:26:37.033Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30292026-05-08T01:26:37.033Z | --------------- required by a bound in this struct
30302026-05-08T01:26:37.033Z 22 | where
30312026-05-08T01:26:37.033Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30322026-05-08T01:26:37.033Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30332026-05-08T01:26:37.033Z
30342026-05-08T01:26:37.033Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30352026-05-08T01:26:37.033Z --> dns-server/src/dns_server.rs:422:31
30362026-05-08T01:26:37.033Z |
30372026-05-08T01:26:37.033Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30382026-05-08T01:26:37.033Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30392026-05-08T01:26:37.033Z |
30402026-05-08T01:26:37.033Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30412026-05-08T01:26:37.033Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30422026-05-08T01:26:37.034Z |
30432026-05-08T01:26:37.034Z 77 | pub struct Record<R: RecordData = RData> {
30442026-05-08T01:26:37.034Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30452026-05-08T01:26:37.034Z |
30462026-05-08T01:26:37.034Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30472026-05-08T01:26:37.034Z |
30482026-05-08T01:26:37.034Z 78 | pub struct Record<R: RecordData = RData> {
30492026-05-08T01:26:37.034Z | ---------------------------------------- this is the found type
30502026-05-08T01:26:37.034Z = help: you can use `cargo tree` to explore your dependency tree
30512026-05-08T01:26:37.034Znote: required by a bound in `hickory_server::authority::MessageResponse`
30522026-05-08T01:26:37.034Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
30532026-05-08T01:26:37.034Z |
30542026-05-08T01:26:37.034Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30552026-05-08T01:26:37.041Z | --------------- required by a bound in this struct
30562026-05-08T01:26:37.041Z...
30572026-05-08T01:26:37.041Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
30582026-05-08T01:26:37.041Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30592026-05-08T01:26:37.041Z
30602026-05-08T01:26:37.041Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30612026-05-08T01:26:37.041Z --> dns-server/src/dns_server.rs:422:5
30622026-05-08T01:26:37.041Z |
30632026-05-08T01:26:37.041Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30642026-05-08T01:26:37.041Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
30652026-05-08T01:26:37.041Z |
30662026-05-08T01:26:37.041Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30672026-05-08T01:26:37.041Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30682026-05-08T01:26:37.041Z |
30692026-05-08T01:26:37.041Z 78 | pub struct Record<R: RecordData = RData> {
30702026-05-08T01:26:37.041Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30712026-05-08T01:26:37.041Z |
30722026-05-08T01:26:37.041Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30732026-05-08T01:26:37.041Z |
30742026-05-08T01:26:37.042Z 77 | pub struct Record<R: RecordData = RData> {
30752026-05-08T01:26:37.042Z | ---------------------------------------- this is the found type
30762026-05-08T01:26:37.042Z = help: you can use `cargo tree` to explore your dependency tree
30772026-05-08T01:26:37.042Znote: required by a bound in `dns_server::encode_and_send`
30782026-05-08T01:26:37.042Z --> dns-server/src/dns_server.rs:492:27
30792026-05-08T01:26:37.042Z |
30802026-05-08T01:26:37.042Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
30812026-05-08T01:26:37.042Z | --------------- required by a bound in this function
30822026-05-08T01:26:37.042Z...
30832026-05-08T01:26:37.042Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
30842026-05-08T01:26:37.042Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
30852026-05-08T01:26:37.042Z
30862026-05-08T01:26:37.042Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30872026-05-08T01:26:37.042Z --> dns-server/src/dns_server.rs:422:49
30882026-05-08T01:26:37.042Z |
30892026-05-08T01:26:37.042Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30902026-05-08T01:26:37.042Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
30912026-05-08T01:26:37.042Z |
30922026-05-08T01:26:37.042Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30932026-05-08T01:26:37.042Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30942026-05-08T01:26:37.042Z |
30952026-05-08T01:26:37.042Z 78 | pub struct Record<R: RecordData = RData> {
30962026-05-08T01:26:37.042Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30972026-05-08T01:26:37.042Z |
30982026-05-08T01:26:37.042Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30992026-05-08T01:26:37.042Z |
31002026-05-08T01:26:37.042Z 77 | pub struct Record<R: RecordData = RData> {
31012026-05-08T01:26:37.042Z | ---------------------------------------- this is the found type
31022026-05-08T01:26:37.042Z = help: you can use `cargo tree` to explore your dependency tree
31032026-05-08T01:26:37.042Znote: required by a bound in `dns_server::encode_and_send`
31042026-05-08T01:26:37.042Z --> dns-server/src/dns_server.rs:492:27
31052026-05-08T01:26:37.042Z |
31062026-05-08T01:26:37.042Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31072026-05-08T01:26:37.042Z | --------------- required by a bound in this function
31082026-05-08T01:26:37.042Z...
31092026-05-08T01:26:37.043Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31102026-05-08T01:26:37.043Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31112026-05-08T01:26:37.043Z
31122026-05-08T01:26:37.049Zerror[E0308]: arguments to this method are incorrect
31132026-05-08T01:26:37.049Z --> dns-server/src/dns_server.rs:438:33
31142026-05-08T01:26:37.049Z |
31152026-05-08T01:26:37.049Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
31162026-05-08T01:26:37.049Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
31172026-05-08T01:26:37.049Z | |
31182026-05-08T01:26:37.049Z | expected `&Header`, found `&&Header`
31192026-05-08T01:26:37.049Z |
31202026-05-08T01:26:37.049Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
31212026-05-08T01:26:37.049Z found reference `&&hickory_proto::op::Header`
31222026-05-08T01:26:37.049Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31232026-05-08T01:26:37.049Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
31242026-05-08T01:26:37.049Z |
31252026-05-08T01:26:37.049Z 67 | pub enum ResponseCode {
31262026-05-08T01:26:37.049Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31272026-05-08T01:26:37.049Z |
31282026-05-08T01:26:37.049Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
31292026-05-08T01:26:37.049Z |
31302026-05-08T01:26:37.049Z 67 | pub enum ResponseCode {
31312026-05-08T01:26:37.049Z | --------------------- this is the found type
31322026-05-08T01:26:37.049Z = help: you can use `cargo tree` to explore your dependency tree
31332026-05-08T01:26:37.049Znote: method defined here
31342026-05-08T01:26:37.049Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
31352026-05-08T01:26:37.049Z |
31362026-05-08T01:26:37.050Z190 | pub fn error_msg<'a>(
31372026-05-08T01:26:37.050Z | ^^^^^^^^^
31382026-05-08T01:26:37.050Z
31392026-05-08T01:26:37.050Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31402026-05-08T01:26:37.050Z --> dns-server/src/dns_server.rs:457:50
31412026-05-08T01:26:37.050Z |
31422026-05-08T01:26:37.050Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31432026-05-08T01:26:37.050Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31442026-05-08T01:26:37.050Z | |
31452026-05-08T01:26:37.050Z | required by a bound introduced by this call
31462026-05-08T01:26:37.050Z |
31472026-05-08T01:26:37.050Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31482026-05-08T01:26:37.050Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31492026-05-08T01:26:37.050Z |
31502026-05-08T01:26:37.050Z 78 | pub struct Record<R: RecordData = RData> {
31512026-05-08T01:26:37.050Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31522026-05-08T01:26:37.050Z |
31532026-05-08T01:26:37.050Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31542026-05-08T01:26:37.050Z |
31552026-05-08T01:26:37.050Z 77 | pub struct Record<R: RecordData = RData> {
31562026-05-08T01:26:37.050Z | ---------------------------------------- this is the found type
31572026-05-08T01:26:37.050Z = help: you can use `cargo tree` to explore your dependency tree
31582026-05-08T01:26:37.050Znote: required by a bound in `dns_server::encode_and_send`
31592026-05-08T01:26:37.050Z --> dns-server/src/dns_server.rs:491:23
31602026-05-08T01:26:37.050Z |
31612026-05-08T01:26:37.050Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31622026-05-08T01:26:37.050Z | --------------- required by a bound in this function
31632026-05-08T01:26:37.050Z...
31642026-05-08T01:26:37.050Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
31652026-05-08T01:26:37.050Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31662026-05-08T01:26:37.050Z
31672026-05-08T01:26:37.050Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31682026-05-08T01:26:37.050Z --> dns-server/src/dns_server.rs:457:50
31692026-05-08T01:26:37.050Z |
31702026-05-08T01:26:37.050Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31712026-05-08T01:26:37.050Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31722026-05-08T01:26:37.050Z | |
31732026-05-08T01:26:37.051Z | required by a bound introduced by this call
31742026-05-08T01:26:37.051Z |
31752026-05-08T01:26:37.051Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31762026-05-08T01:26:37.051Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31772026-05-08T01:26:37.051Z |
31782026-05-08T01:26:37.051Z 78 | pub struct Record<R: RecordData = RData> {
31792026-05-08T01:26:37.051Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31802026-05-08T01:26:37.051Z |
31812026-05-08T01:26:37.051Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31822026-05-08T01:26:37.051Z |
31832026-05-08T01:26:37.051Z 77 | pub struct Record<R: RecordData = RData> {
31842026-05-08T01:26:37.051Z | ---------------------------------------- this is the found type
31852026-05-08T01:26:37.051Z = help: you can use `cargo tree` to explore your dependency tree
31862026-05-08T01:26:37.051Znote: required by a bound in `dns_server::encode_and_send`
31872026-05-08T01:26:37.051Z --> dns-server/src/dns_server.rs:492:27
31882026-05-08T01:26:37.051Z |
31892026-05-08T01:26:37.051Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31902026-05-08T01:26:37.051Z | --------------- required by a bound in this function
31912026-05-08T01:26:37.051Z...
31922026-05-08T01:26:37.051Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31932026-05-08T01:26:37.051Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31942026-05-08T01:26:37.051Z
31952026-05-08T01:26:37.051Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31962026-05-08T01:26:37.051Z --> dns-server/src/dns_server.rs:457:50
31972026-05-08T01:26:37.051Z |
31982026-05-08T01:26:37.051Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31992026-05-08T01:26:37.051Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32002026-05-08T01:26:37.051Z | |
32012026-05-08T01:26:37.051Z | required by a bound introduced by this call
32022026-05-08T01:26:37.051Z |
32032026-05-08T01:26:37.051Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32042026-05-08T01:26:37.051Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32052026-05-08T01:26:37.051Z |
32062026-05-08T01:26:37.051Z 78 | pub struct Record<R: RecordData = RData> {
32072026-05-08T01:26:37.051Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32082026-05-08T01:26:37.051Z |
32092026-05-08T01:26:37.051Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32102026-05-08T01:26:37.052Z |
32112026-05-08T01:26:37.052Z 77 | pub struct Record<R: RecordData = RData> {
32122026-05-08T01:26:37.055Z | ---------------------------------------- this is the found type
32132026-05-08T01:26:37.055Z = help: you can use `cargo tree` to explore your dependency tree
32142026-05-08T01:26:37.055Znote: required by a bound in `dns_server::encode_and_send`
32152026-05-08T01:26:37.056Z --> dns-server/src/dns_server.rs:493:19
32162026-05-08T01:26:37.056Z |
32172026-05-08T01:26:37.056Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32182026-05-08T01:26:37.056Z | --------------- required by a bound in this function
32192026-05-08T01:26:37.056Z...
32202026-05-08T01:26:37.056Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
32212026-05-08T01:26:37.056Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32222026-05-08T01:26:37.056Z
32232026-05-08T01:26:37.056Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32242026-05-08T01:26:37.056Z --> dns-server/src/dns_server.rs:457:50
32252026-05-08T01:26:37.056Z |
32262026-05-08T01:26:37.056Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32272026-05-08T01:26:37.056Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32282026-05-08T01:26:37.056Z | |
32292026-05-08T01:26:37.056Z | required by a bound introduced by this call
32302026-05-08T01:26:37.056Z |
32312026-05-08T01:26:37.056Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32322026-05-08T01:26:37.056Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32332026-05-08T01:26:37.056Z |
32342026-05-08T01:26:37.056Z 78 | pub struct Record<R: RecordData = RData> {
32352026-05-08T01:26:37.056Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32362026-05-08T01:26:37.056Z |
32372026-05-08T01:26:37.056Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32382026-05-08T01:26:37.056Z |
32392026-05-08T01:26:37.056Z 77 | pub struct Record<R: RecordData = RData> {
32402026-05-08T01:26:37.056Z | ---------------------------------------- this is the found type
32412026-05-08T01:26:37.056Z = help: you can use `cargo tree` to explore your dependency tree
32422026-05-08T01:26:37.056Znote: required by a bound in `dns_server::encode_and_send`
32432026-05-08T01:26:37.056Z --> dns-server/src/dns_server.rs:494:27
32442026-05-08T01:26:37.056Z |
32452026-05-08T01:26:37.056Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32462026-05-08T01:26:37.056Z | --------------- required by a bound in this function
32472026-05-08T01:26:37.056Z...
32482026-05-08T01:26:37.057Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32492026-05-08T01:26:37.057Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32502026-05-08T01:26:37.057Z
32512026-05-08T01:26:37.057Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32522026-05-08T01:26:37.057Z --> dns-server/src/dns_server.rs:457:25
32532026-05-08T01:26:37.057Z |
32542026-05-08T01:26:37.057Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32552026-05-08T01:26:37.057Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32562026-05-08T01:26:37.057Z |
32572026-05-08T01:26:37.057Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32582026-05-08T01:26:37.057Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32592026-05-08T01:26:37.057Z |
32602026-05-08T01:26:37.057Z 78 | pub struct Record<R: RecordData = RData> {
32612026-05-08T01:26:37.057Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32622026-05-08T01:26:37.057Z |
32632026-05-08T01:26:37.057Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32642026-05-08T01:26:37.057Z |
32652026-05-08T01:26:37.057Z 77 | pub struct Record<R: RecordData = RData> {
32662026-05-08T01:26:37.057Z | ---------------------------------------- this is the found type
32672026-05-08T01:26:37.057Z = help: you can use `cargo tree` to explore your dependency tree
32682026-05-08T01:26:37.057Znote: required by a bound in `dns_server::encode_and_send`
32692026-05-08T01:26:37.057Z --> dns-server/src/dns_server.rs:491:23
32702026-05-08T01:26:37.057Z |
32712026-05-08T01:26:37.057Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32722026-05-08T01:26:37.057Z | --------------- required by a bound in this function
32732026-05-08T01:26:37.057Z...
32742026-05-08T01:26:37.057Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32752026-05-08T01:26:37.057Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32762026-05-08T01:26:37.057Z
32772026-05-08T01:26:37.057Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32782026-05-08T01:26:37.057Z --> dns-server/src/dns_server.rs:457:25
32792026-05-08T01:26:37.057Z |
32802026-05-08T01:26:37.057Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32812026-05-08T01:26:37.057Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32822026-05-08T01:26:37.057Z |
32832026-05-08T01:26:37.057Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32842026-05-08T01:26:37.057Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32852026-05-08T01:26:37.057Z |
32862026-05-08T01:26:37.057Z 78 | pub struct Record<R: RecordData = RData> {
32872026-05-08T01:26:37.058Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32882026-05-08T01:26:37.058Z |
32892026-05-08T01:26:37.058Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32902026-05-08T01:26:37.058Z |
32912026-05-08T01:26:37.058Z 77 | pub struct Record<R: RecordData = RData> {
32922026-05-08T01:26:37.058Z | ---------------------------------------- this is the found type
32932026-05-08T01:26:37.058Z = help: you can use `cargo tree` to explore your dependency tree
32942026-05-08T01:26:37.058Znote: required by a bound in `dns_server::encode_and_send`
32952026-05-08T01:26:37.058Z --> dns-server/src/dns_server.rs:492:27
32962026-05-08T01:26:37.058Z |
32972026-05-08T01:26:37.058Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32982026-05-08T01:26:37.058Z | --------------- required by a bound in this function
32992026-05-08T01:26:37.058Z...
33002026-05-08T01:26:37.058Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33012026-05-08T01:26:37.058Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33022026-05-08T01:26:37.058Z
33032026-05-08T01:26:37.058Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33042026-05-08T01:26:37.058Z --> dns-server/src/dns_server.rs:457:25
33052026-05-08T01:26:37.058Z |
33062026-05-08T01:26:37.058Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33072026-05-08T01:26:37.058Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33082026-05-08T01:26:37.058Z |
33092026-05-08T01:26:37.058Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33102026-05-08T01:26:37.058Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33112026-05-08T01:26:37.058Z |
33122026-05-08T01:26:37.062Z 78 | pub struct Record<R: RecordData = RData> {
33132026-05-08T01:26:37.062Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33142026-05-08T01:26:37.062Z |
33152026-05-08T01:26:37.062Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33162026-05-08T01:26:37.062Z |
33172026-05-08T01:26:37.062Z 77 | pub struct Record<R: RecordData = RData> {
33182026-05-08T01:26:37.062Z | ---------------------------------------- this is the found type
33192026-05-08T01:26:37.062Z = help: you can use `cargo tree` to explore your dependency tree
33202026-05-08T01:26:37.062Znote: required by a bound in `dns_server::encode_and_send`
33212026-05-08T01:26:37.063Z --> dns-server/src/dns_server.rs:493:19
33222026-05-08T01:26:37.063Z |
33232026-05-08T01:26:37.063Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33242026-05-08T01:26:37.063Z | --------------- required by a bound in this function
33252026-05-08T01:26:37.063Z...
33262026-05-08T01:26:37.063Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
33272026-05-08T01:26:37.063Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33282026-05-08T01:26:37.063Z
33292026-05-08T01:26:37.063Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33302026-05-08T01:26:37.063Z --> dns-server/src/dns_server.rs:457:25
33312026-05-08T01:26:37.063Z |
33322026-05-08T01:26:37.063Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33332026-05-08T01:26:37.063Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33342026-05-08T01:26:37.063Z |
33352026-05-08T01:26:37.063Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33362026-05-08T01:26:37.063Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33372026-05-08T01:26:37.063Z |
33382026-05-08T01:26:37.063Z 78 | pub struct Record<R: RecordData = RData> {
33392026-05-08T01:26:37.063Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33402026-05-08T01:26:37.063Z |
33412026-05-08T01:26:37.063Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33422026-05-08T01:26:37.063Z |
33432026-05-08T01:26:37.063Z 77 | pub struct Record<R: RecordData = RData> {
33442026-05-08T01:26:37.063Z | ---------------------------------------- this is the found type
33452026-05-08T01:26:37.063Z = help: you can use `cargo tree` to explore your dependency tree
33462026-05-08T01:26:37.063Znote: required by a bound in `dns_server::encode_and_send`
33472026-05-08T01:26:37.063Z --> dns-server/src/dns_server.rs:494:27
33482026-05-08T01:26:37.063Z |
33492026-05-08T01:26:37.063Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33502026-05-08T01:26:37.063Z | --------------- required by a bound in this function
33512026-05-08T01:26:37.063Z...
33522026-05-08T01:26:37.063Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
33532026-05-08T01:26:37.063Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33542026-05-08T01:26:37.063Z
33552026-05-08T01:26:37.063Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33562026-05-08T01:26:37.063Z --> dns-server/src/dns_server.rs:457:69
33572026-05-08T01:26:37.063Z |
33582026-05-08T01:26:37.063Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33592026-05-08T01:26:37.063Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33602026-05-08T01:26:37.063Z |
33612026-05-08T01:26:37.064Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33622026-05-08T01:26:37.064Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33632026-05-08T01:26:37.064Z |
33642026-05-08T01:26:37.064Z 78 | pub struct Record<R: RecordData = RData> {
33652026-05-08T01:26:37.064Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33662026-05-08T01:26:37.064Z |
33672026-05-08T01:26:37.064Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33682026-05-08T01:26:37.064Z |
33692026-05-08T01:26:37.064Z 77 | pub struct Record<R: RecordData = RData> {
33702026-05-08T01:26:37.064Z | ---------------------------------------- this is the found type
33712026-05-08T01:26:37.064Z = help: you can use `cargo tree` to explore your dependency tree
33722026-05-08T01:26:37.064Znote: required by a bound in `dns_server::encode_and_send`
33732026-05-08T01:26:37.064Z --> dns-server/src/dns_server.rs:491:23
33742026-05-08T01:26:37.064Z |
33752026-05-08T01:26:37.064Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33762026-05-08T01:26:37.064Z | --------------- required by a bound in this function
33772026-05-08T01:26:37.064Z...
33782026-05-08T01:26:37.064Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33792026-05-08T01:26:37.064Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33802026-05-08T01:26:37.064Z
33812026-05-08T01:26:37.064Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33822026-05-08T01:26:37.064Z --> dns-server/src/dns_server.rs:457:69
33832026-05-08T01:26:37.064Z |
33842026-05-08T01:26:37.064Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33852026-05-08T01:26:37.064Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33862026-05-08T01:26:37.064Z |
33872026-05-08T01:26:37.064Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33882026-05-08T01:26:37.064Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33892026-05-08T01:26:37.064Z |
33902026-05-08T01:26:37.064Z 78 | pub struct Record<R: RecordData = RData> {
33912026-05-08T01:26:37.064Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33922026-05-08T01:26:37.064Z |
33932026-05-08T01:26:37.064Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33942026-05-08T01:26:37.064Z |
33952026-05-08T01:26:37.064Z 77 | pub struct Record<R: RecordData = RData> {
33962026-05-08T01:26:37.064Z | ---------------------------------------- this is the found type
33972026-05-08T01:26:37.064Z = help: you can use `cargo tree` to explore your dependency tree
33982026-05-08T01:26:37.064Znote: required by a bound in `dns_server::encode_and_send`
33992026-05-08T01:26:37.065Z --> dns-server/src/dns_server.rs:492:27
34002026-05-08T01:26:37.065Z |
34012026-05-08T01:26:37.065Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34022026-05-08T01:26:37.065Z | --------------- required by a bound in this function
34032026-05-08T01:26:37.065Z...
34042026-05-08T01:26:37.065Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34052026-05-08T01:26:37.065Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34062026-05-08T01:26:37.065Z
34072026-05-08T01:26:37.065Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34082026-05-08T01:26:37.065Z --> dns-server/src/dns_server.rs:457:69
34092026-05-08T01:26:37.065Z |
34102026-05-08T01:26:37.065Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34112026-05-08T01:26:37.065Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34122026-05-08T01:26:37.069Z |
34132026-05-08T01:26:37.069Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34142026-05-08T01:26:37.069Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34152026-05-08T01:26:37.069Z |
34162026-05-08T01:26:37.069Z 78 | pub struct Record<R: RecordData = RData> {
34172026-05-08T01:26:37.069Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34182026-05-08T01:26:37.069Z |
34192026-05-08T01:26:37.069Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34202026-05-08T01:26:37.069Z |
34212026-05-08T01:26:37.069Z 77 | pub struct Record<R: RecordData = RData> {
34222026-05-08T01:26:37.069Z | ---------------------------------------- this is the found type
34232026-05-08T01:26:37.069Z = help: you can use `cargo tree` to explore your dependency tree
34242026-05-08T01:26:37.069Znote: required by a bound in `dns_server::encode_and_send`
34252026-05-08T01:26:37.069Z --> dns-server/src/dns_server.rs:493:19
34262026-05-08T01:26:37.069Z |
34272026-05-08T01:26:37.069Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34282026-05-08T01:26:37.069Z | --------------- required by a bound in this function
34292026-05-08T01:26:37.069Z...
34302026-05-08T01:26:37.069Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34312026-05-08T01:26:37.069Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34322026-05-08T01:26:37.069Z
34332026-05-08T01:26:37.069Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34342026-05-08T01:26:37.069Z --> dns-server/src/dns_server.rs:457:69
34352026-05-08T01:26:37.069Z |
34362026-05-08T01:26:37.069Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34372026-05-08T01:26:37.069Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34382026-05-08T01:26:37.069Z |
34392026-05-08T01:26:37.069Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34402026-05-08T01:26:37.070Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34412026-05-08T01:26:37.070Z |
34422026-05-08T01:26:37.070Z 78 | pub struct Record<R: RecordData = RData> {
34432026-05-08T01:26:37.070Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34442026-05-08T01:26:37.070Z |
34452026-05-08T01:26:37.070Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34462026-05-08T01:26:37.070Z |
34472026-05-08T01:26:37.070Z 77 | pub struct Record<R: RecordData = RData> {
34482026-05-08T01:26:37.070Z | ---------------------------------------- this is the found type
34492026-05-08T01:26:37.070Z = help: you can use `cargo tree` to explore your dependency tree
34502026-05-08T01:26:37.070Znote: required by a bound in `dns_server::encode_and_send`
34512026-05-08T01:26:37.070Z --> dns-server/src/dns_server.rs:494:27
34522026-05-08T01:26:37.070Z |
34532026-05-08T01:26:37.070Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34542026-05-08T01:26:37.070Z | --------------- required by a bound in this function
34552026-05-08T01:26:37.070Z...
34562026-05-08T01:26:37.070Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34572026-05-08T01:26:37.070Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34582026-05-08T01:26:37.070Z
34592026-05-08T01:26:37.070Zerror[E0308]: arguments to this method are incorrect
34602026-05-08T01:26:37.070Z --> dns-server/src/dns_server.rs:477:20
34612026-05-08T01:26:37.070Z |
34622026-05-08T01:26:37.070Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
34632026-05-08T01:26:37.070Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
34642026-05-08T01:26:37.070Z | |
34652026-05-08T01:26:37.070Z | expected `Header`, found `hickory_proto::op::Header`
34662026-05-08T01:26:37.070Z |
34672026-05-08T01:26:37.070Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34682026-05-08T01:26:37.070Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
34692026-05-08T01:26:37.071Z |
34702026-05-08T01:26:37.071Z 57 | pub struct Header {
34712026-05-08T01:26:37.071Z | ^^^^^^^^^^^^^^^^^ this is the expected type
34722026-05-08T01:26:37.071Z |
34732026-05-08T01:26:37.071Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
34742026-05-08T01:26:37.071Z |
34752026-05-08T01:26:37.071Z 57 | pub struct Header {
34762026-05-08T01:26:37.071Z | ----------------- this is the found type
34772026-05-08T01:26:37.071Z = help: you can use `cargo tree` to explore your dependency tree
34782026-05-08T01:26:37.071Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34792026-05-08T01:26:37.071Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
34802026-05-08T01:26:37.071Z |
34812026-05-08T01:26:37.071Z 67 | pub enum ResponseCode {
34822026-05-08T01:26:37.071Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34832026-05-08T01:26:37.071Z |
34842026-05-08T01:26:37.071Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
34852026-05-08T01:26:37.071Z |
34862026-05-08T01:26:37.071Z 67 | pub enum ResponseCode {
34872026-05-08T01:26:37.071Z | --------------------- this is the found type
34882026-05-08T01:26:37.071Z = help: you can use `cargo tree` to explore your dependency tree
34892026-05-08T01:26:37.072Znote: method defined here
34902026-05-08T01:26:37.072Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
34912026-05-08T01:26:37.072Z |
34922026-05-08T01:26:37.072Z190 | pub fn error_msg<'a>(
34932026-05-08T01:26:37.072Z | ^^^^^^^^^
34942026-05-08T01:26:37.072Z
34952026-05-08T01:26:37.072Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34962026-05-08T01:26:37.072Z --> dns-server/src/dns_server.rs:478:50
34972026-05-08T01:26:37.072Z |
34982026-05-08T01:26:37.072Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
34992026-05-08T01:26:37.072Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35002026-05-08T01:26:37.072Z | |
35012026-05-08T01:26:37.072Z | required by a bound introduced by this call
35022026-05-08T01:26:37.072Z |
35032026-05-08T01:26:37.072Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35042026-05-08T01:26:37.072Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35052026-05-08T01:26:37.072Z |
35062026-05-08T01:26:37.072Z 78 | pub struct Record<R: RecordData = RData> {
35072026-05-08T01:26:37.072Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35082026-05-08T01:26:37.072Z |
35092026-05-08T01:26:37.072Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35102026-05-08T01:26:37.072Z |
35112026-05-08T01:26:37.072Z 77 | pub struct Record<R: RecordData = RData> {
35122026-05-08T01:26:37.077Z | ---------------------------------------- this is the found type
35132026-05-08T01:26:37.077Z = help: you can use `cargo tree` to explore your dependency tree
35142026-05-08T01:26:37.077Znote: required by a bound in `dns_server::encode_and_send`
35152026-05-08T01:26:37.077Z --> dns-server/src/dns_server.rs:491:23
35162026-05-08T01:26:37.077Z |
35172026-05-08T01:26:37.077Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35182026-05-08T01:26:37.077Z | --------------- required by a bound in this function
35192026-05-08T01:26:37.077Z...
35202026-05-08T01:26:37.077Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35212026-05-08T01:26:37.077Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35222026-05-08T01:26:37.077Z
35232026-05-08T01:26:37.077Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35242026-05-08T01:26:37.077Z --> dns-server/src/dns_server.rs:478:50
35252026-05-08T01:26:37.077Z |
35262026-05-08T01:26:37.077Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35272026-05-08T01:26:37.077Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35282026-05-08T01:26:37.077Z | |
35292026-05-08T01:26:37.077Z | required by a bound introduced by this call
35302026-05-08T01:26:37.077Z |
35312026-05-08T01:26:37.077Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35322026-05-08T01:26:37.078Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35332026-05-08T01:26:37.078Z |
35342026-05-08T01:26:37.078Z 78 | pub struct Record<R: RecordData = RData> {
35352026-05-08T01:26:37.078Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35362026-05-08T01:26:37.078Z |
35372026-05-08T01:26:37.078Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35382026-05-08T01:26:37.078Z |
35392026-05-08T01:26:37.078Z 77 | pub struct Record<R: RecordData = RData> {
35402026-05-08T01:26:37.078Z | ---------------------------------------- this is the found type
35412026-05-08T01:26:37.078Z = help: you can use `cargo tree` to explore your dependency tree
35422026-05-08T01:26:37.078Znote: required by a bound in `dns_server::encode_and_send`
35432026-05-08T01:26:37.078Z --> dns-server/src/dns_server.rs:492:27
35442026-05-08T01:26:37.078Z |
35452026-05-08T01:26:37.078Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35462026-05-08T01:26:37.078Z | --------------- required by a bound in this function
35472026-05-08T01:26:37.078Z...
35482026-05-08T01:26:37.078Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35492026-05-08T01:26:37.078Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35502026-05-08T01:26:37.078Z
35512026-05-08T01:26:37.078Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35522026-05-08T01:26:37.078Z --> dns-server/src/dns_server.rs:478:50
35532026-05-08T01:26:37.078Z |
35542026-05-08T01:26:37.078Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35552026-05-08T01:26:37.078Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35562026-05-08T01:26:37.078Z | |
35572026-05-08T01:26:37.078Z | required by a bound introduced by this call
35582026-05-08T01:26:37.078Z |
35592026-05-08T01:26:37.078Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35602026-05-08T01:26:37.078Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35612026-05-08T01:26:37.078Z |
35622026-05-08T01:26:37.078Z 78 | pub struct Record<R: RecordData = RData> {
35632026-05-08T01:26:37.078Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35642026-05-08T01:26:37.078Z |
35652026-05-08T01:26:37.078Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35662026-05-08T01:26:37.078Z |
35672026-05-08T01:26:37.078Z 77 | pub struct Record<R: RecordData = RData> {
35682026-05-08T01:26:37.078Z | ---------------------------------------- this is the found type
35692026-05-08T01:26:37.078Z = help: you can use `cargo tree` to explore your dependency tree
35702026-05-08T01:26:37.078Znote: required by a bound in `dns_server::encode_and_send`
35712026-05-08T01:26:37.079Z --> dns-server/src/dns_server.rs:493:19
35722026-05-08T01:26:37.079Z |
35732026-05-08T01:26:37.079Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35742026-05-08T01:26:37.079Z | --------------- required by a bound in this function
35752026-05-08T01:26:37.079Z...
35762026-05-08T01:26:37.079Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35772026-05-08T01:26:37.079Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35782026-05-08T01:26:37.080Z
35792026-05-08T01:26:37.080Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35802026-05-08T01:26:37.080Z --> dns-server/src/dns_server.rs:478:50
35812026-05-08T01:26:37.080Z |
35822026-05-08T01:26:37.080Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35832026-05-08T01:26:37.080Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35842026-05-08T01:26:37.080Z | |
35852026-05-08T01:26:37.080Z | required by a bound introduced by this call
35862026-05-08T01:26:37.080Z |
35872026-05-08T01:26:37.080Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35882026-05-08T01:26:37.080Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35892026-05-08T01:26:37.080Z |
35902026-05-08T01:26:37.080Z 78 | pub struct Record<R: RecordData = RData> {
35912026-05-08T01:26:37.080Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35922026-05-08T01:26:37.080Z |
35932026-05-08T01:26:37.080Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35942026-05-08T01:26:37.080Z |
35952026-05-08T01:26:37.080Z 77 | pub struct Record<R: RecordData = RData> {
35962026-05-08T01:26:37.080Z | ---------------------------------------- this is the found type
35972026-05-08T01:26:37.080Z = help: you can use `cargo tree` to explore your dependency tree
35982026-05-08T01:26:37.080Znote: required by a bound in `dns_server::encode_and_send`
35992026-05-08T01:26:37.080Z --> dns-server/src/dns_server.rs:494:27
36002026-05-08T01:26:37.080Z |
36012026-05-08T01:26:37.080Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36022026-05-08T01:26:37.080Z | --------------- required by a bound in this function
36032026-05-08T01:26:37.080Z...
36042026-05-08T01:26:37.080Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36052026-05-08T01:26:37.080Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36062026-05-08T01:26:37.080Z
36072026-05-08T01:26:37.080Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36082026-05-08T01:26:37.080Z --> dns-server/src/dns_server.rs:478:25
36092026-05-08T01:26:37.080Z |
36102026-05-08T01:26:37.080Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36112026-05-08T01:26:37.080Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36122026-05-08T01:26:37.084Z |
36132026-05-08T01:26:37.084Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36142026-05-08T01:26:37.085Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36152026-05-08T01:26:37.085Z |
36162026-05-08T01:26:37.085Z 78 | pub struct Record<R: RecordData = RData> {
36172026-05-08T01:26:37.085Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36182026-05-08T01:26:37.085Z |
36192026-05-08T01:26:37.085Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36202026-05-08T01:26:37.085Z |
36212026-05-08T01:26:37.085Z 77 | pub struct Record<R: RecordData = RData> {
36222026-05-08T01:26:37.085Z | ---------------------------------------- this is the found type
36232026-05-08T01:26:37.085Z = help: you can use `cargo tree` to explore your dependency tree
36242026-05-08T01:26:37.085Znote: required by a bound in `dns_server::encode_and_send`
36252026-05-08T01:26:37.085Z --> dns-server/src/dns_server.rs:491:23
36262026-05-08T01:26:37.086Z |
36272026-05-08T01:26:37.086Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36282026-05-08T01:26:37.086Z | --------------- required by a bound in this function
36292026-05-08T01:26:37.086Z...
36302026-05-08T01:26:37.086Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
36312026-05-08T01:26:37.086Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36322026-05-08T01:26:37.086Z
36332026-05-08T01:26:37.086Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36342026-05-08T01:26:37.086Z --> dns-server/src/dns_server.rs:478:25
36352026-05-08T01:26:37.086Z |
36362026-05-08T01:26:37.086Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36372026-05-08T01:26:37.086Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36382026-05-08T01:26:37.086Z |
36392026-05-08T01:26:37.086Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36402026-05-08T01:26:37.086Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36412026-05-08T01:26:37.086Z |
36422026-05-08T01:26:37.086Z 78 | pub struct Record<R: RecordData = RData> {
36432026-05-08T01:26:37.086Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36442026-05-08T01:26:37.086Z |
36452026-05-08T01:26:37.086Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36462026-05-08T01:26:37.086Z |
36472026-05-08T01:26:37.086Z 77 | pub struct Record<R: RecordData = RData> {
36482026-05-08T01:26:37.086Z | ---------------------------------------- this is the found type
36492026-05-08T01:26:37.086Z = help: you can use `cargo tree` to explore your dependency tree
36502026-05-08T01:26:37.086Znote: required by a bound in `dns_server::encode_and_send`
36512026-05-08T01:26:37.086Z --> dns-server/src/dns_server.rs:492:27
36522026-05-08T01:26:37.086Z |
36532026-05-08T01:26:37.086Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36542026-05-08T01:26:37.086Z | --------------- required by a bound in this function
36552026-05-08T01:26:37.086Z...
36562026-05-08T01:26:37.086Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36572026-05-08T01:26:37.086Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36582026-05-08T01:26:37.086Z
36592026-05-08T01:26:37.086Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36602026-05-08T01:26:37.086Z --> dns-server/src/dns_server.rs:478:25
36612026-05-08T01:26:37.086Z |
36622026-05-08T01:26:37.086Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36632026-05-08T01:26:37.086Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36642026-05-08T01:26:37.087Z |
36652026-05-08T01:26:37.087Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36662026-05-08T01:26:37.087Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36672026-05-08T01:26:37.087Z |
36682026-05-08T01:26:37.087Z 78 | pub struct Record<R: RecordData = RData> {
36692026-05-08T01:26:37.087Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36702026-05-08T01:26:37.087Z |
36712026-05-08T01:26:37.087Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36722026-05-08T01:26:37.087Z |
36732026-05-08T01:26:37.087Z 77 | pub struct Record<R: RecordData = RData> {
36742026-05-08T01:26:37.087Z | ---------------------------------------- this is the found type
36752026-05-08T01:26:37.087Z = help: you can use `cargo tree` to explore your dependency tree
36762026-05-08T01:26:37.087Znote: required by a bound in `dns_server::encode_and_send`
36772026-05-08T01:26:37.087Z --> dns-server/src/dns_server.rs:493:19
36782026-05-08T01:26:37.087Z |
36792026-05-08T01:26:37.087Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36802026-05-08T01:26:37.087Z | --------------- required by a bound in this function
36812026-05-08T01:26:37.087Z...
36822026-05-08T01:26:37.087Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36832026-05-08T01:26:37.087Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36842026-05-08T01:26:37.087Z
36852026-05-08T01:26:37.087Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36862026-05-08T01:26:37.087Z --> dns-server/src/dns_server.rs:478:25
36872026-05-08T01:26:37.087Z |
36882026-05-08T01:26:37.087Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36892026-05-08T01:26:37.087Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36902026-05-08T01:26:37.087Z |
36912026-05-08T01:26:37.087Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36922026-05-08T01:26:37.087Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36932026-05-08T01:26:37.087Z |
36942026-05-08T01:26:37.087Z 78 | pub struct Record<R: RecordData = RData> {
36952026-05-08T01:26:37.087Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36962026-05-08T01:26:37.087Z |
36972026-05-08T01:26:37.087Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36982026-05-08T01:26:37.087Z |
36992026-05-08T01:26:37.087Z 77 | pub struct Record<R: RecordData = RData> {
37002026-05-08T01:26:37.087Z | ---------------------------------------- this is the found type
37012026-05-08T01:26:37.087Z = help: you can use `cargo tree` to explore your dependency tree
37022026-05-08T01:26:37.087Znote: required by a bound in `dns_server::encode_and_send`
37032026-05-08T01:26:37.088Z --> dns-server/src/dns_server.rs:494:27
37042026-05-08T01:26:37.088Z |
37052026-05-08T01:26:37.088Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37062026-05-08T01:26:37.088Z | --------------- required by a bound in this function
37072026-05-08T01:26:37.088Z...
37082026-05-08T01:26:37.088Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37092026-05-08T01:26:37.088Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37102026-05-08T01:26:37.088Z
37112026-05-08T01:26:37.088Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37122026-05-08T01:26:37.092Z --> dns-server/src/dns_server.rs:478:69
37132026-05-08T01:26:37.092Z |
37142026-05-08T01:26:37.092Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37152026-05-08T01:26:37.092Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37162026-05-08T01:26:37.092Z |
37172026-05-08T01:26:37.092Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37182026-05-08T01:26:37.092Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37192026-05-08T01:26:37.092Z |
37202026-05-08T01:26:37.092Z 78 | pub struct Record<R: RecordData = RData> {
37212026-05-08T01:26:37.092Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37222026-05-08T01:26:37.092Z |
37232026-05-08T01:26:37.092Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37242026-05-08T01:26:37.092Z |
37252026-05-08T01:26:37.092Z 77 | pub struct Record<R: RecordData = RData> {
37262026-05-08T01:26:37.092Z | ---------------------------------------- this is the found type
37272026-05-08T01:26:37.092Z = help: you can use `cargo tree` to explore your dependency tree
37282026-05-08T01:26:37.092Znote: required by a bound in `dns_server::encode_and_send`
37292026-05-08T01:26:37.092Z --> dns-server/src/dns_server.rs:491:23
37302026-05-08T01:26:37.092Z |
37312026-05-08T01:26:37.092Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37322026-05-08T01:26:37.092Z | --------------- required by a bound in this function
37332026-05-08T01:26:37.092Z...
37342026-05-08T01:26:37.092Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37352026-05-08T01:26:37.092Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37362026-05-08T01:26:37.092Z
37372026-05-08T01:26:37.092Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37382026-05-08T01:26:37.092Z --> dns-server/src/dns_server.rs:478:69
37392026-05-08T01:26:37.092Z |
37402026-05-08T01:26:37.092Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37412026-05-08T01:26:37.092Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37422026-05-08T01:26:37.092Z |
37432026-05-08T01:26:37.093Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37442026-05-08T01:26:37.093Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37452026-05-08T01:26:37.093Z |
37462026-05-08T01:26:37.093Z 78 | pub struct Record<R: RecordData = RData> {
37472026-05-08T01:26:37.093Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37482026-05-08T01:26:37.093Z |
37492026-05-08T01:26:37.093Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37502026-05-08T01:26:37.093Z |
37512026-05-08T01:26:37.093Z 77 | pub struct Record<R: RecordData = RData> {
37522026-05-08T01:26:37.093Z | ---------------------------------------- this is the found type
37532026-05-08T01:26:37.093Z = help: you can use `cargo tree` to explore your dependency tree
37542026-05-08T01:26:37.093Znote: required by a bound in `dns_server::encode_and_send`
37552026-05-08T01:26:37.093Z --> dns-server/src/dns_server.rs:492:27
37562026-05-08T01:26:37.093Z |
37572026-05-08T01:26:37.093Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37582026-05-08T01:26:37.093Z | --------------- required by a bound in this function
37592026-05-08T01:26:37.093Z...
37602026-05-08T01:26:37.093Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37612026-05-08T01:26:37.093Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37622026-05-08T01:26:37.093Z
37632026-05-08T01:26:37.093Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37642026-05-08T01:26:37.093Z --> dns-server/src/dns_server.rs:478:69
37652026-05-08T01:26:37.093Z |
37662026-05-08T01:26:37.093Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37672026-05-08T01:26:37.093Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37682026-05-08T01:26:37.093Z |
37692026-05-08T01:26:37.093Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37702026-05-08T01:26:37.093Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37712026-05-08T01:26:37.093Z |
37722026-05-08T01:26:37.093Z 78 | pub struct Record<R: RecordData = RData> {
37732026-05-08T01:26:37.093Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37742026-05-08T01:26:37.093Z |
37752026-05-08T01:26:37.093Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37762026-05-08T01:26:37.093Z |
37772026-05-08T01:26:37.093Z 77 | pub struct Record<R: RecordData = RData> {
37782026-05-08T01:26:37.093Z | ---------------------------------------- this is the found type
37792026-05-08T01:26:37.093Z = help: you can use `cargo tree` to explore your dependency tree
37802026-05-08T01:26:37.093Znote: required by a bound in `dns_server::encode_and_send`
37812026-05-08T01:26:37.094Z --> dns-server/src/dns_server.rs:493:19
37822026-05-08T01:26:37.094Z |
37832026-05-08T01:26:37.094Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37842026-05-08T01:26:37.094Z | --------------- required by a bound in this function
37852026-05-08T01:26:37.094Z...
37862026-05-08T01:26:37.094Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
37872026-05-08T01:26:37.094Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37882026-05-08T01:26:37.094Z
37892026-05-08T01:26:37.094Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37902026-05-08T01:26:37.094Z --> dns-server/src/dns_server.rs:478:69
37912026-05-08T01:26:37.094Z |
37922026-05-08T01:26:37.094Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37932026-05-08T01:26:37.094Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37942026-05-08T01:26:37.094Z |
37952026-05-08T01:26:37.094Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37962026-05-08T01:26:37.094Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37972026-05-08T01:26:37.094Z |
37982026-05-08T01:26:37.094Z 78 | pub struct Record<R: RecordData = RData> {
37992026-05-08T01:26:37.094Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38002026-05-08T01:26:37.094Z |
38012026-05-08T01:26:37.094Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38022026-05-08T01:26:37.094Z |
38032026-05-08T01:26:37.094Z 77 | pub struct Record<R: RecordData = RData> {
38042026-05-08T01:26:37.094Z | ---------------------------------------- this is the found type
38052026-05-08T01:26:37.094Z = help: you can use `cargo tree` to explore your dependency tree
38062026-05-08T01:26:37.094Znote: required by a bound in `dns_server::encode_and_send`
38072026-05-08T01:26:37.094Z --> dns-server/src/dns_server.rs:494:27
38082026-05-08T01:26:37.094Z |
38092026-05-08T01:26:37.094Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38102026-05-08T01:26:37.094Z | --------------- required by a bound in this function
38112026-05-08T01:26:37.094Z...
38122026-05-08T01:26:37.098Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38132026-05-08T01:26:37.098Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38142026-05-08T01:26:37.098Z
38152026-05-08T01:26:37.098Zerror[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
38162026-05-08T01:26:37.098Z --> dns-server/src/dns_server.rs:500:14
38172026-05-08T01:26:37.098Z |
38182026-05-08T01:26:37.098Z499 | let _ = mresp
38192026-05-08T01:26:37.098Z | _________________-
38202026-05-08T01:26:37.098Z500 | | .destructive_emit(&mut enc)
38212026-05-08T01:26:37.098Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
38222026-05-08T01:26:37.098Z | |_____________|
38232026-05-08T01:26:37.098Z |
38242026-05-08T01:26:37.098Z |
38252026-05-08T01:26:37.098Z = note: the following trait bounds were not satisfied:
38262026-05-08T01:26:37.098Z `<Answers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38272026-05-08T01:26:37.098Z `<NameServers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38282026-05-08T01:26:37.098Z `<Soa as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38292026-05-08T01:26:37.098Z `<Additionals as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38302026-05-08T01:26:37.098Z
38312026-05-08T01:26:37.107Zerror[E0308]: mismatched types
38322026-05-08T01:26:37.107Z --> dns-server/src/dns_server.rs:229:35
38332026-05-08T01:26:37.107Z |
38342026-05-08T01:26:37.107Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
38352026-05-08T01:26:37.107Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38362026-05-08T01:26:37.107Z | |
38372026-05-08T01:26:37.107Z | arguments to this function are incorrect
38382026-05-08T01:26:37.107Z |
38392026-05-08T01:26:37.107Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38402026-05-08T01:26:37.107Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38412026-05-08T01:26:37.107Z |
38422026-05-08T01:26:37.107Z 34 | pub struct Name {
38432026-05-08T01:26:37.107Z | ^^^^^^^^^^^^^^^ this is the expected type
38442026-05-08T01:26:37.107Z |
38452026-05-08T01:26:37.108Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38462026-05-08T01:26:37.108Z |
38472026-05-08T01:26:37.108Z 37 | pub struct Name {
38482026-05-08T01:26:37.108Z | --------------- this is the found type
38492026-05-08T01:26:37.108Z = help: you can use `cargo tree` to explore your dependency tree
38502026-05-08T01:26:37.108Znote: associated function defined here
38512026-05-08T01:26:37.108Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
38522026-05-08T01:26:37.108Z |
38532026-05-08T01:26:37.108Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
38542026-05-08T01:26:37.108Z | ^^^^^^^^^^
38552026-05-08T01:26:37.108Z
38562026-05-08T01:26:37.108Zerror[E0308]: mismatched types
38572026-05-08T01:26:37.108Z --> dns-server/src/dns_server.rs:233:35
38582026-05-08T01:26:37.108Z |
38592026-05-08T01:26:37.108Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
38602026-05-08T01:26:37.108Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38612026-05-08T01:26:37.108Z | |
38622026-05-08T01:26:37.108Z | arguments to this function are incorrect
38632026-05-08T01:26:37.108Z |
38642026-05-08T01:26:37.108Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38652026-05-08T01:26:37.108Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38662026-05-08T01:26:37.108Z |
38672026-05-08T01:26:37.108Z 34 | pub struct Name {
38682026-05-08T01:26:37.108Z | ^^^^^^^^^^^^^^^ this is the expected type
38692026-05-08T01:26:37.108Z |
38702026-05-08T01:26:37.108Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38712026-05-08T01:26:37.108Z |
38722026-05-08T01:26:37.108Z 37 | pub struct Name {
38732026-05-08T01:26:37.108Z | --------------- this is the found type
38742026-05-08T01:26:37.108Z = help: you can use `cargo tree` to explore your dependency tree
38752026-05-08T01:26:37.108Znote: associated function defined here
38762026-05-08T01:26:37.108Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
38772026-05-08T01:26:37.108Z |
38782026-05-08T01:26:37.108Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
38792026-05-08T01:26:37.108Z | ^^^^^^^^^^
38802026-05-08T01:26:37.109Z
38812026-05-08T01:26:37.109Zerror[E0308]: mismatched types
38822026-05-08T01:26:37.109Z --> dns-server/src/dns_server.rs:247:60
38832026-05-08T01:26:37.109Z |
38842026-05-08T01:26:37.109Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
38852026-05-08T01:26:37.109Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38862026-05-08T01:26:37.109Z | |
38872026-05-08T01:26:37.109Z | arguments to this function are incorrect
38882026-05-08T01:26:37.109Z |
38892026-05-08T01:26:37.109Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38902026-05-08T01:26:37.109Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38912026-05-08T01:26:37.109Z |
38922026-05-08T01:26:37.109Z 34 | pub struct Name {
38932026-05-08T01:26:37.109Z | ^^^^^^^^^^^^^^^ this is the expected type
38942026-05-08T01:26:37.109Z |
38952026-05-08T01:26:37.109Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38962026-05-08T01:26:37.109Z |
38972026-05-08T01:26:37.109Z 37 | pub struct Name {
38982026-05-08T01:26:37.109Z | --------------- this is the found type
38992026-05-08T01:26:37.109Z = help: you can use `cargo tree` to explore your dependency tree
39002026-05-08T01:26:37.109Znote: associated function defined here
39012026-05-08T01:26:37.109Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
39022026-05-08T01:26:37.109Z |
39032026-05-08T01:26:37.109Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
39042026-05-08T01:26:37.109Z | ^^^
39052026-05-08T01:26:37.109Z
39062026-05-08T01:26:37.113Zerror[E0308]: mismatched types
39072026-05-08T01:26:37.113Z --> dns-server/src/dns_server.rs:245:17
39082026-05-08T01:26:37.113Z |
39092026-05-08T01:26:37.113Z244 | Ok(Record::from_rdata(
39102026-05-08T01:26:37.113Z | ------------------ arguments to this function are incorrect
39112026-05-08T01:26:37.113Z245 | name.clone(),
39122026-05-08T01:26:37.113Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39132026-05-08T01:26:37.113Z |
39142026-05-08T01:26:37.113Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39152026-05-08T01:26:37.113Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39162026-05-08T01:26:37.113Z |
39172026-05-08T01:26:37.113Z 34 | pub struct Name {
39182026-05-08T01:26:37.113Z | ^^^^^^^^^^^^^^^ this is the expected type
39192026-05-08T01:26:37.113Z |
39202026-05-08T01:26:37.113Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39212026-05-08T01:26:37.113Z |
39222026-05-08T01:26:37.114Z 37 | pub struct Name {
39232026-05-08T01:26:37.114Z | --------------- this is the found type
39242026-05-08T01:26:37.114Z = help: you can use `cargo tree` to explore your dependency tree
39252026-05-08T01:26:37.114Znote: associated function defined here
39262026-05-08T01:26:37.114Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39272026-05-08T01:26:37.114Z |
39282026-05-08T01:26:37.114Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39292026-05-08T01:26:37.114Z | ^^^^^^^^^^
39302026-05-08T01:26:37.114Z
39312026-05-08T01:26:37.114Zerror[E0308]: mismatched types
39322026-05-08T01:26:37.114Z --> dns-server/src/dns_server.rs:259:65
39332026-05-08T01:26:37.114Z |
39342026-05-08T01:26:37.114Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39352026-05-08T01:26:37.114Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39362026-05-08T01:26:37.114Z | |
39372026-05-08T01:26:37.115Z | arguments to this struct are incorrect
39382026-05-08T01:26:37.115Z |
39392026-05-08T01:26:37.115Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39402026-05-08T01:26:37.115Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39412026-05-08T01:26:37.115Z |
39422026-05-08T01:26:37.115Z 34 | pub struct Name {
39432026-05-08T01:26:37.115Z | ^^^^^^^^^^^^^^^ this is the expected type
39442026-05-08T01:26:37.115Z |
39452026-05-08T01:26:37.115Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39462026-05-08T01:26:37.115Z |
39472026-05-08T01:26:37.115Z 37 | pub struct Name {
39482026-05-08T01:26:37.115Z | --------------- this is the found type
39492026-05-08T01:26:37.115Z = help: you can use `cargo tree` to explore your dependency tree
39502026-05-08T01:26:37.115Znote: tuple struct defined here
39512026-05-08T01:26:37.115Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
39522026-05-08T01:26:37.115Z |
39532026-05-08T01:26:37.115Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
39542026-05-08T01:26:37.115Z | ^^
39552026-05-08T01:26:37.115Z
39562026-05-08T01:26:37.115Zerror[E0308]: mismatched types
39572026-05-08T01:26:37.115Z --> dns-server/src/dns_server.rs:259:35
39582026-05-08T01:26:37.115Z |
39592026-05-08T01:26:37.115Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39602026-05-08T01:26:37.115Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39612026-05-08T01:26:37.115Z | |
39622026-05-08T01:26:37.115Z | arguments to this function are incorrect
39632026-05-08T01:26:37.115Z |
39642026-05-08T01:26:37.115Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39652026-05-08T01:26:37.115Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39662026-05-08T01:26:37.115Z |
39672026-05-08T01:26:37.115Z 34 | pub struct Name {
39682026-05-08T01:26:37.115Z | ^^^^^^^^^^^^^^^ this is the expected type
39692026-05-08T01:26:37.115Z |
39702026-05-08T01:26:37.115Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39712026-05-08T01:26:37.115Z |
39722026-05-08T01:26:37.115Z 37 | pub struct Name {
39732026-05-08T01:26:37.115Z | --------------- this is the found type
39742026-05-08T01:26:37.115Z = help: you can use `cargo tree` to explore your dependency tree
39752026-05-08T01:26:37.115Znote: associated function defined here
39762026-05-08T01:26:37.116Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39772026-05-08T01:26:37.116Z |
39782026-05-08T01:26:37.116Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39792026-05-08T01:26:37.116Z | ^^^^^^^^^^
39802026-05-08T01:26:37.116Z
39812026-05-08T01:26:37.123Z Compiling bit-vec v0.6.3
39822026-05-08T01:26:37.163Zerror[E0308]: arguments to this function are incorrect
39832026-05-08T01:26:37.163Z --> dns-server/src/storage.rs:448:43
39842026-05-08T01:26:37.163Z |
39852026-05-08T01:26:37.163Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
39862026-05-08T01:26:37.163Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39872026-05-08T01:26:37.163Z449 | preferred_nameserver,
39882026-05-08T01:26:37.163Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39892026-05-08T01:26:37.163Z450 | rname,
39902026-05-08T01:26:37.163Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39912026-05-08T01:26:37.163Z |
39922026-05-08T01:26:37.163Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39932026-05-08T01:26:37.163Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39942026-05-08T01:26:37.163Z |
39952026-05-08T01:26:37.163Z 34 | pub struct Name {
39962026-05-08T01:26:37.163Z | ^^^^^^^^^^^^^^^ this is the expected type
39972026-05-08T01:26:37.163Z |
39982026-05-08T01:26:37.163Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39992026-05-08T01:26:37.163Z |
40002026-05-08T01:26:37.164Z 37 | pub struct Name {
40012026-05-08T01:26:37.164Z | --------------- this is the found type
40022026-05-08T01:26:37.164Z = help: you can use `cargo tree` to explore your dependency tree
40032026-05-08T01:26:37.164Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40042026-05-08T01:26:37.164Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40052026-05-08T01:26:37.164Z |
40062026-05-08T01:26:37.164Z 34 | pub struct Name {
40072026-05-08T01:26:37.164Z | ^^^^^^^^^^^^^^^ this is the expected type
40082026-05-08T01:26:37.164Z |
40092026-05-08T01:26:37.164Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40102026-05-08T01:26:37.164Z |
40112026-05-08T01:26:37.164Z 37 | pub struct Name {
40122026-05-08T01:26:37.164Z | --------------- this is the found type
40132026-05-08T01:26:37.164Z = help: you can use `cargo tree` to explore your dependency tree
40142026-05-08T01:26:37.164Znote: associated function defined here
40152026-05-08T01:26:37.164Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
40162026-05-08T01:26:37.164Z |
40172026-05-08T01:26:37.164Z154 | pub fn new(
40182026-05-08T01:26:37.164Z | ^^^
40192026-05-08T01:26:37.164Z
40202026-05-08T01:26:37.171Zerror[E0308]: mismatched types
40212026-05-08T01:26:37.171Z --> dns-server/src/storage.rs:446:13
40222026-05-08T01:26:37.171Z |
40232026-05-08T01:26:37.171Z445 | let record = hickory_proto::rr::Record::from_rdata(
40242026-05-08T01:26:37.171Z | ------------------------------------- arguments to this function are incorrect
40252026-05-08T01:26:37.171Z446 | soa_name,
40262026-05-08T01:26:37.171Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40272026-05-08T01:26:37.171Z |
40282026-05-08T01:26:37.171Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40292026-05-08T01:26:37.171Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40302026-05-08T01:26:37.171Z |
40312026-05-08T01:26:37.171Z 34 | pub struct Name {
40322026-05-08T01:26:37.171Z | ^^^^^^^^^^^^^^^ this is the expected type
40332026-05-08T01:26:37.171Z |
40342026-05-08T01:26:37.171Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40352026-05-08T01:26:37.171Z |
40362026-05-08T01:26:37.171Z 37 | pub struct Name {
40372026-05-08T01:26:37.171Z | --------------- this is the found type
40382026-05-08T01:26:37.171Z = help: you can use `cargo tree` to explore your dependency tree
40392026-05-08T01:26:37.171Znote: associated function defined here
40402026-05-08T01:26:37.172Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40412026-05-08T01:26:37.172Z |
40422026-05-08T01:26:37.172Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40432026-05-08T01:26:37.172Z | ^^^^^^^^^^
40442026-05-08T01:26:37.172Z
40452026-05-08T01:26:37.172Zerror[E0308]: mismatched types
40462026-05-08T01:26:37.172Z --> dns-server/src/storage.rs:768:30
40472026-05-08T01:26:37.172Z |
40482026-05-08T01:26:37.172Z768 | self.query_raw(name, orig_name)
40492026-05-08T01:26:37.172Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
40502026-05-08T01:26:37.172Z | |
40512026-05-08T01:26:37.172Z | arguments to this method are incorrect
40522026-05-08T01:26:37.172Z |
40532026-05-08T01:26:37.172Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40542026-05-08T01:26:37.172Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40552026-05-08T01:26:37.172Z |
40562026-05-08T01:26:37.172Z 37 | pub struct Name {
40572026-05-08T01:26:37.172Z | ^^^^^^^^^^^^^^^ this is the expected type
40582026-05-08T01:26:37.172Z |
40592026-05-08T01:26:37.172Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40602026-05-08T01:26:37.172Z |
40612026-05-08T01:26:37.172Z 34 | pub struct Name {
40622026-05-08T01:26:37.172Z | --------------- this is the found type
40632026-05-08T01:26:37.172Z = help: you can use `cargo tree` to explore your dependency tree
40642026-05-08T01:26:37.172Znote: method defined here
40652026-05-08T01:26:37.172Z --> dns-server/src/storage.rs:780:8
40662026-05-08T01:26:37.172Z |
40672026-05-08T01:26:37.172Z780 | fn query_raw(
40682026-05-08T01:26:37.172Z | ^^^^^^^^^
40692026-05-08T01:26:37.172Z...
40702026-05-08T01:26:37.172Z783 | orig_name: &Name,
40712026-05-08T01:26:37.172Z | ----------------
40722026-05-08T01:26:37.172Z
40732026-05-08T01:26:37.172Zerror[E0308]: mismatched types
40742026-05-08T01:26:37.172Z --> dns-server/src/storage.rs:777:40
40752026-05-08T01:26:37.172Z |
40762026-05-08T01:26:37.173Z777 | self.query_raw(&LowerName::new(name), name)
40772026-05-08T01:26:37.173Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40782026-05-08T01:26:37.173Z | |
40792026-05-08T01:26:37.173Z | arguments to this function are incorrect
40802026-05-08T01:26:37.173Z |
40812026-05-08T01:26:37.173Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40822026-05-08T01:26:37.173Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40832026-05-08T01:26:37.173Z |
40842026-05-08T01:26:37.173Z 34 | pub struct Name {
40852026-05-08T01:26:37.173Z | ^^^^^^^^^^^^^^^ this is the expected type
40862026-05-08T01:26:37.173Z |
40872026-05-08T01:26:37.173Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40882026-05-08T01:26:37.173Z |
40892026-05-08T01:26:37.173Z 37 | pub struct Name {
40902026-05-08T01:26:37.173Z | --------------- this is the found type
40912026-05-08T01:26:37.173Z = help: you can use `cargo tree` to explore your dependency tree
40922026-05-08T01:26:37.173Znote: associated function defined here
40932026-05-08T01:26:37.173Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
40942026-05-08T01:26:37.173Z |
40952026-05-08T01:26:37.173Z 37 | pub fn new(name: &Name) -> Self {
40962026-05-08T01:26:37.173Z | ^^^
40972026-05-08T01:26:37.173Z
40982026-05-08T01:26:37.178Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
40992026-05-08T01:26:37.178Z --> dns-server/src/storage.rs:791:33
41002026-05-08T01:26:37.178Z |
41012026-05-08T01:26:37.178Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
41022026-05-08T01:26:37.178Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
41032026-05-08T01:26:37.178Z |
41042026-05-08T01:26:37.178Zhelp: item with same name found
41052026-05-08T01:26:37.178Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
41062026-05-08T01:26:37.178Z |
41072026-05-08T01:26:37.178Z 28 | pub struct LowerName(Name);
41082026-05-08T01:26:37.178Z | ^^^^^^^^^^^^^^^^^^^^
41092026-05-08T01:26:37.178Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41102026-05-08T01:26:37.178Zhelp: the following other types implement trait `std::convert::From<T>`
41112026-05-08T01:26:37.178Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
41122026-05-08T01:26:37.178Z |
41132026-05-08T01:26:37.178Z240 | impl From<Name> for LowerName {
41142026-05-08T01:26:37.178Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
41152026-05-08T01:26:37.178Z...
41162026-05-08T01:26:37.178Z246 | impl<'a> From<&'a Name> for LowerName {
41172026-05-08T01:26:37.178Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
41182026-05-08T01:26:37.178Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41192026-05-08T01:26:37.178Z = help: you can use `cargo tree` to explore your dependency tree
41202026-05-08T01:26:37.178Z
41212026-05-08T01:26:37.329Z Compiling bit-set v0.5.3
41222026-05-08T01:26:37.368Z Compiling ascii-canvas v3.0.0
41232026-05-08T01:26:37.408ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
41242026-05-08T01:26:37.408ZFor more information about an error, try `rustc --explain E0271`.
41252026-05-08T01:26:37.427Zerror: could not compile `dns-server` (lib) due to 60 previous errors
41262026-05-08T01:26:37.428Zwarning: build failed, waiting for other jobs to finish...
41272026-05-08T01:26:44.433ZError: failed: exit status: 101
41282026-05-08T01:26:44.436Z
41292026-05-08T01:26:44.436Zreal 1:15.206080655
41302026-05-08T01:26:44.436Zuser 6:06.374967778
41312026-05-08T01:26:44.436Zsys 1:51.297374754
41322026-05-08T01:26:44.436Ztrap 0.164071174
41332026-05-08T01:26:44.436Ztflt 0.084454536
41342026-05-08T01:26:44.436Zdflt 0.093621040
41352026-05-08T01:26:44.436Zkflt 0.001588750
41362026-05-08T01:26:44.436Zlock 17:09.383135399
41372026-05-08T01:26:44.436Zslp 15:28.198588487
41382026-05-08T01:26:44.436Zlat 53.335182455
41392026-05-08T01:26:44.436Zstop 5:14.195940498
41402026-05-08T01:26:44.436Zprocess exited: duration 207574 ms, exit code 1
 
41412026-05-08T01:26:44.443Zfound 0 output files