[INFO] crate fabric_ledger_protos 0.4.0 is already in cache [INFO] testing fabric_ledger_protos-0.4.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate fabric_ledger_protos 0.4.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate fabric_ledger_protos 0.4.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fabric_ledger_protos 0.4.0 [INFO] finished tweaking crates.io crate fabric_ledger_protos 0.4.0 [INFO] tweaked toml for crates.io crate fabric_ledger_protos 0.4.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cdd9aa7948a4b15d705003e2ec70eb3dde8d3ab39a85be95d7fc394bced4324a [INFO] running `Command { std: "docker" "start" "-a" "cdd9aa7948a4b15d705003e2ec70eb3dde8d3ab39a85be95d7fc394bced4324a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cdd9aa7948a4b15d705003e2ec70eb3dde8d3ab39a85be95d7fc394bced4324a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdd9aa7948a4b15d705003e2ec70eb3dde8d3ab39a85be95d7fc394bced4324a", kill_on_drop: false }` [INFO] [stdout] cdd9aa7948a4b15d705003e2ec70eb3dde8d3ab39a85be95d7fc394bced4324a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 22fb6e3e6e131dcdb66dedba726f403dec4566a4501598650337990532574a4a [INFO] running `Command { std: "docker" "start" "-a" "22fb6e3e6e131dcdb66dedba726f403dec4566a4501598650337990532574a4a", kill_on_drop: false }` [INFO] [stderr] Compiling protobuf v2.16.2 [INFO] [stderr] Compiling fabric_ledger_protos v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:183:32 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:183:97 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:207:30 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:207:75 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:250:40 [INFO] [stdout] | [INFO] [stdout] 250 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:250:110 [INFO] [stdout] | [INFO] [stdout] 250 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:110:32 [INFO] [stdout] | [INFO] [stdout] 110 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:110:97 [INFO] [stdout] | [INFO] [stdout] 110 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:124:75 [INFO] [stdout] | [INFO] [stdout] 124 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:267:32 [INFO] [stdout] | [INFO] [stdout] 267 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:267:97 [INFO] [stdout] | [INFO] [stdout] 267 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:286:30 [INFO] [stdout] | [INFO] [stdout] 286 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:286:76 [INFO] [stdout] | [INFO] [stdout] 286 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:551:32 [INFO] [stdout] | [INFO] [stdout] 551 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:551:97 [INFO] [stdout] | [INFO] [stdout] 551 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:585:30 [INFO] [stdout] | [INFO] [stdout] 585 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:585:81 [INFO] [stdout] | [INFO] [stdout] 585 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:732:32 [INFO] [stdout] | [INFO] [stdout] 732 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:732:97 [INFO] [stdout] | [INFO] [stdout] 732 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:751:30 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:751:82 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:924:32 [INFO] [stdout] | [INFO] [stdout] 924 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:924:97 [INFO] [stdout] | [INFO] [stdout] 924 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:948:30 [INFO] [stdout] | [INFO] [stdout] 948 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:948:79 [INFO] [stdout] | [INFO] [stdout] 948 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1129:32 [INFO] [stdout] | [INFO] [stdout] 1129 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1129:97 [INFO] [stdout] | [INFO] [stdout] 1129 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1153:30 [INFO] [stdout] | [INFO] [stdout] 1153 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1153:76 [INFO] [stdout] | [INFO] [stdout] 1153 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1261:32 [INFO] [stdout] | [INFO] [stdout] 1261 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1261:97 [INFO] [stdout] | [INFO] [stdout] 1261 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1275:30 [INFO] [stdout] | [INFO] [stdout] 1275 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1275:77 [INFO] [stdout] | [INFO] [stdout] 1275 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1358:40 [INFO] [stdout] | [INFO] [stdout] 1358 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1358:110 [INFO] [stdout] | [INFO] [stdout] 1358 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:183:32 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:183:97 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:207:30 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:207:62 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:504:32 [INFO] [stdout] | [INFO] [stdout] 504 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:504:97 [INFO] [stdout] | [INFO] [stdout] 504 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:543:30 [INFO] [stdout] | [INFO] [stdout] 543 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:543:69 [INFO] [stdout] | [INFO] [stdout] 543 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:727:32 [INFO] [stdout] | [INFO] [stdout] 727 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:727:97 [INFO] [stdout] | [INFO] [stdout] 727 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:751:30 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:751:70 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:859:32 [INFO] [stdout] | [INFO] [stdout] 859 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:859:97 [INFO] [stdout] | [INFO] [stdout] 859 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:873:30 [INFO] [stdout] | [INFO] [stdout] 873 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:873:66 [INFO] [stdout] | [INFO] [stdout] 873 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1082:32 [INFO] [stdout] | [INFO] [stdout] 1082 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1082:97 [INFO] [stdout] | [INFO] [stdout] 1082 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1106:30 [INFO] [stdout] | [INFO] [stdout] 1106 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1106:75 [INFO] [stdout] | [INFO] [stdout] 1106 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1214:32 [INFO] [stdout] | [INFO] [stdout] 1214 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1214:97 [INFO] [stdout] | [INFO] [stdout] 1214 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1228:30 [INFO] [stdout] | [INFO] [stdout] 1228 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1228:76 [INFO] [stdout] | [INFO] [stdout] 1228 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1422:32 [INFO] [stdout] | [INFO] [stdout] 1422 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1422:97 [INFO] [stdout] | [INFO] [stdout] 1422 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1446:30 [INFO] [stdout] | [INFO] [stdout] 1446 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1446:73 [INFO] [stdout] | [INFO] [stdout] 1446 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1606:32 [INFO] [stdout] | [INFO] [stdout] 1606 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1606:97 [INFO] [stdout] | [INFO] [stdout] 1606 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1625:30 [INFO] [stdout] | [INFO] [stdout] 1625 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1625:74 [INFO] [stdout] | [INFO] [stdout] 1625 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1835:32 [INFO] [stdout] | [INFO] [stdout] 1835 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1835:97 [INFO] [stdout] | [INFO] [stdout] 1835 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1859:30 [INFO] [stdout] | [INFO] [stdout] 1859 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1859:75 [INFO] [stdout] | [INFO] [stdout] 1859 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1967:32 [INFO] [stdout] | [INFO] [stdout] 1967 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1967:97 [INFO] [stdout] | [INFO] [stdout] 1967 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1981:30 [INFO] [stdout] | [INFO] [stdout] 1981 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1981:76 [INFO] [stdout] | [INFO] [stdout] 1981 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2175:32 [INFO] [stdout] | [INFO] [stdout] 2175 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2175:97 [INFO] [stdout] | [INFO] [stdout] 2175 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2199:30 [INFO] [stdout] | [INFO] [stdout] 2199 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2199:75 [INFO] [stdout] | [INFO] [stdout] 2199 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2307:32 [INFO] [stdout] | [INFO] [stdout] 2307 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2307:97 [INFO] [stdout] | [INFO] [stdout] 2307 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2321:30 [INFO] [stdout] | [INFO] [stdout] 2321 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2321:76 [INFO] [stdout] | [INFO] [stdout] 2321 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2515:32 [INFO] [stdout] | [INFO] [stdout] 2515 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2515:97 [INFO] [stdout] | [INFO] [stdout] 2515 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2539:30 [INFO] [stdout] | [INFO] [stdout] 2539 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2539:75 [INFO] [stdout] | [INFO] [stdout] 2539 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2677:32 [INFO] [stdout] | [INFO] [stdout] 2677 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2677:97 [INFO] [stdout] | [INFO] [stdout] 2677 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2696:30 [INFO] [stdout] | [INFO] [stdout] 2696 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2696:76 [INFO] [stdout] | [INFO] [stdout] 2696 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3009:32 [INFO] [stdout] | [INFO] [stdout] 3009 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3009:97 [INFO] [stdout] | [INFO] [stdout] 3009 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3038:30 [INFO] [stdout] | [INFO] [stdout] 3038 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3038:73 [INFO] [stdout] | [INFO] [stdout] 3038 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3199:32 [INFO] [stdout] | [INFO] [stdout] 3199 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3199:97 [INFO] [stdout] | [INFO] [stdout] 3199 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3218:30 [INFO] [stdout] | [INFO] [stdout] 3218 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3218:74 [INFO] [stdout] | [INFO] [stdout] 3218 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3368:40 [INFO] [stdout] | [INFO] [stdout] 3368 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3368:110 [INFO] [stdout] | [INFO] [stdout] 3368 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 102 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.02s [INFO] running `Command { std: "docker" "inspect" "22fb6e3e6e131dcdb66dedba726f403dec4566a4501598650337990532574a4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22fb6e3e6e131dcdb66dedba726f403dec4566a4501598650337990532574a4a", kill_on_drop: false }` [INFO] [stdout] 22fb6e3e6e131dcdb66dedba726f403dec4566a4501598650337990532574a4a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b7d30eb5da12eead492b37ca1ae388715303a88356b77346bfba75bd0cd47cb4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b7d30eb5da12eead492b37ca1ae388715303a88356b77346bfba75bd0cd47cb4", kill_on_drop: false }` [INFO] [stderr] Compiling fabric_ledger_protos v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:183:32 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:183:97 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:207:30 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:207:75 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:250:40 [INFO] [stdout] | [INFO] [stdout] 250 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:250:110 [INFO] [stdout] | [INFO] [stdout] 250 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:110:32 [INFO] [stdout] | [INFO] [stdout] 110 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:110:97 [INFO] [stdout] | [INFO] [stdout] 110 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:124:75 [INFO] [stdout] | [INFO] [stdout] 124 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:267:32 [INFO] [stdout] | [INFO] [stdout] 267 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:267:97 [INFO] [stdout] | [INFO] [stdout] 267 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:286:30 [INFO] [stdout] | [INFO] [stdout] 286 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:286:76 [INFO] [stdout] | [INFO] [stdout] 286 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:551:32 [INFO] [stdout] | [INFO] [stdout] 551 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:551:97 [INFO] [stdout] | [INFO] [stdout] 551 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:585:30 [INFO] [stdout] | [INFO] [stdout] 585 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:585:81 [INFO] [stdout] | [INFO] [stdout] 585 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:732:32 [INFO] [stdout] | [INFO] [stdout] 732 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:732:97 [INFO] [stdout] | [INFO] [stdout] 732 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:751:30 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:751:82 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:924:32 [INFO] [stdout] | [INFO] [stdout] 924 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:924:97 [INFO] [stdout] | [INFO] [stdout] 924 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:948:30 [INFO] [stdout] | [INFO] [stdout] 948 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:948:79 [INFO] [stdout] | [INFO] [stdout] 948 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1129:32 [INFO] [stdout] | [INFO] [stdout] 1129 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1129:97 [INFO] [stdout] | [INFO] [stdout] 1129 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1153:30 [INFO] [stdout] | [INFO] [stdout] 1153 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1153:76 [INFO] [stdout] | [INFO] [stdout] 1153 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1261:32 [INFO] [stdout] | [INFO] [stdout] 1261 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1261:97 [INFO] [stdout] | [INFO] [stdout] 1261 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1275:30 [INFO] [stdout] | [INFO] [stdout] 1275 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1275:77 [INFO] [stdout] | [INFO] [stdout] 1275 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1358:40 [INFO] [stdout] | [INFO] [stdout] 1358 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1358:110 [INFO] [stdout] | [INFO] [stdout] 1358 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:183:32 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:183:97 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:207:30 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:207:62 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:504:32 [INFO] [stdout] | [INFO] [stdout] 504 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:504:97 [INFO] [stdout] | [INFO] [stdout] 504 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:543:30 [INFO] [stdout] | [INFO] [stdout] 543 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:543:69 [INFO] [stdout] | [INFO] [stdout] 543 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:727:32 [INFO] [stdout] | [INFO] [stdout] 727 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:727:97 [INFO] [stdout] | [INFO] [stdout] 727 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:751:30 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:751:70 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:859:32 [INFO] [stdout] | [INFO] [stdout] 859 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:859:97 [INFO] [stdout] | [INFO] [stdout] 859 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:873:30 [INFO] [stdout] | [INFO] [stdout] 873 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:873:66 [INFO] [stdout] | [INFO] [stdout] 873 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1082:32 [INFO] [stdout] | [INFO] [stdout] 1082 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1082:97 [INFO] [stdout] | [INFO] [stdout] 1082 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1106:30 [INFO] [stdout] | [INFO] [stdout] 1106 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1106:75 [INFO] [stdout] | [INFO] [stdout] 1106 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1214:32 [INFO] [stdout] | [INFO] [stdout] 1214 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1214:97 [INFO] [stdout] | [INFO] [stdout] 1214 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1228:30 [INFO] [stdout] | [INFO] [stdout] 1228 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1228:76 [INFO] [stdout] | [INFO] [stdout] 1228 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1422:32 [INFO] [stdout] | [INFO] [stdout] 1422 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1422:97 [INFO] [stdout] | [INFO] [stdout] 1422 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1446:30 [INFO] [stdout] | [INFO] [stdout] 1446 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1446:73 [INFO] [stdout] | [INFO] [stdout] 1446 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1606:32 [INFO] [stdout] | [INFO] [stdout] 1606 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1606:97 [INFO] [stdout] | [INFO] [stdout] 1606 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1625:30 [INFO] [stdout] | [INFO] [stdout] 1625 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1625:74 [INFO] [stdout] | [INFO] [stdout] 1625 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1835:32 [INFO] [stdout] | [INFO] [stdout] 1835 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1835:97 [INFO] [stdout] | [INFO] [stdout] 1835 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1859:30 [INFO] [stdout] | [INFO] [stdout] 1859 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1859:75 [INFO] [stdout] | [INFO] [stdout] 1859 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1967:32 [INFO] [stdout] | [INFO] [stdout] 1967 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1967:97 [INFO] [stdout] | [INFO] [stdout] 1967 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1981:30 [INFO] [stdout] | [INFO] [stdout] 1981 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1981:76 [INFO] [stdout] | [INFO] [stdout] 1981 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2175:32 [INFO] [stdout] | [INFO] [stdout] 2175 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2175:97 [INFO] [stdout] | [INFO] [stdout] 2175 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2199:30 [INFO] [stdout] | [INFO] [stdout] 2199 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2199:75 [INFO] [stdout] | [INFO] [stdout] 2199 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2307:32 [INFO] [stdout] | [INFO] [stdout] 2307 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2307:97 [INFO] [stdout] | [INFO] [stdout] 2307 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2321:30 [INFO] [stdout] | [INFO] [stdout] 2321 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2321:76 [INFO] [stdout] | [INFO] [stdout] 2321 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2515:32 [INFO] [stdout] | [INFO] [stdout] 2515 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2515:97 [INFO] [stdout] | [INFO] [stdout] 2515 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2539:30 [INFO] [stdout] | [INFO] [stdout] 2539 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2539:75 [INFO] [stdout] | [INFO] [stdout] 2539 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2677:32 [INFO] [stdout] | [INFO] [stdout] 2677 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2677:97 [INFO] [stdout] | [INFO] [stdout] 2677 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2696:30 [INFO] [stdout] | [INFO] [stdout] 2696 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2696:76 [INFO] [stdout] | [INFO] [stdout] 2696 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3009:32 [INFO] [stdout] | [INFO] [stdout] 3009 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3009:97 [INFO] [stdout] | [INFO] [stdout] 3009 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3038:30 [INFO] [stdout] | [INFO] [stdout] 3038 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3038:73 [INFO] [stdout] | [INFO] [stdout] 3038 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3199:32 [INFO] [stdout] | [INFO] [stdout] 3199 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3199:97 [INFO] [stdout] | [INFO] [stdout] 3199 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3218:30 [INFO] [stdout] | [INFO] [stdout] 3218 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3218:74 [INFO] [stdout] | [INFO] [stdout] 3218 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3368:40 [INFO] [stdout] | [INFO] [stdout] 3368 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3368:110 [INFO] [stdout] | [INFO] [stdout] 3368 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 102 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:183:32 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:183:97 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:207:30 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:207:75 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:250:40 [INFO] [stdout] | [INFO] [stdout] 250 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/common_messages.rs:250:110 [INFO] [stdout] | [INFO] [stdout] 250 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:110:32 [INFO] [stdout] | [INFO] [stdout] 110 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:110:97 [INFO] [stdout] | [INFO] [stdout] 110 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:124:75 [INFO] [stdout] | [INFO] [stdout] 124 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:267:32 [INFO] [stdout] | [INFO] [stdout] 267 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:267:97 [INFO] [stdout] | [INFO] [stdout] 267 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:286:30 [INFO] [stdout] | [INFO] [stdout] 286 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:286:76 [INFO] [stdout] | [INFO] [stdout] 286 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:551:32 [INFO] [stdout] | [INFO] [stdout] 551 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:551:97 [INFO] [stdout] | [INFO] [stdout] 551 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:585:30 [INFO] [stdout] | [INFO] [stdout] 585 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:585:81 [INFO] [stdout] | [INFO] [stdout] 585 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:732:32 [INFO] [stdout] | [INFO] [stdout] 732 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:732:97 [INFO] [stdout] | [INFO] [stdout] 732 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:751:30 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:751:82 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:924:32 [INFO] [stdout] | [INFO] [stdout] 924 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:924:97 [INFO] [stdout] | [INFO] [stdout] 924 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:948:30 [INFO] [stdout] | [INFO] [stdout] 948 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:948:79 [INFO] [stdout] | [INFO] [stdout] 948 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1129:32 [INFO] [stdout] | [INFO] [stdout] 1129 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1129:97 [INFO] [stdout] | [INFO] [stdout] 1129 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1153:30 [INFO] [stdout] | [INFO] [stdout] 1153 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1153:76 [INFO] [stdout] | [INFO] [stdout] 1153 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1261:32 [INFO] [stdout] | [INFO] [stdout] 1261 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1261:97 [INFO] [stdout] | [INFO] [stdout] 1261 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1275:30 [INFO] [stdout] | [INFO] [stdout] 1275 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1275:77 [INFO] [stdout] | [INFO] [stdout] 1275 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1358:40 [INFO] [stdout] | [INFO] [stdout] 1358 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/contract_messages.rs:1358:110 [INFO] [stdout] | [INFO] [stdout] 1358 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:183:32 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:183:97 [INFO] [stdout] | [INFO] [stdout] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:207:30 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:207:62 [INFO] [stdout] | [INFO] [stdout] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:504:32 [INFO] [stdout] | [INFO] [stdout] 504 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:504:97 [INFO] [stdout] | [INFO] [stdout] 504 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:543:30 [INFO] [stdout] | [INFO] [stdout] 543 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:543:69 [INFO] [stdout] | [INFO] [stdout] 543 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:727:32 [INFO] [stdout] | [INFO] [stdout] 727 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:727:97 [INFO] [stdout] | [INFO] [stdout] 727 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:751:30 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:751:70 [INFO] [stdout] | [INFO] [stdout] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:859:32 [INFO] [stdout] | [INFO] [stdout] 859 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:859:97 [INFO] [stdout] | [INFO] [stdout] 859 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:873:30 [INFO] [stdout] | [INFO] [stdout] 873 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:873:66 [INFO] [stdout] | [INFO] [stdout] 873 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1082:32 [INFO] [stdout] | [INFO] [stdout] 1082 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1082:97 [INFO] [stdout] | [INFO] [stdout] 1082 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1106:30 [INFO] [stdout] | [INFO] [stdout] 1106 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1106:75 [INFO] [stdout] | [INFO] [stdout] 1106 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1214:32 [INFO] [stdout] | [INFO] [stdout] 1214 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1214:97 [INFO] [stdout] | [INFO] [stdout] 1214 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1228:30 [INFO] [stdout] | [INFO] [stdout] 1228 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1228:76 [INFO] [stdout] | [INFO] [stdout] 1228 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1422:32 [INFO] [stdout] | [INFO] [stdout] 1422 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1422:97 [INFO] [stdout] | [INFO] [stdout] 1422 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1446:30 [INFO] [stdout] | [INFO] [stdout] 1446 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1446:73 [INFO] [stdout] | [INFO] [stdout] 1446 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1606:32 [INFO] [stdout] | [INFO] [stdout] 1606 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1606:97 [INFO] [stdout] | [INFO] [stdout] 1606 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1625:30 [INFO] [stdout] | [INFO] [stdout] 1625 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1625:74 [INFO] [stdout] | [INFO] [stdout] 1625 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1835:32 [INFO] [stdout] | [INFO] [stdout] 1835 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1835:97 [INFO] [stdout] | [INFO] [stdout] 1835 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1859:30 [INFO] [stdout] | [INFO] [stdout] 1859 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1859:75 [INFO] [stdout] | [INFO] [stdout] 1859 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1967:32 [INFO] [stdout] | [INFO] [stdout] 1967 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1967:97 [INFO] [stdout] | [INFO] [stdout] 1967 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1981:30 [INFO] [stdout] | [INFO] [stdout] 1981 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:1981:76 [INFO] [stdout] | [INFO] [stdout] 1981 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2175:32 [INFO] [stdout] | [INFO] [stdout] 2175 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2175:97 [INFO] [stdout] | [INFO] [stdout] 2175 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2199:30 [INFO] [stdout] | [INFO] [stdout] 2199 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2199:75 [INFO] [stdout] | [INFO] [stdout] 2199 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2307:32 [INFO] [stdout] | [INFO] [stdout] 2307 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2307:97 [INFO] [stdout] | [INFO] [stdout] 2307 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2321:30 [INFO] [stdout] | [INFO] [stdout] 2321 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2321:76 [INFO] [stdout] | [INFO] [stdout] 2321 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2515:32 [INFO] [stdout] | [INFO] [stdout] 2515 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2515:97 [INFO] [stdout] | [INFO] [stdout] 2515 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2539:30 [INFO] [stdout] | [INFO] [stdout] 2539 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2539:75 [INFO] [stdout] | [INFO] [stdout] 2539 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2677:32 [INFO] [stdout] | [INFO] [stdout] 2677 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2677:97 [INFO] [stdout] | [INFO] [stdout] 2677 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2696:30 [INFO] [stdout] | [INFO] [stdout] 2696 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:2696:76 [INFO] [stdout] | [INFO] [stdout] 2696 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3009:32 [INFO] [stdout] | [INFO] [stdout] 3009 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3009:97 [INFO] [stdout] | [INFO] [stdout] 3009 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3038:30 [INFO] [stdout] | [INFO] [stdout] 3038 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3038:73 [INFO] [stdout] | [INFO] [stdout] 3038 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3199:32 [INFO] [stdout] | [INFO] [stdout] 3199 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3199:97 [INFO] [stdout] | [INFO] [stdout] 3199 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3218:30 [INFO] [stdout] | [INFO] [stdout] 3218 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3218:74 [INFO] [stdout] | [INFO] [stdout] 3218 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3368:40 [INFO] [stdout] | [INFO] [stdout] 3368 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/ledger_messages.rs:3368:110 [INFO] [stdout] | [INFO] [stdout] 3368 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 102 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.56s [INFO] running `Command { std: "docker" "inspect" "b7d30eb5da12eead492b37ca1ae388715303a88356b77346bfba75bd0cd47cb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7d30eb5da12eead492b37ca1ae388715303a88356b77346bfba75bd0cd47cb4", kill_on_drop: false }` [INFO] [stdout] b7d30eb5da12eead492b37ca1ae388715303a88356b77346bfba75bd0cd47cb4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e85a011a907d961c28e6423891405d670c1033e70adce3ae43c7f08fc5e4d637 [INFO] running `Command { std: "docker" "start" "-a" "e85a011a907d961c28e6423891405d670c1033e70adce3ae43c7f08fc5e4d637", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:183:97 [INFO] [stderr] | [INFO] [stderr] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:207:30 [INFO] [stderr] | [INFO] [stderr] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:207:75 [INFO] [stderr] | [INFO] [stderr] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:250:40 [INFO] [stderr] | [INFO] [stderr] 250 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:250:110 [INFO] [stderr] | [INFO] [stderr] 250 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:183:97 [INFO] [stderr] | [INFO] [stderr] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:110:32 [INFO] [stderr] | [INFO] [stderr] 110 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:207:30 [INFO] [stderr] | [INFO] [stderr] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:207:75 [INFO] [stderr] | [INFO] [stderr] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:110:97 [INFO] [stderr] | [INFO] [stderr] 110 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:124:30 [INFO] [stderr] | [INFO] [stderr] 124 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:250:40 [INFO] [stderr] | [INFO] [stderr] 250 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:124:75 [INFO] [stderr] | [INFO] [stderr] 124 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/common_messages.rs:250:110 [INFO] [stderr] | [INFO] [stderr] 250 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:267:32 [INFO] [stderr] | [INFO] [stderr] 267 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:110:32 [INFO] [stderr] | [INFO] [stderr] 110 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:267:97 [INFO] [stderr] | [INFO] [stderr] 267 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:110:97 [INFO] [stderr] | [INFO] [stderr] 110 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:286:30 [INFO] [stderr] | [INFO] [stderr] 286 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:124:30 [INFO] [stderr] | [INFO] [stderr] 124 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:286:76 [INFO] [stderr] | [INFO] [stderr] 286 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:124:75 [INFO] [stderr] | [INFO] [stderr] 124 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:551:32 [INFO] [stderr] | [INFO] [stderr] 551 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:267:32 [INFO] [stderr] | [INFO] [stderr] 267 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:551:97 [INFO] [stderr] | [INFO] [stderr] 551 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:267:97 [INFO] [stderr] | [INFO] [stderr] 267 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:286:30 [INFO] [stderr] | [INFO] [stderr] 286 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:585:30 [INFO] [stderr] | [INFO] [stderr] 585 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:286:76 [INFO] [stderr] | [INFO] [stderr] 286 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:585:81 [INFO] [stderr] | [INFO] [stderr] 585 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:551:32 [INFO] [stderr] | [INFO] [stderr] 551 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:732:32 [INFO] [stderr] | [INFO] [stderr] 732 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:551:97 [INFO] [stderr] | [INFO] [stderr] 551 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:732:97 [INFO] [stderr] | [INFO] [stderr] 732 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:585:30 [INFO] [stderr] | [INFO] [stderr] 585 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:751:30 [INFO] [stderr] | [INFO] [stderr] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:585:81 [INFO] [stderr] | [INFO] [stderr] 585 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:732:32 [INFO] [stderr] | [INFO] [stderr] 732 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:751:82 [INFO] [stderr] | [INFO] [stderr] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:732:97 [INFO] [stderr] | [INFO] [stderr] 732 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:924:32 [INFO] [stderr] | [INFO] [stderr] 924 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:751:30 [INFO] [stderr] | [INFO] [stderr] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:924:97 [INFO] [stderr] | [INFO] [stderr] 924 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:751:82 [INFO] [stderr] | [INFO] [stderr] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:948:30 [INFO] [stderr] | [INFO] [stderr] 948 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:924:32 [INFO] [stderr] | [INFO] [stderr] 924 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:948:79 [INFO] [stderr] | [INFO] [stderr] 948 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:924:97 [INFO] [stderr] | [INFO] [stderr] 924 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1129:32 [INFO] [stderr] | [INFO] [stderr] 1129 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:948:30 [INFO] [stderr] | [INFO] [stderr] 948 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1129:97 [INFO] [stderr] | [INFO] [stderr] 1129 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:948:79 [INFO] [stderr] | [INFO] [stderr] 948 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1153:30 [INFO] [stderr] | [INFO] [stderr] 1153 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1129:32 [INFO] [stderr] | [INFO] [stderr] 1129 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1153:76 [INFO] [stderr] | [INFO] [stderr] 1153 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1129:97 [INFO] [stderr] | [INFO] [stderr] 1129 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1261:32 [INFO] [stderr] | [INFO] [stderr] 1261 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1153:30 [INFO] [stderr] | [INFO] [stderr] 1153 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1261:97 [INFO] [stderr] | [INFO] [stderr] 1261 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1153:76 [INFO] [stderr] | [INFO] [stderr] 1153 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1275:30 [INFO] [stderr] | [INFO] [stderr] 1275 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1261:32 [INFO] [stderr] | [INFO] [stderr] 1261 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1275:77 [INFO] [stderr] | [INFO] [stderr] 1275 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1261:97 [INFO] [stderr] | [INFO] [stderr] 1261 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1358:40 [INFO] [stderr] | [INFO] [stderr] 1358 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1275:30 [INFO] [stderr] | [INFO] [stderr] 1275 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1358:110 [INFO] [stderr] | [INFO] [stderr] 1358 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1275:77 [INFO] [stderr] | [INFO] [stderr] 1275 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1358:40 [INFO] [stderr] | [INFO] [stderr] 1358 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:183:97 [INFO] [stderr] | [INFO] [stderr] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/contract_messages.rs:1358:110 [INFO] [stderr] | [INFO] [stderr] 1358 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:207:30 [INFO] [stderr] | [INFO] [stderr] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:207:62 [INFO] [stderr] | [INFO] [stderr] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:183:97 [INFO] [stderr] | [INFO] [stderr] 183 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:504:32 [INFO] [stderr] | [INFO] [stderr] 504 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:207:30 [INFO] [stderr] | [INFO] [stderr] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:504:97 [INFO] [stderr] | [INFO] [stderr] 504 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:543:30 [INFO] [stderr] | [INFO] [stderr] 543 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:207:62 [INFO] [stderr] | [INFO] [stderr] 207 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:543:69 [INFO] [stderr] | [INFO] [stderr] 543 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:504:32 [INFO] [stderr] | [INFO] [stderr] 504 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:727:32 [INFO] [stderr] | [INFO] [stderr] 727 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:504:97 [INFO] [stderr] | [INFO] [stderr] 504 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:543:30 [INFO] [stderr] | [INFO] [stderr] 543 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:727:97 [INFO] [stderr] | [INFO] [stderr] 727 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:751:30 [INFO] [stderr] | [INFO] [stderr] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:543:69 [INFO] [stderr] | [INFO] [stderr] 543 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:751:70 [INFO] [stderr] | [INFO] [stderr] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:727:32 [INFO] [stderr] | [INFO] [stderr] 727 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:859:32 [INFO] [stderr] | [INFO] [stderr] 859 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:727:97 [INFO] [stderr] | [INFO] [stderr] 727 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:751:30 [INFO] [stderr] | [INFO] [stderr] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:859:97 [INFO] [stderr] | [INFO] [stderr] 859 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:751:70 [INFO] [stderr] | [INFO] [stderr] 751 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:873:30 [INFO] [stderr] | [INFO] [stderr] 873 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:859:32 [INFO] [stderr] | [INFO] [stderr] 859 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:859:97 [INFO] [stderr] | [INFO] [stderr] 859 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:873:30 [INFO] [stderr] | [INFO] [stderr] 873 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:873:66 [INFO] [stderr] | [INFO] [stderr] 873 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1082:32 [INFO] [stderr] | [INFO] [stderr] 1082 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1082:97 [INFO] [stderr] | [INFO] [stderr] 1082 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1106:30 [INFO] [stderr] | [INFO] [stderr] 1106 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1106:75 [INFO] [stderr] | [INFO] [stderr] 1106 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1214:32 [INFO] [stderr] | [INFO] [stderr] 1214 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1214:97 [INFO] [stderr] | [INFO] [stderr] 1214 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1228:30 [INFO] [stderr] | [INFO] [stderr] 1228 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1228:76 [INFO] [stderr] | [INFO] [stderr] 1228 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1422:32 [INFO] [stderr] | [INFO] [stderr] 1422 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1422:97 [INFO] [stderr] | [INFO] [stderr] 1422 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1446:30 [INFO] [stderr] | [INFO] [stderr] 1446 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1446:73 [INFO] [stderr] | [INFO] [stderr] 1446 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1606:32 [INFO] [stderr] | [INFO] [stderr] 1606 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1606:97 [INFO] [stderr] | [INFO] [stderr] 1606 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1625:30 [INFO] [stderr] | [INFO] [stderr] 1625 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1625:74 [INFO] [stderr] | [INFO] [stderr] 1625 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1835:32 [INFO] [stderr] | [INFO] [stderr] 1835 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1835:97 [INFO] [stderr] | [INFO] [stderr] 1835 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1859:30 [INFO] [stderr] | [INFO] [stderr] 1859 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1859:75 [INFO] [stderr] | [INFO] [stderr] 1859 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1967:32 [INFO] [stderr] | [INFO] [stderr] 1967 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1967:97 [INFO] [stderr] | [INFO] [stderr] 1967 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1981:30 [INFO] [stderr] | [INFO] [stderr] 1981 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1981:76 [INFO] [stderr] | [INFO] [stderr] 1981 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2175:32 [INFO] [stderr] | [INFO] [stderr] 2175 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2175:97 [INFO] [stderr] | [INFO] [stderr] 2175 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2199:30 [INFO] [stderr] | [INFO] [stderr] 2199 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2199:75 [INFO] [stderr] | [INFO] [stderr] 2199 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2307:32 [INFO] [stderr] | [INFO] [stderr] 2307 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2307:97 [INFO] [stderr] | [INFO] [stderr] 2307 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2321:30 [INFO] [stderr] | [INFO] [stderr] 2321 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2321:76 [INFO] [stderr] | [INFO] [stderr] 2321 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2515:32 [INFO] [stderr] | [INFO] [stderr] 2515 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2515:97 [INFO] [stderr] | [INFO] [stderr] 2515 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2539:30 [INFO] [stderr] | [INFO] [stderr] 2539 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2539:75 [INFO] [stderr] | [INFO] [stderr] 2539 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2677:32 [INFO] [stderr] | [INFO] [stderr] 2677 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2677:97 [INFO] [stderr] | [INFO] [stderr] 2677 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2696:30 [INFO] [stderr] | [INFO] [stderr] 2696 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2696:76 [INFO] [stderr] | [INFO] [stderr] 2696 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3009:32 [INFO] [stderr] | [INFO] [stderr] 3009 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3009:97 [INFO] [stderr] | [INFO] [stderr] 3009 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3038:30 [INFO] [stderr] | [INFO] [stderr] 3038 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3038:73 [INFO] [stderr] | [INFO] [stderr] 3038 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3199:32 [INFO] [stderr] | [INFO] [stderr] 3199 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3199:97 [INFO] [stderr] | [INFO] [stderr] 3199 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3218:30 [INFO] [stderr] | [INFO] [stderr] 3218 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3218:74 [INFO] [stderr] | [INFO] [stderr] 3218 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3368:40 [INFO] [stderr] | [INFO] [stderr] 3368 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3368:110 [INFO] [stderr] | [INFO] [stderr] 3368 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 102 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:873:66 [INFO] [stderr] | [INFO] [stderr] 873 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1082:32 [INFO] [stderr] | [INFO] [stderr] 1082 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1082:97 [INFO] [stderr] | [INFO] [stderr] 1082 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1106:30 [INFO] [stderr] | [INFO] [stderr] 1106 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1106:75 [INFO] [stderr] | [INFO] [stderr] 1106 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1214:32 [INFO] [stderr] | [INFO] [stderr] 1214 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1214:97 [INFO] [stderr] | [INFO] [stderr] 1214 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1228:30 [INFO] [stderr] | [INFO] [stderr] 1228 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1228:76 [INFO] [stderr] | [INFO] [stderr] 1228 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1422:32 [INFO] [stderr] | [INFO] [stderr] 1422 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1422:97 [INFO] [stderr] | [INFO] [stderr] 1422 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1446:30 [INFO] [stderr] | [INFO] [stderr] 1446 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1446:73 [INFO] [stderr] | [INFO] [stderr] 1446 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1606:32 [INFO] [stderr] | [INFO] [stderr] 1606 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1606:97 [INFO] [stderr] | [INFO] [stderr] 1606 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1625:30 [INFO] [stderr] | [INFO] [stderr] 1625 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1625:74 [INFO] [stderr] | [INFO] [stderr] 1625 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1835:32 [INFO] [stderr] | [INFO] [stderr] 1835 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1835:97 [INFO] [stderr] | [INFO] [stderr] 1835 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1859:30 [INFO] [stderr] | [INFO] [stderr] 1859 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1859:75 [INFO] [stderr] | [INFO] [stderr] 1859 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1967:32 [INFO] [stderr] | [INFO] [stderr] 1967 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1967:97 [INFO] [stderr] | [INFO] [stderr] 1967 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1981:30 [INFO] [stderr] | [INFO] [stderr] 1981 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:1981:76 [INFO] [stderr] | [INFO] [stderr] 1981 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2175:32 [INFO] [stderr] | [INFO] [stderr] 2175 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2175:97 [INFO] [stderr] | [INFO] [stderr] 2175 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2199:30 [INFO] [stderr] | [INFO] [stderr] 2199 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2199:75 [INFO] [stderr] | [INFO] [stderr] 2199 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2307:32 [INFO] [stderr] | [INFO] [stderr] 2307 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2307:97 [INFO] [stderr] | [INFO] [stderr] 2307 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2321:30 [INFO] [stderr] | [INFO] [stderr] 2321 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2321:76 [INFO] [stderr] | [INFO] [stderr] 2321 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2515:32 [INFO] [stderr] | [INFO] [stderr] 2515 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2515:97 [INFO] [stderr] | [INFO] [stderr] 2515 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2539:30 [INFO] [stderr] | [INFO] [stderr] 2539 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2539:75 [INFO] [stderr] | [INFO] [stderr] 2539 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2677:32 [INFO] [stderr] | [INFO] [stderr] 2677 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2677:97 [INFO] [stderr] | [INFO] [stderr] 2677 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2696:30 [INFO] [stderr] | [INFO] [stderr] 2696 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:2696:76 [INFO] [stderr] | [INFO] [stderr] 2696 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3009:32 [INFO] [stderr] | [INFO] [stderr] 3009 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3009:97 [INFO] [stderr] | [INFO] [stderr] 3009 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3038:30 [INFO] [stderr] | [INFO] [stderr] 3038 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3038:73 [INFO] [stderr] | [INFO] [stderr] 3038 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3199:32 [INFO] [stderr] | [INFO] [stderr] 3199 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3199:97 [INFO] [stderr] | [INFO] [stderr] 3199 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3218:30 [INFO] [stderr] | [INFO] [stderr] 3218 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3218:74 [INFO] [stderr] | [INFO] [stderr] 3218 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3368:40 [INFO] [stderr] | [INFO] [stderr] 3368 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::Lazy': Please regenerate .rs files from .proto files to use newer APIs [INFO] [stderr] --> src/ledger_messages.rs:3368:110 [INFO] [stderr] | [INFO] [stderr] 3368 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 102 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fabric_ledger_protos-825e83d98ba523a4 [INFO] [stdout] [INFO] [stderr] Doc-tests fabric_ledger_protos [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e85a011a907d961c28e6423891405d670c1033e70adce3ae43c7f08fc5e4d637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e85a011a907d961c28e6423891405d670c1033e70adce3ae43c7f08fc5e4d637", kill_on_drop: false }` [INFO] [stdout] e85a011a907d961c28e6423891405d670c1033e70adce3ae43c7f08fc5e4d637