Sep 02 02:37:03.169 INFO checking rls-vfs-0.4.6 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 02:37:03.169 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 02:37:03.169 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/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:37:03.329 INFO blam! 469bd4913a498a6ea72a7c7c13ae3c85af88e29d10d87026ca8c0189a35a0dc0 Sep 02 02:37:03.330 INFO running `"docker" "start" "-a" "469bd4913a498a6ea72a7c7c13ae3c85af88e29d10d87026ca8c0189a35a0dc0"` Sep 02 02:37:04.053 INFO kablam! Checking rls-vfs v0.4.6 (file:///source) Sep 02 02:37:05.095 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:37:05.096 INFO kablam! --> src/test.rs:130:5 Sep 02 02:37:05.096 INFO kablam! | Sep 02 02:37:05.096 INFO kablam! 130 | / assert_eq!( Sep 02 02:37:05.096 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:05.096 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:05.096 INFO kablam! 133 | | ); Sep 02 02:37:05.096 INFO kablam! | |______^ Sep 02 02:37:05.096 INFO kablam! | Sep 02 02:37:05.096 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:37:05.096 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:05.096 INFO kablam! Sep 02 02:37:05.097 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:05.097 INFO kablam! --> src/test.rs:130:5 Sep 02 02:37:05.097 INFO kablam! | Sep 02 02:37:05.097 INFO kablam! 130 | / assert_eq!( Sep 02 02:37:05.097 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:05.097 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:05.097 INFO kablam! 133 | | ); Sep 02 02:37:05.098 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:05.098 INFO kablam! | Sep 02 02:37:05.098 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:05.098 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:05.098 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:05.098 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:05.098 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:05.098 INFO kablam! Sep 02 02:37:05.098 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:05.098 INFO kablam! --> src/test.rs:130:5 Sep 02 02:37:05.098 INFO kablam! | Sep 02 02:37:05.098 INFO kablam! 130 | / assert_eq!( Sep 02 02:37:05.098 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:05.098 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:05.098 INFO kablam! 133 | | ); Sep 02 02:37:05.098 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:05.098 INFO kablam! | Sep 02 02:37:05.098 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:05.098 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:05.098 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:05.099 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:05.099 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:05.099 INFO kablam! Sep 02 02:37:05.099 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:37:05.099 INFO kablam! --> src/test.rs:134:5 Sep 02 02:37:05.099 INFO kablam! | Sep 02 02:37:05.099 INFO kablam! 134 | / assert_eq!( Sep 02 02:37:05.099 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:37:05.099 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:05.099 INFO kablam! 137 | | ); Sep 02 02:37:05.099 INFO kablam! | |______^ Sep 02 02:37:05.099 INFO kablam! | Sep 02 02:37:05.099 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:37:05.099 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:05.099 INFO kablam! Sep 02 02:37:05.099 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:05.099 INFO kablam! --> src/test.rs:134:5 Sep 02 02:37:05.099 INFO kablam! | Sep 02 02:37:05.099 INFO kablam! 134 | / assert_eq!( Sep 02 02:37:05.099 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:37:05.099 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:05.099 INFO kablam! 137 | | ); Sep 02 02:37:05.099 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:05.100 INFO kablam! | Sep 02 02:37:05.100 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:05.100 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:05.100 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:05.100 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:05.100 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:05.100 INFO kablam! Sep 02 02:37:05.100 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:05.100 INFO kablam! --> src/test.rs:134:5 Sep 02 02:37:05.100 INFO kablam! | Sep 02 02:37:05.100 INFO kablam! 134 | / assert_eq!( Sep 02 02:37:05.100 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:37:05.100 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:37:05.100 INFO kablam! 137 | | ); Sep 02 02:37:05.100 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:05.100 INFO kablam! | Sep 02 02:37:05.100 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:05.100 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:05.100 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:05.100 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:05.100 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:05.100 INFO kablam! Sep 02 02:37:05.105 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:37:05.105 INFO kablam! --> src/test.rs:143:5 Sep 02 02:37:05.105 INFO kablam! | Sep 02 02:37:05.105 INFO kablam! 143 | / assert_eq!( Sep 02 02:37:05.106 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:05.106 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:37:05.106 INFO kablam! 146 | | ); Sep 02 02:37:05.106 INFO kablam! | |______^ Sep 02 02:37:05.106 INFO kablam! | Sep 02 02:37:05.106 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:37:05.106 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:05.107 INFO kablam! Sep 02 02:37:05.107 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:05.107 INFO kablam! --> src/test.rs:143:5 Sep 02 02:37:05.107 INFO kablam! | Sep 02 02:37:05.107 INFO kablam! 143 | / assert_eq!( Sep 02 02:37:05.107 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:05.107 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:37:05.107 INFO kablam! 146 | | ); Sep 02 02:37:05.107 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:05.107 INFO kablam! | Sep 02 02:37:05.108 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:05.108 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:05.108 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:05.108 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:05.108 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:05.108 INFO kablam! Sep 02 02:37:05.108 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:37:05.108 INFO kablam! --> src/test.rs:143:5 Sep 02 02:37:05.108 INFO kablam! | Sep 02 02:37:05.108 INFO kablam! 143 | / assert_eq!( Sep 02 02:37:05.108 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:37:05.108 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:37:05.108 INFO kablam! 146 | | ); Sep 02 02:37:05.108 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:37:05.109 INFO kablam! | Sep 02 02:37:05.109 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:37:05.109 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:37:05.109 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:37:05.109 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:37:05.109 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:05.109 INFO kablam! Sep 02 02:37:05.189 INFO kablam! error: aborting due to 9 previous errors Sep 02 02:37:05.189 INFO kablam! Sep 02 02:37:05.189 INFO kablam! Some errors occurred: E0277, E0369. Sep 02 02:37:05.189 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 02:37:05.203 INFO kablam! error: Could not compile `rls-vfs`. Sep 02 02:37:05.204 INFO kablam! Sep 02 02:37:05.204 INFO kablam! To learn more, run the command again with --verbose. Sep 02 02:37:05.205 INFO kablam! su: No module specific data is present Sep 02 02:37:05.636 INFO running `"docker" "rm" "-f" "469bd4913a498a6ea72a7c7c13ae3c85af88e29d10d87026ca8c0189a35a0dc0"` Sep 02 02:37:05.742 INFO blam! 469bd4913a498a6ea72a7c7c13ae3c85af88e29d10d87026ca8c0189a35a0dc0