Sep 19 23:02:26.465 INFO checking pbp-0.4.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:02:26.465 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:02:26.465 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:02:26.691 INFO blam! 7aa31c5b98e00983e144e3cb74377465eca66bf068526713395ff29bbb2ca22c Sep 19 23:02:26.693 INFO running `"docker" "start" "-a" "7aa31c5b98e00983e144e3cb74377465eca66bf068526713395ff29bbb2ca22c"` Sep 19 23:02:28.493 INFO kablam! usermod: no changes Sep 19 23:02:28.558 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 19 23:02:28.684 INFO kablam! Checking pbp v0.4.0 (/source) Sep 19 23:02:28.862 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 19 23:02:28.862 INFO kablam! --> src/lib.rs:10:12 Sep 19 23:02:28.862 INFO kablam! | Sep 19 23:02:28.862 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 19 23:02:28.863 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:02:28.863 INFO kablam! Sep 19 23:02:28.878 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 19 23:02:28.879 INFO kablam! --> src/lib.rs:10:12 Sep 19 23:02:28.879 INFO kablam! | Sep 19 23:02:28.879 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 19 23:02:28.879 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:02:28.879 INFO kablam! Sep 19 23:02:31.051 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 19 23:02:31.051 INFO kablam! --> examples/print.rs:3:1 Sep 19 23:02:31.051 INFO kablam! | Sep 19 23:02:31.051 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 19 23:02:31.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 23:02:31.051 INFO kablam! Sep 19 23:02:31.052 INFO kablam! error: aborting due to previous error Sep 19 23:02:31.052 INFO kablam! Sep 19 23:02:31.052 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 23:02:31.059 INFO kablam! error: Could not compile `pbp`. Sep 19 23:02:31.060 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:02:31.062 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 19 23:02:31.062 INFO kablam! --> examples/round_trip.rs:3:1 Sep 19 23:02:31.062 INFO kablam! | Sep 19 23:02:31.062 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 19 23:02:31.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 23:02:31.062 INFO kablam! Sep 19 23:02:31.062 INFO kablam! error: aborting due to previous error Sep 19 23:02:31.062 INFO kablam! Sep 19 23:02:31.062 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 23:02:31.063 INFO kablam! error: Could not compile `pbp`. Sep 19 23:02:31.063 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:02:31.106 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 19 23:02:31.106 INFO kablam! --> examples/read_sig.rs:3:1 Sep 19 23:02:31.106 INFO kablam! | Sep 19 23:02:31.106 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 19 23:02:31.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 23:02:31.106 INFO kablam! Sep 19 23:02:31.108 INFO kablam! error: aborting due to previous error Sep 19 23:02:31.108 INFO kablam! Sep 19 23:02:31.108 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 23:02:31.111 INFO kablam! error: Could not compile `pbp`. Sep 19 23:02:31.111 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:02:31.412 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 19 23:02:31.412 INFO kablam! --> examples/verify_sig.rs:17:27 Sep 19 23:02:31.412 INFO kablam! | Sep 19 23:02:31.412 INFO kablam! 17 | let sig: String = fs::read_string(props.join("sig.txt")).unwrap(); Sep 19 23:02:31.412 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 19 23:02:31.412 INFO kablam! Sep 19 23:02:31.412 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 19 23:02:31.412 INFO kablam! --> examples/verify_sig.rs:18:27 Sep 19 23:02:31.412 INFO kablam! | Sep 19 23:02:31.412 INFO kablam! 18 | let key: String = fs::read_string(props.join("key.txt")).unwrap(); Sep 19 23:02:31.412 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 19 23:02:31.412 INFO kablam! Sep 19 23:02:31.412 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 19 23:02:31.412 INFO kablam! --> examples/verify_sig.rs:19:28 Sep 19 23:02:31.412 INFO kablam! | Sep 19 23:02:31.412 INFO kablam! 19 | let data: String = fs::read_string(props.join("data.txt")).unwrap(); Sep 19 23:02:31.412 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 19 23:02:31.413 INFO kablam! Sep 19 23:02:31.478 INFO kablam! error[E0599]: no method named `verify_dalek` found for type `pbp::PgpSig` in the current scope Sep 19 23:02:31.478 INFO kablam! --> examples/verify_sig.rs:24:12 Sep 19 23:02:31.478 INFO kablam! | Sep 19 23:02:31.478 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 19 23:02:31.478 INFO kablam! | ^^^^^^^^^^^^ Sep 19 23:02:31.478 INFO kablam! Sep 19 23:02:31.479 INFO kablam! error[E0599]: no method named `to_dalek` found for type `pbp::PgpKey` in the current scope Sep 19 23:02:31.479 INFO kablam! --> examples/verify_sig.rs:24:65 Sep 19 23:02:31.479 INFO kablam! | Sep 19 23:02:31.479 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 19 23:02:31.479 INFO kablam! | ^^^^^^^^ Sep 19 23:02:31.479 INFO kablam! Sep 19 23:02:31.483 INFO kablam! error: aborting due to 5 previous errors Sep 19 23:02:31.483 INFO kablam! Sep 19 23:02:31.483 INFO kablam! Some errors occurred: E0425, E0599. Sep 19 23:02:31.483 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 19 23:02:31.491 INFO kablam! error: Could not compile `pbp`. Sep 19 23:02:31.491 INFO kablam! Sep 19 23:02:31.491 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:02:31.493 INFO kablam! su: No module specific data is present Sep 19 23:02:31.883 INFO running `"docker" "rm" "-f" "7aa31c5b98e00983e144e3cb74377465eca66bf068526713395ff29bbb2ca22c"` Sep 19 23:02:31.986 INFO blam! 7aa31c5b98e00983e144e3cb74377465eca66bf068526713395ff29bbb2ca22c