Sep 01 08:03:22.205 INFO checking rustbreak-2.0.0-rc3 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 08:03:22.206 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 08:03:22.206 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:03:22.403 INFO blam! f5b2c3864d1956ccdee3aec4ce4541ffcc1a385033daf2ab8604c21343e0b71d Sep 01 08:03:22.404 INFO running `"docker" "start" "-a" "f5b2c3864d1956ccdee3aec4ce4541ffcc1a385033daf2ab8604c21343e0b71d"` Sep 01 08:03:23.226 INFO kablam! Checking rustbreak v2.0.0-rc3 (file:///source) Sep 01 08:03:25.138 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 01 08:03:25.138 INFO kablam! --> examples/config.rs:19:5 Sep 01 08:03:25.138 INFO kablam! | Sep 01 08:03:25.138 INFO kablam! 19 | use rustbreak::deser::Ron; Sep 01 08:03:25.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 01 08:03:25.138 INFO kablam! Sep 01 08:03:25.246 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 01 08:03:25.246 INFO kablam! --> examples/switching.rs:6:24 Sep 01 08:03:25.246 INFO kablam! | Sep 01 08:03:25.246 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 01 08:03:25.246 INFO kablam! | ^^^ no `Ron` in `deser` Sep 01 08:03:25.246 INFO kablam! Sep 01 08:03:25.246 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Yaml` Sep 01 08:03:25.246 INFO kablam! --> examples/switching.rs:6:29 Sep 01 08:03:25.246 INFO kablam! | Sep 01 08:03:25.246 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 01 08:03:25.246 INFO kablam! | ^^^^ no `Yaml` in `deser` Sep 01 08:03:25.246 INFO kablam! Sep 01 08:03:25.254 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 01 08:03:25.254 INFO kablam! --> examples/full.rs:6:5 Sep 01 08:03:25.255 INFO kablam! | Sep 01 08:03:25.255 INFO kablam! 6 | use rustbreak::deser::Ron; Sep 01 08:03:25.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 01 08:03:25.255 INFO kablam! Sep 01 08:03:25.329 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 01 08:03:25.329 INFO kablam! --> examples/config.rs:48:33 Sep 01 08:03:25.329 INFO kablam! | Sep 01 08:03:25.330 INFO kablam! 23 | / lazy_static! { Sep 01 08:03:25.330 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 01 08:03:25.330 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 01 08:03:25.330 INFO kablam! 26 | | .expect("Create database from path"); Sep 01 08:03:25.330 INFO kablam! ... | Sep 01 08:03:25.330 INFO kablam! 29 | | }; Sep 01 08:03:25.330 INFO kablam! 30 | | } Sep 01 08:03:25.330 INFO kablam! | |_- method `read` not found for this Sep 01 08:03:25.330 INFO kablam! ... Sep 01 08:03:25.330 INFO kablam! 48 | let _conf : Config = CONFIG.read(|conf| { Sep 01 08:03:25.330 INFO kablam! | ^^^^ Sep 01 08:03:25.330 INFO kablam! | Sep 01 08:03:25.330 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:03:25.330 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 01 08:03:25.330 INFO kablam! candidate #1: `std::io::Read` Sep 01 08:03:25.330 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 01 08:03:25.330 INFO kablam! Sep 01 08:03:25.333 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 01 08:03:25.333 INFO kablam! --> examples/config.rs:53:16 Sep 01 08:03:25.333 INFO kablam! | Sep 01 08:03:25.333 INFO kablam! 23 | / lazy_static! { Sep 01 08:03:25.333 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 01 08:03:25.333 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 01 08:03:25.333 INFO kablam! 26 | | .expect("Create database from path"); Sep 01 08:03:25.333 INFO kablam! ... | Sep 01 08:03:25.334 INFO kablam! 29 | | }; Sep 01 08:03:25.334 INFO kablam! 30 | | } Sep 01 08:03:25.334 INFO kablam! | |_- method `read` not found for this Sep 01 08:03:25.334 INFO kablam! ... Sep 01 08:03:25.334 INFO kablam! 53 | CONFIG.read(|conf| (conf.user_path.clone(), conf.allow_overwrite.clone())).expect("Read config"); Sep 01 08:03:25.334 INFO kablam! | ^^^^ Sep 01 08:03:25.334 INFO kablam! | Sep 01 08:03:25.334 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 01 08:03:25.334 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 01 08:03:25.334 INFO kablam! candidate #1: `std::io::Read` Sep 01 08:03:25.334 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 01 08:03:25.334 INFO kablam! Sep 01 08:03:25.344 INFO kablam! error: aborting due to 3 previous errors Sep 01 08:03:25.344 INFO kablam! Sep 01 08:03:25.344 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 08:03:25.344 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 08:03:25.352 INFO kablam! error: Could not compile `rustbreak`. Sep 01 08:03:25.352 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:03:25.568 INFO kablam! error: aborting due to 2 previous errors Sep 01 08:03:25.568 INFO kablam! Sep 01 08:03:25.568 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 08:03:25.577 INFO kablam! error: Could not compile `rustbreak`. Sep 01 08:03:25.577 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:03:25.581 INFO kablam! error: aborting due to previous error Sep 01 08:03:25.581 INFO kablam! Sep 01 08:03:25.581 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 08:03:25.590 INFO kablam! error: Could not compile `rustbreak`. Sep 01 08:03:25.590 INFO kablam! Sep 01 08:03:25.590 INFO kablam! To learn more, run the command again with --verbose. Sep 01 08:03:25.592 INFO kablam! su: No module specific data is present Sep 01 08:03:26.050 INFO running `"docker" "rm" "-f" "f5b2c3864d1956ccdee3aec4ce4541ffcc1a385033daf2ab8604c21343e0b71d"` Sep 01 08:03:26.141 INFO blam! f5b2c3864d1956ccdee3aec4ce4541ffcc1a385033daf2ab8604c21343e0b71d