Oct 15 05:15:09.240 INFO testing acarl123/RustUDPListener against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:15:09.240 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 05:15:09.648 INFO blam! 7ec6e40c263937fd5250f15cc7e53cdbc8ef19aa093617c3ee7337026738d4d8 Oct 15 05:15:09.651 INFO running `"docker" "start" "-a" "7ec6e40c263937fd5250f15cc7e53cdbc8ef19aa093617c3ee7337026738d4d8"` Oct 15 05:15:10.243 INFO kablam! usermod: no changes Oct 15 05:15:10.266 INFO kablam! Compiling SocketSender v0.1.0 (/source) Oct 15 05:15:10.543 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 15 05:15:10.543 INFO kablam! --> src/main.rs:3:5 Oct 15 05:15:10.543 INFO kablam! | Oct 15 05:15:10.543 INFO kablam! 3 | use std::iter::FromIterator; Oct 15 05:15:10.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:15:10.543 INFO kablam! | Oct 15 05:15:10.543 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:15:10.543 INFO kablam! Oct 15 05:15:10.581 INFO kablam! warning: variable does not need to be mutable Oct 15 05:15:10.581 INFO kablam! --> src/main.rs:23:9 Oct 15 05:15:10.581 INFO kablam! | Oct 15 05:15:10.581 INFO kablam! 23 | let mut socket = try!(UdpSocket::bind(&bind_addr.as_str())); Oct 15 05:15:10.581 INFO kablam! | ----^^^^^^ Oct 15 05:15:10.581 INFO kablam! | | Oct 15 05:15:10.581 INFO kablam! | help: remove this `mut` Oct 15 05:15:10.581 INFO kablam! | Oct 15 05:15:10.581 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:15:10.581 INFO kablam! Oct 15 05:15:10.587 INFO kablam! warning: crate `SocketSender` should have a snake case name such as `socket_sender` Oct 15 05:15:10.587 INFO kablam! | Oct 15 05:15:10.587 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:15:10.587 INFO kablam! Oct 15 05:15:10.587 INFO kablam! warning: variable `byteArray` should have a snake case name such as `byte_array` Oct 15 05:15:10.587 INFO kablam! --> src/main.rs:8:16 Oct 15 05:15:10.587 INFO kablam! | Oct 15 05:15:10.587 INFO kablam! 8 | fn int_to_char(byteArray: &[u8; 255]) -> String{ Oct 15 05:15:10.587 INFO kablam! | ^^^^^^^^^ Oct 15 05:15:10.587 INFO kablam! Oct 15 05:15:10.587 INFO kablam! warning: variable `newVec` should have a snake case name such as `new_vec` Oct 15 05:15:10.587 INFO kablam! --> src/main.rs:10:9 Oct 15 05:15:10.587 INFO kablam! | Oct 15 05:15:10.587 INFO kablam! 10 | let mut newVec = Vec::new(); Oct 15 05:15:10.587 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:10.587 INFO kablam! Oct 15 05:15:10.587 INFO kablam! warning: variable `listenAddr` should have a snake case name such as `listen_addr` Oct 15 05:15:10.587 INFO kablam! --> src/main.rs:20:20 Oct 15 05:15:10.587 INFO kablam! | Oct 15 05:15:10.591 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 15 05:15:10.591 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:10.591 INFO kablam! Oct 15 05:15:10.591 INFO kablam! warning: variable `listenPort` should have a snake case name such as `listen_port` Oct 15 05:15:10.591 INFO kablam! --> src/main.rs:20:38 Oct 15 05:15:10.591 INFO kablam! | Oct 15 05:15:10.591 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 15 05:15:10.591 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:10.591 INFO kablam! Oct 15 05:15:10.591 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:15:10.591 INFO kablam! --> src/main.rs:51:5 Oct 15 05:15:10.591 INFO kablam! | Oct 15 05:15:10.591 INFO kablam! 51 | socket_response("0.0.0.0", 13389); Oct 15 05:15:10.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:15:10.591 INFO kablam! | Oct 15 05:15:10.591 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:15:10.591 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:15:10.591 INFO kablam! Oct 15 05:15:11.127 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 15 05:15:11.128 INFO kablam! su: No module specific data is present Oct 15 05:15:11.527 INFO running `"docker" "rm" "-f" "7ec6e40c263937fd5250f15cc7e53cdbc8ef19aa093617c3ee7337026738d4d8"` Oct 15 05:15:11.649 INFO blam! 7ec6e40c263937fd5250f15cc7e53cdbc8ef19aa093617c3ee7337026738d4d8 Oct 15 05:15:11.651 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 05:15:11.934 INFO blam! 9ae884129dcf7a66e4becaf6d90af1638c47c2bb04daf118e57a03df77571b11 Oct 15 05:15:11.939 INFO running `"docker" "start" "-a" "9ae884129dcf7a66e4becaf6d90af1638c47c2bb04daf118e57a03df77571b11"` Oct 15 05:15:12.310 INFO kablam! usermod: no changes Oct 15 05:15:12.335 INFO kablam! Compiling SocketSender v0.1.0 (/source) Oct 15 05:15:12.639 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 15 05:15:12.639 INFO kablam! --> src/main.rs:3:5 Oct 15 05:15:12.639 INFO kablam! | Oct 15 05:15:12.639 INFO kablam! 3 | use std::iter::FromIterator; Oct 15 05:15:12.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:15:12.639 INFO kablam! | Oct 15 05:15:12.639 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:15:12.639 INFO kablam! Oct 15 05:15:12.684 INFO kablam! warning: variable does not need to be mutable Oct 15 05:15:12.684 INFO kablam! --> src/main.rs:23:9 Oct 15 05:15:12.684 INFO kablam! | Oct 15 05:15:12.685 INFO kablam! 23 | let mut socket = try!(UdpSocket::bind(&bind_addr.as_str())); Oct 15 05:15:12.685 INFO kablam! | ----^^^^^^ Oct 15 05:15:12.685 INFO kablam! | | Oct 15 05:15:12.685 INFO kablam! | help: remove this `mut` Oct 15 05:15:12.685 INFO kablam! | Oct 15 05:15:12.685 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:15:12.685 INFO kablam! Oct 15 05:15:12.685 INFO kablam! warning: crate `SocketSender` should have a snake case name such as `socket_sender` Oct 15 05:15:12.685 INFO kablam! | Oct 15 05:15:12.685 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:15:12.685 INFO kablam! Oct 15 05:15:12.685 INFO kablam! warning: variable `byteArray` should have a snake case name such as `byte_array` Oct 15 05:15:12.685 INFO kablam! --> src/main.rs:8:16 Oct 15 05:15:12.685 INFO kablam! | Oct 15 05:15:12.685 INFO kablam! 8 | fn int_to_char(byteArray: &[u8; 255]) -> String{ Oct 15 05:15:12.685 INFO kablam! | ^^^^^^^^^ Oct 15 05:15:12.685 INFO kablam! Oct 15 05:15:12.685 INFO kablam! warning: variable `newVec` should have a snake case name such as `new_vec` Oct 15 05:15:12.685 INFO kablam! --> src/main.rs:10:9 Oct 15 05:15:12.685 INFO kablam! | Oct 15 05:15:12.685 INFO kablam! 10 | let mut newVec = Vec::new(); Oct 15 05:15:12.685 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:12.685 INFO kablam! Oct 15 05:15:12.685 INFO kablam! warning: variable `listenAddr` should have a snake case name such as `listen_addr` Oct 15 05:15:12.685 INFO kablam! --> src/main.rs:20:20 Oct 15 05:15:12.685 INFO kablam! | Oct 15 05:15:12.685 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 15 05:15:12.685 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:12.685 INFO kablam! Oct 15 05:15:12.685 INFO kablam! warning: variable `listenPort` should have a snake case name such as `listen_port` Oct 15 05:15:12.685 INFO kablam! --> src/main.rs:20:38 Oct 15 05:15:12.685 INFO kablam! | Oct 15 05:15:12.686 INFO kablam! 20 | fn socket_response(listenAddr: &str, listenPort: i32) -> Result<(), Error> { Oct 15 05:15:12.686 INFO kablam! | ^^^^^^^^^^ Oct 15 05:15:12.686 INFO kablam! Oct 15 05:15:12.687 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:15:12.687 INFO kablam! --> src/main.rs:51:5 Oct 15 05:15:12.687 INFO kablam! | Oct 15 05:15:12.687 INFO kablam! 51 | socket_response("0.0.0.0", 13389); Oct 15 05:15:12.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:15:12.687 INFO kablam! | Oct 15 05:15:12.687 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:15:12.687 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:15:12.687 INFO kablam! Oct 15 05:15:13.050 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.72s Oct 15 05:15:13.052 INFO kablam! su: No module specific data is present Oct 15 05:15:13.485 INFO running `"docker" "rm" "-f" "9ae884129dcf7a66e4becaf6d90af1638c47c2bb04daf118e57a03df77571b11"` Oct 15 05:15:13.576 INFO blam! 9ae884129dcf7a66e4becaf6d90af1638c47c2bb04daf118e57a03df77571b11 Oct 15 05:15:13.583 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 05:15:13.794 INFO blam! d19cddc05d6dcf11e43396826e1fed310cf563dd4c9ec17da0658a9d2bbaddd6 Oct 15 05:15:13.796 INFO running `"docker" "start" "-a" "d19cddc05d6dcf11e43396826e1fed310cf563dd4c9ec17da0658a9d2bbaddd6"` Oct 15 05:15:14.360 INFO kablam! usermod: no changes Oct 15 05:15:14.413 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 05:15:14.430 INFO kablam! Running /target/debug/deps/SocketSender-98b5d34a2e0ef9c7 Oct 15 05:15:14.435 INFO blam! Oct 15 05:15:14.435 INFO blam! running 0 tests Oct 15 05:15:14.435 INFO blam! Oct 15 05:15:14.435 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:15:14.435 INFO blam! Oct 15 05:15:14.439 INFO kablam! su: No module specific data is present Oct 15 05:15:15.167 INFO running `"docker" "rm" "-f" "d19cddc05d6dcf11e43396826e1fed310cf563dd4c9ec17da0658a9d2bbaddd6"` Oct 15 05:15:15.475 INFO blam! d19cddc05d6dcf11e43396826e1fed310cf563dd4c9ec17da0658a9d2bbaddd6