Sep 06 01:23:05.994 INFO checking rls-vfs-0.4.6 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 01:23:05.994 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 01:23:05.994 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 01:23:06.199 INFO blam! 6535e6c27592fec6315ce0ccac57990f392b46b52e9c17ed4ef2f903d5c6ad96 Sep 06 01:23:06.201 INFO running `"docker" "start" "-a" "6535e6c27592fec6315ce0ccac57990f392b46b52e9c17ed4ef2f903d5c6ad96"` Sep 06 01:23:06.826 INFO kablam! usermod: no changes Sep 06 01:23:06.970 INFO kablam! Checking rls-span v0.4.0 Sep 06 01:23:07.597 INFO kablam! Checking rls-vfs v0.4.6 (file:///source) Sep 06 01:23:08.241 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 06 01:23:08.241 INFO kablam! --> src/test.rs:130:5 Sep 06 01:23:08.241 INFO kablam! | Sep 06 01:23:08.241 INFO kablam! 130 | / assert_eq!( Sep 06 01:23:08.241 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 06 01:23:08.241 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 06 01:23:08.241 INFO kablam! 133 | | ); Sep 06 01:23:08.241 INFO kablam! | |______^ Sep 06 01:23:08.241 INFO kablam! | Sep 06 01:23:08.241 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 06 01:23:08.241 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 06 01:23:08.241 INFO kablam! Sep 06 01:23:08.250 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 06 01:23:08.250 INFO kablam! --> src/test.rs:130:5 Sep 06 01:23:08.250 INFO kablam! | Sep 06 01:23:08.250 INFO kablam! 130 | / assert_eq!( Sep 06 01:23:08.250 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 06 01:23:08.250 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 06 01:23:08.250 INFO kablam! 133 | | ); Sep 06 01:23:08.250 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 06 01:23:08.250 INFO kablam! | Sep 06 01:23:08.250 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 06 01:23:08.250 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 06 01:23:08.250 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 06 01:23:08.250 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 06 01:23:08.250 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 06 01:23:08.250 INFO kablam! Sep 06 01:23:08.250 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 06 01:23:08.250 INFO kablam! --> src/test.rs:130:5 Sep 06 01:23:08.250 INFO kablam! | Sep 06 01:23:08.250 INFO kablam! 130 | / assert_eq!( Sep 06 01:23:08.250 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 06 01:23:08.250 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 06 01:23:08.250 INFO kablam! 133 | | ); Sep 06 01:23:08.250 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 06 01:23:08.250 INFO kablam! | Sep 06 01:23:08.251 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 06 01:23:08.251 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 06 01:23:08.251 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 06 01:23:08.251 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 06 01:23:08.251 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 06 01:23:08.251 INFO kablam! Sep 06 01:23:08.251 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 06 01:23:08.251 INFO kablam! --> src/test.rs:134:5 Sep 06 01:23:08.251 INFO kablam! | Sep 06 01:23:08.251 INFO kablam! 134 | / assert_eq!( Sep 06 01:23:08.251 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 06 01:23:08.251 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 06 01:23:08.251 INFO kablam! 137 | | ); Sep 06 01:23:08.251 INFO kablam! | |______^ Sep 06 01:23:08.251 INFO kablam! | Sep 06 01:23:08.251 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 06 01:23:08.251 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 06 01:23:08.251 INFO kablam! Sep 06 01:23:08.251 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 06 01:23:08.251 INFO kablam! --> src/test.rs:134:5 Sep 06 01:23:08.251 INFO kablam! | Sep 06 01:23:08.251 INFO kablam! 134 | / assert_eq!( Sep 06 01:23:08.251 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 06 01:23:08.251 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 06 01:23:08.251 INFO kablam! 137 | | ); Sep 06 01:23:08.251 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 06 01:23:08.251 INFO kablam! | Sep 06 01:23:08.251 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 06 01:23:08.251 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 06 01:23:08.251 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 06 01:23:08.251 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 06 01:23:08.251 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 06 01:23:08.251 INFO kablam! Sep 06 01:23:08.251 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 06 01:23:08.251 INFO kablam! --> src/test.rs:134:5 Sep 06 01:23:08.251 INFO kablam! | Sep 06 01:23:08.251 INFO kablam! 134 | / assert_eq!( Sep 06 01:23:08.251 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 06 01:23:08.251 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 06 01:23:08.251 INFO kablam! 137 | | ); Sep 06 01:23:08.251 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 06 01:23:08.251 INFO kablam! | Sep 06 01:23:08.251 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 06 01:23:08.251 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 06 01:23:08.251 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 06 01:23:08.251 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 06 01:23:08.251 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 06 01:23:08.251 INFO kablam! Sep 06 01:23:08.256 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 06 01:23:08.256 INFO kablam! --> src/test.rs:143:5 Sep 06 01:23:08.256 INFO kablam! | Sep 06 01:23:08.256 INFO kablam! 143 | / assert_eq!( Sep 06 01:23:08.256 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 06 01:23:08.256 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 06 01:23:08.256 INFO kablam! 146 | | ); Sep 06 01:23:08.256 INFO kablam! | |______^ Sep 06 01:23:08.256 INFO kablam! | Sep 06 01:23:08.256 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 06 01:23:08.256 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 06 01:23:08.256 INFO kablam! Sep 06 01:23:08.256 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 06 01:23:08.256 INFO kablam! --> src/test.rs:143:5 Sep 06 01:23:08.256 INFO kablam! | Sep 06 01:23:08.256 INFO kablam! 143 | / assert_eq!( Sep 06 01:23:08.256 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 06 01:23:08.256 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 06 01:23:08.256 INFO kablam! 146 | | ); Sep 06 01:23:08.256 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 06 01:23:08.256 INFO kablam! | Sep 06 01:23:08.256 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 06 01:23:08.256 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 06 01:23:08.256 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 06 01:23:08.256 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 06 01:23:08.256 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 06 01:23:08.256 INFO kablam! Sep 06 01:23:08.266 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 06 01:23:08.266 INFO kablam! --> src/test.rs:143:5 Sep 06 01:23:08.266 INFO kablam! | Sep 06 01:23:08.266 INFO kablam! 143 | / assert_eq!( Sep 06 01:23:08.266 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 06 01:23:08.266 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 06 01:23:08.266 INFO kablam! 146 | | ); Sep 06 01:23:08.266 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 06 01:23:08.266 INFO kablam! | Sep 06 01:23:08.266 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 06 01:23:08.266 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 06 01:23:08.266 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 06 01:23:08.266 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 06 01:23:08.266 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 06 01:23:08.266 INFO kablam! Sep 06 01:23:08.330 INFO kablam! error: aborting due to 9 previous errors Sep 06 01:23:08.330 INFO kablam! Sep 06 01:23:08.330 INFO kablam! Some errors occurred: E0277, E0369. Sep 06 01:23:08.330 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 01:23:08.353 INFO kablam! error: Could not compile `rls-vfs`. Sep 06 01:23:08.353 INFO kablam! Sep 06 01:23:08.353 INFO kablam! To learn more, run the command again with --verbose. Sep 06 01:23:08.353 INFO kablam! su: No module specific data is present Sep 06 01:23:09.072 INFO running `"docker" "rm" "-f" "6535e6c27592fec6315ce0ccac57990f392b46b52e9c17ed4ef2f903d5c6ad96"` Sep 06 01:23:09.217 INFO blam! 6535e6c27592fec6315ce0ccac57990f392b46b52e9c17ed4ef2f903d5c6ad96