Sep 04 05:59:29.408 INFO checking rls-vfs-0.6.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 05:59:29.408 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 05:59:29.408 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:59:29.557 INFO blam! a2ded9b06cca1557db519b443df36acf03b46a10f7de394e96e05219dc53f239 Sep 04 05:59:29.559 INFO running `"docker" "start" "-a" "a2ded9b06cca1557db519b443df36acf03b46a10f7de394e96e05219dc53f239"` Sep 04 05:59:30.268 INFO kablam! Checking rls-span v0.4.0 Sep 04 05:59:31.063 INFO kablam! Checking rls-vfs v0.6.0 (file:///source) Sep 04 05:59:31.915 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 04 05:59:31.915 INFO kablam! --> src/test.rs:130:5 Sep 04 05:59:31.915 INFO kablam! | Sep 04 05:59:31.915 INFO kablam! 130 | / assert_eq!( Sep 04 05:59:31.915 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 05:59:31.915 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 04 05:59:31.915 INFO kablam! 133 | | ); Sep 04 05:59:31.915 INFO kablam! | |______^ Sep 04 05:59:31.915 INFO kablam! | Sep 04 05:59:31.916 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 04 05:59:31.916 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 04 05:59:31.916 INFO kablam! Sep 04 05:59:31.916 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 05:59:31.916 INFO kablam! --> src/test.rs:130:5 Sep 04 05:59:31.917 INFO kablam! | Sep 04 05:59:31.917 INFO kablam! 130 | / assert_eq!( Sep 04 05:59:31.917 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 05:59:31.917 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 04 05:59:31.917 INFO kablam! 133 | | ); Sep 04 05:59:31.917 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 05:59:31.917 INFO kablam! | Sep 04 05:59:31.917 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 05:59:31.917 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 05:59:31.917 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 05:59:31.917 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 05:59:31.917 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 04 05:59:31.917 INFO kablam! Sep 04 05:59:31.917 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 05:59:31.917 INFO kablam! --> src/test.rs:130:5 Sep 04 05:59:31.917 INFO kablam! | Sep 04 05:59:31.917 INFO kablam! 130 | / assert_eq!( Sep 04 05:59:31.917 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 05:59:31.918 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 04 05:59:31.918 INFO kablam! 133 | | ); Sep 04 05:59:31.918 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 05:59:31.918 INFO kablam! | Sep 04 05:59:31.918 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 05:59:31.918 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 05:59:31.918 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 05:59:31.918 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 05:59:31.918 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 04 05:59:31.918 INFO kablam! Sep 04 05:59:31.919 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 04 05:59:31.919 INFO kablam! --> src/test.rs:134:5 Sep 04 05:59:31.919 INFO kablam! | Sep 04 05:59:31.919 INFO kablam! 134 | / assert_eq!( Sep 04 05:59:31.919 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 04 05:59:31.919 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 04 05:59:31.919 INFO kablam! 137 | | ); Sep 04 05:59:31.919 INFO kablam! | |______^ Sep 04 05:59:31.919 INFO kablam! | Sep 04 05:59:31.919 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 04 05:59:31.919 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 04 05:59:31.919 INFO kablam! Sep 04 05:59:31.920 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 05:59:31.920 INFO kablam! --> src/test.rs:134:5 Sep 04 05:59:31.920 INFO kablam! | Sep 04 05:59:31.920 INFO kablam! 134 | / assert_eq!( Sep 04 05:59:31.920 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 04 05:59:31.920 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 04 05:59:31.920 INFO kablam! 137 | | ); Sep 04 05:59:31.920 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 05:59:31.920 INFO kablam! | Sep 04 05:59:31.920 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 05:59:31.920 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 05:59:31.920 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 05:59:31.920 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 05:59:31.920 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 04 05:59:31.921 INFO kablam! Sep 04 05:59:31.921 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 05:59:31.921 INFO kablam! --> src/test.rs:134:5 Sep 04 05:59:31.921 INFO kablam! | Sep 04 05:59:31.921 INFO kablam! 134 | / assert_eq!( Sep 04 05:59:31.921 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 04 05:59:31.921 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 04 05:59:31.921 INFO kablam! 137 | | ); Sep 04 05:59:31.921 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 05:59:31.921 INFO kablam! | Sep 04 05:59:31.921 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 05:59:31.921 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 05:59:31.921 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 05:59:31.922 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 05:59:31.922 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 04 05:59:31.922 INFO kablam! Sep 04 05:59:31.925 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 04 05:59:31.925 INFO kablam! --> src/test.rs:143:5 Sep 04 05:59:31.925 INFO kablam! | Sep 04 05:59:31.925 INFO kablam! 143 | / assert_eq!( Sep 04 05:59:31.925 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 05:59:31.926 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 04 05:59:31.926 INFO kablam! 146 | | ); Sep 04 05:59:31.926 INFO kablam! | |______^ Sep 04 05:59:31.926 INFO kablam! | Sep 04 05:59:31.926 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 04 05:59:31.926 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 04 05:59:31.926 INFO kablam! Sep 04 05:59:31.931 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 05:59:31.931 INFO kablam! --> src/test.rs:143:5 Sep 04 05:59:31.931 INFO kablam! | Sep 04 05:59:31.931 INFO kablam! 143 | / assert_eq!( Sep 04 05:59:31.931 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 05:59:31.931 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 04 05:59:31.931 INFO kablam! 146 | | ); Sep 04 05:59:31.931 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 05:59:31.931 INFO kablam! | Sep 04 05:59:31.931 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 05:59:31.931 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 05:59:31.931 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 05:59:31.932 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 05:59:31.932 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 04 05:59:31.932 INFO kablam! Sep 04 05:59:31.932 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 04 05:59:31.932 INFO kablam! --> src/test.rs:143:5 Sep 04 05:59:31.932 INFO kablam! | Sep 04 05:59:31.932 INFO kablam! 143 | / assert_eq!( Sep 04 05:59:31.932 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 04 05:59:31.932 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 04 05:59:31.932 INFO kablam! 146 | | ); Sep 04 05:59:31.932 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 04 05:59:31.932 INFO kablam! | Sep 04 05:59:31.932 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 04 05:59:31.932 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 04 05:59:31.932 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 04 05:59:31.932 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 04 05:59:31.932 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 04 05:59:31.932 INFO kablam! Sep 04 05:59:32.017 INFO kablam! error: aborting due to 9 previous errors Sep 04 05:59:32.017 INFO kablam! Sep 04 05:59:32.017 INFO kablam! Some errors occurred: E0277, E0369. Sep 04 05:59:32.017 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 05:59:32.025 INFO kablam! error: Could not compile `rls-vfs`. Sep 04 05:59:32.025 INFO kablam! Sep 04 05:59:32.025 INFO kablam! To learn more, run the command again with --verbose. Sep 04 05:59:32.026 INFO kablam! su: No module specific data is present Sep 04 05:59:32.376 INFO running `"docker" "rm" "-f" "a2ded9b06cca1557db519b443df36acf03b46a10f7de394e96e05219dc53f239"` Sep 04 05:59:32.483 INFO blam! a2ded9b06cca1557db519b443df36acf03b46a10f7de394e96e05219dc53f239