Aug 31 16:30:11.719 INFO checking rls-vfs-0.6.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 16:30:11.719 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 16:30:11.719 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 16:30:11.890 INFO blam! 286ba4d6bc7ff249d5ffe8b0ea4f159216c0e3f49d9a012792e6397b53ba987b Aug 31 16:30:11.892 INFO running `"docker" "start" "-a" "286ba4d6bc7ff249d5ffe8b0ea4f159216c0e3f49d9a012792e6397b53ba987b"` Aug 31 16:30:12.496 INFO kablam! Checking rls-span v0.4.0 Aug 31 16:30:13.268 INFO kablam! Checking rls-vfs v0.6.0 (file:///source) Aug 31 16:30:14.064 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 31 16:30:14.064 INFO kablam! --> src/test.rs:130:5 Aug 31 16:30:14.064 INFO kablam! | Aug 31 16:30:14.064 INFO kablam! 130 | / assert_eq!( Aug 31 16:30:14.064 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 31 16:30:14.064 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 31 16:30:14.064 INFO kablam! 133 | | ); Aug 31 16:30:14.064 INFO kablam! | |______^ Aug 31 16:30:14.064 INFO kablam! | Aug 31 16:30:14.064 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 31 16:30:14.064 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) Aug 31 16:30:14.064 INFO kablam! Aug 31 16:30:14.065 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 31 16:30:14.065 INFO kablam! --> src/test.rs:130:5 Aug 31 16:30:14.065 INFO kablam! | Aug 31 16:30:14.065 INFO kablam! 130 | / assert_eq!( Aug 31 16:30:14.066 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 31 16:30:14.066 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 31 16:30:14.066 INFO kablam! 133 | | ); Aug 31 16:30:14.066 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 31 16:30:14.066 INFO kablam! | Aug 31 16:30:14.066 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 31 16:30:14.066 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 31 16:30:14.066 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 31 16:30:14.066 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 16:30:14.066 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) Aug 31 16:30:14.067 INFO kablam! Aug 31 16:30:14.067 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 31 16:30:14.067 INFO kablam! --> src/test.rs:130:5 Aug 31 16:30:14.067 INFO kablam! | Aug 31 16:30:14.067 INFO kablam! 130 | / assert_eq!( Aug 31 16:30:14.067 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 31 16:30:14.067 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 31 16:30:14.067 INFO kablam! 133 | | ); Aug 31 16:30:14.067 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 31 16:30:14.067 INFO kablam! | Aug 31 16:30:14.067 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 31 16:30:14.067 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 31 16:30:14.067 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 31 16:30:14.067 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 16:30:14.067 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) Aug 31 16:30:14.067 INFO kablam! Aug 31 16:30:14.068 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 31 16:30:14.068 INFO kablam! --> src/test.rs:134:5 Aug 31 16:30:14.068 INFO kablam! | Aug 31 16:30:14.068 INFO kablam! 134 | / assert_eq!( Aug 31 16:30:14.068 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 31 16:30:14.068 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 31 16:30:14.068 INFO kablam! 137 | | ); Aug 31 16:30:14.068 INFO kablam! | |______^ Aug 31 16:30:14.068 INFO kablam! | Aug 31 16:30:14.068 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 31 16:30:14.068 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) Aug 31 16:30:14.068 INFO kablam! Aug 31 16:30:14.069 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 31 16:30:14.069 INFO kablam! --> src/test.rs:134:5 Aug 31 16:30:14.069 INFO kablam! | Aug 31 16:30:14.069 INFO kablam! 134 | / assert_eq!( Aug 31 16:30:14.069 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 31 16:30:14.070 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 31 16:30:14.070 INFO kablam! 137 | | ); Aug 31 16:30:14.070 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 31 16:30:14.070 INFO kablam! | Aug 31 16:30:14.070 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 31 16:30:14.070 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 31 16:30:14.070 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 31 16:30:14.070 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 16:30:14.070 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) Aug 31 16:30:14.070 INFO kablam! Aug 31 16:30:14.071 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 31 16:30:14.071 INFO kablam! --> src/test.rs:134:5 Aug 31 16:30:14.071 INFO kablam! | Aug 31 16:30:14.071 INFO kablam! 134 | / assert_eq!( Aug 31 16:30:14.071 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 31 16:30:14.071 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 31 16:30:14.071 INFO kablam! 137 | | ); Aug 31 16:30:14.071 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 31 16:30:14.071 INFO kablam! | Aug 31 16:30:14.071 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 31 16:30:14.071 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 31 16:30:14.071 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 31 16:30:14.071 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 16:30:14.071 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) Aug 31 16:30:14.071 INFO kablam! Aug 31 16:30:14.075 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 31 16:30:14.075 INFO kablam! --> src/test.rs:143:5 Aug 31 16:30:14.075 INFO kablam! | Aug 31 16:30:14.075 INFO kablam! 143 | / assert_eq!( Aug 31 16:30:14.075 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 31 16:30:14.075 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 31 16:30:14.076 INFO kablam! 146 | | ); Aug 31 16:30:14.076 INFO kablam! | |______^ Aug 31 16:30:14.076 INFO kablam! | Aug 31 16:30:14.076 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 31 16:30:14.076 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) Aug 31 16:30:14.076 INFO kablam! Aug 31 16:30:14.077 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 31 16:30:14.077 INFO kablam! --> src/test.rs:143:5 Aug 31 16:30:14.077 INFO kablam! | Aug 31 16:30:14.077 INFO kablam! 143 | / assert_eq!( Aug 31 16:30:14.077 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 31 16:30:14.077 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 31 16:30:14.077 INFO kablam! 146 | | ); Aug 31 16:30:14.078 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 31 16:30:14.078 INFO kablam! | Aug 31 16:30:14.078 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 31 16:30:14.078 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 31 16:30:14.078 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 31 16:30:14.078 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 16:30:14.078 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) Aug 31 16:30:14.079 INFO kablam! Aug 31 16:30:14.079 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 31 16:30:14.079 INFO kablam! --> src/test.rs:143:5 Aug 31 16:30:14.079 INFO kablam! | Aug 31 16:30:14.079 INFO kablam! 143 | / assert_eq!( Aug 31 16:30:14.079 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 31 16:30:14.079 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 31 16:30:14.080 INFO kablam! 146 | | ); Aug 31 16:30:14.080 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 31 16:30:14.080 INFO kablam! | Aug 31 16:30:14.080 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 31 16:30:14.080 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 31 16:30:14.080 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 31 16:30:14.080 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 16:30:14.081 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) Aug 31 16:30:14.081 INFO kablam! Aug 31 16:30:14.177 INFO kablam! error: aborting due to 9 previous errors Aug 31 16:30:14.177 INFO kablam! Aug 31 16:30:14.177 INFO kablam! Some errors occurred: E0277, E0369. Aug 31 16:30:14.177 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 31 16:30:14.182 INFO kablam! error: Could not compile `rls-vfs`. Aug 31 16:30:14.182 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 16:30:14.183 INFO kablam! error: build failed Aug 31 16:30:14.184 INFO kablam! su: No module specific data is present Aug 31 16:30:14.567 INFO running `"docker" "rm" "-f" "286ba4d6bc7ff249d5ffe8b0ea4f159216c0e3f49d9a012792e6397b53ba987b"` Aug 31 16:30:14.706 INFO blam! 286ba4d6bc7ff249d5ffe8b0ea4f159216c0e3f49d9a012792e6397b53ba987b