Oct 15 05:15:10.072 INFO testing acarl123/RustUDPListener against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:15:10.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 05:15:10.319 INFO blam! f05c5cc7030a268078bee5332eb9f0852c06674a805137ef3cfbbcfcc096cf95 Oct 15 05:15:10.322 INFO running `"docker" "start" "-a" "f05c5cc7030a268078bee5332eb9f0852c06674a805137ef3cfbbcfcc096cf95"` Oct 15 05:15:11.046 INFO kablam! usermod: no changes Oct 15 05:15:11.110 INFO kablam! Compiling SocketSender v0.1.0 (/source) Oct 15 05:15:11.413 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 15 05:15:11.413 INFO kablam! --> src/main.rs:3:5 Oct 15 05:15:11.413 INFO kablam! | Oct 15 05:15:11.414 INFO kablam! 3 | use std::iter::FromIterator; Oct 15 05:15:11.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:15:11.414 INFO kablam! | Oct 15 05:15:11.414 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:15:11.414 INFO kablam! Oct 15 05:15:11.461 INFO kablam! warning: variable does not need to be mutable Oct 15 05:15:11.461 INFO kablam! --> src/main.rs:23:9 Oct 15 05:15:11.461 INFO kablam! | Oct 15 05:15:11.461 INFO kablam! 23 | let mut socket = try!(UdpSocket::bind(&bind_addr.as_str())); Oct 15 05:15:11.461 INFO kablam! | ----^^^^^^ Oct 15 05:15:11.461 INFO kablam! | | Oct 15 05:15:11.461 INFO kablam! | help: remove this `mut` Oct 15 05:15:11.461 INFO kablam! | Oct 15 05:15:11.461 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:15:11.461 INFO kablam! Oct 15 05:15:11.462 INFO kablam! warning: crate `SocketSender` should have a snake case name such as `socket_sender` Oct 15 05:15:11.462 INFO kablam! | Oct 15 05:15:11.462 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:15:11.462 INFO kablam! Oct 15 05:15:11.462 INFO kablam! warning: variable `byteArray` should have a snake case name such as `byte_array` Oct 15 05:15:11.462 INFO kablam! --> src/main.rs:8:16 Oct 15 05:15:11.462 INFO kablam! | Oct 15 05:15:11.462 INFO kablam! 8 | fn int_to_char(byteArray: &[u8; 255]) -> String{ Oct 15 05:15:11.462 INFO kablam! | ^^^^^^^^^ Oct 15 05:15:11.462 INFO kablam! Oct 15 05:15:11.463 INFO kablam! warning: variable `newVec` should have a snake case name such as `new_vec` Oct 15 05:15:11.463 INFO kablam! --> src/main.rs:10:9 Oct 15 05:15:11.463 INFO kablam! | Oct 15 05:15:11.463 INFO kablam! 10 | let mut newVec = Vec::new(); Oct 15 05:15:11.463 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:11.463 INFO kablam! Oct 15 05:15:11.463 INFO kablam! warning: variable `listenAddr` should have a snake case name such as `listen_addr` Oct 15 05:15:11.463 INFO kablam! --> src/main.rs:20:20 Oct 15 05:15:11.463 INFO kablam! | Oct 15 05:15:11.463 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 15 05:15:11.463 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:11.463 INFO kablam! Oct 15 05:15:11.463 INFO kablam! warning: variable `listenPort` should have a snake case name such as `listen_port` Oct 15 05:15:11.463 INFO kablam! --> src/main.rs:20:38 Oct 15 05:15:11.463 INFO kablam! | Oct 15 05:15:11.463 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 15 05:15:11.463 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:11.463 INFO kablam! Oct 15 05:15:11.463 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:15:11.463 INFO kablam! --> src/main.rs:51:5 Oct 15 05:15:11.463 INFO kablam! | Oct 15 05:15:11.463 INFO kablam! 51 | socket_response("0.0.0.0", 13389); Oct 15 05:15:11.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:15:11.463 INFO kablam! | Oct 15 05:15:11.463 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:15:11.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:15:11.463 INFO kablam! Oct 15 05:15:11.890 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 15 05:15:11.892 INFO kablam! su: No module specific data is present Oct 15 05:15:12.159 INFO running `"docker" "rm" "-f" "f05c5cc7030a268078bee5332eb9f0852c06674a805137ef3cfbbcfcc096cf95"` Oct 15 05:15:12.240 INFO blam! f05c5cc7030a268078bee5332eb9f0852c06674a805137ef3cfbbcfcc096cf95 Oct 15 05:15:12.242 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 05:15:12.426 INFO blam! ab72ee8fa32cbd492742ca768b61adea33880a8ce986caa08d2fe8ff2a399e00 Oct 15 05:15:12.428 INFO running `"docker" "start" "-a" "ab72ee8fa32cbd492742ca768b61adea33880a8ce986caa08d2fe8ff2a399e00"` Oct 15 05:15:12.852 INFO kablam! usermod: no changes Oct 15 05:15:12.903 INFO kablam! Compiling SocketSender v0.1.0 (/source) Oct 15 05:15:13.247 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 15 05:15:13.247 INFO kablam! --> src/main.rs:3:5 Oct 15 05:15:13.247 INFO kablam! | Oct 15 05:15:13.247 INFO kablam! 3 | use std::iter::FromIterator; Oct 15 05:15:13.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:15:13.247 INFO kablam! | Oct 15 05:15:13.247 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:15:13.247 INFO kablam! Oct 15 05:15:13.295 INFO kablam! warning: variable does not need to be mutable Oct 15 05:15:13.295 INFO kablam! --> src/main.rs:23:9 Oct 15 05:15:13.296 INFO kablam! | Oct 15 05:15:13.296 INFO kablam! 23 | let mut socket = try!(UdpSocket::bind(&bind_addr.as_str())); Oct 15 05:15:13.296 INFO kablam! | ----^^^^^^ Oct 15 05:15:13.296 INFO kablam! | | Oct 15 05:15:13.296 INFO kablam! | help: remove this `mut` Oct 15 05:15:13.296 INFO kablam! | Oct 15 05:15:13.296 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:15:13.296 INFO kablam! Oct 15 05:15:13.296 INFO kablam! warning: crate `SocketSender` should have a snake case name such as `socket_sender` Oct 15 05:15:13.296 INFO kablam! | Oct 15 05:15:13.296 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:15:13.296 INFO kablam! Oct 15 05:15:13.296 INFO kablam! warning: variable `byteArray` should have a snake case name such as `byte_array` Oct 15 05:15:13.296 INFO kablam! --> src/main.rs:8:16 Oct 15 05:15:13.296 INFO kablam! | Oct 15 05:15:13.296 INFO kablam! 8 | fn int_to_char(byteArray: &[u8; 255]) -> String{ Oct 15 05:15:13.296 INFO kablam! | ^^^^^^^^^ Oct 15 05:15:13.296 INFO kablam! Oct 15 05:15:13.296 INFO kablam! warning: variable `newVec` should have a snake case name such as `new_vec` Oct 15 05:15:13.296 INFO kablam! --> src/main.rs:10:9 Oct 15 05:15:13.296 INFO kablam! | Oct 15 05:15:13.296 INFO kablam! 10 | let mut newVec = Vec::new(); Oct 15 05:15:13.296 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:13.296 INFO kablam! Oct 15 05:15:13.296 INFO kablam! warning: variable `listenAddr` should have a snake case name such as `listen_addr` Oct 15 05:15:13.296 INFO kablam! --> src/main.rs:20:20 Oct 15 05:15:13.296 INFO kablam! | Oct 15 05:15:13.296 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 15 05:15:13.296 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:13.296 INFO kablam! Oct 15 05:15:13.296 INFO kablam! warning: variable `listenPort` should have a snake case name such as `listen_port` Oct 15 05:15:13.296 INFO kablam! --> src/main.rs:20:38 Oct 15 05:15:13.296 INFO kablam! | Oct 15 05:15:13.296 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 15 05:15:13.296 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:13.296 INFO kablam! Oct 15 05:15:13.297 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:15:13.297 INFO kablam! --> src/main.rs:51:5 Oct 15 05:15:13.297 INFO kablam! | Oct 15 05:15:13.297 INFO kablam! 51 | socket_response("0.0.0.0", 13389); Oct 15 05:15:13.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:15:13.297 INFO kablam! | Oct 15 05:15:13.297 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:15:13.297 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:15:13.297 INFO kablam! Oct 15 05:15:13.639 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Oct 15 05:15:13.640 INFO kablam! su: No module specific data is present Oct 15 05:15:13.909 INFO running `"docker" "rm" "-f" "ab72ee8fa32cbd492742ca768b61adea33880a8ce986caa08d2fe8ff2a399e00"` Oct 15 05:15:13.981 INFO blam! ab72ee8fa32cbd492742ca768b61adea33880a8ce986caa08d2fe8ff2a399e00 Oct 15 05:15:13.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 05:15:14.187 INFO blam! 8e224a1ef69a35f6afb08dd7550a38d9b6694de6b4ac0726fe79a37eb5a5393e Oct 15 05:15:14.189 INFO running `"docker" "start" "-a" "8e224a1ef69a35f6afb08dd7550a38d9b6694de6b4ac0726fe79a37eb5a5393e"` Oct 15 05:15:14.887 INFO kablam! usermod: no changes Oct 15 05:15:14.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 05:15:14.915 INFO blam! Oct 15 05:15:14.915 INFO kablam! Running /target/debug/deps/SocketSender-168c591c8c94f1e3 Oct 15 05:15:14.915 INFO blam! running 0 tests Oct 15 05:15:14.915 INFO blam! Oct 15 05:15:14.915 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:15:14.915 INFO blam! Oct 15 05:15:14.919 INFO kablam! su: No module specific data is present Oct 15 05:15:15.677 INFO running `"docker" "rm" "-f" "8e224a1ef69a35f6afb08dd7550a38d9b6694de6b4ac0726fe79a37eb5a5393e"` Oct 15 05:15:15.966 INFO blam! 8e224a1ef69a35f6afb08dd7550a38d9b6694de6b4ac0726fe79a37eb5a5393e