Oct 13 12:47:20.698 INFO checking ldap-0.2.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 12:47:20.699 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:47:20.951 INFO blam! 70f32e913c235e9820713f30118d298f28464550b61538d53c17ea87fb4dd7f3 Oct 13 12:47:20.952 INFO running `"docker" "start" "-a" "70f32e913c235e9820713f30118d298f28464550b61538d53c17ea87fb4dd7f3"` Oct 13 12:47:21.307 INFO kablam! usermod: no changes Oct 13 12:47:21.480 INFO kablam! Checking asnom v0.1.0 Oct 13 12:47:22.588 INFO kablam! Checking ldap v0.2.0 (/source) Oct 13 12:47:26.872 INFO kablam! warning: unused `#[macro_use]` import Oct 13 12:47:26.872 INFO kablam! --> src/lib.rs:10:1 Oct 13 12:47:26.872 INFO kablam! | Oct 13 12:47:26.872 INFO kablam! 10 | #[macro_use] Oct 13 12:47:26.872 INFO kablam! | ^^^^^^^^^^^^ Oct 13 12:47:26.873 INFO kablam! | Oct 13 12:47:26.873 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 12:47:26.873 INFO kablam! Oct 13 12:47:26.898 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 12:47:26.898 INFO kablam! --> src/protocol.rs:1:22 Oct 13 12:47:26.899 INFO kablam! | Oct 13 12:47:26.899 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 13 12:47:26.899 INFO kablam! | ^^ Oct 13 12:47:26.899 INFO kablam! | Oct 13 12:47:26.900 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 12:47:26.900 INFO kablam! Oct 13 12:47:26.900 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 12:47:26.901 INFO kablam! --> src/protocol.rs:1:26 Oct 13 12:47:26.901 INFO kablam! | Oct 13 12:47:26.901 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 13 12:47:26.901 INFO kablam! | ^^^^^ Oct 13 12:47:26.901 INFO kablam! Oct 13 12:47:26.902 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:47:26.902 INFO kablam! --> src/protocol.rs:1:33 Oct 13 12:47:26.902 INFO kablam! | Oct 13 12:47:26.903 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 13 12:47:26.903 INFO kablam! | ^^^^^^^ Oct 13 12:47:26.903 INFO kablam! Oct 13 12:47:26.903 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 12:47:26.904 INFO kablam! --> src/protocol.rs:1:42 Oct 13 12:47:26.904 INFO kablam! | Oct 13 12:47:26.904 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 13 12:47:26.904 INFO kablam! | ^^^^^^ Oct 13 12:47:26.904 INFO kablam! Oct 13 12:47:26.905 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 12:47:26.905 INFO kablam! --> src/protocol.rs:15:6 Oct 13 12:47:26.905 INFO kablam! | Oct 13 12:47:26.905 INFO kablam! 15 | impl Codec for LdapCodec { Oct 13 12:47:26.905 INFO kablam! | ^^^^^ Oct 13 12:47:26.905 INFO kablam! Oct 13 12:47:26.905 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 12:47:26.905 INFO kablam! --> src/protocol.rs:58:9 Oct 13 12:47:26.905 INFO kablam! | Oct 13 12:47:26.905 INFO kablam! 58 | impl ClientProto for LdapProto { Oct 13 12:47:26.905 INFO kablam! | ^^ Oct 13 12:47:26.905 INFO kablam! Oct 13 12:47:26.906 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 12:47:26.906 INFO kablam! --> src/protocol.rs:70:9 Oct 13 12:47:26.906 INFO kablam! | Oct 13 12:47:26.906 INFO kablam! 70 | impl ServerProto for LdapProto { Oct 13 12:47:26.906 INFO kablam! | ^^ Oct 13 12:47:26.906 INFO kablam! Oct 13 12:47:26.906 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:47:26.906 INFO kablam! --> src/protocol.rs:19:36 Oct 13 12:47:26.907 INFO kablam! | Oct 13 12:47:26.907 INFO kablam! 19 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { Oct 13 12:47:26.907 INFO kablam! | ^^^^^^^ Oct 13 12:47:26.907 INFO kablam! Oct 13 12:47:26.907 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 12:47:26.907 INFO kablam! --> src/protocol.rs:62:22 Oct 13 12:47:26.907 INFO kablam! | Oct 13 12:47:26.908 INFO kablam! 62 | type Transport = Framed; Oct 13 12:47:26.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 12:47:26.908 INFO kablam! Oct 13 12:47:26.924 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 12:47:26.924 INFO kablam! --> src/protocol.rs:74:22 Oct 13 12:47:26.924 INFO kablam! | Oct 13 12:47:26.924 INFO kablam! 74 | type Transport = Framed; Oct 13 12:47:26.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 12:47:26.924 INFO kablam! Oct 13 12:47:27.045 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 13 12:47:27.045 INFO kablam! --> src/protocol.rs:20:29 Oct 13 12:47:27.045 INFO kablam! | Oct 13 12:47:27.045 INFO kablam! 20 | match parse_tag(buf.as_slice()) { Oct 13 12:47:27.045 INFO kablam! | ^^^^^^^^ Oct 13 12:47:27.045 INFO kablam! Oct 13 12:47:27.045 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 13 12:47:27.045 INFO kablam! --> src/protocol.rs:66:15 Oct 13 12:47:27.045 INFO kablam! | Oct 13 12:47:27.045 INFO kablam! 66 | Ok(io.framed(LdapCodec)) Oct 13 12:47:27.045 INFO kablam! | ^^^^^^ Oct 13 12:47:27.045 INFO kablam! Oct 13 12:47:27.045 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 13 12:47:27.045 INFO kablam! --> src/protocol.rs:78:15 Oct 13 12:47:27.045 INFO kablam! | Oct 13 12:47:27.045 INFO kablam! 78 | Ok(io.framed(LdapCodec)) Oct 13 12:47:27.045 INFO kablam! | ^^^^^^ Oct 13 12:47:27.045 INFO kablam! Oct 13 12:47:27.301 INFO kablam! warning: unused `#[macro_use]` import Oct 13 12:47:27.301 INFO kablam! --> src/lib.rs:10:1 Oct 13 12:47:27.302 INFO kablam! | Oct 13 12:47:27.302 INFO kablam! 10 | #[macro_use] Oct 13 12:47:27.302 INFO kablam! | ^^^^^^^^^^^^ Oct 13 12:47:27.302 INFO kablam! | Oct 13 12:47:27.303 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 12:47:27.303 INFO kablam! Oct 13 12:47:27.316 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 12:47:27.316 INFO kablam! --> src/protocol.rs:1:22 Oct 13 12:47:27.317 INFO kablam! | Oct 13 12:47:27.317 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 13 12:47:27.317 INFO kablam! | ^^ Oct 13 12:47:27.317 INFO kablam! | Oct 13 12:47:27.318 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 12:47:27.318 INFO kablam! Oct 13 12:47:27.318 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 12:47:27.318 INFO kablam! --> src/protocol.rs:1:26 Oct 13 12:47:27.319 INFO kablam! | Oct 13 12:47:27.319 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 13 12:47:27.319 INFO kablam! | ^^^^^ Oct 13 12:47:27.319 INFO kablam! Oct 13 12:47:27.320 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:47:27.320 INFO kablam! --> src/protocol.rs:1:33 Oct 13 12:47:27.320 INFO kablam! | Oct 13 12:47:27.320 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 13 12:47:27.321 INFO kablam! | ^^^^^^^ Oct 13 12:47:27.321 INFO kablam! Oct 13 12:47:27.321 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 12:47:27.321 INFO kablam! --> src/protocol.rs:1:42 Oct 13 12:47:27.322 INFO kablam! | Oct 13 12:47:27.322 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 13 12:47:27.322 INFO kablam! | ^^^^^^ Oct 13 12:47:27.322 INFO kablam! Oct 13 12:47:27.323 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 13 12:47:27.323 INFO kablam! --> src/protocol.rs:15:6 Oct 13 12:47:27.323 INFO kablam! | Oct 13 12:47:27.323 INFO kablam! 15 | impl Codec for LdapCodec { Oct 13 12:47:27.323 INFO kablam! | ^^^^^ Oct 13 12:47:27.323 INFO kablam! Oct 13 12:47:27.323 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 12:47:27.323 INFO kablam! --> src/protocol.rs:58:9 Oct 13 12:47:27.323 INFO kablam! | Oct 13 12:47:27.323 INFO kablam! 58 | impl ClientProto for LdapProto { Oct 13 12:47:27.323 INFO kablam! | ^^ Oct 13 12:47:27.323 INFO kablam! Oct 13 12:47:27.323 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 13 12:47:27.323 INFO kablam! --> src/protocol.rs:70:9 Oct 13 12:47:27.323 INFO kablam! | Oct 13 12:47:27.323 INFO kablam! 70 | impl ServerProto for LdapProto { Oct 13 12:47:27.323 INFO kablam! | ^^ Oct 13 12:47:27.323 INFO kablam! Oct 13 12:47:27.323 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 13 12:47:27.323 INFO kablam! --> src/protocol.rs:19:36 Oct 13 12:47:27.323 INFO kablam! | Oct 13 12:47:27.323 INFO kablam! 19 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { Oct 13 12:47:27.323 INFO kablam! | ^^^^^^^ Oct 13 12:47:27.323 INFO kablam! Oct 13 12:47:27.323 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 12:47:27.323 INFO kablam! --> src/protocol.rs:62:22 Oct 13 12:47:27.323 INFO kablam! | Oct 13 12:47:27.323 INFO kablam! 62 | type Transport = Framed; Oct 13 12:47:27.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 12:47:27.323 INFO kablam! Oct 13 12:47:27.323 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 13 12:47:27.323 INFO kablam! --> src/protocol.rs:74:22 Oct 13 12:47:27.323 INFO kablam! | Oct 13 12:47:27.323 INFO kablam! 74 | type Transport = Framed; Oct 13 12:47:27.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 12:47:27.323 INFO kablam! Oct 13 12:47:27.378 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 13 12:47:27.378 INFO kablam! --> src/protocol.rs:20:29 Oct 13 12:47:27.378 INFO kablam! | Oct 13 12:47:27.378 INFO kablam! 20 | match parse_tag(buf.as_slice()) { Oct 13 12:47:27.378 INFO kablam! | ^^^^^^^^ Oct 13 12:47:27.378 INFO kablam! Oct 13 12:47:27.384 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 13 12:47:27.384 INFO kablam! --> src/protocol.rs:66:15 Oct 13 12:47:27.384 INFO kablam! | Oct 13 12:47:27.384 INFO kablam! 66 | Ok(io.framed(LdapCodec)) Oct 13 12:47:27.384 INFO kablam! | ^^^^^^ Oct 13 12:47:27.384 INFO kablam! Oct 13 12:47:27.384 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 13 12:47:27.384 INFO kablam! --> src/protocol.rs:78:15 Oct 13 12:47:27.384 INFO kablam! | Oct 13 12:47:27.384 INFO kablam! 78 | Ok(io.framed(LdapCodec)) Oct 13 12:47:27.384 INFO kablam! | ^^^^^^ Oct 13 12:47:27.384 INFO kablam! Oct 13 12:47:27.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.09s Oct 13 12:47:27.428 INFO kablam! su: No module specific data is present Oct 13 12:47:27.965 INFO running `"docker" "rm" "-f" "70f32e913c235e9820713f30118d298f28464550b61538d53c17ea87fb4dd7f3"` Oct 13 12:47:28.100 INFO blam! 70f32e913c235e9820713f30118d298f28464550b61538d53c17ea87fb4dd7f3