Sep 01 09:15:20.791 INFO checking rls-vfs-0.6.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 09:15:20.791 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 09:15:20.791 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:15:21.007 INFO blam! 3a778871f23de1fc504adbb509df517d01b5889a76ea6997b9462884a7589d8b Sep 01 09:15:21.008 INFO running `"docker" "start" "-a" "3a778871f23de1fc504adbb509df517d01b5889a76ea6997b9462884a7589d8b"` Sep 01 09:15:21.687 INFO kablam! Checking rls-span v0.4.0 Sep 01 09:15:22.370 INFO kablam! Checking rls-vfs v0.6.0 (file:///source) Sep 01 09:15:23.282 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 01 09:15:23.282 INFO kablam! --> src/test.rs:130:5 Sep 01 09:15:23.282 INFO kablam! | Sep 01 09:15:23.282 INFO kablam! 130 | / assert_eq!( Sep 01 09:15:23.282 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:23.282 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:23.282 INFO kablam! 133 | | ); Sep 01 09:15:23.282 INFO kablam! | |______^ Sep 01 09:15:23.282 INFO kablam! | Sep 01 09:15:23.282 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 01 09:15:23.282 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 09:15:23.282 INFO kablam! Sep 01 09:15:23.283 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:23.283 INFO kablam! --> src/test.rs:130:5 Sep 01 09:15:23.283 INFO kablam! | Sep 01 09:15:23.283 INFO kablam! 130 | / assert_eq!( Sep 01 09:15:23.283 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:23.283 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:23.283 INFO kablam! 133 | | ); Sep 01 09:15:23.283 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:23.283 INFO kablam! | Sep 01 09:15:23.283 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:23.283 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:23.283 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:23.283 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:23.283 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 09:15:23.283 INFO kablam! Sep 01 09:15:23.283 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:23.284 INFO kablam! --> src/test.rs:130:5 Sep 01 09:15:23.284 INFO kablam! | Sep 01 09:15:23.284 INFO kablam! 130 | / assert_eq!( Sep 01 09:15:23.284 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:23.284 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:23.284 INFO kablam! 133 | | ); Sep 01 09:15:23.284 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:23.284 INFO kablam! | Sep 01 09:15:23.284 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:23.284 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:23.284 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:23.284 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:23.284 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 09:15:23.284 INFO kablam! Sep 01 09:15:23.284 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 01 09:15:23.284 INFO kablam! --> src/test.rs:134:5 Sep 01 09:15:23.284 INFO kablam! | Sep 01 09:15:23.284 INFO kablam! 134 | / assert_eq!( Sep 01 09:15:23.284 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 01 09:15:23.285 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:23.285 INFO kablam! 137 | | ); Sep 01 09:15:23.285 INFO kablam! | |______^ Sep 01 09:15:23.285 INFO kablam! | Sep 01 09:15:23.285 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 01 09:15:23.285 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 09:15:23.285 INFO kablam! Sep 01 09:15:23.285 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:23.285 INFO kablam! --> src/test.rs:134:5 Sep 01 09:15:23.285 INFO kablam! | Sep 01 09:15:23.285 INFO kablam! 134 | / assert_eq!( Sep 01 09:15:23.285 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 01 09:15:23.285 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:23.286 INFO kablam! 137 | | ); Sep 01 09:15:23.286 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:23.286 INFO kablam! | Sep 01 09:15:23.286 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:23.286 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:23.286 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:23.286 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:23.286 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 09:15:23.286 INFO kablam! Sep 01 09:15:23.286 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:23.286 INFO kablam! --> src/test.rs:134:5 Sep 01 09:15:23.286 INFO kablam! | Sep 01 09:15:23.286 INFO kablam! 134 | / assert_eq!( Sep 01 09:15:23.286 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 01 09:15:23.286 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:23.286 INFO kablam! 137 | | ); Sep 01 09:15:23.286 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:23.286 INFO kablam! | Sep 01 09:15:23.286 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:23.286 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:23.286 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:23.286 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:23.286 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 09:15:23.286 INFO kablam! Sep 01 09:15:23.289 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 01 09:15:23.289 INFO kablam! --> src/test.rs:143:5 Sep 01 09:15:23.289 INFO kablam! | Sep 01 09:15:23.290 INFO kablam! 143 | / assert_eq!( Sep 01 09:15:23.290 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:23.290 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 01 09:15:23.290 INFO kablam! 146 | | ); Sep 01 09:15:23.290 INFO kablam! | |______^ Sep 01 09:15:23.290 INFO kablam! | Sep 01 09:15:23.290 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 01 09:15:23.290 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 09:15:23.290 INFO kablam! Sep 01 09:15:23.290 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:23.290 INFO kablam! --> src/test.rs:143:5 Sep 01 09:15:23.290 INFO kablam! | Sep 01 09:15:23.290 INFO kablam! 143 | / assert_eq!( Sep 01 09:15:23.290 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:23.290 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 01 09:15:23.291 INFO kablam! 146 | | ); Sep 01 09:15:23.291 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:23.291 INFO kablam! | Sep 01 09:15:23.291 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:23.291 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:23.291 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:23.291 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:23.291 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 09:15:23.291 INFO kablam! Sep 01 09:15:23.291 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:23.291 INFO kablam! --> src/test.rs:143:5 Sep 01 09:15:23.291 INFO kablam! | Sep 01 09:15:23.291 INFO kablam! 143 | / assert_eq!( Sep 01 09:15:23.291 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:23.291 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 01 09:15:23.291 INFO kablam! 146 | | ); Sep 01 09:15:23.291 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:23.291 INFO kablam! | Sep 01 09:15:23.291 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:23.291 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:23.291 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:23.291 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:23.291 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 09:15:23.292 INFO kablam! Sep 01 09:15:23.367 INFO kablam! error: aborting due to 9 previous errors Sep 01 09:15:23.367 INFO kablam! Sep 01 09:15:23.367 INFO kablam! Some errors occurred: E0277, E0369. Sep 01 09:15:23.367 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 09:15:23.375 INFO kablam! error: Could not compile `rls-vfs`. Sep 01 09:15:23.375 INFO kablam! Sep 01 09:15:23.375 INFO kablam! To learn more, run the command again with --verbose. Sep 01 09:15:23.377 INFO kablam! su: No module specific data is present Sep 01 09:15:24.014 INFO running `"docker" "rm" "-f" "3a778871f23de1fc504adbb509df517d01b5889a76ea6997b9462884a7589d8b"` Sep 01 09:15:24.098 INFO blam! 3a778871f23de1fc504adbb509df517d01b5889a76ea6997b9462884a7589d8b