Sep 14 19:05:29.033 INFO checking bolt11-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:05:29.033 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:05:29.033 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:05:29.206 INFO blam! 8a6cb9b9a87b49f59a68d0812b3a3994e80065696818db0a94055f0278ec02e0 Sep 14 19:05:29.208 INFO running `"docker" "start" "-a" "8a6cb9b9a87b49f59a68d0812b3a3994e80065696818db0a94055f0278ec02e0"` Sep 14 19:05:29.938 INFO kablam! usermod: no changes Sep 14 19:05:30.063 INFO kablam! Checking bech32 v0.2.2 Sep 14 19:05:30.063 INFO kablam! Checking base58 v0.1.0 Sep 14 19:05:30.073 INFO kablam! Checking hmac v0.4.2 Sep 14 19:05:30.412 INFO kablam! Checking hmac-drbg v0.1.2 Sep 14 19:05:30.591 INFO kablam! Checking base58check v0.0.1 Sep 14 19:05:30.683 INFO kablam! Checking bitcoin-bech32 v0.3.1 Sep 14 19:05:31.216 INFO kablam! Checking libsecp256k1 v0.1.14 Sep 14 19:05:43.819 INFO kablam! Checking bolt11 v0.1.0 (file:///source) Sep 14 19:05:45.415 INFO kablam! warning: unused import: `std::collections::HashMap` Sep 14 19:05:45.415 INFO kablam! --> src/amount.rs:62:9 Sep 14 19:05:45.415 INFO kablam! | Sep 14 19:05:45.415 INFO kablam! 62 | use std::collections::HashMap; Sep 14 19:05:45.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:05:45.415 INFO kablam! | Sep 14 19:05:45.415 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:05:45.415 INFO kablam! Sep 14 19:05:45.423 INFO kablam! warning: unused import: `lazy_static` Sep 14 19:05:45.423 INFO kablam! --> src/payment_request.rs:520:9 Sep 14 19:05:45.423 INFO kablam! | Sep 14 19:05:45.423 INFO kablam! 520 | use lazy_static; Sep 14 19:05:45.423 INFO kablam! | ^^^^^^^^^^^ Sep 14 19:05:45.423 INFO kablam! Sep 14 19:05:45.423 INFO kablam! warning: unused import: `to_hex` Sep 14 19:05:45.423 INFO kablam! --> src/payment_request.rs:521:27 Sep 14 19:05:45.423 INFO kablam! | Sep 14 19:05:45.423 INFO kablam! 521 | use utils::{from_hex, to_hex}; Sep 14 19:05:45.423 INFO kablam! | ^^^^^^ Sep 14 19:05:45.423 INFO kablam! Sep 14 19:05:45.687 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 19:05:45.687 INFO kablam! --> src/payment_request.rs:207:14 Sep 14 19:05:45.687 INFO kablam! | Sep 14 19:05:45.687 INFO kablam! 207 | .flatten() Sep 14 19:05:45.687 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 14 19:05:45.687 INFO kablam! | Sep 14 19:05:45.687 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FilterMap<_, _>` Sep 14 19:05:45.687 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 14 19:05:45.687 INFO kablam! Sep 14 19:05:45.737 INFO kablam! error: aborting due to previous error Sep 14 19:05:45.739 INFO kablam! Sep 14 19:05:45.739 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 14 19:05:45.748 INFO kablam! error: Could not compile `bolt11`. Sep 14 19:05:45.748 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:05:45.907 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 19:05:45.907 INFO kablam! --> src/payment_request.rs:207:14 Sep 14 19:05:45.907 INFO kablam! | Sep 14 19:05:45.907 INFO kablam! 207 | .flatten() Sep 14 19:05:45.907 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 14 19:05:45.907 INFO kablam! | Sep 14 19:05:45.907 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FilterMap<_, _>` Sep 14 19:05:45.907 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 14 19:05:45.907 INFO kablam! Sep 14 19:05:46.129 INFO kablam! error: aborting due to previous error Sep 14 19:05:46.129 INFO kablam! Sep 14 19:05:46.129 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 14 19:05:46.140 INFO kablam! error: Could not compile `bolt11`. Sep 14 19:05:46.140 INFO kablam! Sep 14 19:05:46.140 INFO kablam! To learn more, run the command again with --verbose. Sep 14 19:05:46.142 INFO kablam! su: No module specific data is present Sep 14 19:05:46.648 INFO running `"docker" "rm" "-f" "8a6cb9b9a87b49f59a68d0812b3a3994e80065696818db0a94055f0278ec02e0"` Sep 14 19:05:46.846 INFO blam! 8a6cb9b9a87b49f59a68d0812b3a3994e80065696818db0a94055f0278ec02e0