Oct 14 13:37:00.408 INFO testing lissyx/sensorweb-NodeMCU-collector against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:37:00.408 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 13:37:00.932 INFO blam! 0991a58fea140fcb3cae33567cb090ff4de58ab4d8552414ef201093f96e039e Oct 14 13:37:00.934 INFO running `"docker" "start" "-a" "0991a58fea140fcb3cae33567cb090ff4de58ab4d8552414ef201093f96e039e"` Oct 14 13:37:02.375 INFO kablam! usermod: no changes Oct 14 13:37:02.675 INFO kablam! Compiling gcc v0.3.50 Oct 14 13:37:02.675 INFO kablam! Compiling time v0.1.37 Oct 14 13:37:02.676 INFO kablam! Compiling bytes v0.4.4 Oct 14 13:37:02.679 INFO kablam! Compiling clap v2.24.2 Oct 14 13:37:02.679 INFO kablam! Compiling mio v0.6.8 Oct 14 13:37:07.511 INFO kablam! Compiling hyper v0.10.11 Oct 14 13:37:07.515 INFO kablam! Compiling simplelog v0.4.2 Oct 14 13:37:07.931 INFO kablam! Compiling tokio-io v0.1.2 Oct 14 13:37:08.107 INFO kablam! Compiling openssl-sys v0.9.13 Oct 14 13:37:12.775 INFO kablam! Compiling openssl v0.9.13 Oct 14 13:37:12.807 INFO kablam! Compiling tokio-core v0.1.7 Oct 14 13:37:33.771 INFO kablam! Compiling native-tls v0.1.2 Oct 14 13:37:35.731 INFO kablam! Compiling tokio-tls v0.1.2 Oct 14 13:37:36.392 INFO kablam! Compiling websocket v0.20.1 Oct 14 13:37:54.245 INFO kablam! Compiling sensorweb_node_mcu_collector v0.1.0 (/source) Oct 14 13:37:54.851 INFO kablam! warning: unused import: `Ipv6Addr` Oct 14 13:37:54.852 INFO kablam! --> src/mcast.rs:3:34 Oct 14 13:37:54.852 INFO kablam! | Oct 14 13:37:54.852 INFO kablam! 3 | use std::net::{IpAddr, Ipv4Addr, Ipv6Addr, UdpSocket}; Oct 14 13:37:54.852 INFO kablam! | ^^^^^^^^ Oct 14 13:37:54.852 INFO kablam! | Oct 14 13:37:54.852 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:37:54.852 INFO kablam! Oct 14 13:37:55.009 INFO kablam! warning: unreachable expression Oct 14 13:37:55.009 INFO kablam! --> src/mcast.rs:77:2 Oct 14 13:37:55.010 INFO kablam! | Oct 14 13:37:55.010 INFO kablam! 77 | leave(ip, port, socket) Oct 14 13:37:55.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:37:55.010 INFO kablam! | Oct 14 13:37:55.010 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 13:37:55.010 INFO kablam! Oct 14 13:37:55.099 INFO kablam! warning: unused variable: `err` Oct 14 13:37:55.100 INFO kablam! --> src/http.rs:30:25 Oct 14 13:37:55.100 INFO kablam! | Oct 14 13:37:55.100 INFO kablam! 30 | Err(err) => static_p.join(""), Oct 14 13:37:55.100 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 13:37:55.100 INFO kablam! | Oct 14 13:37:55.100 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:37:55.100 INFO kablam! Oct 14 13:37:55.100 INFO kablam! warning: unused variable: `read_bytes` Oct 14 13:37:55.100 INFO kablam! --> src/http.rs:42:28 Oct 14 13:37:55.100 INFO kablam! | Oct 14 13:37:55.100 INFO kablam! 42 | Ok(read_bytes) => { Oct 14 13:37:55.100 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_bytes` instead Oct 14 13:37:55.100 INFO kablam! Oct 14 13:37:55.100 INFO kablam! warning: unused variable: `err` Oct 14 13:37:55.100 INFO kablam! --> src/http.rs:49:29 Oct 14 13:37:55.100 INFO kablam! | Oct 14 13:37:55.101 INFO kablam! 49 | Err(err) => {} Oct 14 13:37:55.101 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 13:37:55.101 INFO kablam! Oct 14 13:37:55.101 INFO kablam! warning: unused variable: `port` Oct 14 13:37:55.101 INFO kablam! --> src/mcast.rs:33:22 Oct 14 13:37:55.101 INFO kablam! | Oct 14 13:37:55.104 INFO kablam! 33 | fn leave(ip: IpAddr, port: UdpPort, socket: UdpSocket) { Oct 14 13:37:55.104 INFO kablam! | ^^^^ help: consider using `_port` instead Oct 14 13:37:55.104 INFO kablam! Oct 14 13:37:55.104 INFO kablam! warning: unused variable: `pm25_head` Oct 14 13:37:55.104 INFO kablam! --> src/message.rs:194:21 Oct 14 13:37:55.104 INFO kablam! | Oct 14 13:37:55.104 INFO kablam! 194 | if let Some(pm25_head) = split_ntp.next() { Oct 14 13:37:55.104 INFO kablam! | ^^^^^^^^^ help: consider using `_pm25_head` instead Oct 14 13:37:55.104 INFO kablam! Oct 14 13:37:55.131 INFO kablam! warning: variable does not need to be mutable Oct 14 13:37:55.132 INFO kablam! --> src/mcast.rs:14:6 Oct 14 13:37:55.132 INFO kablam! | Oct 14 13:37:55.132 INFO kablam! 14 | let mut socket = match UdpSocket::bind(bind_addr) { Oct 14 13:37:55.132 INFO kablam! | ----^^^^^^ Oct 14 13:37:55.132 INFO kablam! | | Oct 14 13:37:55.132 INFO kablam! | help: remove this `mut` Oct 14 13:37:55.133 INFO kablam! | Oct 14 13:37:55.133 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:37:55.133 INFO kablam! Oct 14 13:37:55.189 INFO kablam! warning: function is never used: `ws_handler` Oct 14 13:37:55.189 INFO kablam! --> src/ws.rs:7:1 Oct 14 13:37:55.189 INFO kablam! | Oct 14 13:37:55.189 INFO kablam! 7 | fn ws_handler() { Oct 14 13:37:55.190 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:37:55.190 INFO kablam! | Oct 14 13:37:55.190 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:37:55.190 INFO kablam! Oct 14 13:38:00.822 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.42s Oct 14 13:38:00.832 INFO kablam! su: No module specific data is present Oct 14 13:38:02.443 INFO running `"docker" "rm" "-f" "0991a58fea140fcb3cae33567cb090ff4de58ab4d8552414ef201093f96e039e"` Oct 14 13:38:02.799 INFO blam! 0991a58fea140fcb3cae33567cb090ff4de58ab4d8552414ef201093f96e039e Oct 14 13:38:02.799 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 13:38:03.303 INFO blam! 7a892ec84dc587c96a7f72b34e1c6b6e248c60e8d455cbd75915b290ae5052fb Oct 14 13:38:03.305 INFO running `"docker" "start" "-a" "7a892ec84dc587c96a7f72b34e1c6b6e248c60e8d455cbd75915b290ae5052fb"` Oct 14 13:38:05.590 INFO kablam! usermod: no changes Oct 14 13:38:05.812 INFO kablam! Compiling sensorweb_node_mcu_collector v0.1.0 (/source) Oct 14 13:38:06.483 INFO kablam! warning: unused import: `Ipv6Addr` Oct 14 13:38:06.483 INFO kablam! --> src/mcast.rs:3:34 Oct 14 13:38:06.483 INFO kablam! | Oct 14 13:38:06.483 INFO kablam! 3 | use std::net::{IpAddr, Ipv4Addr, Ipv6Addr, UdpSocket}; Oct 14 13:38:06.483 INFO kablam! | ^^^^^^^^ Oct 14 13:38:06.483 INFO kablam! | Oct 14 13:38:06.483 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:38:06.499 INFO kablam! Oct 14 13:38:06.697 INFO kablam! warning: unreachable expression Oct 14 13:38:06.697 INFO kablam! --> src/mcast.rs:77:2 Oct 14 13:38:06.697 INFO kablam! | Oct 14 13:38:06.697 INFO kablam! 77 | leave(ip, port, socket) Oct 14 13:38:06.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:38:06.697 INFO kablam! | Oct 14 13:38:06.699 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 13:38:06.699 INFO kablam! Oct 14 13:38:06.886 INFO kablam! warning: unused variable: `err` Oct 14 13:38:06.886 INFO kablam! --> src/http.rs:30:25 Oct 14 13:38:06.886 INFO kablam! | Oct 14 13:38:06.886 INFO kablam! 30 | Err(err) => static_p.join(""), Oct 14 13:38:06.886 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 13:38:06.886 INFO kablam! | Oct 14 13:38:06.886 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:38:06.888 INFO kablam! Oct 14 13:38:06.888 INFO kablam! warning: unused variable: `read_bytes` Oct 14 13:38:06.888 INFO kablam! --> src/http.rs:42:28 Oct 14 13:38:06.888 INFO kablam! | Oct 14 13:38:06.888 INFO kablam! 42 | Ok(read_bytes) => { Oct 14 13:38:06.888 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_bytes` instead Oct 14 13:38:06.888 INFO kablam! Oct 14 13:38:06.888 INFO kablam! warning: unused variable: `err` Oct 14 13:38:06.888 INFO kablam! --> src/http.rs:49:29 Oct 14 13:38:06.888 INFO kablam! | Oct 14 13:38:06.888 INFO kablam! 49 | Err(err) => {} Oct 14 13:38:06.888 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 13:38:06.888 INFO kablam! Oct 14 13:38:06.888 INFO kablam! warning: unused variable: `port` Oct 14 13:38:06.888 INFO kablam! --> src/mcast.rs:33:22 Oct 14 13:38:06.888 INFO kablam! | Oct 14 13:38:06.888 INFO kablam! 33 | fn leave(ip: IpAddr, port: UdpPort, socket: UdpSocket) { Oct 14 13:38:06.888 INFO kablam! | ^^^^ help: consider using `_port` instead Oct 14 13:38:06.888 INFO kablam! Oct 14 13:38:06.892 INFO kablam! warning: unused variable: `pm25_head` Oct 14 13:38:06.892 INFO kablam! --> src/message.rs:194:21 Oct 14 13:38:06.892 INFO kablam! | Oct 14 13:38:06.892 INFO kablam! 194 | if let Some(pm25_head) = split_ntp.next() { Oct 14 13:38:06.892 INFO kablam! | ^^^^^^^^^ help: consider using `_pm25_head` instead Oct 14 13:38:06.892 INFO kablam! Oct 14 13:38:06.943 INFO kablam! warning: variable does not need to be mutable Oct 14 13:38:06.943 INFO kablam! --> src/mcast.rs:14:6 Oct 14 13:38:06.943 INFO kablam! | Oct 14 13:38:06.943 INFO kablam! 14 | let mut socket = match UdpSocket::bind(bind_addr) { Oct 14 13:38:06.943 INFO kablam! | ----^^^^^^ Oct 14 13:38:06.943 INFO kablam! | | Oct 14 13:38:06.943 INFO kablam! | help: remove this `mut` Oct 14 13:38:06.943 INFO kablam! | Oct 14 13:38:06.945 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:38:06.945 INFO kablam! Oct 14 13:38:07.038 INFO kablam! warning: function is never used: `ws_handler` Oct 14 13:38:07.038 INFO kablam! --> src/ws.rs:7:1 Oct 14 13:38:07.038 INFO kablam! | Oct 14 13:38:07.040 INFO kablam! 7 | fn ws_handler() { Oct 14 13:38:07.040 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:38:07.040 INFO kablam! | Oct 14 13:38:07.040 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:38:07.040 INFO kablam! Oct 14 13:38:09.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.37s Oct 14 13:38:10.007 INFO kablam! su: No module specific data is present Oct 14 13:38:10.863 INFO running `"docker" "rm" "-f" "7a892ec84dc587c96a7f72b34e1c6b6e248c60e8d455cbd75915b290ae5052fb"` Oct 14 13:38:11.167 INFO blam! 7a892ec84dc587c96a7f72b34e1c6b6e248c60e8d455cbd75915b290ae5052fb Oct 14 13:38:11.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 13:38:11.660 INFO blam! ec310ddfd6e4d545ec5eca285d071ac6cde807eb04c7e536c5a0b5894131f56d Oct 14 13:38:11.662 INFO running `"docker" "start" "-a" "ec310ddfd6e4d545ec5eca285d071ac6cde807eb04c7e536c5a0b5894131f56d"` Oct 14 13:38:14.118 INFO kablam! usermod: no changes Oct 14 13:38:14.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 14 13:38:14.415 INFO kablam! Running /target/debug/deps/sensorweb_node_mcu_collector-8d1e18d5a089ad83 Oct 14 13:38:14.415 INFO blam! Oct 14 13:38:14.415 INFO kablam! su: No module specific data is present Oct 14 13:38:14.415 INFO blam! running 5 tests Oct 14 13:38:14.415 INFO blam! test args::test_to_ip_addr ... ok Oct 14 13:38:14.415 INFO blam! test args::test_to_port ... ok Oct 14 13:38:14.415 INFO blam! test args::test_to_verbosity_level ... ok Oct 14 13:38:14.415 INFO blam! test message::test_parse_msgs ... ok Oct 14 13:38:14.415 INFO blam! test args::test_args ... ok Oct 14 13:38:14.415 INFO blam! Oct 14 13:38:14.415 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:38:14.415 INFO blam! Oct 14 13:38:15.957 INFO running `"docker" "rm" "-f" "ec310ddfd6e4d545ec5eca285d071ac6cde807eb04c7e536c5a0b5894131f56d"` Oct 14 13:38:16.347 INFO blam! ec310ddfd6e4d545ec5eca285d071ac6cde807eb04c7e536c5a0b5894131f56d