Oct 11 16:10:35.753 INFO testing nexrs-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:10:35.753 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:10:35.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:10:36.004 INFO blam! bc0b6aa16845739726af7d46dbf20ffb4dc39d0152780ee180ee239a81a91732 Oct 11 16:10:36.008 INFO running `"docker" "start" "-a" "bc0b6aa16845739726af7d46dbf20ffb4dc39d0152780ee180ee239a81a91732"` Oct 11 16:10:36.996 INFO kablam! usermod: no changes Oct 11 16:10:37.056 INFO kablam! Compiling nexrs v0.1.0 (/source) Oct 11 16:10:37.913 INFO kablam! warning: unused import: `std::error::Error` Oct 11 16:10:37.913 INFO kablam! --> src/discovery.rs:2:5 Oct 11 16:10:37.913 INFO kablam! | Oct 11 16:10:37.914 INFO kablam! 2 | use std::error::Error; Oct 11 16:10:37.914 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:10:37.914 INFO kablam! | Oct 11 16:10:37.914 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:10:37.915 INFO kablam! Oct 11 16:10:37.915 INFO kablam! warning: unused import: `std::io::Result as IoResult` Oct 11 16:10:37.915 INFO kablam! --> src/discovery.rs:6:5 Oct 11 16:10:37.915 INFO kablam! | Oct 11 16:10:37.916 INFO kablam! 6 | use std::io::Result as IoResult; Oct 11 16:10:37.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:10:37.916 INFO kablam! Oct 11 16:10:37.916 INFO kablam! warning: unused import: `discovery::*` Oct 11 16:10:37.917 INFO kablam! --> src/main.rs:4:5 Oct 11 16:10:37.917 INFO kablam! | Oct 11 16:10:37.917 INFO kablam! 4 | use discovery::*; Oct 11 16:10:37.917 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:10:37.918 INFO kablam! Oct 11 16:10:37.918 INFO kablam! warning: unused import: `SocketAddr` Oct 11 16:10:37.918 INFO kablam! --> src/main.rs:5:16 Oct 11 16:10:37.918 INFO kablam! | Oct 11 16:10:37.918 INFO kablam! 5 | use std::net::{SocketAddr}; Oct 11 16:10:37.919 INFO kablam! | ^^^^^^^^^^ Oct 11 16:10:37.919 INFO kablam! Oct 11 16:10:37.965 INFO kablam! warning: unused variable: `buf` Oct 11 16:10:37.965 INFO kablam! --> src/discovery.rs:86:17 Oct 11 16:10:37.965 INFO kablam! | Oct 11 16:10:37.965 INFO kablam! 86 | let mut buf: [u8; 32] = [0; 32]; Oct 11 16:10:37.966 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 11 16:10:37.966 INFO kablam! | Oct 11 16:10:37.966 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:10:37.967 INFO kablam! Oct 11 16:10:37.972 INFO kablam! warning: variable does not need to be mutable Oct 11 16:10:37.972 INFO kablam! --> src/discovery.rs:16:9 Oct 11 16:10:37.972 INFO kablam! | Oct 11 16:10:37.972 INFO kablam! 16 | let mut cmd_if = Command::new("ifconfig") Oct 11 16:10:37.972 INFO kablam! | ----^^^^^^ Oct 11 16:10:37.972 INFO kablam! | | Oct 11 16:10:37.972 INFO kablam! | help: remove this `mut` Oct 11 16:10:37.972 INFO kablam! | Oct 11 16:10:37.972 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 16:10:37.972 INFO kablam! Oct 11 16:10:37.972 INFO kablam! warning: variable does not need to be mutable Oct 11 16:10:37.972 INFO kablam! --> src/discovery.rs:36:9 Oct 11 16:10:37.972 INFO kablam! | Oct 11 16:10:37.972 INFO kablam! 36 | let mut addr = addr_iter Oct 11 16:10:37.972 INFO kablam! | ----^^^^ Oct 11 16:10:37.972 INFO kablam! | | Oct 11 16:10:37.972 INFO kablam! | help: remove this `mut` Oct 11 16:10:37.972 INFO kablam! Oct 11 16:10:37.976 INFO kablam! warning: variable does not need to be mutable Oct 11 16:10:37.977 INFO kablam! --> src/discovery.rs:86:13 Oct 11 16:10:37.977 INFO kablam! | Oct 11 16:10:37.977 INFO kablam! 86 | let mut buf: [u8; 32] = [0; 32]; Oct 11 16:10:37.977 INFO kablam! | ----^^^ Oct 11 16:10:37.977 INFO kablam! | | Oct 11 16:10:37.978 INFO kablam! | help: remove this `mut` Oct 11 16:10:37.978 INFO kablam! Oct 11 16:10:37.980 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 16:10:37.980 INFO kablam! --> src/discovery.rs:87:9 Oct 11 16:10:37.980 INFO kablam! | Oct 11 16:10:37.980 INFO kablam! 87 | stream.set_write_timeout(Some(Duration::new(3, 0))); Oct 11 16:10:37.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:10:37.980 INFO kablam! | Oct 11 16:10:37.980 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 16:10:37.980 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 16:10:37.980 INFO kablam! Oct 11 16:10:37.980 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 16:10:37.980 INFO kablam! --> src/discovery.rs:88:9 Oct 11 16:10:37.980 INFO kablam! | Oct 11 16:10:37.980 INFO kablam! 88 | stream.set_read_timeout(Some(Duration::new(3, 0))); Oct 11 16:10:37.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:10:37.980 INFO kablam! | Oct 11 16:10:37.980 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 16:10:37.980 INFO kablam! Oct 11 16:10:38.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 11 16:10:38.448 INFO kablam! su: No module specific data is present Oct 11 16:10:39.057 INFO running `"docker" "rm" "-f" "bc0b6aa16845739726af7d46dbf20ffb4dc39d0152780ee180ee239a81a91732"` Oct 11 16:10:39.167 INFO blam! bc0b6aa16845739726af7d46dbf20ffb4dc39d0152780ee180ee239a81a91732 Oct 11 16:10:39.169 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:10:39.169 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:10:39.479 INFO blam! 17d3369df4840f9b74acfdc949d46cf59e5ad412e55e2ac5f9fd781e0c6a99f7 Oct 11 16:10:39.480 INFO running `"docker" "start" "-a" "17d3369df4840f9b74acfdc949d46cf59e5ad412e55e2ac5f9fd781e0c6a99f7"` Oct 11 16:10:39.902 INFO kablam! usermod: no changes Oct 11 16:10:39.930 INFO kablam! Compiling nexrs v0.1.0 (/source) Oct 11 16:10:40.908 INFO kablam! warning: unused import: `std::error::Error` Oct 11 16:10:40.908 INFO kablam! --> src/discovery.rs:2:5 Oct 11 16:10:40.908 INFO kablam! | Oct 11 16:10:40.908 INFO kablam! 2 | use std::error::Error; Oct 11 16:10:40.908 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:10:40.908 INFO kablam! | Oct 11 16:10:40.908 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:10:40.908 INFO kablam! Oct 11 16:10:40.908 INFO kablam! warning: unused import: `std::io::Result as IoResult` Oct 11 16:10:40.908 INFO kablam! --> src/discovery.rs:6:5 Oct 11 16:10:40.908 INFO kablam! | Oct 11 16:10:40.908 INFO kablam! 6 | use std::io::Result as IoResult; Oct 11 16:10:40.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:10:40.908 INFO kablam! Oct 11 16:10:40.908 INFO kablam! warning: unused import: `discovery::*` Oct 11 16:10:40.908 INFO kablam! --> src/main.rs:4:5 Oct 11 16:10:40.908 INFO kablam! | Oct 11 16:10:40.908 INFO kablam! 4 | use discovery::*; Oct 11 16:10:40.908 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:10:40.908 INFO kablam! Oct 11 16:10:40.909 INFO kablam! warning: unused import: `SocketAddr` Oct 11 16:10:40.909 INFO kablam! --> src/main.rs:5:16 Oct 11 16:10:40.909 INFO kablam! | Oct 11 16:10:40.909 INFO kablam! 5 | use std::net::{SocketAddr}; Oct 11 16:10:40.909 INFO kablam! | ^^^^^^^^^^ Oct 11 16:10:40.909 INFO kablam! Oct 11 16:10:40.984 INFO kablam! warning: unused variable: `buf` Oct 11 16:10:40.985 INFO kablam! --> src/discovery.rs:86:17 Oct 11 16:10:40.985 INFO kablam! | Oct 11 16:10:40.985 INFO kablam! 86 | let mut buf: [u8; 32] = [0; 32]; Oct 11 16:10:40.985 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 11 16:10:40.985 INFO kablam! | Oct 11 16:10:40.985 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:10:40.985 INFO kablam! Oct 11 16:10:40.996 INFO kablam! warning: variable does not need to be mutable Oct 11 16:10:40.996 INFO kablam! --> src/discovery.rs:16:9 Oct 11 16:10:40.996 INFO kablam! | Oct 11 16:10:40.996 INFO kablam! 16 | let mut cmd_if = Command::new("ifconfig") Oct 11 16:10:40.996 INFO kablam! | ----^^^^^^ Oct 11 16:10:40.996 INFO kablam! | | Oct 11 16:10:40.996 INFO kablam! | help: remove this `mut` Oct 11 16:10:40.996 INFO kablam! | Oct 11 16:10:40.996 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 16:10:40.996 INFO kablam! Oct 11 16:10:40.996 INFO kablam! warning: variable does not need to be mutable Oct 11 16:10:40.996 INFO kablam! --> src/discovery.rs:36:9 Oct 11 16:10:40.996 INFO kablam! | Oct 11 16:10:40.996 INFO kablam! 36 | let mut addr = addr_iter Oct 11 16:10:40.996 INFO kablam! | ----^^^^ Oct 11 16:10:40.996 INFO kablam! | | Oct 11 16:10:40.996 INFO kablam! | help: remove this `mut` Oct 11 16:10:40.996 INFO kablam! Oct 11 16:10:40.996 INFO kablam! warning: variable does not need to be mutable Oct 11 16:10:40.996 INFO kablam! --> src/discovery.rs:86:13 Oct 11 16:10:40.996 INFO kablam! | Oct 11 16:10:40.996 INFO kablam! 86 | let mut buf: [u8; 32] = [0; 32]; Oct 11 16:10:40.996 INFO kablam! | ----^^^ Oct 11 16:10:40.996 INFO kablam! | | Oct 11 16:10:40.997 INFO kablam! | help: remove this `mut` Oct 11 16:10:40.997 INFO kablam! Oct 11 16:10:41.004 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 16:10:41.004 INFO kablam! --> src/discovery.rs:87:9 Oct 11 16:10:41.004 INFO kablam! | Oct 11 16:10:41.004 INFO kablam! 87 | stream.set_write_timeout(Some(Duration::new(3, 0))); Oct 11 16:10:41.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:10:41.004 INFO kablam! | Oct 11 16:10:41.004 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 16:10:41.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 16:10:41.004 INFO kablam! Oct 11 16:10:41.004 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 16:10:41.004 INFO kablam! --> src/discovery.rs:88:9 Oct 11 16:10:41.004 INFO kablam! | Oct 11 16:10:41.004 INFO kablam! 88 | stream.set_read_timeout(Some(Duration::new(3, 0))); Oct 11 16:10:41.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:10:41.004 INFO kablam! | Oct 11 16:10:41.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 16:10:41.004 INFO kablam! Oct 11 16:10:41.476 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.55s Oct 11 16:10:41.477 INFO kablam! su: No module specific data is present Oct 11 16:10:42.089 INFO running `"docker" "rm" "-f" "17d3369df4840f9b74acfdc949d46cf59e5ad412e55e2ac5f9fd781e0c6a99f7"` Oct 11 16:10:42.280 INFO blam! 17d3369df4840f9b74acfdc949d46cf59e5ad412e55e2ac5f9fd781e0c6a99f7 Oct 11 16:10:42.292 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:10:42.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:10:42.788 INFO blam! 18c203b473b9df1ef129f2e73d7cd9c068302fe2cc29db8112988f347613b387 Oct 11 16:10:42.790 INFO running `"docker" "start" "-a" "18c203b473b9df1ef129f2e73d7cd9c068302fe2cc29db8112988f347613b387"` Oct 11 16:10:43.854 INFO kablam! usermod: no changes Oct 11 16:10:43.908 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 16:10:43.914 INFO kablam! Running /target/debug/deps/nexrs-139f32601a0b42e2 Oct 11 16:10:43.920 INFO blam! Oct 11 16:10:43.920 INFO blam! running 0 tests Oct 11 16:10:43.920 INFO blam! Oct 11 16:10:43.920 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:10:43.920 INFO blam! Oct 11 16:10:43.922 INFO kablam! su: No module specific data is present Oct 11 16:10:44.515 INFO running `"docker" "rm" "-f" "18c203b473b9df1ef129f2e73d7cd9c068302fe2cc29db8112988f347613b387"` Oct 11 16:10:44.769 INFO blam! 18c203b473b9df1ef129f2e73d7cd9c068302fe2cc29db8112988f347613b387