Sep 14 09:55:37.686 INFO checking rustbreak-2.0.0-rc3 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 09:55:37.686 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 09:55:37.686 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:55:37.918 INFO blam! 7af46ef701fd17dab8c9493d5d82b091825200f18891a2be1faa80f423bc7913 Sep 14 09:55:37.919 INFO running `"docker" "start" "-a" "7af46ef701fd17dab8c9493d5d82b091825200f18891a2be1faa80f423bc7913"` Sep 14 09:55:38.562 INFO kablam! usermod: no changes Sep 14 09:55:38.632 INFO kablam! Checking rustbreak v2.0.0-rc3 (file:///source) Sep 14 09:55:39.342 INFO kablam! error[E0432]: unresolved imports `rustbreak::deser::Ron`, `rustbreak::deser::Yaml` Sep 14 09:55:39.342 INFO kablam! --> examples/switching.rs:6:24 Sep 14 09:55:39.342 INFO kablam! | Sep 14 09:55:39.342 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 14 09:55:39.342 INFO kablam! | ^^^ ^^^^ no `Yaml` in `deser` Sep 14 09:55:39.342 INFO kablam! | | Sep 14 09:55:39.342 INFO kablam! | no `Ron` in `deser` Sep 14 09:55:39.342 INFO kablam! Sep 14 09:55:39.359 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 14 09:55:39.359 INFO kablam! --> examples/full.rs:6:5 Sep 14 09:55:39.359 INFO kablam! | Sep 14 09:55:39.359 INFO kablam! 6 | use rustbreak::deser::Ron; Sep 14 09:55:39.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 14 09:55:39.359 INFO kablam! Sep 14 09:55:39.427 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 14 09:55:39.427 INFO kablam! --> examples/config.rs:19:5 Sep 14 09:55:39.427 INFO kablam! | Sep 14 09:55:39.427 INFO kablam! 19 | use rustbreak::deser::Ron; Sep 14 09:55:39.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 14 09:55:39.427 INFO kablam! Sep 14 09:55:39.507 INFO kablam! error: aborting due to previous error Sep 14 09:55:39.507 INFO kablam! Sep 14 09:55:39.507 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 14 09:55:39.510 INFO kablam! error: Could not compile `rustbreak`. Sep 14 09:55:39.511 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 09:55:39.513 INFO kablam! error: aborting due to previous error Sep 14 09:55:39.513 INFO kablam! Sep 14 09:55:39.513 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 14 09:55:39.521 INFO kablam! error: Could not compile `rustbreak`. Sep 14 09:55:39.521 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 09:55:39.592 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 14 09:55:39.593 INFO kablam! --> examples/config.rs:48:33 Sep 14 09:55:39.593 INFO kablam! | Sep 14 09:55:39.593 INFO kablam! 23 | / lazy_static! { Sep 14 09:55:39.593 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 14 09:55:39.593 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 14 09:55:39.593 INFO kablam! 26 | | .expect("Create database from path"); Sep 14 09:55:39.593 INFO kablam! ... | Sep 14 09:55:39.593 INFO kablam! 29 | | }; Sep 14 09:55:39.593 INFO kablam! 30 | | } Sep 14 09:55:39.593 INFO kablam! | |_- method `read` not found for this Sep 14 09:55:39.593 INFO kablam! ... Sep 14 09:55:39.593 INFO kablam! 48 | let _conf : Config = CONFIG.read(|conf| { Sep 14 09:55:39.593 INFO kablam! | ^^^^ Sep 14 09:55:39.593 INFO kablam! | Sep 14 09:55:39.593 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 09:55:39.593 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 14 09:55:39.593 INFO kablam! candidate #1: `std::io::Read` Sep 14 09:55:39.593 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 14 09:55:39.593 INFO kablam! Sep 14 09:55:39.595 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 14 09:55:39.595 INFO kablam! --> examples/config.rs:53:16 Sep 14 09:55:39.595 INFO kablam! | Sep 14 09:55:39.595 INFO kablam! 23 | / lazy_static! { Sep 14 09:55:39.595 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 14 09:55:39.595 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 14 09:55:39.595 INFO kablam! 26 | | .expect("Create database from path"); Sep 14 09:55:39.595 INFO kablam! ... | Sep 14 09:55:39.595 INFO kablam! 29 | | }; Sep 14 09:55:39.595 INFO kablam! 30 | | } Sep 14 09:55:39.595 INFO kablam! | |_- method `read` not found for this Sep 14 09:55:39.595 INFO kablam! ... Sep 14 09:55:39.595 INFO kablam! 53 | CONFIG.read(|conf| (conf.user_path.clone(), conf.allow_overwrite.clone())).expect("Read config"); Sep 14 09:55:39.595 INFO kablam! | ^^^^ Sep 14 09:55:39.595 INFO kablam! | Sep 14 09:55:39.595 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 09:55:39.595 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 14 09:55:39.595 INFO kablam! candidate #1: `std::io::Read` Sep 14 09:55:39.595 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 14 09:55:39.595 INFO kablam! Sep 14 09:55:39.605 INFO kablam! error: aborting due to 3 previous errors Sep 14 09:55:39.605 INFO kablam! Sep 14 09:55:39.605 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 09:55:39.605 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 09:55:39.618 INFO kablam! error: Could not compile `rustbreak`. Sep 14 09:55:39.618 INFO kablam! Sep 14 09:55:39.618 INFO kablam! To learn more, run the command again with --verbose. Sep 14 09:55:39.620 INFO kablam! su: No module specific data is present Sep 14 09:55:40.237 INFO running `"docker" "rm" "-f" "7af46ef701fd17dab8c9493d5d82b091825200f18891a2be1faa80f423bc7913"` Sep 14 09:55:40.345 INFO blam! 7af46ef701fd17dab8c9493d5d82b091825200f18891a2be1faa80f423bc7913