[INFO] cloning repository https://github.com/candela-network/create-soroban-project
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/candela-network/create-soroban-project" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcandela-network%2Fcreate-soroban-project", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcandela-network%2Fcreate-soroban-project'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f87d4e5c862f60b1dfcf5eb48beefccf1169b3fc
[INFO] checking candela-network/create-soroban-project/f87d4e5c862f60b1dfcf5eb48beefccf1169b3fc against master#e22dab387f6b4f6a87dfc54ac2f6013dddb41e68 for pr-136776-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcandela-network%2Fcreate-soroban-project" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/candela-network/create-soroban-project
[INFO] finished tweaking git repo https://github.com/candela-network/create-soroban-project
[INFO] tweaked toml for git repo https://github.com/candela-network/create-soroban-project written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/candela-network/create-soroban-project on toolchain e22dab387f6b4f6a87dfc54ac2f6013dddb41e68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 152 packages to latest compatible versions
[INFO] [stderr]       Adding arbitrary v1.3.2 (available: v1.4.2)
[INFO] [stderr]       Adding backtrace v0.3.69 (available: v0.3.76)
[INFO] [stderr]       Adding crypto-common v0.1.6 (available: v0.1.7)
[INFO] [stderr]       Adding curve25519-dalek v4.1.2 (available: v4.1.3)
[INFO] [stderr]       Adding darling v0.20.10 (available: v0.20.11)
[INFO] [stderr]       Adding darling_core v0.20.10 (available: v0.20.11)
[INFO] [stderr]       Adding darling_macro v0.20.10 (available: v0.20.11)
[INFO] [stderr]       Adding deranged v0.5.3 (available: v0.5.5)
[INFO] [stderr]       Adding ed25519-dalek v2.0.0 (available: v2.2.0)
[INFO] [stderr]       Adding ethnum v1.5.0 (available: v1.5.2)
[INFO] [stderr]       Adding getrandom v0.2.11 (available: v0.2.16)
[INFO] [stderr]       Adding indexmap v2.11.1 (available: v2.12.1)
[INFO] [stderr]       Adding k256 v0.13.1 (available: v0.13.4)
[INFO] [stderr]       Adding num-bigint v0.4.4 (available: v0.4.6)
[INFO] [stderr]       Adding num-derive v0.4.1 (available: v0.4.2)
[INFO] [stderr]       Adding num-integer v0.1.45 (available: v0.1.46)
[INFO] [stderr]       Adding num-traits v0.2.17 (available: v0.2.19)
[INFO] [stderr]       Adding ppv-lite86 v0.2.20 (available: v0.2.21)
[INFO] [stderr]       Adding prettyplease v0.2.15 (available: v0.2.37)
[INFO] [stderr]       Adding proc-macro2 v1.0.69 (available: v1.0.103)
[INFO] [stderr]       Adding quote v1.0.33 (available: v1.0.42)
[INFO] [stderr]       Adding serde v1.0.192 (available: v1.0.228)
[INFO] [stderr]       Adding serde_derive v1.0.192 (available: v1.0.228)
[INFO] [stderr]       Adding serde_json v1.0.108 (available: v1.0.145)
[INFO] [stderr]       Adding serde_with v3.12.0 (available: v3.16.0)
[INFO] [stderr]       Adding serde_with_macros v3.12.0 (available: v3.16.0)
[INFO] [stderr]       Adding sha2 v0.10.8 (available: v0.10.9)
[INFO] [stderr]       Adding soroban-sdk v20.5.0 (available: v23.2.1)
[INFO] [stderr]       Adding syn v2.0.39 (available: v2.0.111)
[INFO] [stderr]       Adding thiserror v1.0.55 (available: v1.0.69)
[INFO] [stderr]       Adding thiserror-impl v1.0.55 (available: v1.0.69)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded soroban-spec-rust v20.5.0
[INFO] [stderr]   Downloaded deranged v0.5.3
[INFO] [stderr]   Downloaded soroban-env-guest v20.3.0
[INFO] [stderr]   Downloaded soroban-env-macros v20.3.0
[INFO] [stderr]   Downloaded soroban-sdk-macros v20.5.0
[INFO] [stderr]   Downloaded soroban-builtin-sdk-macros v20.3.0
[INFO] [stderr]   Downloaded soroban-ledger-snapshot v20.5.0
[INFO] [stderr]   Downloaded soroban-spec v20.5.0
[INFO] [stderr]   Downloaded platforms v3.7.0
[INFO] [stderr]   Downloaded soroban-env-common v20.3.0
[INFO] [stderr]   Downloaded wasmparser v0.88.0
[INFO] [stderr]   Downloaded soroban-sdk v20.5.0
[INFO] [stderr]   Downloaded ed25519-dalek v2.0.0
[INFO] [stderr]   Downloaded soroban-env-host v20.3.0
[INFO] [stderr]   Downloaded stellar-xdr v20.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0089ce9ffe9d749922094e910a8b77ce497f9504b984e143fd46951f50aa1694
[INFO] running `Command { std: "docker" "start" "-a" "0089ce9ffe9d749922094e910a8b77ce497f9504b984e143fd46951f50aa1694", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0089ce9ffe9d749922094e910a8b77ce497f9504b984e143fd46951f50aa1694", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0089ce9ffe9d749922094e910a8b77ce497f9504b984e143fd46951f50aa1694", kill_on_drop: false }`
[INFO] [stdout] 0089ce9ffe9d749922094e910a8b77ce497f9504b984e143fd46951f50aa1694
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d9cd599b95879e8b5bad946b19c35346cf4ac5a11dec263e4b2f03b8508e2c7a
[INFO] running `Command { std: "docker" "start" "-a" "d9cd599b95879e8b5bad946b19c35346cf4ac5a11dec263e4b2f03b8508e2c7a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling serde v1.0.192
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling thiserror v1.0.55
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling base32 v0.4.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling platforms v3.7.0
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.2
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]     Checking wasmi_core v0.13.0
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling prettyplease v0.2.15
[INFO] [stderr]     Checking soroban-wasmi v0.31.1-soroban.20.0.1
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling wasmparser v0.88.0
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling soroban-env-host v20.3.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking ethnum v1.5.0
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking k256 v0.13.1
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive v1.0.192
[INFO] [stderr]    Compiling thiserror-impl v1.0.55
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling num-derive v0.4.1
[INFO] [stderr]    Compiling derive_arbitrary v1.4.2
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling soroban-builtin-sdk-macros v20.3.0
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]    Compiling bytes-lit v0.0.5
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking arbitrary v1.3.2
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]     Checking ed25519-dalek v2.0.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking serde_with v3.12.0
[INFO] [stderr]    Compiling crate-git-revision v0.0.6
[INFO] [stderr]    Compiling stellar-strkey v0.0.8
[INFO] [stderr]    Compiling stellar-xdr v20.1.0
[INFO] [stderr]    Compiling soroban-env-common v20.3.0
[INFO] [stderr]    Compiling soroban-sdk-macros v20.5.0
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:935:42
[INFO] [stdout]     |
[INFO] [stdout] 935 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]     |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:935:42
[INFO] [stdout]     |
[INFO] [stdout] 935 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:1342:42
[INFO] [stdout]      |
[INFO] [stdout] 1342 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:1342:42
[INFO] [stdout]      |
[INFO] [stdout] 1342 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:1723:42
[INFO] [stdout]      |
[INFO] [stdout] 1723 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:1723:42
[INFO] [stdout]      |
[INFO] [stdout] 1723 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:2754:42
[INFO] [stdout]      |
[INFO] [stdout] 2754 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:2754:42
[INFO] [stdout]      |
[INFO] [stdout] 2754 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:2863:42
[INFO] [stdout]      |
[INFO] [stdout] 2863 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:2863:42
[INFO] [stdout]      |
[INFO] [stdout] 2863 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3027:42
[INFO] [stdout]      |
[INFO] [stdout] 3027 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3027:42
[INFO] [stdout]      |
[INFO] [stdout] 3027 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3079:42
[INFO] [stdout]      |
[INFO] [stdout] 3079 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3079:42
[INFO] [stdout]      |
[INFO] [stdout] 3079 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3139:42
[INFO] [stdout]      |
[INFO] [stdout] 3139 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3139:42
[INFO] [stdout]      |
[INFO] [stdout] 3139 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3194:42
[INFO] [stdout]      |
[INFO] [stdout] 3194 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3194:42
[INFO] [stdout]      |
[INFO] [stdout] 3194 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3269:42
[INFO] [stdout]      |
[INFO] [stdout] 3269 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3269:42
[INFO] [stdout]      |
[INFO] [stdout] 3269 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3423:42
[INFO] [stdout]      |
[INFO] [stdout] 3423 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3423:42
[INFO] [stdout]      |
[INFO] [stdout] 3423 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3471:42
[INFO] [stdout]      |
[INFO] [stdout] 3471 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3471:42
[INFO] [stdout]      |
[INFO] [stdout] 3471 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3517:42
[INFO] [stdout]      |
[INFO] [stdout] 3517 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3517:42
[INFO] [stdout]      |
[INFO] [stdout] 3517 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3565:42
[INFO] [stdout]      |
[INFO] [stdout] 3565 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3565:42
[INFO] [stdout]      |
[INFO] [stdout] 3565 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3615:42
[INFO] [stdout]      |
[INFO] [stdout] 3615 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3615:42
[INFO] [stdout]      |
[INFO] [stdout] 3615 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3696:42
[INFO] [stdout]      |
[INFO] [stdout] 3696 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3696:42
[INFO] [stdout]      |
[INFO] [stdout] 3696 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3779:42
[INFO] [stdout]      |
[INFO] [stdout] 3779 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3779:42
[INFO] [stdout]      |
[INFO] [stdout] 3779 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3823:42
[INFO] [stdout]      |
[INFO] [stdout] 3823 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3823:42
[INFO] [stdout]      |
[INFO] [stdout] 3823 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3873:42
[INFO] [stdout]      |
[INFO] [stdout] 3873 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3873:42
[INFO] [stdout]      |
[INFO] [stdout] 3873 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4186:42
[INFO] [stdout]      |
[INFO] [stdout] 4186 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4186:42
[INFO] [stdout]      |
[INFO] [stdout] 4186 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4253:42
[INFO] [stdout]      |
[INFO] [stdout] 4253 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4253:42
[INFO] [stdout]      |
[INFO] [stdout] 4253 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4322:42
[INFO] [stdout]      |
[INFO] [stdout] 4322 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4322:42
[INFO] [stdout]      |
[INFO] [stdout] 4322 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4374:42
[INFO] [stdout]      |
[INFO] [stdout] 4374 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4374:42
[INFO] [stdout]      |
[INFO] [stdout] 4374 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4693:42
[INFO] [stdout]      |
[INFO] [stdout] 4693 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4693:42
[INFO] [stdout]      |
[INFO] [stdout] 4693 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5021:42
[INFO] [stdout]      |
[INFO] [stdout] 5021 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5021:42
[INFO] [stdout]      |
[INFO] [stdout] 5021 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5122:42
[INFO] [stdout]      |
[INFO] [stdout] 5122 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5122:42
[INFO] [stdout]      |
[INFO] [stdout] 5122 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5269:42
[INFO] [stdout]      |
[INFO] [stdout] 5269 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5269:42
[INFO] [stdout]      |
[INFO] [stdout] 5269 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5630:42
[INFO] [stdout]      |
[INFO] [stdout] 5630 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5630:42
[INFO] [stdout]      |
[INFO] [stdout] 5630 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5672:42
[INFO] [stdout]      |
[INFO] [stdout] 5672 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5672:42
[INFO] [stdout]      |
[INFO] [stdout] 5672 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5716:42
[INFO] [stdout]      |
[INFO] [stdout] 5716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5716:42
[INFO] [stdout]      |
[INFO] [stdout] 5716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5758:42
[INFO] [stdout]      |
[INFO] [stdout] 5758 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5758:42
[INFO] [stdout]      |
[INFO] [stdout] 5758 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5802:42
[INFO] [stdout]      |
[INFO] [stdout] 5802 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5802:42
[INFO] [stdout]      |
[INFO] [stdout] 5802 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5843:42
[INFO] [stdout]      |
[INFO] [stdout] 5843 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5843:42
[INFO] [stdout]      |
[INFO] [stdout] 5843 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5884:42
[INFO] [stdout]      |
[INFO] [stdout] 5884 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5884:42
[INFO] [stdout]      |
[INFO] [stdout] 5884 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5958:42
[INFO] [stdout]      |
[INFO] [stdout] 5958 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5958:42
[INFO] [stdout]      |
[INFO] [stdout] 5958 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6230:42
[INFO] [stdout]      |
[INFO] [stdout] 6230 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6230:42
[INFO] [stdout]      |
[INFO] [stdout] 6230 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6280:42
[INFO] [stdout]      |
[INFO] [stdout] 6280 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6280:42
[INFO] [stdout]      |
[INFO] [stdout] 6280 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6331:42
[INFO] [stdout]      |
[INFO] [stdout] 6331 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6331:42
[INFO] [stdout]      |
[INFO] [stdout] 6331 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6377:42
[INFO] [stdout]      |
[INFO] [stdout] 6377 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6377:42
[INFO] [stdout]      |
[INFO] [stdout] 6377 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6536:42
[INFO] [stdout]      |
[INFO] [stdout] 6536 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6536:42
[INFO] [stdout]      |
[INFO] [stdout] 6536 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6649:42
[INFO] [stdout]      |
[INFO] [stdout] 6649 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6649:42
[INFO] [stdout]      |
[INFO] [stdout] 6649 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6701:42
[INFO] [stdout]      |
[INFO] [stdout] 6701 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6701:42
[INFO] [stdout]      |
[INFO] [stdout] 6701 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6751:42
[INFO] [stdout]      |
[INFO] [stdout] 6751 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6751:42
[INFO] [stdout]      |
[INFO] [stdout] 6751 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6803:42
[INFO] [stdout]      |
[INFO] [stdout] 6803 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6803:42
[INFO] [stdout]      |
[INFO] [stdout] 6803 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6853:42
[INFO] [stdout]      |
[INFO] [stdout] 6853 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6853:42
[INFO] [stdout]      |
[INFO] [stdout] 6853 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6905:42
[INFO] [stdout]      |
[INFO] [stdout] 6905 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6905:42
[INFO] [stdout]      |
[INFO] [stdout] 6905 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6955:42
[INFO] [stdout]      |
[INFO] [stdout] 6955 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6955:42
[INFO] [stdout]      |
[INFO] [stdout] 6955 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:7144:42
[INFO] [stdout]      |
[INFO] [stdout] 7144 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:7144:42
[INFO] [stdout]      |
[INFO] [stdout] 7144 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:7858:42
[INFO] [stdout]      |
[INFO] [stdout] 7858 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:7858:42
[INFO] [stdout]      |
[INFO] [stdout] 7858 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8015:42
[INFO] [stdout]      |
[INFO] [stdout] 8015 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8015:42
[INFO] [stdout]      |
[INFO] [stdout] 8015 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8059:42
[INFO] [stdout]      |
[INFO] [stdout] 8059 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8059:42
[INFO] [stdout]      |
[INFO] [stdout] 8059 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8105:42
[INFO] [stdout]      |
[INFO] [stdout] 8105 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8105:42
[INFO] [stdout]      |
[INFO] [stdout] 8105 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8157:42
[INFO] [stdout]      |
[INFO] [stdout] 8157 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8157:42
[INFO] [stdout]      |
[INFO] [stdout] 8157 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8319:42
[INFO] [stdout]      |
[INFO] [stdout] 8319 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8319:42
[INFO] [stdout]      |
[INFO] [stdout] 8319 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8534:42
[INFO] [stdout]      |
[INFO] [stdout] 8534 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8534:42
[INFO] [stdout]      |
[INFO] [stdout] 8534 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8641:42
[INFO] [stdout]      |
[INFO] [stdout] 8641 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8641:42
[INFO] [stdout]      |
[INFO] [stdout] 8641 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8746:42
[INFO] [stdout]      |
[INFO] [stdout] 8746 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8746:42
[INFO] [stdout]      |
[INFO] [stdout] 8746 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8851:42
[INFO] [stdout]      |
[INFO] [stdout] 8851 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8851:42
[INFO] [stdout]      |
[INFO] [stdout] 8851 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8956:42
[INFO] [stdout]      |
[INFO] [stdout] 8956 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8956:42
[INFO] [stdout]      |
[INFO] [stdout] 8956 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9061:42
[INFO] [stdout]      |
[INFO] [stdout] 9061 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9061:42
[INFO] [stdout]      |
[INFO] [stdout] 9061 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9168:42
[INFO] [stdout]      |
[INFO] [stdout] 9168 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9168:42
[INFO] [stdout]      |
[INFO] [stdout] 9168 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9209:42
[INFO] [stdout]      |
[INFO] [stdout] 9209 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9209:42
[INFO] [stdout]      |
[INFO] [stdout] 9209 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9311:42
[INFO] [stdout]      |
[INFO] [stdout] 9311 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9311:42
[INFO] [stdout]      |
[INFO] [stdout] 9311 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9563:42
[INFO] [stdout]      |
[INFO] [stdout] 9563 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9563:42
[INFO] [stdout]      |
[INFO] [stdout] 9563 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9611:42
[INFO] [stdout]      |
[INFO] [stdout] 9611 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9611:42
[INFO] [stdout]      |
[INFO] [stdout] 9611 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9716:42
[INFO] [stdout]      |
[INFO] [stdout] 9716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9716:42
[INFO] [stdout]      |
[INFO] [stdout] 9716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9765:42
[INFO] [stdout]      |
[INFO] [stdout] 9765 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9765:42
[INFO] [stdout]      |
[INFO] [stdout] 9765 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9814:42
[INFO] [stdout]      |
[INFO] [stdout] 9814 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9814:42
[INFO] [stdout]      |
[INFO] [stdout] 9814 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9862:42
[INFO] [stdout]      |
[INFO] [stdout] 9862 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9862:42
[INFO] [stdout]      |
[INFO] [stdout] 9862 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9962:42
[INFO] [stdout]      |
[INFO] [stdout] 9962 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9962:42
[INFO] [stdout]      |
[INFO] [stdout] 9962 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10080:42
[INFO] [stdout]       |
[INFO] [stdout] 10080 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10080:42
[INFO] [stdout]       |
[INFO] [stdout] 10080 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10185:42
[INFO] [stdout]       |
[INFO] [stdout] 10185 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10185:42
[INFO] [stdout]       |
[INFO] [stdout] 10185 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10290:42
[INFO] [stdout]       |
[INFO] [stdout] 10290 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10290:42
[INFO] [stdout]       |
[INFO] [stdout] 10290 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10345:42
[INFO] [stdout]       |
[INFO] [stdout] 10345 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10345:42
[INFO] [stdout]       |
[INFO] [stdout] 10345 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10450:42
[INFO] [stdout]       |
[INFO] [stdout] 10450 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10450:42
[INFO] [stdout]       |
[INFO] [stdout] 10450 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10505:42
[INFO] [stdout]       |
[INFO] [stdout] 10505 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10505:42
[INFO] [stdout]       |
[INFO] [stdout] 10505 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10606:42
[INFO] [stdout]       |
[INFO] [stdout] 10606 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10606:42
[INFO] [stdout]       |
[INFO] [stdout] 10606 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10836:42
[INFO] [stdout]       |
[INFO] [stdout] 10836 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10836:42
[INFO] [stdout]       |
[INFO] [stdout] 10836 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10939:42
[INFO] [stdout]       |
[INFO] [stdout] 10939 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10939:42
[INFO] [stdout]       |
[INFO] [stdout] 10939 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10984:42
[INFO] [stdout]       |
[INFO] [stdout] 10984 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10984:42
[INFO] [stdout]       |
[INFO] [stdout] 10984 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11038:42
[INFO] [stdout]       |
[INFO] [stdout] 11038 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11038:42
[INFO] [stdout]       |
[INFO] [stdout] 11038 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11151:42
[INFO] [stdout]       |
[INFO] [stdout] 11151 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11151:42
[INFO] [stdout]       |
[INFO] [stdout] 11151 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11196:42
[INFO] [stdout]       |
[INFO] [stdout] 11196 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11196:42
[INFO] [stdout]       |
[INFO] [stdout] 11196 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11518:42
[INFO] [stdout]       |
[INFO] [stdout] 11518 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11518:42
[INFO] [stdout]       |
[INFO] [stdout] 11518 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11716:42
[INFO] [stdout]       |
[INFO] [stdout] 11716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11716:42
[INFO] [stdout]       |
[INFO] [stdout] 11716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11782:42
[INFO] [stdout]       |
[INFO] [stdout] 11782 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11782:42
[INFO] [stdout]       |
[INFO] [stdout] 11782 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11833:42
[INFO] [stdout]       |
[INFO] [stdout] 11833 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11833:42
[INFO] [stdout]       |
[INFO] [stdout] 11833 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11947:42
[INFO] [stdout]       |
[INFO] [stdout] 11947 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11947:42
[INFO] [stdout]       |
[INFO] [stdout] 11947 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12001:42
[INFO] [stdout]       |
[INFO] [stdout] 12001 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12001:42
[INFO] [stdout]       |
[INFO] [stdout] 12001 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12113:42
[INFO] [stdout]       |
[INFO] [stdout] 12113 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12113:42
[INFO] [stdout]       |
[INFO] [stdout] 12113 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12161:42
[INFO] [stdout]       |
[INFO] [stdout] 12161 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12161:42
[INFO] [stdout]       |
[INFO] [stdout] 12161 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12288:42
[INFO] [stdout]       |
[INFO] [stdout] 12288 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12288:42
[INFO] [stdout]       |
[INFO] [stdout] 12288 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12616:42
[INFO] [stdout]       |
[INFO] [stdout] 12616 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12616:42
[INFO] [stdout]       |
[INFO] [stdout] 12616 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12842:42
[INFO] [stdout]       |
[INFO] [stdout] 12842 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12842:42
[INFO] [stdout]       |
[INFO] [stdout] 12842 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12890:42
[INFO] [stdout]       |
[INFO] [stdout] 12890 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:12890:42
[INFO] [stdout]       |
[INFO] [stdout] 12890 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13002:42
[INFO] [stdout]       |
[INFO] [stdout] 13002 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13002:42
[INFO] [stdout]       |
[INFO] [stdout] 13002 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13062:42
[INFO] [stdout]       |
[INFO] [stdout] 13062 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13062:42
[INFO] [stdout]       |
[INFO] [stdout] 13062 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13193:42
[INFO] [stdout]       |
[INFO] [stdout] 13193 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13193:42
[INFO] [stdout]       |
[INFO] [stdout] 13193 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13480:42
[INFO] [stdout]       |
[INFO] [stdout] 13480 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13480:42
[INFO] [stdout]       |
[INFO] [stdout] 13480 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13652:42
[INFO] [stdout]       |
[INFO] [stdout] 13652 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13652:42
[INFO] [stdout]       |
[INFO] [stdout] 13652 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13850:42
[INFO] [stdout]       |
[INFO] [stdout] 13850 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:13850:42
[INFO] [stdout]       |
[INFO] [stdout] 13850 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14093:42
[INFO] [stdout]       |
[INFO] [stdout] 14093 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14093:42
[INFO] [stdout]       |
[INFO] [stdout] 14093 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14143:42
[INFO] [stdout]       |
[INFO] [stdout] 14143 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14143:42
[INFO] [stdout]       |
[INFO] [stdout] 14143 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14345:42
[INFO] [stdout]       |
[INFO] [stdout] 14345 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14345:42
[INFO] [stdout]       |
[INFO] [stdout] 14345 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14665:42
[INFO] [stdout]       |
[INFO] [stdout] 14665 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14665:42
[INFO] [stdout]       |
[INFO] [stdout] 14665 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14713:42
[INFO] [stdout]       |
[INFO] [stdout] 14713 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14713:42
[INFO] [stdout]       |
[INFO] [stdout] 14713 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14836:42
[INFO] [stdout]       |
[INFO] [stdout] 14836 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14836:42
[INFO] [stdout]       |
[INFO] [stdout] 14836 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14891:42
[INFO] [stdout]       |
[INFO] [stdout] 14891 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14891:42
[INFO] [stdout]       |
[INFO] [stdout] 14891 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14944:42
[INFO] [stdout]       |
[INFO] [stdout] 14944 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:14944:42
[INFO] [stdout]       |
[INFO] [stdout] 14944 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15008:42
[INFO] [stdout]       |
[INFO] [stdout] 15008 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15008:42
[INFO] [stdout]       |
[INFO] [stdout] 15008 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15128:42
[INFO] [stdout]       |
[INFO] [stdout] 15128 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15128:42
[INFO] [stdout]       |
[INFO] [stdout] 15128 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15283:42
[INFO] [stdout]       |
[INFO] [stdout] 15283 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15283:42
[INFO] [stdout]       |
[INFO] [stdout] 15283 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15338:42
[INFO] [stdout]       |
[INFO] [stdout] 15338 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15338:42
[INFO] [stdout]       |
[INFO] [stdout] 15338 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15386:42
[INFO] [stdout]       |
[INFO] [stdout] 15386 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15386:42
[INFO] [stdout]       |
[INFO] [stdout] 15386 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15537:42
[INFO] [stdout]       |
[INFO] [stdout] 15537 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15537:42
[INFO] [stdout]       |
[INFO] [stdout] 15537 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15601:42
[INFO] [stdout]       |
[INFO] [stdout] 15601 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15601:42
[INFO] [stdout]       |
[INFO] [stdout] 15601 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15780:42
[INFO] [stdout]       |
[INFO] [stdout] 15780 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15780:42
[INFO] [stdout]       |
[INFO] [stdout] 15780 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15918:42
[INFO] [stdout]       |
[INFO] [stdout] 15918 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15918:42
[INFO] [stdout]       |
[INFO] [stdout] 15918 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15965:42
[INFO] [stdout]       |
[INFO] [stdout] 15965 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:15965:42
[INFO] [stdout]       |
[INFO] [stdout] 15965 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16007:42
[INFO] [stdout]       |
[INFO] [stdout] 16007 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16007:42
[INFO] [stdout]       |
[INFO] [stdout] 16007 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16052:42
[INFO] [stdout]       |
[INFO] [stdout] 16052 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16052:42
[INFO] [stdout]       |
[INFO] [stdout] 16052 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16097:42
[INFO] [stdout]       |
[INFO] [stdout] 16097 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16097:42
[INFO] [stdout]       |
[INFO] [stdout] 16097 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16141:42
[INFO] [stdout]       |
[INFO] [stdout] 16141 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16141:42
[INFO] [stdout]       |
[INFO] [stdout] 16141 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16182:42
[INFO] [stdout]       |
[INFO] [stdout] 16182 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16182:42
[INFO] [stdout]       |
[INFO] [stdout] 16182 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16225:42
[INFO] [stdout]       |
[INFO] [stdout] 16225 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16225:42
[INFO] [stdout]       |
[INFO] [stdout] 16225 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16272:42
[INFO] [stdout]       |
[INFO] [stdout] 16272 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16272:42
[INFO] [stdout]       |
[INFO] [stdout] 16272 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16313:42
[INFO] [stdout]       |
[INFO] [stdout] 16313 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16313:42
[INFO] [stdout]       |
[INFO] [stdout] 16313 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16355:42
[INFO] [stdout]       |
[INFO] [stdout] 16355 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16355:42
[INFO] [stdout]       |
[INFO] [stdout] 16355 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16457:42
[INFO] [stdout]       |
[INFO] [stdout] 16457 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16457:42
[INFO] [stdout]       |
[INFO] [stdout] 16457 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16788:42
[INFO] [stdout]       |
[INFO] [stdout] 16788 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:16788:42
[INFO] [stdout]       |
[INFO] [stdout] 16788 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17002:42
[INFO] [stdout]       |
[INFO] [stdout] 17002 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17002:42
[INFO] [stdout]       |
[INFO] [stdout] 17002 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17050:42
[INFO] [stdout]       |
[INFO] [stdout] 17050 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17050:42
[INFO] [stdout]       |
[INFO] [stdout] 17050 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17171:42
[INFO] [stdout]       |
[INFO] [stdout] 17171 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17171:42
[INFO] [stdout]       |
[INFO] [stdout] 17171 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17449:42
[INFO] [stdout]       |
[INFO] [stdout] 17449 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17449:42
[INFO] [stdout]       |
[INFO] [stdout] 17449 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17497:42
[INFO] [stdout]       |
[INFO] [stdout] 17497 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17497:42
[INFO] [stdout]       |
[INFO] [stdout] 17497 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17635:42
[INFO] [stdout]       |
[INFO] [stdout] 17635 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17635:42
[INFO] [stdout]       |
[INFO] [stdout] 17635 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17859:42
[INFO] [stdout]       |
[INFO] [stdout] 17859 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17859:42
[INFO] [stdout]       |
[INFO] [stdout] 17859 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17920:42
[INFO] [stdout]       |
[INFO] [stdout] 17920 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:17920:42
[INFO] [stdout]       |
[INFO] [stdout] 17920 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18065:42
[INFO] [stdout]       |
[INFO] [stdout] 18065 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18065:42
[INFO] [stdout]       |
[INFO] [stdout] 18065 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18336:42
[INFO] [stdout]       |
[INFO] [stdout] 18336 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18336:42
[INFO] [stdout]       |
[INFO] [stdout] 18336 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18388:42
[INFO] [stdout]       |
[INFO] [stdout] 18388 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18388:42
[INFO] [stdout]       |
[INFO] [stdout] 18388 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18612:42
[INFO] [stdout]       |
[INFO] [stdout] 18612 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18612:42
[INFO] [stdout]       |
[INFO] [stdout] 18612 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18662:42
[INFO] [stdout]       |
[INFO] [stdout] 18662 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18662:42
[INFO] [stdout]       |
[INFO] [stdout] 18662 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18769:42
[INFO] [stdout]       |
[INFO] [stdout] 18769 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18769:42
[INFO] [stdout]       |
[INFO] [stdout] 18769 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18868:42
[INFO] [stdout]       |
[INFO] [stdout] 18868 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18868:42
[INFO] [stdout]       |
[INFO] [stdout] 18868 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18913:42
[INFO] [stdout]       |
[INFO] [stdout] 18913 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18913:42
[INFO] [stdout]       |
[INFO] [stdout] 18913 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18960:42
[INFO] [stdout]       |
[INFO] [stdout] 18960 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:18960:42
[INFO] [stdout]       |
[INFO] [stdout] 18960 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19059:42
[INFO] [stdout]       |
[INFO] [stdout] 19059 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19059:42
[INFO] [stdout]       |
[INFO] [stdout] 19059 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19103:42
[INFO] [stdout]       |
[INFO] [stdout] 19103 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19103:42
[INFO] [stdout]       |
[INFO] [stdout] 19103 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19148:42
[INFO] [stdout]       |
[INFO] [stdout] 19148 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19148:42
[INFO] [stdout]       |
[INFO] [stdout] 19148 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19262:42
[INFO] [stdout]       |
[INFO] [stdout] 19262 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19262:42
[INFO] [stdout]       |
[INFO] [stdout] 19262 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19418:42
[INFO] [stdout]       |
[INFO] [stdout] 19418 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19418:42
[INFO] [stdout]       |
[INFO] [stdout] 19418 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19574:42
[INFO] [stdout]       |
[INFO] [stdout] 19574 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19574:42
[INFO] [stdout]       |
[INFO] [stdout] 19574 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19622:42
[INFO] [stdout]       |
[INFO] [stdout] 19622 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19622:42
[INFO] [stdout]       |
[INFO] [stdout] 19622 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19667:42
[INFO] [stdout]       |
[INFO] [stdout] 19667 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19667:42
[INFO] [stdout]       |
[INFO] [stdout] 19667 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19713:42
[INFO] [stdout]       |
[INFO] [stdout] 19713 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19713:42
[INFO] [stdout]       |
[INFO] [stdout] 19713 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19937:42
[INFO] [stdout]       |
[INFO] [stdout] 19937 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:19937:42
[INFO] [stdout]       |
[INFO] [stdout] 19937 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20052:42
[INFO] [stdout]       |
[INFO] [stdout] 20052 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20052:42
[INFO] [stdout]       |
[INFO] [stdout] 20052 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20160:42
[INFO] [stdout]       |
[INFO] [stdout] 20160 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20160:42
[INFO] [stdout]       |
[INFO] [stdout] 20160 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20202:42
[INFO] [stdout]       |
[INFO] [stdout] 20202 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20202:42
[INFO] [stdout]       |
[INFO] [stdout] 20202 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20250:42
[INFO] [stdout]       |
[INFO] [stdout] 20250 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20250:42
[INFO] [stdout]       |
[INFO] [stdout] 20250 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20411:42
[INFO] [stdout]       |
[INFO] [stdout] 20411 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20411:42
[INFO] [stdout]       |
[INFO] [stdout] 20411 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20461:42
[INFO] [stdout]       |
[INFO] [stdout] 20461 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20461:42
[INFO] [stdout]       |
[INFO] [stdout] 20461 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20575:42
[INFO] [stdout]       |
[INFO] [stdout] 20575 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20575:42
[INFO] [stdout]       |
[INFO] [stdout] 20575 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20626:42
[INFO] [stdout]       |
[INFO] [stdout] 20626 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20626:42
[INFO] [stdout]       |
[INFO] [stdout] 20626 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20679:42
[INFO] [stdout]       |
[INFO] [stdout] 20679 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20679:42
[INFO] [stdout]       |
[INFO] [stdout] 20679 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20737:42
[INFO] [stdout]       |
[INFO] [stdout] 20737 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20737:42
[INFO] [stdout]       |
[INFO] [stdout] 20737 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20791:42
[INFO] [stdout]       |
[INFO] [stdout] 20791 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20791:42
[INFO] [stdout]       |
[INFO] [stdout] 20791 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20843:42
[INFO] [stdout]       |
[INFO] [stdout] 20843 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20843:42
[INFO] [stdout]       |
[INFO] [stdout] 20843 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20958:42
[INFO] [stdout]       |
[INFO] [stdout] 20958 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:20958:42
[INFO] [stdout]       |
[INFO] [stdout] 20958 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21006:42
[INFO] [stdout]       |
[INFO] [stdout] 21006 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21006:42
[INFO] [stdout]       |
[INFO] [stdout] 21006 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21063:42
[INFO] [stdout]       |
[INFO] [stdout] 21063 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21063:42
[INFO] [stdout]       |
[INFO] [stdout] 21063 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21144:42
[INFO] [stdout]       |
[INFO] [stdout] 21144 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21144:42
[INFO] [stdout]       |
[INFO] [stdout] 21144 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21213:42
[INFO] [stdout]       |
[INFO] [stdout] 21213 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21213:42
[INFO] [stdout]       |
[INFO] [stdout] 21213 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21440:42
[INFO] [stdout]       |
[INFO] [stdout] 21440 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21440:42
[INFO] [stdout]       |
[INFO] [stdout] 21440 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21484:42
[INFO] [stdout]       |
[INFO] [stdout] 21484 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21484:42
[INFO] [stdout]       |
[INFO] [stdout] 21484 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21526:42
[INFO] [stdout]       |
[INFO] [stdout] 21526 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21526:42
[INFO] [stdout]       |
[INFO] [stdout] 21526 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21572:42
[INFO] [stdout]       |
[INFO] [stdout] 21572 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21572:42
[INFO] [stdout]       |
[INFO] [stdout] 21572 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21627:42
[INFO] [stdout]       |
[INFO] [stdout] 21627 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21627:42
[INFO] [stdout]       |
[INFO] [stdout] 21627 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21700:42
[INFO] [stdout]       |
[INFO] [stdout] 21700 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21700:42
[INFO] [stdout]       |
[INFO] [stdout] 21700 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21850:42
[INFO] [stdout]       |
[INFO] [stdout] 21850 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21850:42
[INFO] [stdout]       |
[INFO] [stdout] 21850 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21962:42
[INFO] [stdout]       |
[INFO] [stdout] 21962 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:21962:42
[INFO] [stdout]       |
[INFO] [stdout] 21962 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22239:42
[INFO] [stdout]       |
[INFO] [stdout] 22239 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22239:42
[INFO] [stdout]       |
[INFO] [stdout] 22239 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22494:42
[INFO] [stdout]       |
[INFO] [stdout] 22494 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22494:42
[INFO] [stdout]       |
[INFO] [stdout] 22494 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22548:42
[INFO] [stdout]       |
[INFO] [stdout] 22548 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22548:42
[INFO] [stdout]       |
[INFO] [stdout] 22548 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22589:42
[INFO] [stdout]       |
[INFO] [stdout] 22589 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22589:42
[INFO] [stdout]       |
[INFO] [stdout] 22589 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22701:42
[INFO] [stdout]       |
[INFO] [stdout] 22701 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22701:42
[INFO] [stdout]       |
[INFO] [stdout] 22701 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22755:42
[INFO] [stdout]       |
[INFO] [stdout] 22755 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22755:42
[INFO] [stdout]       |
[INFO] [stdout] 22755 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22815:42
[INFO] [stdout]       |
[INFO] [stdout] 22815 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22815:42
[INFO] [stdout]       |
[INFO] [stdout] 22815 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22895:42
[INFO] [stdout]       |
[INFO] [stdout] 22895 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:22895:42
[INFO] [stdout]       |
[INFO] [stdout] 22895 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23007:42
[INFO] [stdout]       |
[INFO] [stdout] 23007 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23007:42
[INFO] [stdout]       |
[INFO] [stdout] 23007 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23064:42
[INFO] [stdout]       |
[INFO] [stdout] 23064 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23064:42
[INFO] [stdout]       |
[INFO] [stdout] 23064 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23124:42
[INFO] [stdout]       |
[INFO] [stdout] 23124 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23124:42
[INFO] [stdout]       |
[INFO] [stdout] 23124 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23234:42
[INFO] [stdout]       |
[INFO] [stdout] 23234 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23234:42
[INFO] [stdout]       |
[INFO] [stdout] 23234 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23342:42
[INFO] [stdout]       |
[INFO] [stdout] 23342 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23342:42
[INFO] [stdout]       |
[INFO] [stdout] 23342 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23388:42
[INFO] [stdout]       |
[INFO] [stdout] 23388 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23388:42
[INFO] [stdout]       |
[INFO] [stdout] 23388 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23496:42
[INFO] [stdout]       |
[INFO] [stdout] 23496 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23496:42
[INFO] [stdout]       |
[INFO] [stdout] 23496 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23584:42
[INFO] [stdout]       |
[INFO] [stdout] 23584 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23584:42
[INFO] [stdout]       |
[INFO] [stdout] 23584 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23829:42
[INFO] [stdout]       |
[INFO] [stdout] 23829 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23829:42
[INFO] [stdout]       |
[INFO] [stdout] 23829 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23883:42
[INFO] [stdout]       |
[INFO] [stdout] 23883 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23883:42
[INFO] [stdout]       |
[INFO] [stdout] 23883 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23991:42
[INFO] [stdout]       |
[INFO] [stdout] 23991 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:23991:42
[INFO] [stdout]       |
[INFO] [stdout] 23991 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24096:42
[INFO] [stdout]       |
[INFO] [stdout] 24096 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24096:42
[INFO] [stdout]       |
[INFO] [stdout] 24096 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24147:42
[INFO] [stdout]       |
[INFO] [stdout] 24147 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24147:42
[INFO] [stdout]       |
[INFO] [stdout] 24147 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24252:42
[INFO] [stdout]       |
[INFO] [stdout] 24252 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24252:42
[INFO] [stdout]       |
[INFO] [stdout] 24252 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24558:42
[INFO] [stdout]       |
[INFO] [stdout] 24558 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24558:42
[INFO] [stdout]       |
[INFO] [stdout] 24558 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24604:42
[INFO] [stdout]       |
[INFO] [stdout] 24604 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24604:42
[INFO] [stdout]       |
[INFO] [stdout] 24604 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24660:42
[INFO] [stdout]       |
[INFO] [stdout] 24660 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24660:42
[INFO] [stdout]       |
[INFO] [stdout] 24660 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24725:42
[INFO] [stdout]       |
[INFO] [stdout] 24725 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24725:42
[INFO] [stdout]       |
[INFO] [stdout] 24725 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24787:42
[INFO] [stdout]       |
[INFO] [stdout] 24787 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24787:42
[INFO] [stdout]       |
[INFO] [stdout] 24787 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24847:42
[INFO] [stdout]       |
[INFO] [stdout] 24847 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24847:42
[INFO] [stdout]       |
[INFO] [stdout] 24847 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24903:42
[INFO] [stdout]       |
[INFO] [stdout] 24903 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24903:42
[INFO] [stdout]       |
[INFO] [stdout] 24903 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24968:42
[INFO] [stdout]       |
[INFO] [stdout] 24968 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:24968:42
[INFO] [stdout]       |
[INFO] [stdout] 24968 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25046:42
[INFO] [stdout]       |
[INFO] [stdout] 25046 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25046:42
[INFO] [stdout]       |
[INFO] [stdout] 25046 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25168:42
[INFO] [stdout]       |
[INFO] [stdout] 25168 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25168:42
[INFO] [stdout]       |
[INFO] [stdout] 25168 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25216:42
[INFO] [stdout]       |
[INFO] [stdout] 25216 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25216:42
[INFO] [stdout]       |
[INFO] [stdout] 25216 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25264:42
[INFO] [stdout]       |
[INFO] [stdout] 25264 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25264:42
[INFO] [stdout]       |
[INFO] [stdout] 25264 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25308:42
[INFO] [stdout]       |
[INFO] [stdout] 25308 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25308:42
[INFO] [stdout]       |
[INFO] [stdout] 25308 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25351:42
[INFO] [stdout]       |
[INFO] [stdout] 25351 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25351:42
[INFO] [stdout]       |
[INFO] [stdout] 25351 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25398:42
[INFO] [stdout]       |
[INFO] [stdout] 25398 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25398:42
[INFO] [stdout]       |
[INFO] [stdout] 25398 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25439:42
[INFO] [stdout]       |
[INFO] [stdout] 25439 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25439:42
[INFO] [stdout]       |
[INFO] [stdout] 25439 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25589:42
[INFO] [stdout]       |
[INFO] [stdout] 25589 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25589:42
[INFO] [stdout]       |
[INFO] [stdout] 25589 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25641:42
[INFO] [stdout]       |
[INFO] [stdout] 25641 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25641:42
[INFO] [stdout]       |
[INFO] [stdout] 25641 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25751:42
[INFO] [stdout]       |
[INFO] [stdout] 25751 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25751:42
[INFO] [stdout]       |
[INFO] [stdout] 25751 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25798:42
[INFO] [stdout]       |
[INFO] [stdout] 25798 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25798:42
[INFO] [stdout]       |
[INFO] [stdout] 25798 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25843:42
[INFO] [stdout]       |
[INFO] [stdout] 25843 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25843:42
[INFO] [stdout]       |
[INFO] [stdout] 25843 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25905:42
[INFO] [stdout]       |
[INFO] [stdout] 25905 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25905:42
[INFO] [stdout]       |
[INFO] [stdout] 25905 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25961:42
[INFO] [stdout]       |
[INFO] [stdout] 25961 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:25961:42
[INFO] [stdout]       |
[INFO] [stdout] 25961 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26234:42
[INFO] [stdout]       |
[INFO] [stdout] 26234 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26234:42
[INFO] [stdout]       |
[INFO] [stdout] 26234 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26286:42
[INFO] [stdout]       |
[INFO] [stdout] 26286 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26286:42
[INFO] [stdout]       |
[INFO] [stdout] 26286 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26395:42
[INFO] [stdout]       |
[INFO] [stdout] 26395 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26395:42
[INFO] [stdout]       |
[INFO] [stdout] 26395 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26440:42
[INFO] [stdout]       |
[INFO] [stdout] 26440 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26440:42
[INFO] [stdout]       |
[INFO] [stdout] 26440 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26493:42
[INFO] [stdout]       |
[INFO] [stdout] 26493 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26493:42
[INFO] [stdout]       |
[INFO] [stdout] 26493 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26724:42
[INFO] [stdout]       |
[INFO] [stdout] 26724 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26724:42
[INFO] [stdout]       |
[INFO] [stdout] 26724 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26836:42
[INFO] [stdout]       |
[INFO] [stdout] 26836 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26836:42
[INFO] [stdout]       |
[INFO] [stdout] 26836 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26883:42
[INFO] [stdout]       |
[INFO] [stdout] 26883 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:26883:42
[INFO] [stdout]       |
[INFO] [stdout] 26883 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27045:42
[INFO] [stdout]       |
[INFO] [stdout] 27045 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27045:42
[INFO] [stdout]       |
[INFO] [stdout] 27045 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27154:42
[INFO] [stdout]       |
[INFO] [stdout] 27154 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27154:42
[INFO] [stdout]       |
[INFO] [stdout] 27154 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27201:42
[INFO] [stdout]       |
[INFO] [stdout] 27201 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27201:42
[INFO] [stdout]       |
[INFO] [stdout] 27201 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27246:42
[INFO] [stdout]       |
[INFO] [stdout] 27246 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27246:42
[INFO] [stdout]       |
[INFO] [stdout] 27246 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27290:42
[INFO] [stdout]       |
[INFO] [stdout] 27290 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27290:42
[INFO] [stdout]       |
[INFO] [stdout] 27290 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27385:42
[INFO] [stdout]       |
[INFO] [stdout] 27385 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27385:42
[INFO] [stdout]       |
[INFO] [stdout] 27385 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27765:42
[INFO] [stdout]       |
[INFO] [stdout] 27765 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27765:42
[INFO] [stdout]       |
[INFO] [stdout] 27765 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27811:42
[INFO] [stdout]       |
[INFO] [stdout] 27811 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27811:42
[INFO] [stdout]       |
[INFO] [stdout] 27811 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27862:42
[INFO] [stdout]       |
[INFO] [stdout] 27862 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27862:42
[INFO] [stdout]       |
[INFO] [stdout] 27862 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27916:42
[INFO] [stdout]       |
[INFO] [stdout] 27916 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27916:42
[INFO] [stdout]       |
[INFO] [stdout] 27916 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27963:42
[INFO] [stdout]       |
[INFO] [stdout] 27963 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:27963:42
[INFO] [stdout]       |
[INFO] [stdout] 27963 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28043:42
[INFO] [stdout]       |
[INFO] [stdout] 28043 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28043:42
[INFO] [stdout]       |
[INFO] [stdout] 28043 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28305:42
[INFO] [stdout]       |
[INFO] [stdout] 28305 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28305:42
[INFO] [stdout]       |
[INFO] [stdout] 28305 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28430:42
[INFO] [stdout]       |
[INFO] [stdout] 28430 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28430:42
[INFO] [stdout]       |
[INFO] [stdout] 28430 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28475:42
[INFO] [stdout]       |
[INFO] [stdout] 28475 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28475:42
[INFO] [stdout]       |
[INFO] [stdout] 28475 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28547:42
[INFO] [stdout]       |
[INFO] [stdout] 28547 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28547:42
[INFO] [stdout]       |
[INFO] [stdout] 28547 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28722:42
[INFO] [stdout]       |
[INFO] [stdout] 28722 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28722:42
[INFO] [stdout]       |
[INFO] [stdout] 28722 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28835:42
[INFO] [stdout]       |
[INFO] [stdout] 28835 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28835:42
[INFO] [stdout]       |
[INFO] [stdout] 28835 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28887:42
[INFO] [stdout]       |
[INFO] [stdout] 28887 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28887:42
[INFO] [stdout]       |
[INFO] [stdout] 28887 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28948:42
[INFO] [stdout]       |
[INFO] [stdout] 28948 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:28948:42
[INFO] [stdout]       |
[INFO] [stdout] 28948 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29106:42
[INFO] [stdout]       |
[INFO] [stdout] 29106 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29106:42
[INFO] [stdout]       |
[INFO] [stdout] 29106 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29168:42
[INFO] [stdout]       |
[INFO] [stdout] 29168 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29168:42
[INFO] [stdout]       |
[INFO] [stdout] 29168 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29216:42
[INFO] [stdout]       |
[INFO] [stdout] 29216 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29216:42
[INFO] [stdout]       |
[INFO] [stdout] 29216 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29343:42
[INFO] [stdout]       |
[INFO] [stdout] 29343 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29343:42
[INFO] [stdout]       |
[INFO] [stdout] 29343 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29405:42
[INFO] [stdout]       |
[INFO] [stdout] 29405 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29405:42
[INFO] [stdout]       |
[INFO] [stdout] 29405 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29451:42
[INFO] [stdout]       |
[INFO] [stdout] 29451 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29451:42
[INFO] [stdout]       |
[INFO] [stdout] 29451 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29662:42
[INFO] [stdout]       |
[INFO] [stdout] 29662 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29662:42
[INFO] [stdout]       |
[INFO] [stdout] 29662 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29715:42
[INFO] [stdout]       |
[INFO] [stdout] 29715 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29715:42
[INFO] [stdout]       |
[INFO] [stdout] 29715 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29765:42
[INFO] [stdout]       |
[INFO] [stdout] 29765 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29765:42
[INFO] [stdout]       |
[INFO] [stdout] 29765 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29884:42
[INFO] [stdout]       |
[INFO] [stdout] 29884 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29884:42
[INFO] [stdout]       |
[INFO] [stdout] 29884 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29996:42
[INFO] [stdout]       |
[INFO] [stdout] 29996 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:29996:42
[INFO] [stdout]       |
[INFO] [stdout] 29996 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:30163:42
[INFO] [stdout]       |
[INFO] [stdout] 30163 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:30163:42
[INFO] [stdout]       |
[INFO] [stdout] 30163 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:30229:42
[INFO] [stdout]       |
[INFO] [stdout] 30229 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:30229:42
[INFO] [stdout]       |
[INFO] [stdout] 30229 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:30293:42
[INFO] [stdout]       |
[INFO] [stdout] 30293 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:30293:42
[INFO] [stdout]       |
[INFO] [stdout] 30293 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:30352:42
[INFO] [stdout]       |
[INFO] [stdout] 30352 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:30352:42
[INFO] [stdout]       |
[INFO] [stdout] 30352 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:31266:42
[INFO] [stdout]       |
[INFO] [stdout] 31266 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:31266:42
[INFO] [stdout]       |
[INFO] [stdout] 31266 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:31314:42
[INFO] [stdout]       |
[INFO] [stdout] 31314 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:31314:42
[INFO] [stdout]       |
[INFO] [stdout] 31314 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:31380:42
[INFO] [stdout]       |
[INFO] [stdout] 31380 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:31380:42
[INFO] [stdout]       |
[INFO] [stdout] 31380 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:31758:42
[INFO] [stdout]       |
[INFO] [stdout] 31758 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:31758:42
[INFO] [stdout]       |
[INFO] [stdout] 31758 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:31823:42
[INFO] [stdout]       |
[INFO] [stdout] 31823 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:31823:42
[INFO] [stdout]       |
[INFO] [stdout] 31823 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:32317:42
[INFO] [stdout]       |
[INFO] [stdout] 32317 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:32317:42
[INFO] [stdout]       |
[INFO] [stdout] 32317 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:32440:42
[INFO] [stdout]       |
[INFO] [stdout] 32440 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:32440:42
[INFO] [stdout]       |
[INFO] [stdout] 32440 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:32499:42
[INFO] [stdout]       |
[INFO] [stdout] 32499 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:32499:42
[INFO] [stdout]       |
[INFO] [stdout] 32499 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:32887:42
[INFO] [stdout]       |
[INFO] [stdout] 32887 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:32887:42
[INFO] [stdout]       |
[INFO] [stdout] 32887 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:34216:42
[INFO] [stdout]       |
[INFO] [stdout] 34216 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:34216:42
[INFO] [stdout]       |
[INFO] [stdout] 34216 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:34476:42
[INFO] [stdout]       |
[INFO] [stdout] 34476 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:34476:42
[INFO] [stdout]       |
[INFO] [stdout] 34476 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:34524:42
[INFO] [stdout]       |
[INFO] [stdout] 34524 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:34524:42
[INFO] [stdout]       |
[INFO] [stdout] 34524 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:35264:42
[INFO] [stdout]       |
[INFO] [stdout] 35264 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:35264:42
[INFO] [stdout]       |
[INFO] [stdout] 35264 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:37993:42
[INFO] [stdout]       |
[INFO] [stdout] 37993 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:37993:42
[INFO] [stdout]       |
[INFO] [stdout] 37993 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:38851:42
[INFO] [stdout]       |
[INFO] [stdout] 38851 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:38851:42
[INFO] [stdout]       |
[INFO] [stdout] 38851 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:39239:42
[INFO] [stdout]       |
[INFO] [stdout] 39239 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:39239:42
[INFO] [stdout]       |
[INFO] [stdout] 39239 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:39621:42
[INFO] [stdout]       |
[INFO] [stdout] 39621 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:39621:42
[INFO] [stdout]       |
[INFO] [stdout] 39621 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:39974:42
[INFO] [stdout]       |
[INFO] [stdout] 39974 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:39974:42
[INFO] [stdout]       |
[INFO] [stdout] 39974 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40022:42
[INFO] [stdout]       |
[INFO] [stdout] 40022 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40022:42
[INFO] [stdout]       |
[INFO] [stdout] 40022 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40089:42
[INFO] [stdout]       |
[INFO] [stdout] 40089 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40089:42
[INFO] [stdout]       |
[INFO] [stdout] 40089 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40461:42
[INFO] [stdout]       |
[INFO] [stdout] 40461 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40461:42
[INFO] [stdout]       |
[INFO] [stdout] 40461 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40505:42
[INFO] [stdout]       |
[INFO] [stdout] 40505 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40505:42
[INFO] [stdout]       |
[INFO] [stdout] 40505 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40623:42
[INFO] [stdout]       |
[INFO] [stdout] 40623 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40623:42
[INFO] [stdout]       |
[INFO] [stdout] 40623 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40773:42
[INFO] [stdout]       |
[INFO] [stdout] 40773 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40773:42
[INFO] [stdout]       |
[INFO] [stdout] 40773 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40828:42
[INFO] [stdout]       |
[INFO] [stdout] 40828 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:40828:42
[INFO] [stdout]       |
[INFO] [stdout] 40828 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41339:42
[INFO] [stdout]       |
[INFO] [stdout] 41339 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41339:42
[INFO] [stdout]       |
[INFO] [stdout] 41339 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41441:42
[INFO] [stdout]       |
[INFO] [stdout] 41441 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41441:42
[INFO] [stdout]       |
[INFO] [stdout] 41441 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41500:42
[INFO] [stdout]       |
[INFO] [stdout] 41500 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41500:42
[INFO] [stdout]       |
[INFO] [stdout] 41500 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41617:42
[INFO] [stdout]       |
[INFO] [stdout] 41617 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41617:42
[INFO] [stdout]       |
[INFO] [stdout] 41617 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41722:42
[INFO] [stdout]       |
[INFO] [stdout] 41722 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41722:42
[INFO] [stdout]       |
[INFO] [stdout] 41722 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41840:42
[INFO] [stdout]       |
[INFO] [stdout] 41840 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41840:42
[INFO] [stdout]       |
[INFO] [stdout] 41840 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41894:42
[INFO] [stdout]       |
[INFO] [stdout] 41894 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41894:42
[INFO] [stdout]       |
[INFO] [stdout] 41894 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41951:42
[INFO] [stdout]       |
[INFO] [stdout] 41951 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41951:42
[INFO] [stdout]       |
[INFO] [stdout] 41951 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41992:42
[INFO] [stdout]       |
[INFO] [stdout] 41992 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:41992:42
[INFO] [stdout]       |
[INFO] [stdout] 41992 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:42033:42
[INFO] [stdout]       |
[INFO] [stdout] 42033 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:42033:42
[INFO] [stdout]       |
[INFO] [stdout] 42033 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `details` in `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:42074:42
[INFO] [stdout]       |
[INFO] [stdout] 42074 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ could not find `details` in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `try_size_hint` is not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:42074:42
[INFO] [stdout]       |
[INFO] [stdout] 42074 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |                                          |
[INFO] [stdout]       |                                          not a member of trait `arbitrary::Arbitrary`
[INFO] [stdout]       |                                          help: there is an associated function with a similar name: `size_hint`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:935:42
[INFO] [stdout]     |
[INFO] [stdout] 935 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]     |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:935:42
[INFO] [stdout]     |
[INFO] [stdout] 935 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]     |                                            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / pub fn recursion_guard(
[INFO] [stdout]  13 | |     depth: usize,
[INFO] [stdout]  14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]  15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]     | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:935:42
[INFO] [stdout]     |
[INFO] [stdout] 935 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]     |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:1342:42
[INFO] [stdout]      |
[INFO] [stdout] 1342 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:1342:42
[INFO] [stdout]      |
[INFO] [stdout] 1342 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:1342:42
[INFO] [stdout]      |
[INFO] [stdout] 1342 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:1723:42
[INFO] [stdout]      |
[INFO] [stdout] 1723 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:1723:42
[INFO] [stdout]      |
[INFO] [stdout] 1723 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:1723:42
[INFO] [stdout]      |
[INFO] [stdout] 1723 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:2754:42
[INFO] [stdout]      |
[INFO] [stdout] 2754 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:2754:42
[INFO] [stdout]      |
[INFO] [stdout] 2754 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:2754:42
[INFO] [stdout]      |
[INFO] [stdout] 2754 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:2863:42
[INFO] [stdout]      |
[INFO] [stdout] 2863 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:2863:42
[INFO] [stdout]      |
[INFO] [stdout] 2863 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:2863:42
[INFO] [stdout]      |
[INFO] [stdout] 2863 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3027:42
[INFO] [stdout]      |
[INFO] [stdout] 3027 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3027:42
[INFO] [stdout]      |
[INFO] [stdout] 3027 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3027:42
[INFO] [stdout]      |
[INFO] [stdout] 3027 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3079:42
[INFO] [stdout]      |
[INFO] [stdout] 3079 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3079:42
[INFO] [stdout]      |
[INFO] [stdout] 3079 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3079:42
[INFO] [stdout]      |
[INFO] [stdout] 3079 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3139:42
[INFO] [stdout]      |
[INFO] [stdout] 3139 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3139:42
[INFO] [stdout]      |
[INFO] [stdout] 3139 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3139:42
[INFO] [stdout]      |
[INFO] [stdout] 3139 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3194:42
[INFO] [stdout]      |
[INFO] [stdout] 3194 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3194:42
[INFO] [stdout]      |
[INFO] [stdout] 3194 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3194:42
[INFO] [stdout]      |
[INFO] [stdout] 3194 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3269:42
[INFO] [stdout]      |
[INFO] [stdout] 3269 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3269:42
[INFO] [stdout]      |
[INFO] [stdout] 3269 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3269:42
[INFO] [stdout]      |
[INFO] [stdout] 3269 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3423:42
[INFO] [stdout]      |
[INFO] [stdout] 3423 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3423:42
[INFO] [stdout]      |
[INFO] [stdout] 3423 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3423:42
[INFO] [stdout]      |
[INFO] [stdout] 3423 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3471:42
[INFO] [stdout]      |
[INFO] [stdout] 3471 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3471:42
[INFO] [stdout]      |
[INFO] [stdout] 3471 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3471:42
[INFO] [stdout]      |
[INFO] [stdout] 3471 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3517:42
[INFO] [stdout]      |
[INFO] [stdout] 3517 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3517:42
[INFO] [stdout]      |
[INFO] [stdout] 3517 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3517:42
[INFO] [stdout]      |
[INFO] [stdout] 3517 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3565:42
[INFO] [stdout]      |
[INFO] [stdout] 3565 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3565:42
[INFO] [stdout]      |
[INFO] [stdout] 3565 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3565:42
[INFO] [stdout]      |
[INFO] [stdout] 3565 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3615:42
[INFO] [stdout]      |
[INFO] [stdout] 3615 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3615:42
[INFO] [stdout]      |
[INFO] [stdout] 3615 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3615:42
[INFO] [stdout]      |
[INFO] [stdout] 3615 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3696:42
[INFO] [stdout]      |
[INFO] [stdout] 3696 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3696:42
[INFO] [stdout]      |
[INFO] [stdout] 3696 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3696:42
[INFO] [stdout]      |
[INFO] [stdout] 3696 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3779:42
[INFO] [stdout]      |
[INFO] [stdout] 3779 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3779:42
[INFO] [stdout]      |
[INFO] [stdout] 3779 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3779:42
[INFO] [stdout]      |
[INFO] [stdout] 3779 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3823:42
[INFO] [stdout]      |
[INFO] [stdout] 3823 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3823:42
[INFO] [stdout]      |
[INFO] [stdout] 3823 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3823:42
[INFO] [stdout]      |
[INFO] [stdout] 3823 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3873:42
[INFO] [stdout]      |
[INFO] [stdout] 3873 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3873:42
[INFO] [stdout]      |
[INFO] [stdout] 3873 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:3873:42
[INFO] [stdout]      |
[INFO] [stdout] 3873 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4186:42
[INFO] [stdout]      |
[INFO] [stdout] 4186 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4186:42
[INFO] [stdout]      |
[INFO] [stdout] 4186 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4186:42
[INFO] [stdout]      |
[INFO] [stdout] 4186 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4253:42
[INFO] [stdout]      |
[INFO] [stdout] 4253 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4253:42
[INFO] [stdout]      |
[INFO] [stdout] 4253 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4253:42
[INFO] [stdout]      |
[INFO] [stdout] 4253 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4322:42
[INFO] [stdout]      |
[INFO] [stdout] 4322 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4322:42
[INFO] [stdout]      |
[INFO] [stdout] 4322 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4322:42
[INFO] [stdout]      |
[INFO] [stdout] 4322 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4374:42
[INFO] [stdout]      |
[INFO] [stdout] 4374 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4374:42
[INFO] [stdout]      |
[INFO] [stdout] 4374 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4374:42
[INFO] [stdout]      |
[INFO] [stdout] 4374 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4693:42
[INFO] [stdout]      |
[INFO] [stdout] 4693 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4693:42
[INFO] [stdout]      |
[INFO] [stdout] 4693 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:4693:42
[INFO] [stdout]      |
[INFO] [stdout] 4693 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5021:42
[INFO] [stdout]      |
[INFO] [stdout] 5021 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5021:42
[INFO] [stdout]      |
[INFO] [stdout] 5021 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5021:42
[INFO] [stdout]      |
[INFO] [stdout] 5021 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5122:42
[INFO] [stdout]      |
[INFO] [stdout] 5122 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5122:42
[INFO] [stdout]      |
[INFO] [stdout] 5122 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5122:42
[INFO] [stdout]      |
[INFO] [stdout] 5122 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5269:42
[INFO] [stdout]      |
[INFO] [stdout] 5269 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5269:42
[INFO] [stdout]      |
[INFO] [stdout] 5269 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5269:42
[INFO] [stdout]      |
[INFO] [stdout] 5269 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5630:42
[INFO] [stdout]      |
[INFO] [stdout] 5630 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5630:42
[INFO] [stdout]      |
[INFO] [stdout] 5630 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5630:42
[INFO] [stdout]      |
[INFO] [stdout] 5630 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5672:42
[INFO] [stdout]      |
[INFO] [stdout] 5672 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5672:42
[INFO] [stdout]      |
[INFO] [stdout] 5672 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5672:42
[INFO] [stdout]      |
[INFO] [stdout] 5672 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5716:42
[INFO] [stdout]      |
[INFO] [stdout] 5716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5716:42
[INFO] [stdout]      |
[INFO] [stdout] 5716 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5716:42
[INFO] [stdout]      |
[INFO] [stdout] 5716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5758:42
[INFO] [stdout]      |
[INFO] [stdout] 5758 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5758:42
[INFO] [stdout]      |
[INFO] [stdout] 5758 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5758:42
[INFO] [stdout]      |
[INFO] [stdout] 5758 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5802:42
[INFO] [stdout]      |
[INFO] [stdout] 5802 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5802:42
[INFO] [stdout]      |
[INFO] [stdout] 5802 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5802:42
[INFO] [stdout]      |
[INFO] [stdout] 5802 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5843:42
[INFO] [stdout]      |
[INFO] [stdout] 5843 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5843:42
[INFO] [stdout]      |
[INFO] [stdout] 5843 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5843:42
[INFO] [stdout]      |
[INFO] [stdout] 5843 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5884:42
[INFO] [stdout]      |
[INFO] [stdout] 5884 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5884:42
[INFO] [stdout]      |
[INFO] [stdout] 5884 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5884:42
[INFO] [stdout]      |
[INFO] [stdout] 5884 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5958:42
[INFO] [stdout]      |
[INFO] [stdout] 5958 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5958:42
[INFO] [stdout]      |
[INFO] [stdout] 5958 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:5958:42
[INFO] [stdout]      |
[INFO] [stdout] 5958 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6230:42
[INFO] [stdout]      |
[INFO] [stdout] 6230 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6230:42
[INFO] [stdout]      |
[INFO] [stdout] 6230 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6230:42
[INFO] [stdout]      |
[INFO] [stdout] 6230 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6280:42
[INFO] [stdout]      |
[INFO] [stdout] 6280 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6280:42
[INFO] [stdout]      |
[INFO] [stdout] 6280 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6280:42
[INFO] [stdout]      |
[INFO] [stdout] 6280 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6331:42
[INFO] [stdout]      |
[INFO] [stdout] 6331 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6331:42
[INFO] [stdout]      |
[INFO] [stdout] 6331 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6331:42
[INFO] [stdout]      |
[INFO] [stdout] 6331 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6377:42
[INFO] [stdout]      |
[INFO] [stdout] 6377 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6377:42
[INFO] [stdout]      |
[INFO] [stdout] 6377 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6377:42
[INFO] [stdout]      |
[INFO] [stdout] 6377 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6536:42
[INFO] [stdout]      |
[INFO] [stdout] 6536 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6536:42
[INFO] [stdout]      |
[INFO] [stdout] 6536 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6536:42
[INFO] [stdout]      |
[INFO] [stdout] 6536 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6649:42
[INFO] [stdout]      |
[INFO] [stdout] 6649 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6649:42
[INFO] [stdout]      |
[INFO] [stdout] 6649 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6649:42
[INFO] [stdout]      |
[INFO] [stdout] 6649 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6701:42
[INFO] [stdout]      |
[INFO] [stdout] 6701 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6701:42
[INFO] [stdout]      |
[INFO] [stdout] 6701 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6701:42
[INFO] [stdout]      |
[INFO] [stdout] 6701 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6751:42
[INFO] [stdout]      |
[INFO] [stdout] 6751 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6751:42
[INFO] [stdout]      |
[INFO] [stdout] 6751 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6751:42
[INFO] [stdout]      |
[INFO] [stdout] 6751 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6803:42
[INFO] [stdout]      |
[INFO] [stdout] 6803 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6803:42
[INFO] [stdout]      |
[INFO] [stdout] 6803 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6803:42
[INFO] [stdout]      |
[INFO] [stdout] 6803 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6853:42
[INFO] [stdout]      |
[INFO] [stdout] 6853 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6853:42
[INFO] [stdout]      |
[INFO] [stdout] 6853 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6853:42
[INFO] [stdout]      |
[INFO] [stdout] 6853 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6905:42
[INFO] [stdout]      |
[INFO] [stdout] 6905 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6905:42
[INFO] [stdout]      |
[INFO] [stdout] 6905 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6905:42
[INFO] [stdout]      |
[INFO] [stdout] 6905 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6955:42
[INFO] [stdout]      |
[INFO] [stdout] 6955 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6955:42
[INFO] [stdout]      |
[INFO] [stdout] 6955 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:6955:42
[INFO] [stdout]      |
[INFO] [stdout] 6955 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:7144:42
[INFO] [stdout]      |
[INFO] [stdout] 7144 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:7144:42
[INFO] [stdout]      |
[INFO] [stdout] 7144 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:7144:42
[INFO] [stdout]      |
[INFO] [stdout] 7144 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:7858:42
[INFO] [stdout]      |
[INFO] [stdout] 7858 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:7858:42
[INFO] [stdout]      |
[INFO] [stdout] 7858 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:7858:42
[INFO] [stdout]      |
[INFO] [stdout] 7858 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8015:42
[INFO] [stdout]      |
[INFO] [stdout] 8015 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8015:42
[INFO] [stdout]      |
[INFO] [stdout] 8015 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8015:42
[INFO] [stdout]      |
[INFO] [stdout] 8015 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8059:42
[INFO] [stdout]      |
[INFO] [stdout] 8059 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8059:42
[INFO] [stdout]      |
[INFO] [stdout] 8059 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8059:42
[INFO] [stdout]      |
[INFO] [stdout] 8059 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8105:42
[INFO] [stdout]      |
[INFO] [stdout] 8105 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8105:42
[INFO] [stdout]      |
[INFO] [stdout] 8105 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8105:42
[INFO] [stdout]      |
[INFO] [stdout] 8105 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8157:42
[INFO] [stdout]      |
[INFO] [stdout] 8157 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8157:42
[INFO] [stdout]      |
[INFO] [stdout] 8157 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8157:42
[INFO] [stdout]      |
[INFO] [stdout] 8157 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8319:42
[INFO] [stdout]      |
[INFO] [stdout] 8319 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8319:42
[INFO] [stdout]      |
[INFO] [stdout] 8319 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8319:42
[INFO] [stdout]      |
[INFO] [stdout] 8319 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8534:42
[INFO] [stdout]      |
[INFO] [stdout] 8534 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8534:42
[INFO] [stdout]      |
[INFO] [stdout] 8534 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8534:42
[INFO] [stdout]      |
[INFO] [stdout] 8534 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8641:42
[INFO] [stdout]      |
[INFO] [stdout] 8641 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8641:42
[INFO] [stdout]      |
[INFO] [stdout] 8641 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8641:42
[INFO] [stdout]      |
[INFO] [stdout] 8641 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8746:42
[INFO] [stdout]      |
[INFO] [stdout] 8746 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8746:42
[INFO] [stdout]      |
[INFO] [stdout] 8746 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8746:42
[INFO] [stdout]      |
[INFO] [stdout] 8746 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8851:42
[INFO] [stdout]      |
[INFO] [stdout] 8851 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8851:42
[INFO] [stdout]      |
[INFO] [stdout] 8851 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8851:42
[INFO] [stdout]      |
[INFO] [stdout] 8851 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8956:42
[INFO] [stdout]      |
[INFO] [stdout] 8956 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8956:42
[INFO] [stdout]      |
[INFO] [stdout] 8956 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:8956:42
[INFO] [stdout]      |
[INFO] [stdout] 8956 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9061:42
[INFO] [stdout]      |
[INFO] [stdout] 9061 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9061:42
[INFO] [stdout]      |
[INFO] [stdout] 9061 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9061:42
[INFO] [stdout]      |
[INFO] [stdout] 9061 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9168:42
[INFO] [stdout]      |
[INFO] [stdout] 9168 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9168:42
[INFO] [stdout]      |
[INFO] [stdout] 9168 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9168:42
[INFO] [stdout]      |
[INFO] [stdout] 9168 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9209:42
[INFO] [stdout]      |
[INFO] [stdout] 9209 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9209:42
[INFO] [stdout]      |
[INFO] [stdout] 9209 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9209:42
[INFO] [stdout]      |
[INFO] [stdout] 9209 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9311:42
[INFO] [stdout]      |
[INFO] [stdout] 9311 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9311:42
[INFO] [stdout]      |
[INFO] [stdout] 9311 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9311:42
[INFO] [stdout]      |
[INFO] [stdout] 9311 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9563:42
[INFO] [stdout]      |
[INFO] [stdout] 9563 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9563:42
[INFO] [stdout]      |
[INFO] [stdout] 9563 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9563:42
[INFO] [stdout]      |
[INFO] [stdout] 9563 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9611:42
[INFO] [stdout]      |
[INFO] [stdout] 9611 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9611:42
[INFO] [stdout]      |
[INFO] [stdout] 9611 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9611:42
[INFO] [stdout]      |
[INFO] [stdout] 9611 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9716:42
[INFO] [stdout]      |
[INFO] [stdout] 9716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9716:42
[INFO] [stdout]      |
[INFO] [stdout] 9716 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9716:42
[INFO] [stdout]      |
[INFO] [stdout] 9716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9765:42
[INFO] [stdout]      |
[INFO] [stdout] 9765 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9765:42
[INFO] [stdout]      |
[INFO] [stdout] 9765 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9765:42
[INFO] [stdout]      |
[INFO] [stdout] 9765 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9814:42
[INFO] [stdout]      |
[INFO] [stdout] 9814 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9814:42
[INFO] [stdout]      |
[INFO] [stdout] 9814 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9814:42
[INFO] [stdout]      |
[INFO] [stdout] 9814 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9862:42
[INFO] [stdout]      |
[INFO] [stdout] 9862 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9862:42
[INFO] [stdout]      |
[INFO] [stdout] 9862 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9862:42
[INFO] [stdout]      |
[INFO] [stdout] 9862 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9962:42
[INFO] [stdout]      |
[INFO] [stdout] 9962 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9962:42
[INFO] [stdout]      |
[INFO] [stdout] 9962 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | / pub fn recursion_guard(
[INFO] [stdout]   13 | |     depth: usize,
[INFO] [stdout]   14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]   15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]      | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:9962:42
[INFO] [stdout]      |
[INFO] [stdout] 9962 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]      |                                          ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]      |
[INFO] [stdout]  277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]      |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10080:42
[INFO] [stdout]       |
[INFO] [stdout] 10080 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10080:42
[INFO] [stdout]       |
[INFO] [stdout] 10080 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10080:42
[INFO] [stdout]       |
[INFO] [stdout] 10080 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10185:42
[INFO] [stdout]       |
[INFO] [stdout] 10185 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10185:42
[INFO] [stdout]       |
[INFO] [stdout] 10185 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10185:42
[INFO] [stdout]       |
[INFO] [stdout] 10185 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10290:42
[INFO] [stdout]       |
[INFO] [stdout] 10290 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10290:42
[INFO] [stdout]       |
[INFO] [stdout] 10290 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10290:42
[INFO] [stdout]       |
[INFO] [stdout] 10290 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10345:42
[INFO] [stdout]       |
[INFO] [stdout] 10345 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10345:42
[INFO] [stdout]       |
[INFO] [stdout] 10345 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10345:42
[INFO] [stdout]       |
[INFO] [stdout] 10345 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10450:42
[INFO] [stdout]       |
[INFO] [stdout] 10450 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10450:42
[INFO] [stdout]       |
[INFO] [stdout] 10450 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10450:42
[INFO] [stdout]       |
[INFO] [stdout] 10450 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10505:42
[INFO] [stdout]       |
[INFO] [stdout] 10505 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10505:42
[INFO] [stdout]       |
[INFO] [stdout] 10505 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10505:42
[INFO] [stdout]       |
[INFO] [stdout] 10505 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10606:42
[INFO] [stdout]       |
[INFO] [stdout] 10606 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10606:42
[INFO] [stdout]       |
[INFO] [stdout] 10606 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10606:42
[INFO] [stdout]       |
[INFO] [stdout] 10606 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10836:42
[INFO] [stdout]       |
[INFO] [stdout] 10836 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10836:42
[INFO] [stdout]       |
[INFO] [stdout] 10836 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10836:42
[INFO] [stdout]       |
[INFO] [stdout] 10836 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10939:42
[INFO] [stdout]       |
[INFO] [stdout] 10939 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10939:42
[INFO] [stdout]       |
[INFO] [stdout] 10939 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10939:42
[INFO] [stdout]       |
[INFO] [stdout] 10939 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10984:42
[INFO] [stdout]       |
[INFO] [stdout] 10984 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10984:42
[INFO] [stdout]       |
[INFO] [stdout] 10984 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:10984:42
[INFO] [stdout]       |
[INFO] [stdout] 10984 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11038:42
[INFO] [stdout]       |
[INFO] [stdout] 11038 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11038:42
[INFO] [stdout]       |
[INFO] [stdout] 11038 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11038:42
[INFO] [stdout]       |
[INFO] [stdout] 11038 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11151:42
[INFO] [stdout]       |
[INFO] [stdout] 11151 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11151:42
[INFO] [stdout]       |
[INFO] [stdout] 11151 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11151:42
[INFO] [stdout]       |
[INFO] [stdout] 11151 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11196:42
[INFO] [stdout]       |
[INFO] [stdout] 11196 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11196:42
[INFO] [stdout]       |
[INFO] [stdout] 11196 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11196:42
[INFO] [stdout]       |
[INFO] [stdout] 11196 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11518:42
[INFO] [stdout]       |
[INFO] [stdout] 11518 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11518:42
[INFO] [stdout]       |
[INFO] [stdout] 11518 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11518:42
[INFO] [stdout]       |
[INFO] [stdout] 11518 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11716:42
[INFO] [stdout]       |
[INFO] [stdout] 11716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11716:42
[INFO] [stdout]       |
[INFO] [stdout] 11716 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/size_hint.rs:12:1
[INFO] [stdout]       |
[INFO] [stdout]    12 | / pub fn recursion_guard(
[INFO] [stdout]    13 | |     depth: usize,
[INFO] [stdout]    14 | |     f: impl FnOnce(usize) -> (usize, Option<usize>),
[INFO] [stdout]    15 | | ) -> (usize, Option<usize>) {
[INFO] [stdout]       | |___________________________- similarly named function `recursion_guard` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0576]: cannot find method or associated constant `try_size_hint` in trait `arbitrary::Arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11716:42
[INFO] [stdout]       |
[INFO] [stdout] 11716 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arbitrary-1.3.2/src/lib.rs:277:5
[INFO] [stdout]       |
[INFO] [stdout]   277 |     fn size_hint(depth: usize) -> (usize, Option<usize>) {
[INFO] [stdout]       |     ---------------------------------------------------- similarly named associated function `size_hint` defined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MaxRecursionReached` in crate `arbitrary`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11782:42
[INFO] [stdout]       |
[INFO] [stdout] 11782 | #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                          ^^^^^^^^^ not found in `arbitrary`
[INFO] [stdout]       |
[INFO] [stdout]       = note: this error originates in the derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `try_recursion_guard` in module `arbitrary::size_hint`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-20.1.0/src/curr/generated.rs:11782:42
[INFO] [stdout]       |
[INFO] [stdout] 11782 |   #[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
[INFO] [stdout]       |                                            ^^^^^^^^^
[WARN] too many lines in the log, truncating it
