Sep 19 21:41:21.995 INFO checking rls-vfs-0.6.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:41:21.995 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:41:21.995 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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:22.163 INFO blam! c2bae67023ecf1142a4e275826697f03b811235d6c2dca42918e65944962e689 Sep 19 21:41:22.165 INFO running `"docker" "start" "-a" "c2bae67023ecf1142a4e275826697f03b811235d6c2dca42918e65944962e689"` Sep 19 21:41:23.701 INFO kablam! usermod: no changes Sep 19 21:41:23.798 INFO kablam! Checking rls-span v0.4.0 Sep 19 21:41:24.392 INFO kablam! Checking rls-vfs v0.6.0 (/source) Sep 19 21:41:25.014 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 19 21:41:25.014 INFO kablam! --> src/test.rs:130:5 Sep 19 21:41:25.014 INFO kablam! | Sep 19 21:41:25.014 INFO kablam! 130 | / assert_eq!( Sep 19 21:41:25.014 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:25.014 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:25.014 INFO kablam! 133 | | ); Sep 19 21:41:25.014 INFO kablam! | |______^ Sep 19 21:41:25.014 INFO kablam! | Sep 19 21:41:25.014 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 19 21:41:25.014 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:25.014 INFO kablam! Sep 19 21:41:25.019 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:25.019 INFO kablam! --> src/test.rs:130:5 Sep 19 21:41:25.019 INFO kablam! | Sep 19 21:41:25.019 INFO kablam! 130 | / assert_eq!( Sep 19 21:41:25.019 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:25.019 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:25.019 INFO kablam! 133 | | ); Sep 19 21:41:25.019 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:25.019 INFO kablam! | Sep 19 21:41:25.019 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:25.019 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:25.019 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:25.019 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:25.019 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:25.019 INFO kablam! Sep 19 21:41:25.019 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:25.019 INFO kablam! --> src/test.rs:130:5 Sep 19 21:41:25.019 INFO kablam! | Sep 19 21:41:25.019 INFO kablam! 130 | / assert_eq!( Sep 19 21:41:25.019 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:25.019 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:25.019 INFO kablam! 133 | | ); Sep 19 21:41:25.019 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:25.019 INFO kablam! | Sep 19 21:41:25.019 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:25.019 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:25.019 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:25.019 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:25.019 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:25.019 INFO kablam! Sep 19 21:41:25.019 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 19 21:41:25.019 INFO kablam! --> src/test.rs:134:5 Sep 19 21:41:25.019 INFO kablam! | Sep 19 21:41:25.019 INFO kablam! 134 | / assert_eq!( Sep 19 21:41:25.019 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 19 21:41:25.019 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:25.019 INFO kablam! 137 | | ); Sep 19 21:41:25.019 INFO kablam! | |______^ Sep 19 21:41:25.019 INFO kablam! | Sep 19 21:41:25.019 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 19 21:41:25.019 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:25.019 INFO kablam! Sep 19 21:41:25.019 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:25.019 INFO kablam! --> src/test.rs:134:5 Sep 19 21:41:25.019 INFO kablam! | Sep 19 21:41:25.019 INFO kablam! 134 | / assert_eq!( Sep 19 21:41:25.019 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 19 21:41:25.019 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:25.019 INFO kablam! 137 | | ); Sep 19 21:41:25.019 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:25.019 INFO kablam! | Sep 19 21:41:25.019 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:25.019 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:25.019 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:25.019 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:25.019 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:25.019 INFO kablam! Sep 19 21:41:25.019 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:25.019 INFO kablam! --> src/test.rs:134:5 Sep 19 21:41:25.019 INFO kablam! | Sep 19 21:41:25.019 INFO kablam! 134 | / assert_eq!( Sep 19 21:41:25.019 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 19 21:41:25.019 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 19 21:41:25.019 INFO kablam! 137 | | ); Sep 19 21:41:25.019 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:25.019 INFO kablam! | Sep 19 21:41:25.019 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:25.019 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:25.019 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:25.019 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:25.020 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:25.020 INFO kablam! Sep 19 21:41:25.032 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 19 21:41:25.032 INFO kablam! --> src/test.rs:143:5 Sep 19 21:41:25.032 INFO kablam! | Sep 19 21:41:25.032 INFO kablam! 143 | / assert_eq!( Sep 19 21:41:25.032 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:25.032 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 19 21:41:25.032 INFO kablam! 146 | | ); Sep 19 21:41:25.032 INFO kablam! | |______^ Sep 19 21:41:25.032 INFO kablam! | Sep 19 21:41:25.032 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 19 21:41:25.032 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:25.032 INFO kablam! Sep 19 21:41:25.032 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:25.033 INFO kablam! --> src/test.rs:143:5 Sep 19 21:41:25.033 INFO kablam! | Sep 19 21:41:25.033 INFO kablam! 143 | / assert_eq!( Sep 19 21:41:25.033 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:25.034 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 19 21:41:25.036 INFO kablam! 146 | | ); Sep 19 21:41:25.036 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:25.036 INFO kablam! | Sep 19 21:41:25.036 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:25.036 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:25.036 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:25.036 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:25.036 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:25.036 INFO kablam! Sep 19 21:41:25.036 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 19 21:41:25.036 INFO kablam! --> src/test.rs:143:5 Sep 19 21:41:25.036 INFO kablam! | Sep 19 21:41:25.036 INFO kablam! 143 | / assert_eq!( Sep 19 21:41:25.036 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 19 21:41:25.036 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 19 21:41:25.036 INFO kablam! 146 | | ); Sep 19 21:41:25.036 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 19 21:41:25.036 INFO kablam! | Sep 19 21:41:25.036 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 19 21:41:25.036 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 19 21:41:25.036 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 19 21:41:25.036 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 19 21:41:25.036 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:25.036 INFO kablam! Sep 19 21:41:25.162 INFO kablam! error: aborting due to 9 previous errors Sep 19 21:41:25.162 INFO kablam! Sep 19 21:41:25.162 INFO kablam! Some errors occurred: E0277, E0369. Sep 19 21:41:25.162 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 21:41:25.170 INFO kablam! error: Could not compile `rls-vfs`. Sep 19 21:41:25.170 INFO kablam! Sep 19 21:41:25.170 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:41:25.172 INFO kablam! su: No module specific data is present Sep 19 21:41:25.749 INFO running `"docker" "rm" "-f" "c2bae67023ecf1142a4e275826697f03b811235d6c2dca42918e65944962e689"` Sep 19 21:41:25.848 INFO blam! c2bae67023ecf1142a4e275826697f03b811235d6c2dca42918e65944962e689