Oct 13 06:02:46.858 INFO checking xmpp-addr-0.13.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 06:02:46.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:47.246 INFO blam! 65bb3e71c148a0a156466dad198f9745052ee0bef423b3531e1c2b7019b6c625 Oct 13 06:02:47.248 INFO running `"docker" "start" "-a" "65bb3e71c148a0a156466dad198f9745052ee0bef423b3531e1c2b7019b6c625"` Oct 13 06:02:49.027 INFO kablam! usermod: no changes Oct 13 06:02:49.140 INFO kablam! Checking xmpp-addr v0.13.0 (/source) Oct 13 06:02:50.537 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 13 06:02:50.538 INFO kablam! --> src/lib.rs:358:41 Oct 13 06:02:50.539 INFO kablam! | Oct 13 06:02:50.539 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Oct 13 06:02:50.540 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:02:50.541 INFO kablam! | Oct 13 06:02:50.541 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:02:50.542 INFO kablam! Oct 13 06:02:51.032 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 13 06:02:51.033 INFO kablam! --> src/lib.rs:358:41 Oct 13 06:02:51.034 INFO kablam! | Oct 13 06:02:51.035 INFO kablam! 358 | let inner = unsafe { domain.slice_unchecked(1, domain.len() - 1) }; Oct 13 06:02:51.035 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:02:51.036 INFO kablam! | Oct 13 06:02:51.036 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:02:51.037 INFO kablam! Oct 13 06:02:52.556 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:52.556 INFO kablam! --> benches/bench.rs:22:15 Oct 13 06:02:52.556 INFO kablam! | Oct 13 06:02:52.556 INFO kablam! 22 | b.iter(|| Jid::try_from("juliet@example.com/test")); Oct 13 06:02:52.556 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.556 INFO kablam! | Oct 13 06:02:52.556 INFO kablam! = help: the following implementations were found: Oct 13 06:02:52.556 INFO kablam! as std::convert::From> Oct 13 06:02:52.556 INFO kablam! as std::convert::From> Oct 13 06:02:52.556 INFO kablam! as std::convert::From> Oct 13 06:02:52.556 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.556 INFO kablam! Oct 13 06:02:52.568 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:52.569 INFO kablam! --> benches/bench.rs:27:15 Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.569 INFO kablam! 27 | b.iter(|| Jid::try_from("juliet@example.com")); Oct 13 06:02:52.569 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.569 INFO kablam! = help: the following implementations were found: Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.569 INFO kablam! Oct 13 06:02:52.569 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:52.569 INFO kablam! --> benches/bench.rs:32:15 Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.569 INFO kablam! 32 | b.iter(|| Jid::try_from("example.com")); Oct 13 06:02:52.569 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.569 INFO kablam! = help: the following implementations were found: Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.569 INFO kablam! Oct 13 06:02:52.569 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:52.569 INFO kablam! --> benches/bench.rs:37:15 Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.569 INFO kablam! 37 | b.iter(|| Jid::try_from("juliet@[::1]/test")); Oct 13 06:02:52.569 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.569 INFO kablam! = help: the following implementations were found: Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.569 INFO kablam! Oct 13 06:02:52.569 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:52.569 INFO kablam! --> benches/bench.rs:42:15 Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.569 INFO kablam! 42 | b.iter(|| Jid::try_from("juliet@[::1]")); Oct 13 06:02:52.569 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.569 INFO kablam! = help: the following implementations were found: Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.569 INFO kablam! Oct 13 06:02:52.569 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:52.569 INFO kablam! --> benches/bench.rs:47:15 Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.569 INFO kablam! 47 | b.iter(|| Jid::try_from("[::1]")); Oct 13 06:02:52.569 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.569 INFO kablam! = help: the following implementations were found: Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! as std::convert::From> Oct 13 06:02:52.569 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.569 INFO kablam! Oct 13 06:02:52.569 INFO kablam! error[E0277]: the trait bound `xmpp_addr::Jid<'_>: std::convert::From<&str>` is not satisfied Oct 13 06:02:52.569 INFO kablam! --> benches/bench.rs:52:13 Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.569 INFO kablam! 52 | let j = Jid::try_from("juliet@example.com/test").unwrap(); Oct 13 06:02:52.569 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.569 INFO kablam! | Oct 13 06:02:52.578 INFO kablam! = help: the following implementations were found: Oct 13 06:02:52.578 INFO kablam! as std::convert::From> Oct 13 06:02:52.578 INFO kablam! as std::convert::From> Oct 13 06:02:52.578 INFO kablam! as std::convert::From> Oct 13 06:02:52.578 INFO kablam! = note: required because of the requirements on the impl of `std::convert::TryFrom<&str>` for `xmpp_addr::Jid<'_>` Oct 13 06:02:52.578 INFO kablam! Oct 13 06:02:52.612 INFO kablam! error: aborting due to 7 previous errors Oct 13 06:02:52.612 INFO kablam! Oct 13 06:02:52.612 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 06:02:52.624 INFO kablam! error: Could not compile `xmpp-addr`. Oct 13 06:02:52.624 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 06:02:52.918 INFO kablam! error: build failed Oct 13 06:02:52.924 INFO kablam! su: No module specific data is present Oct 13 06:02:53.682 INFO running `"docker" "rm" "-f" "65bb3e71c148a0a156466dad198f9745052ee0bef423b3531e1c2b7019b6c625"` Oct 13 06:02:53.940 INFO blam! 65bb3e71c148a0a156466dad198f9745052ee0bef423b3531e1c2b7019b6c625