Oct 27 15:34:11.440 INFO checking smoltcp-0.4.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:34:11.442 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:11.939 INFO blam! f751662ca79770fb7faef17e3fbf75c90c4a1a209073ef7d21f85b3c556a1d14 Oct 27 15:34:11.951 INFO running `"docker" "start" "-a" "f751662ca79770fb7faef17e3fbf75c90c4a1a209073ef7d21f85b3c556a1d14"` Oct 27 15:34:13.695 INFO kablam! usermod: no changes Oct 27 15:34:13.739 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 27 15:34:13.739 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 27 15:34:13.739 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 15:34:13.739 INFO kablam! files will be included as a example target: Oct 27 15:34:13.739 INFO kablam! Oct 27 15:34:13.739 INFO kablam! * /source/examples/utils.rs Oct 27 15:34:13.739 INFO kablam! Oct 27 15:34:13.739 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 15:34:13.739 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 27 15:34:13.739 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 27 15:34:13.739 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 15:34:13.739 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 15:34:13.739 INFO kablam! Oct 27 15:34:13.739 INFO kablam! For more information on this warning you can consult Oct 27 15:34:13.739 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 15:34:13.823 INFO kablam! Checking managed v0.4.0 Oct 27 15:34:14.660 INFO kablam! Checking smoltcp v0.4.0 (/source) Oct 27 15:34:18.343 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.343 INFO kablam! --> src/phy/fault_injector.rs:43:13 Oct 27 15:34:18.343 INFO kablam! | Oct 27 15:34:18.343 INFO kablam! 43 | let mut buffer = buffer.as_mut(); Oct 27 15:34:18.343 INFO kablam! | ----^^^^^^ Oct 27 15:34:18.343 INFO kablam! | | Oct 27 15:34:18.343 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.343 INFO kablam! | Oct 27 15:34:18.343 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 15:34:18.343 INFO kablam! Oct 27 15:34:18.719 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.719 INFO kablam! --> src/wire/icmpv4.rs:303:13 Oct 27 15:34:18.719 INFO kablam! | Oct 27 15:34:18.719 INFO kablam! 303 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.719 INFO kablam! | ----^^^^ Oct 27 15:34:18.719 INFO kablam! | | Oct 27 15:34:18.719 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.719 INFO kablam! Oct 27 15:34:18.719 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.719 INFO kablam! --> src/wire/icmpv4.rs:310:13 Oct 27 15:34:18.719 INFO kablam! | Oct 27 15:34:18.719 INFO kablam! 310 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.719 INFO kablam! | ----^^^^ Oct 27 15:34:18.719 INFO kablam! | | Oct 27 15:34:18.719 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.719 INFO kablam! Oct 27 15:34:18.719 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.719 INFO kablam! --> src/wire/icmpv4.rs:317:13 Oct 27 15:34:18.719 INFO kablam! | Oct 27 15:34:18.719 INFO kablam! 317 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.719 INFO kablam! | ----^^^^ Oct 27 15:34:18.719 INFO kablam! | | Oct 27 15:34:18.719 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.719 INFO kablam! Oct 27 15:34:18.719 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.719 INFO kablam! --> src/wire/icmpv4.rs:327:13 Oct 27 15:34:18.719 INFO kablam! | Oct 27 15:34:18.719 INFO kablam! 327 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.719 INFO kablam! | ----^^^^ Oct 27 15:34:18.719 INFO kablam! | | Oct 27 15:34:18.719 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.719 INFO kablam! Oct 27 15:34:18.719 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.719 INFO kablam! --> src/wire/icmpv4.rs:337:13 Oct 27 15:34:18.719 INFO kablam! | Oct 27 15:34:18.719 INFO kablam! 337 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.719 INFO kablam! | ----^^^^ Oct 27 15:34:18.719 INFO kablam! | | Oct 27 15:34:18.719 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.719 INFO kablam! Oct 27 15:34:18.719 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.719 INFO kablam! --> src/wire/icmpv4.rs:357:13 Oct 27 15:34:18.719 INFO kablam! | Oct 27 15:34:18.719 INFO kablam! 357 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.719 INFO kablam! | ----^^^^ Oct 27 15:34:18.719 INFO kablam! | | Oct 27 15:34:18.719 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.719 INFO kablam! Oct 27 15:34:18.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.771 INFO kablam! --> src/wire/udp.rs:136:13 Oct 27 15:34:18.771 INFO kablam! | Oct 27 15:34:18.771 INFO kablam! 136 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.771 INFO kablam! | ----^^^^ Oct 27 15:34:18.771 INFO kablam! | | Oct 27 15:34:18.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.771 INFO kablam! Oct 27 15:34:18.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.771 INFO kablam! --> src/wire/udp.rs:143:13 Oct 27 15:34:18.771 INFO kablam! | Oct 27 15:34:18.771 INFO kablam! 143 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.771 INFO kablam! | ----^^^^ Oct 27 15:34:18.771 INFO kablam! | | Oct 27 15:34:18.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.771 INFO kablam! Oct 27 15:34:18.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.771 INFO kablam! --> src/wire/udp.rs:150:13 Oct 27 15:34:18.771 INFO kablam! | Oct 27 15:34:18.771 INFO kablam! 150 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.771 INFO kablam! | ----^^^^ Oct 27 15:34:18.771 INFO kablam! | | Oct 27 15:34:18.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.771 INFO kablam! Oct 27 15:34:18.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.771 INFO kablam! --> src/wire/udp.rs:157:13 Oct 27 15:34:18.771 INFO kablam! | Oct 27 15:34:18.771 INFO kablam! 157 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.771 INFO kablam! | ----^^^^ Oct 27 15:34:18.771 INFO kablam! | | Oct 27 15:34:18.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.771 INFO kablam! Oct 27 15:34:18.771 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.771 INFO kablam! --> src/wire/udp.rs:189:13 Oct 27 15:34:18.771 INFO kablam! | Oct 27 15:34:18.771 INFO kablam! 189 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.771 INFO kablam! | ----^^^^ Oct 27 15:34:18.771 INFO kablam! | | Oct 27 15:34:18.771 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.771 INFO kablam! Oct 27 15:34:18.805 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.805 INFO kablam! --> src/wire/tcp.rs:328:13 Oct 27 15:34:18.805 INFO kablam! | Oct 27 15:34:18.805 INFO kablam! 328 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.805 INFO kablam! | ----^^^^ Oct 27 15:34:18.805 INFO kablam! | | Oct 27 15:34:18.805 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.805 INFO kablam! Oct 27 15:34:18.805 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.805 INFO kablam! --> src/wire/tcp.rs:335:13 Oct 27 15:34:18.805 INFO kablam! | Oct 27 15:34:18.805 INFO kablam! 335 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.805 INFO kablam! | ----^^^^ Oct 27 15:34:18.805 INFO kablam! | | Oct 27 15:34:18.805 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.805 INFO kablam! Oct 27 15:34:18.805 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.805 INFO kablam! --> src/wire/tcp.rs:342:13 Oct 27 15:34:18.805 INFO kablam! | Oct 27 15:34:18.805 INFO kablam! 342 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.805 INFO kablam! | ----^^^^ Oct 27 15:34:18.805 INFO kablam! | | Oct 27 15:34:18.805 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.805 INFO kablam! Oct 27 15:34:18.805 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.805 INFO kablam! --> src/wire/tcp.rs:349:13 Oct 27 15:34:18.805 INFO kablam! | Oct 27 15:34:18.805 INFO kablam! 349 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.805 INFO kablam! | ----^^^^ Oct 27 15:34:18.805 INFO kablam! | | Oct 27 15:34:18.805 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.805 INFO kablam! Oct 27 15:34:18.809 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.809 INFO kablam! --> src/wire/tcp.rs:365:13 Oct 27 15:34:18.809 INFO kablam! | Oct 27 15:34:18.809 INFO kablam! 365 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.809 INFO kablam! | ----^^^^ Oct 27 15:34:18.809 INFO kablam! | | Oct 27 15:34:18.809 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.809 INFO kablam! Oct 27 15:34:18.809 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.809 INFO kablam! --> src/wire/tcp.rs:374:13 Oct 27 15:34:18.809 INFO kablam! | Oct 27 15:34:18.809 INFO kablam! 374 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.809 INFO kablam! | ----^^^^ Oct 27 15:34:18.809 INFO kablam! | | Oct 27 15:34:18.809 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.809 INFO kablam! Oct 27 15:34:18.809 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.809 INFO kablam! --> src/wire/tcp.rs:383:13 Oct 27 15:34:18.809 INFO kablam! | Oct 27 15:34:18.809 INFO kablam! 383 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.809 INFO kablam! | ----^^^^ Oct 27 15:34:18.809 INFO kablam! | | Oct 27 15:34:18.809 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.809 INFO kablam! Oct 27 15:34:18.809 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.809 INFO kablam! --> src/wire/tcp.rs:392:13 Oct 27 15:34:18.809 INFO kablam! | Oct 27 15:34:18.809 INFO kablam! 392 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.809 INFO kablam! | ----^^^^ Oct 27 15:34:18.809 INFO kablam! | | Oct 27 15:34:18.809 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.809 INFO kablam! Oct 27 15:34:18.812 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.812 INFO kablam! --> src/wire/tcp.rs:401:13 Oct 27 15:34:18.812 INFO kablam! | Oct 27 15:34:18.812 INFO kablam! 401 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.812 INFO kablam! | ----^^^^ Oct 27 15:34:18.812 INFO kablam! | | Oct 27 15:34:18.812 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.812 INFO kablam! Oct 27 15:34:18.812 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.812 INFO kablam! --> src/wire/tcp.rs:410:13 Oct 27 15:34:18.812 INFO kablam! | Oct 27 15:34:18.812 INFO kablam! 410 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.812 INFO kablam! | ----^^^^ Oct 27 15:34:18.812 INFO kablam! | | Oct 27 15:34:18.812 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.812 INFO kablam! Oct 27 15:34:18.812 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.812 INFO kablam! --> src/wire/tcp.rs:419:13 Oct 27 15:34:18.812 INFO kablam! | Oct 27 15:34:18.812 INFO kablam! 419 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.812 INFO kablam! | ----^^^^ Oct 27 15:34:18.812 INFO kablam! | | Oct 27 15:34:18.812 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.812 INFO kablam! Oct 27 15:34:18.812 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.812 INFO kablam! --> src/wire/tcp.rs:428:13 Oct 27 15:34:18.812 INFO kablam! | Oct 27 15:34:18.812 INFO kablam! 428 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.812 INFO kablam! | ----^^^^ Oct 27 15:34:18.812 INFO kablam! | | Oct 27 15:34:18.812 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.812 INFO kablam! Oct 27 15:34:18.816 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.816 INFO kablam! --> src/wire/tcp.rs:437:13 Oct 27 15:34:18.816 INFO kablam! | Oct 27 15:34:18.816 INFO kablam! 437 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.816 INFO kablam! | ----^^^^ Oct 27 15:34:18.816 INFO kablam! | | Oct 27 15:34:18.816 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.816 INFO kablam! Oct 27 15:34:18.816 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.816 INFO kablam! --> src/wire/tcp.rs:446:13 Oct 27 15:34:18.816 INFO kablam! | Oct 27 15:34:18.816 INFO kablam! 446 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.816 INFO kablam! | ----^^^^ Oct 27 15:34:18.816 INFO kablam! | | Oct 27 15:34:18.816 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.816 INFO kablam! Oct 27 15:34:18.816 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.816 INFO kablam! --> src/wire/tcp.rs:455:13 Oct 27 15:34:18.816 INFO kablam! | Oct 27 15:34:18.816 INFO kablam! 455 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.816 INFO kablam! | ----^^^^ Oct 27 15:34:18.816 INFO kablam! | | Oct 27 15:34:18.816 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.816 INFO kablam! Oct 27 15:34:18.817 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.817 INFO kablam! --> src/wire/tcp.rs:462:13 Oct 27 15:34:18.817 INFO kablam! | Oct 27 15:34:18.817 INFO kablam! 462 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.817 INFO kablam! | ----^^^^ Oct 27 15:34:18.817 INFO kablam! | | Oct 27 15:34:18.817 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.817 INFO kablam! Oct 27 15:34:18.817 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.817 INFO kablam! --> src/wire/tcp.rs:469:13 Oct 27 15:34:18.817 INFO kablam! | Oct 27 15:34:18.817 INFO kablam! 469 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.817 INFO kablam! | ----^^^^ Oct 27 15:34:18.817 INFO kablam! | | Oct 27 15:34:18.817 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.817 INFO kablam! Oct 27 15:34:18.834 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:18.835 INFO kablam! --> src/wire/tcp.rs:505:13 Oct 27 15:34:18.835 INFO kablam! | Oct 27 15:34:18.835 INFO kablam! 505 | let mut data = self.buffer.as_mut(); Oct 27 15:34:18.835 INFO kablam! | ----^^^^ Oct 27 15:34:18.835 INFO kablam! | | Oct 27 15:34:18.835 INFO kablam! | help: remove this `mut` Oct 27 15:34:18.835 INFO kablam! Oct 27 15:34:19.235 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 15:34:19.235 INFO kablam! --> src/socket/raw.rs:51:31 Oct 27 15:34:19.235 INFO kablam! | Oct 27 15:34:19.235 INFO kablam! 51 | pub type SocketBuffer<'a, 'b: 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 27 15:34:19.235 INFO kablam! | ^^ Oct 27 15:34:19.235 INFO kablam! | Oct 27 15:34:19.235 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 15:34:19.235 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 15:34:19.235 INFO kablam! Oct 27 15:34:19.235 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 15:34:19.235 INFO kablam! --> src/socket/udp.rs:54:32 Oct 27 15:34:19.235 INFO kablam! | Oct 27 15:34:19.235 INFO kablam! 54 | pub type SocketBuffer<'a, 'b : 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 27 15:34:19.235 INFO kablam! | ^^ Oct 27 15:34:19.235 INFO kablam! | Oct 27 15:34:19.235 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 15:34:19.235 INFO kablam! Oct 27 15:34:25.679 INFO kablam! warning: unused import: `self` Oct 27 15:34:25.679 INFO kablam! --> examples/ping.rs:10:16 Oct 27 15:34:25.679 INFO kablam! | Oct 27 15:34:25.679 INFO kablam! 10 | use std::str::{self, FromStr}; Oct 27 15:34:25.679 INFO kablam! | ^^^^ Oct 27 15:34:25.679 INFO kablam! | Oct 27 15:34:25.679 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:34:25.679 INFO kablam! Oct 27 15:34:27.421 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.421 INFO kablam! --> src/storage/ring_buffer.rs:556:17 Oct 27 15:34:27.421 INFO kablam! | Oct 27 15:34:27.421 INFO kablam! 556 | let mut buf = ring.dequeue_many(8); Oct 27 15:34:27.421 INFO kablam! | ----^^^ Oct 27 15:34:27.421 INFO kablam! | | Oct 27 15:34:27.421 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.421 INFO kablam! | Oct 27 15:34:27.421 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 15:34:27.421 INFO kablam! Oct 27 15:34:27.421 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.421 INFO kablam! --> src/storage/ring_buffer.rs:564:17 Oct 27 15:34:27.421 INFO kablam! | Oct 27 15:34:27.421 INFO kablam! 564 | let mut buf = ring.dequeue_many(8); Oct 27 15:34:27.421 INFO kablam! | ----^^^ Oct 27 15:34:27.421 INFO kablam! | | Oct 27 15:34:27.421 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.422 INFO kablam! Oct 27 15:34:27.481 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.481 INFO kablam! --> src/phy/fault_injector.rs:43:13 Oct 27 15:34:27.481 INFO kablam! | Oct 27 15:34:27.481 INFO kablam! 43 | let mut buffer = buffer.as_mut(); Oct 27 15:34:27.481 INFO kablam! | ----^^^^^^ Oct 27 15:34:27.481 INFO kablam! | | Oct 27 15:34:27.481 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.481 INFO kablam! Oct 27 15:34:27.711 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.711 INFO kablam! --> src/wire/icmpv4.rs:303:13 Oct 27 15:34:27.712 INFO kablam! | Oct 27 15:34:27.712 INFO kablam! 303 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.712 INFO kablam! | ----^^^^ Oct 27 15:34:27.712 INFO kablam! | | Oct 27 15:34:27.712 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.712 INFO kablam! Oct 27 15:34:27.712 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.712 INFO kablam! --> src/wire/icmpv4.rs:310:13 Oct 27 15:34:27.712 INFO kablam! | Oct 27 15:34:27.712 INFO kablam! 310 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.712 INFO kablam! | ----^^^^ Oct 27 15:34:27.712 INFO kablam! | | Oct 27 15:34:27.712 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.712 INFO kablam! Oct 27 15:34:27.712 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.712 INFO kablam! --> src/wire/icmpv4.rs:317:13 Oct 27 15:34:27.712 INFO kablam! | Oct 27 15:34:27.712 INFO kablam! 317 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.712 INFO kablam! | ----^^^^ Oct 27 15:34:27.712 INFO kablam! | | Oct 27 15:34:27.712 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.712 INFO kablam! Oct 27 15:34:27.712 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.712 INFO kablam! --> src/wire/icmpv4.rs:327:13 Oct 27 15:34:27.712 INFO kablam! | Oct 27 15:34:27.712 INFO kablam! 327 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.712 INFO kablam! | ----^^^^ Oct 27 15:34:27.712 INFO kablam! | | Oct 27 15:34:27.712 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.712 INFO kablam! Oct 27 15:34:27.713 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.713 INFO kablam! --> src/wire/icmpv4.rs:337:13 Oct 27 15:34:27.713 INFO kablam! | Oct 27 15:34:27.713 INFO kablam! 337 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.713 INFO kablam! | ----^^^^ Oct 27 15:34:27.713 INFO kablam! | | Oct 27 15:34:27.713 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.713 INFO kablam! Oct 27 15:34:27.714 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.714 INFO kablam! --> src/wire/icmpv4.rs:357:13 Oct 27 15:34:27.714 INFO kablam! | Oct 27 15:34:27.714 INFO kablam! 357 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.714 INFO kablam! | ----^^^^ Oct 27 15:34:27.714 INFO kablam! | | Oct 27 15:34:27.714 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.714 INFO kablam! Oct 27 15:34:27.750 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.750 INFO kablam! --> src/wire/udp.rs:136:13 Oct 27 15:34:27.750 INFO kablam! | Oct 27 15:34:27.750 INFO kablam! 136 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.750 INFO kablam! | ----^^^^ Oct 27 15:34:27.750 INFO kablam! | | Oct 27 15:34:27.751 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.751 INFO kablam! Oct 27 15:34:27.751 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.751 INFO kablam! --> src/wire/udp.rs:143:13 Oct 27 15:34:27.751 INFO kablam! | Oct 27 15:34:27.751 INFO kablam! 143 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.751 INFO kablam! | ----^^^^ Oct 27 15:34:27.751 INFO kablam! | | Oct 27 15:34:27.751 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.751 INFO kablam! Oct 27 15:34:27.752 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.752 INFO kablam! --> src/wire/udp.rs:150:13 Oct 27 15:34:27.752 INFO kablam! | Oct 27 15:34:27.752 INFO kablam! 150 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.752 INFO kablam! | ----^^^^ Oct 27 15:34:27.752 INFO kablam! | | Oct 27 15:34:27.752 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.753 INFO kablam! Oct 27 15:34:27.753 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.753 INFO kablam! --> src/wire/udp.rs:157:13 Oct 27 15:34:27.753 INFO kablam! | Oct 27 15:34:27.753 INFO kablam! 157 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.753 INFO kablam! | ----^^^^ Oct 27 15:34:27.753 INFO kablam! | | Oct 27 15:34:27.753 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.754 INFO kablam! Oct 27 15:34:27.755 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.755 INFO kablam! --> src/wire/udp.rs:189:13 Oct 27 15:34:27.755 INFO kablam! | Oct 27 15:34:27.755 INFO kablam! 189 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.755 INFO kablam! | ----^^^^ Oct 27 15:34:27.756 INFO kablam! | | Oct 27 15:34:27.756 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.756 INFO kablam! Oct 27 15:34:27.790 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.790 INFO kablam! --> src/wire/tcp.rs:328:13 Oct 27 15:34:27.790 INFO kablam! | Oct 27 15:34:27.790 INFO kablam! 328 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.790 INFO kablam! | ----^^^^ Oct 27 15:34:27.790 INFO kablam! | | Oct 27 15:34:27.790 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.791 INFO kablam! Oct 27 15:34:27.791 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.791 INFO kablam! --> src/wire/tcp.rs:335:13 Oct 27 15:34:27.791 INFO kablam! | Oct 27 15:34:27.791 INFO kablam! 335 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.791 INFO kablam! | ----^^^^ Oct 27 15:34:27.791 INFO kablam! | | Oct 27 15:34:27.791 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.792 INFO kablam! Oct 27 15:34:27.792 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.792 INFO kablam! --> src/wire/tcp.rs:342:13 Oct 27 15:34:27.792 INFO kablam! | Oct 27 15:34:27.792 INFO kablam! 342 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.792 INFO kablam! | ----^^^^ Oct 27 15:34:27.793 INFO kablam! | | Oct 27 15:34:27.793 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.793 INFO kablam! Oct 27 15:34:27.793 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.793 INFO kablam! --> src/wire/tcp.rs:349:13 Oct 27 15:34:27.793 INFO kablam! | Oct 27 15:34:27.793 INFO kablam! 349 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.794 INFO kablam! | ----^^^^ Oct 27 15:34:27.794 INFO kablam! | | Oct 27 15:34:27.794 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.794 INFO kablam! Oct 27 15:34:27.795 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.795 INFO kablam! --> src/wire/tcp.rs:365:13 Oct 27 15:34:27.795 INFO kablam! | Oct 27 15:34:27.795 INFO kablam! 365 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.795 INFO kablam! | ----^^^^ Oct 27 15:34:27.795 INFO kablam! | | Oct 27 15:34:27.795 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.795 INFO kablam! Oct 27 15:34:27.796 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.796 INFO kablam! --> src/wire/tcp.rs:374:13 Oct 27 15:34:27.796 INFO kablam! | Oct 27 15:34:27.796 INFO kablam! 374 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.796 INFO kablam! | ----^^^^ Oct 27 15:34:27.796 INFO kablam! | | Oct 27 15:34:27.797 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.797 INFO kablam! Oct 27 15:34:27.797 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.797 INFO kablam! --> src/wire/tcp.rs:383:13 Oct 27 15:34:27.797 INFO kablam! | Oct 27 15:34:27.798 INFO kablam! 383 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.798 INFO kablam! | ----^^^^ Oct 27 15:34:27.798 INFO kablam! | | Oct 27 15:34:27.798 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.798 INFO kablam! Oct 27 15:34:27.799 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.799 INFO kablam! --> src/wire/tcp.rs:392:13 Oct 27 15:34:27.799 INFO kablam! | Oct 27 15:34:27.799 INFO kablam! 392 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.799 INFO kablam! | ----^^^^ Oct 27 15:34:27.799 INFO kablam! | | Oct 27 15:34:27.799 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.799 INFO kablam! Oct 27 15:34:27.800 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.800 INFO kablam! --> src/wire/tcp.rs:401:13 Oct 27 15:34:27.800 INFO kablam! | Oct 27 15:34:27.800 INFO kablam! 401 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.800 INFO kablam! | ----^^^^ Oct 27 15:34:27.800 INFO kablam! | | Oct 27 15:34:27.800 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.801 INFO kablam! Oct 27 15:34:27.801 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.801 INFO kablam! --> src/wire/tcp.rs:410:13 Oct 27 15:34:27.801 INFO kablam! | Oct 27 15:34:27.801 INFO kablam! 410 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.801 INFO kablam! | ----^^^^ Oct 27 15:34:27.802 INFO kablam! | | Oct 27 15:34:27.802 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.802 INFO kablam! Oct 27 15:34:27.803 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.803 INFO kablam! --> src/wire/tcp.rs:419:13 Oct 27 15:34:27.803 INFO kablam! | Oct 27 15:34:27.803 INFO kablam! 419 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.803 INFO kablam! | ----^^^^ Oct 27 15:34:27.803 INFO kablam! | | Oct 27 15:34:27.803 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.803 INFO kablam! Oct 27 15:34:27.804 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.804 INFO kablam! --> src/wire/tcp.rs:428:13 Oct 27 15:34:27.804 INFO kablam! | Oct 27 15:34:27.804 INFO kablam! 428 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.804 INFO kablam! | ----^^^^ Oct 27 15:34:27.804 INFO kablam! | | Oct 27 15:34:27.804 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.805 INFO kablam! Oct 27 15:34:27.805 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.805 INFO kablam! --> src/wire/tcp.rs:437:13 Oct 27 15:34:27.805 INFO kablam! | Oct 27 15:34:27.805 INFO kablam! 437 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.805 INFO kablam! | ----^^^^ Oct 27 15:34:27.806 INFO kablam! | | Oct 27 15:34:27.806 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.806 INFO kablam! Oct 27 15:34:27.807 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.807 INFO kablam! --> src/wire/tcp.rs:446:13 Oct 27 15:34:27.807 INFO kablam! | Oct 27 15:34:27.807 INFO kablam! 446 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.807 INFO kablam! | ----^^^^ Oct 27 15:34:27.807 INFO kablam! | | Oct 27 15:34:27.807 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.807 INFO kablam! Oct 27 15:34:27.808 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.808 INFO kablam! --> src/wire/tcp.rs:455:13 Oct 27 15:34:27.808 INFO kablam! | Oct 27 15:34:27.808 INFO kablam! 455 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.808 INFO kablam! | ----^^^^ Oct 27 15:34:27.808 INFO kablam! | | Oct 27 15:34:27.808 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.808 INFO kablam! Oct 27 15:34:27.809 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.809 INFO kablam! --> src/wire/tcp.rs:462:13 Oct 27 15:34:27.809 INFO kablam! | Oct 27 15:34:27.809 INFO kablam! 462 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.809 INFO kablam! | ----^^^^ Oct 27 15:34:27.809 INFO kablam! | | Oct 27 15:34:27.809 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.810 INFO kablam! Oct 27 15:34:27.810 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.810 INFO kablam! --> src/wire/tcp.rs:469:13 Oct 27 15:34:27.810 INFO kablam! | Oct 27 15:34:27.810 INFO kablam! 469 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.810 INFO kablam! | ----^^^^ Oct 27 15:34:27.811 INFO kablam! | | Oct 27 15:34:27.811 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.811 INFO kablam! Oct 27 15:34:27.812 INFO kablam! warning: variable does not need to be mutable Oct 27 15:34:27.812 INFO kablam! --> src/wire/tcp.rs:505:13 Oct 27 15:34:27.812 INFO kablam! | Oct 27 15:34:27.813 INFO kablam! 505 | let mut data = self.buffer.as_mut(); Oct 27 15:34:27.813 INFO kablam! | ----^^^^ Oct 27 15:34:27.813 INFO kablam! | | Oct 27 15:34:27.813 INFO kablam! | help: remove this `mut` Oct 27 15:34:27.813 INFO kablam! Oct 27 15:34:29.001 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 15:34:29.001 INFO kablam! --> src/socket/raw.rs:51:31 Oct 27 15:34:29.001 INFO kablam! | Oct 27 15:34:29.001 INFO kablam! 51 | pub type SocketBuffer<'a, 'b: 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 27 15:34:29.001 INFO kablam! | ^^ Oct 27 15:34:29.001 INFO kablam! | Oct 27 15:34:29.001 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 15:34:29.001 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 15:34:29.001 INFO kablam! Oct 27 15:34:29.007 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 15:34:29.007 INFO kablam! --> src/socket/udp.rs:54:32 Oct 27 15:34:29.007 INFO kablam! | Oct 27 15:34:29.007 INFO kablam! 54 | pub type SocketBuffer<'a, 'b : 'a> = RingBuffer<'a, PacketBuffer<'b>>; Oct 27 15:34:29.007 INFO kablam! | ^^ Oct 27 15:34:29.007 INFO kablam! | Oct 27 15:34:29.007 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 15:34:29.007 INFO kablam! Oct 27 15:34:29.311 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.60s Oct 27 15:34:29.319 INFO kablam! su: No module specific data is present Oct 27 15:34:30.579 INFO running `"docker" "rm" "-f" "f751662ca79770fb7faef17e3fbf75c90c4a1a209073ef7d21f85b3c556a1d14"` Oct 27 15:34:30.899 INFO blam! f751662ca79770fb7faef17e3fbf75c90c4a1a209073ef7d21f85b3c556a1d14