Sep 03 21:41:57.510 INFO checking xmpp-addr-0.13.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 21:41:57.510 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 21:41:57.510 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/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 03 21:41:57.758 INFO blam! 38cfd5f39abdbaac75609cd4f6cc79a29531cfdbae7c0cd9713f9e81dc4bc1ad Sep 03 21:41:57.783 INFO running `"docker" "start" "-a" "38cfd5f39abdbaac75609cd4f6cc79a29531cfdbae7c0cd9713f9e81dc4bc1ad"` Sep 03 21:41:58.785 INFO kablam! Checking xmpp-addr v0.13.0 (file:///source) Sep 03 21:41:59.677 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 03 21:41:59.677 INFO kablam! --> src/lib.rs:358:41 Sep 03 21:41:59.677 INFO kablam! | Sep 03 21:41:59.677 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Sep 03 21:41:59.677 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 21:41:59.677 INFO kablam! | Sep 03 21:41:59.677 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 21:41:59.677 INFO kablam! Sep 03 21:41:59.811 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Sep 03 21:41:59.811 INFO kablam! --> src/lib.rs:358:41 Sep 03 21:41:59.811 INFO kablam! | Sep 03 21:41:59.811 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Sep 03 21:41:59.811 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 21:41:59.811 INFO kablam! | Sep 03 21:41:59.811 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 21:41:59.811 INFO kablam! Sep 03 21:42:00.600 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Sep 03 21:42:00.601 INFO kablam! --> benches/bench.rs:22:15 Sep 03 21:42:00.601 INFO kablam! | Sep 03 21:42:00.601 INFO kablam! 22 | b.iter(|| Jid::try_from("juliet@example.com/test")); Sep 03 21:42:00.601 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.601 INFO kablam! | Sep 03 21:42:00.601 INFO kablam! = help: the following implementations were found: Sep 03 21:42:00.601 INFO kablam! as std::convert::From> Sep 03 21:42:00.601 INFO kablam! as std::convert::From> Sep 03 21:42:00.601 INFO kablam! as std::convert::From> Sep 03 21:42:00.601 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.601 INFO kablam! Sep 03 21:42:00.603 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Sep 03 21:42:00.603 INFO kablam! --> benches/bench.rs:27:15 Sep 03 21:42:00.603 INFO kablam! | Sep 03 21:42:00.603 INFO kablam! 27 | b.iter(|| Jid::try_from("juliet@example.com")); Sep 03 21:42:00.603 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.603 INFO kablam! | Sep 03 21:42:00.603 INFO kablam! = help: the following implementations were found: Sep 03 21:42:00.603 INFO kablam! as std::convert::From> Sep 03 21:42:00.603 INFO kablam! as std::convert::From> Sep 03 21:42:00.603 INFO kablam! as std::convert::From> Sep 03 21:42:00.603 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.603 INFO kablam! Sep 03 21:42:00.604 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Sep 03 21:42:00.604 INFO kablam! --> benches/bench.rs:32:15 Sep 03 21:42:00.604 INFO kablam! | Sep 03 21:42:00.604 INFO kablam! 32 | b.iter(|| Jid::try_from("example.com")); Sep 03 21:42:00.604 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.604 INFO kablam! | Sep 03 21:42:00.604 INFO kablam! = help: the following implementations were found: Sep 03 21:42:00.604 INFO kablam! as std::convert::From> Sep 03 21:42:00.604 INFO kablam! as std::convert::From> Sep 03 21:42:00.604 INFO kablam! as std::convert::From> Sep 03 21:42:00.604 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.604 INFO kablam! Sep 03 21:42:00.605 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Sep 03 21:42:00.605 INFO kablam! --> benches/bench.rs:37:15 Sep 03 21:42:00.605 INFO kablam! | Sep 03 21:42:00.605 INFO kablam! 37 | b.iter(|| Jid::try_from("juliet@[::1]/test")); Sep 03 21:42:00.605 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.605 INFO kablam! | Sep 03 21:42:00.605 INFO kablam! = help: the following implementations were found: Sep 03 21:42:00.605 INFO kablam! as std::convert::From> Sep 03 21:42:00.605 INFO kablam! as std::convert::From> Sep 03 21:42:00.606 INFO kablam! as std::convert::From> Sep 03 21:42:00.606 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.606 INFO kablam! Sep 03 21:42:00.606 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Sep 03 21:42:00.606 INFO kablam! --> benches/bench.rs:42:15 Sep 03 21:42:00.606 INFO kablam! | Sep 03 21:42:00.606 INFO kablam! 42 | b.iter(|| Jid::try_from("juliet@[::1]")); Sep 03 21:42:00.607 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.607 INFO kablam! | Sep 03 21:42:00.607 INFO kablam! = help: the following implementations were found: Sep 03 21:42:00.607 INFO kablam! as std::convert::From> Sep 03 21:42:00.607 INFO kablam! as std::convert::From> Sep 03 21:42:00.607 INFO kablam! as std::convert::From> Sep 03 21:42:00.607 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.607 INFO kablam! Sep 03 21:42:00.608 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Sep 03 21:42:00.608 INFO kablam! --> benches/bench.rs:47:15 Sep 03 21:42:00.608 INFO kablam! | Sep 03 21:42:00.608 INFO kablam! 47 | b.iter(|| Jid::try_from("[::1]")); Sep 03 21:42:00.608 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.608 INFO kablam! | Sep 03 21:42:00.608 INFO kablam! = help: the following implementations were found: Sep 03 21:42:00.608 INFO kablam! as std::convert::From> Sep 03 21:42:00.608 INFO kablam! as std::convert::From> Sep 03 21:42:00.608 INFO kablam! as std::convert::From> Sep 03 21:42:00.608 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.608 INFO kablam! Sep 03 21:42:00.609 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Sep 03 21:42:00.609 INFO kablam! --> benches/bench.rs:52:13 Sep 03 21:42:00.609 INFO kablam! | Sep 03 21:42:00.609 INFO kablam! 52 | let j = Jid::try_from("juliet@example.com/test").unwrap(); Sep 03 21:42:00.609 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.609 INFO kablam! | Sep 03 21:42:00.609 INFO kablam! = help: the following implementations were found: Sep 03 21:42:00.609 INFO kablam! as std::convert::From> Sep 03 21:42:00.609 INFO kablam! as std::convert::From> Sep 03 21:42:00.609 INFO kablam! as std::convert::From> Sep 03 21:42:00.609 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Sep 03 21:42:00.609 INFO kablam! Sep 03 21:42:00.643 INFO kablam! error: aborting due to 7 previous errors Sep 03 21:42:00.643 INFO kablam! Sep 03 21:42:00.644 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 03 21:42:00.654 INFO kablam! error: Could not compile `xmpp-addr`. Sep 03 21:42:00.654 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:42:01.726 INFO kablam! error: build failed Sep 03 21:42:01.728 INFO kablam! su: No module specific data is present Sep 03 21:42:02.210 INFO running `"docker" "rm" "-f" "38cfd5f39abdbaac75609cd4f6cc79a29531cfdbae7c0cd9713f9e81dc4bc1ad"` Sep 03 21:42:02.379 INFO blam! 38cfd5f39abdbaac75609cd4f6cc79a29531cfdbae7c0cd9713f9e81dc4bc1ad