Sep 01 09:15:27.728 INFO checking rls-vfs-0.4.6 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 09:15:27.728 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 09:15:27.728 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:15:27.871 INFO blam! 0e8175d514de14f16d1324adf1cb79fde199fd2325c2531d2e02b79b14c1c6b1 Sep 01 09:15:27.873 INFO running `"docker" "start" "-a" "0e8175d514de14f16d1324adf1cb79fde199fd2325c2531d2e02b79b14c1c6b1"` Sep 01 09:15:28.574 INFO kablam! Checking rls-vfs v0.4.6 (file:///source) Sep 01 09:15:29.392 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 01 09:15:29.392 INFO kablam! --> src/test.rs:130:5 Sep 01 09:15:29.392 INFO kablam! | Sep 01 09:15:29.392 INFO kablam! 130 | / assert_eq!( Sep 01 09:15:29.392 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:29.392 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:29.392 INFO kablam! 133 | | ); Sep 01 09:15:29.392 INFO kablam! | |______^ Sep 01 09:15:29.393 INFO kablam! | Sep 01 09:15:29.393 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 01 09:15:29.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 01 09:15:29.393 INFO kablam! Sep 01 09:15:29.393 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:29.394 INFO kablam! --> src/test.rs:130:5 Sep 01 09:15:29.394 INFO kablam! | Sep 01 09:15:29.394 INFO kablam! 130 | / assert_eq!( Sep 01 09:15:29.394 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:29.394 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:29.394 INFO kablam! 133 | | ); Sep 01 09:15:29.394 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:29.394 INFO kablam! | Sep 01 09:15:29.394 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:29.394 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:29.394 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:29.394 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:29.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 01 09:15:29.394 INFO kablam! Sep 01 09:15:29.395 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:29.395 INFO kablam! --> src/test.rs:130:5 Sep 01 09:15:29.395 INFO kablam! | Sep 01 09:15:29.395 INFO kablam! 130 | / assert_eq!( Sep 01 09:15:29.395 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:29.395 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:29.395 INFO kablam! 133 | | ); Sep 01 09:15:29.395 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:29.395 INFO kablam! | Sep 01 09:15:29.395 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:29.395 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:29.395 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:29.395 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:29.395 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 01 09:15:29.396 INFO kablam! Sep 01 09:15:29.396 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 01 09:15:29.396 INFO kablam! --> src/test.rs:134:5 Sep 01 09:15:29.396 INFO kablam! | Sep 01 09:15:29.397 INFO kablam! 134 | / assert_eq!( Sep 01 09:15:29.397 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 01 09:15:29.397 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:29.397 INFO kablam! 137 | | ); Sep 01 09:15:29.397 INFO kablam! | |______^ Sep 01 09:15:29.397 INFO kablam! | Sep 01 09:15:29.397 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 01 09:15:29.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 01 09:15:29.397 INFO kablam! Sep 01 09:15:29.398 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:29.398 INFO kablam! --> src/test.rs:134:5 Sep 01 09:15:29.398 INFO kablam! | Sep 01 09:15:29.398 INFO kablam! 134 | / assert_eq!( Sep 01 09:15:29.398 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 01 09:15:29.398 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:29.398 INFO kablam! 137 | | ); Sep 01 09:15:29.398 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:29.398 INFO kablam! | Sep 01 09:15:29.398 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:29.398 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:29.398 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:29.398 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:29.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 01 09:15:29.399 INFO kablam! Sep 01 09:15:29.399 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:29.399 INFO kablam! --> src/test.rs:134:5 Sep 01 09:15:29.399 INFO kablam! | Sep 01 09:15:29.399 INFO kablam! 134 | / assert_eq!( Sep 01 09:15:29.399 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Sep 01 09:15:29.399 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Sep 01 09:15:29.399 INFO kablam! 137 | | ); Sep 01 09:15:29.399 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:29.399 INFO kablam! | Sep 01 09:15:29.399 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:29.399 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:29.399 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:29.399 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:29.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 01 09:15:29.399 INFO kablam! Sep 01 09:15:29.404 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Sep 01 09:15:29.404 INFO kablam! --> src/test.rs:143:5 Sep 01 09:15:29.404 INFO kablam! | Sep 01 09:15:29.404 INFO kablam! 143 | / assert_eq!( Sep 01 09:15:29.404 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:29.404 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 01 09:15:29.404 INFO kablam! 146 | | ); Sep 01 09:15:29.404 INFO kablam! | |______^ Sep 01 09:15:29.404 INFO kablam! | Sep 01 09:15:29.404 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Sep 01 09:15:29.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 01 09:15:29.405 INFO kablam! Sep 01 09:15:29.405 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:29.406 INFO kablam! --> src/test.rs:143:5 Sep 01 09:15:29.406 INFO kablam! | Sep 01 09:15:29.406 INFO kablam! 143 | / assert_eq!( Sep 01 09:15:29.406 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:29.406 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 01 09:15:29.406 INFO kablam! 146 | | ); Sep 01 09:15:29.406 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:29.406 INFO kablam! | Sep 01 09:15:29.406 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:29.407 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:29.407 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:29.407 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:29.407 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 01 09:15:29.407 INFO kablam! Sep 01 09:15:29.407 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Sep 01 09:15:29.407 INFO kablam! --> src/test.rs:143:5 Sep 01 09:15:29.407 INFO kablam! | Sep 01 09:15:29.407 INFO kablam! 143 | / assert_eq!( Sep 01 09:15:29.408 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Sep 01 09:15:29.408 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Sep 01 09:15:29.408 INFO kablam! 146 | | ); Sep 01 09:15:29.408 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Sep 01 09:15:29.408 INFO kablam! | Sep 01 09:15:29.408 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Sep 01 09:15:29.409 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Sep 01 09:15:29.410 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Sep 01 09:15:29.410 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 09:15:29.410 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 01 09:15:29.410 INFO kablam! Sep 01 09:15:29.482 INFO kablam! error: aborting due to 9 previous errors Sep 01 09:15:29.482 INFO kablam! Sep 01 09:15:29.482 INFO kablam! Some errors occurred: E0277, E0369. Sep 01 09:15:29.482 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 09:15:29.488 INFO kablam! error: Could not compile `rls-vfs`. Sep 01 09:15:29.489 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 09:15:29.574 INFO kablam! error: build failed Sep 01 09:15:29.575 INFO kablam! su: No module specific data is present Sep 01 09:15:30.040 INFO running `"docker" "rm" "-f" "0e8175d514de14f16d1324adf1cb79fde199fd2325c2531d2e02b79b14c1c6b1"` Sep 01 09:15:30.147 INFO blam! 0e8175d514de14f16d1324adf1cb79fde199fd2325c2531d2e02b79b14c1c6b1