Sep 21 07:51:55.002 INFO checking ldap3-0.4.4 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:51:55.002 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:51:55.002 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:51:55.178 INFO blam! 4593a84602e71b01a0c1cbeae67e28920c6c2259cd5ff0152f1c944b7efea5b4 Sep 21 07:51:55.180 INFO running `"docker" "start" "-a" "4593a84602e71b01a0c1cbeae67e28920c6c2259cd5ff0152f1c944b7efea5b4"` Sep 21 07:51:56.373 INFO kablam! usermod: no changes Sep 21 07:51:56.816 INFO kablam! Checking lber v0.1.6 Sep 21 07:51:56.825 INFO kablam! Checking tokio-tls v0.1.4 Sep 21 07:51:56.825 INFO kablam! Checking tokio-uds-proto v0.1.1 Sep 21 07:52:00.106 INFO kablam! Checking ldap3 v0.4.4 (/source) Sep 21 07:52:02.689 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 07:52:02.689 INFO kablam! --> src/protocol.rs:11:41 Sep 21 07:52:02.689 INFO kablam! | Sep 21 07:52:02.689 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, Framed}; Sep 21 07:52:02.689 INFO kablam! | ^^^^^^ Sep 21 07:52:02.689 INFO kablam! | Sep 21 07:52:02.689 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:52:02.689 INFO kablam! Sep 21 07:52:02.694 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 07:52:02.694 INFO kablam! --> src/protocol.rs:384:37 Sep 21 07:52:02.694 INFO kablam! | Sep 21 07:52:02.694 INFO kablam! 384 | type Transport = ResponseFilter>; Sep 21 07:52:02.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:52:02.694 INFO kablam! Sep 21 07:52:03.258 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 07:52:03.258 INFO kablam! --> src/protocol.rs:11:41 Sep 21 07:52:03.258 INFO kablam! | Sep 21 07:52:03.258 INFO kablam! 11 | use tokio_io::codec::{Decoder, Encoder, Framed}; Sep 21 07:52:03.258 INFO kablam! | ^^^^^^ Sep 21 07:52:03.258 INFO kablam! | Sep 21 07:52:03.258 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:52:03.258 INFO kablam! Sep 21 07:52:03.266 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 21 07:52:03.266 INFO kablam! --> src/protocol.rs:384:37 Sep 21 07:52:03.266 INFO kablam! | Sep 21 07:52:03.266 INFO kablam! 384 | type Transport = ResponseFilter>; Sep 21 07:52:03.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:52:03.266 INFO kablam! Sep 21 07:52:03.278 INFO kablam! warning: use of deprecated item '>::send': renamed to `unbounded_send` Sep 21 07:52:03.278 INFO kablam! --> src/protocol.rs:67:17 Sep 21 07:52:03.278 INFO kablam! | Sep 21 07:52:03.278 INFO kablam! 67 | self.tx.send(item).map_err(|e| io::Error::new(io::ErrorKind::Other, format!("{:?}", e))) Sep 21 07:52:03.278 INFO kablam! | ^^^^ Sep 21 07:52:03.278 INFO kablam! Sep 21 07:52:03.318 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 07:52:03.318 INFO kablam! --> src/protocol.rs:392:26 Sep 21 07:52:03.318 INFO kablam! | Sep 21 07:52:03.318 INFO kablam! 392 | upstream: io.framed(ldapcodec), Sep 21 07:52:03.318 INFO kablam! | ^^^^^^ Sep 21 07:52:03.318 INFO kablam! Sep 21 07:52:03.768 INFO kablam! warning: use of deprecated item '>::send': renamed to `unbounded_send` Sep 21 07:52:03.768 INFO kablam! --> src/protocol.rs:67:17 Sep 21 07:52:03.768 INFO kablam! | Sep 21 07:52:03.768 INFO kablam! 67 | self.tx.send(item).map_err(|e| io::Error::new(io::ErrorKind::Other, format!("{:?}", e))) Sep 21 07:52:03.768 INFO kablam! | ^^^^ Sep 21 07:52:03.768 INFO kablam! Sep 21 07:52:03.806 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 21 07:52:03.807 INFO kablam! --> src/protocol.rs:392:26 Sep 21 07:52:03.807 INFO kablam! | Sep 21 07:52:03.807 INFO kablam! 392 | upstream: io.framed(ldapcodec), Sep 21 07:52:03.807 INFO kablam! | ^^^^^^ Sep 21 07:52:03.807 INFO kablam! Sep 21 07:52:19.490 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.09s Sep 21 07:52:19.525 INFO kablam! su: No module specific data is present Sep 21 07:52:20.661 INFO running `"docker" "rm" "-f" "4593a84602e71b01a0c1cbeae67e28920c6c2259cd5ff0152f1c944b7efea5b4"` Sep 21 07:52:20.774 INFO blam! 4593a84602e71b01a0c1cbeae67e28920c6c2259cd5ff0152f1c944b7efea5b4