Aug 11 04:15:15.710 INFO checking rls-vfs-0.6.0 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 04:15:15.710 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 04:15:15.710 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 04:15:15.710 INFO running `"docker" "create" "-v" "/tmp/crater.p5XecSenvVOM:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-6/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 04:15:15.945 INFO blam! a2d6039b3cc5998000e310cdd0cc06e9d470ed6ce02202aaa4b38e51c70f499f Aug 11 04:15:15.948 INFO running `"docker" "start" "-a" "a2d6039b3cc5998000e310cdd0cc06e9d470ed6ce02202aaa4b38e51c70f499f"` Aug 11 04:15:16.811 INFO kablam! Checking rls-span v0.4.0 Aug 11 04:15:17.911 INFO kablam! Checking rls-vfs v0.6.0 (file:///source) Aug 11 04:15:18.981 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 11 04:15:18.981 INFO kablam! --> src/test.rs:130:5 Aug 11 04:15:18.981 INFO kablam! | Aug 11 04:15:18.981 INFO kablam! 130 | / assert_eq!( Aug 11 04:15:18.981 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:18.981 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:18.982 INFO kablam! 133 | | ); Aug 11 04:15:18.982 INFO kablam! | |______^ Aug 11 04:15:18.982 INFO kablam! | Aug 11 04:15:18.982 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 11 04:15:18.982 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 11 04:15:18.982 INFO kablam! Aug 11 04:15:18.983 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:18.983 INFO kablam! --> src/test.rs:130:5 Aug 11 04:15:18.983 INFO kablam! | Aug 11 04:15:18.983 INFO kablam! 130 | / assert_eq!( Aug 11 04:15:18.983 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:18.983 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:18.983 INFO kablam! 133 | | ); Aug 11 04:15:18.983 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:18.983 INFO kablam! | Aug 11 04:15:18.983 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:18.983 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:18.983 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:18.983 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:18.983 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 11 04:15:18.983 INFO kablam! Aug 11 04:15:18.984 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:18.984 INFO kablam! --> src/test.rs:130:5 Aug 11 04:15:18.985 INFO kablam! | Aug 11 04:15:18.985 INFO kablam! 130 | / assert_eq!( Aug 11 04:15:18.985 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:18.985 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:18.985 INFO kablam! 133 | | ); Aug 11 04:15:18.985 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:18.985 INFO kablam! | Aug 11 04:15:18.985 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:18.985 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:18.985 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:18.985 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:18.985 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 11 04:15:18.985 INFO kablam! Aug 11 04:15:18.986 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 11 04:15:18.986 INFO kablam! --> src/test.rs:134:5 Aug 11 04:15:18.986 INFO kablam! | Aug 11 04:15:18.986 INFO kablam! 134 | / assert_eq!( Aug 11 04:15:18.986 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 11 04:15:18.986 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:18.986 INFO kablam! 137 | | ); Aug 11 04:15:18.986 INFO kablam! | |______^ Aug 11 04:15:18.986 INFO kablam! | Aug 11 04:15:18.986 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 11 04:15:18.986 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 11 04:15:18.986 INFO kablam! Aug 11 04:15:18.987 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:18.987 INFO kablam! --> src/test.rs:134:5 Aug 11 04:15:18.987 INFO kablam! | Aug 11 04:15:18.987 INFO kablam! 134 | / assert_eq!( Aug 11 04:15:18.987 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 11 04:15:18.987 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:18.987 INFO kablam! 137 | | ); Aug 11 04:15:18.987 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:18.987 INFO kablam! | Aug 11 04:15:18.987 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:18.987 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:18.987 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:18.988 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:18.988 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 11 04:15:18.988 INFO kablam! Aug 11 04:15:18.989 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:18.989 INFO kablam! --> src/test.rs:134:5 Aug 11 04:15:18.989 INFO kablam! | Aug 11 04:15:18.989 INFO kablam! 134 | / assert_eq!( Aug 11 04:15:18.989 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 11 04:15:18.989 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:18.989 INFO kablam! 137 | | ); Aug 11 04:15:18.989 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:18.989 INFO kablam! | Aug 11 04:15:18.989 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:18.989 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:18.989 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:18.989 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:18.989 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 11 04:15:18.989 INFO kablam! Aug 11 04:15:18.995 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 11 04:15:18.996 INFO kablam! --> src/test.rs:143:5 Aug 11 04:15:18.996 INFO kablam! | Aug 11 04:15:18.996 INFO kablam! 143 | / assert_eq!( Aug 11 04:15:18.996 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:18.996 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 11 04:15:18.996 INFO kablam! 146 | | ); Aug 11 04:15:18.996 INFO kablam! | |______^ Aug 11 04:15:18.996 INFO kablam! | Aug 11 04:15:18.996 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 11 04:15:18.996 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 11 04:15:18.996 INFO kablam! Aug 11 04:15:18.997 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:18.997 INFO kablam! --> src/test.rs:143:5 Aug 11 04:15:18.997 INFO kablam! | Aug 11 04:15:18.997 INFO kablam! 143 | / assert_eq!( Aug 11 04:15:18.997 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:18.997 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 11 04:15:18.997 INFO kablam! 146 | | ); Aug 11 04:15:18.997 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:18.997 INFO kablam! | Aug 11 04:15:18.997 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:18.997 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:18.997 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:18.999 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:18.999 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 11 04:15:18.999 INFO kablam! Aug 11 04:15:18.999 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:18.999 INFO kablam! --> src/test.rs:143:5 Aug 11 04:15:18.999 INFO kablam! | Aug 11 04:15:18.999 INFO kablam! 143 | / assert_eq!( Aug 11 04:15:18.999 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:18.999 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 11 04:15:18.999 INFO kablam! 146 | | ); Aug 11 04:15:18.999 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:18.999 INFO kablam! | Aug 11 04:15:18.999 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:18.999 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:18.999 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:18.999 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:18.999 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 11 04:15:18.999 INFO kablam! Aug 11 04:15:19.177 INFO kablam! error: aborting due to 9 previous errors Aug 11 04:15:19.177 INFO kablam! Aug 11 04:15:19.177 INFO kablam! Some errors occurred: E0277, E0369. Aug 11 04:15:19.177 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 11 04:15:19.186 INFO kablam! error: Could not compile `rls-vfs`. Aug 11 04:15:19.186 INFO kablam! Aug 11 04:15:19.186 INFO kablam! To learn more, run the command again with --verbose. Aug 11 04:15:19.188 INFO kablam! su: No module specific data is present Aug 11 04:15:19.695 INFO running `"docker" "rm" "-f" "a2d6039b3cc5998000e310cdd0cc06e9d470ed6ce02202aaa4b38e51c70f499f"` Aug 11 04:15:19.829 INFO blam! a2d6039b3cc5998000e310cdd0cc06e9d470ed6ce02202aaa4b38e51c70f499f