Sep 02 02:36:57.567 INFO checking rls-vfs-0.6.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 02:36:57.567 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 02:36:57.567 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:36:57.793 INFO blam! c3c257545828c794006b792145f9f2fff8fd3f1188dec0b5c0a53a806a528b41 Sep 02 02:36:57.795 INFO running `"docker" "start" "-a" "c3c257545828c794006b792145f9f2fff8fd3f1188dec0b5c0a53a806a528b41"` Sep 02 02:36:58.370 INFO kablam! Checking rls-span v0.4.0 Sep 02 02:36:59.288 INFO kablam! Checking rls-vfs v0.6.0 (file:///source) Sep 02 02:37:00.161 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:37:00.161 INFO kablam! --> src/test.rs:130:5 Sep 02 02:37:00.161 INFO kablam! | Sep 02 02:37:00.161 INFO kablam! 130 | / assert_eq!( Sep 02 02:37:00.161 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:00.161 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:00.161 INFO kablam! 133 | | ); Sep 02 02:37:00.161 INFO kablam! | |______^ Sep 02 02:37:00.162 INFO kablam! | Sep 02 02:37:00.162 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:37:00.162 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:00.162 INFO kablam! Sep 02 02:37:00.163 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:00.163 INFO kablam! --> src/test.rs:130:5 Sep 02 02:37:00.163 INFO kablam! | Sep 02 02:37:00.163 INFO kablam! 130 | / assert_eq!( Sep 02 02:37:00.163 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:00.163 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:00.163 INFO kablam! 133 | | ); Sep 02 02:37:00.163 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:00.163 INFO kablam! | Sep 02 02:37:00.163 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:00.163 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:00.163 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:00.163 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:00.163 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:00.163 INFO kablam! Sep 02 02:37:00.163 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:00.163 INFO kablam! --> src/test.rs:130:5 Sep 02 02:37:00.163 INFO kablam! | Sep 02 02:37:00.164 INFO kablam! 130 | / assert_eq!( Sep 02 02:37:00.164 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:00.164 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:00.164 INFO kablam! 133 | | ); Sep 02 02:37:00.164 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:00.164 INFO kablam! | Sep 02 02:37:00.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:00.164 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:00.164 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:00.164 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:00.164 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:00.164 INFO kablam! Sep 02 02:37:00.166 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:37:00.166 INFO kablam! --> src/test.rs:134:5 Sep 02 02:37:00.166 INFO kablam! | Sep 02 02:37:00.166 INFO kablam! 134 | / assert_eq!( Sep 02 02:37:00.166 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:37:00.166 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:00.166 INFO kablam! 137 | | ); Sep 02 02:37:00.166 INFO kablam! | |______^ Sep 02 02:37:00.166 INFO kablam! | Sep 02 02:37:00.166 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:37:00.166 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:00.166 INFO kablam! Sep 02 02:37:00.167 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:00.167 INFO kablam! --> src/test.rs:134:5 Sep 02 02:37:00.167 INFO kablam! | Sep 02 02:37:00.167 INFO kablam! 134 | / assert_eq!( Sep 02 02:37:00.167 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:37:00.167 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:00.167 INFO kablam! 137 | | ); Sep 02 02:37:00.167 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:00.167 INFO kablam! | Sep 02 02:37:00.167 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:00.167 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:00.167 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:00.167 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:00.167 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:00.167 INFO kablam! Sep 02 02:37:00.167 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:00.167 INFO kablam! --> src/test.rs:134:5 Sep 02 02:37:00.167 INFO kablam! | Sep 02 02:37:00.167 INFO kablam! 134 | / assert_eq!( Sep 02 02:37:00.167 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:37:00.167 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:00.168 INFO kablam! 137 | | ); Sep 02 02:37:00.168 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:00.168 INFO kablam! | Sep 02 02:37:00.168 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:00.168 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:00.168 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:00.168 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:00.168 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:00.168 INFO kablam! Sep 02 02:37:00.172 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:37:00.172 INFO kablam! --> src/test.rs:143:5 Sep 02 02:37:00.172 INFO kablam! | Sep 02 02:37:00.172 INFO kablam! 143 | / assert_eq!( Sep 02 02:37:00.172 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:00.172 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:37:00.173 INFO kablam! 146 | | ); Sep 02 02:37:00.173 INFO kablam! | |______^ Sep 02 02:37:00.173 INFO kablam! | Sep 02 02:37:00.173 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:37:00.173 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:00.173 INFO kablam! Sep 02 02:37:00.173 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:00.173 INFO kablam! --> src/test.rs:143:5 Sep 02 02:37:00.173 INFO kablam! | Sep 02 02:37:00.173 INFO kablam! 143 | / assert_eq!( Sep 02 02:37:00.174 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:00.180 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:37:00.180 INFO kablam! 146 | | ); Sep 02 02:37:00.180 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:00.180 INFO kablam! | Sep 02 02:37:00.181 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:00.181 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:00.181 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:00.181 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:00.181 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:00.181 INFO kablam! Sep 02 02:37:00.181 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:00.181 INFO kablam! --> src/test.rs:143:5 Sep 02 02:37:00.181 INFO kablam! | Sep 02 02:37:00.181 INFO kablam! 143 | / assert_eq!( Sep 02 02:37:00.181 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:00.181 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:37:00.181 INFO kablam! 146 | | ); Sep 02 02:37:00.181 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:00.181 INFO kablam! | Sep 02 02:37:00.181 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:00.181 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:00.182 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:00.182 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:00.182 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:00.182 INFO kablam! Sep 02 02:37:00.260 INFO kablam! error: aborting due to 9 previous errors Sep 02 02:37:00.260 INFO kablam! Sep 02 02:37:00.261 INFO kablam! Some errors occurred: E0277, E0369. Sep 02 02:37:00.261 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 02:37:00.268 INFO kablam! error: Could not compile `rls-vfs`. Sep 02 02:37:00.268 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:37:00.284 INFO kablam! error: build failed Sep 02 02:37:00.286 INFO kablam! su: No module specific data is present Sep 02 02:37:00.722 INFO running `"docker" "rm" "-f" "c3c257545828c794006b792145f9f2fff8fd3f1188dec0b5c0a53a806a528b41"` Sep 02 02:37:00.824 INFO blam! c3c257545828c794006b792145f9f2fff8fd3f1188dec0b5c0a53a806a528b41