Sep 21 04:27:20.304 INFO checking rotor-http-0.6.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394
Sep 21 04:27:20.304 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets
Sep 21 04:27:20.305 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"`
Sep 21 04:27:20.510 INFO blam! b833f1bce877986cb509276629d69fa17b6d78296cccd5b512dad85f9c3fd474
Sep 21 04:27:20.511 INFO running `"docker" "start" "-a" "b833f1bce877986cb509276629d69fa17b6d78296cccd5b512dad85f9c3fd474"`
Sep 21 04:27:21.338 INFO kablam! usermod: no changes
Sep 21 04:27:21.506 INFO kablam! Checking netbuf v0.3.8
Sep 21 04:27:21.518 INFO kablam! Checking miow v0.1.5
Sep 21 04:27:21.854 INFO kablam! Checking mio v0.5.1
Sep 21 04:27:23.040 INFO kablam! Checking rotor v0.6.3
Sep 21 04:27:23.844 INFO kablam! Checking rotor-tools v0.3.2
Sep 21 04:27:23.844 INFO kablam! Checking rotor-test v0.1.0
Sep 21 04:27:24.943 INFO kablam! Checking rotor-stream v0.5.1
Sep 21 04:27:26.002 INFO kablam! Checking rotor-http v0.6.0 (/source)
Sep 21 04:27:26.735 INFO kablam! warning: doc comment not used by rustdoc
Sep 21 04:27:26.735 INFO kablam! --> src/server/parser.rs:353:13
Sep 21 04:27:26.735 INFO kablam! |
Sep 21 04:27:26.735 INFO kablam! 353 | /// TODO(tailhook) fix output timeout
Sep 21 04:27:26.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 04:27:26.735 INFO kablam! |
Sep 21 04:27:26.735 INFO kablam! = note: #[warn(unused_doc_comments)] on by default
Sep 21 04:27:26.735 INFO kablam!
Sep 21 04:27:26.770 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 21 04:27:26.770 INFO kablam! --> src/message.rs:2:5
Sep 21 04:27:26.770 INFO kablam! |
Sep 21 04:27:26.770 INFO kablam! 2 | use std::ascii::AsciiExt;
Sep 21 04:27:26.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 21 04:27:26.770 INFO kablam! |
Sep 21 04:27:26.770 INFO kablam! = note: #[warn(deprecated)] on by default
Sep 21 04:27:26.770 INFO kablam!
Sep 21 04:27:26.770 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 21 04:27:26.770 INFO kablam! --> src/headers.rs:1:5
Sep 21 04:27:26.770 INFO kablam! |
Sep 21 04:27:26.770 INFO kablam! 1 | use std::ascii::AsciiExt;
Sep 21 04:27:26.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 21 04:27:26.770 INFO kablam!
Sep 21 04:27:26.938 INFO kablam! warning: the trait bound `P: client::protocol::Client` is not satisfied
Sep 21 04:27:26.938 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:26.938 INFO kablam! |
Sep 21 04:27:26.938 INFO kablam! 50 | pub type Fsm
= Stream>;
Sep 21 04:27:26.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `client::protocol::Client` is not implemented for `P`
Sep 21 04:27:26.938 INFO kablam! |
Sep 21 04:27:26.938 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default
Sep 21 04:27:26.938 INFO kablam! = help: consider adding a `where P: client::protocol::Client` bound
Sep 21 04:27:26.938 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:26.938 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:26.938 INFO kablam!
Sep 21 04:27:26.938 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied
Sep 21 04:27:26.938 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:26.938 INFO kablam! |
Sep 21 04:27:26.938 INFO kablam! 50 | pub type Fsm = Stream>;
Sep 21 04:27:26.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S`
Sep 21 04:27:26.938 INFO kablam! |
Sep 21 04:27:26.938 INFO kablam! = help: consider adding a `where S: std::io::Read` bound
Sep 21 04:27:26.938 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S`
Sep 21 04:27:26.938 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:26.938 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:26.938 INFO kablam!
Sep 21 04:27:26.938 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied
Sep 21 04:27:26.938 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:26.938 INFO kablam! |
Sep 21 04:27:26.938 INFO kablam! 50 | pub type Fsm = Stream>;
Sep 21 04:27:26.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S`
Sep 21 04:27:26.938 INFO kablam! |
Sep 21 04:27:26.938 INFO kablam! = help: consider adding a `where S: std::io::Write` bound
Sep 21 04:27:26.938 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S`
Sep 21 04:27:26.938 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:26.938 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:26.938 INFO kablam!
Sep 21 04:27:26.938 INFO kablam! warning: the trait bound `S: rotor::Evented` is not satisfied
Sep 21 04:27:26.938 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:26.938 INFO kablam! |
Sep 21 04:27:26.938 INFO kablam! 50 | pub type Fsm = Stream>;
Sep 21 04:27:26.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `rotor::Evented` is not implemented for `S`
Sep 21 04:27:26.938 INFO kablam! |
Sep 21 04:27:26.938 INFO kablam! = help: consider adding a `where S: rotor::Evented` bound
Sep 21 04:27:26.938 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S`
Sep 21 04:27:26.938 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:26.939 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:26.939 INFO kablam!
Sep 21 04:27:26.939 INFO kablam! error[E0310]: the parameter type `S` may not live long enough
Sep 21 04:27:26.939 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:26.939 INFO kablam! |
Sep 21 04:27:26.939 INFO kablam! 50 | pub type Fsm = Stream>;
Sep 21 04:27:26.939 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^
Sep 21 04:27:26.939 INFO kablam! | |
Sep 21 04:27:26.939 INFO kablam! | help: consider adding an explicit lifetime bound `S: 'static`...
Sep 21 04:27:26.939 INFO kablam! |
Sep 21 04:27:26.939 INFO kablam! note: ...so that the type `S` will meet its required lifetime bounds
Sep 21 04:27:26.939 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:26.939 INFO kablam! |
Sep 21 04:27:26.939 INFO kablam! 50 | pub type Fsm = Stream>;
Sep 21 04:27:26.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 21 04:27:26.939 INFO kablam!
Sep 21 04:27:26.939 INFO kablam! warning: the trait bound `L: rotor::mio::TryAccept` is not satisfied
Sep 21 04:27:26.939 INFO kablam! --> src/lib.rs:20:28
Sep 21 04:27:26.939 INFO kablam! |
Sep 21 04:27:26.939 INFO kablam! 20 | pub type ServerFsm = Accept::Output>>, L>;
Sep 21 04:27:26.939 INFO kablam! | |________________________________________________________________^ the trait `rotor::mio::TryAccept` is not implemented for `L`
Sep 21 04:27:26.939 INFO kablam! |
Sep 21 04:27:26.939 INFO kablam! = help: consider adding a `where L: rotor::mio::TryAccept` bound
Sep 21 04:27:26.939 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:26.939 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:26.939 INFO kablam!
Sep 21 04:27:26.939 INFO kablam! warning: the trait bound `M: server::protocol::Server` is not satisfied
Sep 21 04:27:26.939 INFO kablam! --> src/lib.rs:20:28
Sep 21 04:27:26.939 INFO kablam! |
Sep 21 04:27:26.939 INFO kablam! 20 | pub type ServerFsm = Accept::Output>>, L>;
Sep 21 04:27:26.939 INFO kablam! | |________________________________________________________________^ the trait `server::protocol::Server` is not implemented for `M`
Sep 21 04:27:26.939 INFO kablam! |
Sep 21 04:27:26.939 INFO kablam! = help: consider adding a `where M: server::protocol::Server` bound
Sep 21 04:27:26.939 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:26.939 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:26.939 INFO kablam!
Sep 21 04:27:26.967 INFO kablam! error: aborting due to previous error
Sep 21 04:27:26.967 INFO kablam!
Sep 21 04:27:26.967 INFO kablam! For more information about this error, try `rustc --explain E0310`.
Sep 21 04:27:26.978 INFO kablam! warning: doc comment not used by rustdoc
Sep 21 04:27:26.978 INFO kablam! --> src/server/parser.rs:353:13
Sep 21 04:27:26.978 INFO kablam! |
Sep 21 04:27:26.978 INFO kablam! 353 | /// TODO(tailhook) fix output timeout
Sep 21 04:27:26.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 21 04:27:26.978 INFO kablam! |
Sep 21 04:27:26.978 INFO kablam! = note: #[warn(unused_doc_comments)] on by default
Sep 21 04:27:26.978 INFO kablam!
Sep 21 04:27:26.978 INFO kablam! error: Could not compile `rotor-http`.
Sep 21 04:27:26.978 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 21 04:27:27.018 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 21 04:27:27.018 INFO kablam! --> src/message.rs:2:5
Sep 21 04:27:27.018 INFO kablam! |
Sep 21 04:27:27.018 INFO kablam! 2 | use std::ascii::AsciiExt;
Sep 21 04:27:27.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 21 04:27:27.018 INFO kablam! |
Sep 21 04:27:27.018 INFO kablam! = note: #[warn(deprecated)] on by default
Sep 21 04:27:27.018 INFO kablam!
Sep 21 04:27:27.018 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 21 04:27:27.018 INFO kablam! --> src/headers.rs:1:5
Sep 21 04:27:27.018 INFO kablam! |
Sep 21 04:27:27.018 INFO kablam! 1 | use std::ascii::AsciiExt;
Sep 21 04:27:27.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 21 04:27:27.018 INFO kablam!
Sep 21 04:27:27.102 INFO kablam! warning: the trait bound `P: client::protocol::Client` is not satisfied
Sep 21 04:27:27.102 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:27.102 INFO kablam! |
Sep 21 04:27:27.102 INFO kablam! 50 | pub type Fsm = Stream>;
Sep 21 04:27:27.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `client::protocol::Client` is not implemented for `P`
Sep 21 04:27:27.102 INFO kablam! |
Sep 21 04:27:27.102 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default
Sep 21 04:27:27.102 INFO kablam! = help: consider adding a `where P: client::protocol::Client` bound
Sep 21 04:27:27.102 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:27.102 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:27.102 INFO kablam!
Sep 21 04:27:27.102 INFO kablam! warning: the trait bound `S: std::io::Read` is not satisfied
Sep 21 04:27:27.102 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:27.102 INFO kablam! |
Sep 21 04:27:27.102 INFO kablam! 50 | pub type Fsm = Stream>;
Sep 21 04:27:27.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `S`
Sep 21 04:27:27.102 INFO kablam! |
Sep 21 04:27:27.102 INFO kablam! = help: consider adding a `where S: std::io::Read` bound
Sep 21 04:27:27.102 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S`
Sep 21 04:27:27.102 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:27.102 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:27.102 INFO kablam!
Sep 21 04:27:27.102 INFO kablam! warning: the trait bound `S: std::io::Write` is not satisfied
Sep 21 04:27:27.102 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:27.102 INFO kablam! |
Sep 21 04:27:27.102 INFO kablam! 50 | pub type Fsm = Stream>;
Sep 21 04:27:27.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `S`
Sep 21 04:27:27.102 INFO kablam! |
Sep 21 04:27:27.102 INFO kablam! = help: consider adding a `where S: std::io::Write` bound
Sep 21 04:27:27.102 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S`
Sep 21 04:27:27.102 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:27.102 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:27.102 INFO kablam!
Sep 21 04:27:27.102 INFO kablam! warning: the trait bound `S: rotor::Evented` is not satisfied
Sep 21 04:27:27.103 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:27.103 INFO kablam! |
Sep 21 04:27:27.103 INFO kablam! 50 | pub type Fsm = Stream>;
Sep 21 04:27:27.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `rotor::Evented` is not implemented for `S`
Sep 21 04:27:27.103 INFO kablam! |
Sep 21 04:27:27.103 INFO kablam! = help: consider adding a `where S: rotor::Evented` bound
Sep 21 04:27:27.103 INFO kablam! = note: required because of the requirements on the impl of `rotor_stream::StreamSocket` for `S`
Sep 21 04:27:27.103 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:27.103 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:27.103 INFO kablam!
Sep 21 04:27:27.103 INFO kablam! error[E0310]: the parameter type `S` may not live long enough
Sep 21 04:27:27.103 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:27.103 INFO kablam! |
Sep 21 04:27:27.103 INFO kablam! 50 | pub type Fsm = Stream>;
Sep 21 04:27:27.103 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^
Sep 21 04:27:27.103 INFO kablam! | |
Sep 21 04:27:27.103 INFO kablam! | help: consider adding an explicit lifetime bound `S: 'static`...
Sep 21 04:27:27.103 INFO kablam! |
Sep 21 04:27:27.103 INFO kablam! note: ...so that the type `S` will meet its required lifetime bounds
Sep 21 04:27:27.103 INFO kablam! --> src/client/mod.rs:50:22
Sep 21 04:27:27.103 INFO kablam! |
Sep 21 04:27:27.103 INFO kablam! 50 | pub type Fsm = Stream>;
Sep 21 04:27:27.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 21 04:27:27.103 INFO kablam!
Sep 21 04:27:27.105 INFO kablam! warning: the trait bound `L: rotor::mio::TryAccept` is not satisfied
Sep 21 04:27:27.105 INFO kablam! --> src/lib.rs:20:28
Sep 21 04:27:27.105 INFO kablam! |
Sep 21 04:27:27.105 INFO kablam! 20 | pub type ServerFsm = Accept::Output>>, L>;
Sep 21 04:27:27.106 INFO kablam! | |________________________________________________________________^ the trait `rotor::mio::TryAccept` is not implemented for `L`
Sep 21 04:27:27.106 INFO kablam! |
Sep 21 04:27:27.106 INFO kablam! = help: consider adding a `where L: rotor::mio::TryAccept` bound
Sep 21 04:27:27.106 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:27.106 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:27.106 INFO kablam!
Sep 21 04:27:27.106 INFO kablam! warning: the trait bound `M: server::protocol::Server` is not satisfied
Sep 21 04:27:27.106 INFO kablam! --> src/lib.rs:20:28
Sep 21 04:27:27.106 INFO kablam! |
Sep 21 04:27:27.106 INFO kablam! 20 | pub type ServerFsm = Accept::Output>>, L>;
Sep 21 04:27:27.106 INFO kablam! | |________________________________________________________________^ the trait `server::protocol::Server` is not implemented for `M`
Sep 21 04:27:27.106 INFO kablam! |
Sep 21 04:27:27.106 INFO kablam! = help: consider adding a `where M: server::protocol::Server` bound
Sep 21 04:27:27.106 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 04:27:27.106 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 04:27:27.106 INFO kablam!
Sep 21 04:27:27.138 INFO kablam! error: aborting due to previous error
Sep 21 04:27:27.138 INFO kablam!
Sep 21 04:27:27.138 INFO kablam! For more information about this error, try `rustc --explain E0310`.
Sep 21 04:27:27.155 INFO kablam! error: Could not compile `rotor-http`.
Sep 21 04:27:27.155 INFO kablam!
Sep 21 04:27:27.155 INFO kablam! To learn more, run the command again with --verbose.
Sep 21 04:27:27.155 INFO kablam! su: No module specific data is present
Sep 21 04:27:27.885 INFO running `"docker" "rm" "-f" "b833f1bce877986cb509276629d69fa17b6d78296cccd5b512dad85f9c3fd474"`
Sep 21 04:27:27.994 INFO blam! b833f1bce877986cb509276629d69fa17b6d78296cccd5b512dad85f9c3fd474