Sep 19 21:02:15.361 INFO checking rustbreak-2.0.0-rc3 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 21:02:15.361 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 21:02:15.361 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 21:02:15.531 INFO blam! 6d01140bcde87ccc85e5a1896458754ff9589596798b8a495033aa61fbe97c7a Sep 19 21:02:15.532 INFO running `"docker" "start" "-a" "6d01140bcde87ccc85e5a1896458754ff9589596798b8a495033aa61fbe97c7a"` Sep 19 21:02:16.697 INFO kablam! usermod: no changes Sep 19 21:02:16.766 INFO kablam! Checking rustbreak v2.0.0-rc3 (/source) Sep 19 21:02:17.726 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 19 21:02:17.726 INFO kablam! --> examples/config.rs:19:5 Sep 19 21:02:17.726 INFO kablam! | Sep 19 21:02:17.726 INFO kablam! 19 | use rustbreak::deser::Ron; Sep 19 21:02:17.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 19 21:02:17.726 INFO kablam! Sep 19 21:02:17.754 INFO kablam! error[E0432]: unresolved imports `rustbreak::deser::Ron`, `rustbreak::deser::Yaml` Sep 19 21:02:17.754 INFO kablam! --> examples/switching.rs:6:24 Sep 19 21:02:17.754 INFO kablam! | Sep 19 21:02:17.754 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 19 21:02:17.754 INFO kablam! | ^^^ ^^^^ no `Yaml` in `deser` Sep 19 21:02:17.754 INFO kablam! | | Sep 19 21:02:17.754 INFO kablam! | no `Ron` in `deser` Sep 19 21:02:17.754 INFO kablam! Sep 19 21:02:17.802 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 19 21:02:17.802 INFO kablam! --> examples/full.rs:6:5 Sep 19 21:02:17.802 INFO kablam! | Sep 19 21:02:17.802 INFO kablam! 6 | use rustbreak::deser::Ron; Sep 19 21:02:17.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 19 21:02:17.802 INFO kablam! Sep 19 21:02:17.838 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 19 21:02:17.838 INFO kablam! --> examples/config.rs:48:33 Sep 19 21:02:17.838 INFO kablam! | Sep 19 21:02:17.838 INFO kablam! 23 | / lazy_static! { Sep 19 21:02:17.838 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 19 21:02:17.838 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 19 21:02:17.838 INFO kablam! 26 | | .expect("Create database from path"); Sep 19 21:02:17.838 INFO kablam! ... | Sep 19 21:02:17.838 INFO kablam! 29 | | }; Sep 19 21:02:17.838 INFO kablam! 30 | | } Sep 19 21:02:17.838 INFO kablam! | |_- method `read` not found for this Sep 19 21:02:17.838 INFO kablam! ... Sep 19 21:02:17.838 INFO kablam! 48 | let _conf : Config = CONFIG.read(|conf| { Sep 19 21:02:17.838 INFO kablam! | ^^^^ Sep 19 21:02:17.838 INFO kablam! | Sep 19 21:02:17.838 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 19 21:02:17.838 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 19 21:02:17.838 INFO kablam! candidate #1: `std::io::Read` Sep 19 21:02:17.838 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:17.838 INFO kablam! Sep 19 21:02:17.842 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 19 21:02:17.842 INFO kablam! --> examples/config.rs:53:16 Sep 19 21:02:17.842 INFO kablam! | Sep 19 21:02:17.842 INFO kablam! 23 | / lazy_static! { Sep 19 21:02:17.842 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 19 21:02:17.842 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 19 21:02:17.842 INFO kablam! 26 | | .expect("Create database from path"); Sep 19 21:02:17.842 INFO kablam! ... | Sep 19 21:02:17.842 INFO kablam! 29 | | }; Sep 19 21:02:17.842 INFO kablam! 30 | | } Sep 19 21:02:17.842 INFO kablam! | |_- method `read` not found for this Sep 19 21:02:17.842 INFO kablam! ... Sep 19 21:02:17.842 INFO kablam! 53 | CONFIG.read(|conf| (conf.user_path.clone(), conf.allow_overwrite.clone())).expect("Read config"); Sep 19 21:02:17.842 INFO kablam! | ^^^^ Sep 19 21:02:17.842 INFO kablam! | Sep 19 21:02:17.842 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 19 21:02:17.842 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 19 21:02:17.842 INFO kablam! candidate #1: `std::io::Read` Sep 19 21:02:17.842 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:17.842 INFO kablam! Sep 19 21:02:17.853 INFO kablam! error: aborting due to 3 previous errors Sep 19 21:02:17.853 INFO kablam! Sep 19 21:02:17.853 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 21:02:17.853 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 21:02:17.865 INFO kablam! error: Could not compile `rustbreak`. Sep 19 21:02:17.865 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:02:17.925 INFO kablam! error: aborting due to previous error Sep 19 21:02:17.925 INFO kablam! Sep 19 21:02:17.925 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 21:02:17.931 INFO kablam! error: Could not compile `rustbreak`. Sep 19 21:02:17.931 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:02:17.956 INFO kablam! error: aborting due to previous error Sep 19 21:02:17.956 INFO kablam! Sep 19 21:02:17.956 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 21:02:17.968 INFO kablam! error: Could not compile `rustbreak`. Sep 19 21:02:17.968 INFO kablam! Sep 19 21:02:17.968 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:02:17.970 INFO kablam! su: No module specific data is present Sep 19 21:02:18.508 INFO running `"docker" "rm" "-f" "6d01140bcde87ccc85e5a1896458754ff9589596798b8a495033aa61fbe97c7a"` Sep 19 21:02:18.610 INFO blam! 6d01140bcde87ccc85e5a1896458754ff9589596798b8a495033aa61fbe97c7a