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