[INFO] crate bolt11 0.1.0 is already in cache
[INFO] checking bolt11-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate bolt11 0.1.0 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate bolt11 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate bolt11 0.1.0
[INFO] finished tweaking crates.io crate bolt11 0.1.0
[INFO] tweaked toml for crates.io crate bolt11 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 5ad17412609a64ef54e167c70c58242262468f62bfb24067f7a992ca89b23aa6
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "5ad17412609a64ef54e167c70c58242262468f62bfb24067f7a992ca89b23aa6"`
[INFO] [stderr]     Checking base58 v0.1.0
[INFO] [stderr]     Checking bech32 v0.2.2
[INFO] [stderr]     Checking generic-array v0.8.3
[INFO] [stderr]     Checking bitcoin-bech32 v0.3.1
[INFO] [stderr]     Checking base58check v0.0.1
[INFO] [stderr]     Checking digest v0.6.2
[INFO] [stderr]     Checking crypto-mac v0.4.0
[INFO] [stderr]     Checking block-buffer v0.2.0
[INFO] [stderr]     Checking hmac v0.4.2
[INFO] [stderr]     Checking sha2 v0.6.0
[INFO] [stderr]     Checking hmac-drbg v0.1.2
[INFO] [stderr]     Checking libsecp256k1 v0.1.15
[INFO] [stderr]     Checking bolt11 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]  --> src/tag.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | /// Bech32 alphabet.
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr]   = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/types.rs:80:32
[INFO] [stderr]    |
[INFO] [stderr] 80 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stderr]    |                                ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/types.rs:66:36
[INFO] [stderr]    |
[INFO] [stderr] 66 |             Error::IOErr(ref e) => error::Error::description(e),
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/types.rs:67:44
[INFO] [stderr]    |
[INFO] [stderr] 67 |             Error::ParseFloatErr(ref e) => error::Error::description(e),
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/types.rs:68:42
[INFO] [stderr]    |
[INFO] [stderr] 68 |             Error::ParseIntErr(ref e) => error::Error::description(e),
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/types.rs:69:42
[INFO] [stderr]    |
[INFO] [stderr] 69 |             Error::FromUTF8Err(ref e) => error::Error::description(e),
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/types.rs:70:40
[INFO] [stderr]    |
[INFO] [stderr] 70 |             Error::Bech32Err(ref e) => error::Error::description(e),
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]  --> src/tag.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | /// Bech32 alphabet.
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr]   = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]   --> src/amount.rs:62:9
[INFO] [stderr]    |
[INFO] [stderr] 62 |     use std::collections::HashMap;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/types.rs:80:32
[INFO] [stderr]    |
[INFO] [stderr] 80 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stderr]    |                                ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `lazy_static`
[INFO] [stderr]    --> src/payment_request.rs:520:9
[INFO] [stderr]     |
[INFO] [stderr] 520 |     use lazy_static;
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `to_hex`
[INFO] [stderr]    --> src/payment_request.rs:521:27
[INFO] [stderr]     |
[INFO] [stderr] 521 |     use utils::{from_hex, to_hex};
[INFO] [stderr]     |                           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/types.rs:66:36
[INFO] [stderr]    |
[INFO] [stderr] 66 |             Error::IOErr(ref e) => error::Error::description(e),
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/types.rs:67:44
[INFO] [stderr]    |
[INFO] [stderr] 67 |             Error::ParseFloatErr(ref e) => error::Error::description(e),
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/types.rs:68:42
[INFO] [stderr]    |
[INFO] [stderr] 68 |             Error::ParseIntErr(ref e) => error::Error::description(e),
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/types.rs:69:42
[INFO] [stderr]    |
[INFO] [stderr] 69 |             Error::FromUTF8Err(ref e) => error::Error::description(e),
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/types.rs:70:40
[INFO] [stderr]    |
[INFO] [stderr] 70 |             Error::Bech32Err(ref e) => error::Error::description(e),
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0034]: multiple applicable items in scope
[INFO] [stderr]    --> src/payment_request.rs:207:14
[INFO] [stderr]     |
[INFO] [stderr] 207 |             .flatten()
[INFO] [stderr]     |              ^^^^^^^ multiple `flatten` found
[INFO] [stderr]     |
[INFO] [stderr]     = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FilterMap<_, _>`
[INFO] [stderr]     = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_`
[INFO] [stderr] help: disambiguate the method call for candidate #1
[INFO] [stderr]     |
[INFO] [stderr] 201 |         std::iter::Iterator::flatten(self.tags
[INFO] [stderr] 202 |             .iter()
[INFO] [stderr] 203 |             .filter_map(|v| match *v {
[INFO] [stderr] 204 |                 Tag::RoutingInfo { ref path } => Some(path.to_owned()),
[INFO] [stderr] 205 |                 _ => None,
[INFO] [stderr] 206 |             }))
[INFO] [stderr]     |
[INFO] [stderr] help: disambiguate the method call for candidate #2
[INFO] [stderr]     |
[INFO] [stderr] 201 |         itertools::Itertools::flatten(self.tags
[INFO] [stderr] 202 |             .iter()
[INFO] [stderr] 203 |             .filter_map(|v| match *v {
[INFO] [stderr] 204 |                 Tag::RoutingInfo { ref path } => Some(path.to_owned()),
[INFO] [stderr] 205 |                 _ => None,
[INFO] [stderr] 206 |             }))
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0034`.
[INFO] [stderr] error: could not compile `bolt11`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0034]: multiple applicable items in scope
[INFO] [stderr]    --> src/payment_request.rs:207:14
[INFO] [stderr]     |
[INFO] [stderr] 207 |             .flatten()
[INFO] [stderr]     |              ^^^^^^^ multiple `flatten` found
[INFO] [stderr]     |
[INFO] [stderr]     = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FilterMap<_, _>`
[INFO] [stderr]     = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_`
[INFO] [stderr] help: disambiguate the method call for candidate #1
[INFO] [stderr]     |
[INFO] [stderr] 201 |         std::iter::Iterator::flatten(self.tags
[INFO] [stderr] 202 |             .iter()
[INFO] [stderr] 203 |             .filter_map(|v| match *v {
[INFO] [stderr] 204 |                 Tag::RoutingInfo { ref path } => Some(path.to_owned()),
[INFO] [stderr] 205 |                 _ => None,
[INFO] [stderr] 206 |             }))
[INFO] [stderr]     |
[INFO] [stderr] help: disambiguate the method call for candidate #2
[INFO] [stderr]     |
[INFO] [stderr] 201 |         itertools::Itertools::flatten(self.tags
[INFO] [stderr] 202 |             .iter()
[INFO] [stderr] 203 |             .filter_map(|v| match *v {
[INFO] [stderr] 204 |                 Tag::RoutingInfo { ref path } => Some(path.to_owned()),
[INFO] [stderr] 205 |                 _ => None,
[INFO] [stderr] 206 |             }))
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0034`.
[INFO] [stderr] error: could not compile `bolt11`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "5ad17412609a64ef54e167c70c58242262468f62bfb24067f7a992ca89b23aa6"`
[INFO] running `"docker" "rm" "-f" "5ad17412609a64ef54e167c70c58242262468f62bfb24067f7a992ca89b23aa6"`
[INFO] [stdout] 5ad17412609a64ef54e167c70c58242262468f62bfb24067f7a992ca89b23aa6
