Sep 19 19:06:09.155 INFO checking rustbreak-2.0.0-rc3 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 19:06:09.155 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 19:06:09.155 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:06:09.380 INFO blam! 4c68fa1bed8da887ce98d4d0a2ad1815ee63f9c05b68c00c7bf13982013f2eed Sep 19 19:06:09.380 INFO running `"docker" "start" "-a" "4c68fa1bed8da887ce98d4d0a2ad1815ee63f9c05b68c00c7bf13982013f2eed"` Sep 19 19:06:10.360 INFO kablam! usermod: no changes Sep 19 19:06:10.451 INFO kablam! Checking rustbreak v2.0.0-rc3 (/source) Sep 19 19:06:11.495 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 19 19:06:11.495 INFO kablam! --> examples/config.rs:19:5 Sep 19 19:06:11.495 INFO kablam! | Sep 19 19:06:11.495 INFO kablam! 19 | use rustbreak::deser::Ron; Sep 19 19:06:11.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 19 19:06:11.495 INFO kablam! Sep 19 19:06:11.531 INFO kablam! error[E0432]: unresolved imports `rustbreak::deser::Ron`, `rustbreak::deser::Yaml` Sep 19 19:06:11.531 INFO kablam! --> examples/switching.rs:6:24 Sep 19 19:06:11.531 INFO kablam! | Sep 19 19:06:11.531 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 19 19:06:11.531 INFO kablam! | ^^^ ^^^^ no `Yaml` in `deser` Sep 19 19:06:11.531 INFO kablam! | | Sep 19 19:06:11.531 INFO kablam! | no `Ron` in `deser` Sep 19 19:06:11.531 INFO kablam! Sep 19 19:06:11.555 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 19 19:06:11.555 INFO kablam! --> examples/full.rs:6:5 Sep 19 19:06:11.555 INFO kablam! | Sep 19 19:06:11.555 INFO kablam! 6 | use rustbreak::deser::Ron; Sep 19 19:06:11.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 19 19:06:11.555 INFO kablam! Sep 19 19:06:11.631 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 19 19:06:11.631 INFO kablam! --> examples/config.rs:48:33 Sep 19 19:06:11.631 INFO kablam! | Sep 19 19:06:11.631 INFO kablam! 23 | / lazy_static! { Sep 19 19:06:11.631 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 19 19:06:11.631 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 19 19:06:11.631 INFO kablam! 26 | | .expect("Create database from path"); Sep 19 19:06:11.631 INFO kablam! ... | Sep 19 19:06:11.631 INFO kablam! 29 | | }; Sep 19 19:06:11.631 INFO kablam! 30 | | } Sep 19 19:06:11.631 INFO kablam! | |_- method `read` not found for this Sep 19 19:06:11.631 INFO kablam! ... Sep 19 19:06:11.631 INFO kablam! 48 | let _conf : Config = CONFIG.read(|conf| { Sep 19 19:06:11.631 INFO kablam! | ^^^^ Sep 19 19:06:11.631 INFO kablam! | Sep 19 19:06:11.631 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 19 19:06:11.631 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 19 19:06:11.631 INFO kablam! candidate #1: `std::io::Read` Sep 19 19:06:11.631 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 19:06:11.631 INFO kablam! Sep 19 19:06:11.639 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 19 19:06:11.639 INFO kablam! --> examples/config.rs:53:16 Sep 19 19:06:11.639 INFO kablam! | Sep 19 19:06:11.639 INFO kablam! 23 | / lazy_static! { Sep 19 19:06:11.639 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 19 19:06:11.639 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 19 19:06:11.639 INFO kablam! 26 | | .expect("Create database from path"); Sep 19 19:06:11.639 INFO kablam! ... | Sep 19 19:06:11.639 INFO kablam! 29 | | }; Sep 19 19:06:11.639 INFO kablam! 30 | | } Sep 19 19:06:11.639 INFO kablam! | |_- method `read` not found for this Sep 19 19:06:11.639 INFO kablam! ... Sep 19 19:06:11.639 INFO kablam! 53 | CONFIG.read(|conf| (conf.user_path.clone(), conf.allow_overwrite.clone())).expect("Read config"); Sep 19 19:06:11.639 INFO kablam! | ^^^^ Sep 19 19:06:11.639 INFO kablam! | Sep 19 19:06:11.639 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 19 19:06:11.639 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 19 19:06:11.639 INFO kablam! candidate #1: `std::io::Read` Sep 19 19:06:11.639 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 19:06:11.639 INFO kablam! Sep 19 19:06:11.651 INFO kablam! error: aborting due to 3 previous errors Sep 19 19:06:11.651 INFO kablam! Sep 19 19:06:11.651 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 19:06:11.651 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 19:06:11.656 INFO kablam! error: Could not compile `rustbreak`. Sep 19 19:06:11.656 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:06:11.698 INFO kablam! error: aborting due to previous error Sep 19 19:06:11.698 INFO kablam! Sep 19 19:06:11.698 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 19:06:11.708 INFO kablam! error: Could not compile `rustbreak`. Sep 19 19:06:11.708 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:06:11.749 INFO kablam! error: aborting due to previous error Sep 19 19:06:11.749 INFO kablam! Sep 19 19:06:11.749 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 19:06:11.761 INFO kablam! error: Could not compile `rustbreak`. Sep 19 19:06:11.761 INFO kablam! Sep 19 19:06:11.761 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:06:11.763 INFO kablam! su: No module specific data is present Sep 19 19:06:12.411 INFO running `"docker" "rm" "-f" "4c68fa1bed8da887ce98d4d0a2ad1815ee63f9c05b68c00c7bf13982013f2eed"` Sep 19 19:06:12.502 INFO blam! 4c68fa1bed8da887ce98d4d0a2ad1815ee63f9c05b68c00c7bf13982013f2eed