Sep 19 19:46:23.933 INFO checking rls-vfs-0.6.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 19:46:23.933 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 19:46:23.933 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:46:24.246 INFO blam! 8db987434c25dd9b8abf78227026e276efe080a902b9bc8db11c4866bb993a46 Sep 19 19:46:24.248 INFO running `"docker" "start" "-a" "8db987434c25dd9b8abf78227026e276efe080a902b9bc8db11c4866bb993a46"` Sep 19 19:46:25.513 INFO kablam! usermod: no changes Sep 19 19:46:25.556 INFO kablam! Checking rls-span v0.4.0 Sep 19 19:46:26.112 INFO kablam! Checking rls-vfs v0.6.0 (/source) Sep 19 19:46:26.831 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 19 19:46:26.833 INFO kablam! --> src/test.rs:130:5 Sep 19 19:46:26.833 INFO kablam! | Sep 19 19:46:26.834 INFO kablam! 130 | / assert_eq!( Sep 19 19:46:26.834 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 19:46:26.835 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 19 19:46:26.835 INFO kablam! 133 | | ); Sep 19 19:46:26.835 INFO kablam! | |______^ Sep 19 19:46:26.836 INFO kablam! | Sep 19 19:46:26.836 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 19 19:46:26.837 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 19 19:46:26.837 INFO kablam! Sep 19 19:46:26.837 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 19:46:26.838 INFO kablam! --> src/test.rs:130:5 Sep 19 19:46:26.838 INFO kablam! | Sep 19 19:46:26.839 INFO kablam! 130 | / assert_eq!( Sep 19 19:46:26.839 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 19:46:26.840 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 19 19:46:26.840 INFO kablam! 133 | | ); Sep 19 19:46:26.840 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 19:46:26.841 INFO kablam! | Sep 19 19:46:26.841 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 19:46:26.841 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 19:46:26.842 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 19:46:26.842 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 19:46:26.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 19 19:46:26.843 INFO kablam! Sep 19 19:46:26.843 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 19:46:26.844 INFO kablam! --> src/test.rs:130:5 Sep 19 19:46:26.844 INFO kablam! | Sep 19 19:46:26.845 INFO kablam! 130 | / assert_eq!( Sep 19 19:46:26.845 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 19:46:26.845 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 19 19:46:26.846 INFO kablam! 133 | | ); Sep 19 19:46:26.846 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 19:46:26.847 INFO kablam! | Sep 19 19:46:26.847 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 19:46:26.848 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 19:46:26.848 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 19:46:26.848 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 19:46:26.849 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 19 19:46:26.849 INFO kablam! Sep 19 19:46:26.850 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 19 19:46:26.850 INFO kablam! --> src/test.rs:134:5 Sep 19 19:46:26.851 INFO kablam! | Sep 19 19:46:26.851 INFO kablam! 134 | / assert_eq!( Sep 19 19:46:26.851 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 19 19:46:26.852 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 19 19:46:26.852 INFO kablam! 137 | | ); Sep 19 19:46:26.853 INFO kablam! | |______^ Sep 19 19:46:26.853 INFO kablam! | Sep 19 19:46:26.854 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 19 19:46:26.854 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 19 19:46:26.854 INFO kablam! Sep 19 19:46:26.855 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 19:46:26.855 INFO kablam! --> src/test.rs:134:5 Sep 19 19:46:26.856 INFO kablam! | Sep 19 19:46:26.856 INFO kablam! 134 | / assert_eq!( Sep 19 19:46:26.856 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 19 19:46:26.857 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 19 19:46:26.857 INFO kablam! 137 | | ); Sep 19 19:46:26.858 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 19:46:26.858 INFO kablam! | Sep 19 19:46:26.858 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 19:46:26.859 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 19:46:26.859 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 19:46:26.860 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 19:46:26.860 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 19 19:46:26.861 INFO kablam! Sep 19 19:46:26.861 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 19:46:26.862 INFO kablam! --> src/test.rs:134:5 Sep 19 19:46:26.862 INFO kablam! | Sep 19 19:46:26.862 INFO kablam! 134 | / assert_eq!( Sep 19 19:46:26.862 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 19 19:46:26.862 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 19 19:46:26.862 INFO kablam! 137 | | ); Sep 19 19:46:26.863 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 19:46:26.863 INFO kablam! | Sep 19 19:46:26.863 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 19:46:26.863 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 19:46:26.863 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 19:46:26.863 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 19:46:26.863 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 19 19:46:26.863 INFO kablam! Sep 19 19:46:26.863 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 19 19:46:26.864 INFO kablam! --> src/test.rs:143:5 Sep 19 19:46:26.864 INFO kablam! | Sep 19 19:46:26.864 INFO kablam! 143 | / assert_eq!( Sep 19 19:46:26.864 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 19:46:26.864 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 19 19:46:26.864 INFO kablam! 146 | | ); Sep 19 19:46:26.864 INFO kablam! | |______^ Sep 19 19:46:26.864 INFO kablam! | Sep 19 19:46:26.864 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 19 19:46:26.864 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 19 19:46:26.864 INFO kablam! Sep 19 19:46:26.864 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 19:46:26.864 INFO kablam! --> src/test.rs:143:5 Sep 19 19:46:26.864 INFO kablam! | Sep 19 19:46:26.864 INFO kablam! 143 | / assert_eq!( Sep 19 19:46:26.864 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 19:46:26.864 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 19 19:46:26.864 INFO kablam! 146 | | ); Sep 19 19:46:26.864 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 19:46:26.865 INFO kablam! | Sep 19 19:46:26.865 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 19:46:26.865 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 19:46:26.865 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 19:46:26.865 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 19:46:26.866 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 19 19:46:26.866 INFO kablam! Sep 19 19:46:26.866 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 19:46:26.866 INFO kablam! --> src/test.rs:143:5 Sep 19 19:46:26.866 INFO kablam! | Sep 19 19:46:26.866 INFO kablam! 143 | / assert_eq!( Sep 19 19:46:26.866 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 19:46:26.866 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 19 19:46:26.866 INFO kablam! 146 | | ); Sep 19 19:46:26.866 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 19:46:26.866 INFO kablam! | Sep 19 19:46:26.866 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 19:46:26.866 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 19:46:26.866 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 19:46:26.866 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 19:46:26.866 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 19 19:46:26.867 INFO kablam! Sep 19 19:46:26.913 INFO kablam! error: aborting due to 9 previous errors Sep 19 19:46:26.913 INFO kablam! Sep 19 19:46:26.913 INFO kablam! Some errors occurred: E0277, E0369. Sep 19 19:46:26.913 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 19:46:26.923 INFO kablam! error: Could not compile `rls-vfs`. Sep 19 19:46:26.923 INFO kablam! Sep 19 19:46:26.923 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:46:26.925 INFO kablam! su: No module specific data is present Sep 19 19:46:27.803 INFO running `"docker" "rm" "-f" "8db987434c25dd9b8abf78227026e276efe080a902b9bc8db11c4866bb993a46"` Sep 19 19:46:28.043 INFO blam! 8db987434c25dd9b8abf78227026e276efe080a902b9bc8db11c4866bb993a46