Sep 10 16:01:46.375 INFO checking kawaii-0.1.0-alpha against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 16:01:46.375 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 16:01:46.375 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 16:01:46.570 INFO blam! 7734fdd1815fe2b5ac06e6916f163e1e93009e0f09f94a6c00d35fe2cfec54a5 Sep 10 16:01:46.572 INFO running `"docker" "start" "-a" "7734fdd1815fe2b5ac06e6916f163e1e93009e0f09f94a6c00d35fe2cfec54a5"` Sep 10 16:01:47.377 INFO kablam! usermod: no changes Sep 10 16:01:47.429 INFO kablam! Checking kawaii v0.1.0-alpha (file:///source) Sep 10 16:01:47.800 INFO kablam! warning: unused import: `Config` Sep 10 16:01:47.801 INFO kablam! --> src/fmt.rs:18:21 Sep 10 16:01:47.801 INFO kablam! | Sep 10 16:01:47.801 INFO kablam! 18 | use config::{Width, Config}; Sep 10 16:01:47.801 INFO kablam! | ^^^^^^ Sep 10 16:01:47.802 INFO kablam! | Sep 10 16:01:47.802 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 16:01:47.802 INFO kablam! Sep 10 16:01:47.886 INFO kablam! warning: unused import: `Config` Sep 10 16:01:47.886 INFO kablam! --> src/fmt.rs:18:21 Sep 10 16:01:47.886 INFO kablam! | Sep 10 16:01:47.886 INFO kablam! 18 | use config::{Width, Config}; Sep 10 16:01:47.886 INFO kablam! | ^^^^^^ Sep 10 16:01:47.890 INFO kablam! | Sep 10 16:01:47.890 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 16:01:47.890 INFO kablam! Sep 10 16:01:47.890 INFO kablam! warning: unused import: `traits::Kawaii` Sep 10 16:01:47.890 INFO kablam! --> src/util.rs:69:6 Sep 10 16:01:47.890 INFO kablam! | Sep 10 16:01:47.890 INFO kablam! 69 | use traits::Kawaii; Sep 10 16:01:47.890 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 16:01:47.890 INFO kablam! Sep 10 16:01:47.977 INFO kablam! warning: unused variable: `f` Sep 10 16:01:47.977 INFO kablam! --> src/fmt.rs:61:12 Sep 10 16:01:47.977 INFO kablam! | Sep 10 16:01:47.977 INFO kablam! 61 | fn indent(f: &mut fmt::Formatter, n: usize) -> fmt::Result { Sep 10 16:01:47.977 INFO kablam! | ^ help: consider using `_f` instead Sep 10 16:01:47.982 INFO kablam! | Sep 10 16:01:47.982 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 16:01:47.982 INFO kablam! Sep 10 16:01:47.982 INFO kablam! warning: unused variable: `n` Sep 10 16:01:47.982 INFO kablam! --> src/fmt.rs:61:36 Sep 10 16:01:47.982 INFO kablam! | Sep 10 16:01:47.982 INFO kablam! 61 | fn indent(f: &mut fmt::Formatter, n: usize) -> fmt::Result { Sep 10 16:01:47.982 INFO kablam! | ^ help: consider using `_n` instead Sep 10 16:01:47.982 INFO kablam! Sep 10 16:01:48.074 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` Sep 10 16:01:48.074 INFO kablam! --> src/util.rs:74:3 Sep 10 16:01:48.074 INFO kablam! | Sep 10 16:01:48.074 INFO kablam! 74 | assert_eq!(kawaii::empty(), Rc::new(Document::Empty)); Sep 10 16:01:48.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 16:01:48.074 INFO kablam! | Sep 10 16:01:48.074 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::rc::Rc` Sep 10 16:01:48.074 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 10 16:01:48.074 INFO kablam! Sep 10 16:01:48.078 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` Sep 10 16:01:48.078 INFO kablam! --> src/util.rs:79:3 Sep 10 16:01:48.078 INFO kablam! | Sep 10 16:01:48.078 INFO kablam! 79 | assert_eq!(kawaii::string("foo"), Sep 10 16:01:48.078 INFO kablam! | _________^ Sep 10 16:01:48.078 INFO kablam! 80 | | Rc::new(Document::String("foo".into()))); Sep 10 16:01:48.078 INFO kablam! | |_____________________________________________________^ Sep 10 16:01:48.078 INFO kablam! | Sep 10 16:01:48.078 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::rc::Rc` Sep 10 16:01:48.078 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 10 16:01:48.078 INFO kablam! Sep 10 16:01:48.090 INFO kablam! error[E0277]: the trait bound `&std::rc::Rc: traits::Kawaii` is not satisfied Sep 10 16:01:48.090 INFO kablam! --> src/util.rs:85:14 Sep 10 16:01:48.090 INFO kablam! | Sep 10 16:01:48.090 INFO kablam! 85 | assert_eq!(kawaii::concat(&[kawaii::string("foo"), kawaii::string("bar")]), Sep 10 16:01:48.090 INFO kablam! | ^^^^^^^^^^^^^^ the trait `traits::Kawaii` is not implemented for `&std::rc::Rc` Sep 10 16:01:48.090 INFO kablam! | Sep 10 16:01:48.090 INFO kablam! = help: the following implementations were found: Sep 10 16:01:48.090 INFO kablam! as traits::Kawaii> Sep 10 16:01:48.090 INFO kablam! note: required by `util::concat` Sep 10 16:01:48.090 INFO kablam! --> src/util.rs:32:1 Sep 10 16:01:48.090 INFO kablam! | Sep 10 16:01:48.090 INFO kablam! 32 | pub fn concat>(values: I) -> Rc { Sep 10 16:01:48.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 16:01:48.090 INFO kablam! Sep 10 16:01:48.090 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` Sep 10 16:01:48.090 INFO kablam! --> src/util.rs:85:3 Sep 10 16:01:48.090 INFO kablam! | Sep 10 16:01:48.090 INFO kablam! 85 | assert_eq!(kawaii::concat(&[kawaii::string("foo"), kawaii::string("bar")]), Sep 10 16:01:48.090 INFO kablam! | _________^ Sep 10 16:01:48.090 INFO kablam! 86 | | Rc::new(Document::Cons { Sep 10 16:01:48.090 INFO kablam! 87 | | left: Rc::new(Document::String("foo".into())), Sep 10 16:01:48.090 INFO kablam! 88 | | right: Rc::new(Document::String("bar".into())), Sep 10 16:01:48.090 INFO kablam! 89 | | })); Sep 10 16:01:48.090 INFO kablam! | |________________^ Sep 10 16:01:48.090 INFO kablam! | Sep 10 16:01:48.090 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `std::rc::Rc` Sep 10 16:01:48.090 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 10 16:01:48.090 INFO kablam! Sep 10 16:01:48.098 INFO kablam! error: aborting due to 4 previous errors Sep 10 16:01:48.098 INFO kablam! Sep 10 16:01:48.098 INFO kablam! Some errors occurred: E0277, E0369. Sep 10 16:01:48.098 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 16:01:48.106 INFO kablam! error: Could not compile `kawaii`. Sep 10 16:01:48.106 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 16:01:48.439 INFO kablam! warning: unused imports: `Config`, `Kawaii`, `Style` Sep 10 16:01:48.439 INFO kablam! --> examples/basic.rs:2:14 Sep 10 16:01:48.439 INFO kablam! | Sep 10 16:01:48.439 INFO kablam! 2 | use kawaii::{Kawaii, Style, Config}; Sep 10 16:01:48.439 INFO kablam! | ^^^^^^ ^^^^^ ^^^^^^ Sep 10 16:01:48.439 INFO kablam! | Sep 10 16:01:48.439 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 16:01:48.439 INFO kablam! Sep 10 16:01:48.453 INFO kablam! error[E0277]: the trait bound `std::vec::Vec<{integer}>: kawaii::Kawaii` is not satisfied Sep 10 16:01:48.453 INFO kablam! --> examples/basic.rs:9:2 Sep 10 16:01:48.453 INFO kablam! | Sep 10 16:01:48.453 INFO kablam! 9 | kawaii::print(vec![1, 2, 3]); Sep 10 16:01:48.453 INFO kablam! | ^^^^^^^^^^^^^ the trait `kawaii::Kawaii` is not implemented for `std::vec::Vec<{integer}>` Sep 10 16:01:48.453 INFO kablam! | Sep 10 16:01:48.453 INFO kablam! = note: required by `kawaii::print` Sep 10 16:01:48.453 INFO kablam! Sep 10 16:01:48.453 INFO kablam! error[E0277]: the trait bound `main::Foo: kawaii::Kawaii` is not satisfied Sep 10 16:01:48.453 INFO kablam! --> examples/basic.rs:10:2 Sep 10 16:01:48.453 INFO kablam! | Sep 10 16:01:48.453 INFO kablam! 10 | kawaii::print(Foo); Sep 10 16:01:48.453 INFO kablam! | ^^^^^^^^^^^^^ the trait `kawaii::Kawaii` is not implemented for `main::Foo` Sep 10 16:01:48.453 INFO kablam! | Sep 10 16:01:48.453 INFO kablam! = note: required by `kawaii::print` Sep 10 16:01:48.453 INFO kablam! Sep 10 16:01:48.454 INFO kablam! error: aborting due to 2 previous errors Sep 10 16:01:48.454 INFO kablam! Sep 10 16:01:48.454 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 16:01:48.460 INFO kablam! error: Could not compile `kawaii`. Sep 10 16:01:48.461 INFO kablam! Sep 10 16:01:48.461 INFO kablam! To learn more, run the command again with --verbose. Sep 10 16:01:48.462 INFO kablam! su: No module specific data is present Sep 10 16:01:49.055 INFO running `"docker" "rm" "-f" "7734fdd1815fe2b5ac06e6916f163e1e93009e0f09f94a6c00d35fe2cfec54a5"` Sep 10 16:01:49.164 INFO blam! 7734fdd1815fe2b5ac06e6916f163e1e93009e0f09f94a6c00d35fe2cfec54a5