Sep 14 09:55:37.989 INFO checking rustbreak-2.0.0-rc3 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 09:55:37.989 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 09:55:37.989 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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:38.187 INFO blam! 747766ce82a6e6dc8df707121c12892622fb9b1cc068a6af9069101a2499fb5d Sep 14 09:55:38.189 INFO running `"docker" "start" "-a" "747766ce82a6e6dc8df707121c12892622fb9b1cc068a6af9069101a2499fb5d"` Sep 14 09:55:38.934 INFO kablam! usermod: no changes Sep 14 09:55:39.010 INFO kablam! Checking rustbreak v2.0.0-rc3 (file:///source) Sep 14 09:55:39.910 INFO kablam! error[E0432]: unresolved imports `rustbreak::deser::Ron`, `rustbreak::deser::Yaml` Sep 14 09:55:39.910 INFO kablam! --> examples/switching.rs:6:24 Sep 14 09:55:39.910 INFO kablam! | Sep 14 09:55:39.910 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 14 09:55:39.910 INFO kablam! | ^^^ ^^^^ no `Yaml` in `deser` Sep 14 09:55:39.910 INFO kablam! | | Sep 14 09:55:39.910 INFO kablam! | no `Ron` in `deser` Sep 14 09:55:39.910 INFO kablam! Sep 14 09:55:39.958 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 14 09:55:39.958 INFO kablam! --> examples/config.rs:19:5 Sep 14 09:55:39.958 INFO kablam! | Sep 14 09:55:39.958 INFO kablam! 19 | use rustbreak::deser::Ron; Sep 14 09:55:39.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 14 09:55:39.958 INFO kablam! Sep 14 09:55:40.046 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 14 09:55:40.047 INFO kablam! --> examples/full.rs:6:5 Sep 14 09:55:40.047 INFO kablam! | Sep 14 09:55:40.047 INFO kablam! 6 | use rustbreak::deser::Ron; Sep 14 09:55:40.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 14 09:55:40.047 INFO kablam! Sep 14 09:55:40.094 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 14 09:55:40.095 INFO kablam! --> examples/config.rs:48:33 Sep 14 09:55:40.095 INFO kablam! | Sep 14 09:55:40.095 INFO kablam! 23 | / lazy_static! { Sep 14 09:55:40.095 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 14 09:55:40.095 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 14 09:55:40.095 INFO kablam! 26 | | .expect("Create database from path"); Sep 14 09:55:40.095 INFO kablam! ... | Sep 14 09:55:40.095 INFO kablam! 29 | | }; Sep 14 09:55:40.095 INFO kablam! 30 | | } Sep 14 09:55:40.095 INFO kablam! | |_- method `read` not found for this Sep 14 09:55:40.095 INFO kablam! ... Sep 14 09:55:40.095 INFO kablam! 48 | let _conf : Config = CONFIG.read(|conf| { Sep 14 09:55:40.095 INFO kablam! | ^^^^ Sep 14 09:55:40.095 INFO kablam! | Sep 14 09:55:40.095 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 09:55:40.095 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 14 09:55:40.095 INFO kablam! candidate #1: `std::io::Read` Sep 14 09:55:40.095 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:40.095 INFO kablam! Sep 14 09:55:40.095 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 14 09:55:40.095 INFO kablam! --> examples/config.rs:53:16 Sep 14 09:55:40.095 INFO kablam! | Sep 14 09:55:40.095 INFO kablam! 23 | / lazy_static! { Sep 14 09:55:40.095 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 14 09:55:40.095 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 14 09:55:40.095 INFO kablam! 26 | | .expect("Create database from path"); Sep 14 09:55:40.095 INFO kablam! ... | Sep 14 09:55:40.095 INFO kablam! 29 | | }; Sep 14 09:55:40.095 INFO kablam! 30 | | } Sep 14 09:55:40.095 INFO kablam! | |_- method `read` not found for this Sep 14 09:55:40.095 INFO kablam! ... Sep 14 09:55:40.095 INFO kablam! 53 | CONFIG.read(|conf| (conf.user_path.clone(), conf.allow_overwrite.clone())).expect("Read config"); Sep 14 09:55:40.095 INFO kablam! | ^^^^ Sep 14 09:55:40.095 INFO kablam! | Sep 14 09:55:40.095 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 14 09:55:40.095 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 14 09:55:40.095 INFO kablam! candidate #1: `std::io::Read` Sep 14 09:55:40.095 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:40.095 INFO kablam! Sep 14 09:55:40.105 INFO kablam! error: aborting due to 3 previous errors Sep 14 09:55:40.105 INFO kablam! Sep 14 09:55:40.105 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 09:55:40.105 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 09:55:40.114 INFO kablam! error: aborting due to previous error Sep 14 09:55:40.114 INFO kablam! Sep 14 09:55:40.115 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 14 09:55:40.115 INFO kablam! error: Could not compile `rustbreak`. Sep 14 09:55:40.115 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 09:55:40.119 INFO kablam! error: Could not compile `rustbreak`. Sep 14 09:55:40.119 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 09:55:40.193 INFO kablam! error: aborting due to previous error Sep 14 09:55:40.193 INFO kablam! Sep 14 09:55:40.193 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 14 09:55:40.214 INFO kablam! error: Could not compile `rustbreak`. Sep 14 09:55:40.215 INFO kablam! Sep 14 09:55:40.215 INFO kablam! To learn more, run the command again with --verbose. Sep 14 09:55:40.215 INFO kablam! su: No module specific data is present Sep 14 09:55:40.741 INFO running `"docker" "rm" "-f" "747766ce82a6e6dc8df707121c12892622fb9b1cc068a6af9069101a2499fb5d"` Sep 14 09:55:40.870 INFO blam! 747766ce82a6e6dc8df707121c12892622fb9b1cc068a6af9069101a2499fb5d