Oct 21 22:17:18.930 INFO checking xmpp-addr-0.13.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:17:18.930 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 22:17:19.328 INFO blam! 1627d626c48d354dc46f7514d9344018db9f7d2858c6b4c0052ee0e7a920eee6 Oct 21 22:17:19.331 INFO running `"docker" "start" "-a" "1627d626c48d354dc46f7514d9344018db9f7d2858c6b4c0052ee0e7a920eee6"` Oct 21 22:17:20.264 INFO kablam! usermod: no changes Oct 21 22:17:20.340 INFO kablam! Checking xmpp-addr v0.13.0 (/source) Oct 21 22:17:21.214 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 21 22:17:21.214 INFO kablam! --> src/lib.rs:358:41 Oct 21 22:17:21.214 INFO kablam! | Oct 21 22:17:21.214 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Oct 21 22:17:21.214 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:17:21.214 INFO kablam! | Oct 21 22:17:21.214 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:17:21.214 INFO kablam! Oct 21 22:17:21.484 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 21 22:17:21.484 INFO kablam! --> src/lib.rs:358:41 Oct 21 22:17:21.484 INFO kablam! | Oct 21 22:17:21.484 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Oct 21 22:17:21.484 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:17:21.484 INFO kablam! | Oct 21 22:17:21.484 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:17:21.484 INFO kablam! Oct 21 22:17:22.272 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 21 22:17:22.272 INFO kablam! --> benches/bench.rs:22:15 Oct 21 22:17:22.272 INFO kablam! | Oct 21 22:17:22.272 INFO kablam! 22 | b.iter(|| Jid::try_from("juliet@example.com/test")); Oct 21 22:17:22.272 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.272 INFO kablam! | Oct 21 22:17:22.272 INFO kablam! = help: the following implementations were found: Oct 21 22:17:22.272 INFO kablam! as std::convert::From> Oct 21 22:17:22.272 INFO kablam! as std::convert::From> Oct 21 22:17:22.272 INFO kablam! as std::convert::From> Oct 21 22:17:22.272 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.272 INFO kablam! Oct 21 22:17:22.275 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 21 22:17:22.275 INFO kablam! --> benches/bench.rs:27:15 Oct 21 22:17:22.275 INFO kablam! | Oct 21 22:17:22.275 INFO kablam! 27 | b.iter(|| Jid::try_from("juliet@example.com")); Oct 21 22:17:22.275 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.275 INFO kablam! | Oct 21 22:17:22.275 INFO kablam! = help: the following implementations were found: Oct 21 22:17:22.275 INFO kablam! as std::convert::From> Oct 21 22:17:22.275 INFO kablam! as std::convert::From> Oct 21 22:17:22.275 INFO kablam! as std::convert::From> Oct 21 22:17:22.275 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.275 INFO kablam! Oct 21 22:17:22.276 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 21 22:17:22.276 INFO kablam! --> benches/bench.rs:32:15 Oct 21 22:17:22.276 INFO kablam! | Oct 21 22:17:22.276 INFO kablam! 32 | b.iter(|| Jid::try_from("example.com")); Oct 21 22:17:22.276 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.276 INFO kablam! | Oct 21 22:17:22.276 INFO kablam! = help: the following implementations were found: Oct 21 22:17:22.276 INFO kablam! as std::convert::From> Oct 21 22:17:22.276 INFO kablam! as std::convert::From> Oct 21 22:17:22.276 INFO kablam! as std::convert::From> Oct 21 22:17:22.276 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.276 INFO kablam! Oct 21 22:17:22.276 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 21 22:17:22.276 INFO kablam! --> benches/bench.rs:37:15 Oct 21 22:17:22.276 INFO kablam! | Oct 21 22:17:22.276 INFO kablam! 37 | b.iter(|| Jid::try_from("juliet@[::1]/test")); Oct 21 22:17:22.276 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.276 INFO kablam! | Oct 21 22:17:22.276 INFO kablam! = help: the following implementations were found: Oct 21 22:17:22.276 INFO kablam! as std::convert::From> Oct 21 22:17:22.276 INFO kablam! as std::convert::From> Oct 21 22:17:22.276 INFO kablam! as std::convert::From> Oct 21 22:17:22.276 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.276 INFO kablam! Oct 21 22:17:22.276 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 21 22:17:22.276 INFO kablam! --> benches/bench.rs:42:15 Oct 21 22:17:22.276 INFO kablam! | Oct 21 22:17:22.276 INFO kablam! 42 | b.iter(|| Jid::try_from("juliet@[::1]")); Oct 21 22:17:22.276 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.276 INFO kablam! | Oct 21 22:17:22.276 INFO kablam! = help: the following implementations were found: Oct 21 22:17:22.276 INFO kablam! as std::convert::From> Oct 21 22:17:22.276 INFO kablam! as std::convert::From> Oct 21 22:17:22.276 INFO kablam! as std::convert::From> Oct 21 22:17:22.276 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.276 INFO kablam! Oct 21 22:17:22.284 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 21 22:17:22.284 INFO kablam! --> benches/bench.rs:47:15 Oct 21 22:17:22.284 INFO kablam! | Oct 21 22:17:22.284 INFO kablam! 47 | b.iter(|| Jid::try_from("[::1]")); Oct 21 22:17:22.284 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.284 INFO kablam! | Oct 21 22:17:22.284 INFO kablam! = help: the following implementations were found: Oct 21 22:17:22.284 INFO kablam! as std::convert::From> Oct 21 22:17:22.284 INFO kablam! as std::convert::From> Oct 21 22:17:22.284 INFO kablam! as std::convert::From> Oct 21 22:17:22.284 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.284 INFO kablam! Oct 21 22:17:22.284 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 21 22:17:22.284 INFO kablam! --> benches/bench.rs:52:13 Oct 21 22:17:22.284 INFO kablam! | Oct 21 22:17:22.284 INFO kablam! 52 | let j = Jid::try_from("juliet@example.com/test").unwrap(); Oct 21 22:17:22.284 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.284 INFO kablam! | Oct 21 22:17:22.284 INFO kablam! = help: the following implementations were found: Oct 21 22:17:22.284 INFO kablam! as std::convert::From> Oct 21 22:17:22.284 INFO kablam! as std::convert::From> Oct 21 22:17:22.284 INFO kablam! as std::convert::From> Oct 21 22:17:22.284 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 21 22:17:22.284 INFO kablam! Oct 21 22:17:22.297 INFO kablam! error: aborting due to 7 previous errors Oct 21 22:17:22.297 INFO kablam! Oct 21 22:17:22.297 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 21 22:17:22.298 INFO kablam! error: Could not compile `xmpp-addr`. Oct 21 22:17:22.298 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 22:17:22.865 INFO kablam! error: build failed Oct 21 22:17:22.866 INFO kablam! su: No module specific data is present Oct 21 22:17:23.372 INFO running `"docker" "rm" "-f" "1627d626c48d354dc46f7514d9344018db9f7d2858c6b4c0052ee0e7a920eee6"` Oct 21 22:17:23.532 INFO blam! 1627d626c48d354dc46f7514d9344018db9f7d2858c6b4c0052ee0e7a920eee6