Sep 02 02:37:02.028 INFO checking rls-vfs-0.4.6 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 02:37:02.028 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 02:37:02.028 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 02:37:02.185 INFO blam! 3a53159e982cc99164a9da3081caa607bd8c46c3c1341c462d99a9b4b81c396b Sep 02 02:37:02.187 INFO running `"docker" "start" "-a" "3a53159e982cc99164a9da3081caa607bd8c46c3c1341c462d99a9b4b81c396b"` Sep 02 02:37:02.980 INFO kablam! Checking rls-span v0.4.0 Sep 02 02:37:03.846 INFO kablam! Checking rls-vfs v0.4.6 (file:///source) Sep 02 02:37:04.755 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:37:04.755 INFO kablam! --> src/test.rs:130:5 Sep 02 02:37:04.755 INFO kablam! | Sep 02 02:37:04.755 INFO kablam! 130 | / assert_eq!( Sep 02 02:37:04.755 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:04.755 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:04.755 INFO kablam! 133 | | ); Sep 02 02:37:04.756 INFO kablam! | |______^ Sep 02 02:37:04.756 INFO kablam! | Sep 02 02:37:04.756 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:37:04.756 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 02 02:37:04.756 INFO kablam! Sep 02 02:37:04.758 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:04.758 INFO kablam! --> src/test.rs:130:5 Sep 02 02:37:04.758 INFO kablam! | Sep 02 02:37:04.758 INFO kablam! 130 | / assert_eq!( Sep 02 02:37:04.758 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:04.758 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:04.758 INFO kablam! 133 | | ); Sep 02 02:37:04.758 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:04.758 INFO kablam! | Sep 02 02:37:04.758 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:04.758 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:04.758 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:04.758 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:04.759 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 02 02:37:04.759 INFO kablam! Sep 02 02:37:04.759 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:04.759 INFO kablam! --> src/test.rs:130:5 Sep 02 02:37:04.760 INFO kablam! | Sep 02 02:37:04.760 INFO kablam! 130 | / assert_eq!( Sep 02 02:37:04.760 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:04.760 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:04.760 INFO kablam! 133 | | ); Sep 02 02:37:04.760 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:04.760 INFO kablam! | Sep 02 02:37:04.760 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:04.760 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:04.760 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:04.760 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:04.760 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 02 02:37:04.760 INFO kablam! Sep 02 02:37:04.762 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:37:04.762 INFO kablam! --> src/test.rs:134:5 Sep 02 02:37:04.762 INFO kablam! | Sep 02 02:37:04.762 INFO kablam! 134 | / assert_eq!( Sep 02 02:37:04.762 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:37:04.763 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:04.763 INFO kablam! 137 | | ); Sep 02 02:37:04.763 INFO kablam! | |______^ Sep 02 02:37:04.763 INFO kablam! | Sep 02 02:37:04.763 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:37:04.763 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 02 02:37:04.763 INFO kablam! Sep 02 02:37:04.764 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:04.764 INFO kablam! --> src/test.rs:134:5 Sep 02 02:37:04.764 INFO kablam! | Sep 02 02:37:04.764 INFO kablam! 134 | / assert_eq!( Sep 02 02:37:04.765 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:37:04.765 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:04.765 INFO kablam! 137 | | ); Sep 02 02:37:04.765 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:04.765 INFO kablam! | Sep 02 02:37:04.765 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:04.765 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:04.765 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:04.765 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:04.765 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 02 02:37:04.765 INFO kablam! Sep 02 02:37:04.766 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:04.766 INFO kablam! --> src/test.rs:134:5 Sep 02 02:37:04.766 INFO kablam! | Sep 02 02:37:04.766 INFO kablam! 134 | / assert_eq!( Sep 02 02:37:04.766 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:37:04.766 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:04.766 INFO kablam! 137 | | ); Sep 02 02:37:04.766 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:04.766 INFO kablam! | Sep 02 02:37:04.767 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:04.767 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:04.767 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:04.767 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:04.767 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 02 02:37:04.767 INFO kablam! Sep 02 02:37:04.773 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:37:04.773 INFO kablam! --> src/test.rs:143:5 Sep 02 02:37:04.773 INFO kablam! | Sep 02 02:37:04.774 INFO kablam! 143 | / assert_eq!( Sep 02 02:37:04.774 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:04.774 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:37:04.774 INFO kablam! 146 | | ); Sep 02 02:37:04.774 INFO kablam! | |______^ Sep 02 02:37:04.774 INFO kablam! | Sep 02 02:37:04.774 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:37:04.774 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 02 02:37:04.774 INFO kablam! Sep 02 02:37:04.775 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:04.775 INFO kablam! --> src/test.rs:143:5 Sep 02 02:37:04.775 INFO kablam! | Sep 02 02:37:04.776 INFO kablam! 143 | / assert_eq!( Sep 02 02:37:04.776 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:04.776 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:37:04.776 INFO kablam! 146 | | ); Sep 02 02:37:04.776 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:04.776 INFO kablam! | Sep 02 02:37:04.776 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:04.776 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:04.776 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:04.776 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:04.776 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 02 02:37:04.776 INFO kablam! Sep 02 02:37:04.777 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:04.777 INFO kablam! --> src/test.rs:143:5 Sep 02 02:37:04.777 INFO kablam! | Sep 02 02:37:04.777 INFO kablam! 143 | / assert_eq!( Sep 02 02:37:04.777 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:04.777 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:37:04.777 INFO kablam! 146 | | ); Sep 02 02:37:04.777 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:04.777 INFO kablam! | Sep 02 02:37:04.778 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:04.778 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:04.778 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:04.778 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:04.778 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 02 02:37:04.778 INFO kablam! Sep 02 02:37:04.903 INFO kablam! error: aborting due to 9 previous errors Sep 02 02:37:04.903 INFO kablam! Sep 02 02:37:04.903 INFO kablam! Some errors occurred: E0277, E0369. Sep 02 02:37:04.903 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 02:37:04.925 INFO kablam! error: Could not compile `rls-vfs`. Sep 02 02:37:04.925 INFO kablam! Sep 02 02:37:04.925 INFO kablam! To learn more, run the command again with --verbose. Sep 02 02:37:04.927 INFO kablam! su: No module specific data is present Sep 02 02:37:05.359 INFO running `"docker" "rm" "-f" "3a53159e982cc99164a9da3081caa607bd8c46c3c1341c462d99a9b4b81c396b"` Sep 02 02:37:05.454 INFO blam! 3a53159e982cc99164a9da3081caa607bd8c46c3c1341c462d99a9b4b81c396b