Oct 11 09:52:29.240 INFO testing tokio-imap-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:52:29.240 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:52:29.240 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:52:29.577 INFO blam! f329bc028dcf3099d0a156ab46c07a83461ecb646e2c44c6d31a9584c6ed73d6 Oct 11 09:52:29.580 INFO running `"docker" "start" "-a" "f329bc028dcf3099d0a156ab46c07a83461ecb646e2c44c6d31a9584c6ed73d6"` Oct 11 09:52:30.679 INFO kablam! usermod: no changes Oct 11 09:52:30.863 INFO kablam! Compiling futures-state-stream v0.1.1 Oct 11 09:52:30.878 INFO kablam! Compiling tokio-tls v0.1.4 Oct 11 09:52:36.184 INFO kablam! Compiling tokio-imap v0.3.0 (/source) Oct 11 09:52:41.181 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:52:41.181 INFO kablam! --> src/proto.rs:10:41 Oct 11 09:52:41.181 INFO kablam! | Oct 11 09:52:41.181 INFO kablam! 10 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 11 09:52:41.181 INFO kablam! | ^^^^^^ Oct 11 09:52:41.181 INFO kablam! | Oct 11 09:52:41.182 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:52:41.182 INFO kablam! Oct 11 09:52:41.182 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:52:41.182 INFO kablam! --> src/proto.rs:15:26 Oct 11 09:52:41.182 INFO kablam! | Oct 11 09:52:41.182 INFO kablam! 15 | pub type ImapTransport = Framed, ImapCodec>; Oct 11 09:52:41.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:52:41.183 INFO kablam! Oct 11 09:52:41.288 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:52:41.288 INFO kablam! --> src/client/mod.rs:146:24 Oct 11 09:52:41.288 INFO kablam! | Oct 11 09:52:41.288 INFO kablam! 146 | }).poll()).framed(ImapCodec::default()); Oct 11 09:52:41.288 INFO kablam! | ^^^^^^ Oct 11 09:52:41.288 INFO kablam! Oct 11 09:52:44.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.64s Oct 11 09:52:44.362 INFO kablam! su: No module specific data is present Oct 11 09:52:45.169 INFO running `"docker" "rm" "-f" "f329bc028dcf3099d0a156ab46c07a83461ecb646e2c44c6d31a9584c6ed73d6"` Oct 11 09:52:45.552 INFO blam! f329bc028dcf3099d0a156ab46c07a83461ecb646e2c44c6d31a9584c6ed73d6 Oct 11 09:52:45.556 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:52:45.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:52:45.982 INFO blam! 26a2126610a3bfd24b5985f6cdc897e73ae52aeb4402616ff4e8095aad5e8536 Oct 11 09:52:45.988 INFO running `"docker" "start" "-a" "26a2126610a3bfd24b5985f6cdc897e73ae52aeb4402616ff4e8095aad5e8536"` Oct 11 09:52:47.731 INFO kablam! usermod: no changes Oct 11 09:52:47.968 INFO kablam! Compiling tokio-imap v0.3.0 (/source) Oct 11 09:52:53.097 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:52:53.098 INFO kablam! --> src/proto.rs:10:41 Oct 11 09:52:53.098 INFO kablam! | Oct 11 09:52:53.098 INFO kablam! 10 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 11 09:52:53.098 INFO kablam! | ^^^^^^ Oct 11 09:52:53.098 INFO kablam! | Oct 11 09:52:53.098 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:52:53.098 INFO kablam! Oct 11 09:52:53.098 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:52:53.098 INFO kablam! --> src/proto.rs:15:26 Oct 11 09:52:53.098 INFO kablam! | Oct 11 09:52:53.098 INFO kablam! 15 | pub type ImapTransport = Framed, ImapCodec>; Oct 11 09:52:53.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:52:53.098 INFO kablam! Oct 11 09:52:53.205 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:52:53.205 INFO kablam! --> src/client/mod.rs:146:24 Oct 11 09:52:53.205 INFO kablam! | Oct 11 09:52:53.205 INFO kablam! 146 | }).poll()).framed(ImapCodec::default()); Oct 11 09:52:53.205 INFO kablam! | ^^^^^^ Oct 11 09:52:53.205 INFO kablam! Oct 11 09:52:54.752 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.00s Oct 11 09:52:54.760 INFO kablam! su: No module specific data is present Oct 11 09:52:55.248 INFO running `"docker" "rm" "-f" "26a2126610a3bfd24b5985f6cdc897e73ae52aeb4402616ff4e8095aad5e8536"` Oct 11 09:52:55.452 INFO blam! 26a2126610a3bfd24b5985f6cdc897e73ae52aeb4402616ff4e8095aad5e8536 Oct 11 09:52:55.454 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:52:55.454 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:52:55.782 INFO blam! e5643e60a99e5b03769b4bff1830ab5d7a205b58e4d1c95de04ad1cc04faf810 Oct 11 09:52:55.796 INFO running `"docker" "start" "-a" "e5643e60a99e5b03769b4bff1830ab5d7a205b58e4d1c95de04ad1cc04faf810"` Oct 11 09:52:56.473 INFO kablam! usermod: no changes Oct 11 09:52:56.589 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 09:52:56.608 INFO kablam! Running /target/debug/deps/tokio_imap-cb697271017bc2cf Oct 11 09:52:56.608 INFO blam! Oct 11 09:52:56.608 INFO kablam! Doc-tests tokio-imap Oct 11 09:52:56.608 INFO blam! running 0 tests Oct 11 09:52:56.608 INFO blam! Oct 11 09:52:56.608 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:52:56.608 INFO blam! Oct 11 09:53:04.981 INFO blam! Oct 11 09:53:04.981 INFO blam! running 0 tests Oct 11 09:53:04.981 INFO blam! Oct 11 09:53:04.981 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:53:04.981 INFO blam! Oct 11 09:53:04.996 INFO kablam! su: No module specific data is present Oct 11 09:53:05.341 INFO running `"docker" "rm" "-f" "e5643e60a99e5b03769b4bff1830ab5d7a205b58e4d1c95de04ad1cc04faf810"` Oct 11 09:53:05.508 INFO blam! e5643e60a99e5b03769b4bff1830ab5d7a205b58e4d1c95de04ad1cc04faf810