Sep 19 21:05:01.719 INFO checking persistent_rope-0.1.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 21:05:01.719 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 21:05:01.719 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:05:01.873 INFO blam! 127126556d603d270ab54a74e9ad88361b32c7c234bb361c1d08701834fe4e55 Sep 19 21:05:01.874 INFO running `"docker" "start" "-a" "127126556d603d270ab54a74e9ad88361b32c7c234bb361c1d08701834fe4e55"` Sep 19 21:05:02.379 INFO kablam! usermod: no changes Sep 19 21:05:02.440 INFO kablam! Checking persistent_rope v0.1.2 (/source) Sep 19 21:05:02.441 INFO kablam! Checking an-rope v0.3.1 Sep 19 21:05:02.524 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 19 21:05:02.524 INFO kablam! --> src/rope.rs:1:12 Sep 19 21:05:02.524 INFO kablam! | Sep 19 21:05:02.524 INFO kablam! 1 | use alloc::arc::Arc; Sep 19 21:05:02.524 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 19 21:05:02.524 INFO kablam! Sep 19 21:05:02.553 INFO kablam! error[E0119]: conflicting implementations of trait `core::ops::Add` for type `rope::Rope`: Sep 19 21:05:02.553 INFO kablam! --> src/rope.rs:617:1 Sep 19 21:05:02.553 INFO kablam! | Sep 19 21:05:02.553 INFO kablam! 578 | / impl Add for Rope Sep 19 21:05:02.553 INFO kablam! 579 | | where Sep 19 21:05:02.553 INFO kablam! 580 | | T: Into, Sep 19 21:05:02.553 INFO kablam! 581 | | { Sep 19 21:05:02.553 INFO kablam! ... | Sep 19 21:05:02.553 INFO kablam! 594 | | } Sep 19 21:05:02.553 INFO kablam! 595 | | } Sep 19 21:05:02.553 INFO kablam! | |_- first implementation here Sep 19 21:05:02.553 INFO kablam! ... Sep 19 21:05:02.553 INFO kablam! 617 | impl Add for Rope { Sep 19 21:05:02.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 19 21:05:02.554 INFO kablam! Sep 19 21:05:02.559 INFO kablam! error[E0119]: conflicting implementations of trait `core::ops::Add` for type `&rope::Rope`: Sep 19 21:05:02.559 INFO kablam! --> src/rope.rs:631:1 Sep 19 21:05:02.559 INFO kablam! | Sep 19 21:05:02.559 INFO kablam! 597 | / impl<'a, T> Add for &'a Rope Sep 19 21:05:02.559 INFO kablam! 598 | | where Sep 19 21:05:02.559 INFO kablam! 599 | | T: Into, Sep 19 21:05:02.559 INFO kablam! 600 | | { Sep 19 21:05:02.559 INFO kablam! ... | Sep 19 21:05:02.559 INFO kablam! 614 | | } Sep 19 21:05:02.559 INFO kablam! 615 | | } Sep 19 21:05:02.559 INFO kablam! | |_- first implementation here Sep 19 21:05:02.559 INFO kablam! ... Sep 19 21:05:02.559 INFO kablam! 631 | impl<'a> Add for &'a Rope { Sep 19 21:05:02.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `&rope::Rope` Sep 19 21:05:02.559 INFO kablam! Sep 19 21:05:02.569 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 19 21:05:02.569 INFO kablam! --> src/rope.rs:535:1 Sep 19 21:05:02.569 INFO kablam! | Sep 19 21:05:02.569 INFO kablam! 518 | impl From> for Rope { Sep 19 21:05:02.569 INFO kablam! | ----------------------------- first implementation here Sep 19 21:05:02.569 INFO kablam! ... Sep 19 21:05:02.569 INFO kablam! 535 | impl<'a> From<&'a Rope> for Rope { Sep 19 21:05:02.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 19 21:05:02.569 INFO kablam! Sep 19 21:05:02.569 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 19 21:05:02.569 INFO kablam! --> src/rope.rs:542:1 Sep 19 21:05:02.569 INFO kablam! | Sep 19 21:05:02.569 INFO kablam! 518 | impl From> for Rope { Sep 19 21:05:02.569 INFO kablam! | ----------------------------- first implementation here Sep 19 21:05:02.569 INFO kablam! ... Sep 19 21:05:02.569 INFO kablam! 542 | impl<'a> From<&'a str> for Rope { Sep 19 21:05:02.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 19 21:05:02.569 INFO kablam! Sep 19 21:05:02.569 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 19 21:05:02.569 INFO kablam! --> src/rope.rs:548:1 Sep 19 21:05:02.569 INFO kablam! | Sep 19 21:05:02.569 INFO kablam! 518 | impl From> for Rope { Sep 19 21:05:02.569 INFO kablam! | ----------------------------- first implementation here Sep 19 21:05:02.569 INFO kablam! ... Sep 19 21:05:02.569 INFO kablam! 548 | impl<'a> From<&'a String> for Rope { Sep 19 21:05:02.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 19 21:05:02.569 INFO kablam! Sep 19 21:05:02.569 INFO kablam! error[E0119]: conflicting implementations of trait `core::convert::From<[type error]>` for type `rope::Rope`: Sep 19 21:05:02.569 INFO kablam! --> src/rope.rs:554:1 Sep 19 21:05:02.570 INFO kablam! | Sep 19 21:05:02.570 INFO kablam! 518 | impl From> for Rope { Sep 19 21:05:02.570 INFO kablam! | ----------------------------- first implementation here Sep 19 21:05:02.570 INFO kablam! ... Sep 19 21:05:02.570 INFO kablam! 554 | impl From for Rope { Sep 19 21:05:02.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `rope::Rope` Sep 19 21:05:02.570 INFO kablam! Sep 19 21:05:02.578 INFO kablam! error: aborting due to 7 previous errors Sep 19 21:05:02.578 INFO kablam! Sep 19 21:05:02.578 INFO kablam! Some errors occurred: E0119, E0432. Sep 19 21:05:02.578 INFO kablam! For more information about an error, try `rustc --explain E0119`. Sep 19 21:05:02.584 INFO kablam! error: Could not compile `persistent_rope`. Sep 19 21:05:02.584 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:05:03.067 INFO kablam! error: build failed Sep 19 21:05:03.067 INFO kablam! su: No module specific data is present Sep 19 21:05:03.825 INFO running `"docker" "rm" "-f" "127126556d603d270ab54a74e9ad88361b32c7c234bb361c1d08701834fe4e55"` Sep 19 21:05:03.909 INFO blam! 127126556d603d270ab54a74e9ad88361b32c7c234bb361c1d08701834fe4e55