Sep 21 04:33:00.279 INFO checking rls-vfs-0.6.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 04:33:00.279 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 04:33:00.279 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 04:33:00.493 INFO blam! 33a49e10aab393e4efc6c7ffd4e6e9cc85777b0e4867ff4da8cc4e91a1a65d09 Sep 21 04:33:00.495 INFO running `"docker" "start" "-a" "33a49e10aab393e4efc6c7ffd4e6e9cc85777b0e4867ff4da8cc4e91a1a65d09"` Sep 21 04:33:01.246 INFO kablam! usermod: no changes Sep 21 04:33:01.298 INFO kablam! Checking rls-span v0.4.0 Sep 21 04:33:01.766 INFO kablam! Checking rls-vfs v0.6.0 (/source) Sep 21 04:33:02.211 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 21 04:33:02.211 INFO kablam! --> src/test.rs:130:5 Sep 21 04:33:02.211 INFO kablam! | Sep 21 04:33:02.211 INFO kablam! 130 | / assert_eq!( Sep 21 04:33:02.211 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:33:02.211 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 21 04:33:02.211 INFO kablam! 133 | | ); Sep 21 04:33:02.211 INFO kablam! | |______^ Sep 21 04:33:02.211 INFO kablam! | Sep 21 04:33:02.211 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 21 04:33:02.211 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 21 04:33:02.211 INFO kablam! Sep 21 04:33:02.212 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:33:02.212 INFO kablam! --> src/test.rs:130:5 Sep 21 04:33:02.212 INFO kablam! | Sep 21 04:33:02.212 INFO kablam! 130 | / assert_eq!( Sep 21 04:33:02.212 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:33:02.212 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 21 04:33:02.212 INFO kablam! 133 | | ); Sep 21 04:33:02.212 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:33:02.212 INFO kablam! | Sep 21 04:33:02.212 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:33:02.212 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:33:02.212 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:33:02.212 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:33:02.212 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 21 04:33:02.212 INFO kablam! Sep 21 04:33:02.214 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:33:02.214 INFO kablam! --> src/test.rs:130:5 Sep 21 04:33:02.214 INFO kablam! | Sep 21 04:33:02.214 INFO kablam! 130 | / assert_eq!( Sep 21 04:33:02.214 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:33:02.214 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 21 04:33:02.214 INFO kablam! 133 | | ); Sep 21 04:33:02.214 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:33:02.214 INFO kablam! | Sep 21 04:33:02.214 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:33:02.214 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:33:02.214 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:33:02.214 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:33:02.214 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 21 04:33:02.214 INFO kablam! Sep 21 04:33:02.215 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 21 04:33:02.215 INFO kablam! --> src/test.rs:134:5 Sep 21 04:33:02.215 INFO kablam! | Sep 21 04:33:02.215 INFO kablam! 134 | / assert_eq!( Sep 21 04:33:02.215 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 21 04:33:02.215 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 21 04:33:02.215 INFO kablam! 137 | | ); Sep 21 04:33:02.215 INFO kablam! | |______^ Sep 21 04:33:02.215 INFO kablam! | Sep 21 04:33:02.215 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 21 04:33:02.215 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 21 04:33:02.215 INFO kablam! Sep 21 04:33:02.216 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:33:02.216 INFO kablam! --> src/test.rs:134:5 Sep 21 04:33:02.216 INFO kablam! | Sep 21 04:33:02.216 INFO kablam! 134 | / assert_eq!( Sep 21 04:33:02.216 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 21 04:33:02.216 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 21 04:33:02.216 INFO kablam! 137 | | ); Sep 21 04:33:02.216 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:33:02.216 INFO kablam! | Sep 21 04:33:02.216 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:33:02.216 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:33:02.216 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:33:02.216 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:33:02.216 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 21 04:33:02.216 INFO kablam! Sep 21 04:33:02.216 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:33:02.216 INFO kablam! --> src/test.rs:134:5 Sep 21 04:33:02.216 INFO kablam! | Sep 21 04:33:02.216 INFO kablam! 134 | / assert_eq!( Sep 21 04:33:02.216 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 21 04:33:02.216 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 21 04:33:02.216 INFO kablam! 137 | | ); Sep 21 04:33:02.216 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:33:02.216 INFO kablam! | Sep 21 04:33:02.216 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:33:02.216 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:33:02.217 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:33:02.217 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:33:02.218 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 21 04:33:02.218 INFO kablam! Sep 21 04:33:02.226 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 21 04:33:02.226 INFO kablam! --> src/test.rs:143:5 Sep 21 04:33:02.226 INFO kablam! | Sep 21 04:33:02.226 INFO kablam! 143 | / assert_eq!( Sep 21 04:33:02.226 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:33:02.226 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 21 04:33:02.226 INFO kablam! 146 | | ); Sep 21 04:33:02.226 INFO kablam! | |______^ Sep 21 04:33:02.226 INFO kablam! | Sep 21 04:33:02.226 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 21 04:33:02.226 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 21 04:33:02.226 INFO kablam! Sep 21 04:33:02.226 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:33:02.226 INFO kablam! --> src/test.rs:143:5 Sep 21 04:33:02.226 INFO kablam! | Sep 21 04:33:02.226 INFO kablam! 143 | / assert_eq!( Sep 21 04:33:02.226 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:33:02.226 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 21 04:33:02.226 INFO kablam! 146 | | ); Sep 21 04:33:02.226 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:33:02.226 INFO kablam! | Sep 21 04:33:02.226 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:33:02.226 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:33:02.226 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:33:02.226 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:33:02.226 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 21 04:33:02.226 INFO kablam! Sep 21 04:33:02.227 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:33:02.227 INFO kablam! --> src/test.rs:143:5 Sep 21 04:33:02.227 INFO kablam! | Sep 21 04:33:02.227 INFO kablam! 143 | / assert_eq!( Sep 21 04:33:02.227 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:33:02.227 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 21 04:33:02.227 INFO kablam! 146 | | ); Sep 21 04:33:02.227 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:33:02.227 INFO kablam! | Sep 21 04:33:02.227 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:33:02.227 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:33:02.227 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:33:02.227 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:33:02.227 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 21 04:33:02.227 INFO kablam! Sep 21 04:33:02.322 INFO kablam! error: aborting due to 9 previous errors Sep 21 04:33:02.322 INFO kablam! Sep 21 04:33:02.322 INFO kablam! Some errors occurred: E0277, E0369. Sep 21 04:33:02.322 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 04:33:02.330 INFO kablam! error: Could not compile `rls-vfs`. Sep 21 04:33:02.330 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 04:33:02.341 INFO kablam! error: build failed Sep 21 04:33:02.341 INFO kablam! su: No module specific data is present Sep 21 04:33:02.874 INFO running `"docker" "rm" "-f" "33a49e10aab393e4efc6c7ffd4e6e9cc85777b0e4867ff4da8cc4e91a1a65d09"` Sep 21 04:33:02.970 INFO blam! 33a49e10aab393e4efc6c7ffd4e6e9cc85777b0e4867ff4da8cc4e91a1a65d09