Oct 11 03:39:24.219 INFO testing acarl123/RustUDPListener against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:39:24.219 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:39:24.219 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 03:39:24.528 INFO blam! ae06cd21b71d866968582d795de7fa95641543d3dcb5e78453587847ef72f3ad Oct 11 03:39:24.529 INFO running `"docker" "start" "-a" "ae06cd21b71d866968582d795de7fa95641543d3dcb5e78453587847ef72f3ad"` Oct 11 03:39:25.389 INFO kablam! usermod: no changes Oct 11 03:39:25.411 INFO kablam! Compiling SocketSender v0.1.0 (/source) Oct 11 03:39:25.559 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 11 03:39:25.559 INFO kablam! --> src/main.rs:3:5 Oct 11 03:39:25.559 INFO kablam! | Oct 11 03:39:25.559 INFO kablam! 3 | use std::iter::FromIterator; Oct 11 03:39:25.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:39:25.559 INFO kablam! | Oct 11 03:39:25.559 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:39:25.559 INFO kablam! Oct 11 03:39:25.606 INFO kablam! warning: variable does not need to be mutable Oct 11 03:39:25.606 INFO kablam! --> src/main.rs:23:9 Oct 11 03:39:25.606 INFO kablam! | Oct 11 03:39:25.606 INFO kablam! 23 | let mut socket = try!(UdpSocket::bind(&bind_addr.as_str())); Oct 11 03:39:25.606 INFO kablam! | ----^^^^^^ Oct 11 03:39:25.606 INFO kablam! | | Oct 11 03:39:25.606 INFO kablam! | help: remove this `mut` Oct 11 03:39:25.606 INFO kablam! | Oct 11 03:39:25.606 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:39:25.606 INFO kablam! Oct 11 03:39:25.607 INFO kablam! warning: crate `SocketSender` should have a snake case name such as `socket_sender` Oct 11 03:39:25.607 INFO kablam! | Oct 11 03:39:25.607 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:39:25.607 INFO kablam! Oct 11 03:39:25.607 INFO kablam! warning: variable `byteArray` should have a snake case name such as `byte_array` Oct 11 03:39:25.607 INFO kablam! --> src/main.rs:8:16 Oct 11 03:39:25.607 INFO kablam! | Oct 11 03:39:25.607 INFO kablam! 8 | fn int_to_char(byteArray: &[u8; 255]) -> String{ Oct 11 03:39:25.607 INFO kablam! | ^^^^^^^^^ Oct 11 03:39:25.607 INFO kablam! Oct 11 03:39:25.607 INFO kablam! warning: variable `newVec` should have a snake case name such as `new_vec` Oct 11 03:39:25.607 INFO kablam! --> src/main.rs:10:9 Oct 11 03:39:25.607 INFO kablam! | Oct 11 03:39:25.607 INFO kablam! 10 | let mut newVec = Vec::new(); Oct 11 03:39:25.607 INFO kablam! | ^^^^^^^^^^ Oct 11 03:39:25.608 INFO kablam! Oct 11 03:39:25.608 INFO kablam! warning: variable `listenAddr` should have a snake case name such as `listen_addr` Oct 11 03:39:25.608 INFO kablam! --> src/main.rs:20:20 Oct 11 03:39:25.608 INFO kablam! | Oct 11 03:39:25.608 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 11 03:39:25.608 INFO kablam! | ^^^^^^^^^^ Oct 11 03:39:25.608 INFO kablam! Oct 11 03:39:25.608 INFO kablam! warning: variable `listenPort` should have a snake case name such as `listen_port` Oct 11 03:39:25.608 INFO kablam! --> src/main.rs:20:38 Oct 11 03:39:25.608 INFO kablam! | Oct 11 03:39:25.608 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 11 03:39:25.608 INFO kablam! | ^^^^^^^^^^ Oct 11 03:39:25.608 INFO kablam! Oct 11 03:39:25.608 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:39:25.608 INFO kablam! --> src/main.rs:51:5 Oct 11 03:39:25.608 INFO kablam! | Oct 11 03:39:25.608 INFO kablam! 51 | socket_response("0.0.0.0", 13389); Oct 11 03:39:25.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:39:25.608 INFO kablam! | Oct 11 03:39:25.608 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 03:39:25.608 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:39:25.608 INFO kablam! Oct 11 03:39:26.060 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 11 03:39:26.060 INFO kablam! su: No module specific data is present Oct 11 03:39:26.894 INFO running `"docker" "rm" "-f" "ae06cd21b71d866968582d795de7fa95641543d3dcb5e78453587847ef72f3ad"` Oct 11 03:39:27.232 INFO blam! ae06cd21b71d866968582d795de7fa95641543d3dcb5e78453587847ef72f3ad Oct 11 03:39:27.238 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:39:27.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 03:39:27.608 INFO blam! 40d431500cac97a76de4bc604b03feec62e19dbae3ef8e4f4c6f40c98f8031d8 Oct 11 03:39:27.620 INFO running `"docker" "start" "-a" "40d431500cac97a76de4bc604b03feec62e19dbae3ef8e4f4c6f40c98f8031d8"` Oct 11 03:39:28.400 INFO kablam! usermod: no changes Oct 11 03:39:28.424 INFO kablam! Compiling SocketSender v0.1.0 (/source) Oct 11 03:39:28.651 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 11 03:39:28.651 INFO kablam! --> src/main.rs:3:5 Oct 11 03:39:28.651 INFO kablam! | Oct 11 03:39:28.651 INFO kablam! 3 | use std::iter::FromIterator; Oct 11 03:39:28.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:39:28.651 INFO kablam! | Oct 11 03:39:28.651 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:39:28.651 INFO kablam! Oct 11 03:39:28.716 INFO kablam! warning: variable does not need to be mutable Oct 11 03:39:28.716 INFO kablam! --> src/main.rs:23:9 Oct 11 03:39:28.716 INFO kablam! | Oct 11 03:39:28.716 INFO kablam! 23 | let mut socket = try!(UdpSocket::bind(&bind_addr.as_str())); Oct 11 03:39:28.716 INFO kablam! | ----^^^^^^ Oct 11 03:39:28.716 INFO kablam! | | Oct 11 03:39:28.716 INFO kablam! | help: remove this `mut` Oct 11 03:39:28.716 INFO kablam! | Oct 11 03:39:28.716 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:39:28.716 INFO kablam! Oct 11 03:39:28.716 INFO kablam! warning: crate `SocketSender` should have a snake case name such as `socket_sender` Oct 11 03:39:28.716 INFO kablam! | Oct 11 03:39:28.716 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:39:28.716 INFO kablam! Oct 11 03:39:28.716 INFO kablam! warning: variable `byteArray` should have a snake case name such as `byte_array` Oct 11 03:39:28.716 INFO kablam! --> src/main.rs:8:16 Oct 11 03:39:28.716 INFO kablam! | Oct 11 03:39:28.716 INFO kablam! 8 | fn int_to_char(byteArray: &[u8; 255]) -> String{ Oct 11 03:39:28.716 INFO kablam! | ^^^^^^^^^ Oct 11 03:39:28.716 INFO kablam! Oct 11 03:39:28.716 INFO kablam! warning: variable `newVec` should have a snake case name such as `new_vec` Oct 11 03:39:28.716 INFO kablam! --> src/main.rs:10:9 Oct 11 03:39:28.716 INFO kablam! | Oct 11 03:39:28.716 INFO kablam! 10 | let mut newVec = Vec::new(); Oct 11 03:39:28.716 INFO kablam! | ^^^^^^^^^^ Oct 11 03:39:28.716 INFO kablam! Oct 11 03:39:28.716 INFO kablam! warning: variable `listenAddr` should have a snake case name such as `listen_addr` Oct 11 03:39:28.716 INFO kablam! --> src/main.rs:20:20 Oct 11 03:39:28.716 INFO kablam! | Oct 11 03:39:28.716 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 11 03:39:28.716 INFO kablam! | ^^^^^^^^^^ Oct 11 03:39:28.716 INFO kablam! Oct 11 03:39:28.716 INFO kablam! warning: variable `listenPort` should have a snake case name such as `listen_port` Oct 11 03:39:28.716 INFO kablam! --> src/main.rs:20:38 Oct 11 03:39:28.716 INFO kablam! | Oct 11 03:39:28.716 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 11 03:39:28.716 INFO kablam! | ^^^^^^^^^^ Oct 11 03:39:28.716 INFO kablam! Oct 11 03:39:28.716 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:39:28.716 INFO kablam! --> src/main.rs:51:5 Oct 11 03:39:28.716 INFO kablam! | Oct 11 03:39:28.716 INFO kablam! 51 | socket_response("0.0.0.0", 13389); Oct 11 03:39:28.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:39:28.717 INFO kablam! | Oct 11 03:39:28.717 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 03:39:28.717 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:39:28.717 INFO kablam! Oct 11 03:39:29.098 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Oct 11 03:39:29.105 INFO kablam! su: No module specific data is present Oct 11 03:39:29.516 INFO running `"docker" "rm" "-f" "40d431500cac97a76de4bc604b03feec62e19dbae3ef8e4f4c6f40c98f8031d8"` Oct 11 03:39:29.668 INFO blam! 40d431500cac97a76de4bc604b03feec62e19dbae3ef8e4f4c6f40c98f8031d8 Oct 11 03:39:29.670 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:39:29.672 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 03:39:29.940 INFO blam! 15321cba6ac831124b28dfbb2b138ab11fc2275d917f3d4da8f708a6e73a215d Oct 11 03:39:29.952 INFO running `"docker" "start" "-a" "15321cba6ac831124b28dfbb2b138ab11fc2275d917f3d4da8f708a6e73a215d"` Oct 11 03:39:30.557 INFO kablam! usermod: no changes Oct 11 03:39:30.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 03:39:30.592 INFO kablam! Running /target/debug/deps/SocketSender-168c591c8c94f1e3 Oct 11 03:39:30.594 INFO blam! Oct 11 03:39:30.594 INFO blam! running 0 tests Oct 11 03:39:30.594 INFO blam! Oct 11 03:39:30.594 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:39:30.594 INFO blam! Oct 11 03:39:30.600 INFO kablam! su: No module specific data is present Oct 11 03:39:31.441 INFO running `"docker" "rm" "-f" "15321cba6ac831124b28dfbb2b138ab11fc2275d917f3d4da8f708a6e73a215d"` Oct 11 03:39:31.660 INFO blam! 15321cba6ac831124b28dfbb2b138ab11fc2275d917f3d4da8f708a6e73a215d