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