Sep 19 21:41:24.833 INFO checking rls-vfs-0.4.6 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 21:41:24.833 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 21:41:24.833 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:41:25.023 INFO blam! 78664fe830dc8d9ad0f49b39df426cef5b105d3e13c41b4f31d15ec726dbe1e8 Sep 19 21:41:25.025 INFO running `"docker" "start" "-a" "78664fe830dc8d9ad0f49b39df426cef5b105d3e13c41b4f31d15ec726dbe1e8"` Sep 19 21:41:26.015 INFO kablam! usermod: no changes Sep 19 21:41:26.144 INFO kablam! Checking rls-span v0.4.0 Sep 19 21:41:26.607 INFO kablam! Checking rls-vfs v0.4.6 (/source) Sep 19 21:41:27.080 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 19 21:41:27.080 INFO kablam! --> src/test.rs:130:5 Sep 19 21:41:27.080 INFO kablam! | Sep 19 21:41:27.080 INFO kablam! 130 | / assert_eq!( Sep 19 21:41:27.080 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:27.081 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:27.081 INFO kablam! 133 | | ); Sep 19 21:41:27.081 INFO kablam! | |______^ Sep 19 21:41:27.081 INFO kablam! | Sep 19 21:41:27.081 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 19 21:41:27.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) Sep 19 21:41:27.082 INFO kablam! Sep 19 21:41:27.082 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:27.082 INFO kablam! --> src/test.rs:130:5 Sep 19 21:41:27.082 INFO kablam! | Sep 19 21:41:27.082 INFO kablam! 130 | / assert_eq!( Sep 19 21:41:27.082 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:27.082 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:27.083 INFO kablam! 133 | | ); Sep 19 21:41:27.083 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:27.083 INFO kablam! | Sep 19 21:41:27.083 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:27.083 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:27.083 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:27.083 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:27.084 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 19 21:41:27.084 INFO kablam! Sep 19 21:41:27.084 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:27.084 INFO kablam! --> src/test.rs:130:5 Sep 19 21:41:27.084 INFO kablam! | Sep 19 21:41:27.084 INFO kablam! 130 | / assert_eq!( Sep 19 21:41:27.084 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:27.085 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:27.085 INFO kablam! 133 | | ); Sep 19 21:41:27.085 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:27.085 INFO kablam! | Sep 19 21:41:27.085 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:27.085 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:27.085 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:27.086 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:27.086 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 19 21:41:27.086 INFO kablam! Sep 19 21:41:27.086 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 19 21:41:27.086 INFO kablam! --> src/test.rs:134:5 Sep 19 21:41:27.086 INFO kablam! | Sep 19 21:41:27.086 INFO kablam! 134 | / assert_eq!( Sep 19 21:41:27.087 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 19 21:41:27.087 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:27.087 INFO kablam! 137 | | ); Sep 19 21:41:27.087 INFO kablam! | |______^ Sep 19 21:41:27.087 INFO kablam! | Sep 19 21:41:27.087 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 19 21:41:27.087 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 19 21:41:27.088 INFO kablam! Sep 19 21:41:27.088 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:27.089 INFO kablam! --> src/test.rs:134:5 Sep 19 21:41:27.089 INFO kablam! | Sep 19 21:41:27.089 INFO kablam! 134 | / assert_eq!( Sep 19 21:41:27.090 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 19 21:41:27.091 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:27.091 INFO kablam! 137 | | ); Sep 19 21:41:27.091 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:27.091 INFO kablam! | Sep 19 21:41:27.092 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:27.092 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:27.092 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:27.092 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:27.092 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 19 21:41:27.092 INFO kablam! Sep 19 21:41:27.093 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:27.093 INFO kablam! --> src/test.rs:134:5 Sep 19 21:41:27.093 INFO kablam! | Sep 19 21:41:27.093 INFO kablam! 134 | / assert_eq!( Sep 19 21:41:27.093 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 19 21:41:27.093 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:27.094 INFO kablam! 137 | | ); Sep 19 21:41:27.094 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:27.094 INFO kablam! | Sep 19 21:41:27.094 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:27.094 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:27.094 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:27.095 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:27.095 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 19 21:41:27.095 INFO kablam! Sep 19 21:41:27.095 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 19 21:41:27.095 INFO kablam! --> src/test.rs:143:5 Sep 19 21:41:27.095 INFO kablam! | Sep 19 21:41:27.095 INFO kablam! 143 | / assert_eq!( Sep 19 21:41:27.096 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:27.096 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 19 21:41:27.096 INFO kablam! 146 | | ); Sep 19 21:41:27.096 INFO kablam! | |______^ Sep 19 21:41:27.096 INFO kablam! | Sep 19 21:41:27.096 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 19 21:41:27.097 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 19 21:41:27.097 INFO kablam! Sep 19 21:41:27.097 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:27.097 INFO kablam! --> src/test.rs:143:5 Sep 19 21:41:27.097 INFO kablam! | Sep 19 21:41:27.097 INFO kablam! 143 | / assert_eq!( Sep 19 21:41:27.098 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:27.098 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 19 21:41:27.098 INFO kablam! 146 | | ); Sep 19 21:41:27.098 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:27.098 INFO kablam! | Sep 19 21:41:27.098 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:27.099 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:27.099 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:27.099 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:27.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 19 21:41:27.099 INFO kablam! Sep 19 21:41:27.099 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:27.099 INFO kablam! --> src/test.rs:143:5 Sep 19 21:41:27.100 INFO kablam! | Sep 19 21:41:27.100 INFO kablam! 143 | / assert_eq!( Sep 19 21:41:27.100 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:27.100 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 19 21:41:27.100 INFO kablam! 146 | | ); Sep 19 21:41:27.100 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:27.101 INFO kablam! | Sep 19 21:41:27.101 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:27.101 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:27.101 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:27.101 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:27.102 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 19 21:41:27.102 INFO kablam! Sep 19 21:41:27.155 INFO kablam! error: aborting due to 9 previous errors Sep 19 21:41:27.155 INFO kablam! Sep 19 21:41:27.155 INFO kablam! Some errors occurred: E0277, E0369. Sep 19 21:41:27.155 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 21:41:27.171 INFO kablam! error: Could not compile `rls-vfs`. Sep 19 21:41:27.171 INFO kablam! Sep 19 21:41:27.171 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:41:27.173 INFO kablam! su: No module specific data is present Sep 19 21:41:27.700 INFO running `"docker" "rm" "-f" "78664fe830dc8d9ad0f49b39df426cef5b105d3e13c41b4f31d15ec726dbe1e8"` Sep 19 21:41:27.789 INFO blam! 78664fe830dc8d9ad0f49b39df426cef5b105d3e13c41b4f31d15ec726dbe1e8