Sep 04 09:05:43.859 INFO checking rls-vfs-0.4.6 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 09:05:43.859 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 09:05:43.859 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-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:44.011 INFO blam! e6ab5a8ba0f1b940408e222bb75d06770d21e5a0b23b0bb54afb814caed2bec4 Sep 04 09:05:44.013 INFO running `"docker" "start" "-a" "e6ab5a8ba0f1b940408e222bb75d06770d21e5a0b23b0bb54afb814caed2bec4"` Sep 04 09:05:44.962 INFO kablam! Checking rls-vfs v0.4.6 (file:///source) Sep 04 09:05:45.711 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 04 09:05:45.711 INFO kablam! --> src/test.rs:130:5 Sep 04 09:05:45.711 INFO kablam! | Sep 04 09:05:45.711 INFO kablam! 130 | / assert_eq!( Sep 04 09:05:45.711 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:45.711 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:45.711 INFO kablam! 133 | | ); Sep 04 09:05:45.711 INFO kablam! | |______^ Sep 04 09:05:45.711 INFO kablam! | Sep 04 09:05:45.711 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 04 09:05:45.711 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:45.711 INFO kablam! Sep 04 09:05:45.711 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:45.711 INFO kablam! --> src/test.rs:130:5 Sep 04 09:05:45.711 INFO kablam! | Sep 04 09:05:45.711 INFO kablam! 130 | / assert_eq!( Sep 04 09:05:45.712 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:45.712 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:45.712 INFO kablam! 133 | | ); Sep 04 09:05:45.712 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:45.712 INFO kablam! | Sep 04 09:05:45.712 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:45.712 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:45.712 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:45.712 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:45.712 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:45.712 INFO kablam! Sep 04 09:05:45.712 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:45.712 INFO kablam! --> src/test.rs:130:5 Sep 04 09:05:45.712 INFO kablam! | Sep 04 09:05:45.712 INFO kablam! 130 | / assert_eq!( Sep 04 09:05:45.712 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:45.712 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:45.712 INFO kablam! 133 | | ); Sep 04 09:05:45.712 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:45.712 INFO kablam! | Sep 04 09:05:45.712 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:45.712 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:45.712 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:45.712 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:45.712 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:45.712 INFO kablam! Sep 04 09:05:45.713 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 04 09:05:45.713 INFO kablam! --> src/test.rs:134:5 Sep 04 09:05:45.713 INFO kablam! | Sep 04 09:05:45.713 INFO kablam! 134 | / assert_eq!( Sep 04 09:05:45.713 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 04 09:05:45.713 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:45.713 INFO kablam! 137 | | ); Sep 04 09:05:45.713 INFO kablam! | |______^ Sep 04 09:05:45.713 INFO kablam! | Sep 04 09:05:45.713 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 04 09:05:45.713 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:45.713 INFO kablam! Sep 04 09:05:45.713 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:45.713 INFO kablam! --> src/test.rs:134:5 Sep 04 09:05:45.713 INFO kablam! | Sep 04 09:05:45.713 INFO kablam! 134 | / assert_eq!( Sep 04 09:05:45.713 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 04 09:05:45.714 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:45.714 INFO kablam! 137 | | ); Sep 04 09:05:45.714 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:45.714 INFO kablam! | Sep 04 09:05:45.714 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:45.714 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:45.714 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:45.714 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:45.714 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:45.714 INFO kablam! Sep 04 09:05:45.714 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:45.714 INFO kablam! --> src/test.rs:134:5 Sep 04 09:05:45.714 INFO kablam! | Sep 04 09:05:45.714 INFO kablam! 134 | / assert_eq!( Sep 04 09:05:45.714 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 04 09:05:45.714 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 04 09:05:45.714 INFO kablam! 137 | | ); Sep 04 09:05:45.714 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:45.714 INFO kablam! | Sep 04 09:05:45.714 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:45.714 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:45.714 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:45.714 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:45.714 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:45.714 INFO kablam! Sep 04 09:05:45.717 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 04 09:05:45.717 INFO kablam! --> src/test.rs:143:5 Sep 04 09:05:45.717 INFO kablam! | Sep 04 09:05:45.718 INFO kablam! 143 | / assert_eq!( Sep 04 09:05:45.718 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:45.718 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 04 09:05:45.718 INFO kablam! 146 | | ); Sep 04 09:05:45.718 INFO kablam! | |______^ Sep 04 09:05:45.718 INFO kablam! | Sep 04 09:05:45.718 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 04 09:05:45.718 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:45.718 INFO kablam! Sep 04 09:05:45.718 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:45.718 INFO kablam! --> src/test.rs:143:5 Sep 04 09:05:45.718 INFO kablam! | Sep 04 09:05:45.718 INFO kablam! 143 | / assert_eq!( Sep 04 09:05:45.718 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:45.718 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 04 09:05:45.718 INFO kablam! 146 | | ); Sep 04 09:05:45.718 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:45.719 INFO kablam! | Sep 04 09:05:45.719 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:45.719 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:45.719 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:45.719 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:45.719 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:45.719 INFO kablam! Sep 04 09:05:45.719 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 09:05:45.719 INFO kablam! --> src/test.rs:143:5 Sep 04 09:05:45.719 INFO kablam! | Sep 04 09:05:45.719 INFO kablam! 143 | / assert_eq!( Sep 04 09:05:45.719 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 09:05:45.719 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 04 09:05:45.719 INFO kablam! 146 | | ); Sep 04 09:05:45.719 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 09:05:45.719 INFO kablam! | Sep 04 09:05:45.719 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 09:05:45.719 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 09:05:45.719 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 09:05:45.719 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 09:05:45.719 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:45.720 INFO kablam! Sep 04 09:05:45.791 INFO kablam! error: aborting due to 9 previous errors Sep 04 09:05:45.791 INFO kablam! Sep 04 09:05:45.791 INFO kablam! Some errors occurred: E0277, E0369. Sep 04 09:05:45.791 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 09:05:45.809 INFO kablam! error: Could not compile `rls-vfs`. Sep 04 09:05:45.809 INFO kablam! Sep 04 09:05:45.810 INFO kablam! To learn more, run the command again with --verbose. Sep 04 09:05:45.812 INFO kablam! su: No module specific data is present Sep 04 09:05:46.354 INFO running `"docker" "rm" "-f" "e6ab5a8ba0f1b940408e222bb75d06770d21e5a0b23b0bb54afb814caed2bec4"` Sep 04 09:05:46.451 INFO blam! e6ab5a8ba0f1b940408e222bb75d06770d21e5a0b23b0bb54afb814caed2bec4