Oct 27 15:34:12.447 INFO checking smoltcp-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:34:12.448 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 15:34:12.833 INFO blam! e249feb5f046c9609e124868c7837ff3d9a44cd716c12e7b4f5844ce4d04b705 Oct 27 15:34:12.835 INFO running `"docker" "start" "-a" "e249feb5f046c9609e124868c7837ff3d9a44cd716c12e7b4f5844ce4d04b705"` Oct 27 15:34:16.089 INFO kablam! usermod: no changes Oct 27 15:34:16.151 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 27 15:34:16.151 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 27 15:34:16.151 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 15:34:16.151 INFO kablam! files will be included as a example target: Oct 27 15:34:16.151 INFO kablam! Oct 27 15:34:16.151 INFO kablam! * /source/examples/utils.rs Oct 27 15:34:16.151 INFO kablam! Oct 27 15:34:16.151 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 15:34:16.151 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 27 15:34:16.151 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 27 15:34:16.151 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 15:34:16.151 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 15:34:16.151 INFO kablam! Oct 27 15:34:16.151 INFO kablam! For more information on this warning you can consult Oct 27 15:34:16.151 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 15:34:16.211 INFO kablam! Checking managed v0.4.0 Oct 27 15:34:16.964 INFO kablam! Checking smoltcp v0.4.0 (/source) Oct 27 15:34:21.248 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.248 INFO kablam! --> src/phy/fault_injector.rs:43:13 Oct 27 15:34:21.248 INFO kablam! | Oct 27 15:34:21.248 INFO kablam! 43 | let mut buffer = buffer.as_mut(); Oct 27 15:34:21.248 INFO kablam! | ----^^^^^^ Oct 27 15:34:21.248 INFO kablam! | | Oct 27 15:34:21.248 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.248 INFO kablam! | Oct 27 15:34:21.248 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 15:34:21.248 INFO kablam! Oct 27 15:34:21.675 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.675 INFO kablam! --> src/wire/icmpv4.rs:303:13 Oct 27 15:34:21.675 INFO kablam! | Oct 27 15:34:21.675 INFO kablam! 303 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.675 INFO kablam! | ----^^^^ Oct 27 15:34:21.675 INFO kablam! | | Oct 27 15:34:21.675 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.677 INFO kablam! Oct 27 15:34:21.677 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.677 INFO kablam! --> src/wire/icmpv4.rs:310:13 Oct 27 15:34:21.677 INFO kablam! | Oct 27 15:34:21.677 INFO kablam! 310 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.677 INFO kablam! | ----^^^^ Oct 27 15:34:21.677 INFO kablam! | | Oct 27 15:34:21.677 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.677 INFO kablam! Oct 27 15:34:21.677 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.677 INFO kablam! --> src/wire/icmpv4.rs:317:13 Oct 27 15:34:21.677 INFO kablam! | Oct 27 15:34:21.677 INFO kablam! 317 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.677 INFO kablam! | ----^^^^ Oct 27 15:34:21.677 INFO kablam! | | Oct 27 15:34:21.677 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.677 INFO kablam! Oct 27 15:34:21.677 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.677 INFO kablam! --> src/wire/icmpv4.rs:327:13 Oct 27 15:34:21.677 INFO kablam! | Oct 27 15:34:21.677 INFO kablam! 327 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.677 INFO kablam! | ----^^^^ Oct 27 15:34:21.677 INFO kablam! | | Oct 27 15:34:21.677 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.677 INFO kablam! Oct 27 15:34:21.677 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.677 INFO kablam! --> src/wire/icmpv4.rs:337:13 Oct 27 15:34:21.677 INFO kablam! | Oct 27 15:34:21.677 INFO kablam! 337 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.677 INFO kablam! | ----^^^^ Oct 27 15:34:21.677 INFO kablam! | | Oct 27 15:34:21.677 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.677 INFO kablam! Oct 27 15:34:21.682 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.682 INFO kablam! --> src/wire/icmpv4.rs:357:13 Oct 27 15:34:21.683 INFO kablam! | Oct 27 15:34:21.683 INFO kablam! 357 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.683 INFO kablam! | ----^^^^ Oct 27 15:34:21.683 INFO kablam! | | Oct 27 15:34:21.683 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.683 INFO kablam! Oct 27 15:34:21.723 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.723 INFO kablam! --> src/wire/udp.rs:136:13 Oct 27 15:34:21.723 INFO kablam! | Oct 27 15:34:21.723 INFO kablam! 136 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.723 INFO kablam! | ----^^^^ Oct 27 15:34:21.723 INFO kablam! | | Oct 27 15:34:21.723 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.723 INFO kablam! Oct 27 15:34:21.723 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.723 INFO kablam! --> src/wire/udp.rs:143:13 Oct 27 15:34:21.723 INFO kablam! | Oct 27 15:34:21.723 INFO kablam! 143 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.723 INFO kablam! | ----^^^^ Oct 27 15:34:21.723 INFO kablam! | | Oct 27 15:34:21.723 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.723 INFO kablam! Oct 27 15:34:21.723 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.723 INFO kablam! --> src/wire/udp.rs:150:13 Oct 27 15:34:21.723 INFO kablam! | Oct 27 15:34:21.723 INFO kablam! 150 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.723 INFO kablam! | ----^^^^ Oct 27 15:34:21.723 INFO kablam! | | Oct 27 15:34:21.723 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.723 INFO kablam! Oct 27 15:34:21.723 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.723 INFO kablam! --> src/wire/udp.rs:157:13 Oct 27 15:34:21.723 INFO kablam! | Oct 27 15:34:21.723 INFO kablam! 157 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.723 INFO kablam! | ----^^^^ Oct 27 15:34:21.723 INFO kablam! | | Oct 27 15:34:21.723 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.723 INFO kablam! Oct 27 15:34:21.723 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.723 INFO kablam! --> src/wire/udp.rs:189:13 Oct 27 15:34:21.723 INFO kablam! | Oct 27 15:34:21.723 INFO kablam! 189 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.723 INFO kablam! | ----^^^^ Oct 27 15:34:21.723 INFO kablam! | | Oct 27 15:34:21.723 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.723 INFO kablam! Oct 27 15:34:21.763 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.763 INFO kablam! --> src/wire/tcp.rs:328:13 Oct 27 15:34:21.763 INFO kablam! | Oct 27 15:34:21.763 INFO kablam! 328 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.763 INFO kablam! | ----^^^^ Oct 27 15:34:21.763 INFO kablam! | | Oct 27 15:34:21.763 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.763 INFO kablam! Oct 27 15:34:21.763 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.763 INFO kablam! --> src/wire/tcp.rs:335:13 Oct 27 15:34:21.763 INFO kablam! | Oct 27 15:34:21.763 INFO kablam! 335 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.763 INFO kablam! | ----^^^^ Oct 27 15:34:21.763 INFO kablam! | | Oct 27 15:34:21.763 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.763 INFO kablam! Oct 27 15:34:21.763 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.763 INFO kablam! --> src/wire/tcp.rs:342:13 Oct 27 15:34:21.763 INFO kablam! | Oct 27 15:34:21.763 INFO kablam! 342 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.763 INFO kablam! | ----^^^^ Oct 27 15:34:21.763 INFO kablam! | | Oct 27 15:34:21.763 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.763 INFO kablam! Oct 27 15:34:21.763 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.763 INFO kablam! --> src/wire/tcp.rs:349:13 Oct 27 15:34:21.763 INFO kablam! | Oct 27 15:34:21.763 INFO kablam! 349 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.763 INFO kablam! | ----^^^^ Oct 27 15:34:21.763 INFO kablam! | | Oct 27 15:34:21.763 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.763 INFO kablam! Oct 27 15:34:21.763 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.763 INFO kablam! --> src/wire/tcp.rs:365:13 Oct 27 15:34:21.763 INFO kablam! | Oct 27 15:34:21.763 INFO kablam! 365 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.763 INFO kablam! | ----^^^^ Oct 27 15:34:21.763 INFO kablam! | | Oct 27 15:34:21.763 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.763 INFO kablam! Oct 27 15:34:21.763 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.763 INFO kablam! --> src/wire/tcp.rs:374:13 Oct 27 15:34:21.763 INFO kablam! | Oct 27 15:34:21.763 INFO kablam! 374 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.763 INFO kablam! | ----^^^^ Oct 27 15:34:21.763 INFO kablam! | | Oct 27 15:34:21.763 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.763 INFO kablam! Oct 27 15:34:21.763 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.763 INFO kablam! --> src/wire/tcp.rs:383:13 Oct 27 15:34:21.763 INFO kablam! | Oct 27 15:34:21.763 INFO kablam! 383 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.763 INFO kablam! | ----^^^^ Oct 27 15:34:21.763 INFO kablam! | | Oct 27 15:34:21.763 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.763 INFO kablam! Oct 27 15:34:21.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.771 INFO kablam! --> src/wire/tcp.rs:392:13 Oct 27 15:34:21.771 INFO kablam! | Oct 27 15:34:21.771 INFO kablam! 392 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.771 INFO kablam! | ----^^^^ Oct 27 15:34:21.771 INFO kablam! | | Oct 27 15:34:21.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.771 INFO kablam! Oct 27 15:34:21.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.771 INFO kablam! --> src/wire/tcp.rs:401:13 Oct 27 15:34:21.771 INFO kablam! | Oct 27 15:34:21.771 INFO kablam! 401 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.771 INFO kablam! | ----^^^^ Oct 27 15:34:21.771 INFO kablam! | | Oct 27 15:34:21.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.771 INFO kablam! Oct 27 15:34:21.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.771 INFO kablam! --> src/wire/tcp.rs:410:13 Oct 27 15:34:21.771 INFO kablam! | Oct 27 15:34:21.771 INFO kablam! 410 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.771 INFO kablam! | ----^^^^ Oct 27 15:34:21.771 INFO kablam! | | Oct 27 15:34:21.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.771 INFO kablam! Oct 27 15:34:21.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.771 INFO kablam! --> src/wire/tcp.rs:419:13 Oct 27 15:34:21.771 INFO kablam! | Oct 27 15:34:21.771 INFO kablam! 419 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.771 INFO kablam! | ----^^^^ Oct 27 15:34:21.771 INFO kablam! | | Oct 27 15:34:21.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.771 INFO kablam! Oct 27 15:34:21.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.771 INFO kablam! --> src/wire/tcp.rs:428:13 Oct 27 15:34:21.771 INFO kablam! | Oct 27 15:34:21.771 INFO kablam! 428 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.771 INFO kablam! | ----^^^^ Oct 27 15:34:21.771 INFO kablam! | | Oct 27 15:34:21.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.771 INFO kablam! Oct 27 15:34:21.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.771 INFO kablam! --> src/wire/tcp.rs:437:13 Oct 27 15:34:21.771 INFO kablam! | Oct 27 15:34:21.771 INFO kablam! 437 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.771 INFO kablam! | ----^^^^ Oct 27 15:34:21.771 INFO kablam! | | Oct 27 15:34:21.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.771 INFO kablam! Oct 27 15:34:21.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.771 INFO kablam! --> src/wire/tcp.rs:446:13 Oct 27 15:34:21.771 INFO kablam! | Oct 27 15:34:21.771 INFO kablam! 446 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.771 INFO kablam! | ----^^^^ Oct 27 15:34:21.771 INFO kablam! | | Oct 27 15:34:21.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.771 INFO kablam! Oct 27 15:34:21.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.771 INFO kablam! --> src/wire/tcp.rs:455:13 Oct 27 15:34:21.771 INFO kablam! | Oct 27 15:34:21.771 INFO kablam! 455 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.771 INFO kablam! | ----^^^^ Oct 27 15:34:21.771 INFO kablam! | | Oct 27 15:34:21.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.771 INFO kablam! Oct 27 15:34:21.787 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.787 INFO kablam! --> src/wire/tcp.rs:462:13 Oct 27 15:34:21.787 INFO kablam! | Oct 27 15:34:21.787 INFO kablam! 462 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.787 INFO kablam! | ----^^^^ Oct 27 15:34:21.787 INFO kablam! | | Oct 27 15:34:21.787 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.787 INFO kablam! Oct 27 15:34:21.787 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.787 INFO kablam! --> src/wire/tcp.rs:469:13 Oct 27 15:34:21.787 INFO kablam! | Oct 27 15:34:21.787 INFO kablam! 469 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.787 INFO kablam! | ----^^^^ Oct 27 15:34:21.787 INFO kablam! | | Oct 27 15:34:21.787 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.787 INFO kablam! Oct 27 15:34:21.787 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:21.787 INFO kablam! --> src/wire/tcp.rs:505:13 Oct 27 15:34:21.787 INFO kablam! | Oct 27 15:34:21.787 INFO kablam! 505 | let mut data = self.buffer.as_mut(); Oct 27 15:34:21.787 INFO kablam! | ----^^^^ Oct 27 15:34:21.787 INFO kablam! | | Oct 27 15:34:21.787 INFO kablam! | help: remove this `mut` Oct 27 15:34:21.787 INFO kablam! Oct 27 15:34:22.355 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 15:34:22.355 INFO kablam! --> src/socket/raw.rs:51:31 Oct 27 15:34:22.355 INFO kablam! | Oct 27 15:34:22.355 INFO kablam! 51 | pub type SocketBuffer<'a, 'b: 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 27 15:34:22.355 INFO kablam! | ^^ Oct 27 15:34:22.355 INFO kablam! | Oct 27 15:34:22.355 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 15:34:22.355 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 15:34:22.355 INFO kablam! Oct 27 15:34:22.355 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 15:34:22.355 INFO kablam! --> src/socket/udp.rs:54:32 Oct 27 15:34:22.355 INFO kablam! | Oct 27 15:34:22.355 INFO kablam! 54 | pub type SocketBuffer<'a, 'b : 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 27 15:34:22.355 INFO kablam! | ^^ Oct 27 15:34:22.355 INFO kablam! | Oct 27 15:34:22.355 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 15:34:22.355 INFO kablam! Oct 27 15:34:28.157 INFO kablam! warning: unused import: `self` Oct 27 15:34:28.157 INFO kablam! --> examples/ping.rs:10:16 Oct 27 15:34:28.157 INFO kablam! | Oct 27 15:34:28.157 INFO kablam! 10 | use std::str::{self, FromStr}; Oct 27 15:34:28.157 INFO kablam! | ^^^^ Oct 27 15:34:28.158 INFO kablam! | Oct 27 15:34:28.158 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:34:28.158 INFO kablam! Oct 27 15:34:31.423 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.423 INFO kablam! --> src/storage/ring_buffer.rs:556:17 Oct 27 15:34:31.423 INFO kablam! | Oct 27 15:34:31.423 INFO kablam! 556 | let mut buf = ring.dequeue_many(8); Oct 27 15:34:31.423 INFO kablam! | ----^^^ Oct 27 15:34:31.423 INFO kablam! | | Oct 27 15:34:31.423 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.423 INFO kablam! | Oct 27 15:34:31.423 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 15:34:31.423 INFO kablam! Oct 27 15:34:31.423 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.423 INFO kablam! --> src/storage/ring_buffer.rs:564:17 Oct 27 15:34:31.423 INFO kablam! | Oct 27 15:34:31.423 INFO kablam! 564 | let mut buf = ring.dequeue_many(8); Oct 27 15:34:31.423 INFO kablam! | ----^^^ Oct 27 15:34:31.423 INFO kablam! | | Oct 27 15:34:31.423 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.423 INFO kablam! Oct 27 15:34:31.468 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.468 INFO kablam! --> src/phy/fault_injector.rs:43:13 Oct 27 15:34:31.468 INFO kablam! | Oct 27 15:34:31.468 INFO kablam! 43 | let mut buffer = buffer.as_mut(); Oct 27 15:34:31.468 INFO kablam! | ----^^^^^^ Oct 27 15:34:31.469 INFO kablam! | | Oct 27 15:34:31.469 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.469 INFO kablam! Oct 27 15:34:31.698 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.698 INFO kablam! --> src/wire/icmpv4.rs:303:13 Oct 27 15:34:31.698 INFO kablam! | Oct 27 15:34:31.699 INFO kablam! 303 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.699 INFO kablam! | ----^^^^ Oct 27 15:34:31.699 INFO kablam! | | Oct 27 15:34:31.699 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.699 INFO kablam! Oct 27 15:34:31.699 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.699 INFO kablam! --> src/wire/icmpv4.rs:310:13 Oct 27 15:34:31.699 INFO kablam! | Oct 27 15:34:31.699 INFO kablam! 310 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.699 INFO kablam! | ----^^^^ Oct 27 15:34:31.699 INFO kablam! | | Oct 27 15:34:31.699 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.699 INFO kablam! Oct 27 15:34:31.699 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.699 INFO kablam! --> src/wire/icmpv4.rs:317:13 Oct 27 15:34:31.699 INFO kablam! | Oct 27 15:34:31.699 INFO kablam! 317 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.700 INFO kablam! | ----^^^^ Oct 27 15:34:31.700 INFO kablam! | | Oct 27 15:34:31.700 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.700 INFO kablam! Oct 27 15:34:31.700 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.700 INFO kablam! --> src/wire/icmpv4.rs:327:13 Oct 27 15:34:31.700 INFO kablam! | Oct 27 15:34:31.700 INFO kablam! 327 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.700 INFO kablam! | ----^^^^ Oct 27 15:34:31.700 INFO kablam! | | Oct 27 15:34:31.700 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.700 INFO kablam! Oct 27 15:34:31.700 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.700 INFO kablam! --> src/wire/icmpv4.rs:337:13 Oct 27 15:34:31.700 INFO kablam! | Oct 27 15:34:31.700 INFO kablam! 337 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.701 INFO kablam! | ----^^^^ Oct 27 15:34:31.701 INFO kablam! | | Oct 27 15:34:31.701 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.701 INFO kablam! Oct 27 15:34:31.701 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.701 INFO kablam! --> src/wire/icmpv4.rs:357:13 Oct 27 15:34:31.701 INFO kablam! | Oct 27 15:34:31.701 INFO kablam! 357 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.702 INFO kablam! | ----^^^^ Oct 27 15:34:31.702 INFO kablam! | | Oct 27 15:34:31.702 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.702 INFO kablam! Oct 27 15:34:31.738 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.738 INFO kablam! --> src/wire/udp.rs:136:13 Oct 27 15:34:31.739 INFO kablam! | Oct 27 15:34:31.739 INFO kablam! 136 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.739 INFO kablam! | ----^^^^ Oct 27 15:34:31.739 INFO kablam! | | Oct 27 15:34:31.739 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.739 INFO kablam! Oct 27 15:34:31.739 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.739 INFO kablam! --> src/wire/udp.rs:143:13 Oct 27 15:34:31.739 INFO kablam! | Oct 27 15:34:31.739 INFO kablam! 143 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.739 INFO kablam! | ----^^^^ Oct 27 15:34:31.740 INFO kablam! | | Oct 27 15:34:31.740 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.740 INFO kablam! Oct 27 15:34:31.740 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.740 INFO kablam! --> src/wire/udp.rs:150:13 Oct 27 15:34:31.740 INFO kablam! | Oct 27 15:34:31.740 INFO kablam! 150 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.740 INFO kablam! | ----^^^^ Oct 27 15:34:31.740 INFO kablam! | | Oct 27 15:34:31.740 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.740 INFO kablam! Oct 27 15:34:31.740 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.740 INFO kablam! --> src/wire/udp.rs:157:13 Oct 27 15:34:31.740 INFO kablam! | Oct 27 15:34:31.740 INFO kablam! 157 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.740 INFO kablam! | ----^^^^ Oct 27 15:34:31.740 INFO kablam! | | Oct 27 15:34:31.740 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.740 INFO kablam! Oct 27 15:34:31.741 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.741 INFO kablam! --> src/wire/udp.rs:189:13 Oct 27 15:34:31.741 INFO kablam! | Oct 27 15:34:31.741 INFO kablam! 189 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.741 INFO kablam! | ----^^^^ Oct 27 15:34:31.741 INFO kablam! | | Oct 27 15:34:31.741 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.742 INFO kablam! Oct 27 15:34:31.775 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.775 INFO kablam! --> src/wire/tcp.rs:328:13 Oct 27 15:34:31.775 INFO kablam! | Oct 27 15:34:31.775 INFO kablam! 328 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.775 INFO kablam! | ----^^^^ Oct 27 15:34:31.775 INFO kablam! | | Oct 27 15:34:31.775 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.775 INFO kablam! Oct 27 15:34:31.775 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.775 INFO kablam! --> src/wire/tcp.rs:335:13 Oct 27 15:34:31.775 INFO kablam! | Oct 27 15:34:31.775 INFO kablam! 335 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.775 INFO kablam! | ----^^^^ Oct 27 15:34:31.775 INFO kablam! | | Oct 27 15:34:31.775 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.775 INFO kablam! Oct 27 15:34:31.775 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.776 INFO kablam! --> src/wire/tcp.rs:342:13 Oct 27 15:34:31.776 INFO kablam! | Oct 27 15:34:31.776 INFO kablam! 342 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.776 INFO kablam! | ----^^^^ Oct 27 15:34:31.776 INFO kablam! | | Oct 27 15:34:31.776 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.776 INFO kablam! Oct 27 15:34:31.776 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.776 INFO kablam! --> src/wire/tcp.rs:349:13 Oct 27 15:34:31.776 INFO kablam! | Oct 27 15:34:31.776 INFO kablam! 349 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.776 INFO kablam! | ----^^^^ Oct 27 15:34:31.776 INFO kablam! | | Oct 27 15:34:31.776 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.776 INFO kablam! Oct 27 15:34:31.777 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.777 INFO kablam! --> src/wire/tcp.rs:365:13 Oct 27 15:34:31.777 INFO kablam! | Oct 27 15:34:31.777 INFO kablam! 365 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.777 INFO kablam! | ----^^^^ Oct 27 15:34:31.777 INFO kablam! | | Oct 27 15:34:31.777 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.777 INFO kablam! Oct 27 15:34:31.778 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.778 INFO kablam! --> src/wire/tcp.rs:374:13 Oct 27 15:34:31.778 INFO kablam! | Oct 27 15:34:31.778 INFO kablam! 374 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.778 INFO kablam! | ----^^^^ Oct 27 15:34:31.779 INFO kablam! | | Oct 27 15:34:31.779 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.779 INFO kablam! Oct 27 15:34:31.780 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.780 INFO kablam! --> src/wire/tcp.rs:383:13 Oct 27 15:34:31.780 INFO kablam! | Oct 27 15:34:31.780 INFO kablam! 383 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.780 INFO kablam! | ----^^^^ Oct 27 15:34:31.780 INFO kablam! | | Oct 27 15:34:31.781 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.781 INFO kablam! Oct 27 15:34:31.782 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.782 INFO kablam! --> src/wire/tcp.rs:392:13 Oct 27 15:34:31.782 INFO kablam! | Oct 27 15:34:31.782 INFO kablam! 392 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.782 INFO kablam! | ----^^^^ Oct 27 15:34:31.782 INFO kablam! | | Oct 27 15:34:31.782 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.783 INFO kablam! Oct 27 15:34:31.783 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.784 INFO kablam! --> src/wire/tcp.rs:401:13 Oct 27 15:34:31.784 INFO kablam! | Oct 27 15:34:31.784 INFO kablam! 401 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.784 INFO kablam! | ----^^^^ Oct 27 15:34:31.785 INFO kablam! | | Oct 27 15:34:31.785 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.785 INFO kablam! Oct 27 15:34:31.786 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.786 INFO kablam! --> src/wire/tcp.rs:410:13 Oct 27 15:34:31.786 INFO kablam! | Oct 27 15:34:31.786 INFO kablam! 410 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.786 INFO kablam! | ----^^^^ Oct 27 15:34:31.786 INFO kablam! | | Oct 27 15:34:31.787 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.787 INFO kablam! Oct 27 15:34:31.788 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.788 INFO kablam! --> src/wire/tcp.rs:419:13 Oct 27 15:34:31.788 INFO kablam! | Oct 27 15:34:31.788 INFO kablam! 419 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.788 INFO kablam! | ----^^^^ Oct 27 15:34:31.788 INFO kablam! | | Oct 27 15:34:31.789 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.789 INFO kablam! Oct 27 15:34:31.790 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.790 INFO kablam! --> src/wire/tcp.rs:428:13 Oct 27 15:34:31.790 INFO kablam! | Oct 27 15:34:31.790 INFO kablam! 428 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.790 INFO kablam! | ----^^^^ Oct 27 15:34:31.795 INFO kablam! | | Oct 27 15:34:31.795 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.795 INFO kablam! Oct 27 15:34:31.795 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.795 INFO kablam! --> src/wire/tcp.rs:437:13 Oct 27 15:34:31.795 INFO kablam! | Oct 27 15:34:31.795 INFO kablam! 437 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.795 INFO kablam! | ----^^^^ Oct 27 15:34:31.795 INFO kablam! | | Oct 27 15:34:31.795 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.795 INFO kablam! Oct 27 15:34:31.795 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.795 INFO kablam! --> src/wire/tcp.rs:446:13 Oct 27 15:34:31.795 INFO kablam! | Oct 27 15:34:31.795 INFO kablam! 446 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.795 INFO kablam! | ----^^^^ Oct 27 15:34:31.795 INFO kablam! | | Oct 27 15:34:31.795 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.795 INFO kablam! Oct 27 15:34:31.795 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.795 INFO kablam! --> src/wire/tcp.rs:455:13 Oct 27 15:34:31.795 INFO kablam! | Oct 27 15:34:31.795 INFO kablam! 455 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.795 INFO kablam! | ----^^^^ Oct 27 15:34:31.796 INFO kablam! | | Oct 27 15:34:31.796 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.796 INFO kablam! Oct 27 15:34:31.796 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.796 INFO kablam! --> src/wire/tcp.rs:462:13 Oct 27 15:34:31.796 INFO kablam! | Oct 27 15:34:31.796 INFO kablam! 462 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.796 INFO kablam! | ----^^^^ Oct 27 15:34:31.796 INFO kablam! | | Oct 27 15:34:31.796 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.796 INFO kablam! Oct 27 15:34:31.796 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.796 INFO kablam! --> src/wire/tcp.rs:469:13 Oct 27 15:34:31.796 INFO kablam! | Oct 27 15:34:31.796 INFO kablam! 469 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.796 INFO kablam! | ----^^^^ Oct 27 15:34:31.796 INFO kablam! | | Oct 27 15:34:31.796 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.796 INFO kablam! Oct 27 15:34:31.807 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:31.807 INFO kablam! --> src/wire/tcp.rs:505:13 Oct 27 15:34:31.807 INFO kablam! | Oct 27 15:34:31.807 INFO kablam! 505 | let mut data = self.buffer.as_mut(); Oct 27 15:34:31.807 INFO kablam! | ----^^^^ Oct 27 15:34:31.807 INFO kablam! | | Oct 27 15:34:31.807 INFO kablam! | help: remove this `mut` Oct 27 15:34:31.807 INFO kablam! Oct 27 15:34:33.195 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 15:34:33.195 INFO kablam! --> src/socket/raw.rs:51:31 Oct 27 15:34:33.195 INFO kablam! | Oct 27 15:34:33.195 INFO kablam! 51 | pub type SocketBuffer<'a, 'b: 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 27 15:34:33.195 INFO kablam! | ^^ Oct 27 15:34:33.195 INFO kablam! | Oct 27 15:34:33.195 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 15:34:33.195 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 15:34:33.195 INFO kablam! Oct 27 15:34:33.203 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 15:34:33.203 INFO kablam! --> src/socket/udp.rs:54:32 Oct 27 15:34:33.203 INFO kablam! | Oct 27 15:34:33.203 INFO kablam! 54 | pub type SocketBuffer<'a, 'b : 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 27 15:34:33.203 INFO kablam! | ^^ Oct 27 15:34:33.203 INFO kablam! | Oct 27 15:34:33.203 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 15:34:33.203 INFO kablam! Oct 27 15:34:33.468 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.34s Oct 27 15:34:33.493 INFO kablam! su: No module specific data is present Oct 27 15:34:34.787 INFO running `"docker" "rm" "-f" "e249feb5f046c9609e124868c7837ff3d9a44cd716c12e7b4f5844ce4d04b705"` Oct 27 15:34:35.139 INFO blam! e249feb5f046c9609e124868c7837ff3d9a44cd716c12e7b4f5844ce4d04b705