Sep 04 12:40:28.223 INFO checking lapin-futures-0.10.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 12:40:28.224 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 12:40:28.224 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:40:28.461 INFO blam! ca36db98519370c1249b3276ccf29c6c4808ee08aea2340e50d121532b9fc06c Sep 04 12:40:28.463 INFO running `"docker" "start" "-a" "ca36db98519370c1249b3276ccf29c6c4808ee08aea2340e50d121532b9fc06c"` Sep 04 12:40:29.628 INFO kablam! Compiling pest v0.3.3 Sep 04 12:40:29.709 INFO kablam! Compiling nom v3.2.1 Sep 04 12:40:29.728 INFO kablam! Checking handlebars v0.27.0 Sep 04 12:40:29.731 INFO kablam! Checking amq-protocol-types v0.20.0 Sep 04 12:40:29.750 INFO kablam! Checking webpki v0.14.0 Sep 04 12:40:32.425 INFO kablam! Checking rustls v0.9.0 Sep 04 12:40:32.425 INFO kablam! Checking webpki-roots v0.11.0 Sep 04 12:40:39.420 INFO kablam! Checking amq-protocol-codegen v0.27.0 Sep 04 12:40:45.568 INFO kablam! Checking tokio-rustls v0.2.4 Sep 04 12:40:57.891 INFO kablam! Compiling amq-protocol v0.19.1 Sep 04 12:41:17.080 INFO kablam! Compiling lapin-async v0.10.0 Sep 04 12:41:33.242 INFO kablam! Checking lapin-futures v0.10.0 (file:///source) Sep 04 12:41:36.382 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 04 12:41:36.382 INFO kablam! --> src/transport.rs:13:39 Sep 04 12:41:36.382 INFO kablam! | Sep 04 12:41:36.382 INFO kablam! 13 | use tokio_io::codec::{Decoder,Encoder,Framed}; Sep 04 12:41:36.382 INFO kablam! | ^^^^^^ Sep 04 12:41:36.382 INFO kablam! | Sep 04 12:41:36.382 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:41:36.382 INFO kablam! Sep 04 12:41:36.382 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 04 12:41:36.383 INFO kablam! --> src/transport.rs:106:13 Sep 04 12:41:36.383 INFO kablam! | Sep 04 12:41:36.383 INFO kablam! 106 | upstream: Framed, Sep 04 12:41:36.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 12:41:36.383 INFO kablam! Sep 04 12:41:36.499 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 04 12:41:36.499 INFO kablam! --> src/transport.rs:13:39 Sep 04 12:41:36.499 INFO kablam! | Sep 04 12:41:36.499 INFO kablam! 13 | use tokio_io::codec::{Decoder,Encoder,Framed}; Sep 04 12:41:36.499 INFO kablam! | ^^^^^^ Sep 04 12:41:36.500 INFO kablam! | Sep 04 12:41:36.500 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:41:36.501 INFO kablam! Sep 04 12:41:36.501 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Sep 04 12:41:36.501 INFO kablam! --> src/transport.rs:106:13 Sep 04 12:41:36.501 INFO kablam! | Sep 04 12:41:36.502 INFO kablam! 106 | upstream: Framed, Sep 04 12:41:36.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 12:41:36.502 INFO kablam! Sep 04 12:41:36.815 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 04 12:41:36.815 INFO kablam! --> src/transport.rs:133:25 Sep 04 12:41:36.815 INFO kablam! | Sep 04 12:41:36.815 INFO kablam! 133 | upstream: stream.framed(codec), Sep 04 12:41:36.815 INFO kablam! | ^^^^^^ Sep 04 12:41:36.815 INFO kablam! Sep 04 12:41:36.953 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Sep 04 12:41:36.953 INFO kablam! --> src/transport.rs:133:25 Sep 04 12:41:36.953 INFO kablam! | Sep 04 12:41:36.953 INFO kablam! 133 | upstream: stream.framed(codec), Sep 04 12:41:36.953 INFO kablam! | ^^^^^^ Sep 04 12:41:36.953 INFO kablam! Sep 04 12:41:37.477 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.478 INFO kablam! --> src/channel.rs:146:89 Sep 04 12:41:37.478 INFO kablam! | Sep 04 12:41:37.478 INFO kablam! 146 | channel.run_on_locked_transport("create", "Could not create channel", move |mut transport| { Sep 04 12:41:37.478 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.478 INFO kablam! | | Sep 04 12:41:37.478 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.478 INFO kablam! | Sep 04 12:41:37.478 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 12:41:37.478 INFO kablam! Sep 04 12:41:37.481 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.481 INFO kablam! --> src/channel.rs:158:85 Sep 04 12:41:37.481 INFO kablam! | Sep 04 12:41:37.481 INFO kablam! 158 | self.run_on_locked_transport("access_request", "Could not request access", |mut transport| { Sep 04 12:41:37.481 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.481 INFO kablam! | | Sep 04 12:41:37.481 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.481 INFO kablam! Sep 04 12:41:37.484 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.484 INFO kablam! --> src/channel.rs:168:89 Sep 04 12:41:37.484 INFO kablam! | Sep 04 12:41:37.484 INFO kablam! 168 | self.run_on_locked_transport("exchange_declare", "Could not declare exchange", |mut transport| { Sep 04 12:41:37.484 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.484 INFO kablam! | | Sep 04 12:41:37.484 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.484 INFO kablam! Sep 04 12:41:37.487 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.487 INFO kablam! --> src/channel.rs:178:87 Sep 04 12:41:37.487 INFO kablam! | Sep 04 12:41:37.487 INFO kablam! 178 | self.run_on_locked_transport("exchange_delete", "Could not delete exchange", |mut transport| { Sep 04 12:41:37.487 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.487 INFO kablam! | | Sep 04 12:41:37.487 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.487 INFO kablam! Sep 04 12:41:37.490 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.490 INFO kablam! --> src/channel.rs:188:83 Sep 04 12:41:37.490 INFO kablam! | Sep 04 12:41:37.490 INFO kablam! 188 | self.run_on_locked_transport("exchange_bind", "Could not bind exchange", |mut transport| { Sep 04 12:41:37.490 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.490 INFO kablam! | | Sep 04 12:41:37.490 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.490 INFO kablam! Sep 04 12:41:37.493 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.493 INFO kablam! --> src/channel.rs:198:87 Sep 04 12:41:37.493 INFO kablam! | Sep 04 12:41:37.493 INFO kablam! 198 | self.run_on_locked_transport("exchange_unbind", "Could not unbind exchange", |mut transport| { Sep 04 12:41:37.493 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.493 INFO kablam! | | Sep 04 12:41:37.493 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.493 INFO kablam! Sep 04 12:41:37.496 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.496 INFO kablam! --> src/channel.rs:211:83 Sep 04 12:41:37.496 INFO kablam! | Sep 04 12:41:37.496 INFO kablam! 211 | self.run_on_locked_transport("queue_declare", "Could not declare queue", |mut transport| { Sep 04 12:41:37.496 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.496 INFO kablam! | | Sep 04 12:41:37.496 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.496 INFO kablam! Sep 04 12:41:37.499 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.499 INFO kablam! --> src/channel.rs:221:77 Sep 04 12:41:37.499 INFO kablam! | Sep 04 12:41:37.499 INFO kablam! 221 | self.run_on_locked_transport("queue_bind", "Could not bind queue", |mut transport| { Sep 04 12:41:37.499 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.499 INFO kablam! | | Sep 04 12:41:37.499 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.499 INFO kablam! Sep 04 12:41:37.502 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.502 INFO kablam! --> src/channel.rs:229:97 Sep 04 12:41:37.502 INFO kablam! | Sep 04 12:41:37.502 INFO kablam! 229 | self.run_on_locked_transport("confirm_select", "Could not activate confirm extension", |mut transport| { Sep 04 12:41:37.502 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.502 INFO kablam! | | Sep 04 12:41:37.502 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.502 INFO kablam! Sep 04 12:41:37.514 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.514 INFO kablam! --> src/channel.rs:243:82 Sep 04 12:41:37.514 INFO kablam! | Sep 04 12:41:37.514 INFO kablam! 243 | self.run_on_locked_transport_full("basic_publish", "Could not publish", |mut transport| { Sep 04 12:41:37.515 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.515 INFO kablam! | | Sep 04 12:41:37.515 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.515 INFO kablam! Sep 04 12:41:37.515 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.515 INFO kablam! --> src/channel.rs:246:18 Sep 04 12:41:37.515 INFO kablam! | Sep 04 12:41:37.515 INFO kablam! 246 | }, move |mut conn, delivery_tag| { Sep 04 12:41:37.515 INFO kablam! | ----^^^^ Sep 04 12:41:37.515 INFO kablam! | | Sep 04 12:41:37.516 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.516 INFO kablam! Sep 04 12:41:37.523 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.523 INFO kablam! --> src/channel.rs:278:93 Sep 04 12:41:37.523 INFO kablam! | Sep 04 12:41:37.523 INFO kablam! 278 | Box::new(self.run_on_locked_transport("basic_consume", "Could not start consumer", |mut transport| { Sep 04 12:41:37.523 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.523 INFO kablam! | | Sep 04 12:41:37.523 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.523 INFO kablam! Sep 04 12:41:37.526 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.526 INFO kablam! --> src/channel.rs:289:77 Sep 04 12:41:37.526 INFO kablam! | Sep 04 12:41:37.526 INFO kablam! 289 | self.run_on_locked_transport("basic_ack", "Could not ack message", |mut transport| { Sep 04 12:41:37.526 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.526 INFO kablam! | | Sep 04 12:41:37.526 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.527 INFO kablam! Sep 04 12:41:37.529 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.529 INFO kablam! --> src/channel.rs:296:83 Sep 04 12:41:37.529 INFO kablam! | Sep 04 12:41:37.529 INFO kablam! 296 | self.run_on_locked_transport("basic_reject", "Could not reject message", |mut transport| { Sep 04 12:41:37.529 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.529 INFO kablam! | | Sep 04 12:41:37.529 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.530 INFO kablam! Sep 04 12:41:37.548 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.549 INFO kablam! --> src/channel.rs:321:91 Sep 04 12:41:37.549 INFO kablam! | Sep 04 12:41:37.549 INFO kablam! 321 | Box::new(self.run_on_locked_transport_full("basic_get", "Could not get message", |mut transport| { Sep 04 12:41:37.549 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.549 INFO kablam! | | Sep 04 12:41:37.549 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.549 INFO kablam! Sep 04 12:41:37.549 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.549 INFO kablam! --> src/channel.rs:323:13 Sep 04 12:41:37.549 INFO kablam! | Sep 04 12:41:37.550 INFO kablam! 323 | }, |mut conn, request_id| { Sep 04 12:41:37.550 INFO kablam! | ----^^^^ Sep 04 12:41:37.550 INFO kablam! | | Sep 04 12:41:37.550 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.550 INFO kablam! Sep 04 12:41:37.551 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.551 INFO kablam! --> src/channel.rs:339:79 Sep 04 12:41:37.551 INFO kablam! | Sep 04 12:41:37.551 INFO kablam! 339 | self.run_on_locked_transport("queue_purge", "Could not purge queue", |mut transport| { Sep 04 12:41:37.551 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.551 INFO kablam! | | Sep 04 12:41:37.552 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.552 INFO kablam! Sep 04 12:41:37.553 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.554 INFO kablam! --> src/channel.rs:354:79 Sep 04 12:41:37.554 INFO kablam! | Sep 04 12:41:37.554 INFO kablam! 354 | self.run_on_locked_transport("queue_purge", "Could not purge queue", |mut transport| { Sep 04 12:41:37.554 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.554 INFO kablam! | | Sep 04 12:41:37.554 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.554 INFO kablam! Sep 04 12:41:37.556 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.556 INFO kablam! --> src/channel.rs:361:75 Sep 04 12:41:37.557 INFO kablam! | Sep 04 12:41:37.557 INFO kablam! 361 | self.run_on_locked_transport("close", "Could not close channel", |mut transport| { Sep 04 12:41:37.557 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.557 INFO kablam! | | Sep 04 12:41:37.557 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.557 INFO kablam! Sep 04 12:41:37.590 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.590 INFO kablam! --> src/channel.rs:402:76 Sep 04 12:41:37.590 INFO kablam! | Sep 04 12:41:37.590 INFO kablam! 402 | Box::new(self.run_on_locked_transport_full(method, error, action, |mut conn, request_id| { Sep 04 12:41:37.590 INFO kablam! | ----^^^^ Sep 04 12:41:37.590 INFO kablam! | | Sep 04 12:41:37.590 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.591 INFO kablam! Sep 04 12:41:37.608 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.608 INFO kablam! --> src/channel.rs:146:89 Sep 04 12:41:37.608 INFO kablam! | Sep 04 12:41:37.608 INFO kablam! 146 | channel.run_on_locked_transport("create", "Could not create channel", move |mut transport| { Sep 04 12:41:37.609 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.609 INFO kablam! | | Sep 04 12:41:37.609 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.609 INFO kablam! | Sep 04 12:41:37.609 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 12:41:37.609 INFO kablam! Sep 04 12:41:37.611 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.611 INFO kablam! --> src/channel.rs:158:85 Sep 04 12:41:37.611 INFO kablam! | Sep 04 12:41:37.611 INFO kablam! 158 | self.run_on_locked_transport("access_request", "Could not request access", |mut transport| { Sep 04 12:41:37.612 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.612 INFO kablam! | | Sep 04 12:41:37.612 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.612 INFO kablam! Sep 04 12:41:37.615 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.615 INFO kablam! --> src/channel.rs:168:89 Sep 04 12:41:37.615 INFO kablam! | Sep 04 12:41:37.615 INFO kablam! 168 | self.run_on_locked_transport("exchange_declare", "Could not declare exchange", |mut transport| { Sep 04 12:41:37.615 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.615 INFO kablam! | | Sep 04 12:41:37.615 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.615 INFO kablam! Sep 04 12:41:37.617 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.617 INFO kablam! --> src/channel.rs:178:87 Sep 04 12:41:37.618 INFO kablam! | Sep 04 12:41:37.618 INFO kablam! 178 | self.run_on_locked_transport("exchange_delete", "Could not delete exchange", |mut transport| { Sep 04 12:41:37.618 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.618 INFO kablam! | | Sep 04 12:41:37.618 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.618 INFO kablam! Sep 04 12:41:37.620 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.621 INFO kablam! --> src/channel.rs:188:83 Sep 04 12:41:37.621 INFO kablam! | Sep 04 12:41:37.621 INFO kablam! 188 | self.run_on_locked_transport("exchange_bind", "Could not bind exchange", |mut transport| { Sep 04 12:41:37.621 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.621 INFO kablam! | | Sep 04 12:41:37.621 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.621 INFO kablam! Sep 04 12:41:37.623 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.623 INFO kablam! --> src/channel.rs:198:87 Sep 04 12:41:37.623 INFO kablam! | Sep 04 12:41:37.624 INFO kablam! 198 | self.run_on_locked_transport("exchange_unbind", "Could not unbind exchange", |mut transport| { Sep 04 12:41:37.624 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.624 INFO kablam! | | Sep 04 12:41:37.624 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.624 INFO kablam! Sep 04 12:41:37.626 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.626 INFO kablam! --> src/channel.rs:211:83 Sep 04 12:41:37.626 INFO kablam! | Sep 04 12:41:37.626 INFO kablam! 211 | self.run_on_locked_transport("queue_declare", "Could not declare queue", |mut transport| { Sep 04 12:41:37.626 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.627 INFO kablam! | | Sep 04 12:41:37.627 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.627 INFO kablam! Sep 04 12:41:37.629 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.629 INFO kablam! --> src/channel.rs:221:77 Sep 04 12:41:37.629 INFO kablam! | Sep 04 12:41:37.629 INFO kablam! 221 | self.run_on_locked_transport("queue_bind", "Could not bind queue", |mut transport| { Sep 04 12:41:37.630 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.630 INFO kablam! | | Sep 04 12:41:37.630 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.630 INFO kablam! Sep 04 12:41:37.632 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.632 INFO kablam! --> src/channel.rs:229:97 Sep 04 12:41:37.632 INFO kablam! | Sep 04 12:41:37.632 INFO kablam! 229 | self.run_on_locked_transport("confirm_select", "Could not activate confirm extension", |mut transport| { Sep 04 12:41:37.632 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.632 INFO kablam! | | Sep 04 12:41:37.632 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.632 INFO kablam! Sep 04 12:41:37.645 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.645 INFO kablam! --> src/channel.rs:243:82 Sep 04 12:41:37.645 INFO kablam! | Sep 04 12:41:37.645 INFO kablam! 243 | self.run_on_locked_transport_full("basic_publish", "Could not publish", |mut transport| { Sep 04 12:41:37.645 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.646 INFO kablam! | | Sep 04 12:41:37.646 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.646 INFO kablam! Sep 04 12:41:37.646 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.646 INFO kablam! --> src/channel.rs:246:18 Sep 04 12:41:37.646 INFO kablam! | Sep 04 12:41:37.646 INFO kablam! 246 | }, move |mut conn, delivery_tag| { Sep 04 12:41:37.646 INFO kablam! | ----^^^^ Sep 04 12:41:37.646 INFO kablam! | | Sep 04 12:41:37.646 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.647 INFO kablam! Sep 04 12:41:37.653 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.653 INFO kablam! --> src/channel.rs:278:93 Sep 04 12:41:37.653 INFO kablam! | Sep 04 12:41:37.653 INFO kablam! 278 | Box::new(self.run_on_locked_transport("basic_consume", "Could not start consumer", |mut transport| { Sep 04 12:41:37.653 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.653 INFO kablam! | | Sep 04 12:41:37.653 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.654 INFO kablam! Sep 04 12:41:37.656 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.656 INFO kablam! --> src/channel.rs:289:77 Sep 04 12:41:37.656 INFO kablam! | Sep 04 12:41:37.656 INFO kablam! 289 | self.run_on_locked_transport("basic_ack", "Could not ack message", |mut transport| { Sep 04 12:41:37.656 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.656 INFO kablam! | | Sep 04 12:41:37.657 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.657 INFO kablam! Sep 04 12:41:37.659 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.659 INFO kablam! --> src/channel.rs:296:83 Sep 04 12:41:37.659 INFO kablam! | Sep 04 12:41:37.659 INFO kablam! 296 | self.run_on_locked_transport("basic_reject", "Could not reject message", |mut transport| { Sep 04 12:41:37.659 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.659 INFO kablam! | | Sep 04 12:41:37.659 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.659 INFO kablam! Sep 04 12:41:37.678 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.678 INFO kablam! --> src/channel.rs:321:91 Sep 04 12:41:37.678 INFO kablam! | Sep 04 12:41:37.679 INFO kablam! 321 | Box::new(self.run_on_locked_transport_full("basic_get", "Could not get message", |mut transport| { Sep 04 12:41:37.679 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.679 INFO kablam! | | Sep 04 12:41:37.679 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.679 INFO kablam! Sep 04 12:41:37.679 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.679 INFO kablam! --> src/channel.rs:323:13 Sep 04 12:41:37.679 INFO kablam! | Sep 04 12:41:37.679 INFO kablam! 323 | }, |mut conn, request_id| { Sep 04 12:41:37.679 INFO kablam! | ----^^^^ Sep 04 12:41:37.680 INFO kablam! | | Sep 04 12:41:37.680 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.680 INFO kablam! Sep 04 12:41:37.681 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.681 INFO kablam! --> src/channel.rs:339:79 Sep 04 12:41:37.681 INFO kablam! | Sep 04 12:41:37.681 INFO kablam! 339 | self.run_on_locked_transport("queue_purge", "Could not purge queue", |mut transport| { Sep 04 12:41:37.681 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.681 INFO kablam! | | Sep 04 12:41:37.682 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.682 INFO kablam! Sep 04 12:41:37.683 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.683 INFO kablam! --> src/channel.rs:354:79 Sep 04 12:41:37.684 INFO kablam! | Sep 04 12:41:37.684 INFO kablam! 354 | self.run_on_locked_transport("queue_purge", "Could not purge queue", |mut transport| { Sep 04 12:41:37.684 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.684 INFO kablam! | | Sep 04 12:41:37.684 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.684 INFO kablam! Sep 04 12:41:37.686 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.686 INFO kablam! --> src/channel.rs:361:75 Sep 04 12:41:37.687 INFO kablam! | Sep 04 12:41:37.687 INFO kablam! 361 | self.run_on_locked_transport("close", "Could not close channel", |mut transport| { Sep 04 12:41:37.687 INFO kablam! | ----^^^^^^^^^ Sep 04 12:41:37.687 INFO kablam! | | Sep 04 12:41:37.687 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.687 INFO kablam! Sep 04 12:41:37.716 INFO kablam! warning: variable does not need to be mutable Sep 04 12:41:37.718 INFO kablam! --> src/channel.rs:402:76 Sep 04 12:41:37.718 INFO kablam! | Sep 04 12:41:37.718 INFO kablam! 402 | Box::new(self.run_on_locked_transport_full(method, error, action, |mut conn, request_id| { Sep 04 12:41:37.718 INFO kablam! | ----^^^^ Sep 04 12:41:37.718 INFO kablam! | | Sep 04 12:41:37.718 INFO kablam! | help: remove this `mut` Sep 04 12:41:37.718 INFO kablam! Sep 04 12:41:45.858 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Sep 04 12:41:45.877 INFO kablam! su: No module specific data is present Sep 04 12:41:46.362 INFO running `"docker" "rm" "-f" "ca36db98519370c1249b3276ccf29c6c4808ee08aea2340e50d121532b9fc06c"` Sep 04 12:41:46.469 INFO blam! ca36db98519370c1249b3276ccf29c6c4808ee08aea2340e50d121532b9fc06c