Aug 10 18:26:08.346 INFO checking nrc/rls-vfs against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 10 18:26:08.346 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 10 18:26:08.346 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 10 18:26:08.346 INFO running `"docker" "create" "-v" "/tmp/crater.cUmzAd8lY2tc:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-5/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 10 18:26:08.610 INFO blam! b3bef2e6e01db51a20dcf12861b1f549e490fa18e567a75299a4bfd46afdb0d0 Aug 10 18:26:08.613 INFO running `"docker" "start" "-a" "b3bef2e6e01db51a20dcf12861b1f549e490fa18e567a75299a4bfd46afdb0d0"` Aug 10 18:26:09.724 INFO kablam! Checking rls-span v0.4.0 Aug 10 18:26:10.994 INFO kablam! Checking rls-vfs v0.6.0 (file:///source) Aug 10 18:26:12.140 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 10 18:26:12.140 INFO kablam! --> src/test.rs:130:5 Aug 10 18:26:12.140 INFO kablam! | Aug 10 18:26:12.140 INFO kablam! 130 | / assert_eq!( Aug 10 18:26:12.140 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 10 18:26:12.140 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 10 18:26:12.140 INFO kablam! 133 | | ); Aug 10 18:26:12.140 INFO kablam! | |______^ Aug 10 18:26:12.140 INFO kablam! | Aug 10 18:26:12.140 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 10 18:26:12.140 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 10 18:26:12.140 INFO kablam! Aug 10 18:26:12.142 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 10 18:26:12.142 INFO kablam! --> src/test.rs:130:5 Aug 10 18:26:12.142 INFO kablam! | Aug 10 18:26:12.142 INFO kablam! 130 | / assert_eq!( Aug 10 18:26:12.142 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 10 18:26:12.142 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 10 18:26:12.142 INFO kablam! 133 | | ); Aug 10 18:26:12.142 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 10 18:26:12.142 INFO kablam! | Aug 10 18:26:12.142 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 10 18:26:12.142 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 10 18:26:12.142 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 10 18:26:12.143 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 10 18:26:12.143 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 10 18:26:12.143 INFO kablam! Aug 10 18:26:12.143 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 10 18:26:12.143 INFO kablam! --> src/test.rs:130:5 Aug 10 18:26:12.143 INFO kablam! | Aug 10 18:26:12.143 INFO kablam! 130 | / assert_eq!( Aug 10 18:26:12.143 INFO kablam! 131 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 10 18:26:12.143 INFO kablam! 132 | | FileContents::Text("foo\nHfooo\nWorld\nHello, World!\n".to_owned()), Aug 10 18:26:12.143 INFO kablam! 133 | | ); Aug 10 18:26:12.143 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 10 18:26:12.143 INFO kablam! | Aug 10 18:26:12.143 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 10 18:26:12.143 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 10 18:26:12.143 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 10 18:26:12.143 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 10 18:26:12.143 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 10 18:26:12.143 INFO kablam! Aug 10 18:26:12.144 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 10 18:26:12.144 INFO kablam! --> src/test.rs:134:5 Aug 10 18:26:12.144 INFO kablam! | Aug 10 18:26:12.144 INFO kablam! 134 | / assert_eq!( Aug 10 18:26:12.144 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 10 18:26:12.144 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 10 18:26:12.144 INFO kablam! 137 | | ); Aug 10 18:26:12.144 INFO kablam! | |______^ Aug 10 18:26:12.144 INFO kablam! | Aug 10 18:26:12.144 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 10 18:26:12.145 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 10 18:26:12.145 INFO kablam! Aug 10 18:26:12.146 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 10 18:26:12.146 INFO kablam! --> src/test.rs:134:5 Aug 10 18:26:12.146 INFO kablam! | Aug 10 18:26:12.146 INFO kablam! 134 | / assert_eq!( Aug 10 18:26:12.146 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 10 18:26:12.146 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 10 18:26:12.146 INFO kablam! 137 | | ); Aug 10 18:26:12.146 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 10 18:26:12.146 INFO kablam! | Aug 10 18:26:12.146 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 10 18:26:12.146 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 10 18:26:12.146 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 10 18:26:12.147 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 10 18:26:12.147 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 10 18:26:12.147 INFO kablam! Aug 10 18:26:12.148 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 10 18:26:12.148 INFO kablam! --> src/test.rs:134:5 Aug 10 18:26:12.148 INFO kablam! | Aug 10 18:26:12.148 INFO kablam! 134 | / assert_eq!( Aug 10 18:26:12.148 INFO kablam! 135 | | vfs.load_file(&Path::new("bar")).unwrap(), Aug 10 18:26:12.148 INFO kablam! 136 | | FileContents::Text("bar\nHello\nWorld\nHello, World!\n".to_owned()), Aug 10 18:26:12.148 INFO kablam! 137 | | ); Aug 10 18:26:12.148 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 10 18:26:12.148 INFO kablam! | Aug 10 18:26:12.148 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 10 18:26:12.151 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 10 18:26:12.151 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 10 18:26:12.151 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 10 18:26:12.152 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 10 18:26:12.152 INFO kablam! Aug 10 18:26:12.160 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `FileContents` Aug 10 18:26:12.160 INFO kablam! --> src/test.rs:143:5 Aug 10 18:26:12.160 INFO kablam! | Aug 10 18:26:12.160 INFO kablam! 143 | / assert_eq!( Aug 10 18:26:12.160 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 10 18:26:12.160 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 10 18:26:12.160 INFO kablam! 146 | | ); Aug 10 18:26:12.160 INFO kablam! | |______^ Aug 10 18:26:12.160 INFO kablam! | Aug 10 18:26:12.161 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `FileContents` Aug 10 18:26:12.161 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 10 18:26:12.161 INFO kablam! Aug 10 18:26:12.163 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 10 18:26:12.163 INFO kablam! --> src/test.rs:143:5 Aug 10 18:26:12.163 INFO kablam! | Aug 10 18:26:12.163 INFO kablam! 143 | / assert_eq!( Aug 10 18:26:12.163 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 10 18:26:12.163 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 10 18:26:12.163 INFO kablam! 146 | | ); Aug 10 18:26:12.163 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 10 18:26:12.163 INFO kablam! | Aug 10 18:26:12.163 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 10 18:26:12.164 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 10 18:26:12.164 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 10 18:26:12.164 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 10 18:26:12.164 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 10 18:26:12.165 INFO kablam! Aug 10 18:26:12.166 INFO kablam! error[E0277]: `FileContents` doesn't implement `std::fmt::Debug` Aug 10 18:26:12.166 INFO kablam! --> src/test.rs:143:5 Aug 10 18:26:12.166 INFO kablam! | Aug 10 18:26:12.166 INFO kablam! 143 | / assert_eq!( Aug 10 18:26:12.166 INFO kablam! 144 | | vfs.load_file(&Path::new("foo")).unwrap(), Aug 10 18:26:12.166 INFO kablam! 145 | | FileContents::Text("foo\nHfooo\nWorlaye carumballo, World!\n".to_owned()), Aug 10 18:26:12.166 INFO kablam! 146 | | ); Aug 10 18:26:12.166 INFO kablam! | |______^ `FileContents` cannot be formatted using `{:?}` Aug 10 18:26:12.168 INFO kablam! | Aug 10 18:26:12.168 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `FileContents` Aug 10 18:26:12.169 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Aug 10 18:26:12.169 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&FileContents` Aug 10 18:26:12.169 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 10 18:26:12.169 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 10 18:26:12.170 INFO kablam! Aug 10 18:26:12.350 INFO kablam! error: aborting due to 9 previous errors Aug 10 18:26:12.350 INFO kablam! Aug 10 18:26:12.350 INFO kablam! Some errors occurred: E0277, E0369. Aug 10 18:26:12.350 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 10 18:26:12.352 INFO kablam! error: Could not compile `rls-vfs`. Aug 10 18:26:12.353 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 10 18:26:12.738 INFO kablam! error: build failed Aug 10 18:26:12.740 INFO kablam! su: No module specific data is present Aug 10 18:26:13.403 INFO running `"docker" "rm" "-f" "b3bef2e6e01db51a20dcf12861b1f549e490fa18e567a75299a4bfd46afdb0d0"` Aug 10 18:26:13.580 INFO blam! b3bef2e6e01db51a20dcf12861b1f549e490fa18e567a75299a4bfd46afdb0d0