Sep 04 04:44:19.299 INFO checking rustbreak-2.0.0-rc3 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 04:44:19.299 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 04:44:19.299 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:44:19.469 INFO blam! cfbc871f7b5bdb342aecde546466edd470af5787b9d727d2d7b3a13bd1ed8127 Sep 04 04:44:19.471 INFO running `"docker" "start" "-a" "cfbc871f7b5bdb342aecde546466edd470af5787b9d727d2d7b3a13bd1ed8127"` Sep 04 04:44:20.184 INFO kablam! Checking rustbreak v2.0.0-rc3 (file:///source) Sep 04 04:44:22.167 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 04 04:44:22.167 INFO kablam! --> examples/config.rs:19:5 Sep 04 04:44:22.167 INFO kablam! | Sep 04 04:44:22.167 INFO kablam! 19 | use rustbreak::deser::Ron; Sep 04 04:44:22.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 04 04:44:22.167 INFO kablam! Sep 04 04:44:22.179 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 04 04:44:22.179 INFO kablam! --> examples/switching.rs:6:24 Sep 04 04:44:22.179 INFO kablam! | Sep 04 04:44:22.179 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 04 04:44:22.179 INFO kablam! | ^^^ no `Ron` in `deser` Sep 04 04:44:22.180 INFO kablam! Sep 04 04:44:22.181 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Yaml` Sep 04 04:44:22.181 INFO kablam! --> examples/switching.rs:6:29 Sep 04 04:44:22.181 INFO kablam! | Sep 04 04:44:22.181 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 04 04:44:22.181 INFO kablam! | ^^^^ no `Yaml` in `deser` Sep 04 04:44:22.181 INFO kablam! Sep 04 04:44:22.182 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 04 04:44:22.182 INFO kablam! --> examples/full.rs:6:5 Sep 04 04:44:22.182 INFO kablam! | Sep 04 04:44:22.182 INFO kablam! 6 | use rustbreak::deser::Ron; Sep 04 04:44:22.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 04 04:44:22.182 INFO kablam! Sep 04 04:44:22.423 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 04 04:44:22.423 INFO kablam! --> examples/config.rs:48:33 Sep 04 04:44:22.423 INFO kablam! | Sep 04 04:44:22.423 INFO kablam! 23 | / lazy_static! { Sep 04 04:44:22.423 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 04 04:44:22.423 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 04 04:44:22.423 INFO kablam! 26 | | .expect("Create database from path"); Sep 04 04:44:22.423 INFO kablam! ... | Sep 04 04:44:22.423 INFO kablam! 29 | | }; Sep 04 04:44:22.423 INFO kablam! 30 | | } Sep 04 04:44:22.423 INFO kablam! | |_- method `read` not found for this Sep 04 04:44:22.423 INFO kablam! ... Sep 04 04:44:22.423 INFO kablam! 48 | let _conf : Config = CONFIG.read(|conf| { Sep 04 04:44:22.423 INFO kablam! | ^^^^ Sep 04 04:44:22.423 INFO kablam! | Sep 04 04:44:22.423 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 04:44:22.423 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 04 04:44:22.423 INFO kablam! candidate #1: `std::io::Read` Sep 04 04:44:22.423 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 04 04:44:22.424 INFO kablam! Sep 04 04:44:22.426 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 04 04:44:22.426 INFO kablam! --> examples/config.rs:53:16 Sep 04 04:44:22.426 INFO kablam! | Sep 04 04:44:22.426 INFO kablam! 23 | / lazy_static! { Sep 04 04:44:22.426 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 04 04:44:22.426 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 04 04:44:22.426 INFO kablam! 26 | | .expect("Create database from path"); Sep 04 04:44:22.426 INFO kablam! ... | Sep 04 04:44:22.426 INFO kablam! 29 | | }; Sep 04 04:44:22.426 INFO kablam! 30 | | } Sep 04 04:44:22.426 INFO kablam! | |_- method `read` not found for this Sep 04 04:44:22.426 INFO kablam! ... Sep 04 04:44:22.426 INFO kablam! 53 | CONFIG.read(|conf| (conf.user_path.clone(), conf.allow_overwrite.clone())).expect("Read config"); Sep 04 04:44:22.426 INFO kablam! | ^^^^ Sep 04 04:44:22.426 INFO kablam! | Sep 04 04:44:22.426 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 04:44:22.426 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 04 04:44:22.427 INFO kablam! candidate #1: `std::io::Read` Sep 04 04:44:22.427 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 04 04:44:22.427 INFO kablam! Sep 04 04:44:22.441 INFO kablam! error: aborting due to 3 previous errors Sep 04 04:44:22.441 INFO kablam! Sep 04 04:44:22.441 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 04:44:22.441 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 04:44:22.451 INFO kablam! error: Could not compile `rustbreak`. Sep 04 04:44:22.451 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:44:22.487 INFO kablam! error: aborting due to 2 previous errors Sep 04 04:44:22.487 INFO kablam! Sep 04 04:44:22.487 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 04:44:22.496 INFO kablam! error: Could not compile `rustbreak`. Sep 04 04:44:22.496 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:44:22.551 INFO kablam! error: aborting due to previous error Sep 04 04:44:22.551 INFO kablam! Sep 04 04:44:22.551 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 04:44:22.564 INFO kablam! error: Could not compile `rustbreak`. Sep 04 04:44:22.564 INFO kablam! Sep 04 04:44:22.564 INFO kablam! To learn more, run the command again with --verbose. Sep 04 04:44:22.566 INFO kablam! su: No module specific data is present Sep 04 04:44:23.097 INFO running `"docker" "rm" "-f" "cfbc871f7b5bdb342aecde546466edd470af5787b9d727d2d7b3a13bd1ed8127"` Sep 04 04:44:23.188 INFO blam! cfbc871f7b5bdb342aecde546466edd470af5787b9d727d2d7b3a13bd1ed8127