Oct 27 13:14:17.520 INFO checking xmpp-addr-0.13.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 13:14:17.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.991 INFO blam! b6f017f46074fb536d8ea9efc1f636feb640dc7d87d57a9e99785bfafb493534 Oct 27 13:14:17.993 INFO running `"docker" "start" "-a" "b6f017f46074fb536d8ea9efc1f636feb640dc7d87d57a9e99785bfafb493534"` Oct 27 13:14:20.402 INFO kablam! usermod: no changes Oct 27 13:14:20.495 INFO kablam! Checking xmpp-addr v0.13.0 (/source) Oct 27 13:14:22.239 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 27 13:14:22.239 INFO kablam! --> src/lib.rs:358:41 Oct 27 13:14:22.239 INFO kablam! | Oct 27 13:14:22.239 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Oct 27 13:14:22.239 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:14:22.239 INFO kablam! | Oct 27 13:14:22.239 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 13:14:22.239 INFO kablam! Oct 27 13:14:22.310 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 27 13:14:22.310 INFO kablam! --> src/lib.rs:358:41 Oct 27 13:14:22.310 INFO kablam! | Oct 27 13:14:22.311 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Oct 27 13:14:22.311 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:14:22.312 INFO kablam! | Oct 27 13:14:22.313 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 13:14:22.313 INFO kablam! Oct 27 13:14:23.427 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:23.427 INFO kablam! --> benches/bench.rs:22:15 Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! 22 | b.iter(|| Jid::try_from("juliet@example.com/test")); Oct 27 13:14:23.427 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! = help: the following implementations were found: Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! Oct 27 13:14:23.427 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:23.427 INFO kablam! --> benches/bench.rs:27:15 Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! 27 | b.iter(|| Jid::try_from("juliet@example.com")); Oct 27 13:14:23.427 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! = help: the following implementations were found: Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! Oct 27 13:14:23.427 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:23.427 INFO kablam! --> benches/bench.rs:32:15 Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! 32 | b.iter(|| Jid::try_from("example.com")); Oct 27 13:14:23.427 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! = help: the following implementations were found: Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! Oct 27 13:14:23.427 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:23.427 INFO kablam! --> benches/bench.rs:37:15 Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! 37 | b.iter(|| Jid::try_from("juliet@[::1]/test")); Oct 27 13:14:23.427 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! = help: the following implementations were found: Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! Oct 27 13:14:23.427 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:23.427 INFO kablam! --> benches/bench.rs:42:15 Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! 42 | b.iter(|| Jid::try_from("juliet@[::1]")); Oct 27 13:14:23.427 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! = help: the following implementations were found: Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! Oct 27 13:14:23.427 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:23.427 INFO kablam! --> benches/bench.rs:47:15 Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! 47 | b.iter(|| Jid::try_from("[::1]")); Oct 27 13:14:23.427 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! | Oct 27 13:14:23.427 INFO kablam! = help: the following implementations were found: Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! as std::convert::From> Oct 27 13:14:23.427 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.427 INFO kablam! Oct 27 13:14:23.437 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 27 13:14:23.437 INFO kablam! --> benches/bench.rs:52:13 Oct 27 13:14:23.437 INFO kablam! | Oct 27 13:14:23.437 INFO kablam! 52 | let j = Jid::try_from("juliet@example.com/test").unwrap(); Oct 27 13:14:23.437 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.437 INFO kablam! | Oct 27 13:14:23.437 INFO kablam! = help: the following implementations were found: Oct 27 13:14:23.437 INFO kablam! as std::convert::From> Oct 27 13:14:23.437 INFO kablam! as std::convert::From> Oct 27 13:14:23.437 INFO kablam! as std::convert::From> Oct 27 13:14:23.437 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 27 13:14:23.437 INFO kablam! Oct 27 13:14:23.437 INFO kablam! error: aborting due to 7 previous errors Oct 27 13:14:23.437 INFO kablam! Oct 27 13:14:23.437 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 13:14:23.443 INFO kablam! error: Could not compile `xmpp-addr`. Oct 27 13:14:23.443 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 13:14:23.788 INFO kablam! error: build failed Oct 27 13:14:23.831 INFO kablam! su: No module specific data is present Oct 27 13:14:24.295 INFO running `"docker" "rm" "-f" "b6f017f46074fb536d8ea9efc1f636feb640dc7d87d57a9e99785bfafb493534"` Oct 27 13:14:24.563 INFO blam! b6f017f46074fb536d8ea9efc1f636feb640dc7d87d57a9e99785bfafb493534