Oct 13 06:02:46.085 INFO checking xmpp-addr-0.13.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 06:02:46.085 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 06:02:46.516 INFO blam! cf24a0a1e47f50a9a292998fed6c0d856fd3e01a60ddc4c546d9ffe9796916b7 Oct 13 06:02:46.532 INFO running `"docker" "start" "-a" "cf24a0a1e47f50a9a292998fed6c0d856fd3e01a60ddc4c546d9ffe9796916b7"` Oct 13 06:02:48.051 INFO kablam! usermod: no changes Oct 13 06:02:48.160 INFO kablam! Checking xmpp-addr v0.13.0 (/source) Oct 13 06:02:49.411 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 13 06:02:49.411 INFO kablam! --> src/lib.rs:358:41 Oct 13 06:02:49.411 INFO kablam! | Oct 13 06:02:49.411 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Oct 13 06:02:49.411 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:02:49.411 INFO kablam! | Oct 13 06:02:49.411 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:02:49.411 INFO kablam! Oct 13 06:02:49.816 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 13 06:02:49.817 INFO kablam! --> src/lib.rs:358:41 Oct 13 06:02:49.817 INFO kablam! | Oct 13 06:02:49.817 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Oct 13 06:02:49.818 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:02:49.818 INFO kablam! | Oct 13 06:02:49.818 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:02:49.819 INFO kablam! Oct 13 06:02:51.285 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:51.286 INFO kablam! --> benches/bench.rs:22:15 Oct 13 06:02:51.287 INFO kablam! | Oct 13 06:02:51.287 INFO kablam! 22 | b.iter(|| Jid::try_from("juliet@example.com/test")); Oct 13 06:02:51.288 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.289 INFO kablam! | Oct 13 06:02:51.289 INFO kablam! = help: the following implementations were found: Oct 13 06:02:51.290 INFO kablam! as std::convert::From> Oct 13 06:02:51.290 INFO kablam! as std::convert::From> Oct 13 06:02:51.291 INFO kablam! as std::convert::From> Oct 13 06:02:51.291 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.292 INFO kablam! Oct 13 06:02:51.292 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:51.293 INFO kablam! --> benches/bench.rs:27:15 Oct 13 06:02:51.294 INFO kablam! | Oct 13 06:02:51.294 INFO kablam! 27 | b.iter(|| Jid::try_from("juliet@example.com")); Oct 13 06:02:51.295 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.295 INFO kablam! | Oct 13 06:02:51.296 INFO kablam! = help: the following implementations were found: Oct 13 06:02:51.296 INFO kablam! as std::convert::From> Oct 13 06:02:51.297 INFO kablam! as std::convert::From> Oct 13 06:02:51.297 INFO kablam! as std::convert::From> Oct 13 06:02:51.297 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.297 INFO kablam! Oct 13 06:02:51.297 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:51.297 INFO kablam! --> benches/bench.rs:32:15 Oct 13 06:02:51.297 INFO kablam! | Oct 13 06:02:51.297 INFO kablam! 32 | b.iter(|| Jid::try_from("example.com")); Oct 13 06:02:51.297 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.297 INFO kablam! | Oct 13 06:02:51.297 INFO kablam! = help: the following implementations were found: Oct 13 06:02:51.297 INFO kablam! as std::convert::From> Oct 13 06:02:51.297 INFO kablam! as std::convert::From> Oct 13 06:02:51.300 INFO kablam! as std::convert::From> Oct 13 06:02:51.300 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.300 INFO kablam! Oct 13 06:02:51.300 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:51.300 INFO kablam! --> benches/bench.rs:37:15 Oct 13 06:02:51.300 INFO kablam! | Oct 13 06:02:51.300 INFO kablam! 37 | b.iter(|| Jid::try_from("juliet@[::1]/test")); Oct 13 06:02:51.300 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.300 INFO kablam! | Oct 13 06:02:51.300 INFO kablam! = help: the following implementations were found: Oct 13 06:02:51.300 INFO kablam! as std::convert::From> Oct 13 06:02:51.300 INFO kablam! as std::convert::From> Oct 13 06:02:51.300 INFO kablam! as std::convert::From> Oct 13 06:02:51.300 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.300 INFO kablam! Oct 13 06:02:51.300 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:51.300 INFO kablam! --> benches/bench.rs:42:15 Oct 13 06:02:51.300 INFO kablam! | Oct 13 06:02:51.300 INFO kablam! 42 | b.iter(|| Jid::try_from("juliet@[::1]")); Oct 13 06:02:51.300 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.300 INFO kablam! | Oct 13 06:02:51.300 INFO kablam! = help: the following implementations were found: Oct 13 06:02:51.301 INFO kablam! as std::convert::From> Oct 13 06:02:51.301 INFO kablam! as std::convert::From> Oct 13 06:02:51.301 INFO kablam! as std::convert::From> Oct 13 06:02:51.301 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.301 INFO kablam! Oct 13 06:02:51.301 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:51.301 INFO kablam! --> benches/bench.rs:47:15 Oct 13 06:02:51.301 INFO kablam! | Oct 13 06:02:51.301 INFO kablam! 47 | b.iter(|| Jid::try_from("[::1]")); Oct 13 06:02:51.301 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.301 INFO kablam! | Oct 13 06:02:51.301 INFO kablam! = help: the following implementations were found: Oct 13 06:02:51.301 INFO kablam! as std::convert::From> Oct 13 06:02:51.301 INFO kablam! as std::convert::From> Oct 13 06:02:51.301 INFO kablam! as std::convert::From> Oct 13 06:02:51.301 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.301 INFO kablam! Oct 13 06:02:51.301 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:51.301 INFO kablam! --> benches/bench.rs:52:13 Oct 13 06:02:51.301 INFO kablam! | Oct 13 06:02:51.301 INFO kablam! 52 | let j = Jid::try_from("juliet@example.com/test").unwrap(); Oct 13 06:02:51.301 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.301 INFO kablam! | Oct 13 06:02:51.301 INFO kablam! = help: the following implementations were found: Oct 13 06:02:51.301 INFO kablam! as std::convert::From> Oct 13 06:02:51.301 INFO kablam! as std::convert::From> Oct 13 06:02:51.301 INFO kablam! as std::convert::From> Oct 13 06:02:51.301 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:51.301 INFO kablam! Oct 13 06:02:51.312 INFO kablam! error: aborting due to 7 previous errors Oct 13 06:02:51.312 INFO kablam! Oct 13 06:02:51.312 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 06:02:51.316 INFO kablam! error: Could not compile `xmpp-addr`. Oct 13 06:02:51.316 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 06:02:51.916 INFO kablam! error: build failed Oct 13 06:02:51.919 INFO kablam! su: No module specific data is present Oct 13 06:02:52.907 INFO running `"docker" "rm" "-f" "cf24a0a1e47f50a9a292998fed6c0d856fd3e01a60ddc4c546d9ffe9796916b7"` Oct 13 06:02:53.149 INFO blam! cf24a0a1e47f50a9a292998fed6c0d856fd3e01a60ddc4c546d9ffe9796916b7