Sep 19 21:02:16.081 INFO checking rustbreak-2.0.0-rc3 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:02:16.081 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:02:16.082 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/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 21:02:16.272 INFO blam! 7cc2c02d6cd0a17991c0e360ba8878536a01f9ecb109c92f7054a29915e83029 Sep 19 21:02:16.274 INFO running `"docker" "start" "-a" "7cc2c02d6cd0a17991c0e360ba8878536a01f9ecb109c92f7054a29915e83029"` Sep 19 21:02:17.569 INFO kablam! usermod: no changes Sep 19 21:02:17.672 INFO kablam! Checking rustbreak v2.0.0-rc3 (/source) Sep 19 21:02:18.732 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 19 21:02:18.732 INFO kablam! --> examples/config.rs:19:5 Sep 19 21:02:18.732 INFO kablam! | Sep 19 21:02:18.732 INFO kablam! 19 | use rustbreak::deser::Ron; Sep 19 21:02:18.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 19 21:02:18.732 INFO kablam! Sep 19 21:02:18.756 INFO kablam! error[E0432]: unresolved imports `rustbreak::deser::Ron`, `rustbreak::deser::Yaml` Sep 19 21:02:18.756 INFO kablam! --> examples/switching.rs:6:24 Sep 19 21:02:18.756 INFO kablam! | Sep 19 21:02:18.756 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 19 21:02:18.756 INFO kablam! | ^^^ ^^^^ no `Yaml` in `deser` Sep 19 21:02:18.756 INFO kablam! | | Sep 19 21:02:18.756 INFO kablam! | no `Ron` in `deser` Sep 19 21:02:18.756 INFO kablam! Sep 19 21:02:18.833 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 19 21:02:18.833 INFO kablam! --> examples/full.rs:6:5 Sep 19 21:02:18.833 INFO kablam! | Sep 19 21:02:18.833 INFO kablam! 6 | use rustbreak::deser::Ron; Sep 19 21:02:18.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 19 21:02:18.833 INFO kablam! Sep 19 21:02:18.876 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 19 21:02:18.876 INFO kablam! --> examples/config.rs:48:33 Sep 19 21:02:18.876 INFO kablam! | Sep 19 21:02:18.876 INFO kablam! 23 | / lazy_static! { Sep 19 21:02:18.876 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 19 21:02:18.876 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 19 21:02:18.876 INFO kablam! 26 | | .expect("Create database from path"); Sep 19 21:02:18.876 INFO kablam! ... | Sep 19 21:02:18.876 INFO kablam! 29 | | }; Sep 19 21:02:18.877 INFO kablam! 30 | | } Sep 19 21:02:18.877 INFO kablam! | |_- method `read` not found for this Sep 19 21:02:18.877 INFO kablam! ... Sep 19 21:02:18.877 INFO kablam! 48 | let _conf : Config = CONFIG.read(|conf| { Sep 19 21:02:18.877 INFO kablam! | ^^^^ Sep 19 21:02:18.877 INFO kablam! | Sep 19 21:02:18.877 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 19 21:02:18.877 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 19 21:02:18.877 INFO kablam! candidate #1: `std::io::Read` Sep 19 21:02:18.877 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 21:02:18.877 INFO kablam! Sep 19 21:02:18.882 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 19 21:02:18.882 INFO kablam! --> examples/config.rs:53:16 Sep 19 21:02:18.882 INFO kablam! | Sep 19 21:02:18.882 INFO kablam! 23 | / lazy_static! { Sep 19 21:02:18.882 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 19 21:02:18.882 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 19 21:02:18.882 INFO kablam! 26 | | .expect("Create database from path"); Sep 19 21:02:18.882 INFO kablam! ... | Sep 19 21:02:18.882 INFO kablam! 29 | | }; Sep 19 21:02:18.882 INFO kablam! 30 | | } Sep 19 21:02:18.882 INFO kablam! | |_- method `read` not found for this Sep 19 21:02:18.882 INFO kablam! ... Sep 19 21:02:18.882 INFO kablam! 53 | CONFIG.read(|conf| (conf.user_path.clone(), conf.allow_overwrite.clone())).expect("Read config"); Sep 19 21:02:18.882 INFO kablam! | ^^^^ Sep 19 21:02:18.882 INFO kablam! | Sep 19 21:02:18.882 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 19 21:02:18.882 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 19 21:02:18.882 INFO kablam! candidate #1: `std::io::Read` Sep 19 21:02:18.882 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 21:02:18.882 INFO kablam! Sep 19 21:02:18.890 INFO kablam! error: aborting due to 3 previous errors Sep 19 21:02:18.890 INFO kablam! Sep 19 21:02:18.890 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 21:02:18.890 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 21:02:18.898 INFO kablam! error: Could not compile `rustbreak`. Sep 19 21:02:18.898 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:02:18.965 INFO kablam! error: aborting due to previous error Sep 19 21:02:18.965 INFO kablam! Sep 19 21:02:18.965 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 21:02:18.976 INFO kablam! error: Could not compile `rustbreak`. Sep 19 21:02:18.976 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:02:19.018 INFO kablam! error: aborting due to previous error Sep 19 21:02:19.018 INFO kablam! Sep 19 21:02:19.018 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 21:02:19.028 INFO kablam! error: Could not compile `rustbreak`. Sep 19 21:02:19.028 INFO kablam! Sep 19 21:02:19.028 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:02:19.034 INFO kablam! su: No module specific data is present Sep 19 21:02:19.833 INFO running `"docker" "rm" "-f" "7cc2c02d6cd0a17991c0e360ba8878536a01f9ecb109c92f7054a29915e83029"` Sep 19 21:02:19.899 INFO blam! 7cc2c02d6cd0a17991c0e360ba8878536a01f9ecb109c92f7054a29915e83029