Sep 04 04:44:19.758 INFO checking rustbreak-2.0.0-rc3 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:44:19.758 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:44:19.758 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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.897 INFO blam! d8e029babf45614119fa4990fcb5b815ab6345a5d1294241557671d3faedde2e Sep 04 04:44:19.899 INFO running `"docker" "start" "-a" "d8e029babf45614119fa4990fcb5b815ab6345a5d1294241557671d3faedde2e"` Sep 04 04:44:20.576 INFO kablam! Checking rustbreak v2.0.0-rc3 (file:///source) Sep 04 04:44:22.625 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 04 04:44:22.625 INFO kablam! --> examples/config.rs:19:5 Sep 04 04:44:22.625 INFO kablam! | Sep 04 04:44:22.625 INFO kablam! 19 | use rustbreak::deser::Ron; Sep 04 04:44:22.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 04 04:44:22.626 INFO kablam! Sep 04 04:44:22.638 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 04 04:44:22.638 INFO kablam! --> examples/switching.rs:6:24 Sep 04 04:44:22.638 INFO kablam! | Sep 04 04:44:22.638 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 04 04:44:22.638 INFO kablam! | ^^^ no `Ron` in `deser` Sep 04 04:44:22.638 INFO kablam! Sep 04 04:44:22.638 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Yaml` Sep 04 04:44:22.638 INFO kablam! --> examples/switching.rs:6:29 Sep 04 04:44:22.638 INFO kablam! | Sep 04 04:44:22.638 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 04 04:44:22.638 INFO kablam! | ^^^^ no `Yaml` in `deser` Sep 04 04:44:22.638 INFO kablam! Sep 04 04:44:22.642 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 04 04:44:22.642 INFO kablam! --> examples/full.rs:6:5 Sep 04 04:44:22.642 INFO kablam! | Sep 04 04:44:22.642 INFO kablam! 6 | use rustbreak::deser::Ron; Sep 04 04:44:22.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 04 04:44:22.642 INFO kablam! Sep 04 04:44:22.817 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 04 04:44:22.818 INFO kablam! --> examples/config.rs:48:33 Sep 04 04:44:22.818 INFO kablam! | Sep 04 04:44:22.818 INFO kablam! 23 | / lazy_static! { Sep 04 04:44:22.818 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 04 04:44:22.818 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 04 04:44:22.818 INFO kablam! 26 | | .expect("Create database from path"); Sep 04 04:44:22.818 INFO kablam! ... | Sep 04 04:44:22.818 INFO kablam! 29 | | }; Sep 04 04:44:22.818 INFO kablam! 30 | | } Sep 04 04:44:22.818 INFO kablam! | |_- method `read` not found for this Sep 04 04:44:22.818 INFO kablam! ... Sep 04 04:44:22.818 INFO kablam! 48 | let _conf : Config = CONFIG.read(|conf| { Sep 04 04:44:22.818 INFO kablam! | ^^^^ Sep 04 04:44:22.818 INFO kablam! | Sep 04 04:44:22.818 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 04:44:22.818 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 04 04:44:22.819 INFO kablam! candidate #1: `std::io::Read` Sep 04 04:44:22.819 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.819 INFO kablam! Sep 04 04:44:22.820 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 04 04:44:22.820 INFO kablam! --> examples/config.rs:53:16 Sep 04 04:44:22.820 INFO kablam! | Sep 04 04:44:22.820 INFO kablam! 23 | / lazy_static! { Sep 04 04:44:22.820 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 04 04:44:22.820 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 04 04:44:22.820 INFO kablam! 26 | | .expect("Create database from path"); Sep 04 04:44:22.820 INFO kablam! ... | Sep 04 04:44:22.820 INFO kablam! 29 | | }; Sep 04 04:44:22.820 INFO kablam! 30 | | } Sep 04 04:44:22.820 INFO kablam! | |_- method `read` not found for this Sep 04 04:44:22.820 INFO kablam! ... Sep 04 04:44:22.820 INFO kablam! 53 | CONFIG.read(|conf| (conf.user_path.clone(), conf.allow_overwrite.clone())).expect("Read config"); Sep 04 04:44:22.820 INFO kablam! | ^^^^ Sep 04 04:44:22.820 INFO kablam! | Sep 04 04:44:22.820 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 04:44:22.820 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 04 04:44:22.820 INFO kablam! candidate #1: `std::io::Read` Sep 04 04:44:22.821 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.821 INFO kablam! Sep 04 04:44:22.833 INFO kablam! error: aborting due to 3 previous errors Sep 04 04:44:22.833 INFO kablam! Sep 04 04:44:22.833 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 04:44:22.833 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 04:44:22.842 INFO kablam! error: Could not compile `rustbreak`. Sep 04 04:44:22.842 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:44:22.895 INFO kablam! error: aborting due to 2 previous errors Sep 04 04:44:22.895 INFO kablam! Sep 04 04:44:22.895 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 04:44:22.904 INFO kablam! error: Could not compile `rustbreak`. Sep 04 04:44:22.904 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:44:22.912 INFO kablam! error: aborting due to previous error Sep 04 04:44:22.912 INFO kablam! Sep 04 04:44:22.912 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 04:44:22.922 INFO kablam! error: Could not compile `rustbreak`. Sep 04 04:44:22.922 INFO kablam! Sep 04 04:44:22.922 INFO kablam! To learn more, run the command again with --verbose. Sep 04 04:44:22.923 INFO kablam! su: No module specific data is present Sep 04 04:44:23.305 INFO running `"docker" "rm" "-f" "d8e029babf45614119fa4990fcb5b815ab6345a5d1294241557671d3faedde2e"` Sep 04 04:44:23.412 INFO blam! d8e029babf45614119fa4990fcb5b815ab6345a5d1294241557671d3faedde2e