Sep 04 09:05:37.012 INFO checking rls-vfs-0.6.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 09:05:37.012 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 09:05:37.012 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:05:37.226 INFO blam! c8acd7465c91560b11b19e23599750cea85e06ad4d93dce015c205b0919e6f4b Sep 04 09:05:37.232 INFO running `"docker" "start" "-a" "c8acd7465c91560b11b19e23599750cea85e06ad4d93dce015c205b0919e6f4b"` Sep 04 09:05:37.898 INFO kablam! Checking rls-vfs v0.6.0 (file:///source) Sep 04 09:05:38.839 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 04 09:05:38.839 INFO kablam! --> src/test.rs:130:5 Sep 04 09:05:38.839 INFO kablam! | Sep 04 09:05:38.839 INFO kablam! 130 | / assert_eq!( Sep 04 09:05:38.839 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:38.839 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:38.839 INFO kablam! 133 | | ); Sep 04 09:05:38.839 INFO kablam! | |______^ Sep 04 09:05:38.840 INFO kablam! | Sep 04 09:05:38.840 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 04 09:05:38.840 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 04 09:05:38.840 INFO kablam! Sep 04 09:05:38.841 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:38.841 INFO kablam! --> src/test.rs:130:5 Sep 04 09:05:38.841 INFO kablam! | Sep 04 09:05:38.841 INFO kablam! 130 | / assert_eq!( Sep 04 09:05:38.841 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:38.841 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:38.841 INFO kablam! 133 | | ); Sep 04 09:05:38.841 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:38.841 INFO kablam! | Sep 04 09:05:38.841 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:38.841 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:38.841 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:38.841 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:38.841 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 04 09:05:38.841 INFO kablam! Sep 04 09:05:38.842 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:38.842 INFO kablam! --> src/test.rs:130:5 Sep 04 09:05:38.842 INFO kablam! | Sep 04 09:05:38.842 INFO kablam! 130 | / assert_eq!( Sep 04 09:05:38.842 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:38.842 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:38.842 INFO kablam! 133 | | ); Sep 04 09:05:38.842 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:38.842 INFO kablam! | Sep 04 09:05:38.842 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:38.842 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:38.842 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:38.842 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:38.842 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 04 09:05:38.842 INFO kablam! Sep 04 09:05:38.843 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 04 09:05:38.843 INFO kablam! --> src/test.rs:134:5 Sep 04 09:05:38.843 INFO kablam! | Sep 04 09:05:38.843 INFO kablam! 134 | / assert_eq!( Sep 04 09:05:38.843 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 04 09:05:38.843 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:38.843 INFO kablam! 137 | | ); Sep 04 09:05:38.843 INFO kablam! | |______^ Sep 04 09:05:38.843 INFO kablam! | Sep 04 09:05:38.843 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 04 09:05:38.843 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 04 09:05:38.843 INFO kablam! Sep 04 09:05:38.844 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:38.844 INFO kablam! --> src/test.rs:134:5 Sep 04 09:05:38.844 INFO kablam! | Sep 04 09:05:38.844 INFO kablam! 134 | / assert_eq!( Sep 04 09:05:38.844 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 04 09:05:38.844 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:38.844 INFO kablam! 137 | | ); Sep 04 09:05:38.844 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:38.844 INFO kablam! | Sep 04 09:05:38.844 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:38.845 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:38.845 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:38.845 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:38.845 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 04 09:05:38.845 INFO kablam! Sep 04 09:05:38.845 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:38.845 INFO kablam! --> src/test.rs:134:5 Sep 04 09:05:38.845 INFO kablam! | Sep 04 09:05:38.845 INFO kablam! 134 | / assert_eq!( Sep 04 09:05:38.845 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 04 09:05:38.845 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:38.845 INFO kablam! 137 | | ); Sep 04 09:05:38.845 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:38.845 INFO kablam! | Sep 04 09:05:38.845 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:38.845 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:38.845 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:38.845 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:38.845 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 04 09:05:38.845 INFO kablam! Sep 04 09:05:38.850 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 04 09:05:38.850 INFO kablam! --> src/test.rs:143:5 Sep 04 09:05:38.850 INFO kablam! | Sep 04 09:05:38.850 INFO kablam! 143 | / assert_eq!( Sep 04 09:05:38.850 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:38.850 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 04 09:05:38.850 INFO kablam! 146 | | ); Sep 04 09:05:38.850 INFO kablam! | |______^ Sep 04 09:05:38.850 INFO kablam! | Sep 04 09:05:38.850 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 04 09:05:38.850 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 04 09:05:38.850 INFO kablam! Sep 04 09:05:38.851 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:38.851 INFO kablam! --> src/test.rs:143:5 Sep 04 09:05:38.851 INFO kablam! | Sep 04 09:05:38.851 INFO kablam! 143 | / assert_eq!( Sep 04 09:05:38.851 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:38.851 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 04 09:05:38.851 INFO kablam! 146 | | ); Sep 04 09:05:38.851 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:38.851 INFO kablam! | Sep 04 09:05:38.851 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:38.851 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:38.851 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:38.851 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:38.851 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 04 09:05:38.851 INFO kablam! Sep 04 09:05:38.852 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:38.852 INFO kablam! --> src/test.rs:143:5 Sep 04 09:05:38.852 INFO kablam! | Sep 04 09:05:38.852 INFO kablam! 143 | / assert_eq!( Sep 04 09:05:38.852 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:38.852 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 04 09:05:38.852 INFO kablam! 146 | | ); Sep 04 09:05:38.852 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:38.852 INFO kablam! | Sep 04 09:05:38.852 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:38.852 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:38.853 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:38.853 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:38.853 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 04 09:05:38.853 INFO kablam! Sep 04 09:05:38.953 INFO kablam! error: aborting due to 9 previous errors Sep 04 09:05:38.953 INFO kablam! Sep 04 09:05:38.954 INFO kablam! Some errors occurred: E0277, E0369. Sep 04 09:05:38.954 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 09:05:38.960 INFO kablam! error: Could not compile `rls-vfs`. Sep 04 09:05:38.960 INFO kablam! Sep 04 09:05:38.960 INFO kablam! To learn more, run the command again with --verbose. Sep 04 09:05:38.962 INFO kablam! su: No module specific data is present Sep 04 09:05:39.423 INFO running `"docker" "rm" "-f" "c8acd7465c91560b11b19e23599750cea85e06ad4d93dce015c205b0919e6f4b"` Sep 04 09:05:39.514 INFO blam! c8acd7465c91560b11b19e23599750cea85e06ad4d93dce015c205b0919e6f4b