Sep 19 23:25:05.267 INFO checking kawaii-0.1.0-alpha against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 23:25:05.267 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 23:25:05.267 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:25:05.442 INFO blam! a3f25187c21d85e93bba04fddc3a370dcc4175fb226b0d0877917ebda9291463 Sep 19 23:25:05.443 INFO running `"docker" "start" "-a" "a3f25187c21d85e93bba04fddc3a370dcc4175fb226b0d0877917ebda9291463"` Sep 19 23:25:06.235 INFO kablam! usermod: no changes Sep 19 23:25:06.291 INFO kablam! Checking kawaii v0.1.0-alpha (/source) Sep 19 23:25:06.686 INFO kablam! warning: unused import: `Config` Sep 19 23:25:06.686 INFO kablam! --> src/fmt.rs:18:21 Sep 19 23:25:06.686 INFO kablam! | Sep 19 23:25:06.686 INFO kablam! 18 | use config::{Width, Config}; Sep 19 23:25:06.686 INFO kablam! | ^^^^^^ Sep 19 23:25:06.686 INFO kablam! | Sep 19 23:25:06.686 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:25:06.686 INFO kablam! Sep 19 23:25:06.737 INFO kablam! warning: unused import: `Config` Sep 19 23:25:06.737 INFO kablam! --> src/fmt.rs:18:21 Sep 19 23:25:06.737 INFO kablam! | Sep 19 23:25:06.737 INFO kablam! 18 | use config::{Width, Config}; Sep 19 23:25:06.737 INFO kablam! | ^^^^^^ Sep 19 23:25:06.737 INFO kablam! | Sep 19 23:25:06.737 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:25:06.737 INFO kablam! Sep 19 23:25:06.738 INFO kablam! warning: unused import: `traits::Kawaii` Sep 19 23:25:06.738 INFO kablam! --> src/util.rs:69:6 Sep 19 23:25:06.738 INFO kablam! | Sep 19 23:25:06.738 INFO kablam! 69 | use traits::Kawaii; Sep 19 23:25:06.738 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 23:25:06.738 INFO kablam! Sep 19 23:25:06.909 INFO kablam! warning: unused variable: `f` Sep 19 23:25:06.909 INFO kablam! --> src/fmt.rs:61:12 Sep 19 23:25:06.909 INFO kablam! | Sep 19 23:25:06.909 INFO kablam! 61 | fn indent(f: &mut fmt::Formatter, n: usize) -> fmt::Result { Sep 19 23:25:06.909 INFO kablam! | ^ help: consider using `_f` instead Sep 19 23:25:06.909 INFO kablam! | Sep 19 23:25:06.909 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 23:25:06.909 INFO kablam! Sep 19 23:25:06.909 INFO kablam! warning: unused variable: `n` Sep 19 23:25:06.909 INFO kablam! --> src/fmt.rs:61:36 Sep 19 23:25:06.909 INFO kablam! | Sep 19 23:25:06.909 INFO kablam! 61 | fn indent(f: &mut fmt::Formatter, n: usize) -> fmt::Result { Sep 19 23:25:06.909 INFO kablam! | ^ help: consider using `_n` instead Sep 19 23:25:06.909 INFO kablam! Sep 19 23:25:06.951 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` Sep 19 23:25:06.951 INFO kablam! --> src/util.rs:74:3 Sep 19 23:25:06.951 INFO kablam! | Sep 19 23:25:06.951 INFO kablam! 74 | assert_eq!(kawaii::empty(), Rc::new(Document::Empty)); Sep 19 23:25:06.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:25:06.951 INFO kablam! | Sep 19 23:25:06.951 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::rc::Rc` Sep 19 23:25:06.951 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 19 23:25:06.951 INFO kablam! Sep 19 23:25:06.953 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` Sep 19 23:25:06.953 INFO kablam! --> src/util.rs:79:3 Sep 19 23:25:06.953 INFO kablam! | Sep 19 23:25:06.953 INFO kablam! 79 | assert_eq!(kawaii::string("foo"), Sep 19 23:25:06.953 INFO kablam! | _________^ Sep 19 23:25:06.953 INFO kablam! 80 | | Rc::new(Document::String("foo".into()))); Sep 19 23:25:06.953 INFO kablam! | |_____________________________________________________^ Sep 19 23:25:06.953 INFO kablam! | Sep 19 23:25:06.953 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::rc::Rc` Sep 19 23:25:06.953 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 19 23:25:06.953 INFO kablam! Sep 19 23:25:06.959 INFO kablam! error[E0277]: the trait bound `&std::rc::Rc: traits::Kawaii` is not satisfied Sep 19 23:25:06.959 INFO kablam! --> src/util.rs:85:14 Sep 19 23:25:06.959 INFO kablam! | Sep 19 23:25:06.959 INFO kablam! 85 | assert_eq!(kawaii::concat(&[kawaii::string("foo"), kawaii::string("bar")]), Sep 19 23:25:06.959 INFO kablam! | ^^^^^^^^^^^^^^ the trait `traits::Kawaii` is not implemented for `&std::rc::Rc` Sep 19 23:25:06.959 INFO kablam! | Sep 19 23:25:06.959 INFO kablam! = help: the following implementations were found: Sep 19 23:25:06.959 INFO kablam! as traits::Kawaii> Sep 19 23:25:06.959 INFO kablam! note: required by `util::concat` Sep 19 23:25:06.959 INFO kablam! --> src/util.rs:32:1 Sep 19 23:25:06.959 INFO kablam! | Sep 19 23:25:06.959 INFO kablam! 32 | pub fn concat>(values: I) -> Rc { Sep 19 23:25:06.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:25:06.959 INFO kablam! Sep 19 23:25:06.960 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` Sep 19 23:25:06.960 INFO kablam! --> src/util.rs:85:3 Sep 19 23:25:06.960 INFO kablam! | Sep 19 23:25:06.960 INFO kablam! 85 | assert_eq!(kawaii::concat(&[kawaii::string("foo"), kawaii::string("bar")]), Sep 19 23:25:06.960 INFO kablam! | _________^ Sep 19 23:25:06.960 INFO kablam! 86 | | Rc::new(Document::Cons { Sep 19 23:25:06.960 INFO kablam! 87 | | left: Rc::new(Document::String("foo".into())), Sep 19 23:25:06.960 INFO kablam! 88 | | right: Rc::new(Document::String("bar".into())), Sep 19 23:25:06.960 INFO kablam! 89 | | })); Sep 19 23:25:06.960 INFO kablam! | |________________^ Sep 19 23:25:06.960 INFO kablam! | Sep 19 23:25:06.960 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::rc::Rc` Sep 19 23:25:06.960 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 19 23:25:06.960 INFO kablam! Sep 19 23:25:06.968 INFO kablam! error: aborting due to 4 previous errors Sep 19 23:25:06.968 INFO kablam! Sep 19 23:25:06.968 INFO kablam! Some errors occurred: E0277, E0369. Sep 19 23:25:06.968 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 23:25:06.976 INFO kablam! error: Could not compile `kawaii`. Sep 19 23:25:06.976 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:25:07.012 INFO kablam! error: build failed Sep 19 23:25:07.013 INFO kablam! su: No module specific data is present Sep 19 23:25:07.651 INFO running `"docker" "rm" "-f" "a3f25187c21d85e93bba04fddc3a370dcc4175fb226b0d0877917ebda9291463"` Sep 19 23:25:07.917 INFO blam! a3f25187c21d85e93bba04fddc3a370dcc4175fb226b0d0877917ebda9291463