Oct 11 09:49:36.293 INFO testing tokio-smtp-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:49:36.293 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:49:36.293 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:49:36.637 INFO blam! 45a48ae0b61261dc088c97c156e81a98e45fb75f4ac349f66a26dc7607f2664f Oct 11 09:49:36.639 INFO running `"docker" "start" "-a" "45a48ae0b61261dc088c97c156e81a98e45fb75f4ac349f66a26dc7607f2664f"` Oct 11 09:49:37.640 INFO kablam! usermod: no changes Oct 11 09:49:37.906 INFO kablam! Compiling emailaddress v0.4.0 Oct 11 09:49:38.909 INFO kablam! Compiling tokio-smtp v0.3.0 (/source) Oct 11 09:49:43.956 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:43.956 INFO kablam! --> src/client.rs:101:41 Oct 11 09:49:43.956 INFO kablam! | Oct 11 09:49:43.956 INFO kablam! 101 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 11 09:49:43.956 INFO kablam! | ^^^^^^ Oct 11 09:49:43.956 INFO kablam! | Oct 11 09:49:43.956 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:49:43.956 INFO kablam! Oct 11 09:49:43.956 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:43.956 INFO kablam! --> src/client.rs:108:31 Oct 11 09:49:43.956 INFO kablam! | Oct 11 09:49:43.956 INFO kablam! 108 | pub type ClientTransport = Framed, ClientCodec>; Oct 11 09:49:43.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:43.956 INFO kablam! Oct 11 09:49:43.956 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:43.956 INFO kablam! --> src/client.rs:337:36 Oct 11 09:49:43.956 INFO kablam! | Oct 11 09:49:43.956 INFO kablam! 337 | type HandshakeItem = (Response, Framed, ClientCodec>); Oct 11 09:49:43.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:43.956 INFO kablam! Oct 11 09:49:43.957 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:43.957 INFO kablam! --> src/client.rs:404:26 Oct 11 09:49:43.957 INFO kablam! | Oct 11 09:49:43.957 INFO kablam! 404 | fn clientauth(stream: Framed, ClientCodec>, params: &ClientParams, features: &[String]) -> Oct 11 09:49:43.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:43.957 INFO kablam! Oct 11 09:49:43.957 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:43.957 INFO kablam! --> src/client.rs:405:23 Oct 11 09:49:43.957 INFO kablam! | Oct 11 09:49:43.957 INFO kablam! 405 | Box, ClientCodec>, Error = IoError>> Oct 11 09:49:43.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:43.957 INFO kablam! Oct 11 09:49:44.103 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:49:44.103 INFO kablam! --> src/client.rs:346:12 Oct 11 09:49:44.104 INFO kablam! | Oct 11 09:49:44.104 INFO kablam! 346 | io.framed(ClientCodec::new()) Oct 11 09:49:44.104 INFO kablam! | ^^^^^^ Oct 11 09:49:44.105 INFO kablam! Oct 11 09:49:46.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.96s Oct 11 09:49:46.656 INFO kablam! su: No module specific data is present Oct 11 09:49:46.930 INFO running `"docker" "rm" "-f" "45a48ae0b61261dc088c97c156e81a98e45fb75f4ac349f66a26dc7607f2664f"` Oct 11 09:49:47.128 INFO blam! 45a48ae0b61261dc088c97c156e81a98e45fb75f4ac349f66a26dc7607f2664f Oct 11 09:49:47.140 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:49:47.142 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:49:47.395 INFO blam! 35c754a7cbd777d16106a926686de7935b4d4af095a4298e0955327e184371b3 Oct 11 09:49:47.397 INFO running `"docker" "start" "-a" "35c754a7cbd777d16106a926686de7935b4d4af095a4298e0955327e184371b3"` Oct 11 09:49:48.195 INFO kablam! usermod: no changes Oct 11 09:49:48.348 INFO kablam! Compiling tokio-smtp v0.3.0 (/source) Oct 11 09:49:53.620 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:53.620 INFO kablam! --> src/client.rs:101:41 Oct 11 09:49:53.620 INFO kablam! | Oct 11 09:49:53.620 INFO kablam! 101 | use tokio_io::codec::{Encoder, Decoder, Framed}; Oct 11 09:49:53.620 INFO kablam! | ^^^^^^ Oct 11 09:49:53.620 INFO kablam! | Oct 11 09:49:53.620 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:49:53.620 INFO kablam! Oct 11 09:49:53.620 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:53.620 INFO kablam! --> src/client.rs:108:31 Oct 11 09:49:53.620 INFO kablam! | Oct 11 09:49:53.620 INFO kablam! 108 | pub type ClientTransport = Framed, ClientCodec>; Oct 11 09:49:53.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:53.621 INFO kablam! Oct 11 09:49:53.621 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:53.621 INFO kablam! --> src/client.rs:337:36 Oct 11 09:49:53.621 INFO kablam! | Oct 11 09:49:53.621 INFO kablam! 337 | type HandshakeItem = (Response, Framed, ClientCodec>); Oct 11 09:49:53.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:53.621 INFO kablam! Oct 11 09:49:53.621 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:53.621 INFO kablam! --> src/client.rs:404:26 Oct 11 09:49:53.621 INFO kablam! | Oct 11 09:49:53.621 INFO kablam! 404 | fn clientauth(stream: Framed, ClientCodec>, params: &ClientParams, features: &[String]) -> Oct 11 09:49:53.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:53.621 INFO kablam! Oct 11 09:49:53.621 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:49:53.621 INFO kablam! --> src/client.rs:405:23 Oct 11 09:49:53.621 INFO kablam! | Oct 11 09:49:53.621 INFO kablam! 405 | Box, ClientCodec>, Error = IoError>> Oct 11 09:49:53.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:49:53.621 INFO kablam! Oct 11 09:49:53.771 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:49:53.771 INFO kablam! --> src/client.rs:346:12 Oct 11 09:49:53.771 INFO kablam! | Oct 11 09:49:53.771 INFO kablam! 346 | io.framed(ClientCodec::new()) Oct 11 09:49:53.771 INFO kablam! | ^^^^^^ Oct 11 09:49:53.771 INFO kablam! Oct 11 09:49:56.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.49s Oct 11 09:49:56.728 INFO kablam! su: No module specific data is present Oct 11 09:49:57.568 INFO running `"docker" "rm" "-f" "35c754a7cbd777d16106a926686de7935b4d4af095a4298e0955327e184371b3"` Oct 11 09:49:57.889 INFO blam! 35c754a7cbd777d16106a926686de7935b4d4af095a4298e0955327e184371b3 Oct 11 09:49:57.897 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:49:57.897 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:49:58.279 INFO blam! e6bda89fdad66373bde61b0d6a9bd6fc4a7016bce1fb1e92b35f0a488034f024 Oct 11 09:49:58.288 INFO running `"docker" "start" "-a" "e6bda89fdad66373bde61b0d6a9bd6fc4a7016bce1fb1e92b35f0a488034f024"` Oct 11 09:49:59.383 INFO kablam! usermod: no changes Oct 11 09:49:59.545 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 11 09:49:59.564 INFO kablam! Running /target/debug/deps/tokio_smtp-340edf52b5e8996e Oct 11 09:49:59.564 INFO blam! Oct 11 09:49:59.564 INFO blam! running 3 tests Oct 11 09:49:59.568 INFO blam! test response::tests::test ... ok Oct 11 09:49:59.568 INFO blam! test util::tests::test ... ok Oct 11 09:49:59.568 INFO blam! test request::tests::test ... ok Oct 11 09:49:59.568 INFO blam! Oct 11 09:49:59.568 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:49:59.568 INFO blam! Oct 11 09:49:59.570 INFO kablam! Doc-tests tokio-smtp Oct 11 09:50:10.035 INFO blam! Oct 11 09:50:10.036 INFO blam! running 2 tests Oct 11 09:50:26.170 INFO blam! test src/lib.rs - (line 16) ... ok Oct 11 09:50:26.372 INFO blam! test src/client.rs - client (line 9) ... ok Oct 11 09:50:26.373 INFO blam! Oct 11 09:50:26.373 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:50:26.373 INFO blam! Oct 11 09:50:26.388 INFO kablam! su: No module specific data is present Oct 11 09:50:27.042 INFO running `"docker" "rm" "-f" "e6bda89fdad66373bde61b0d6a9bd6fc4a7016bce1fb1e92b35f0a488034f024"` Oct 11 09:50:27.272 INFO blam! e6bda89fdad66373bde61b0d6a9bd6fc4a7016bce1fb1e92b35f0a488034f024