Aug 11 04:15:17.987 INFO checking rls-vfs-0.4.6 against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 11 04:15:17.987 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 04:15:17.987 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 04:15:17.987 INFO running `"docker" "create" "-v" "/tmp/crater.xtEEHEjqBWHj:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-7/try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy:/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 +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 04:15:18.229 INFO blam! c73ca2968e00f337837dc780f46d1bbeb5c46418d1d7f7033ae27835a11b11a9 Aug 11 04:15:18.230 INFO running `"docker" "start" "-a" "c73ca2968e00f337837dc780f46d1bbeb5c46418d1d7f7033ae27835a11b11a9"` Aug 11 04:15:19.684 INFO kablam! Checking rls-span v0.4.0 Aug 11 04:15:20.649 INFO kablam! Checking rls-vfs v0.4.6 (file:///source) Aug 11 04:15:21.856 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 11 04:15:21.857 INFO kablam! --> src/test.rs:130:5 Aug 11 04:15:21.857 INFO kablam! | Aug 11 04:15:21.857 INFO kablam! 130 | / assert_eq!( Aug 11 04:15:21.857 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:21.857 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:21.857 INFO kablam! 133 | | ); Aug 11 04:15:21.857 INFO kablam! | |______^ Aug 11 04:15:21.857 INFO kablam! | Aug 11 04:15:21.857 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 11 04:15:21.858 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:21.858 INFO kablam! Aug 11 04:15:21.860 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:21.860 INFO kablam! --> src/test.rs:130:5 Aug 11 04:15:21.860 INFO kablam! | Aug 11 04:15:21.860 INFO kablam! 130 | / assert_eq!( Aug 11 04:15:21.860 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:21.860 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:21.860 INFO kablam! 133 | | ); Aug 11 04:15:21.860 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:21.860 INFO kablam! | Aug 11 04:15:21.861 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:21.861 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:21.861 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:21.861 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:21.862 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:21.862 INFO kablam! Aug 11 04:15:21.863 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:21.863 INFO kablam! --> src/test.rs:130:5 Aug 11 04:15:21.863 INFO kablam! | Aug 11 04:15:21.863 INFO kablam! 130 | / assert_eq!( Aug 11 04:15:21.863 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:21.863 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:21.863 INFO kablam! 133 | | ); Aug 11 04:15:21.863 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:21.864 INFO kablam! | Aug 11 04:15:21.864 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:21.864 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:21.864 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:21.865 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:21.865 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:21.865 INFO kablam! Aug 11 04:15:21.867 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 11 04:15:21.867 INFO kablam! --> src/test.rs:134:5 Aug 11 04:15:21.867 INFO kablam! | Aug 11 04:15:21.867 INFO kablam! 134 | / assert_eq!( Aug 11 04:15:21.867 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 11 04:15:21.868 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:21.868 INFO kablam! 137 | | ); Aug 11 04:15:21.868 INFO kablam! | |______^ Aug 11 04:15:21.868 INFO kablam! | Aug 11 04:15:21.868 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 11 04:15:21.869 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:21.869 INFO kablam! Aug 11 04:15:21.871 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:21.871 INFO kablam! --> src/test.rs:134:5 Aug 11 04:15:21.871 INFO kablam! | Aug 11 04:15:21.871 INFO kablam! 134 | / assert_eq!( Aug 11 04:15:21.871 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 11 04:15:21.871 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:21.871 INFO kablam! 137 | | ); Aug 11 04:15:21.872 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:21.872 INFO kablam! | Aug 11 04:15:21.872 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:21.872 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:21.873 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:21.873 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:21.873 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:21.874 INFO kablam! Aug 11 04:15:21.875 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:21.875 INFO kablam! --> src/test.rs:134:5 Aug 11 04:15:21.875 INFO kablam! | Aug 11 04:15:21.875 INFO kablam! 134 | / assert_eq!( Aug 11 04:15:21.875 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 11 04:15:21.875 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 11 04:15:21.875 INFO kablam! 137 | | ); Aug 11 04:15:21.875 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:21.876 INFO kablam! | Aug 11 04:15:21.876 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:21.876 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:21.877 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:21.877 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:21.877 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:21.878 INFO kablam! Aug 11 04:15:21.884 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 11 04:15:21.884 INFO kablam! --> src/test.rs:143:5 Aug 11 04:15:21.884 INFO kablam! | Aug 11 04:15:21.885 INFO kablam! 143 | / assert_eq!( Aug 11 04:15:21.885 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:21.885 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 11 04:15:21.885 INFO kablam! 146 | | ); Aug 11 04:15:21.885 INFO kablam! | |______^ Aug 11 04:15:21.885 INFO kablam! | Aug 11 04:15:21.886 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 11 04:15:21.886 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:21.886 INFO kablam! Aug 11 04:15:21.888 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:21.888 INFO kablam! --> src/test.rs:143:5 Aug 11 04:15:21.888 INFO kablam! | Aug 11 04:15:21.888 INFO kablam! 143 | / assert_eq!( Aug 11 04:15:21.888 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:21.888 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 11 04:15:21.888 INFO kablam! 146 | | ); Aug 11 04:15:21.888 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:21.889 INFO kablam! | Aug 11 04:15:21.889 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:21.890 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:21.890 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:21.890 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:21.891 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:21.891 INFO kablam! Aug 11 04:15:21.892 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 11 04:15:21.892 INFO kablam! --> src/test.rs:143:5 Aug 11 04:15:21.892 INFO kablam! | Aug 11 04:15:21.892 INFO kablam! 143 | / assert_eq!( Aug 11 04:15:21.893 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 11 04:15:21.893 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 11 04:15:21.893 INFO kablam! 146 | | ); Aug 11 04:15:21.893 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 11 04:15:21.893 INFO kablam! | Aug 11 04:15:21.893 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 11 04:15:21.894 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 11 04:15:21.894 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 11 04:15:21.895 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 11 04:15:21.895 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:21.895 INFO kablam! Aug 11 04:15:22.049 INFO kablam! error: aborting due to 9 previous errors Aug 11 04:15:22.049 INFO kablam! Aug 11 04:15:22.050 INFO kablam! Some errors occurred: E0277, E0369. Aug 11 04:15:22.050 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 11 04:15:22.059 INFO kablam! error: Could not compile `rls-vfs`. Aug 11 04:15:22.060 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:15:22.238 INFO kablam! error: build failed Aug 11 04:15:22.240 INFO kablam! su: No module specific data is present Aug 11 04:15:22.801 INFO running `"docker" "rm" "-f" "c73ca2968e00f337837dc780f46d1bbeb5c46418d1d7f7033ae27835a11b11a9"` Aug 11 04:15:22.960 INFO blam! c73ca2968e00f337837dc780f46d1bbeb5c46418d1d7f7033ae27835a11b11a9