Sep 04 08:25:28.338 INFO checking persistent_rope-0.1.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 08:25:28.338 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 08:25:28.338 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:25:28.525 INFO blam! 55ebfa60e4e8fbd246a08150b3d605beaf61acb1f5377ade724e0bfed36aefc3 Sep 04 08:25:28.528 INFO running `"docker" "start" "-a" "55ebfa60e4e8fbd246a08150b3d605beaf61acb1f5377ade724e0bfed36aefc3"` Sep 04 08:25:29.085 INFO kablam! Checking macro-attr v0.2.0 Sep 04 08:25:29.085 INFO kablam! Checking bytecount v0.1.7 Sep 04 08:25:29.085 INFO kablam! Checking persistent_rope v0.1.2 (file:///source) Sep 04 08:25:29.085 INFO kablam! Compiling newtype_derive v0.1.6 Sep 04 08:25:29.182 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 04 08:25:29.182 INFO kablam! --> src/rope.rs:1:12 Sep 04 08:25:29.182 INFO kablam! | Sep 04 08:25:29.182 INFO kablam! 1 | use alloc::arc::Arc; Sep 04 08:25:29.182 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 04 08:25:29.182 INFO kablam! Sep 04 08:25:29.236 INFO kablam! error[E0119]: conflicting implementations of trait `core::ops::Add` for type `rope::Rope`: Sep 04 08:25:29.236 INFO kablam! --> src/rope.rs:617:1 Sep 04 08:25:29.236 INFO kablam! | Sep 04 08:25:29.236 INFO kablam! 578 | / impl Add for Rope Sep 04 08:25:29.236 INFO kablam! 579 | | where Sep 04 08:25:29.236 INFO kablam! 580 | | T: Into, Sep 04 08:25:29.237 INFO kablam! 581 | | { Sep 04 08:25:29.237 INFO kablam! ... | Sep 04 08:25:29.237 INFO kablam! 594 | | } Sep 04 08:25:29.237 INFO kablam! 595 | | } Sep 04 08:25:29.237 INFO kablam! | |_- first implementation here Sep 04 08:25:29.237 INFO kablam! ... Sep 04 08:25:29.237 INFO kablam! 617 | impl Add for Rope { Sep 04 08:25:29.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 04 08:25:29.237 INFO kablam! Sep 04 08:25:29.237 INFO kablam! error[E0119]: conflicting implementations of trait `core::ops::Add` for type `&rope::Rope`: Sep 04 08:25:29.237 INFO kablam! --> src/rope.rs:631:1 Sep 04 08:25:29.237 INFO kablam! | Sep 04 08:25:29.237 INFO kablam! 597 | / impl<'a, T> Add for &'a Rope Sep 04 08:25:29.237 INFO kablam! 598 | | where Sep 04 08:25:29.237 INFO kablam! 599 | | T: Into, Sep 04 08:25:29.237 INFO kablam! 600 | | { Sep 04 08:25:29.237 INFO kablam! ... | Sep 04 08:25:29.237 INFO kablam! 614 | | } Sep 04 08:25:29.237 INFO kablam! 615 | | } Sep 04 08:25:29.237 INFO kablam! | |_- first implementation here Sep 04 08:25:29.238 INFO kablam! ... Sep 04 08:25:29.238 INFO kablam! 631 | impl<'a> Add for &'a Rope { Sep 04 08:25:29.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `&rope::Rope` Sep 04 08:25:29.238 INFO kablam! Sep 04 08:25:29.284 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 04 08:25:29.284 INFO kablam! --> src/rope.rs:535:1 Sep 04 08:25:29.284 INFO kablam! | Sep 04 08:25:29.284 INFO kablam! 518 | impl From> for Rope { Sep 04 08:25:29.284 INFO kablam! | ----------------------------- first implementation here Sep 04 08:25:29.284 INFO kablam! ... Sep 04 08:25:29.284 INFO kablam! 535 | impl<'a> From<&'a Rope> for Rope { Sep 04 08:25:29.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 04 08:25:29.284 INFO kablam! Sep 04 08:25:29.284 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 04 08:25:29.284 INFO kablam! --> src/rope.rs:542:1 Sep 04 08:25:29.284 INFO kablam! | Sep 04 08:25:29.284 INFO kablam! 518 | impl From> for Rope { Sep 04 08:25:29.285 INFO kablam! | ----------------------------- first implementation here Sep 04 08:25:29.285 INFO kablam! ... Sep 04 08:25:29.285 INFO kablam! 542 | impl<'a> From<&'a str> for Rope { Sep 04 08:25:29.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 04 08:25:29.285 INFO kablam! Sep 04 08:25:29.285 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 04 08:25:29.285 INFO kablam! --> src/rope.rs:548:1 Sep 04 08:25:29.285 INFO kablam! | Sep 04 08:25:29.285 INFO kablam! 518 | impl From> for Rope { Sep 04 08:25:29.285 INFO kablam! | ----------------------------- first implementation here Sep 04 08:25:29.285 INFO kablam! ... Sep 04 08:25:29.285 INFO kablam! 548 | impl<'a> From<&'a String> for Rope { Sep 04 08:25:29.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 04 08:25:29.285 INFO kablam! Sep 04 08:25:29.285 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 04 08:25:29.285 INFO kablam! --> src/rope.rs:554:1 Sep 04 08:25:29.285 INFO kablam! | Sep 04 08:25:29.285 INFO kablam! 518 | impl From> for Rope { Sep 04 08:25:29.285 INFO kablam! | ----------------------------- first implementation here Sep 04 08:25:29.285 INFO kablam! ... Sep 04 08:25:29.285 INFO kablam! 554 | impl From for Rope { Sep 04 08:25:29.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 04 08:25:29.285 INFO kablam! Sep 04 08:25:29.312 INFO kablam! error: aborting due to 7 previous errors Sep 04 08:25:29.312 INFO kablam! Sep 04 08:25:29.312 INFO kablam! Some errors occurred: E0119, E0432. Sep 04 08:25:29.312 INFO kablam! For more information about an error, try `rustc --explain E0119`. Sep 04 08:25:29.319 INFO kablam! error: Could not compile `persistent_rope`. Sep 04 08:25:29.319 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:25:29.890 INFO kablam! error: build failed Sep 04 08:25:29.892 INFO kablam! su: No module specific data is present Sep 04 08:25:30.221 INFO running `"docker" "rm" "-f" "55ebfa60e4e8fbd246a08150b3d605beaf61acb1f5377ade724e0bfed36aefc3"` Sep 04 08:25:30.329 INFO blam! 55ebfa60e4e8fbd246a08150b3d605beaf61acb1f5377ade724e0bfed36aefc3