Oct 27 19:54:02.739 INFO checking ldap-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:54:02.739 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 19:54:02.935 INFO blam! 37069a1331ab0d1a3d57b71f3e7d54919abe98ab04c9dc1786e3be286cb9603c Oct 27 19:54:02.941 INFO running `"docker" "start" "-a" "37069a1331ab0d1a3d57b71f3e7d54919abe98ab04c9dc1786e3be286cb9603c"` Oct 27 19:54:03.688 INFO kablam! usermod: no changes Oct 27 19:54:03.903 INFO kablam! Checking asnom v0.1.0 Oct 27 19:54:04.805 INFO kablam! Checking ldap v0.2.0 (/source) Oct 27 19:54:10.155 INFO kablam! warning: unused `#[macro_use]` import Oct 27 19:54:10.155 INFO kablam! --> src/lib.rs:10:1 Oct 27 19:54:10.155 INFO kablam! | Oct 27 19:54:10.155 INFO kablam! 10 | #[macro_use] Oct 27 19:54:10.155 INFO kablam! | ^^^^^^^^^^^^ Oct 27 19:54:10.155 INFO kablam! | Oct 27 19:54:10.155 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:54:10.155 INFO kablam! Oct 27 19:54:10.203 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 27 19:54:10.203 INFO kablam! --> src/protocol.rs:1:22 Oct 27 19:54:10.203 INFO kablam! | Oct 27 19:54:10.203 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 27 19:54:10.203 INFO kablam! | ^^ Oct 27 19:54:10.203 INFO kablam! | Oct 27 19:54:10.211 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 19:54:10.211 INFO kablam! Oct 27 19:54:10.211 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 27 19:54:10.211 INFO kablam! --> src/protocol.rs:1:26 Oct 27 19:54:10.211 INFO kablam! | Oct 27 19:54:10.211 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 27 19:54:10.211 INFO kablam! | ^^^^^ Oct 27 19:54:10.211 INFO kablam! Oct 27 19:54:10.211 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:54:10.211 INFO kablam! --> src/protocol.rs:1:33 Oct 27 19:54:10.211 INFO kablam! | Oct 27 19:54:10.211 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 27 19:54:10.211 INFO kablam! | ^^^^^^^ Oct 27 19:54:10.211 INFO kablam! Oct 27 19:54:10.211 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 27 19:54:10.211 INFO kablam! --> src/protocol.rs:1:42 Oct 27 19:54:10.211 INFO kablam! | Oct 27 19:54:10.211 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 27 19:54:10.211 INFO kablam! | ^^^^^^ Oct 27 19:54:10.211 INFO kablam! Oct 27 19:54:10.211 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 27 19:54:10.211 INFO kablam! --> src/protocol.rs:15:6 Oct 27 19:54:10.211 INFO kablam! | Oct 27 19:54:10.211 INFO kablam! 15 | impl Codec for LdapCodec { Oct 27 19:54:10.211 INFO kablam! | ^^^^^ Oct 27 19:54:10.211 INFO kablam! Oct 27 19:54:10.211 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 27 19:54:10.211 INFO kablam! --> src/protocol.rs:58:9 Oct 27 19:54:10.211 INFO kablam! | Oct 27 19:54:10.211 INFO kablam! 58 | impl ClientProto for LdapProto { Oct 27 19:54:10.211 INFO kablam! | ^^ Oct 27 19:54:10.211 INFO kablam! Oct 27 19:54:10.211 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 27 19:54:10.211 INFO kablam! --> src/protocol.rs:70:9 Oct 27 19:54:10.211 INFO kablam! | Oct 27 19:54:10.211 INFO kablam! 70 | impl ServerProto for LdapProto { Oct 27 19:54:10.211 INFO kablam! | ^^ Oct 27 19:54:10.211 INFO kablam! Oct 27 19:54:10.211 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:54:10.211 INFO kablam! --> src/protocol.rs:19:36 Oct 27 19:54:10.211 INFO kablam! | Oct 27 19:54:10.211 INFO kablam! 19 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { Oct 27 19:54:10.211 INFO kablam! | ^^^^^^^ Oct 27 19:54:10.211 INFO kablam! Oct 27 19:54:10.211 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 27 19:54:10.211 INFO kablam! --> src/protocol.rs:62:22 Oct 27 19:54:10.211 INFO kablam! | Oct 27 19:54:10.211 INFO kablam! 62 | type Transport = Framed; Oct 27 19:54:10.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 19:54:10.211 INFO kablam! Oct 27 19:54:10.211 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 27 19:54:10.212 INFO kablam! --> src/protocol.rs:74:22 Oct 27 19:54:10.212 INFO kablam! | Oct 27 19:54:10.212 INFO kablam! 74 | type Transport = Framed; Oct 27 19:54:10.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 19:54:10.212 INFO kablam! Oct 27 19:54:10.323 INFO kablam! warning: unused `#[macro_use]` import Oct 27 19:54:10.323 INFO kablam! --> src/lib.rs:10:1 Oct 27 19:54:10.323 INFO kablam! | Oct 27 19:54:10.323 INFO kablam! 10 | #[macro_use] Oct 27 19:54:10.323 INFO kablam! | ^^^^^^^^^^^^ Oct 27 19:54:10.323 INFO kablam! | Oct 27 19:54:10.323 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:54:10.323 INFO kablam! Oct 27 19:54:10.323 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 27 19:54:10.323 INFO kablam! --> src/protocol.rs:20:29 Oct 27 19:54:10.323 INFO kablam! | Oct 27 19:54:10.323 INFO kablam! 20 | match parse_tag(buf.as_slice()) { Oct 27 19:54:10.323 INFO kablam! | ^^^^^^^^ Oct 27 19:54:10.323 INFO kablam! Oct 27 19:54:10.339 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 27 19:54:10.339 INFO kablam! --> src/protocol.rs:66:15 Oct 27 19:54:10.339 INFO kablam! | Oct 27 19:54:10.339 INFO kablam! 66 | Ok(io.framed(LdapCodec)) Oct 27 19:54:10.339 INFO kablam! | ^^^^^^ Oct 27 19:54:10.339 INFO kablam! Oct 27 19:54:10.339 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 27 19:54:10.339 INFO kablam! --> src/protocol.rs:78:15 Oct 27 19:54:10.339 INFO kablam! | Oct 27 19:54:10.339 INFO kablam! 78 | Ok(io.framed(LdapCodec)) Oct 27 19:54:10.339 INFO kablam! | ^^^^^^ Oct 27 19:54:10.339 INFO kablam! Oct 27 19:54:10.343 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 27 19:54:10.343 INFO kablam! --> src/protocol.rs:1:22 Oct 27 19:54:10.343 INFO kablam! | Oct 27 19:54:10.343 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 27 19:54:10.343 INFO kablam! | ^^ Oct 27 19:54:10.343 INFO kablam! | Oct 27 19:54:10.343 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 19:54:10.343 INFO kablam! Oct 27 19:54:10.343 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 27 19:54:10.343 INFO kablam! --> src/protocol.rs:1:26 Oct 27 19:54:10.343 INFO kablam! | Oct 27 19:54:10.343 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 27 19:54:10.343 INFO kablam! | ^^^^^ Oct 27 19:54:10.343 INFO kablam! Oct 27 19:54:10.343 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:54:10.343 INFO kablam! --> src/protocol.rs:1:33 Oct 27 19:54:10.343 INFO kablam! | Oct 27 19:54:10.343 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 27 19:54:10.343 INFO kablam! | ^^^^^^^ Oct 27 19:54:10.343 INFO kablam! Oct 27 19:54:10.343 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 27 19:54:10.343 INFO kablam! --> src/protocol.rs:1:42 Oct 27 19:54:10.343 INFO kablam! | Oct 27 19:54:10.343 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 27 19:54:10.343 INFO kablam! | ^^^^^^ Oct 27 19:54:10.343 INFO kablam! Oct 27 19:54:10.343 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 27 19:54:10.343 INFO kablam! --> src/protocol.rs:15:6 Oct 27 19:54:10.343 INFO kablam! | Oct 27 19:54:10.343 INFO kablam! 15 | impl Codec for LdapCodec { Oct 27 19:54:10.343 INFO kablam! | ^^^^^ Oct 27 19:54:10.343 INFO kablam! Oct 27 19:54:10.343 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 27 19:54:10.343 INFO kablam! --> src/protocol.rs:58:9 Oct 27 19:54:10.343 INFO kablam! | Oct 27 19:54:10.343 INFO kablam! 58 | impl ClientProto for LdapProto { Oct 27 19:54:10.343 INFO kablam! | ^^ Oct 27 19:54:10.343 INFO kablam! Oct 27 19:54:10.343 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 27 19:54:10.343 INFO kablam! --> src/protocol.rs:70:9 Oct 27 19:54:10.343 INFO kablam! | Oct 27 19:54:10.343 INFO kablam! 70 | impl ServerProto for LdapProto { Oct 27 19:54:10.343 INFO kablam! | ^^ Oct 27 19:54:10.343 INFO kablam! Oct 27 19:54:10.343 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 27 19:54:10.343 INFO kablam! --> src/protocol.rs:19:36 Oct 27 19:54:10.343 INFO kablam! | Oct 27 19:54:10.343 INFO kablam! 19 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { Oct 27 19:54:10.343 INFO kablam! | ^^^^^^^ Oct 27 19:54:10.343 INFO kablam! Oct 27 19:54:10.355 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 27 19:54:10.355 INFO kablam! --> src/protocol.rs:62:22 Oct 27 19:54:10.355 INFO kablam! | Oct 27 19:54:10.355 INFO kablam! 62 | type Transport = Framed; Oct 27 19:54:10.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 19:54:10.355 INFO kablam! Oct 27 19:54:10.355 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 27 19:54:10.355 INFO kablam! --> src/protocol.rs:74:22 Oct 27 19:54:10.355 INFO kablam! | Oct 27 19:54:10.355 INFO kablam! 74 | type Transport = Framed; Oct 27 19:54:10.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 19:54:10.355 INFO kablam! Oct 27 19:54:10.487 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 27 19:54:10.487 INFO kablam! --> src/protocol.rs:20:29 Oct 27 19:54:10.487 INFO kablam! | Oct 27 19:54:10.487 INFO kablam! 20 | match parse_tag(buf.as_slice()) { Oct 27 19:54:10.487 INFO kablam! | ^^^^^^^^ Oct 27 19:54:10.487 INFO kablam! Oct 27 19:54:10.487 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 27 19:54:10.487 INFO kablam! --> src/protocol.rs:66:15 Oct 27 19:54:10.487 INFO kablam! | Oct 27 19:54:10.487 INFO kablam! 66 | Ok(io.framed(LdapCodec)) Oct 27 19:54:10.487 INFO kablam! | ^^^^^^ Oct 27 19:54:10.487 INFO kablam! Oct 27 19:54:10.487 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 27 19:54:10.487 INFO kablam! --> src/protocol.rs:78:15 Oct 27 19:54:10.487 INFO kablam! | Oct 27 19:54:10.487 INFO kablam! 78 | Ok(io.framed(LdapCodec)) Oct 27 19:54:10.487 INFO kablam! | ^^^^^^ Oct 27 19:54:10.487 INFO kablam! Oct 27 19:54:10.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.83s Oct 27 19:54:10.547 INFO kablam! su: No module specific data is present Oct 27 19:54:11.399 INFO running `"docker" "rm" "-f" "37069a1331ab0d1a3d57b71f3e7d54919abe98ab04c9dc1786e3be286cb9603c"` Oct 27 19:54:11.699 INFO blam! 37069a1331ab0d1a3d57b71f3e7d54919abe98ab04c9dc1786e3be286cb9603c