Sep 10 10:38:52.133 INFO checking rustbreak-2.0.0-rc3 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 10:38:52.133 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 10:38:52.133 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 10:38:52.297 INFO blam! dca4fc6c3638bb2fa9909c0ea989de05c4e5fcc549aca7c3d9a0ff46f1b6f7c8 Sep 10 10:38:52.299 INFO running `"docker" "start" "-a" "dca4fc6c3638bb2fa9909c0ea989de05c4e5fcc549aca7c3d9a0ff46f1b6f7c8"` Sep 10 10:38:52.941 INFO kablam! usermod: no changes Sep 10 10:38:53.048 INFO kablam! Checking rustbreak v2.0.0-rc3 (file:///source) Sep 10 10:38:54.350 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 10 10:38:54.350 INFO kablam! --> examples/switching.rs:6:24 Sep 10 10:38:54.350 INFO kablam! | Sep 10 10:38:54.350 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 10 10:38:54.350 INFO kablam! | ^^^ no `Ron` in `deser` Sep 10 10:38:54.350 INFO kablam! Sep 10 10:38:54.350 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Yaml` Sep 10 10:38:54.350 INFO kablam! --> examples/switching.rs:6:29 Sep 10 10:38:54.350 INFO kablam! | Sep 10 10:38:54.350 INFO kablam! 6 | use rustbreak::deser::{Ron, Yaml}; Sep 10 10:38:54.350 INFO kablam! | ^^^^ no `Yaml` in `deser` Sep 10 10:38:54.350 INFO kablam! Sep 10 10:38:54.382 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 10 10:38:54.382 INFO kablam! --> examples/config.rs:19:5 Sep 10 10:38:54.382 INFO kablam! | Sep 10 10:38:54.382 INFO kablam! 19 | use rustbreak::deser::Ron; Sep 10 10:38:54.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 10 10:38:54.382 INFO kablam! Sep 10 10:38:54.412 INFO kablam! error[E0432]: unresolved import `rustbreak::deser::Ron` Sep 10 10:38:54.412 INFO kablam! --> examples/full.rs:6:5 Sep 10 10:38:54.412 INFO kablam! | Sep 10 10:38:54.412 INFO kablam! 6 | use rustbreak::deser::Ron; Sep 10 10:38:54.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `Ron` in `deser` Sep 10 10:38:54.412 INFO kablam! Sep 10 10:38:54.474 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 10 10:38:54.474 INFO kablam! --> examples/config.rs:48:33 Sep 10 10:38:54.474 INFO kablam! | Sep 10 10:38:54.474 INFO kablam! 23 | / lazy_static! { Sep 10 10:38:54.474 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 10 10:38:54.474 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 10 10:38:54.474 INFO kablam! 26 | | .expect("Create database from path"); Sep 10 10:38:54.474 INFO kablam! ... | Sep 10 10:38:54.474 INFO kablam! 29 | | }; Sep 10 10:38:54.474 INFO kablam! 30 | | } Sep 10 10:38:54.474 INFO kablam! | |_- method `read` not found for this Sep 10 10:38:54.474 INFO kablam! ... Sep 10 10:38:54.474 INFO kablam! 48 | let _conf : Config = CONFIG.read(|conf| { Sep 10 10:38:54.474 INFO kablam! | ^^^^ Sep 10 10:38:54.474 INFO kablam! | Sep 10 10:38:54.474 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 10:38:54.474 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 10 10:38:54.474 INFO kablam! candidate #1: `std::io::Read` Sep 10 10:38:54.474 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 10 10:38:54.474 INFO kablam! Sep 10 10:38:54.474 INFO kablam! error[E0599]: no method named `read` found for type `CONFIG` in the current scope Sep 10 10:38:54.474 INFO kablam! --> examples/config.rs:53:16 Sep 10 10:38:54.474 INFO kablam! | Sep 10 10:38:54.474 INFO kablam! 23 | / lazy_static! { Sep 10 10:38:54.474 INFO kablam! 24 | | static ref CONFIG: DB = { Sep 10 10:38:54.474 INFO kablam! 25 | | let db = FileDatabase::from_path("/tmp/config.ron", Config::default()) Sep 10 10:38:54.474 INFO kablam! 26 | | .expect("Create database from path"); Sep 10 10:38:54.474 INFO kablam! ... | Sep 10 10:38:54.474 INFO kablam! 29 | | }; Sep 10 10:38:54.474 INFO kablam! 30 | | } Sep 10 10:38:54.474 INFO kablam! | |_- method `read` not found for this Sep 10 10:38:54.474 INFO kablam! ... Sep 10 10:38:54.474 INFO kablam! 53 | CONFIG.read(|conf| (conf.user_path.clone(), conf.allow_overwrite.clone())).expect("Read config"); Sep 10 10:38:54.474 INFO kablam! | ^^^^ Sep 10 10:38:54.474 INFO kablam! | Sep 10 10:38:54.474 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 10 10:38:54.474 INFO kablam! = note: the following trait defines an item `read`, perhaps you need to implement it: Sep 10 10:38:54.474 INFO kablam! candidate #1: `std::io::Read` Sep 10 10:38:54.474 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 10 10:38:54.474 INFO kablam! Sep 10 10:38:54.479 INFO kablam! error: aborting due to 3 previous errors Sep 10 10:38:54.479 INFO kablam! Sep 10 10:38:54.479 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 10:38:54.479 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 10:38:54.487 INFO kablam! error: Could not compile `rustbreak`. Sep 10 10:38:54.487 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:38:54.513 INFO kablam! error: aborting due to 2 previous errors Sep 10 10:38:54.513 INFO kablam! Sep 10 10:38:54.513 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 10 10:38:54.529 INFO kablam! error: Could not compile `rustbreak`. Sep 10 10:38:54.529 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:38:54.553 INFO kablam! error: aborting due to previous error Sep 10 10:38:54.553 INFO kablam! Sep 10 10:38:54.553 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 10 10:38:54.565 INFO kablam! error: Could not compile `rustbreak`. Sep 10 10:38:54.565 INFO kablam! Sep 10 10:38:54.565 INFO kablam! To learn more, run the command again with --verbose. Sep 10 10:38:54.566 INFO kablam! su: No module specific data is present Sep 10 10:38:55.299 INFO running `"docker" "rm" "-f" "dca4fc6c3638bb2fa9909c0ea989de05c4e5fcc549aca7c3d9a0ff46f1b6f7c8"` Sep 10 10:38:55.380 INFO blam! dca4fc6c3638bb2fa9909c0ea989de05c4e5fcc549aca7c3d9a0ff46f1b6f7c8