Sep 04 11:33:42.043 INFO checking pbp-0.4.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 11:33:42.043 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 11:33:42.043 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:33:42.215 INFO blam! 3db2788fac04f0587e139edb7caad88c81e085e84e00e98dab024277cab61167 Sep 04 11:33:42.217 INFO running `"docker" "start" "-a" "3db2788fac04f0587e139edb7caad88c81e085e84e00e98dab024277cab61167"` Sep 04 11:33:42.908 INFO kablam! Checking pbp v0.4.0 (file:///source) Sep 04 11:33:42.959 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 04 11:33:42.959 INFO kablam! --> src/lib.rs:10:12 Sep 04 11:33:42.959 INFO kablam! | Sep 04 11:33:42.959 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 04 11:33:42.959 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 11:33:42.959 INFO kablam! Sep 04 11:33:42.961 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 04 11:33:42.962 INFO kablam! --> src/lib.rs:10:12 Sep 04 11:33:42.962 INFO kablam! | Sep 04 11:33:42.962 INFO kablam! 10 | #![feature(rust_2018_preview)] Sep 04 11:33:42.962 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 11:33:42.962 INFO kablam! Sep 04 11:33:46.159 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 04 11:33:46.159 INFO kablam! --> examples/round_trip.rs:3:1 Sep 04 11:33:46.159 INFO kablam! | Sep 04 11:33:46.159 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 04 11:33:46.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 11:33:46.160 INFO kablam! Sep 04 11:33:46.160 INFO kablam! error: aborting due to previous error Sep 04 11:33:46.161 INFO kablam! Sep 04 11:33:46.161 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 11:33:46.167 INFO kablam! error: Could not compile `pbp`. Sep 04 11:33:46.168 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:33:46.217 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 04 11:33:46.217 INFO kablam! --> examples/read_sig.rs:3:1 Sep 04 11:33:46.217 INFO kablam! | Sep 04 11:33:46.217 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 04 11:33:46.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 11:33:46.217 INFO kablam! Sep 04 11:33:46.218 INFO kablam! error: aborting due to previous error Sep 04 11:33:46.218 INFO kablam! Sep 04 11:33:46.218 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 11:33:46.223 INFO kablam! error: Could not compile `pbp`. Sep 04 11:33:46.223 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:33:46.342 INFO kablam! error[E0463]: can't find crate for `dalek` Sep 04 11:33:46.342 INFO kablam! --> examples/print.rs:3:1 Sep 04 11:33:46.342 INFO kablam! | Sep 04 11:33:46.342 INFO kablam! 3 | extern crate ed25519_dalek as dalek; Sep 04 11:33:46.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 11:33:46.342 INFO kablam! Sep 04 11:33:46.342 INFO kablam! error: aborting due to previous error Sep 04 11:33:46.342 INFO kablam! Sep 04 11:33:46.342 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 11:33:46.347 INFO kablam! error: Could not compile `pbp`. Sep 04 11:33:46.347 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:33:46.855 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 04 11:33:46.855 INFO kablam! --> examples/verify_sig.rs:17:27 Sep 04 11:33:46.855 INFO kablam! | Sep 04 11:33:46.855 INFO kablam! 17 | let sig: String = fs::read_string(props.join("sig.txt")).unwrap(); Sep 04 11:33:46.855 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 04 11:33:46.855 INFO kablam! Sep 04 11:33:46.855 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 04 11:33:46.855 INFO kablam! --> examples/verify_sig.rs:18:27 Sep 04 11:33:46.855 INFO kablam! | Sep 04 11:33:46.855 INFO kablam! 18 | let key: String = fs::read_string(props.join("key.txt")).unwrap(); Sep 04 11:33:46.855 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 04 11:33:46.855 INFO kablam! Sep 04 11:33:46.855 INFO kablam! error[E0425]: cannot find function `read_string` in module `fs` Sep 04 11:33:46.855 INFO kablam! --> examples/verify_sig.rs:19:28 Sep 04 11:33:46.855 INFO kablam! | Sep 04 11:33:46.855 INFO kablam! 19 | let data: String = fs::read_string(props.join("data.txt")).unwrap(); Sep 04 11:33:46.855 INFO kablam! | ^^^^^^^^^^^ did you mean `read_to_string`? Sep 04 11:33:46.855 INFO kablam! Sep 04 11:33:46.944 INFO kablam! error[E0599]: no method named `verify_dalek` found for type `pbp::PgpSig` in the current scope Sep 04 11:33:46.944 INFO kablam! --> examples/verify_sig.rs:24:12 Sep 04 11:33:46.944 INFO kablam! | Sep 04 11:33:46.944 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 04 11:33:46.944 INFO kablam! | ^^^^^^^^^^^^ Sep 04 11:33:46.944 INFO kablam! Sep 04 11:33:46.947 INFO kablam! error[E0599]: no method named `to_dalek` found for type `pbp::PgpKey` in the current scope Sep 04 11:33:46.947 INFO kablam! --> examples/verify_sig.rs:24:65 Sep 04 11:33:46.947 INFO kablam! | Sep 04 11:33:46.947 INFO kablam! 24 | if sig.verify_dalek::(data.as_bytes(), &key.to_dalek().unwrap()) { Sep 04 11:33:46.947 INFO kablam! | ^^^^^^^^ Sep 04 11:33:46.947 INFO kablam! Sep 04 11:33:46.954 INFO kablam! error: aborting due to 5 previous errors Sep 04 11:33:46.954 INFO kablam! Sep 04 11:33:46.954 INFO kablam! Some errors occurred: E0425, E0599. Sep 04 11:33:46.954 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 11:33:46.966 INFO kablam! error: Could not compile `pbp`. Sep 04 11:33:46.966 INFO kablam! Sep 04 11:33:46.966 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:33:46.968 INFO kablam! su: No module specific data is present Sep 04 11:33:47.438 INFO running `"docker" "rm" "-f" "3db2788fac04f0587e139edb7caad88c81e085e84e00e98dab024277cab61167"` Sep 04 11:33:47.547 INFO blam! 3db2788fac04f0587e139edb7caad88c81e085e84e00e98dab024277cab61167