[INFO] crate ldap 0.2.0 is already in cache
[INFO] checking ldap-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate ldap 0.2.0 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate ldap 0.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate ldap 0.2.0
[INFO] finished tweaking crates.io crate ldap 0.2.0
[INFO] tweaked toml for crates.io crate ldap 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 3f70876e71757881ad4101c8f1cd7a0a0df3d88fafd826ea47e19826c49ffdf2
[INFO] running `"docker" "start" "-a" "3f70876e71757881ad4101c8f1cd7a0a0df3d88fafd826ea47e19826c49ffdf2"`
[INFO] [stderr]     Checking nom v2.2.1
[INFO] [stderr]     Checking asnom v0.1.0
[INFO] [stderr]     Checking ldap v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/protocol.rs:53:9
[INFO] [stderr]    |
[INFO] [stderr] 53 |         try!(write::encode_into(into, outstruct));
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]   --> src/lib.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/lib.rs:59:62
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub fn simple_bind(&self, dn: String, pw: String) -> Box<Future<Item = bool, Error = io::Error>> {
[INFO] [stderr]    |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = bool, Error = io::Error>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate
[INFO] [stderr]  --> src/protocol.rs:1:22
[INFO] [stderr]   |
[INFO] [stderr] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed};
[INFO] [stderr]   |                      ^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate
[INFO] [stderr]  --> src/protocol.rs:1:26
[INFO] [stderr]   |
[INFO] [stderr] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed};
[INFO] [stderr]   |                          ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate
[INFO] [stderr]  --> src/protocol.rs:1:33
[INFO] [stderr]   |
[INFO] [stderr] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed};
[INFO] [stderr]   |                                 ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate
[INFO] [stderr]  --> src/protocol.rs:1:42
[INFO] [stderr]   |
[INFO] [stderr] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed};
[INFO] [stderr]   |                                          ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:15:6
[INFO] [stderr]    |
[INFO] [stderr] 15 | impl Codec for LdapCodec {
[INFO] [stderr]    |      ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 58 | impl<T: Io + 'static> ClientProto<T> for LdapProto {
[INFO] [stderr]    |         ^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 | impl<T: Io + 'static> ServerProto<T> for LdapProto {
[INFO] [stderr]    |         ^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:19:36
[INFO] [stderr]    |
[INFO] [stderr] 19 |     fn decode(&mut self, buf: &mut EasyBuf) -> Result<Option<(RequestId, Tag)>, io::Error> {
[INFO] [stderr]    |                                    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:62:22
[INFO] [stderr]    |
[INFO] [stderr] 62 |     type Transport = Framed<T, LdapCodec>;
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:74:22
[INFO] [stderr]    |
[INFO] [stderr] 74 |     type Transport = Framed<T, LdapCodec>;
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/protocol.rs:53:9
[INFO] [stderr]    |
[INFO] [stderr] 53 |         try!(write::encode_into(into, outstruct));
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]   --> src/lib.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/lib.rs:59:62
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub fn simple_bind(&self, dn: String, pw: String) -> Box<Future<Item = bool, Error = io::Error>> {
[INFO] [stderr]    |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = bool, Error = io::Error>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate
[INFO] [stderr]  --> src/protocol.rs:1:22
[INFO] [stderr]   |
[INFO] [stderr] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed};
[INFO] [stderr]   |                      ^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate
[INFO] [stderr]  --> src/protocol.rs:1:26
[INFO] [stderr]   |
[INFO] [stderr] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed};
[INFO] [stderr]   |                          ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate
[INFO] [stderr]  --> src/protocol.rs:1:33
[INFO] [stderr]   |
[INFO] [stderr] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed};
[INFO] [stderr]   |                                 ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate
[INFO] [stderr]  --> src/protocol.rs:1:42
[INFO] [stderr]   |
[INFO] [stderr] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed};
[INFO] [stderr]   |                                          ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:15:6
[INFO] [stderr]    |
[INFO] [stderr] 15 | impl Codec for LdapCodec {
[INFO] [stderr]    |      ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 58 | impl<T: Io + 'static> ClientProto<T> for LdapProto {
[INFO] [stderr]    |         ^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 | impl<T: Io + 'static> ServerProto<T> for LdapProto {
[INFO] [stderr]    |         ^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:19:36
[INFO] [stderr]    |
[INFO] [stderr] 19 |     fn decode(&mut self, buf: &mut EasyBuf) -> Result<Option<(RequestId, Tag)>, io::Error> {
[INFO] [stderr]    |                                    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:62:22
[INFO] [stderr]    |
[INFO] [stderr] 62 |     type Transport = Framed<T, LdapCodec>;
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:74:22
[INFO] [stderr]    |
[INFO] [stderr] 74 |     type Transport = Framed<T, LdapCodec>;
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:20:29
[INFO] [stderr]    |
[INFO] [stderr] 20 |         match parse_tag(buf.as_slice()) {
[INFO] [stderr]    |                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:66:15
[INFO] [stderr]    |
[INFO] [stderr] 66 |         Ok(io.framed(LdapCodec))
[INFO] [stderr]    |               ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:78:15
[INFO] [stderr]    |
[INFO] [stderr] 78 |         Ok(io.framed(LdapCodec))
[INFO] [stderr]    |               ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:20:29
[INFO] [stderr]    |
[INFO] [stderr] 20 |         match parse_tag(buf.as_slice()) {
[INFO] [stderr]    |                             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:66:15
[INFO] [stderr]    |
[INFO] [stderr] 66 |         Ok(io.framed(LdapCodec))
[INFO] [stderr]    |               ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate
[INFO] [stderr]   --> src/protocol.rs:78:15
[INFO] [stderr]    |
[INFO] [stderr] 78 |         Ok(io.framed(LdapCodec))
[INFO] [stderr]    |               ^^^^^^
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 3.46s
[INFO] running `"docker" "inspect" "3f70876e71757881ad4101c8f1cd7a0a0df3d88fafd826ea47e19826c49ffdf2"`
[INFO] running `"docker" "rm" "-f" "3f70876e71757881ad4101c8f1cd7a0a0df3d88fafd826ea47e19826c49ffdf2"`
[INFO] [stdout] 3f70876e71757881ad4101c8f1cd7a0a0df3d88fafd826ea47e19826c49ffdf2
