Sep 21 04:32:55.642 INFO checking rls-vfs-0.6.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:32:55.642 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:32:55.642 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-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:32:55.824 INFO blam! e9535eeab2cbececdd9803accbf8d2d1da326931e4ee7a19bed78866e1931596 Sep 21 04:32:55.826 INFO running `"docker" "start" "-a" "e9535eeab2cbececdd9803accbf8d2d1da326931e4ee7a19bed78866e1931596"` Sep 21 04:32:57.046 INFO kablam! usermod: no changes Sep 21 04:32:57.119 INFO kablam! Checking rls-span v0.4.0 Sep 21 04:32:57.707 INFO kablam! Checking rls-vfs v0.6.0 (/source) Sep 21 04:32:58.654 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 21 04:32:58.655 INFO kablam! --> src/test.rs:130:5 Sep 21 04:32:58.655 INFO kablam! | Sep 21 04:32:58.656 INFO kablam! 130 | / assert_eq!( Sep 21 04:32:58.656 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:32:58.657 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 21 04:32:58.657 INFO kablam! 133 | | ); Sep 21 04:32:58.657 INFO kablam! | |______^ Sep 21 04:32:58.658 INFO kablam! | Sep 21 04:32:58.658 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 21 04:32:58.659 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:32:58.659 INFO kablam! Sep 21 04:32:58.660 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:32:58.660 INFO kablam! --> src/test.rs:130:5 Sep 21 04:32:58.660 INFO kablam! | Sep 21 04:32:58.661 INFO kablam! 130 | / assert_eq!( Sep 21 04:32:58.661 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:32:58.661 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 21 04:32:58.662 INFO kablam! 133 | | ); Sep 21 04:32:58.662 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:32:58.662 INFO kablam! | Sep 21 04:32:58.663 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:32:58.663 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:32:58.664 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:32:58.664 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:32:58.665 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:32:58.665 INFO kablam! Sep 21 04:32:58.665 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:32:58.666 INFO kablam! --> src/test.rs:130:5 Sep 21 04:32:58.666 INFO kablam! | Sep 21 04:32:58.666 INFO kablam! 130 | / assert_eq!( Sep 21 04:32:58.667 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:32:58.667 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 21 04:32:58.668 INFO kablam! 133 | | ); Sep 21 04:32:58.668 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:32:58.668 INFO kablam! | Sep 21 04:32:58.669 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:32:58.669 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:32:58.670 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:32:58.670 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:32:58.670 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:32:58.671 INFO kablam! Sep 21 04:32:58.671 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 21 04:32:58.671 INFO kablam! --> src/test.rs:134:5 Sep 21 04:32:58.672 INFO kablam! | Sep 21 04:32:58.672 INFO kablam! 134 | / assert_eq!( Sep 21 04:32:58.673 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 21 04:32:58.673 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 21 04:32:58.673 INFO kablam! 137 | | ); Sep 21 04:32:58.674 INFO kablam! | |______^ Sep 21 04:32:58.674 INFO kablam! | Sep 21 04:32:58.675 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 21 04:32:58.675 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:32:58.675 INFO kablam! Sep 21 04:32:58.676 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:32:58.676 INFO kablam! --> src/test.rs:134:5 Sep 21 04:32:58.676 INFO kablam! | Sep 21 04:32:58.677 INFO kablam! 134 | / assert_eq!( Sep 21 04:32:58.677 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 21 04:32:58.677 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 21 04:32:58.678 INFO kablam! 137 | | ); Sep 21 04:32:58.678 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:32:58.679 INFO kablam! | Sep 21 04:32:58.679 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:32:58.679 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:32:58.680 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:32:58.680 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:32:58.680 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:32:58.681 INFO kablam! Sep 21 04:32:58.681 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:32:58.682 INFO kablam! --> src/test.rs:134:5 Sep 21 04:32:58.682 INFO kablam! | Sep 21 04:32:58.682 INFO kablam! 134 | / assert_eq!( Sep 21 04:32:58.683 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 21 04:32:58.683 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 21 04:32:58.683 INFO kablam! 137 | | ); Sep 21 04:32:58.684 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:32:58.684 INFO kablam! | Sep 21 04:32:58.684 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:32:58.685 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:32:58.685 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:32:58.685 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:32:58.686 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:32:58.686 INFO kablam! Sep 21 04:32:58.689 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 21 04:32:58.689 INFO kablam! --> src/test.rs:143:5 Sep 21 04:32:58.690 INFO kablam! | Sep 21 04:32:58.690 INFO kablam! 143 | / assert_eq!( Sep 21 04:32:58.690 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:32:58.691 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 21 04:32:58.691 INFO kablam! 146 | | ); Sep 21 04:32:58.691 INFO kablam! | |______^ Sep 21 04:32:58.692 INFO kablam! | Sep 21 04:32:58.692 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 21 04:32:58.693 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:32:58.693 INFO kablam! Sep 21 04:32:58.693 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:32:58.694 INFO kablam! --> src/test.rs:143:5 Sep 21 04:32:58.694 INFO kablam! | Sep 21 04:32:58.694 INFO kablam! 143 | / assert_eq!( Sep 21 04:32:58.695 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:32:58.695 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 21 04:32:58.696 INFO kablam! 146 | | ); Sep 21 04:32:58.696 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:32:58.696 INFO kablam! | Sep 21 04:32:58.697 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:32:58.697 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:32:58.697 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:32:58.698 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:32:58.698 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:32:58.699 INFO kablam! Sep 21 04:32:58.699 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 21 04:32:58.699 INFO kablam! --> src/test.rs:143:5 Sep 21 04:32:58.700 INFO kablam! | Sep 21 04:32:58.700 INFO kablam! 143 | / assert_eq!( Sep 21 04:32:58.700 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 21 04:32:58.701 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 21 04:32:58.701 INFO kablam! 146 | | ); Sep 21 04:32:58.702 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 21 04:32:58.702 INFO kablam! | Sep 21 04:32:58.702 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 21 04:32:58.703 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 21 04:32:58.703 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 21 04:32:58.704 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 21 04:32:58.704 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:32:58.704 INFO kablam! Sep 21 04:32:58.762 INFO kablam! error: aborting due to 9 previous errors Sep 21 04:32:58.763 INFO kablam! Sep 21 04:32:58.763 INFO kablam! Some errors occurred: E0277, E0369. Sep 21 04:32:58.763 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 04:32:58.766 INFO kablam! error: Could not compile `rls-vfs`. Sep 21 04:32:58.766 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 04:32:58.855 INFO kablam! error: build failed Sep 21 04:32:58.857 INFO kablam! su: No module specific data is present Sep 21 04:33:00.124 INFO running `"docker" "rm" "-f" "e9535eeab2cbececdd9803accbf8d2d1da326931e4ee7a19bed78866e1931596"` Sep 21 04:33:00.238 INFO blam! e9535eeab2cbececdd9803accbf8d2d1da326931e4ee7a19bed78866e1931596