Oct 21 23:33:08.169 INFO checking smoltcp-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:33:08.169 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 23:33:08.595 INFO blam! bfb0876a5e81f181b65e984b6d80e4b8dc8fb8bfdebcabefe15b22f4543285bf Oct 21 23:33:08.612 INFO running `"docker" "start" "-a" "bfb0876a5e81f181b65e984b6d80e4b8dc8fb8bfdebcabefe15b22f4543285bf"` Oct 21 23:33:09.596 INFO kablam! usermod: no changes Oct 21 23:33:09.656 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 21 23:33:09.656 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 21 23:33:09.656 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 23:33:09.656 INFO kablam! files will be included as a example target: Oct 21 23:33:09.656 INFO kablam! Oct 21 23:33:09.656 INFO kablam! * /source/examples/utils.rs Oct 21 23:33:09.656 INFO kablam! Oct 21 23:33:09.656 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 23:33:09.656 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 21 23:33:09.656 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 21 23:33:09.656 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 23:33:09.656 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 23:33:09.656 INFO kablam! Oct 21 23:33:09.656 INFO kablam! For more information on this warning you can consult Oct 21 23:33:09.656 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 23:33:09.701 INFO kablam! Checking managed v0.4.0 Oct 21 23:33:10.358 INFO kablam! Checking smoltcp v0.4.0 (/source) Oct 21 23:33:14.128 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.128 INFO kablam! --> src/phy/fault_injector.rs:43:13 Oct 21 23:33:14.128 INFO kablam! | Oct 21 23:33:14.128 INFO kablam! 43 | let mut buffer = buffer.as_mut(); Oct 21 23:33:14.128 INFO kablam! | ----^^^^^^ Oct 21 23:33:14.128 INFO kablam! | | Oct 21 23:33:14.128 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.128 INFO kablam! | Oct 21 23:33:14.128 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:33:14.128 INFO kablam! Oct 21 23:33:14.328 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.328 INFO kablam! --> src/wire/icmpv4.rs:303:13 Oct 21 23:33:14.328 INFO kablam! | Oct 21 23:33:14.328 INFO kablam! 303 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.328 INFO kablam! | ----^^^^ Oct 21 23:33:14.328 INFO kablam! | | Oct 21 23:33:14.328 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.328 INFO kablam! Oct 21 23:33:14.328 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.328 INFO kablam! --> src/wire/icmpv4.rs:310:13 Oct 21 23:33:14.328 INFO kablam! | Oct 21 23:33:14.328 INFO kablam! 310 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.328 INFO kablam! | ----^^^^ Oct 21 23:33:14.328 INFO kablam! | | Oct 21 23:33:14.328 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.328 INFO kablam! Oct 21 23:33:14.328 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.328 INFO kablam! --> src/wire/icmpv4.rs:317:13 Oct 21 23:33:14.328 INFO kablam! | Oct 21 23:33:14.328 INFO kablam! 317 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.328 INFO kablam! | ----^^^^ Oct 21 23:33:14.328 INFO kablam! | | Oct 21 23:33:14.328 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.328 INFO kablam! Oct 21 23:33:14.328 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.329 INFO kablam! --> src/wire/icmpv4.rs:327:13 Oct 21 23:33:14.329 INFO kablam! | Oct 21 23:33:14.329 INFO kablam! 327 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.329 INFO kablam! | ----^^^^ Oct 21 23:33:14.329 INFO kablam! | | Oct 21 23:33:14.329 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.329 INFO kablam! Oct 21 23:33:14.329 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.329 INFO kablam! --> src/wire/icmpv4.rs:337:13 Oct 21 23:33:14.329 INFO kablam! | Oct 21 23:33:14.329 INFO kablam! 337 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.329 INFO kablam! | ----^^^^ Oct 21 23:33:14.329 INFO kablam! | | Oct 21 23:33:14.329 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.329 INFO kablam! Oct 21 23:33:14.329 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.329 INFO kablam! --> src/wire/icmpv4.rs:357:13 Oct 21 23:33:14.329 INFO kablam! | Oct 21 23:33:14.329 INFO kablam! 357 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.329 INFO kablam! | ----^^^^ Oct 21 23:33:14.329 INFO kablam! | | Oct 21 23:33:14.329 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.329 INFO kablam! Oct 21 23:33:14.371 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.371 INFO kablam! --> src/wire/udp.rs:136:13 Oct 21 23:33:14.371 INFO kablam! | Oct 21 23:33:14.371 INFO kablam! 136 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.371 INFO kablam! | ----^^^^ Oct 21 23:33:14.371 INFO kablam! | | Oct 21 23:33:14.371 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.371 INFO kablam! Oct 21 23:33:14.371 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.371 INFO kablam! --> src/wire/udp.rs:143:13 Oct 21 23:33:14.371 INFO kablam! | Oct 21 23:33:14.371 INFO kablam! 143 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.371 INFO kablam! | ----^^^^ Oct 21 23:33:14.371 INFO kablam! | | Oct 21 23:33:14.371 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.371 INFO kablam! Oct 21 23:33:14.372 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.372 INFO kablam! --> src/wire/udp.rs:150:13 Oct 21 23:33:14.372 INFO kablam! | Oct 21 23:33:14.373 INFO kablam! 150 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.373 INFO kablam! | ----^^^^ Oct 21 23:33:14.373 INFO kablam! | | Oct 21 23:33:14.373 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.373 INFO kablam! Oct 21 23:33:14.373 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.373 INFO kablam! --> src/wire/udp.rs:157:13 Oct 21 23:33:14.373 INFO kablam! | Oct 21 23:33:14.373 INFO kablam! 157 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.373 INFO kablam! | ----^^^^ Oct 21 23:33:14.373 INFO kablam! | | Oct 21 23:33:14.373 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.373 INFO kablam! Oct 21 23:33:14.376 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.376 INFO kablam! --> src/wire/udp.rs:189:13 Oct 21 23:33:14.376 INFO kablam! | Oct 21 23:33:14.376 INFO kablam! 189 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.376 INFO kablam! | ----^^^^ Oct 21 23:33:14.376 INFO kablam! | | Oct 21 23:33:14.376 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.376 INFO kablam! Oct 21 23:33:14.406 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.406 INFO kablam! --> src/wire/tcp.rs:328:13 Oct 21 23:33:14.406 INFO kablam! | Oct 21 23:33:14.406 INFO kablam! 328 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.406 INFO kablam! | ----^^^^ Oct 21 23:33:14.406 INFO kablam! | | Oct 21 23:33:14.406 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.407 INFO kablam! Oct 21 23:33:14.407 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.408 INFO kablam! --> src/wire/tcp.rs:335:13 Oct 21 23:33:14.408 INFO kablam! | Oct 21 23:33:14.409 INFO kablam! 335 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.410 INFO kablam! | ----^^^^ Oct 21 23:33:14.411 INFO kablam! | | Oct 21 23:33:14.411 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.411 INFO kablam! Oct 21 23:33:14.411 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.411 INFO kablam! --> src/wire/tcp.rs:342:13 Oct 21 23:33:14.411 INFO kablam! | Oct 21 23:33:14.416 INFO kablam! 342 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.416 INFO kablam! | ----^^^^ Oct 21 23:33:14.416 INFO kablam! | | Oct 21 23:33:14.416 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.416 INFO kablam! Oct 21 23:33:14.416 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.416 INFO kablam! --> src/wire/tcp.rs:349:13 Oct 21 23:33:14.416 INFO kablam! | Oct 21 23:33:14.416 INFO kablam! 349 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.416 INFO kablam! | ----^^^^ Oct 21 23:33:14.416 INFO kablam! | | Oct 21 23:33:14.416 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.416 INFO kablam! Oct 21 23:33:14.416 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.416 INFO kablam! --> src/wire/tcp.rs:365:13 Oct 21 23:33:14.416 INFO kablam! | Oct 21 23:33:14.416 INFO kablam! 365 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.416 INFO kablam! | ----^^^^ Oct 21 23:33:14.416 INFO kablam! | | Oct 21 23:33:14.416 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.416 INFO kablam! Oct 21 23:33:14.416 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.416 INFO kablam! --> src/wire/tcp.rs:374:13 Oct 21 23:33:14.416 INFO kablam! | Oct 21 23:33:14.416 INFO kablam! 374 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.416 INFO kablam! | ----^^^^ Oct 21 23:33:14.416 INFO kablam! | | Oct 21 23:33:14.416 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.416 INFO kablam! Oct 21 23:33:14.416 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.416 INFO kablam! --> src/wire/tcp.rs:383:13 Oct 21 23:33:14.416 INFO kablam! | Oct 21 23:33:14.416 INFO kablam! 383 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.416 INFO kablam! | ----^^^^ Oct 21 23:33:14.417 INFO kablam! | | Oct 21 23:33:14.417 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.417 INFO kablam! Oct 21 23:33:14.417 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.417 INFO kablam! --> src/wire/tcp.rs:392:13 Oct 21 23:33:14.417 INFO kablam! | Oct 21 23:33:14.417 INFO kablam! 392 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.417 INFO kablam! | ----^^^^ Oct 21 23:33:14.417 INFO kablam! | | Oct 21 23:33:14.417 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.417 INFO kablam! Oct 21 23:33:14.422 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.422 INFO kablam! --> src/wire/tcp.rs:401:13 Oct 21 23:33:14.422 INFO kablam! | Oct 21 23:33:14.422 INFO kablam! 401 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.422 INFO kablam! | ----^^^^ Oct 21 23:33:14.423 INFO kablam! | | Oct 21 23:33:14.423 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.423 INFO kablam! Oct 21 23:33:14.423 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.423 INFO kablam! --> src/wire/tcp.rs:410:13 Oct 21 23:33:14.423 INFO kablam! | Oct 21 23:33:14.423 INFO kablam! 410 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.423 INFO kablam! | ----^^^^ Oct 21 23:33:14.423 INFO kablam! | | Oct 21 23:33:14.423 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.423 INFO kablam! Oct 21 23:33:14.423 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.423 INFO kablam! --> src/wire/tcp.rs:419:13 Oct 21 23:33:14.423 INFO kablam! | Oct 21 23:33:14.423 INFO kablam! 419 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.423 INFO kablam! | ----^^^^ Oct 21 23:33:14.423 INFO kablam! | | Oct 21 23:33:14.423 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.423 INFO kablam! Oct 21 23:33:14.423 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.423 INFO kablam! --> src/wire/tcp.rs:428:13 Oct 21 23:33:14.423 INFO kablam! | Oct 21 23:33:14.423 INFO kablam! 428 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.423 INFO kablam! | ----^^^^ Oct 21 23:33:14.423 INFO kablam! | | Oct 21 23:33:14.423 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.423 INFO kablam! Oct 21 23:33:14.423 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.423 INFO kablam! --> src/wire/tcp.rs:437:13 Oct 21 23:33:14.423 INFO kablam! | Oct 21 23:33:14.423 INFO kablam! 437 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.423 INFO kablam! | ----^^^^ Oct 21 23:33:14.423 INFO kablam! | | Oct 21 23:33:14.423 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.423 INFO kablam! Oct 21 23:33:14.423 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.423 INFO kablam! --> src/wire/tcp.rs:446:13 Oct 21 23:33:14.423 INFO kablam! | Oct 21 23:33:14.423 INFO kablam! 446 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.423 INFO kablam! | ----^^^^ Oct 21 23:33:14.423 INFO kablam! | | Oct 21 23:33:14.423 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.423 INFO kablam! Oct 21 23:33:14.423 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.423 INFO kablam! --> src/wire/tcp.rs:455:13 Oct 21 23:33:14.423 INFO kablam! | Oct 21 23:33:14.423 INFO kablam! 455 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.423 INFO kablam! | ----^^^^ Oct 21 23:33:14.423 INFO kablam! | | Oct 21 23:33:14.423 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.423 INFO kablam! Oct 21 23:33:14.423 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.423 INFO kablam! --> src/wire/tcp.rs:462:13 Oct 21 23:33:14.423 INFO kablam! | Oct 21 23:33:14.423 INFO kablam! 462 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.423 INFO kablam! | ----^^^^ Oct 21 23:33:14.423 INFO kablam! | | Oct 21 23:33:14.423 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.423 INFO kablam! Oct 21 23:33:14.423 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.423 INFO kablam! --> src/wire/tcp.rs:469:13 Oct 21 23:33:14.423 INFO kablam! | Oct 21 23:33:14.423 INFO kablam! 469 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.423 INFO kablam! | ----^^^^ Oct 21 23:33:14.423 INFO kablam! | | Oct 21 23:33:14.423 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.423 INFO kablam! Oct 21 23:33:14.432 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:14.432 INFO kablam! --> src/wire/tcp.rs:505:13 Oct 21 23:33:14.432 INFO kablam! | Oct 21 23:33:14.432 INFO kablam! 505 | let mut data = self.buffer.as_mut(); Oct 21 23:33:14.432 INFO kablam! | ----^^^^ Oct 21 23:33:14.432 INFO kablam! | | Oct 21 23:33:14.432 INFO kablam! | help: remove this `mut` Oct 21 23:33:14.432 INFO kablam! Oct 21 23:33:14.840 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 21 23:33:14.840 INFO kablam! --> src/socket/raw.rs:51:31 Oct 21 23:33:14.840 INFO kablam! | Oct 21 23:33:14.840 INFO kablam! 51 | pub type SocketBuffer<'a, 'b: 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 21 23:33:14.840 INFO kablam! | ^^ Oct 21 23:33:14.840 INFO kablam! | Oct 21 23:33:14.840 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 21 23:33:14.840 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 21 23:33:14.840 INFO kablam! Oct 21 23:33:14.840 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 21 23:33:14.840 INFO kablam! --> src/socket/udp.rs:54:32 Oct 21 23:33:14.840 INFO kablam! | Oct 21 23:33:14.840 INFO kablam! 54 | pub type SocketBuffer<'a, 'b : 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 21 23:33:14.840 INFO kablam! | ^^ Oct 21 23:33:14.840 INFO kablam! | Oct 21 23:33:14.840 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 21 23:33:14.840 INFO kablam! Oct 21 23:33:19.064 INFO kablam! warning: unused import: `self` Oct 21 23:33:19.064 INFO kablam! --> examples/ping.rs:10:16 Oct 21 23:33:19.064 INFO kablam! | Oct 21 23:33:19.064 INFO kablam! 10 | use std::str::{self, FromStr}; Oct 21 23:33:19.064 INFO kablam! | ^^^^ Oct 21 23:33:19.064 INFO kablam! | Oct 21 23:33:19.064 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:33:19.064 INFO kablam! Oct 21 23:33:20.944 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:20.944 INFO kablam! --> src/storage/ring_buffer.rs:556:17 Oct 21 23:33:20.944 INFO kablam! | Oct 21 23:33:20.944 INFO kablam! 556 | let mut buf = ring.dequeue_many(8); Oct 21 23:33:20.944 INFO kablam! | ----^^^ Oct 21 23:33:20.944 INFO kablam! | | Oct 21 23:33:20.944 INFO kablam! | help: remove this `mut` Oct 21 23:33:20.944 INFO kablam! | Oct 21 23:33:20.944 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:33:20.944 INFO kablam! Oct 21 23:33:20.944 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:20.944 INFO kablam! --> src/storage/ring_buffer.rs:564:17 Oct 21 23:33:20.944 INFO kablam! | Oct 21 23:33:20.944 INFO kablam! 564 | let mut buf = ring.dequeue_many(8); Oct 21 23:33:20.944 INFO kablam! | ----^^^ Oct 21 23:33:20.944 INFO kablam! | | Oct 21 23:33:20.944 INFO kablam! | help: remove this `mut` Oct 21 23:33:20.944 INFO kablam! Oct 21 23:33:21.096 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.096 INFO kablam! --> src/phy/fault_injector.rs:43:13 Oct 21 23:33:21.096 INFO kablam! | Oct 21 23:33:21.096 INFO kablam! 43 | let mut buffer = buffer.as_mut(); Oct 21 23:33:21.096 INFO kablam! | ----^^^^^^ Oct 21 23:33:21.096 INFO kablam! | | Oct 21 23:33:21.096 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.096 INFO kablam! Oct 21 23:33:21.432 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.432 INFO kablam! --> src/wire/icmpv4.rs:303:13 Oct 21 23:33:21.432 INFO kablam! | Oct 21 23:33:21.432 INFO kablam! 303 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.432 INFO kablam! | ----^^^^ Oct 21 23:33:21.432 INFO kablam! | | Oct 21 23:33:21.432 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.432 INFO kablam! Oct 21 23:33:21.432 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.432 INFO kablam! --> src/wire/icmpv4.rs:310:13 Oct 21 23:33:21.432 INFO kablam! | Oct 21 23:33:21.432 INFO kablam! 310 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.432 INFO kablam! | ----^^^^ Oct 21 23:33:21.432 INFO kablam! | | Oct 21 23:33:21.432 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.432 INFO kablam! Oct 21 23:33:21.436 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.436 INFO kablam! --> src/wire/icmpv4.rs:317:13 Oct 21 23:33:21.436 INFO kablam! | Oct 21 23:33:21.436 INFO kablam! 317 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.436 INFO kablam! | ----^^^^ Oct 21 23:33:21.436 INFO kablam! | | Oct 21 23:33:21.436 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.436 INFO kablam! Oct 21 23:33:21.436 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.436 INFO kablam! --> src/wire/icmpv4.rs:327:13 Oct 21 23:33:21.436 INFO kablam! | Oct 21 23:33:21.436 INFO kablam! 327 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.436 INFO kablam! | ----^^^^ Oct 21 23:33:21.436 INFO kablam! | | Oct 21 23:33:21.436 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.436 INFO kablam! Oct 21 23:33:21.436 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.436 INFO kablam! --> src/wire/icmpv4.rs:337:13 Oct 21 23:33:21.436 INFO kablam! | Oct 21 23:33:21.436 INFO kablam! 337 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.436 INFO kablam! | ----^^^^ Oct 21 23:33:21.436 INFO kablam! | | Oct 21 23:33:21.436 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.436 INFO kablam! Oct 21 23:33:21.436 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.436 INFO kablam! --> src/wire/icmpv4.rs:357:13 Oct 21 23:33:21.436 INFO kablam! | Oct 21 23:33:21.436 INFO kablam! 357 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.436 INFO kablam! | ----^^^^ Oct 21 23:33:21.436 INFO kablam! | | Oct 21 23:33:21.436 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.436 INFO kablam! Oct 21 23:33:21.484 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.484 INFO kablam! --> src/wire/udp.rs:136:13 Oct 21 23:33:21.484 INFO kablam! | Oct 21 23:33:21.484 INFO kablam! 136 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.484 INFO kablam! | ----^^^^ Oct 21 23:33:21.484 INFO kablam! | | Oct 21 23:33:21.484 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.484 INFO kablam! Oct 21 23:33:21.484 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.484 INFO kablam! --> src/wire/udp.rs:143:13 Oct 21 23:33:21.484 INFO kablam! | Oct 21 23:33:21.484 INFO kablam! 143 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.484 INFO kablam! | ----^^^^ Oct 21 23:33:21.484 INFO kablam! | | Oct 21 23:33:21.485 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.485 INFO kablam! Oct 21 23:33:21.485 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.485 INFO kablam! --> src/wire/udp.rs:150:13 Oct 21 23:33:21.485 INFO kablam! | Oct 21 23:33:21.485 INFO kablam! 150 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.485 INFO kablam! | ----^^^^ Oct 21 23:33:21.485 INFO kablam! | | Oct 21 23:33:21.485 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.485 INFO kablam! Oct 21 23:33:21.485 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.485 INFO kablam! --> src/wire/udp.rs:157:13 Oct 21 23:33:21.485 INFO kablam! | Oct 21 23:33:21.485 INFO kablam! 157 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.485 INFO kablam! | ----^^^^ Oct 21 23:33:21.485 INFO kablam! | | Oct 21 23:33:21.485 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.485 INFO kablam! Oct 21 23:33:21.485 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.485 INFO kablam! --> src/wire/udp.rs:189:13 Oct 21 23:33:21.485 INFO kablam! | Oct 21 23:33:21.485 INFO kablam! 189 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.485 INFO kablam! | ----^^^^ Oct 21 23:33:21.485 INFO kablam! | | Oct 21 23:33:21.485 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.485 INFO kablam! Oct 21 23:33:21.533 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.533 INFO kablam! --> src/wire/tcp.rs:328:13 Oct 21 23:33:21.533 INFO kablam! | Oct 21 23:33:21.533 INFO kablam! 328 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.533 INFO kablam! | ----^^^^ Oct 21 23:33:21.533 INFO kablam! | | Oct 21 23:33:21.533 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.533 INFO kablam! Oct 21 23:33:21.533 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.533 INFO kablam! --> src/wire/tcp.rs:335:13 Oct 21 23:33:21.533 INFO kablam! | Oct 21 23:33:21.533 INFO kablam! 335 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.533 INFO kablam! | ----^^^^ Oct 21 23:33:21.533 INFO kablam! | | Oct 21 23:33:21.533 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.533 INFO kablam! Oct 21 23:33:21.533 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.533 INFO kablam! --> src/wire/tcp.rs:342:13 Oct 21 23:33:21.533 INFO kablam! | Oct 21 23:33:21.533 INFO kablam! 342 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.533 INFO kablam! | ----^^^^ Oct 21 23:33:21.533 INFO kablam! | | Oct 21 23:33:21.533 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.533 INFO kablam! Oct 21 23:33:21.533 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.533 INFO kablam! --> src/wire/tcp.rs:349:13 Oct 21 23:33:21.533 INFO kablam! | Oct 21 23:33:21.533 INFO kablam! 349 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.533 INFO kablam! | ----^^^^ Oct 21 23:33:21.533 INFO kablam! | | Oct 21 23:33:21.533 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.533 INFO kablam! Oct 21 23:33:21.533 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.533 INFO kablam! --> src/wire/tcp.rs:365:13 Oct 21 23:33:21.533 INFO kablam! | Oct 21 23:33:21.533 INFO kablam! 365 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.533 INFO kablam! | ----^^^^ Oct 21 23:33:21.533 INFO kablam! | | Oct 21 23:33:21.533 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.533 INFO kablam! Oct 21 23:33:21.533 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.533 INFO kablam! --> src/wire/tcp.rs:374:13 Oct 21 23:33:21.533 INFO kablam! | Oct 21 23:33:21.533 INFO kablam! 374 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.533 INFO kablam! | ----^^^^ Oct 21 23:33:21.533 INFO kablam! | | Oct 21 23:33:21.533 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.533 INFO kablam! Oct 21 23:33:21.533 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.533 INFO kablam! --> src/wire/tcp.rs:383:13 Oct 21 23:33:21.533 INFO kablam! | Oct 21 23:33:21.533 INFO kablam! 383 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.533 INFO kablam! | ----^^^^ Oct 21 23:33:21.533 INFO kablam! | | Oct 21 23:33:21.533 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.533 INFO kablam! Oct 21 23:33:21.533 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.533 INFO kablam! --> src/wire/tcp.rs:392:13 Oct 21 23:33:21.533 INFO kablam! | Oct 21 23:33:21.533 INFO kablam! 392 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.533 INFO kablam! | ----^^^^ Oct 21 23:33:21.533 INFO kablam! | | Oct 21 23:33:21.533 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.533 INFO kablam! Oct 21 23:33:21.533 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.533 INFO kablam! --> src/wire/tcp.rs:401:13 Oct 21 23:33:21.533 INFO kablam! | Oct 21 23:33:21.533 INFO kablam! 401 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.533 INFO kablam! | ----^^^^ Oct 21 23:33:21.533 INFO kablam! | | Oct 21 23:33:21.533 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.533 INFO kablam! Oct 21 23:33:21.533 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.533 INFO kablam! --> src/wire/tcp.rs:410:13 Oct 21 23:33:21.533 INFO kablam! | Oct 21 23:33:21.533 INFO kablam! 410 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.533 INFO kablam! | ----^^^^ Oct 21 23:33:21.534 INFO kablam! | | Oct 21 23:33:21.534 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.534 INFO kablam! Oct 21 23:33:21.534 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.534 INFO kablam! --> src/wire/tcp.rs:419:13 Oct 21 23:33:21.534 INFO kablam! | Oct 21 23:33:21.534 INFO kablam! 419 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.534 INFO kablam! | ----^^^^ Oct 21 23:33:21.534 INFO kablam! | | Oct 21 23:33:21.534 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.534 INFO kablam! Oct 21 23:33:21.534 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.534 INFO kablam! --> src/wire/tcp.rs:428:13 Oct 21 23:33:21.534 INFO kablam! | Oct 21 23:33:21.534 INFO kablam! 428 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.534 INFO kablam! | ----^^^^ Oct 21 23:33:21.534 INFO kablam! | | Oct 21 23:33:21.534 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.534 INFO kablam! Oct 21 23:33:21.534 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.534 INFO kablam! --> src/wire/tcp.rs:437:13 Oct 21 23:33:21.534 INFO kablam! | Oct 21 23:33:21.534 INFO kablam! 437 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.534 INFO kablam! | ----^^^^ Oct 21 23:33:21.534 INFO kablam! | | Oct 21 23:33:21.534 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.534 INFO kablam! Oct 21 23:33:21.534 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.534 INFO kablam! --> src/wire/tcp.rs:446:13 Oct 21 23:33:21.534 INFO kablam! | Oct 21 23:33:21.534 INFO kablam! 446 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.534 INFO kablam! | ----^^^^ Oct 21 23:33:21.534 INFO kablam! | | Oct 21 23:33:21.534 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.534 INFO kablam! Oct 21 23:33:21.540 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.540 INFO kablam! --> src/wire/tcp.rs:455:13 Oct 21 23:33:21.540 INFO kablam! | Oct 21 23:33:21.540 INFO kablam! 455 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.540 INFO kablam! | ----^^^^ Oct 21 23:33:21.540 INFO kablam! | | Oct 21 23:33:21.540 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.540 INFO kablam! Oct 21 23:33:21.540 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.540 INFO kablam! --> src/wire/tcp.rs:462:13 Oct 21 23:33:21.540 INFO kablam! | Oct 21 23:33:21.540 INFO kablam! 462 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.540 INFO kablam! | ----^^^^ Oct 21 23:33:21.540 INFO kablam! | | Oct 21 23:33:21.540 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.540 INFO kablam! Oct 21 23:33:21.540 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.540 INFO kablam! --> src/wire/tcp.rs:469:13 Oct 21 23:33:21.540 INFO kablam! | Oct 21 23:33:21.540 INFO kablam! 469 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.540 INFO kablam! | ----^^^^ Oct 21 23:33:21.540 INFO kablam! | | Oct 21 23:33:21.540 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.541 INFO kablam! Oct 21 23:33:21.541 INFO kablam! warning: variable does not need to be mutable Oct 21 23:33:21.541 INFO kablam! --> src/wire/tcp.rs:505:13 Oct 21 23:33:21.541 INFO kablam! | Oct 21 23:33:21.541 INFO kablam! 505 | let mut data = self.buffer.as_mut(); Oct 21 23:33:21.541 INFO kablam! | ----^^^^ Oct 21 23:33:21.541 INFO kablam! | | Oct 21 23:33:21.541 INFO kablam! | help: remove this `mut` Oct 21 23:33:21.541 INFO kablam! Oct 21 23:33:22.972 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 21 23:33:22.972 INFO kablam! --> src/socket/raw.rs:51:31 Oct 21 23:33:22.972 INFO kablam! | Oct 21 23:33:22.972 INFO kablam! 51 | pub type SocketBuffer<'a, 'b: 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 21 23:33:22.972 INFO kablam! | ^^ Oct 21 23:33:22.972 INFO kablam! | Oct 21 23:33:22.972 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 21 23:33:22.972 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 21 23:33:22.972 INFO kablam! Oct 21 23:33:22.980 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 21 23:33:22.980 INFO kablam! --> src/socket/udp.rs:54:32 Oct 21 23:33:22.980 INFO kablam! | Oct 21 23:33:22.980 INFO kablam! 54 | pub type SocketBuffer<'a, 'b : 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 21 23:33:22.980 INFO kablam! | ^^ Oct 21 23:33:22.980 INFO kablam! | Oct 21 23:33:22.980 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 21 23:33:22.980 INFO kablam! Oct 21 23:33:23.220 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.58s Oct 21 23:33:23.232 INFO kablam! su: No module specific data is present Oct 21 23:33:24.274 INFO running `"docker" "rm" "-f" "bfb0876a5e81f181b65e984b6d80e4b8dc8fb8bfdebcabefe15b22f4543285bf"` Oct 21 23:33:24.482 INFO blam! bfb0876a5e81f181b65e984b6d80e4b8dc8fb8bfdebcabefe15b22f4543285bf