Sep 14 10:36:30.698 INFO checking rls-vfs-0.4.6 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 10:36:30.698 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 10:36:30.699 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 10:36:30.964 INFO blam! f0cb6def9f1e2e5929a0c960755cf9088b41c475de359bd1786bfb0bc0501fe4 Sep 14 10:36:30.965 INFO running `"docker" "start" "-a" "f0cb6def9f1e2e5929a0c960755cf9088b41c475de359bd1786bfb0bc0501fe4"` Sep 14 10:36:31.919 INFO kablam! usermod: no changes Sep 14 10:36:32.080 INFO kablam! Checking rls-span v0.4.0 Sep 14 10:36:32.679 INFO kablam! Checking rls-vfs v0.4.6 (file:///source) Sep 14 10:36:33.331 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 14 10:36:33.331 INFO kablam! --> src/test.rs:130:5 Sep 14 10:36:33.331 INFO kablam! | Sep 14 10:36:33.331 INFO kablam! 130 | / assert_eq!( Sep 14 10:36:33.331 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 14 10:36:33.331 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 14 10:36:33.331 INFO kablam! 133 | | ); Sep 14 10:36:33.331 INFO kablam! | |______^ Sep 14 10:36:33.331 INFO kablam! | Sep 14 10:36:33.331 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 14 10:36:33.331 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 14 10:36:33.331 INFO kablam! Sep 14 10:36:33.334 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 14 10:36:33.335 INFO kablam! --> src/test.rs:130:5 Sep 14 10:36:33.335 INFO kablam! | Sep 14 10:36:33.335 INFO kablam! 130 | / assert_eq!( Sep 14 10:36:33.335 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 14 10:36:33.335 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 14 10:36:33.335 INFO kablam! 133 | | ); Sep 14 10:36:33.335 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 14 10:36:33.335 INFO kablam! | Sep 14 10:36:33.335 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 14 10:36:33.335 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 14 10:36:33.335 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 14 10:36:33.335 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 14 10:36:33.335 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 14 10:36:33.335 INFO kablam! Sep 14 10:36:33.335 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 14 10:36:33.335 INFO kablam! --> src/test.rs:130:5 Sep 14 10:36:33.335 INFO kablam! | Sep 14 10:36:33.335 INFO kablam! 130 | / assert_eq!( Sep 14 10:36:33.335 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 14 10:36:33.335 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 14 10:36:33.335 INFO kablam! 133 | | ); Sep 14 10:36:33.335 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 14 10:36:33.335 INFO kablam! | Sep 14 10:36:33.335 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 14 10:36:33.335 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 14 10:36:33.335 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 14 10:36:33.335 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 14 10:36:33.335 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 14 10:36:33.335 INFO kablam! Sep 14 10:36:33.335 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 14 10:36:33.335 INFO kablam! --> src/test.rs:134:5 Sep 14 10:36:33.335 INFO kablam! | Sep 14 10:36:33.335 INFO kablam! 134 | / assert_eq!( Sep 14 10:36:33.335 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 14 10:36:33.335 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 14 10:36:33.335 INFO kablam! 137 | | ); Sep 14 10:36:33.335 INFO kablam! | |______^ Sep 14 10:36:33.335 INFO kablam! | Sep 14 10:36:33.335 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 14 10:36:33.335 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 14 10:36:33.335 INFO kablam! Sep 14 10:36:33.335 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 14 10:36:33.335 INFO kablam! --> src/test.rs:134:5 Sep 14 10:36:33.335 INFO kablam! | Sep 14 10:36:33.335 INFO kablam! 134 | / assert_eq!( Sep 14 10:36:33.335 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 14 10:36:33.335 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 14 10:36:33.335 INFO kablam! 137 | | ); Sep 14 10:36:33.335 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 14 10:36:33.335 INFO kablam! | Sep 14 10:36:33.335 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 14 10:36:33.335 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 14 10:36:33.335 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 14 10:36:33.335 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 14 10:36:33.335 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 14 10:36:33.335 INFO kablam! Sep 14 10:36:33.339 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 14 10:36:33.339 INFO kablam! --> src/test.rs:134:5 Sep 14 10:36:33.339 INFO kablam! | Sep 14 10:36:33.339 INFO kablam! 134 | / assert_eq!( Sep 14 10:36:33.339 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 14 10:36:33.339 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 14 10:36:33.339 INFO kablam! 137 | | ); Sep 14 10:36:33.339 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 14 10:36:33.339 INFO kablam! | Sep 14 10:36:33.339 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 14 10:36:33.339 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 14 10:36:33.339 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 14 10:36:33.339 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 14 10:36:33.339 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 14 10:36:33.339 INFO kablam! Sep 14 10:36:33.339 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 14 10:36:33.339 INFO kablam! --> src/test.rs:143:5 Sep 14 10:36:33.339 INFO kablam! | Sep 14 10:36:33.339 INFO kablam! 143 | / assert_eq!( Sep 14 10:36:33.339 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 14 10:36:33.339 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 14 10:36:33.339 INFO kablam! 146 | | ); Sep 14 10:36:33.339 INFO kablam! | |______^ Sep 14 10:36:33.339 INFO kablam! | Sep 14 10:36:33.339 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 14 10:36:33.339 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 14 10:36:33.339 INFO kablam! Sep 14 10:36:33.347 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 14 10:36:33.347 INFO kablam! --> src/test.rs:143:5 Sep 14 10:36:33.347 INFO kablam! | Sep 14 10:36:33.347 INFO kablam! 143 | / assert_eq!( Sep 14 10:36:33.347 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 14 10:36:33.347 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 14 10:36:33.347 INFO kablam! 146 | | ); Sep 14 10:36:33.347 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 14 10:36:33.347 INFO kablam! | Sep 14 10:36:33.347 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 14 10:36:33.347 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 14 10:36:33.348 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 14 10:36:33.348 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 14 10:36:33.348 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 14 10:36:33.348 INFO kablam! Sep 14 10:36:33.348 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 14 10:36:33.348 INFO kablam! --> src/test.rs:143:5 Sep 14 10:36:33.348 INFO kablam! | Sep 14 10:36:33.348 INFO kablam! 143 | / assert_eq!( Sep 14 10:36:33.348 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 14 10:36:33.348 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 14 10:36:33.348 INFO kablam! 146 | | ); Sep 14 10:36:33.348 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 14 10:36:33.348 INFO kablam! | Sep 14 10:36:33.348 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 14 10:36:33.348 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 14 10:36:33.348 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 14 10:36:33.348 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 14 10:36:33.348 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 14 10:36:33.348 INFO kablam! Sep 14 10:36:33.428 INFO kablam! error: aborting due to 9 previous errors Sep 14 10:36:33.428 INFO kablam! Sep 14 10:36:33.428 INFO kablam! Some errors occurred: E0277, E0369. Sep 14 10:36:33.428 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 10:36:33.431 INFO kablam! error: Could not compile `rls-vfs`. Sep 14 10:36:33.431 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:36:33.452 INFO kablam! error: build failed Sep 14 10:36:33.458 INFO kablam! su: No module specific data is present Sep 14 10:36:34.133 INFO running `"docker" "rm" "-f" "f0cb6def9f1e2e5929a0c960755cf9088b41c475de359bd1786bfb0bc0501fe4"` Sep 14 10:36:34.346 INFO blam! f0cb6def9f1e2e5929a0c960755cf9088b41c475de359bd1786bfb0bc0501fe4