Sep 14 14:15:04.434 INFO checking kawaii-0.1.0-alpha against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 14:15:04.434 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 14:15:04.434 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:15:04.626 INFO blam! 5f30a586fe38097d36f68125c47182e3b4e743fcc8d71b7fe14daa4aa7805857 Sep 14 14:15:04.627 INFO running `"docker" "start" "-a" "5f30a586fe38097d36f68125c47182e3b4e743fcc8d71b7fe14daa4aa7805857"` Sep 14 14:15:05.857 INFO kablam! usermod: no changes Sep 14 14:15:05.935 INFO kablam! Checking kawaii v0.1.0-alpha (file:///source) Sep 14 14:15:06.657 INFO kablam! warning: unused import: `Config` Sep 14 14:15:06.657 INFO kablam! --> src/fmt.rs:18:21 Sep 14 14:15:06.657 INFO kablam! | Sep 14 14:15:06.657 INFO kablam! 18 | use config::{Width, Config}; Sep 14 14:15:06.657 INFO kablam! | ^^^^^^ Sep 14 14:15:06.657 INFO kablam! | Sep 14 14:15:06.657 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 14:15:06.657 INFO kablam! Sep 14 14:15:06.690 INFO kablam! warning: unused import: `Config` Sep 14 14:15:06.690 INFO kablam! --> src/fmt.rs:18:21 Sep 14 14:15:06.690 INFO kablam! | Sep 14 14:15:06.690 INFO kablam! 18 | use config::{Width, Config}; Sep 14 14:15:06.690 INFO kablam! | ^^^^^^ Sep 14 14:15:06.691 INFO kablam! | Sep 14 14:15:06.691 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 14:15:06.691 INFO kablam! Sep 14 14:15:06.704 INFO kablam! warning: unused import: `traits::Kawaii` Sep 14 14:15:06.704 INFO kablam! --> src/util.rs:69:6 Sep 14 14:15:06.704 INFO kablam! | Sep 14 14:15:06.704 INFO kablam! 69 | use traits::Kawaii; Sep 14 14:15:06.704 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 14:15:06.704 INFO kablam! Sep 14 14:15:06.982 INFO kablam! warning: unused variable: `f` Sep 14 14:15:06.982 INFO kablam! --> src/fmt.rs:61:12 Sep 14 14:15:06.982 INFO kablam! | Sep 14 14:15:06.982 INFO kablam! 61 | fn indent(f: &mut fmt::Formatter, n: usize) -> fmt::Result { Sep 14 14:15:06.982 INFO kablam! | ^ help: consider using `_f` instead Sep 14 14:15:06.982 INFO kablam! | Sep 14 14:15:06.983 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 14:15:06.983 INFO kablam! Sep 14 14:15:06.983 INFO kablam! warning: unused variable: `n` Sep 14 14:15:06.983 INFO kablam! --> src/fmt.rs:61:36 Sep 14 14:15:06.983 INFO kablam! | Sep 14 14:15:06.983 INFO kablam! 61 | fn indent(f: &mut fmt::Formatter, n: usize) -> fmt::Result { Sep 14 14:15:06.983 INFO kablam! | ^ help: consider using `_n` instead Sep 14 14:15:06.984 INFO kablam! Sep 14 14:15:06.997 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` Sep 14 14:15:06.997 INFO kablam! --> src/util.rs:74:3 Sep 14 14:15:06.997 INFO kablam! | Sep 14 14:15:06.997 INFO kablam! 74 | assert_eq!(kawaii::empty(), Rc::new(Document::Empty)); Sep 14 14:15:06.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 14:15:06.997 INFO kablam! | Sep 14 14:15:06.997 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::rc::Rc` Sep 14 14:15:06.997 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 14 14:15:06.997 INFO kablam! Sep 14 14:15:06.999 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` Sep 14 14:15:06.999 INFO kablam! --> src/util.rs:79:3 Sep 14 14:15:06.999 INFO kablam! | Sep 14 14:15:06.999 INFO kablam! 79 | assert_eq!(kawaii::string("foo"), Sep 14 14:15:06.999 INFO kablam! | _________^ Sep 14 14:15:06.999 INFO kablam! 80 | | Rc::new(Document::String("foo".into()))); Sep 14 14:15:06.999 INFO kablam! | |_____________________________________________________^ Sep 14 14:15:06.999 INFO kablam! | Sep 14 14:15:06.999 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::rc::Rc` Sep 14 14:15:06.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) Sep 14 14:15:06.999 INFO kablam! Sep 14 14:15:07.004 INFO kablam! error[E0277]: the trait bound `&std::rc::Rc: traits::Kawaii` is not satisfied Sep 14 14:15:07.004 INFO kablam! --> src/util.rs:85:14 Sep 14 14:15:07.004 INFO kablam! | Sep 14 14:15:07.004 INFO kablam! 85 | assert_eq!(kawaii::concat(&[kawaii::string("foo"), kawaii::string("bar")]), Sep 14 14:15:07.004 INFO kablam! | ^^^^^^^^^^^^^^ the trait `traits::Kawaii` is not implemented for `&std::rc::Rc` Sep 14 14:15:07.004 INFO kablam! | Sep 14 14:15:07.004 INFO kablam! = help: the following implementations were found: Sep 14 14:15:07.004 INFO kablam! as traits::Kawaii> Sep 14 14:15:07.004 INFO kablam! note: required by `util::concat` Sep 14 14:15:07.004 INFO kablam! --> src/util.rs:32:1 Sep 14 14:15:07.004 INFO kablam! | Sep 14 14:15:07.004 INFO kablam! 32 | pub fn concat>(values: I) -> Rc { Sep 14 14:15:07.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 14:15:07.004 INFO kablam! Sep 14 14:15:07.004 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` Sep 14 14:15:07.004 INFO kablam! --> src/util.rs:85:3 Sep 14 14:15:07.004 INFO kablam! | Sep 14 14:15:07.004 INFO kablam! 85 | assert_eq!(kawaii::concat(&[kawaii::string("foo"), kawaii::string("bar")]), Sep 14 14:15:07.004 INFO kablam! | _________^ Sep 14 14:15:07.004 INFO kablam! 86 | | Rc::new(Document::Cons { Sep 14 14:15:07.004 INFO kablam! 87 | | left: Rc::new(Document::String("foo".into())), Sep 14 14:15:07.004 INFO kablam! 88 | | right: Rc::new(Document::String("bar".into())), Sep 14 14:15:07.004 INFO kablam! 89 | | })); Sep 14 14:15:07.004 INFO kablam! | |________________^ Sep 14 14:15:07.005 INFO kablam! | Sep 14 14:15:07.005 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::rc::Rc` Sep 14 14:15:07.005 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 14 14:15:07.005 INFO kablam! Sep 14 14:15:07.013 INFO kablam! error: aborting due to 4 previous errors Sep 14 14:15:07.014 INFO kablam! Sep 14 14:15:07.014 INFO kablam! Some errors occurred: E0277, E0369. Sep 14 14:15:07.014 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 14:15:07.022 INFO kablam! error: Could not compile `kawaii`. Sep 14 14:15:07.023 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 14:15:07.128 INFO kablam! error: build failed Sep 14 14:15:07.129 INFO kablam! su: No module specific data is present Sep 14 14:15:08.568 INFO running `"docker" "rm" "-f" "5f30a586fe38097d36f68125c47182e3b4e743fcc8d71b7fe14daa4aa7805857"` Sep 14 14:15:08.830 INFO blam! 5f30a586fe38097d36f68125c47182e3b4e743fcc8d71b7fe14daa4aa7805857