Sep 14 11:59:05.241 INFO checking pbp-0.4.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:59:05.241 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:59:05.241 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/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 11:59:05.591 INFO blam! 39bffa9bb494cce153a0f3587e986463fceb36ac912eca9f3cbcf4a255c50c16 Sep 14 11:59:05.593 INFO running `"docker" "start" "-a" "39bffa9bb494cce153a0f3587e986463fceb36ac912eca9f3cbcf4a255c50c16"` Sep 14 11:59:07.041 INFO kablam! usermod: no changes Sep 14 11:59:07.067 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 14 11:59:07.142 INFO kablam! Checking sha2 v0.6.0 Sep 14 11:59:07.151 INFO kablam! Checking pbp v0.4.0 (file:///source) Sep 14 11:59:07.246 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 14 11:59:07.246 INFO kablam! --> src/lib.rs:10:12 Sep 14 11:59:07.246 INFO kablam! | Sep 14 11:59:07.246 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 14 11:59:07.246 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 11:59:07.247 INFO kablam! Sep 14 11:59:07.647 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 14 11:59:07.647 INFO kablam! --> src/lib.rs:10:12 Sep 14 11:59:07.647 INFO kablam! | Sep 14 11:59:07.647 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 14 11:59:07.647 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 11:59:07.647 INFO kablam! Sep 14 11:59:08.746 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 14 11:59:08.747 INFO kablam! --> examples/print.rs:3:1 Sep 14 11:59:08.747 INFO kablam! | Sep 14 11:59:08.747 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 14 11:59:08.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 14 11:59:08.757 INFO kablam! Sep 14 11:59:08.757 INFO kablam! error: aborting due to previous error Sep 14 11:59:08.757 INFO kablam! Sep 14 11:59:08.758 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 11:59:08.763 INFO kablam! error: Could not compile `pbp`. Sep 14 11:59:08.763 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:59:08.959 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 14 11:59:08.959 INFO kablam! --> examples/round_trip.rs:3:1 Sep 14 11:59:08.959 INFO kablam! | Sep 14 11:59:08.959 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 14 11:59:08.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 14 11:59:08.960 INFO kablam! Sep 14 11:59:08.967 INFO kablam! error: aborting due to previous error Sep 14 11:59:08.967 INFO kablam! Sep 14 11:59:08.967 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 11:59:08.991 INFO kablam! error: Could not compile `pbp`. Sep 14 11:59:08.992 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:59:09.218 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 14 11:59:09.219 INFO kablam! --> examples/read_sig.rs:3:1 Sep 14 11:59:09.219 INFO kablam! | Sep 14 11:59:09.219 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 14 11:59:09.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 14 11:59:09.219 INFO kablam! Sep 14 11:59:09.219 INFO kablam! error: aborting due to previous error Sep 14 11:59:09.219 INFO kablam! Sep 14 11:59:09.219 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 11:59:09.219 INFO kablam! error: Could not compile `pbp`. Sep 14 11:59:09.219 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:59:09.507 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 14 11:59:09.507 INFO kablam! --> examples/verify_sig.rs:17:27 Sep 14 11:59:09.507 INFO kablam! | Sep 14 11:59:09.507 INFO kablam! 17 | let sig: String = fs::read_string(props.join("sig.txt")).unwrap(); Sep 14 11:59:09.507 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 14 11:59:09.507 INFO kablam! Sep 14 11:59:09.507 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 14 11:59:09.507 INFO kablam! --> examples/verify_sig.rs:18:27 Sep 14 11:59:09.507 INFO kablam! | Sep 14 11:59:09.507 INFO kablam! 18 | let key: String = fs::read_string(props.join("key.txt")).unwrap(); Sep 14 11:59:09.507 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 14 11:59:09.507 INFO kablam! Sep 14 11:59:09.507 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 14 11:59:09.507 INFO kablam! --> examples/verify_sig.rs:19:28 Sep 14 11:59:09.507 INFO kablam! | Sep 14 11:59:09.507 INFO kablam! 19 | let data: String = fs::read_string(props.join("data.txt")).unwrap(); Sep 14 11:59:09.507 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 14 11:59:09.507 INFO kablam! Sep 14 11:59:09.597 INFO kablam! error[E0599]: no method named `verify_dalek` found for type `pbp::PgpSig` in the current scope Sep 14 11:59:09.597 INFO kablam! --> examples/verify_sig.rs:24:12 Sep 14 11:59:09.597 INFO kablam! | Sep 14 11:59:09.597 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 14 11:59:09.597 INFO kablam! | ^^^^^^^^^^^^ Sep 14 11:59:09.597 INFO kablam! Sep 14 11:59:09.599 INFO kablam! error[E0599]: no method named `to_dalek` found for type `pbp::PgpKey` in the current scope Sep 14 11:59:09.599 INFO kablam! --> examples/verify_sig.rs:24:65 Sep 14 11:59:09.599 INFO kablam! | Sep 14 11:59:09.599 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 14 11:59:09.599 INFO kablam! | ^^^^^^^^ Sep 14 11:59:09.599 INFO kablam! Sep 14 11:59:09.611 INFO kablam! error: aborting due to 5 previous errors Sep 14 11:59:09.611 INFO kablam! Sep 14 11:59:09.611 INFO kablam! Some errors occurred: E0425, E0599. Sep 14 11:59:09.611 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 11:59:09.619 INFO kablam! error: Could not compile `pbp`. Sep 14 11:59:09.619 INFO kablam! Sep 14 11:59:09.619 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:59:09.620 INFO kablam! su: No module specific data is present Sep 14 11:59:10.163 INFO running `"docker" "rm" "-f" "39bffa9bb494cce153a0f3587e986463fceb36ac912eca9f3cbcf4a255c50c16"` Sep 14 11:59:10.326 INFO blam! 39bffa9bb494cce153a0f3587e986463fceb36ac912eca9f3cbcf4a255c50c16