Sep 21 05:52:57.354 INFO checking pbp-0.4.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:52:57.354 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:52:57.354 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:52:57.582 INFO blam! 27d55c0032b25fee74bf79623398e2859ec9c16593ef9cd3d952814e48b24310 Sep 21 05:52:57.583 INFO running `"docker" "start" "-a" "27d55c0032b25fee74bf79623398e2859ec9c16593ef9cd3d952814e48b24310"` Sep 21 05:52:58.478 INFO kablam! usermod: no changes Sep 21 05:52:58.524 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 21 05:52:58.619 INFO kablam! Checking pbp v0.4.0 (/source) Sep 21 05:52:58.690 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 21 05:52:58.690 INFO kablam! --> src/lib.rs:10:12 Sep 21 05:52:58.690 INFO kablam! | Sep 21 05:52:58.690 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 21 05:52:58.690 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 05:52:58.690 INFO kablam! Sep 21 05:52:58.694 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 21 05:52:58.694 INFO kablam! --> src/lib.rs:10:12 Sep 21 05:52:58.694 INFO kablam! | Sep 21 05:52:58.694 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 21 05:52:58.694 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 05:52:58.694 INFO kablam! Sep 21 05:53:00.358 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 21 05:53:00.358 INFO kablam! --> examples/round_trip.rs:3:1 Sep 21 05:53:00.358 INFO kablam! | Sep 21 05:53:00.358 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 21 05:53:00.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 05:53:00.358 INFO kablam! Sep 21 05:53:00.358 INFO kablam! error: aborting due to previous error Sep 21 05:53:00.358 INFO kablam! Sep 21 05:53:00.358 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 05:53:00.370 INFO kablam! error: Could not compile `pbp`. Sep 21 05:53:00.370 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:53:00.378 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 21 05:53:00.378 INFO kablam! --> examples/read_sig.rs:3:1 Sep 21 05:53:00.378 INFO kablam! | Sep 21 05:53:00.378 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 21 05:53:00.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 05:53:00.378 INFO kablam! Sep 21 05:53:00.378 INFO kablam! error: aborting due to previous error Sep 21 05:53:00.378 INFO kablam! Sep 21 05:53:00.378 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 05:53:00.378 INFO kablam! error: Could not compile `pbp`. Sep 21 05:53:00.378 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:53:00.454 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 21 05:53:00.454 INFO kablam! --> examples/print.rs:3:1 Sep 21 05:53:00.454 INFO kablam! | Sep 21 05:53:00.454 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 21 05:53:00.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 05:53:00.454 INFO kablam! Sep 21 05:53:00.454 INFO kablam! error: aborting due to previous error Sep 21 05:53:00.454 INFO kablam! Sep 21 05:53:00.454 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 05:53:00.454 INFO kablam! error: Could not compile `pbp`. Sep 21 05:53:00.455 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:53:00.693 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 21 05:53:00.693 INFO kablam! --> examples/verify_sig.rs:17:27 Sep 21 05:53:00.693 INFO kablam! | Sep 21 05:53:00.693 INFO kablam! 17 | let sig: String = fs::read_string(props.join("sig.txt")).unwrap(); Sep 21 05:53:00.693 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 21 05:53:00.693 INFO kablam! Sep 21 05:53:00.693 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 21 05:53:00.693 INFO kablam! --> examples/verify_sig.rs:18:27 Sep 21 05:53:00.693 INFO kablam! | Sep 21 05:53:00.693 INFO kablam! 18 | let key: String = fs::read_string(props.join("key.txt")).unwrap(); Sep 21 05:53:00.693 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 21 05:53:00.693 INFO kablam! Sep 21 05:53:00.693 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 21 05:53:00.693 INFO kablam! --> examples/verify_sig.rs:19:28 Sep 21 05:53:00.693 INFO kablam! | Sep 21 05:53:00.693 INFO kablam! 19 | let data: String = fs::read_string(props.join("data.txt")).unwrap(); Sep 21 05:53:00.693 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 21 05:53:00.693 INFO kablam! Sep 21 05:53:00.773 INFO kablam! error[E0599]: no method named `verify_dalek` found for type `pbp::PgpSig` in the current scope Sep 21 05:53:00.773 INFO kablam! --> examples/verify_sig.rs:24:12 Sep 21 05:53:00.773 INFO kablam! | Sep 21 05:53:00.773 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 21 05:53:00.773 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:53:00.773 INFO kablam! Sep 21 05:53:00.781 INFO kablam! error[E0599]: no method named `to_dalek` found for type `pbp::PgpKey` in the current scope Sep 21 05:53:00.781 INFO kablam! --> examples/verify_sig.rs:24:65 Sep 21 05:53:00.781 INFO kablam! | Sep 21 05:53:00.781 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 21 05:53:00.781 INFO kablam! | ^^^^^^^^ Sep 21 05:53:00.781 INFO kablam! Sep 21 05:53:00.787 INFO kablam! error: aborting due to 5 previous errors Sep 21 05:53:00.787 INFO kablam! Sep 21 05:53:00.787 INFO kablam! Some errors occurred: E0425, E0599. Sep 21 05:53:00.787 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 21 05:53:00.798 INFO kablam! error: Could not compile `pbp`. Sep 21 05:53:00.798 INFO kablam! Sep 21 05:53:00.798 INFO kablam! To learn more, run the command again with --verbose. Sep 21 05:53:00.799 INFO kablam! su: No module specific data is present Sep 21 05:53:01.534 INFO running `"docker" "rm" "-f" "27d55c0032b25fee74bf79623398e2859ec9c16593ef9cd3d952814e48b24310"` Sep 21 05:53:01.661 INFO blam! 27d55c0032b25fee74bf79623398e2859ec9c16593ef9cd3d952814e48b24310