Sep 10 11:24:49.994 INFO checking rls-vfs-0.6.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 11:24:49.994 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 11:24:49.994 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 11:24:50.201 INFO blam! 521ce8dfca79a8ed509fea1b56f5091481bf7afa8eeabd386a3811318414afb4 Sep 10 11:24:50.202 INFO running `"docker" "start" "-a" "521ce8dfca79a8ed509fea1b56f5091481bf7afa8eeabd386a3811318414afb4"` Sep 10 11:24:51.327 INFO kablam! usermod: no changes Sep 10 11:24:51.390 INFO kablam! Checking rls-span v0.4.0 Sep 10 11:24:51.959 INFO kablam! Checking rls-vfs v0.6.0 (file:///source) Sep 10 11:24:52.578 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 10 11:24:52.578 INFO kablam! --> src/test.rs:130:5 Sep 10 11:24:52.578 INFO kablam! | Sep 10 11:24:52.578 INFO kablam! 130 | / assert_eq!( Sep 10 11:24:52.578 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 10 11:24:52.578 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 10 11:24:52.578 INFO kablam! 133 | | ); Sep 10 11:24:52.578 INFO kablam! | |______^ Sep 10 11:24:52.578 INFO kablam! | Sep 10 11:24:52.578 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 10 11:24:52.578 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 10 11:24:52.578 INFO kablam! Sep 10 11:24:52.578 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 10 11:24:52.578 INFO kablam! --> src/test.rs:130:5 Sep 10 11:24:52.578 INFO kablam! | Sep 10 11:24:52.578 INFO kablam! 130 | / assert_eq!( Sep 10 11:24:52.578 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 10 11:24:52.578 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 10 11:24:52.578 INFO kablam! 133 | | ); Sep 10 11:24:52.578 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 10 11:24:52.578 INFO kablam! | Sep 10 11:24:52.578 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 10 11:24:52.578 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 10 11:24:52.578 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 10 11:24:52.578 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 10 11:24:52.578 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 10 11:24:52.578 INFO kablam! Sep 10 11:24:52.578 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 10 11:24:52.578 INFO kablam! --> src/test.rs:130:5 Sep 10 11:24:52.578 INFO kablam! | Sep 10 11:24:52.579 INFO kablam! 130 | / assert_eq!( Sep 10 11:24:52.579 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 10 11:24:52.579 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 10 11:24:52.579 INFO kablam! 133 | | ); Sep 10 11:24:52.579 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 10 11:24:52.579 INFO kablam! | Sep 10 11:24:52.579 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 10 11:24:52.579 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 10 11:24:52.579 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 10 11:24:52.579 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 10 11:24:52.579 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 10 11:24:52.579 INFO kablam! Sep 10 11:24:52.579 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 10 11:24:52.579 INFO kablam! --> src/test.rs:134:5 Sep 10 11:24:52.579 INFO kablam! | Sep 10 11:24:52.579 INFO kablam! 134 | / assert_eq!( Sep 10 11:24:52.579 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 10 11:24:52.579 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 10 11:24:52.579 INFO kablam! 137 | | ); Sep 10 11:24:52.579 INFO kablam! | |______^ Sep 10 11:24:52.579 INFO kablam! | Sep 10 11:24:52.579 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 10 11:24:52.579 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 10 11:24:52.579 INFO kablam! Sep 10 11:24:52.579 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 10 11:24:52.579 INFO kablam! --> src/test.rs:134:5 Sep 10 11:24:52.579 INFO kablam! | Sep 10 11:24:52.579 INFO kablam! 134 | / assert_eq!( Sep 10 11:24:52.579 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 10 11:24:52.579 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 10 11:24:52.579 INFO kablam! 137 | | ); Sep 10 11:24:52.579 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 10 11:24:52.579 INFO kablam! | Sep 10 11:24:52.579 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 10 11:24:52.579 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 10 11:24:52.579 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 10 11:24:52.579 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 10 11:24:52.579 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 10 11:24:52.579 INFO kablam! Sep 10 11:24:52.579 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 10 11:24:52.579 INFO kablam! --> src/test.rs:134:5 Sep 10 11:24:52.579 INFO kablam! | Sep 10 11:24:52.579 INFO kablam! 134 | / assert_eq!( Sep 10 11:24:52.579 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 10 11:24:52.579 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 10 11:24:52.579 INFO kablam! 137 | | ); Sep 10 11:24:52.579 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 10 11:24:52.579 INFO kablam! | Sep 10 11:24:52.579 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 10 11:24:52.579 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 10 11:24:52.579 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 10 11:24:52.579 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 10 11:24:52.579 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 10 11:24:52.580 INFO kablam! Sep 10 11:24:52.582 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 10 11:24:52.582 INFO kablam! --> src/test.rs:143:5 Sep 10 11:24:52.582 INFO kablam! | Sep 10 11:24:52.582 INFO kablam! 143 | / assert_eq!( Sep 10 11:24:52.582 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 10 11:24:52.582 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 10 11:24:52.582 INFO kablam! 146 | | ); Sep 10 11:24:52.582 INFO kablam! | |______^ Sep 10 11:24:52.582 INFO kablam! | Sep 10 11:24:52.582 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 10 11:24:52.582 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 10 11:24:52.582 INFO kablam! Sep 10 11:24:52.582 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 10 11:24:52.582 INFO kablam! --> src/test.rs:143:5 Sep 10 11:24:52.582 INFO kablam! | Sep 10 11:24:52.582 INFO kablam! 143 | / assert_eq!( Sep 10 11:24:52.582 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 10 11:24:52.582 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 10 11:24:52.582 INFO kablam! 146 | | ); Sep 10 11:24:52.582 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 10 11:24:52.582 INFO kablam! | Sep 10 11:24:52.582 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 10 11:24:52.582 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 10 11:24:52.582 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 10 11:24:52.582 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 10 11:24:52.582 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 10 11:24:52.582 INFO kablam! Sep 10 11:24:52.582 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 10 11:24:52.582 INFO kablam! --> src/test.rs:143:5 Sep 10 11:24:52.582 INFO kablam! | Sep 10 11:24:52.582 INFO kablam! 143 | / assert_eq!( Sep 10 11:24:52.582 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 10 11:24:52.582 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 10 11:24:52.582 INFO kablam! 146 | | ); Sep 10 11:24:52.582 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 10 11:24:52.582 INFO kablam! | Sep 10 11:24:52.583 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 10 11:24:52.583 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 10 11:24:52.583 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 10 11:24:52.583 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 10 11:24:52.583 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 10 11:24:52.583 INFO kablam! Sep 10 11:24:52.635 INFO kablam! error: aborting due to 9 previous errors Sep 10 11:24:52.635 INFO kablam! Sep 10 11:24:52.635 INFO kablam! Some errors occurred: E0277, E0369. Sep 10 11:24:52.635 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 11:24:52.642 INFO kablam! error: Could not compile `rls-vfs`. Sep 10 11:24:52.642 INFO kablam! Sep 10 11:24:52.642 INFO kablam! To learn more, run the command again with --verbose. Sep 10 11:24:52.643 INFO kablam! su: No module specific data is present Sep 10 11:24:53.456 INFO running `"docker" "rm" "-f" "521ce8dfca79a8ed509fea1b56f5091481bf7afa8eeabd386a3811318414afb4"` Sep 10 11:24:53.539 INFO blam! 521ce8dfca79a8ed509fea1b56f5091481bf7afa8eeabd386a3811318414afb4