Sep 04 07:53:36.817 INFO checking rustbreak-2.0.0-rc3 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:53:36.818 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:53:36.818 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:53:37.002 INFO blam! 6c2e4848ef6c8c05b4501746c9d5080822350d66e7dc56c5446938e63a7eeb9a Sep 04 07:53:37.004 INFO running `"docker" "start" "-a" "6c2e4848ef6c8c05b4501746c9d5080822350d66e7dc56c5446938e63a7eeb9a"` Sep 04 07:53:37.663 INFO kablam! Checking rustbreak v2.0.0-rc3 (file:///source) Sep 04 07:53:39.894 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 04 07:53:39.894 INFO kablam! --> examples/full.rs:6:5 Sep 04 07:53:39.894 INFO kablam! | Sep 04 07:53:39.894 INFO kablam! 6 | use rustbreak::deser::Ron; Sep 04 07:53:39.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 04 07:53:39.895 INFO kablam! Sep 04 07:53:39.911 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 04 07:53:39.911 INFO kablam! --> examples/switching.rs:6:24 Sep 04 07:53:39.911 INFO kablam! | Sep 04 07:53:39.912 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 04 07:53:39.912 INFO kablam! | ^^^ no `Ron` in `deser` Sep 04 07:53:39.912 INFO kablam! Sep 04 07:53:39.912 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Yaml` Sep 04 07:53:39.912 INFO kablam! --> examples/switching.rs:6:29 Sep 04 07:53:39.912 INFO kablam! | Sep 04 07:53:39.912 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 04 07:53:39.912 INFO kablam! | ^^^^ no `Yaml` in `deser` Sep 04 07:53:39.912 INFO kablam! Sep 04 07:53:39.921 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 04 07:53:39.921 INFO kablam! --> examples/config.rs:19:5 Sep 04 07:53:39.921 INFO kablam! | Sep 04 07:53:39.921 INFO kablam! 19 | use rustbreak::deser::Ron; Sep 04 07:53:39.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 04 07:53:39.921 INFO kablam! Sep 04 07:53:40.124 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 04 07:53:40.124 INFO kablam! --> examples/config.rs:48:33 Sep 04 07:53:40.124 INFO kablam! | Sep 04 07:53:40.124 INFO kablam! 23 | / lazy_static! { Sep 04 07:53:40.124 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 04 07:53:40.124 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 04 07:53:40.124 INFO kablam! 26 | | .expect("Create database from path"); Sep 04 07:53:40.124 INFO kablam! ... | Sep 04 07:53:40.124 INFO kablam! 29 | | }; Sep 04 07:53:40.124 INFO kablam! 30 | | } Sep 04 07:53:40.124 INFO kablam! | |_- method `read` not found for this Sep 04 07:53:40.124 INFO kablam! ... Sep 04 07:53:40.124 INFO kablam! 48 | let _conf : Config = CONFIG.read(|conf| { Sep 04 07:53:40.124 INFO kablam! | ^^^^ Sep 04 07:53:40.124 INFO kablam! | Sep 04 07:53:40.124 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 07:53:40.124 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 04 07:53:40.124 INFO kablam! candidate #1: `std::io::Read` Sep 04 07:53:40.124 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 07:53:40.124 INFO kablam! Sep 04 07:53:40.126 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 04 07:53:40.126 INFO kablam! --> examples/config.rs:53:16 Sep 04 07:53:40.126 INFO kablam! | Sep 04 07:53:40.126 INFO kablam! 23 | / lazy_static! { Sep 04 07:53:40.126 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 04 07:53:40.126 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 04 07:53:40.126 INFO kablam! 26 | | .expect("Create database from path"); Sep 04 07:53:40.126 INFO kablam! ... | Sep 04 07:53:40.127 INFO kablam! 29 | | }; Sep 04 07:53:40.127 INFO kablam! 30 | | } Sep 04 07:53:40.127 INFO kablam! | |_- method `read` not found for this Sep 04 07:53:40.127 INFO kablam! ... Sep 04 07:53:40.127 INFO kablam! 53 | CONFIG.read(|conf| (conf.user_path.clone(), conf.allow_overwrite.clone())).expect("Read config"); Sep 04 07:53:40.127 INFO kablam! | ^^^^ Sep 04 07:53:40.127 INFO kablam! | Sep 04 07:53:40.127 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 04 07:53:40.127 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 04 07:53:40.127 INFO kablam! candidate #1: `std::io::Read` Sep 04 07:53:40.127 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 07:53:40.127 INFO kablam! Sep 04 07:53:40.139 INFO kablam! error: aborting due to 3 previous errors Sep 04 07:53:40.139 INFO kablam! Sep 04 07:53:40.139 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 07:53:40.139 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 07:53:40.149 INFO kablam! error: Could not compile `rustbreak`. Sep 04 07:53:40.149 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:53:40.155 INFO kablam! error: aborting due to previous error Sep 04 07:53:40.155 INFO kablam! Sep 04 07:53:40.155 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 07:53:40.165 INFO kablam! error: Could not compile `rustbreak`. Sep 04 07:53:40.165 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:53:40.216 INFO kablam! error: aborting due to 2 previous errors Sep 04 07:53:40.216 INFO kablam! Sep 04 07:53:40.216 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 07:53:40.228 INFO kablam! error: Could not compile `rustbreak`. Sep 04 07:53:40.228 INFO kablam! Sep 04 07:53:40.228 INFO kablam! To learn more, run the command again with --verbose. Sep 04 07:53:40.229 INFO kablam! su: No module specific data is present Sep 04 07:53:40.622 INFO running `"docker" "rm" "-f" "6c2e4848ef6c8c05b4501746c9d5080822350d66e7dc56c5446938e63a7eeb9a"` Sep 04 07:53:40.754 INFO blam! 6c2e4848ef6c8c05b4501746c9d5080822350d66e7dc56c5446938e63a7eeb9a