Oct 21 16:10:58.564 INFO checking lissyx/sensorweb-NodeMCU-collector against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:10:58.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16:10:59.086 INFO blam! 40ae7c7c9fcc65308dc381c63101507d1dd4f0a6b9fce3d3d16f378a3f7fd126 Oct 21 16:10:59.089 INFO running `"docker" "start" "-a" "40ae7c7c9fcc65308dc381c63101507d1dd4f0a6b9fce3d3d16f378a3f7fd126"` Oct 21 16:11:00.304 INFO kablam! usermod: no changes Oct 21 16:11:00.512 INFO kablam! Compiling openssl-sys v0.9.13 Oct 21 16:11:00.512 INFO kablam! Checking iovec v0.1.0 Oct 21 16:11:00.512 INFO kablam! Checking num_cpus v1.5.0 Oct 21 16:11:00.516 INFO kablam! Checking term_size v0.3.0 Oct 21 16:11:00.516 INFO kablam! Checking atty v0.2.2 Oct 21 16:11:00.524 INFO kablam! Checking net2 v0.2.29 Oct 21 16:11:00.524 INFO kablam! Checking simplelog v0.4.2 Oct 21 16:11:02.046 INFO kablam! Checking bytes v0.4.4 Oct 21 16:11:02.293 INFO kablam! Checking clap v2.24.2 Oct 21 16:11:02.612 INFO kablam! Checking hyper v0.10.11 Oct 21 16:11:03.298 INFO kablam! Checking mio v0.6.8 Oct 21 16:11:06.248 INFO kablam! Compiling openssl v0.9.13 Oct 21 16:11:06.756 INFO kablam! Checking tokio-io v0.1.2 Oct 21 16:11:08.740 INFO kablam! Checking tokio-core v0.1.7 Oct 21 16:11:15.721 INFO kablam! Checking native-tls v0.1.2 Oct 21 16:11:17.094 INFO kablam! Checking tokio-tls v0.1.2 Oct 21 16:11:18.234 INFO kablam! Checking websocket v0.20.1 Oct 21 16:11:21.632 INFO kablam! Checking sensorweb_node_mcu_collector v0.1.0 (/source) Oct 21 16:11:23.848 INFO kablam! warning: unused import: `Ipv6Addr` Oct 21 16:11:23.848 INFO kablam! --> src/mcast.rs:3:34 Oct 21 16:11:23.848 INFO kablam! | Oct 21 16:11:23.848 INFO kablam! 3 | use std::net::{IpAddr, Ipv4Addr, Ipv6Addr, UdpSocket}; Oct 21 16:11:23.848 INFO kablam! | ^^^^^^^^ Oct 21 16:11:23.856 INFO kablam! | Oct 21 16:11:23.856 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:11:23.856 INFO kablam! Oct 21 16:11:24.380 INFO kablam! warning: unreachable expression Oct 21 16:11:24.380 INFO kablam! --> src/mcast.rs:77:2 Oct 21 16:11:24.380 INFO kablam! | Oct 21 16:11:24.380 INFO kablam! 77 | leave(ip, port, socket) Oct 21 16:11:24.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:11:24.380 INFO kablam! | Oct 21 16:11:24.380 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 16:11:24.380 INFO kablam! Oct 21 16:11:24.428 INFO kablam! warning: unused import: `Ipv6Addr` Oct 21 16:11:24.429 INFO kablam! --> src/mcast.rs:3:34 Oct 21 16:11:24.429 INFO kablam! | Oct 21 16:11:24.429 INFO kablam! 3 | use std::net::{IpAddr, Ipv4Addr, Ipv6Addr, UdpSocket}; Oct 21 16:11:24.430 INFO kablam! | ^^^^^^^^ Oct 21 16:11:24.430 INFO kablam! | Oct 21 16:11:24.430 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:11:24.431 INFO kablam! Oct 21 16:11:24.657 INFO kablam! warning: unreachable expression Oct 21 16:11:24.657 INFO kablam! --> src/mcast.rs:77:2 Oct 21 16:11:24.658 INFO kablam! | Oct 21 16:11:24.658 INFO kablam! 77 | leave(ip, port, socket) Oct 21 16:11:24.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:11:24.659 INFO kablam! | Oct 21 16:11:24.659 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 16:11:24.659 INFO kablam! Oct 21 16:11:24.794 INFO kablam! warning: unused variable: `err` Oct 21 16:11:24.794 INFO kablam! --> src/http.rs:30:25 Oct 21 16:11:24.795 INFO kablam! | Oct 21 16:11:24.795 INFO kablam! 30 | Err(err) => static_p.join(""), Oct 21 16:11:24.795 INFO kablam! | ^^^ help: consider using `_err` instead Oct 21 16:11:24.796 INFO kablam! | Oct 21 16:11:24.796 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:11:24.796 INFO kablam! Oct 21 16:11:24.797 INFO kablam! warning: unused variable: `read_bytes` Oct 21 16:11:24.797 INFO kablam! --> src/http.rs:42:28 Oct 21 16:11:24.797 INFO kablam! | Oct 21 16:11:24.798 INFO kablam! 42 | Ok(read_bytes) => { Oct 21 16:11:24.798 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_bytes` instead Oct 21 16:11:24.798 INFO kablam! Oct 21 16:11:24.798 INFO kablam! warning: unused variable: `err` Oct 21 16:11:24.799 INFO kablam! --> src/http.rs:49:29 Oct 21 16:11:24.799 INFO kablam! | Oct 21 16:11:24.799 INFO kablam! 49 | Err(err) => {} Oct 21 16:11:24.800 INFO kablam! | ^^^ help: consider using `_err` instead Oct 21 16:11:24.800 INFO kablam! Oct 21 16:11:24.800 INFO kablam! warning: unused variable: `port` Oct 21 16:11:24.801 INFO kablam! --> src/mcast.rs:33:22 Oct 21 16:11:24.801 INFO kablam! | Oct 21 16:11:24.801 INFO kablam! 33 | fn leave(ip: IpAddr, port: UdpPort, socket: UdpSocket) { Oct 21 16:11:24.802 INFO kablam! | ^^^^ help: consider using `_port` instead Oct 21 16:11:24.802 INFO kablam! Oct 21 16:11:24.802 INFO kablam! warning: unused variable: `pm25_head` Oct 21 16:11:24.803 INFO kablam! --> src/message.rs:194:21 Oct 21 16:11:24.803 INFO kablam! | Oct 21 16:11:24.803 INFO kablam! 194 | if let Some(pm25_head) = split_ntp.next() { Oct 21 16:11:24.803 INFO kablam! | ^^^^^^^^^ help: consider using `_pm25_head` instead Oct 21 16:11:24.804 INFO kablam! Oct 21 16:11:24.869 INFO kablam! warning: variable does not need to be mutable Oct 21 16:11:24.869 INFO kablam! --> src/mcast.rs:14:6 Oct 21 16:11:24.869 INFO kablam! | Oct 21 16:11:24.870 INFO kablam! 14 | let mut socket = match UdpSocket::bind(bind_addr) { Oct 21 16:11:24.870 INFO kablam! | ----^^^^^^ Oct 21 16:11:24.870 INFO kablam! | | Oct 21 16:11:24.870 INFO kablam! | help: remove this `mut` Oct 21 16:11:24.871 INFO kablam! | Oct 21 16:11:24.871 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:11:24.871 INFO kablam! Oct 21 16:11:24.901 INFO kablam! warning: unused variable: `err` Oct 21 16:11:24.901 INFO kablam! --> src/http.rs:30:25 Oct 21 16:11:24.901 INFO kablam! | Oct 21 16:11:24.902 INFO kablam! 30 | Err(err) => static_p.join(""), Oct 21 16:11:24.902 INFO kablam! | ^^^ help: consider using `_err` instead Oct 21 16:11:24.903 INFO kablam! | Oct 21 16:11:24.903 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:11:24.903 INFO kablam! Oct 21 16:11:24.903 INFO kablam! warning: unused variable: `read_bytes` Oct 21 16:11:24.904 INFO kablam! --> src/http.rs:42:28 Oct 21 16:11:24.904 INFO kablam! | Oct 21 16:11:24.904 INFO kablam! 42 | Ok(read_bytes) => { Oct 21 16:11:24.905 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_bytes` instead Oct 21 16:11:24.905 INFO kablam! Oct 21 16:11:24.905 INFO kablam! warning: unused variable: `err` Oct 21 16:11:24.905 INFO kablam! --> src/http.rs:49:29 Oct 21 16:11:24.906 INFO kablam! | Oct 21 16:11:24.906 INFO kablam! 49 | Err(err) => {} Oct 21 16:11:24.906 INFO kablam! | ^^^ help: consider using `_err` instead Oct 21 16:11:24.906 INFO kablam! Oct 21 16:11:24.906 INFO kablam! warning: unused variable: `port` Oct 21 16:11:24.906 INFO kablam! --> src/mcast.rs:33:22 Oct 21 16:11:24.906 INFO kablam! | Oct 21 16:11:24.906 INFO kablam! 33 | fn leave(ip: IpAddr, port: UdpPort, socket: UdpSocket) { Oct 21 16:11:24.906 INFO kablam! | ^^^^ help: consider using `_port` instead Oct 21 16:11:24.906 INFO kablam! Oct 21 16:11:24.906 INFO kablam! warning: unused variable: `pm25_head` Oct 21 16:11:24.906 INFO kablam! --> src/message.rs:194:21 Oct 21 16:11:24.906 INFO kablam! | Oct 21 16:11:24.906 INFO kablam! 194 | if let Some(pm25_head) = split_ntp.next() { Oct 21 16:11:24.906 INFO kablam! | ^^^^^^^^^ help: consider using `_pm25_head` instead Oct 21 16:11:24.906 INFO kablam! Oct 21 16:11:25.004 INFO kablam! warning: variable does not need to be mutable Oct 21 16:11:25.004 INFO kablam! --> src/mcast.rs:14:6 Oct 21 16:11:25.004 INFO kablam! | Oct 21 16:11:25.004 INFO kablam! 14 | let mut socket = match UdpSocket::bind(bind_addr) { Oct 21 16:11:25.004 INFO kablam! | ----^^^^^^ Oct 21 16:11:25.004 INFO kablam! | | Oct 21 16:11:25.004 INFO kablam! | help: remove this `mut` Oct 21 16:11:25.004 INFO kablam! | Oct 21 16:11:25.004 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:11:25.004 INFO kablam! Oct 21 16:11:25.024 INFO kablam! warning: function is never used: `ws_handler` Oct 21 16:11:25.024 INFO kablam! --> src/ws.rs:7:1 Oct 21 16:11:25.024 INFO kablam! | Oct 21 16:11:25.024 INFO kablam! 7 | fn ws_handler() { Oct 21 16:11:25.024 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 16:11:25.024 INFO kablam! | Oct 21 16:11:25.024 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:11:25.024 INFO kablam! Oct 21 16:11:25.152 INFO kablam! warning: function is never used: `ws_handler` Oct 21 16:11:25.152 INFO kablam! --> src/ws.rs:7:1 Oct 21 16:11:25.152 INFO kablam! | Oct 21 16:11:25.152 INFO kablam! 7 | fn ws_handler() { Oct 21 16:11:25.152 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 16:11:25.152 INFO kablam! | Oct 21 16:11:25.152 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:11:25.152 INFO kablam! Oct 21 16:11:25.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.90s Oct 21 16:11:25.244 INFO kablam! su: No module specific data is present Oct 21 16:11:26.252 INFO running `"docker" "rm" "-f" "40ae7c7c9fcc65308dc381c63101507d1dd4f0a6b9fce3d3d16f378a3f7fd126"` Oct 21 16:11:26.480 INFO blam! 40ae7c7c9fcc65308dc381c63101507d1dd4f0a6b9fce3d3d16f378a3f7fd126