[INFO] cloning repository https://github.com/lmartinking/capycoin
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lmartinking/capycoin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flmartinking%2Fcapycoin", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flmartinking%2Fcapycoin'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e47473619dd81a27fb4979efb3cfaf9c6c478444
[INFO] testing lmartinking/capycoin against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flmartinking%2Fcapycoin" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lmartinking/capycoin
[INFO] finished tweaking git repo https://github.com/lmartinking/capycoin
[INFO] tweaked toml for git repo https://github.com/lmartinking/capycoin written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lmartinking/capycoin on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lmartinking/capycoin already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81a61ab1cad4d06f9f1a94755727e3cd670f1c065b8e7d2233b47ad27d316364
[INFO] running `Command { std: "docker" "start" "-a" "81a61ab1cad4d06f9f1a94755727e3cd670f1c065b8e7d2233b47ad27d316364", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81a61ab1cad4d06f9f1a94755727e3cd670f1c065b8e7d2233b47ad27d316364", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81a61ab1cad4d06f9f1a94755727e3cd670f1c065b8e7d2233b47ad27d316364", kill_on_drop: false }`
[INFO] [stdout] 81a61ab1cad4d06f9f1a94755727e3cd670f1c065b8e7d2233b47ad27d316364
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 85e916ef86e5ae9eed5db4fe14324800a91bad7d05e3b96d042e5cb5a8f71752
[INFO] running `Command { std: "docker" "start" "-a" "85e916ef86e5ae9eed5db4fe14324800a91bad7d05e3b96d042e5cb5a8f71752", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.129
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling serde_derive v1.0.143
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling serde v1.0.143
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling unicode-normalization v0.1.21
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling alloc-stdlib v0.2.1
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling libsqlite3-sys v0.24.2
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling serde_json v1.0.83
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling iana-time-zone v0.1.41
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling chrono v0.4.21
[INFO] [stderr]    Compiling cipher v0.4.3
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling gzip-header v0.3.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling twoway v0.1.8
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling ascii v1.0.0
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling chunked_transfer v1.4.0
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling tiny_http v0.8.2
[INFO] [stderr]    Compiling blowfish v0.9.1
[INFO] [stderr]    Compiling deflate v0.9.1
[INFO] [stderr]    Compiling sha1 v0.6.1
[INFO] [stderr]    Compiling multipart v0.18.0
[INFO] [stderr]    Compiling hashlink v0.7.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling filetime v0.2.17
[INFO] [stderr]    Compiling zeroize v1.5.7
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling bcrypt v0.13.0
[INFO] [stderr]    Compiling ctrlc v3.2.2
[INFO] [stderr]    Compiling time v0.3.13
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling rusqlite v0.27.0
[INFO] [stderr]    Compiling rouille v3.5.0
[INFO] [stderr]    Compiling capycoin v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/core.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |     LedgerError(ledger::TransactionError),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 24 -     LedgerError(ledger::TransactionError),
[INFO] [stdout] 24 +     LedgerError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/core.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 |     AccountError(account::AccountError),
[INFO] [stdout]    |     ------------ ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 25 -     AccountError(account::AccountError),
[INFO] [stdout] 25 +     AccountError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/core.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     SQLError(rusqlite::Error),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 26 -     SQLError(rusqlite::Error),
[INFO] [stdout] 26 +     SQLError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/core.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |     SocketError(std::io::Error),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 27 -     SocketError(std::io::Error),
[INFO] [stdout] 27 +     SocketError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.41s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "85e916ef86e5ae9eed5db4fe14324800a91bad7d05e3b96d042e5cb5a8f71752", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85e916ef86e5ae9eed5db4fe14324800a91bad7d05e3b96d042e5cb5a8f71752", kill_on_drop: false }`
[INFO] [stdout] 85e916ef86e5ae9eed5db4fe14324800a91bad7d05e3b96d042e5cb5a8f71752
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 027115c31c0743e7ec774e7df6ea22dae4a8284ffd36d964c02cc69bcbd9cce1
[INFO] running `Command { std: "docker" "start" "-a" "027115c31c0743e7ec774e7df6ea22dae4a8284ffd36d964c02cc69bcbd9cce1", kill_on_drop: false }`
[INFO] [stderr]    Compiling capycoin v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/core.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |     LedgerError(ledger::TransactionError),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 24 -     LedgerError(ledger::TransactionError),
[INFO] [stdout] 24 +     LedgerError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/core.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 |     AccountError(account::AccountError),
[INFO] [stdout]    |     ------------ ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 25 -     AccountError(account::AccountError),
[INFO] [stdout] 25 +     AccountError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/core.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     SQLError(rusqlite::Error),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 26 -     SQLError(rusqlite::Error),
[INFO] [stdout] 26 +     SQLError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/bin/core.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |     SocketError(std::io::Error),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 27 -     SocketError(std::io::Error),
[INFO] [stdout] 27 +     SocketError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.20s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "027115c31c0743e7ec774e7df6ea22dae4a8284ffd36d964c02cc69bcbd9cce1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "027115c31c0743e7ec774e7df6ea22dae4a8284ffd36d964c02cc69bcbd9cce1", kill_on_drop: false }`
[INFO] [stdout] 027115c31c0743e7ec774e7df6ea22dae4a8284ffd36d964c02cc69bcbd9cce1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ca063c1cf90bcac617c4fdea59067d0b83aff9a165fb03389dfe3656614b10f4
[INFO] running `Command { std: "docker" "start" "-a" "ca063c1cf90bcac617c4fdea59067d0b83aff9a165fb03389dfe3656614b10f4", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/bin/core.rs:24:17
[INFO] [stderr]    |
[INFO] [stderr] 24 |     LedgerError(ledger::TransactionError),
[INFO] [stderr]    |     ----------- ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 24 -     LedgerError(ledger::TransactionError),
[INFO] [stderr] 24 +     LedgerError(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/bin/core.rs:25:18
[INFO] [stderr]    |
[INFO] [stderr] 25 |     AccountError(account::AccountError),
[INFO] [stderr]    |     ------------ ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 25 -     AccountError(account::AccountError),
[INFO] [stderr] 25 +     AccountError(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/bin/core.rs:26:14
[INFO] [stderr]    |
[INFO] [stderr] 26 |     SQLError(rusqlite::Error),
[INFO] [stderr]    |     -------- ^^^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 26 -     SQLError(rusqlite::Error),
[INFO] [stderr] 26 +     SQLError(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/bin/core.rs:27:17
[INFO] [stderr]    |
[INFO] [stderr] 27 |     SocketError(std::io::Error),
[INFO] [stderr]    |     ----------- ^^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 27 -     SocketError(std::io::Error),
[INFO] [stderr] 27 +     SocketError(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `capycoin` (bin "core" test) generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/capycoin-399d2eef315be247)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test account::tests::test_new_account ... ok
[INFO] [stdout] test account::tests::test_create_seed_account ... ok
[INFO] [stdout] test account::tests::test_get_accounts ... ok
[INFO] [stdout] test account::tests::test_save_account_account_already_exists ... ok
[INFO] [stdout] test account::tests::test_get_accounts_none ... ok
[INFO] [stdout] test account::tests::test_load_account ... ok
[INFO] [stdout] test auth::tests::test_token_new ... ok
[INFO] [stdout] test account::tests::test_save_account ... ok
[INFO] [stdout] test account::tests::test_load_account_does_not_exist ... ok
[INFO] [stdout] test account::tests::test_create_accounts_table ... ok
[INFO] [stdout] test auth::tests::test_token_from_string_invalid_encoding ... ok
[INFO] [stdout] test auth::tests::test_token_from_string_invalid_length ... ok
[INFO] [stdout] test ledger::tests::test_get_transactions_none ... ok
[INFO] [stdout] test auth::tests::test_token_from_string ... ok
[INFO] [stdout] test ledger::tests::test_create_ledger_table ... ok
[INFO] [stdout] test ledger::tests::test_new_transaction ... ok
[INFO] [stdout] test ledger::tests::test_transaction_negative_fee ... ok
[INFO] [stdout] test auth::tests::test_token_to_string ... ok
[INFO] [stdout] test ledger::tests::test_transaction_save_get ... ok
[INFO] [stdout] test ledger::tests::test_transaction_negative_amount ... ok
[INFO] [stdout] test ledger::tests::test_transaction_zero_amount ... ok
[INFO] [stdout] test ledger::tests::test_transaction_sender_not_exist ... ok
[INFO] [stdout] test ledger::tests::test_transaction_sender_not_enough_funds ... ok
[INFO] [stdout] test ledger::tests::test_get_transactions_none_in_range ... ok
[INFO] [stdout] test ledger::tests::test_transaction_receiver_not_exist ... ok
[INFO] [stdout] test auth::tests::test_validate_token_expired ... ok
[INFO] [stdout] test auth::tests::test_create_token ... ok
[INFO] [stdout] test auth::tests::test_validate_token ... ok
[INFO] [stderr]      Running unittests src/bin/client_gateway.rs (/opt/rustwide/target/debug/deps/client_gateway-5f4d8f72ef71820f)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.72s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/core.rs (/opt/rustwide/target/debug/deps/core-987f243d9909a4e1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/seed_tx.rs (/opt/rustwide/target/debug/deps/seed_tx-32fa4c19e88b51c8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/stipend.rs (/opt/rustwide/target/debug/deps/stipend-156866770ebb2ae8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests capycoin
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ca063c1cf90bcac617c4fdea59067d0b83aff9a165fb03389dfe3656614b10f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca063c1cf90bcac617c4fdea59067d0b83aff9a165fb03389dfe3656614b10f4", kill_on_drop: false }`
[INFO] [stdout] ca063c1cf90bcac617c4fdea59067d0b83aff9a165fb03389dfe3656614b10f4
