Sep 17 20:11:17.255 INFO checking pbp-0.4.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 20:11:17.255 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 20:11:17.255 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:11:17.541 INFO blam! 0b62628303d1f240845c4e1a3a395c2b951bf4f1f99ccd7d5d2ef59a46e691d3 Sep 17 20:11:17.543 INFO running `"docker" "start" "-a" "0b62628303d1f240845c4e1a3a395c2b951bf4f1f99ccd7d5d2ef59a46e691d3"` Sep 17 20:11:18.557 INFO kablam! usermod: no changes Sep 17 20:11:18.622 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 17 20:11:18.739 INFO kablam! Checking pbp v0.4.0 (/source) Sep 17 20:11:18.899 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 17 20:11:18.899 INFO kablam! --> src/lib.rs:10:12 Sep 17 20:11:18.899 INFO kablam! | Sep 17 20:11:18.899 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 17 20:11:18.899 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 20:11:18.899 INFO kablam! Sep 17 20:11:18.927 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 17 20:11:18.927 INFO kablam! --> src/lib.rs:10:12 Sep 17 20:11:18.927 INFO kablam! | Sep 17 20:11:18.927 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 17 20:11:18.927 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 20:11:18.927 INFO kablam! Sep 17 20:11:22.036 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 17 20:11:22.036 INFO kablam! --> examples/round_trip.rs:3:1 Sep 17 20:11:22.037 INFO kablam! | Sep 17 20:11:22.037 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 17 20:11:22.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 17 20:11:22.037 INFO kablam! Sep 17 20:11:22.038 INFO kablam! error: aborting due to previous error Sep 17 20:11:22.038 INFO kablam! Sep 17 20:11:22.038 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 17 20:11:22.067 INFO kablam! error: Could not compile `pbp`. Sep 17 20:11:22.068 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:11:22.218 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 17 20:11:22.219 INFO kablam! --> examples/print.rs:3:1 Sep 17 20:11:22.219 INFO kablam! | Sep 17 20:11:22.219 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 17 20:11:22.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 17 20:11:22.220 INFO kablam! Sep 17 20:11:22.220 INFO kablam! error: aborting due to previous error Sep 17 20:11:22.220 INFO kablam! Sep 17 20:11:22.221 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 17 20:11:22.239 INFO kablam! error: Could not compile `pbp`. Sep 17 20:11:22.239 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:11:22.245 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 17 20:11:22.245 INFO kablam! --> examples/read_sig.rs:3:1 Sep 17 20:11:22.245 INFO kablam! | Sep 17 20:11:22.245 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 17 20:11:22.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 17 20:11:22.245 INFO kablam! Sep 17 20:11:22.255 INFO kablam! error: aborting due to previous error Sep 17 20:11:22.255 INFO kablam! Sep 17 20:11:22.255 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 17 20:11:22.261 INFO kablam! error: Could not compile `pbp`. Sep 17 20:11:22.261 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:11:22.523 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 17 20:11:22.523 INFO kablam! --> examples/verify_sig.rs:17:27 Sep 17 20:11:22.523 INFO kablam! | Sep 17 20:11:22.523 INFO kablam! 17 | let sig: String = fs::read_string(props.join("sig.txt")).unwrap(); Sep 17 20:11:22.523 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 17 20:11:22.523 INFO kablam! Sep 17 20:11:22.523 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 17 20:11:22.523 INFO kablam! --> examples/verify_sig.rs:18:27 Sep 17 20:11:22.523 INFO kablam! | Sep 17 20:11:22.523 INFO kablam! 18 | let key: String = fs::read_string(props.join("key.txt")).unwrap(); Sep 17 20:11:22.523 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 17 20:11:22.523 INFO kablam! Sep 17 20:11:22.523 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 17 20:11:22.523 INFO kablam! --> examples/verify_sig.rs:19:28 Sep 17 20:11:22.523 INFO kablam! | Sep 17 20:11:22.523 INFO kablam! 19 | let data: String = fs::read_string(props.join("data.txt")).unwrap(); Sep 17 20:11:22.523 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 17 20:11:22.523 INFO kablam! Sep 17 20:11:22.615 INFO kablam! error[E0599]: no method named `verify_dalek` found for type `pbp::PgpSig` in the current scope Sep 17 20:11:22.615 INFO kablam! --> examples/verify_sig.rs:24:12 Sep 17 20:11:22.615 INFO kablam! | Sep 17 20:11:22.615 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 17 20:11:22.615 INFO kablam! | ^^^^^^^^^^^^ Sep 17 20:11:22.615 INFO kablam! Sep 17 20:11:22.615 INFO kablam! error[E0599]: no method named `to_dalek` found for type `pbp::PgpKey` in the current scope Sep 17 20:11:22.615 INFO kablam! --> examples/verify_sig.rs:24:65 Sep 17 20:11:22.615 INFO kablam! | Sep 17 20:11:22.615 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 17 20:11:22.615 INFO kablam! | ^^^^^^^^ Sep 17 20:11:22.615 INFO kablam! Sep 17 20:11:22.623 INFO kablam! error: aborting due to 5 previous errors Sep 17 20:11:22.623 INFO kablam! Sep 17 20:11:22.623 INFO kablam! Some errors occurred: E0425, E0599. Sep 17 20:11:22.623 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 17 20:11:22.634 INFO kablam! error: Could not compile `pbp`. Sep 17 20:11:22.634 INFO kablam! Sep 17 20:11:22.634 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:11:22.634 INFO kablam! su: No module specific data is present Sep 17 20:11:23.910 INFO running `"docker" "rm" "-f" "0b62628303d1f240845c4e1a3a395c2b951bf4f1f99ccd7d5d2ef59a46e691d3"` Sep 17 20:11:24.207 INFO blam! 0b62628303d1f240845c4e1a3a395c2b951bf4f1f99ccd7d5d2ef59a46e691d3