Sep 02 02:36:56.781 INFO checking rls-vfs-0.6.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 02:36:56.781 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 02:36:56.781 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 02:36:57.014 INFO blam! 22d9b39d3dca6d71abbe3d1889f5b4a9b42e7a6b439618128063adfb0cd20f25 Sep 02 02:36:57.016 INFO running `"docker" "start" "-a" "22d9b39d3dca6d71abbe3d1889f5b4a9b42e7a6b439618128063adfb0cd20f25"` Sep 02 02:36:57.684 INFO kablam! Checking rls-span v0.4.0 Sep 02 02:36:58.546 INFO kablam! Checking rls-vfs v0.6.0 (file:///source) Sep 02 02:36:59.392 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:36:59.392 INFO kablam! --> src/test.rs:130:5 Sep 02 02:36:59.392 INFO kablam! | Sep 02 02:36:59.392 INFO kablam! 130 | / assert_eq!( Sep 02 02:36:59.392 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:36:59.392 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:36:59.392 INFO kablam! 133 | | ); Sep 02 02:36:59.392 INFO kablam! | |______^ Sep 02 02:36:59.392 INFO kablam! | Sep 02 02:36:59.392 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:36:59.393 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 02 02:36:59.393 INFO kablam! Sep 02 02:36:59.394 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:36:59.394 INFO kablam! --> src/test.rs:130:5 Sep 02 02:36:59.394 INFO kablam! | Sep 02 02:36:59.394 INFO kablam! 130 | / assert_eq!( Sep 02 02:36:59.394 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:36:59.394 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:36:59.394 INFO kablam! 133 | | ); Sep 02 02:36:59.394 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:36:59.394 INFO kablam! | Sep 02 02:36:59.394 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:36:59.394 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:36:59.394 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:36:59.394 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:36:59.394 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 02 02:36:59.394 INFO kablam! Sep 02 02:36:59.395 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:36:59.395 INFO kablam! --> src/test.rs:130:5 Sep 02 02:36:59.395 INFO kablam! | Sep 02 02:36:59.395 INFO kablam! 130 | / assert_eq!( Sep 02 02:36:59.395 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:36:59.395 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 02 02:36:59.395 INFO kablam! 133 | | ); Sep 02 02:36:59.395 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:36:59.395 INFO kablam! | Sep 02 02:36:59.395 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:36:59.395 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:36:59.395 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:36:59.396 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:36:59.396 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 02 02:36:59.396 INFO kablam! Sep 02 02:36:59.396 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:36:59.396 INFO kablam! --> src/test.rs:134:5 Sep 02 02:36:59.396 INFO kablam! | Sep 02 02:36:59.396 INFO kablam! 134 | / assert_eq!( Sep 02 02:36:59.396 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:36:59.396 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:36:59.396 INFO kablam! 137 | | ); Sep 02 02:36:59.397 INFO kablam! | |______^ Sep 02 02:36:59.397 INFO kablam! | Sep 02 02:36:59.397 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:36:59.397 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 02 02:36:59.397 INFO kablam! Sep 02 02:36:59.398 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:36:59.398 INFO kablam! --> src/test.rs:134:5 Sep 02 02:36:59.398 INFO kablam! | Sep 02 02:36:59.398 INFO kablam! 134 | / assert_eq!( Sep 02 02:36:59.398 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:36:59.398 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:36:59.398 INFO kablam! 137 | | ); Sep 02 02:36:59.398 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:36:59.398 INFO kablam! | Sep 02 02:36:59.398 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:36:59.398 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:36:59.398 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:36:59.398 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:36:59.398 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 02 02:36:59.398 INFO kablam! Sep 02 02:36:59.398 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:36:59.399 INFO kablam! --> src/test.rs:134:5 Sep 02 02:36:59.399 INFO kablam! | Sep 02 02:36:59.399 INFO kablam! 134 | / assert_eq!( Sep 02 02:36:59.399 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 02 02:36:59.399 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 02 02:36:59.399 INFO kablam! 137 | | ); Sep 02 02:36:59.399 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:36:59.399 INFO kablam! | Sep 02 02:36:59.399 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:36:59.399 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:36:59.399 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:36:59.399 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:36:59.399 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 02 02:36:59.399 INFO kablam! Sep 02 02:36:59.403 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 02 02:36:59.403 INFO kablam! --> src/test.rs:143:5 Sep 02 02:36:59.403 INFO kablam! | Sep 02 02:36:59.403 INFO kablam! 143 | / assert_eq!( Sep 02 02:36:59.403 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:36:59.403 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:36:59.403 INFO kablam! 146 | | ); Sep 02 02:36:59.404 INFO kablam! | |______^ Sep 02 02:36:59.404 INFO kablam! | Sep 02 02:36:59.404 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 02 02:36:59.404 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 02 02:36:59.404 INFO kablam! Sep 02 02:36:59.404 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:36:59.404 INFO kablam! --> src/test.rs:143:5 Sep 02 02:36:59.404 INFO kablam! | Sep 02 02:36:59.405 INFO kablam! 143 | / assert_eq!( Sep 02 02:36:59.405 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:36:59.405 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:36:59.405 INFO kablam! 146 | | ); Sep 02 02:36:59.405 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:36:59.405 INFO kablam! | Sep 02 02:36:59.405 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:36:59.405 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:36:59.405 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:36:59.405 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:36:59.405 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 02 02:36:59.405 INFO kablam! Sep 02 02:36:59.405 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 02 02:36:59.405 INFO kablam! --> src/test.rs:143:5 Sep 02 02:36:59.406 INFO kablam! | Sep 02 02:36:59.406 INFO kablam! 143 | / assert_eq!( Sep 02 02:36:59.406 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 02 02:36:59.406 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 02 02:36:59.406 INFO kablam! 146 | | ); Sep 02 02:36:59.406 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 02 02:36:59.406 INFO kablam! | Sep 02 02:36:59.406 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 02 02:36:59.406 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 02 02:36:59.406 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 02 02:36:59.406 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 02 02:36:59.406 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 02 02:36:59.406 INFO kablam! Sep 02 02:36:59.516 INFO kablam! error: aborting due to 9 previous errors Sep 02 02:36:59.516 INFO kablam! Sep 02 02:36:59.516 INFO kablam! Some errors occurred: E0277, E0369. Sep 02 02:36:59.516 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 02:36:59.524 INFO kablam! error: Could not compile `rls-vfs`. Sep 02 02:36:59.524 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:36:59.629 INFO kablam! error: build failed Sep 02 02:36:59.630 INFO kablam! su: No module specific data is present Sep 02 02:37:00.095 INFO running `"docker" "rm" "-f" "22d9b39d3dca6d71abbe3d1889f5b4a9b42e7a6b439618128063adfb0cd20f25"` Sep 02 02:37:00.236 INFO blam! 22d9b39d3dca6d71abbe3d1889f5b4a9b42e7a6b439618128063adfb0cd20f25