Aug 17 12:42:37.789 INFO checking rls-vfs-0.6.0 against try#a5d98b025f62ace80fe9d2a15781f900fc42515e for pr-53426 Aug 17 12:42:37.789 INFO running: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 12:42:37.789 INFO creating container for: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 12:42:37.789 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53426/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-1/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/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 +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 12:42:38.031 INFO blam! ac0d29ee42c723b0644fb85a5a7f1e548644c19a3b69ce8270f0d74f611e5f7a Aug 17 12:42:38.033 INFO running `"docker" "start" "-a" "ac0d29ee42c723b0644fb85a5a7f1e548644c19a3b69ce8270f0d74f611e5f7a"` Aug 17 12:42:39.157 INFO kablam! Checking rls-vfs v0.6.0 (file:///source) Aug 17 12:42:40.648 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 17 12:42:40.648 INFO kablam! --> src/test.rs:130:5 Aug 17 12:42:40.648 INFO kablam! | Aug 17 12:42:40.648 INFO kablam! 130 | / assert_eq!( Aug 17 12:42:40.648 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 17 12:42:40.648 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 17 12:42:40.648 INFO kablam! 133 | | ); Aug 17 12:42:40.648 INFO kablam! | |______^ Aug 17 12:42:40.648 INFO kablam! | Aug 17 12:42:40.648 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 17 12:42:40.649 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) Aug 17 12:42:40.649 INFO kablam! Aug 17 12:42:40.652 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 17 12:42:40.652 INFO kablam! --> src/test.rs:130:5 Aug 17 12:42:40.652 INFO kablam! | Aug 17 12:42:40.652 INFO kablam! 130 | / assert_eq!( Aug 17 12:42:40.653 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 17 12:42:40.653 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 17 12:42:40.653 INFO kablam! 133 | | ); Aug 17 12:42:40.653 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 17 12:42:40.653 INFO kablam! | Aug 17 12:42:40.653 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 17 12:42:40.653 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 17 12:42:40.653 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 17 12:42:40.653 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 17 12:42:40.653 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) Aug 17 12:42:40.653 INFO kablam! Aug 17 12:42:40.654 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 17 12:42:40.654 INFO kablam! --> src/test.rs:130:5 Aug 17 12:42:40.654 INFO kablam! | Aug 17 12:42:40.654 INFO kablam! 130 | / assert_eq!( Aug 17 12:42:40.654 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 17 12:42:40.654 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 17 12:42:40.654 INFO kablam! 133 | | ); Aug 17 12:42:40.654 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 17 12:42:40.654 INFO kablam! | Aug 17 12:42:40.654 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 17 12:42:40.654 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 17 12:42:40.654 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 17 12:42:40.654 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 17 12:42:40.654 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) Aug 17 12:42:40.654 INFO kablam! Aug 17 12:42:40.656 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 17 12:42:40.656 INFO kablam! --> src/test.rs:134:5 Aug 17 12:42:40.657 INFO kablam! | Aug 17 12:42:40.657 INFO kablam! 134 | / assert_eq!( Aug 17 12:42:40.657 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 17 12:42:40.657 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 17 12:42:40.657 INFO kablam! 137 | | ); Aug 17 12:42:40.657 INFO kablam! | |______^ Aug 17 12:42:40.657 INFO kablam! | Aug 17 12:42:40.657 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 17 12:42:40.657 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) Aug 17 12:42:40.657 INFO kablam! Aug 17 12:42:40.658 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 17 12:42:40.659 INFO kablam! --> src/test.rs:134:5 Aug 17 12:42:40.659 INFO kablam! | Aug 17 12:42:40.659 INFO kablam! 134 | / assert_eq!( Aug 17 12:42:40.659 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 17 12:42:40.659 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 17 12:42:40.659 INFO kablam! 137 | | ); Aug 17 12:42:40.659 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 17 12:42:40.659 INFO kablam! | Aug 17 12:42:40.659 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 17 12:42:40.659 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 17 12:42:40.659 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 17 12:42:40.660 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 17 12:42:40.660 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) Aug 17 12:42:40.660 INFO kablam! Aug 17 12:42:40.660 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 17 12:42:40.660 INFO kablam! --> src/test.rs:134:5 Aug 17 12:42:40.660 INFO kablam! | Aug 17 12:42:40.660 INFO kablam! 134 | / assert_eq!( Aug 17 12:42:40.660 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 17 12:42:40.660 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 17 12:42:40.660 INFO kablam! 137 | | ); Aug 17 12:42:40.660 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 17 12:42:40.660 INFO kablam! | Aug 17 12:42:40.661 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 17 12:42:40.661 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 17 12:42:40.661 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 17 12:42:40.661 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 17 12:42:40.661 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) Aug 17 12:42:40.661 INFO kablam! Aug 17 12:42:40.666 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 17 12:42:40.666 INFO kablam! --> src/test.rs:143:5 Aug 17 12:42:40.667 INFO kablam! | Aug 17 12:42:40.667 INFO kablam! 143 | / assert_eq!( Aug 17 12:42:40.667 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 17 12:42:40.667 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 17 12:42:40.667 INFO kablam! 146 | | ); Aug 17 12:42:40.667 INFO kablam! | |______^ Aug 17 12:42:40.667 INFO kablam! | Aug 17 12:42:40.668 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 17 12:42:40.668 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) Aug 17 12:42:40.669 INFO kablam! Aug 17 12:42:40.670 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 17 12:42:40.670 INFO kablam! --> src/test.rs:143:5 Aug 17 12:42:40.670 INFO kablam! | Aug 17 12:42:40.670 INFO kablam! 143 | / assert_eq!( Aug 17 12:42:40.670 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 17 12:42:40.670 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 17 12:42:40.670 INFO kablam! 146 | | ); Aug 17 12:42:40.670 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 17 12:42:40.671 INFO kablam! | Aug 17 12:42:40.671 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 17 12:42:40.672 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 17 12:42:40.672 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 17 12:42:40.672 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 17 12:42:40.673 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) Aug 17 12:42:40.673 INFO kablam! Aug 17 12:42:40.675 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 17 12:42:40.675 INFO kablam! --> src/test.rs:143:5 Aug 17 12:42:40.675 INFO kablam! | Aug 17 12:42:40.675 INFO kablam! 143 | / assert_eq!( Aug 17 12:42:40.675 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 17 12:42:40.675 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 17 12:42:40.675 INFO kablam! 146 | | ); Aug 17 12:42:40.675 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 17 12:42:40.675 INFO kablam! | Aug 17 12:42:40.675 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 17 12:42:40.676 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 17 12:42:40.676 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 17 12:42:40.676 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 17 12:42:40.676 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) Aug 17 12:42:40.676 INFO kablam! Aug 17 12:42:40.795 INFO kablam! error: aborting due to 9 previous errors Aug 17 12:42:40.795 INFO kablam! Aug 17 12:42:40.795 INFO kablam! Some errors occurred: E0277, E0369. Aug 17 12:42:40.795 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 17 12:42:40.806 INFO kablam! error: Could not compile `rls-vfs`. Aug 17 12:42:40.806 INFO kablam! Aug 17 12:42:40.806 INFO kablam! To learn more, run the command again with --verbose. Aug 17 12:42:40.808 INFO kablam! su: No module specific data is present Aug 17 12:42:41.282 INFO running `"docker" "rm" "-f" "ac0d29ee42c723b0644fb85a5a7f1e548644c19a3b69ce8270f0d74f611e5f7a"` Aug 17 12:42:41.463 INFO blam! ac0d29ee42c723b0644fb85a5a7f1e548644c19a3b69ce8270f0d74f611e5f7a