Oct 16 04:12:07.939 INFO testing ldap-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 04:12:07.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 04:12:08.443 INFO blam! d3bbc92e72cd20b0a09078364cc6df9f56c7071b67c05d602c94bab009c281fd Oct 16 04:12:08.447 INFO running `"docker" "start" "-a" "d3bbc92e72cd20b0a09078364cc6df9f56c7071b67c05d602c94bab009c281fd"` Oct 16 04:12:09.987 INFO kablam! usermod: no changes Oct 16 04:12:10.255 INFO kablam! Compiling asnom v0.1.0 Oct 16 04:12:11.884 INFO kablam! Compiling ldap v0.2.0 (/source) Oct 16 04:12:16.109 INFO kablam! warning: unused `#[macro_use]` import Oct 16 04:12:16.109 INFO kablam! --> src/lib.rs:10:1 Oct 16 04:12:16.109 INFO kablam! | Oct 16 04:12:16.109 INFO kablam! 10 | #[macro_use] Oct 16 04:12:16.109 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:12:16.109 INFO kablam! | Oct 16 04:12:16.109 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:12:16.109 INFO kablam! Oct 16 04:12:16.139 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 16 04:12:16.139 INFO kablam! --> src/protocol.rs:1:22 Oct 16 04:12:16.139 INFO kablam! | Oct 16 04:12:16.139 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 16 04:12:16.139 INFO kablam! | ^^ Oct 16 04:12:16.139 INFO kablam! | Oct 16 04:12:16.139 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:12:16.139 INFO kablam! Oct 16 04:12:16.139 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 16 04:12:16.139 INFO kablam! --> src/protocol.rs:1:26 Oct 16 04:12:16.139 INFO kablam! | Oct 16 04:12:16.139 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 16 04:12:16.139 INFO kablam! | ^^^^^ Oct 16 04:12:16.139 INFO kablam! Oct 16 04:12:16.139 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 16 04:12:16.139 INFO kablam! --> src/protocol.rs:1:33 Oct 16 04:12:16.139 INFO kablam! | Oct 16 04:12:16.139 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 16 04:12:16.139 INFO kablam! | ^^^^^^^ Oct 16 04:12:16.139 INFO kablam! Oct 16 04:12:16.139 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 16 04:12:16.139 INFO kablam! --> src/protocol.rs:1:42 Oct 16 04:12:16.139 INFO kablam! | Oct 16 04:12:16.139 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 16 04:12:16.139 INFO kablam! | ^^^^^^ Oct 16 04:12:16.139 INFO kablam! Oct 16 04:12:16.139 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 16 04:12:16.139 INFO kablam! --> src/protocol.rs:15:6 Oct 16 04:12:16.139 INFO kablam! | Oct 16 04:12:16.139 INFO kablam! 15 | impl Codec for LdapCodec { Oct 16 04:12:16.139 INFO kablam! | ^^^^^ Oct 16 04:12:16.139 INFO kablam! Oct 16 04:12:16.139 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 16 04:12:16.139 INFO kablam! --> src/protocol.rs:58:9 Oct 16 04:12:16.139 INFO kablam! | Oct 16 04:12:16.139 INFO kablam! 58 | impl ClientProto for LdapProto { Oct 16 04:12:16.139 INFO kablam! | ^^ Oct 16 04:12:16.139 INFO kablam! Oct 16 04:12:16.139 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 16 04:12:16.140 INFO kablam! --> src/protocol.rs:70:9 Oct 16 04:12:16.140 INFO kablam! | Oct 16 04:12:16.140 INFO kablam! 70 | impl ServerProto for LdapProto { Oct 16 04:12:16.140 INFO kablam! | ^^ Oct 16 04:12:16.140 INFO kablam! Oct 16 04:12:16.140 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 16 04:12:16.140 INFO kablam! --> src/protocol.rs:19:36 Oct 16 04:12:16.140 INFO kablam! | Oct 16 04:12:16.140 INFO kablam! 19 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { Oct 16 04:12:16.140 INFO kablam! | ^^^^^^^ Oct 16 04:12:16.140 INFO kablam! Oct 16 04:12:16.140 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 16 04:12:16.140 INFO kablam! --> src/protocol.rs:62:22 Oct 16 04:12:16.140 INFO kablam! | Oct 16 04:12:16.140 INFO kablam! 62 | type Transport = Framed; Oct 16 04:12:16.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:12:16.140 INFO kablam! Oct 16 04:12:16.140 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 16 04:12:16.140 INFO kablam! --> src/protocol.rs:74:22 Oct 16 04:12:16.140 INFO kablam! | Oct 16 04:12:16.140 INFO kablam! 74 | type Transport = Framed; Oct 16 04:12:16.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:12:16.140 INFO kablam! Oct 16 04:12:16.223 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 16 04:12:16.223 INFO kablam! --> src/protocol.rs:20:29 Oct 16 04:12:16.223 INFO kablam! | Oct 16 04:12:16.223 INFO kablam! 20 | match parse_tag(buf.as_slice()) { Oct 16 04:12:16.223 INFO kablam! | ^^^^^^^^ Oct 16 04:12:16.223 INFO kablam! Oct 16 04:12:16.231 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 16 04:12:16.231 INFO kablam! --> src/protocol.rs:66:15 Oct 16 04:12:16.231 INFO kablam! | Oct 16 04:12:16.231 INFO kablam! 66 | Ok(io.framed(LdapCodec)) Oct 16 04:12:16.231 INFO kablam! | ^^^^^^ Oct 16 04:12:16.231 INFO kablam! Oct 16 04:12:16.231 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 16 04:12:16.231 INFO kablam! --> src/protocol.rs:78:15 Oct 16 04:12:16.231 INFO kablam! | Oct 16 04:12:16.231 INFO kablam! 78 | Ok(io.framed(LdapCodec)) Oct 16 04:12:16.231 INFO kablam! | ^^^^^^ Oct 16 04:12:16.231 INFO kablam! Oct 16 04:12:18.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.86s Oct 16 04:12:18.891 INFO kablam! su: No module specific data is present Oct 16 04:12:19.451 INFO running `"docker" "rm" "-f" "d3bbc92e72cd20b0a09078364cc6df9f56c7071b67c05d602c94bab009c281fd"` Oct 16 04:12:19.667 INFO blam! d3bbc92e72cd20b0a09078364cc6df9f56c7071b67c05d602c94bab009c281fd Oct 16 04:12:19.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 16 04:12:20.143 INFO blam! b7d8b3741458db18f5efc8b06026618b4beedf0f557d58a84536a37336382792 Oct 16 04:12:20.159 INFO running `"docker" "start" "-a" "b7d8b3741458db18f5efc8b06026618b4beedf0f557d58a84536a37336382792"` Oct 16 04:12:21.416 INFO kablam! usermod: no changes Oct 16 04:12:21.552 INFO kablam! Compiling ldap v0.2.0 (/source) Oct 16 04:12:25.387 INFO kablam! warning: unused `#[macro_use]` import Oct 16 04:12:25.387 INFO kablam! --> src/lib.rs:10:1 Oct 16 04:12:25.387 INFO kablam! | Oct 16 04:12:25.387 INFO kablam! 10 | #[macro_use] Oct 16 04:12:25.387 INFO kablam! | ^^^^^^^^^^^^ Oct 16 04:12:25.387 INFO kablam! | Oct 16 04:12:25.387 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:12:25.387 INFO kablam! Oct 16 04:12:25.408 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 16 04:12:25.408 INFO kablam! --> src/protocol.rs:1:22 Oct 16 04:12:25.408 INFO kablam! | Oct 16 04:12:25.408 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 16 04:12:25.408 INFO kablam! | ^^ Oct 16 04:12:25.408 INFO kablam! | Oct 16 04:12:25.408 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:12:25.408 INFO kablam! Oct 16 04:12:25.408 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 16 04:12:25.408 INFO kablam! --> src/protocol.rs:1:26 Oct 16 04:12:25.408 INFO kablam! | Oct 16 04:12:25.408 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 16 04:12:25.408 INFO kablam! | ^^^^^ Oct 16 04:12:25.408 INFO kablam! Oct 16 04:12:25.408 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 16 04:12:25.408 INFO kablam! --> src/protocol.rs:1:33 Oct 16 04:12:25.408 INFO kablam! | Oct 16 04:12:25.408 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 16 04:12:25.408 INFO kablam! | ^^^^^^^ Oct 16 04:12:25.409 INFO kablam! Oct 16 04:12:25.409 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 16 04:12:25.409 INFO kablam! --> src/protocol.rs:1:42 Oct 16 04:12:25.409 INFO kablam! | Oct 16 04:12:25.409 INFO kablam! 1 | use tokio_core::io::{Io, Codec, EasyBuf, Framed}; Oct 16 04:12:25.409 INFO kablam! | ^^^^^^ Oct 16 04:12:25.409 INFO kablam! Oct 16 04:12:25.409 INFO kablam! warning: use of deprecated item 'tokio_core::io::Codec': moved to the `tokio-io` crate Oct 16 04:12:25.409 INFO kablam! --> src/protocol.rs:15:6 Oct 16 04:12:25.409 INFO kablam! | Oct 16 04:12:25.409 INFO kablam! 15 | impl Codec for LdapCodec { Oct 16 04:12:25.409 INFO kablam! | ^^^^^ Oct 16 04:12:25.409 INFO kablam! Oct 16 04:12:25.409 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 16 04:12:25.409 INFO kablam! --> src/protocol.rs:58:9 Oct 16 04:12:25.409 INFO kablam! | Oct 16 04:12:25.409 INFO kablam! 58 | impl ClientProto for LdapProto { Oct 16 04:12:25.409 INFO kablam! | ^^ Oct 16 04:12:25.409 INFO kablam! Oct 16 04:12:25.409 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io': moved to the `tokio-io` crate Oct 16 04:12:25.409 INFO kablam! --> src/protocol.rs:70:9 Oct 16 04:12:25.409 INFO kablam! | Oct 16 04:12:25.409 INFO kablam! 70 | impl ServerProto for LdapProto { Oct 16 04:12:25.409 INFO kablam! | ^^ Oct 16 04:12:25.409 INFO kablam! Oct 16 04:12:25.409 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf': moved to the `tokio-io` crate Oct 16 04:12:25.409 INFO kablam! --> src/protocol.rs:19:36 Oct 16 04:12:25.409 INFO kablam! | Oct 16 04:12:25.409 INFO kablam! 19 | fn decode(&mut self, buf: &mut EasyBuf) -> Result, io::Error> { Oct 16 04:12:25.409 INFO kablam! | ^^^^^^^ Oct 16 04:12:25.409 INFO kablam! Oct 16 04:12:25.409 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 16 04:12:25.409 INFO kablam! --> src/protocol.rs:62:22 Oct 16 04:12:25.409 INFO kablam! | Oct 16 04:12:25.409 INFO kablam! 62 | type Transport = Framed; Oct 16 04:12:25.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:12:25.409 INFO kablam! Oct 16 04:12:25.409 INFO kablam! warning: use of deprecated item 'tokio_core::io::Framed': moved to the `tokio-io` crate Oct 16 04:12:25.409 INFO kablam! --> src/protocol.rs:74:22 Oct 16 04:12:25.409 INFO kablam! | Oct 16 04:12:25.409 INFO kablam! 74 | type Transport = Framed; Oct 16 04:12:25.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:12:25.409 INFO kablam! Oct 16 04:12:25.495 INFO kablam! warning: use of deprecated item 'tokio_core::io::EasyBuf::as_slice': moved to the `tokio-io` crate Oct 16 04:12:25.495 INFO kablam! --> src/protocol.rs:20:29 Oct 16 04:12:25.495 INFO kablam! | Oct 16 04:12:25.495 INFO kablam! 20 | match parse_tag(buf.as_slice()) { Oct 16 04:12:25.495 INFO kablam! | ^^^^^^^^ Oct 16 04:12:25.495 INFO kablam! Oct 16 04:12:25.507 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 16 04:12:25.507 INFO kablam! --> src/protocol.rs:66:15 Oct 16 04:12:25.507 INFO kablam! | Oct 16 04:12:25.507 INFO kablam! 66 | Ok(io.framed(LdapCodec)) Oct 16 04:12:25.507 INFO kablam! | ^^^^^^ Oct 16 04:12:25.507 INFO kablam! Oct 16 04:12:25.507 INFO kablam! warning: use of deprecated item 'tokio_core::io::Io::framed': moved to the `tokio-io` crate Oct 16 04:12:25.507 INFO kablam! --> src/protocol.rs:78:15 Oct 16 04:12:25.507 INFO kablam! | Oct 16 04:12:25.507 INFO kablam! 78 | Ok(io.framed(LdapCodec)) Oct 16 04:12:25.507 INFO kablam! | ^^^^^^ Oct 16 04:12:25.507 INFO kablam! Oct 16 04:12:26.023 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.58s Oct 16 04:12:26.029 INFO kablam! su: No module specific data is present Oct 16 04:12:27.474 INFO running `"docker" "rm" "-f" "b7d8b3741458db18f5efc8b06026618b4beedf0f557d58a84536a37336382792"` Oct 16 04:12:27.580 INFO blam! b7d8b3741458db18f5efc8b06026618b4beedf0f557d58a84536a37336382792 Oct 16 04:12:27.581 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 16 04:12:27.865 INFO blam! 2e11bbf207036771a4ed037c2c5d6fb49fb85e63b4265d8aed4b86df38a1d7fa Oct 16 04:12:27.868 INFO running `"docker" "start" "-a" "2e11bbf207036771a4ed037c2c5d6fb49fb85e63b4265d8aed4b86df38a1d7fa"` Oct 16 04:12:28.359 INFO kablam! usermod: no changes Oct 16 04:12:28.505 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 16 04:12:28.520 INFO kablam! Running /target/debug/deps/ldap-372bcc6fb9ea2f32 Oct 16 04:12:28.522 INFO blam! Oct 16 04:12:28.522 INFO blam! running 0 tests Oct 16 04:12:28.522 INFO blam! Oct 16 04:12:28.522 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:12:28.522 INFO blam! Oct 16 04:12:28.523 INFO kablam! Doc-tests ldap Oct 16 04:12:34.851 INFO blam! Oct 16 04:12:34.851 INFO blam! running 0 tests Oct 16 04:12:34.851 INFO blam! Oct 16 04:12:34.851 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:12:34.851 INFO blam! Oct 16 04:12:34.866 INFO kablam! su: No module specific data is present Oct 16 04:12:35.463 INFO running `"docker" "rm" "-f" "2e11bbf207036771a4ed037c2c5d6fb49fb85e63b4265d8aed4b86df38a1d7fa"` Oct 16 04:12:35.699 INFO blam! 2e11bbf207036771a4ed037c2c5d6fb49fb85e63b4265d8aed4b86df38a1d7fa