Sep 19 23:02:26.548 INFO checking pbp-0.4.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:02:26.548 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:02:26.548 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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.789 INFO blam! e72d216e4938aa0d186200d99e7210fabb853e6ce304077d1982e73f18b92529 Sep 19 23:02:26.790 INFO running `"docker" "start" "-a" "e72d216e4938aa0d186200d99e7210fabb853e6ce304077d1982e73f18b92529"` Sep 19 23:02:28.009 INFO kablam! usermod: no changes Sep 19 23:02:28.053 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.146 INFO kablam! Checking pbp v0.4.0 (/source) Sep 19 23:02:28.226 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 19 23:02:28.226 INFO kablam! --> src/lib.rs:10:12 Sep 19 23:02:28.226 INFO kablam! | Sep 19 23:02:28.226 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 19 23:02:28.226 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:02:28.226 INFO kablam! Sep 19 23:02:28.286 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 19 23:02:28.286 INFO kablam! --> src/lib.rs:10:12 Sep 19 23:02:28.286 INFO kablam! | Sep 19 23:02:28.286 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 19 23:02:28.286 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:02:28.286 INFO kablam! Sep 19 23:02:30.902 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 19 23:02:30.902 INFO kablam! --> examples/round_trip.rs:3:1 Sep 19 23:02:30.902 INFO kablam! | Sep 19 23:02:30.902 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 19 23:02:30.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 23:02:30.902 INFO kablam! Sep 19 23:02:30.904 INFO kablam! error: aborting due to previous error Sep 19 23:02:30.904 INFO kablam! Sep 19 23:02:30.904 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 23:02:30.910 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 19 23:02:30.910 INFO kablam! --> examples/print.rs:3:1 Sep 19 23:02:30.910 INFO kablam! | Sep 19 23:02:30.910 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 19 23:02:30.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 23:02:30.910 INFO kablam! Sep 19 23:02:30.910 INFO kablam! error: aborting due to previous error Sep 19 23:02:30.910 INFO kablam! Sep 19 23:02:30.910 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 23:02:30.913 INFO kablam! error: Could not compile `pbp`. Sep 19 23:02:30.913 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:02:30.928 INFO kablam! error: Could not compile `pbp`. Sep 19 23:02:30.928 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:02:30.985 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 19 23:02:30.985 INFO kablam! --> examples/read_sig.rs:3:1 Sep 19 23:02:30.985 INFO kablam! | Sep 19 23:02:30.985 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 19 23:02:30.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 23:02:30.985 INFO kablam! Sep 19 23:02:30.985 INFO kablam! error: aborting due to previous error Sep 19 23:02:30.985 INFO kablam! Sep 19 23:02:30.985 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 23:02:30.990 INFO kablam! error: Could not compile `pbp`. Sep 19 23:02:30.990 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:02:31.230 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 19 23:02:31.230 INFO kablam! --> examples/verify_sig.rs:17:27 Sep 19 23:02:31.230 INFO kablam! | Sep 19 23:02:31.230 INFO kablam! 17 | let sig: String = fs::read_string(props.join("sig.txt")).unwrap(); Sep 19 23:02:31.230 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 19 23:02:31.230 INFO kablam! Sep 19 23:02:31.230 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 19 23:02:31.230 INFO kablam! --> examples/verify_sig.rs:18:27 Sep 19 23:02:31.230 INFO kablam! | Sep 19 23:02:31.230 INFO kablam! 18 | let key: String = fs::read_string(props.join("key.txt")).unwrap(); Sep 19 23:02:31.230 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 19 23:02:31.230 INFO kablam! Sep 19 23:02:31.230 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 19 23:02:31.230 INFO kablam! --> examples/verify_sig.rs:19:28 Sep 19 23:02:31.230 INFO kablam! | Sep 19 23:02:31.230 INFO kablam! 19 | let data: String = fs::read_string(props.join("data.txt")).unwrap(); Sep 19 23:02:31.230 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 19 23:02:31.230 INFO kablam! Sep 19 23:02:31.285 INFO kablam! error[E0599]: no method named `verify_dalek` found for type `pbp::PgpSig` in the current scope Sep 19 23:02:31.285 INFO kablam! --> examples/verify_sig.rs:24:12 Sep 19 23:02:31.286 INFO kablam! | Sep 19 23:02:31.286 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 19 23:02:31.286 INFO kablam! | ^^^^^^^^^^^^ Sep 19 23:02:31.286 INFO kablam! Sep 19 23:02:31.287 INFO kablam! error[E0599]: no method named `to_dalek` found for type `pbp::PgpKey` in the current scope Sep 19 23:02:31.287 INFO kablam! --> examples/verify_sig.rs:24:65 Sep 19 23:02:31.287 INFO kablam! | Sep 19 23:02:31.287 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 19 23:02:31.287 INFO kablam! | ^^^^^^^^ Sep 19 23:02:31.287 INFO kablam! Sep 19 23:02:31.291 INFO kablam! error: aborting due to 5 previous errors Sep 19 23:02:31.291 INFO kablam! Sep 19 23:02:31.291 INFO kablam! Some errors occurred: E0425, E0599. Sep 19 23:02:31.291 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 19 23:02:31.300 INFO kablam! error: Could not compile `pbp`. Sep 19 23:02:31.300 INFO kablam! Sep 19 23:02:31.300 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:02:31.301 INFO kablam! su: No module specific data is present Sep 19 23:02:31.710 INFO running `"docker" "rm" "-f" "e72d216e4938aa0d186200d99e7210fabb853e6ce304077d1982e73f18b92529"` Sep 19 23:02:31.825 INFO blam! e72d216e4938aa0d186200d99e7210fabb853e6ce304077d1982e73f18b92529