Oct 15 16:13:08.946 INFO testing tokio-imap-0.3.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:13:08.952 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 16:13:09.352 INFO blam! 50a5fb893da8a4bdc8f53601389021a1fc18db44368508bc0ac57d69368d689b Oct 15 16:13:09.357 INFO running `"docker" "start" "-a" "50a5fb893da8a4bdc8f53601389021a1fc18db44368508bc0ac57d69368d689b"` Oct 15 16:13:10.595 INFO kablam! usermod: no changes Oct 15 16:13:10.839 INFO kablam! Compiling memchr v1.0.2 Oct 15 16:13:10.847 INFO kablam! Compiling futures-state-stream v0.1.1 Oct 15 16:13:10.979 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 16:13:12.483 INFO kablam! Compiling nom v3.2.1 Oct 15 16:13:17.419 INFO kablam! Compiling tokio-imap v0.3.0 (/source) Oct 15 16:13:20.247 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:13:20.247 INFO kablam! --> src/proto.rs:10:41 Oct 15 16:13:20.247 INFO kablam! | Oct 15 16:13:20.247 INFO kablam! 10 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 15 16:13:20.247 INFO kablam! | ^^^^^^ Oct 15 16:13:20.247 INFO kablam! | Oct 15 16:13:20.247 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:13:20.247 INFO kablam! Oct 15 16:13:20.247 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:13:20.247 INFO kablam! --> src/proto.rs:15:26 Oct 15 16:13:20.247 INFO kablam! | Oct 15 16:13:20.247 INFO kablam! 15 | pub type ImapTransport = Framed, ImapCodec>; Oct 15 16:13:20.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:13:20.247 INFO kablam! Oct 15 16:13:20.354 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:13:20.354 INFO kablam! --> src/client/mod.rs:146:24 Oct 15 16:13:20.354 INFO kablam! | Oct 15 16:13:20.354 INFO kablam! 146 | }).poll()).framed(ImapCodec::default()); Oct 15 16:13:20.354 INFO kablam! | ^^^^^^ Oct 15 16:13:20.354 INFO kablam! Oct 15 16:13:23.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.39s Oct 15 16:13:23.022 INFO kablam! su: No module specific data is present Oct 15 16:13:23.529 INFO running `"docker" "rm" "-f" "50a5fb893da8a4bdc8f53601389021a1fc18db44368508bc0ac57d69368d689b"` Oct 15 16:13:23.781 INFO blam! 50a5fb893da8a4bdc8f53601389021a1fc18db44368508bc0ac57d69368d689b Oct 15 16:13:23.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 16:13:24.200 INFO blam! ec3051067ca9d6f496bf1f8b00dd833ef382c2a48052fa2732b5144dd613913b Oct 15 16:13:24.207 INFO running `"docker" "start" "-a" "ec3051067ca9d6f496bf1f8b00dd833ef382c2a48052fa2732b5144dd613913b"` Oct 15 16:13:25.107 INFO kablam! usermod: no changes Oct 15 16:13:25.291 INFO kablam! Compiling tokio-imap v0.3.0 (/source) Oct 15 16:13:27.754 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:13:27.754 INFO kablam! --> src/proto.rs:10:41 Oct 15 16:13:27.754 INFO kablam! | Oct 15 16:13:27.754 INFO kablam! 10 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 15 16:13:27.754 INFO kablam! | ^^^^^^ Oct 15 16:13:27.754 INFO kablam! | Oct 15 16:13:27.755 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:13:27.755 INFO kablam! Oct 15 16:13:27.755 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:13:27.755 INFO kablam! --> src/proto.rs:15:26 Oct 15 16:13:27.755 INFO kablam! | Oct 15 16:13:27.755 INFO kablam! 15 | pub type ImapTransport = Framed, ImapCodec>; Oct 15 16:13:27.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:13:27.755 INFO kablam! Oct 15 16:13:27.862 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:13:27.862 INFO kablam! --> src/client/mod.rs:146:24 Oct 15 16:13:27.862 INFO kablam! | Oct 15 16:13:27.862 INFO kablam! 146 | }).poll()).framed(ImapCodec::default()); Oct 15 16:13:27.862 INFO kablam! | ^^^^^^ Oct 15 16:13:27.862 INFO kablam! Oct 15 16:13:29.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.07s Oct 15 16:13:29.216 INFO kablam! su: No module specific data is present Oct 15 16:13:29.501 INFO running `"docker" "rm" "-f" "ec3051067ca9d6f496bf1f8b00dd833ef382c2a48052fa2732b5144dd613913b"` Oct 15 16:13:29.609 INFO blam! ec3051067ca9d6f496bf1f8b00dd833ef382c2a48052fa2732b5144dd613913b Oct 15 16:13:29.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 16:13:29.846 INFO blam! a03a330f053c823fa988dd287e231873d3617a8cc7047f8843132f4336fbd667 Oct 15 16:13:29.848 INFO running `"docker" "start" "-a" "a03a330f053c823fa988dd287e231873d3617a8cc7047f8843132f4336fbd667"` Oct 15 16:13:30.331 INFO kablam! usermod: no changes Oct 15 16:13:30.481 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 16:13:30.498 INFO kablam! Running /target/debug/deps/tokio_imap-35b0f7a0990756d6 Oct 15 16:13:30.499 INFO kablam! Doc-tests tokio-imap Oct 15 16:13:30.499 INFO blam! Oct 15 16:13:30.499 INFO blam! running 0 tests Oct 15 16:13:30.500 INFO blam! Oct 15 16:13:30.500 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:13:30.500 INFO blam! Oct 15 16:13:34.793 INFO blam! Oct 15 16:13:34.793 INFO blam! running 0 tests Oct 15 16:13:34.793 INFO blam! Oct 15 16:13:34.793 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:13:34.793 INFO blam! Oct 15 16:13:34.803 INFO kablam! su: No module specific data is present Oct 15 16:13:35.251 INFO running `"docker" "rm" "-f" "a03a330f053c823fa988dd287e231873d3617a8cc7047f8843132f4336fbd667"` Oct 15 16:13:35.511 INFO blam! a03a330f053c823fa988dd287e231873d3617a8cc7047f8843132f4336fbd667