[INFO] crate ldap 0.2.0 is already in cache [INFO] testing ldap-0.2.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate ldap 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate ldap 0.2.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] db4953ec87cdcd73113d7cef4f6c3cf5760611e16b90add856d521533c366d55 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "db4953ec87cdcd73113d7cef4f6c3cf5760611e16b90add856d521533c366d55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db4953ec87cdcd73113d7cef4f6c3cf5760611e16b90add856d521533c366d55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db4953ec87cdcd73113d7cef4f6c3cf5760611e16b90add856d521533c366d55", kill_on_drop: false }` [INFO] [stdout] db4953ec87cdcd73113d7cef4f6c3cf5760611e16b90add856d521533c366d55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 924d9bceb80715c7fad098e1e052031c2461865bc12f8d384d069b09348e6937 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "924d9bceb80715c7fad098e1e052031c2461865bc12f8d384d069b09348e6937", kill_on_drop: false }` [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling asnom v0.1.0 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling ldap v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/protocol.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | try!(write::encode_into(into, outstruct)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:59:62 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn simple_bind(&self, dn: String, pw: String) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:26 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:42 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 15 | impl Codec for LdapCodec { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | impl ClientProto for LdapProto { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | impl ServerProto for LdapProto { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:19:36 [INFO] [stdout] | [INFO] [stdout] 19 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | type Transport = Framed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:74:22 [INFO] [stdout] | [INFO] [stdout] 74 | type Transport = Framed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | match parse_tag(buf.as_slice()) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | Ok(io.framed(LdapCodec)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | Ok(io.framed(LdapCodec)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.72s [INFO] running `Command { std: "docker" "inspect" "924d9bceb80715c7fad098e1e052031c2461865bc12f8d384d069b09348e6937", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "924d9bceb80715c7fad098e1e052031c2461865bc12f8d384d069b09348e6937", kill_on_drop: false }` [INFO] [stdout] 924d9bceb80715c7fad098e1e052031c2461865bc12f8d384d069b09348e6937 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e132b45bba18a6a4454e957c486f10b0b0756b197ad6b133b020acb3bb686470 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e132b45bba18a6a4454e957c486f10b0b0756b197ad6b133b020acb3bb686470", kill_on_drop: false }` [INFO] [stderr] Compiling ldap v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/protocol.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | try!(write::encode_into(into, outstruct)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:59:62 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn simple_bind(&self, dn: String, pw: String) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:26 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:42 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 15 | impl Codec for LdapCodec { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | impl ClientProto for LdapProto { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | impl ServerProto for LdapProto { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:19:36 [INFO] [stdout] | [INFO] [stdout] 19 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | type Transport = Framed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:74:22 [INFO] [stdout] | [INFO] [stdout] 74 | type Transport = Framed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | match parse_tag(buf.as_slice()) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | Ok(io.framed(LdapCodec)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | Ok(io.framed(LdapCodec)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/protocol.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | try!(write::encode_into(into, outstruct)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:59:62 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn simple_bind(&self, dn: String, pw: String) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:26 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:1:42 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 15 | impl Codec for LdapCodec { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | impl ClientProto for LdapProto { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | impl ServerProto for LdapProto { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:19:36 [INFO] [stdout] | [INFO] [stdout] 19 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | type Transport = Framed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:74:22 [INFO] [stdout] | [INFO] [stdout] 74 | type Transport = Framed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | match parse_tag(buf.as_slice()) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | Ok(io.framed(LdapCodec)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate [INFO] [stdout] --> src/protocol.rs:78:15 [INFO] [stdout] | [INFO] [stdout] 78 | Ok(io.framed(LdapCodec)) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.23s [INFO] running `Command { std: "docker" "inspect" "e132b45bba18a6a4454e957c486f10b0b0756b197ad6b133b020acb3bb686470", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e132b45bba18a6a4454e957c486f10b0b0756b197ad6b133b020acb3bb686470", kill_on_drop: false }` [INFO] [stdout] e132b45bba18a6a4454e957c486f10b0b0756b197ad6b133b020acb3bb686470 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ce6b4ac53a20ef6a3090dece94a3a3b262cfa652019bcc2ace30ca28e5bc98fc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ce6b4ac53a20ef6a3090dece94a3a3b262cfa652019bcc2ace30ca28e5bc98fc", kill_on_drop: false }` [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> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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 ClientProto 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 ServerProto 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, 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; [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; [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: 16 warnings emitted [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> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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 ClientProto 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 ServerProto 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, 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; [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; [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: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ldap-bac155a86a2514eb [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests ldap [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ce6b4ac53a20ef6a3090dece94a3a3b262cfa652019bcc2ace30ca28e5bc98fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce6b4ac53a20ef6a3090dece94a3a3b262cfa652019bcc2ace30ca28e5bc98fc", kill_on_drop: false }` [INFO] [stdout] ce6b4ac53a20ef6a3090dece94a3a3b262cfa652019bcc2ace30ca28e5bc98fc