Sep 21 13:29:38.151 INFO checking amqpr-0.2.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 13:29:38.151 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 13:29:38.151 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/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 13:29:38.365 INFO blam! 37966d1c8bcbe51ce1e5f5cad9875e18471ed6ac3268791f6c46554dcb4517ad Sep 21 13:29:38.367 INFO running `"docker" "start" "-a" "37966d1c8bcbe51ce1e5f5cad9875e18471ed6ac3268791f6c46554dcb4517ad"` Sep 21 13:29:39.630 INFO kablam! usermod: no changes Sep 21 13:29:39.936 INFO kablam! Checking ex-futures v0.4.9 Sep 21 13:29:39.949 INFO kablam! Checking amqpr-codec v0.2.4 Sep 21 13:29:39.949 INFO kablam! Checking log4rs v0.7.0 Sep 21 13:29:43.030 INFO kablam! Checking amqpr-api v0.3.1 Sep 21 13:29:46.352 INFO kablam! Checking amqpr v0.2.2 (/source) Sep 21 13:29:49.642 INFO kablam! warning: the trait bound `In: futures::Stream` is not satisfied Sep 21 13:29:49.642 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.642 INFO kablam! | Sep 21 13:29:49.643 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `futures::Stream` is not implemented for `In` Sep 21 13:29:49.643 INFO kablam! | Sep 21 13:29:49.643 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 13:29:49.643 INFO kablam! = help: consider adding a `where In: futures::Stream` bound Sep 21 13:29:49.644 INFO kablam! = note: required because of the requirements on the impl of `unsync::Income` for `In` Sep 21 13:29:49.644 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:29:49.644 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:29:49.644 INFO kablam! Sep 21 13:29:49.645 INFO kablam! warning: the trait bound `Out: futures::Sink` is not satisfied Sep 21 13:29:49.645 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.645 INFO kablam! | Sep 21 13:29:49.645 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `futures::Sink` is not implemented for `Out` Sep 21 13:29:49.646 INFO kablam! | Sep 21 13:29:49.646 INFO kablam! = help: consider adding a `where Out: futures::Sink` bound Sep 21 13:29:49.646 INFO kablam! = note: required because of the requirements on the impl of `unsync::Outgo` for `Out` Sep 21 13:29:49.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:29:49.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:29:49.646 INFO kablam! Sep 21 13:29:49.647 INFO kablam! error[E0310]: the parameter type `In` may not live long enough Sep 21 13:29:49.647 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.647 INFO kablam! | Sep 21 13:29:49.647 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.647 INFO kablam! | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:29:49.648 INFO kablam! | | Sep 21 13:29:49.648 INFO kablam! | help: consider adding an explicit lifetime bound `In: 'static`... Sep 21 13:29:49.648 INFO kablam! | Sep 21 13:29:49.648 INFO kablam! note: ...so that the type `In` will meet its required lifetime bounds Sep 21 13:29:49.648 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.648 INFO kablam! | Sep 21 13:29:49.649 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:29:49.649 INFO kablam! Sep 21 13:29:49.649 INFO kablam! error[E0310]: the parameter type `Out` may not live long enough Sep 21 13:29:49.649 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.649 INFO kablam! | Sep 21 13:29:49.650 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.650 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:29:49.650 INFO kablam! | | Sep 21 13:29:49.650 INFO kablam! | help: consider adding an explicit lifetime bound `Out: 'static`... Sep 21 13:29:49.650 INFO kablam! | Sep 21 13:29:49.650 INFO kablam! note: ...so that the type `Out` will meet its required lifetime bounds Sep 21 13:29:49.651 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.651 INFO kablam! | Sep 21 13:29:49.651 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:29:49.651 INFO kablam! Sep 21 13:29:49.652 INFO kablam! warning: the trait bound `In: futures::Stream` is not satisfied Sep 21 13:29:49.652 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.652 INFO kablam! | Sep 21 13:29:49.652 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.652 INFO kablam! | ____________________________________^ Sep 21 13:29:49.653 INFO kablam! 28 | | Future< Sep 21 13:29:49.653 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.653 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.653 INFO kablam! 31 | | >, Sep 21 13:29:49.653 INFO kablam! 32 | | >; Sep 21 13:29:49.653 INFO kablam! | |_^ the trait `futures::Stream` is not implemented for `In` Sep 21 13:29:49.653 INFO kablam! | Sep 21 13:29:49.654 INFO kablam! = help: consider adding a `where In: futures::Stream` bound Sep 21 13:29:49.654 INFO kablam! = note: required because of the requirements on the impl of `unsync::Income` for `In` Sep 21 13:29:49.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:29:49.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:29:49.654 INFO kablam! Sep 21 13:29:49.655 INFO kablam! warning: the trait bound `Out: futures::Sink` is not satisfied Sep 21 13:29:49.655 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.655 INFO kablam! | Sep 21 13:29:49.655 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.655 INFO kablam! | ____________________________________^ Sep 21 13:29:49.656 INFO kablam! 28 | | Future< Sep 21 13:29:49.656 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.656 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.656 INFO kablam! 31 | | >, Sep 21 13:29:49.656 INFO kablam! 32 | | >; Sep 21 13:29:49.656 INFO kablam! | |_^ the trait `futures::Sink` is not implemented for `Out` Sep 21 13:29:49.656 INFO kablam! | Sep 21 13:29:49.657 INFO kablam! = help: consider adding a `where Out: futures::Sink` bound Sep 21 13:29:49.657 INFO kablam! = note: required because of the requirements on the impl of `unsync::Outgo` for `Out` Sep 21 13:29:49.657 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:29:49.657 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:29:49.657 INFO kablam! Sep 21 13:29:49.658 INFO kablam! error[E0310]: the parameter type `In` may not live long enough Sep 21 13:29:49.658 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.658 INFO kablam! | Sep 21 13:29:49.658 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.658 INFO kablam! | _________________________--_________^ Sep 21 13:29:49.659 INFO kablam! | | | Sep 21 13:29:49.659 INFO kablam! | | help: consider adding an explicit lifetime bound `In: 'static`... Sep 21 13:29:49.659 INFO kablam! 28 | | Future< Sep 21 13:29:49.659 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.659 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.659 INFO kablam! 31 | | >, Sep 21 13:29:49.659 INFO kablam! 32 | | >; Sep 21 13:29:49.659 INFO kablam! | |_^ Sep 21 13:29:49.659 INFO kablam! | Sep 21 13:29:49.666 INFO kablam! note: ...so that the type `In` will meet its required lifetime bounds Sep 21 13:29:49.666 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.666 INFO kablam! | Sep 21 13:29:49.666 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.666 INFO kablam! | ____________________________________^ Sep 21 13:29:49.666 INFO kablam! 28 | | Future< Sep 21 13:29:49.666 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.666 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.666 INFO kablam! 31 | | >, Sep 21 13:29:49.666 INFO kablam! 32 | | >; Sep 21 13:29:49.666 INFO kablam! | |_^ Sep 21 13:29:49.666 INFO kablam! Sep 21 13:29:49.667 INFO kablam! error[E0310]: the parameter type `Out` may not live long enough Sep 21 13:29:49.667 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.667 INFO kablam! | Sep 21 13:29:49.667 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.667 INFO kablam! | _____________________________---____^ Sep 21 13:29:49.667 INFO kablam! | | | Sep 21 13:29:49.667 INFO kablam! | | help: consider adding an explicit lifetime bound `Out: 'static`... Sep 21 13:29:49.667 INFO kablam! 28 | | Future< Sep 21 13:29:49.667 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.667 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.667 INFO kablam! 31 | | >, Sep 21 13:29:49.667 INFO kablam! 32 | | >; Sep 21 13:29:49.667 INFO kablam! | |_^ Sep 21 13:29:49.667 INFO kablam! | Sep 21 13:29:49.667 INFO kablam! note: ...so that the type `Out` will meet its required lifetime bounds Sep 21 13:29:49.667 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.667 INFO kablam! | Sep 21 13:29:49.667 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.667 INFO kablam! | ____________________________________^ Sep 21 13:29:49.667 INFO kablam! 28 | | Future< Sep 21 13:29:49.667 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.667 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.667 INFO kablam! 31 | | >, Sep 21 13:29:49.667 INFO kablam! 32 | | >; Sep 21 13:29:49.667 INFO kablam! | |_^ Sep 21 13:29:49.667 INFO kablam! Sep 21 13:29:49.696 INFO kablam! error: aborting due to 4 previous errors Sep 21 13:29:49.696 INFO kablam! Sep 21 13:29:49.706 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 13:29:49.715 INFO kablam! error: Could not compile `amqpr`. Sep 21 13:29:49.715 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 13:29:49.823 INFO kablam! warning: the trait bound `In: futures::Stream` is not satisfied Sep 21 13:29:49.823 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.823 INFO kablam! | Sep 21 13:29:49.823 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `futures::Stream` is not implemented for `In` Sep 21 13:29:49.824 INFO kablam! | Sep 21 13:29:49.824 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 13:29:49.824 INFO kablam! = help: consider adding a `where In: futures::Stream` bound Sep 21 13:29:49.824 INFO kablam! = note: required because of the requirements on the impl of `unsync::Income` for `In` Sep 21 13:29:49.824 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:29:49.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:29:49.824 INFO kablam! Sep 21 13:29:49.824 INFO kablam! warning: the trait bound `Out: futures::Sink` is not satisfied Sep 21 13:29:49.824 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.824 INFO kablam! | Sep 21 13:29:49.824 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `futures::Sink` is not implemented for `Out` Sep 21 13:29:49.824 INFO kablam! | Sep 21 13:29:49.824 INFO kablam! = help: consider adding a `where Out: futures::Sink` bound Sep 21 13:29:49.824 INFO kablam! = note: required because of the requirements on the impl of `unsync::Outgo` for `Out` Sep 21 13:29:49.825 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:29:49.825 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:29:49.825 INFO kablam! Sep 21 13:29:49.825 INFO kablam! error[E0310]: the parameter type `In` may not live long enough Sep 21 13:29:49.825 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.825 INFO kablam! | Sep 21 13:29:49.826 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.826 INFO kablam! | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:29:49.826 INFO kablam! | | Sep 21 13:29:49.826 INFO kablam! | help: consider adding an explicit lifetime bound `In: 'static`... Sep 21 13:29:49.826 INFO kablam! | Sep 21 13:29:49.826 INFO kablam! note: ...so that the type `In` will meet its required lifetime bounds Sep 21 13:29:49.827 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.827 INFO kablam! | Sep 21 13:29:49.827 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:29:49.827 INFO kablam! Sep 21 13:29:49.827 INFO kablam! error[E0310]: the parameter type `Out` may not live long enough Sep 21 13:29:49.828 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.828 INFO kablam! | Sep 21 13:29:49.828 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.828 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:29:49.828 INFO kablam! | | Sep 21 13:29:49.828 INFO kablam! | help: consider adding an explicit lifetime bound `Out: 'static`... Sep 21 13:29:49.829 INFO kablam! | Sep 21 13:29:49.829 INFO kablam! note: ...so that the type `Out` will meet its required lifetime bounds Sep 21 13:29:49.829 INFO kablam! --> src/unsync/local_channel/mod.rs:24:36 Sep 21 13:29:49.829 INFO kablam! | Sep 21 13:29:49.829 INFO kablam! 24 | type LocalChannelFuture = Box, Error = Rc>>; Sep 21 13:29:49.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:29:49.830 INFO kablam! Sep 21 13:29:49.830 INFO kablam! warning: the trait bound `In: futures::Stream` is not satisfied Sep 21 13:29:49.830 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.830 INFO kablam! | Sep 21 13:29:49.830 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.830 INFO kablam! | ____________________________________^ Sep 21 13:29:49.831 INFO kablam! 28 | | Future< Sep 21 13:29:49.831 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.831 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.831 INFO kablam! 31 | | >, Sep 21 13:29:49.831 INFO kablam! 32 | | >; Sep 21 13:29:49.831 INFO kablam! | |_^ the trait `futures::Stream` is not implemented for `In` Sep 21 13:29:49.832 INFO kablam! | Sep 21 13:29:49.832 INFO kablam! = help: consider adding a `where In: futures::Stream` bound Sep 21 13:29:49.832 INFO kablam! = note: required because of the requirements on the impl of `unsync::Income` for `In` Sep 21 13:29:49.832 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:29:49.832 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:29:49.832 INFO kablam! Sep 21 13:29:49.832 INFO kablam! warning: the trait bound `Out: futures::Sink` is not satisfied Sep 21 13:29:49.833 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.833 INFO kablam! | Sep 21 13:29:49.833 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.833 INFO kablam! | ____________________________________^ Sep 21 13:29:49.833 INFO kablam! 28 | | Future< Sep 21 13:29:49.833 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.834 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.834 INFO kablam! 31 | | >, Sep 21 13:29:49.834 INFO kablam! 32 | | >; Sep 21 13:29:49.834 INFO kablam! | |_^ the trait `futures::Sink` is not implemented for `Out` Sep 21 13:29:49.834 INFO kablam! | Sep 21 13:29:49.834 INFO kablam! = help: consider adding a `where Out: futures::Sink` bound Sep 21 13:29:49.834 INFO kablam! = note: required because of the requirements on the impl of `unsync::Outgo` for `Out` Sep 21 13:29:49.835 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:29:49.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:29:49.835 INFO kablam! Sep 21 13:29:49.835 INFO kablam! error[E0310]: the parameter type `In` may not live long enough Sep 21 13:29:49.835 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.835 INFO kablam! | Sep 21 13:29:49.835 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.835 INFO kablam! | _________________________--_________^ Sep 21 13:29:49.836 INFO kablam! | | | Sep 21 13:29:49.836 INFO kablam! | | help: consider adding an explicit lifetime bound `In: 'static`... Sep 21 13:29:49.836 INFO kablam! 28 | | Future< Sep 21 13:29:49.836 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.836 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.836 INFO kablam! 31 | | >, Sep 21 13:29:49.836 INFO kablam! 32 | | >; Sep 21 13:29:49.837 INFO kablam! | |_^ Sep 21 13:29:49.837 INFO kablam! | Sep 21 13:29:49.837 INFO kablam! note: ...so that the type `In` will meet its required lifetime bounds Sep 21 13:29:49.837 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.837 INFO kablam! | Sep 21 13:29:49.837 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.838 INFO kablam! | ____________________________________^ Sep 21 13:29:49.838 INFO kablam! 28 | | Future< Sep 21 13:29:49.838 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.838 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.838 INFO kablam! 31 | | >, Sep 21 13:29:49.838 INFO kablam! 32 | | >; Sep 21 13:29:49.838 INFO kablam! | |_^ Sep 21 13:29:49.838 INFO kablam! Sep 21 13:29:49.839 INFO kablam! error[E0310]: the parameter type `Out` may not live long enough Sep 21 13:29:49.839 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.839 INFO kablam! | Sep 21 13:29:49.839 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.839 INFO kablam! | _____________________________---____^ Sep 21 13:29:49.839 INFO kablam! | | | Sep 21 13:29:49.840 INFO kablam! | | help: consider adding an explicit lifetime bound `Out: 'static`... Sep 21 13:29:49.840 INFO kablam! 28 | | Future< Sep 21 13:29:49.840 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.840 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.840 INFO kablam! 31 | | >, Sep 21 13:29:49.840 INFO kablam! 32 | | >; Sep 21 13:29:49.840 INFO kablam! | |_^ Sep 21 13:29:49.841 INFO kablam! | Sep 21 13:29:49.841 INFO kablam! note: ...so that the type `Out` will meet its required lifetime bounds Sep 21 13:29:49.841 INFO kablam! --> src/unsync/local_channel/mod.rs:27:36 Sep 21 13:29:49.841 INFO kablam! | Sep 21 13:29:49.841 INFO kablam! 27 | type DeclareQueueFuture = Box< Sep 21 13:29:49.841 INFO kablam! | ____________________________________^ Sep 21 13:29:49.842 INFO kablam! 28 | | Future< Sep 21 13:29:49.842 INFO kablam! 29 | | Item = (QueueName, LocalChannel), Sep 21 13:29:49.842 INFO kablam! 30 | | Error = Rc, Sep 21 13:29:49.842 INFO kablam! 31 | | >, Sep 21 13:29:49.842 INFO kablam! 32 | | >; Sep 21 13:29:49.843 INFO kablam! | |_^ Sep 21 13:29:49.843 INFO kablam! Sep 21 13:29:49.849 INFO kablam! error: aborting due to 4 previous errors Sep 21 13:29:49.850 INFO kablam! Sep 21 13:29:49.850 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 13:29:49.875 INFO kablam! error: Could not compile `amqpr`. Sep 21 13:29:49.875 INFO kablam! Sep 21 13:29:49.875 INFO kablam! To learn more, run the command again with --verbose. Sep 21 13:29:49.882 INFO kablam! su: No module specific data is present Sep 21 13:29:51.732 INFO running `"docker" "rm" "-f" "37966d1c8bcbe51ce1e5f5cad9875e18471ed6ac3268791f6c46554dcb4517ad"` Sep 21 13:29:51.838 INFO blam! 37966d1c8bcbe51ce1e5f5cad9875e18471ed6ac3268791f6c46554dcb4517ad