Oct 27 13:14:16.965 INFO checking xmpp-addr-0.13.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 13:14:16.965 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 13:14:17.495 INFO blam! fa839b59215bd24f2a8a726fe86dd2b6d4cd16e84c30c5246bdc53e1293c2961 Oct 27 13:14:17.497 INFO running `"docker" "start" "-a" "fa839b59215bd24f2a8a726fe86dd2b6d4cd16e84c30c5246bdc53e1293c2961"` Oct 27 13:14:18.500 INFO kablam! usermod: no changes Oct 27 13:14:18.589 INFO kablam! Checking xmpp-addr v0.13.0 (/source) Oct 27 13:14:19.835 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 27 13:14:19.835 INFO kablam! --> src/lib.rs:358:41 Oct 27 13:14:19.835 INFO kablam! | Oct 27 13:14:19.835 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Oct 27 13:14:19.835 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:14:19.835 INFO kablam! | Oct 27 13:14:19.843 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 13:14:19.843 INFO kablam! Oct 27 13:14:20.115 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 27 13:14:20.115 INFO kablam! --> src/lib.rs:358:41 Oct 27 13:14:20.115 INFO kablam! | Oct 27 13:14:20.115 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Oct 27 13:14:20.115 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:14:20.115 INFO kablam! | Oct 27 13:14:20.115 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 13:14:20.115 INFO kablam! Oct 27 13:14:21.987 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:21.987 INFO kablam! --> benches/bench.rs:22:15 Oct 27 13:14:21.987 INFO kablam! | Oct 27 13:14:21.987 INFO kablam! 22 | b.iter(|| Jid::try_from("juliet@example.com/test")); Oct 27 13:14:21.987 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:21.987 INFO kablam! | Oct 27 13:14:21.987 INFO kablam! = help: the following implementations were found: Oct 27 13:14:21.987 INFO kablam! as std::convert::From> Oct 27 13:14:21.987 INFO kablam! as std::convert::From> Oct 27 13:14:21.987 INFO kablam! as std::convert::From> Oct 27 13:14:21.987 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:21.987 INFO kablam! Oct 27 13:14:21.999 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:21.999 INFO kablam! --> benches/bench.rs:27:15 Oct 27 13:14:21.999 INFO kablam! | Oct 27 13:14:21.999 INFO kablam! 27 | b.iter(|| Jid::try_from("juliet@example.com")); Oct 27 13:14:21.999 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:21.999 INFO kablam! | Oct 27 13:14:21.999 INFO kablam! = help: the following implementations were found: Oct 27 13:14:22.000 INFO kablam! as std::convert::From> Oct 27 13:14:22.000 INFO kablam! as std::convert::From> Oct 27 13:14:22.000 INFO kablam! as std::convert::From> Oct 27 13:14:22.000 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:22.000 INFO kablam! Oct 27 13:14:22.000 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:22.000 INFO kablam! --> benches/bench.rs:32:15 Oct 27 13:14:22.000 INFO kablam! | Oct 27 13:14:22.000 INFO kablam! 32 | b.iter(|| Jid::try_from("example.com")); Oct 27 13:14:22.000 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:22.000 INFO kablam! | Oct 27 13:14:22.000 INFO kablam! = help: the following implementations were found: Oct 27 13:14:22.000 INFO kablam! as std::convert::From> Oct 27 13:14:22.000 INFO kablam! as std::convert::From> Oct 27 13:14:22.000 INFO kablam! as std::convert::From> Oct 27 13:14:22.000 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:22.000 INFO kablam! Oct 27 13:14:22.000 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:22.000 INFO kablam! --> benches/bench.rs:37:15 Oct 27 13:14:22.000 INFO kablam! | Oct 27 13:14:22.000 INFO kablam! 37 | b.iter(|| Jid::try_from("juliet@[::1]/test")); Oct 27 13:14:22.000 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:22.000 INFO kablam! | Oct 27 13:14:22.000 INFO kablam! = help: the following implementations were found: Oct 27 13:14:22.000 INFO kablam! as std::convert::From> Oct 27 13:14:22.000 INFO kablam! as std::convert::From> Oct 27 13:14:22.000 INFO kablam! as std::convert::From> Oct 27 13:14:22.000 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:22.000 INFO kablam! Oct 27 13:14:22.011 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:22.011 INFO kablam! --> benches/bench.rs:42:15 Oct 27 13:14:22.011 INFO kablam! | Oct 27 13:14:22.011 INFO kablam! 42 | b.iter(|| Jid::try_from("juliet@[::1]")); Oct 27 13:14:22.011 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:22.011 INFO kablam! | Oct 27 13:14:22.011 INFO kablam! = help: the following implementations were found: Oct 27 13:14:22.011 INFO kablam! as std::convert::From> Oct 27 13:14:22.011 INFO kablam! as std::convert::From> Oct 27 13:14:22.011 INFO kablam! as std::convert::From> Oct 27 13:14:22.011 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:22.011 INFO kablam! Oct 27 13:14:22.011 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:22.011 INFO kablam! --> benches/bench.rs:47:15 Oct 27 13:14:22.011 INFO kablam! | Oct 27 13:14:22.011 INFO kablam! 47 | b.iter(|| Jid::try_from("[::1]")); Oct 27 13:14:22.011 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:22.011 INFO kablam! | Oct 27 13:14:22.011 INFO kablam! = help: the following implementations were found: Oct 27 13:14:22.011 INFO kablam! as std::convert::From> Oct 27 13:14:22.011 INFO kablam! as std::convert::From> Oct 27 13:14:22.011 INFO kablam! as std::convert::From> Oct 27 13:14:22.011 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:22.011 INFO kablam! Oct 27 13:14:22.011 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:22.011 INFO kablam! --> benches/bench.rs:52:13 Oct 27 13:14:22.011 INFO kablam! | Oct 27 13:14:22.011 INFO kablam! 52 | let j = Jid::try_from("juliet@example.com/test").unwrap(); Oct 27 13:14:22.011 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:22.011 INFO kablam! | Oct 27 13:14:22.011 INFO kablam! = help: the following implementations were found: Oct 27 13:14:22.011 INFO kablam! as std::convert::From> Oct 27 13:14:22.011 INFO kablam! as std::convert::From> Oct 27 13:14:22.011 INFO kablam! as std::convert::From> Oct 27 13:14:22.011 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:22.011 INFO kablam! Oct 27 13:14:22.063 INFO kablam! error: aborting due to 7 previous errors Oct 27 13:14:22.063 INFO kablam! Oct 27 13:14:22.063 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 13:14:22.063 INFO kablam! error: Could not compile `xmpp-addr`. Oct 27 13:14:22.063 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 13:14:22.332 INFO kablam! error: build failed Oct 27 13:14:22.333 INFO kablam! su: No module specific data is present Oct 27 13:14:23.386 INFO running `"docker" "rm" "-f" "fa839b59215bd24f2a8a726fe86dd2b6d4cd16e84c30c5246bdc53e1293c2961"` Oct 27 13:14:23.639 INFO blam! fa839b59215bd24f2a8a726fe86dd2b6d4cd16e84c30c5246bdc53e1293c2961