Sep 21 05:49:38.429 INFO checking persistent_rope-0.1.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:49:38.429 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:49:38.429 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:49:38.600 INFO blam! 62bdad02b449caba0a937145f4bd2ee8b13a521b9d557bdb48985c0f31889cf5 Sep 21 05:49:38.602 INFO running `"docker" "start" "-a" "62bdad02b449caba0a937145f4bd2ee8b13a521b9d557bdb48985c0f31889cf5"` Sep 21 05:49:39.205 INFO kablam! usermod: no changes Sep 21 05:49:39.242 INFO kablam! Checking macro-attr v0.2.0 Sep 21 05:49:39.242 INFO kablam! Checking bytecount v0.1.7 Sep 21 05:49:39.242 INFO kablam! Checking persistent_rope v0.1.2 (/source) Sep 21 05:49:39.242 INFO kablam! Compiling newtype_derive v0.1.6 Sep 21 05:49:39.350 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 21 05:49:39.350 INFO kablam! --> src/rope.rs:1:12 Sep 21 05:49:39.350 INFO kablam! | Sep 21 05:49:39.350 INFO kablam! 1 | use alloc::arc::Arc; Sep 21 05:49:39.350 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 21 05:49:39.350 INFO kablam! Sep 21 05:49:39.386 INFO kablam! error[E0119]: conflicting implementations of trait `core::ops::Add` for type `rope::Rope`: Sep 21 05:49:39.386 INFO kablam! --> src/rope.rs:617:1 Sep 21 05:49:39.386 INFO kablam! | Sep 21 05:49:39.386 INFO kablam! 578 | / impl Add for Rope Sep 21 05:49:39.386 INFO kablam! 579 | | where Sep 21 05:49:39.386 INFO kablam! 580 | | T: Into, Sep 21 05:49:39.386 INFO kablam! 581 | | { Sep 21 05:49:39.386 INFO kablam! ... | Sep 21 05:49:39.386 INFO kablam! 594 | | } Sep 21 05:49:39.387 INFO kablam! 595 | | } Sep 21 05:49:39.387 INFO kablam! | |_- first implementation here Sep 21 05:49:39.387 INFO kablam! ... Sep 21 05:49:39.387 INFO kablam! 617 | impl Add for Rope { Sep 21 05:49:39.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 21 05:49:39.387 INFO kablam! Sep 21 05:49:39.387 INFO kablam! error[E0119]: conflicting implementations of trait `core::ops::Add` for type `&rope::Rope`: Sep 21 05:49:39.387 INFO kablam! --> src/rope.rs:631:1 Sep 21 05:49:39.387 INFO kablam! | Sep 21 05:49:39.387 INFO kablam! 597 | / impl<'a, T> Add for &'a Rope Sep 21 05:49:39.387 INFO kablam! 598 | | where Sep 21 05:49:39.387 INFO kablam! 599 | | T: Into, Sep 21 05:49:39.387 INFO kablam! 600 | | { Sep 21 05:49:39.387 INFO kablam! ... | Sep 21 05:49:39.387 INFO kablam! 614 | | } Sep 21 05:49:39.387 INFO kablam! 615 | | } Sep 21 05:49:39.387 INFO kablam! | |_- first implementation here Sep 21 05:49:39.387 INFO kablam! ... Sep 21 05:49:39.387 INFO kablam! 631 | impl<'a> Add for &'a Rope { Sep 21 05:49:39.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `&rope::Rope` Sep 21 05:49:39.388 INFO kablam! Sep 21 05:49:39.401 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 21 05:49:39.401 INFO kablam! --> src/rope.rs:535:1 Sep 21 05:49:39.401 INFO kablam! | Sep 21 05:49:39.401 INFO kablam! 518 | impl From> for Rope { Sep 21 05:49:39.401 INFO kablam! | ----------------------------- first implementation here Sep 21 05:49:39.401 INFO kablam! ... Sep 21 05:49:39.401 INFO kablam! 535 | impl<'a> From<&'a Rope> for Rope { Sep 21 05:49:39.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 21 05:49:39.401 INFO kablam! Sep 21 05:49:39.401 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 21 05:49:39.401 INFO kablam! --> src/rope.rs:542:1 Sep 21 05:49:39.401 INFO kablam! | Sep 21 05:49:39.401 INFO kablam! 518 | impl From> for Rope { Sep 21 05:49:39.401 INFO kablam! | ----------------------------- first implementation here Sep 21 05:49:39.401 INFO kablam! ... Sep 21 05:49:39.401 INFO kablam! 542 | impl<'a> From<&'a str> for Rope { Sep 21 05:49:39.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 21 05:49:39.401 INFO kablam! Sep 21 05:49:39.401 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 21 05:49:39.401 INFO kablam! --> src/rope.rs:548:1 Sep 21 05:49:39.402 INFO kablam! | Sep 21 05:49:39.402 INFO kablam! 518 | impl From> for Rope { Sep 21 05:49:39.402 INFO kablam! | ----------------------------- first implementation here Sep 21 05:49:39.402 INFO kablam! ... Sep 21 05:49:39.402 INFO kablam! 548 | impl<'a> From<&'a String> for Rope { Sep 21 05:49:39.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 21 05:49:39.402 INFO kablam! Sep 21 05:49:39.402 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 21 05:49:39.402 INFO kablam! --> src/rope.rs:554:1 Sep 21 05:49:39.402 INFO kablam! | Sep 21 05:49:39.402 INFO kablam! 518 | impl From> for Rope { Sep 21 05:49:39.402 INFO kablam! | ----------------------------- first implementation here Sep 21 05:49:39.402 INFO kablam! ... Sep 21 05:49:39.402 INFO kablam! 554 | impl From for Rope { Sep 21 05:49:39.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 21 05:49:39.402 INFO kablam! Sep 21 05:49:39.413 INFO kablam! error: aborting due to 7 previous errors Sep 21 05:49:39.413 INFO kablam! Sep 21 05:49:39.413 INFO kablam! Some errors occurred: E0119, E0432. Sep 21 05:49:39.413 INFO kablam! For more information about an error, try `rustc --explain E0119`. Sep 21 05:49:39.417 INFO kablam! error: Could not compile `persistent_rope`. Sep 21 05:49:39.417 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:49:39.789 INFO kablam! error: build failed Sep 21 05:49:39.790 INFO kablam! su: No module specific data is present Sep 21 05:49:40.394 INFO running `"docker" "rm" "-f" "62bdad02b449caba0a937145f4bd2ee8b13a521b9d557bdb48985c0f31889cf5"` Sep 21 05:49:40.488 INFO blam! 62bdad02b449caba0a937145f4bd2ee8b13a521b9d557bdb48985c0f31889cf5