Oct 14 13:37:02.956 INFO testing lissyx/sensorweb-NodeMCU-collector against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:37:02.956 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:03.387 INFO blam! 285819917e57035587b56faf874dcde9085e514cf2d351a923b07f0439d989b3 Oct 14 13:37:03.390 INFO running `"docker" "start" "-a" "285819917e57035587b56faf874dcde9085e514cf2d351a923b07f0439d989b3"` Oct 14 13:37:04.814 INFO kablam! usermod: no changes Oct 14 13:37:05.079 INFO kablam! Compiling term v0.4.5 Oct 14 13:37:05.079 INFO kablam! Compiling num_cpus v1.5.0 Oct 14 13:37:05.080 INFO kablam! Compiling unicode-bidi v0.3.3 Oct 14 13:37:05.091 INFO kablam! Compiling hyper v0.10.11 Oct 14 13:37:05.091 INFO kablam! Compiling bytes v0.4.4 Oct 14 13:37:05.091 INFO kablam! Compiling clap v2.24.2 Oct 14 13:37:05.095 INFO kablam! Compiling mio v0.6.8 Oct 14 13:37:05.095 INFO kablam! Compiling openssl-sys v0.9.13 Oct 14 13:37:11.445 INFO kablam! Compiling idna v0.1.2 Oct 14 13:37:11.587 INFO kablam! Compiling openssl v0.9.13 Oct 14 13:37:11.683 INFO kablam! Compiling tokio-io v0.1.2 Oct 14 13:37:15.555 INFO kablam! Compiling simplelog v0.4.2 Oct 14 13:37:15.803 INFO kablam! Compiling tokio-core v0.1.7 Oct 14 13:37:17.655 INFO kablam! Compiling url v1.4.1 Oct 14 13:37:32.015 INFO kablam! Compiling native-tls v0.1.2 Oct 14 13:37:33.656 INFO kablam! Compiling tokio-tls v0.1.2 Oct 14 13:37:50.804 INFO kablam! Compiling websocket v0.20.1 Oct 14 13:38:02.344 INFO kablam! Compiling sensorweb_node_mcu_collector v0.1.0 (/source) Oct 14 13:38:02.887 INFO kablam! warning: unused import: `Ipv6Addr` Oct 14 13:38:02.887 INFO kablam! --> src/mcast.rs:3:34 Oct 14 13:38:02.887 INFO kablam! | Oct 14 13:38:02.887 INFO kablam! 3 | use std::net::{IpAddr, Ipv4Addr, Ipv6Addr, UdpSocket}; Oct 14 13:38:02.887 INFO kablam! | ^^^^^^^^ Oct 14 13:38:02.887 INFO kablam! | Oct 14 13:38:02.887 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:38:02.887 INFO kablam! Oct 14 13:38:03.055 INFO kablam! warning: unreachable expression Oct 14 13:38:03.055 INFO kablam! --> src/mcast.rs:77:2 Oct 14 13:38:03.056 INFO kablam! | Oct 14 13:38:03.056 INFO kablam! 77 | leave(ip, port, socket) Oct 14 13:38:03.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:38:03.057 INFO kablam! | Oct 14 13:38:03.057 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 13:38:03.057 INFO kablam! Oct 14 13:38:03.151 INFO kablam! warning: unused variable: `err` Oct 14 13:38:03.151 INFO kablam! --> src/http.rs:30:25 Oct 14 13:38:03.152 INFO kablam! | Oct 14 13:38:03.152 INFO kablam! 30 | Err(err) => static_p.join(""), Oct 14 13:38:03.152 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 13:38:03.153 INFO kablam! | Oct 14 13:38:03.153 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:38:03.153 INFO kablam! Oct 14 13:38:03.154 INFO kablam! warning: unused variable: `read_bytes` Oct 14 13:38:03.154 INFO kablam! --> src/http.rs:42:28 Oct 14 13:38:03.154 INFO kablam! | Oct 14 13:38:03.155 INFO kablam! 42 | Ok(read_bytes) => { Oct 14 13:38:03.155 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_bytes` instead Oct 14 13:38:03.155 INFO kablam! Oct 14 13:38:03.155 INFO kablam! warning: unused variable: `err` Oct 14 13:38:03.156 INFO kablam! --> src/http.rs:49:29 Oct 14 13:38:03.156 INFO kablam! | Oct 14 13:38:03.156 INFO kablam! 49 | Err(err) => {} Oct 14 13:38:03.157 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 13:38:03.157 INFO kablam! Oct 14 13:38:03.157 INFO kablam! warning: unused variable: `port` Oct 14 13:38:03.158 INFO kablam! --> src/mcast.rs:33:22 Oct 14 13:38:03.158 INFO kablam! | Oct 14 13:38:03.158 INFO kablam! 33 | fn leave(ip: IpAddr, port: UdpPort, socket: UdpSocket) { Oct 14 13:38:03.158 INFO kablam! | ^^^^ help: consider using `_port` instead Oct 14 13:38:03.159 INFO kablam! Oct 14 13:38:03.159 INFO kablam! warning: unused variable: `pm25_head` Oct 14 13:38:03.159 INFO kablam! --> src/message.rs:194:21 Oct 14 13:38:03.160 INFO kablam! | Oct 14 13:38:03.160 INFO kablam! 194 | if let Some(pm25_head) = split_ntp.next() { Oct 14 13:38:03.160 INFO kablam! | ^^^^^^^^^ help: consider using `_pm25_head` instead Oct 14 13:38:03.160 INFO kablam! Oct 14 13:38:03.187 INFO kablam! warning: variable does not need to be mutable Oct 14 13:38:03.187 INFO kablam! --> src/mcast.rs:14:6 Oct 14 13:38:03.188 INFO kablam! | Oct 14 13:38:03.188 INFO kablam! 14 | let mut socket = match UdpSocket::bind(bind_addr) { Oct 14 13:38:03.188 INFO kablam! | ----^^^^^^ Oct 14 13:38:03.188 INFO kablam! | | Oct 14 13:38:03.189 INFO kablam! | help: remove this `mut` Oct 14 13:38:03.189 INFO kablam! | Oct 14 13:38:03.189 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:38:03.190 INFO kablam! Oct 14 13:38:03.243 INFO kablam! warning: function is never used: `ws_handler` Oct 14 13:38:03.243 INFO kablam! --> src/ws.rs:7:1 Oct 14 13:38:03.244 INFO kablam! | Oct 14 13:38:03.244 INFO kablam! 7 | fn ws_handler() { Oct 14 13:38:03.244 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:38:03.245 INFO kablam! | Oct 14 13:38:03.245 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:38:03.245 INFO kablam! Oct 14 13:38:08.662 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 14 13:38:08.674 INFO kablam! su: No module specific data is present Oct 14 13:38:09.939 INFO running `"docker" "rm" "-f" "285819917e57035587b56faf874dcde9085e514cf2d351a923b07f0439d989b3"` Oct 14 13:38:10.235 INFO blam! 285819917e57035587b56faf874dcde9085e514cf2d351a923b07f0439d989b3 Oct 14 13:38:10.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:10.697 INFO blam! d40ee25df9cb9d9d74b74d44ef8a20412cfb8aadb45a11c08135efd96c5c9065 Oct 14 13:38:10.699 INFO running `"docker" "start" "-a" "d40ee25df9cb9d9d74b74d44ef8a20412cfb8aadb45a11c08135efd96c5c9065"` Oct 14 13:38:12.759 INFO kablam! usermod: no changes Oct 14 13:38:13.027 INFO kablam! Compiling sensorweb_node_mcu_collector v0.1.0 (/source) Oct 14 13:38:13.791 INFO kablam! warning: unused import: `Ipv6Addr` Oct 14 13:38:13.791 INFO kablam! --> src/mcast.rs:3:34 Oct 14 13:38:13.791 INFO kablam! | Oct 14 13:38:13.791 INFO kablam! 3 | use std::net::{IpAddr, Ipv4Addr, Ipv6Addr, UdpSocket}; Oct 14 13:38:13.791 INFO kablam! | ^^^^^^^^ Oct 14 13:38:13.791 INFO kablam! | Oct 14 13:38:13.791 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 13:38:13.791 INFO kablam! Oct 14 13:38:14.069 INFO kablam! warning: unreachable expression Oct 14 13:38:14.069 INFO kablam! --> src/mcast.rs:77:2 Oct 14 13:38:14.069 INFO kablam! | Oct 14 13:38:14.069 INFO kablam! 77 | leave(ip, port, socket) Oct 14 13:38:14.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:38:14.069 INFO kablam! | Oct 14 13:38:14.069 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 13:38:14.069 INFO kablam! Oct 14 13:38:14.319 INFO kablam! warning: unused variable: `err` Oct 14 13:38:14.319 INFO kablam! --> src/http.rs:30:25 Oct 14 13:38:14.319 INFO kablam! | Oct 14 13:38:14.319 INFO kablam! 30 | Err(err) => static_p.join(""), Oct 14 13:38:14.319 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 13:38:14.319 INFO kablam! | Oct 14 13:38:14.319 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:38:14.319 INFO kablam! Oct 14 13:38:14.319 INFO kablam! warning: unused variable: `read_bytes` Oct 14 13:38:14.319 INFO kablam! --> src/http.rs:42:28 Oct 14 13:38:14.319 INFO kablam! | Oct 14 13:38:14.319 INFO kablam! 42 | Ok(read_bytes) => { Oct 14 13:38:14.319 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_bytes` instead Oct 14 13:38:14.319 INFO kablam! Oct 14 13:38:14.319 INFO kablam! warning: unused variable: `err` Oct 14 13:38:14.319 INFO kablam! --> src/http.rs:49:29 Oct 14 13:38:14.319 INFO kablam! | Oct 14 13:38:14.319 INFO kablam! 49 | Err(err) => {} Oct 14 13:38:14.319 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 13:38:14.319 INFO kablam! Oct 14 13:38:14.319 INFO kablam! warning: unused variable: `port` Oct 14 13:38:14.319 INFO kablam! --> src/mcast.rs:33:22 Oct 14 13:38:14.319 INFO kablam! | Oct 14 13:38:14.319 INFO kablam! 33 | fn leave(ip: IpAddr, port: UdpPort, socket: UdpSocket) { Oct 14 13:38:14.319 INFO kablam! | ^^^^ help: consider using `_port` instead Oct 14 13:38:14.319 INFO kablam! Oct 14 13:38:14.319 INFO kablam! warning: unused variable: `pm25_head` Oct 14 13:38:14.319 INFO kablam! --> src/message.rs:194:21 Oct 14 13:38:14.319 INFO kablam! | Oct 14 13:38:14.319 INFO kablam! 194 | if let Some(pm25_head) = split_ntp.next() { Oct 14 13:38:14.319 INFO kablam! | ^^^^^^^^^ help: consider using `_pm25_head` instead Oct 14 13:38:14.319 INFO kablam! Oct 14 13:38:14.395 INFO kablam! warning: variable does not need to be mutable Oct 14 13:38:14.395 INFO kablam! --> src/mcast.rs:14:6 Oct 14 13:38:14.395 INFO kablam! | Oct 14 13:38:14.395 INFO kablam! 14 | let mut socket = match UdpSocket::bind(bind_addr) { Oct 14 13:38:14.395 INFO kablam! | ----^^^^^^ Oct 14 13:38:14.395 INFO kablam! | | Oct 14 13:38:14.395 INFO kablam! | help: remove this `mut` Oct 14 13:38:14.395 INFO kablam! | Oct 14 13:38:14.395 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:38:14.395 INFO kablam! Oct 14 13:38:14.505 INFO kablam! warning: function is never used: `ws_handler` Oct 14 13:38:14.505 INFO kablam! --> src/ws.rs:7:1 Oct 14 13:38:14.505 INFO kablam! | Oct 14 13:38:14.505 INFO kablam! 7 | fn ws_handler() { Oct 14 13:38:14.505 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 13:38:14.505 INFO kablam! | Oct 14 13:38:14.511 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:38:14.511 INFO kablam! Oct 14 13:38:17.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.64s Oct 14 13:38:17.455 INFO kablam! su: No module specific data is present Oct 14 13:38:18.723 INFO running `"docker" "rm" "-f" "d40ee25df9cb9d9d74b74d44ef8a20412cfb8aadb45a11c08135efd96c5c9065"` Oct 14 13:38:19.123 INFO blam! d40ee25df9cb9d9d74b74d44ef8a20412cfb8aadb45a11c08135efd96c5c9065 Oct 14 13:38:19.131 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:20.053 INFO blam! c3d8d8d2849838e7e15b6a04faaa997b36d3f18cf303c05e01efb8035470feb2 Oct 14 13:38:20.055 INFO running `"docker" "start" "-a" "c3d8d8d2849838e7e15b6a04faaa997b36d3f18cf303c05e01efb8035470feb2"` Oct 14 13:38:22.330 INFO kablam! usermod: no changes Oct 14 13:38:22.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 14 13:38:22.586 INFO kablam! Running /target/debug/deps/sensorweb_node_mcu_collector-0088374fcea95938 Oct 14 13:38:22.635 INFO blam! Oct 14 13:38:22.635 INFO blam! running 5 tests Oct 14 13:38:22.671 INFO blam! test args::test_to_ip_addr ... ok Oct 14 13:38:22.683 INFO blam! test args::test_to_port ... ok Oct 14 13:38:22.683 INFO blam! test args::test_to_verbosity_level ... ok Oct 14 13:38:22.688 INFO blam! test message::test_parse_msgs ... ok Oct 14 13:38:22.723 INFO blam! test args::test_args ... ok Oct 14 13:38:22.723 INFO blam! Oct 14 13:38:22.724 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:38:22.724 INFO blam! Oct 14 13:38:22.726 INFO kablam! su: No module specific data is present Oct 14 13:38:24.368 INFO running `"docker" "rm" "-f" "c3d8d8d2849838e7e15b6a04faaa997b36d3f18cf303c05e01efb8035470feb2"` Oct 14 13:38:24.723 INFO blam! c3d8d8d2849838e7e15b6a04faaa997b36d3f18cf303c05e01efb8035470feb2