Oct 13 06:00:22.410 INFO testing nakakura/stun against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:00:22.410 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 06:00:22.879 INFO blam! 27bc645e6f50a3acbe9becac7aa724249ee443260042d9434ccf92e47b7c5be8 Oct 13 06:00:22.883 INFO running `"docker" "start" "-a" "27bc645e6f50a3acbe9becac7aa724249ee443260042d9434ccf92e47b7c5be8"` Oct 13 06:00:25.136 INFO kablam! usermod: no changes Oct 13 06:00:25.295 INFO kablam! Compiling memchr v1.0.2 Oct 13 06:00:25.295 INFO kablam! Compiling bytes v0.4.7 Oct 13 06:00:25.299 INFO kablam! Compiling mio v0.6.14 Oct 13 06:00:25.299 INFO kablam! Compiling tokio-threadpool v0.1.2 Oct 13 06:00:26.653 INFO kablam! Compiling nom v3.2.1 Oct 13 06:00:30.535 INFO kablam! Compiling tokio-io v0.1.6 Oct 13 06:00:33.907 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 13 06:00:37.132 INFO kablam! Compiling tokio-udp v0.1.0 Oct 13 06:00:37.133 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 13 06:00:38.828 INFO kablam! Compiling tokio v0.1.5 Oct 13 06:00:40.684 INFO kablam! Compiling tokio-core v0.1.17 Oct 13 06:00:43.479 INFO kablam! Compiling stun v0.1.0 (/source) Oct 13 06:00:44.591 INFO kablam! warning: unused `#[macro_use]` import Oct 13 06:00:44.591 INFO kablam! --> src/main.rs:4:1 Oct 13 06:00:44.591 INFO kablam! | Oct 13 06:00:44.591 INFO kablam! 4 | #[macro_use] Oct 13 06:00:44.591 INFO kablam! | ^^^^^^^^^^^^ Oct 13 06:00:44.591 INFO kablam! | Oct 13 06:00:44.591 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:00:44.591 INFO kablam! Oct 13 06:00:44.591 INFO kablam! warning: unused import: `SubCommand` Oct 13 06:00:44.591 INFO kablam! --> src/main.rs:15:22 Oct 13 06:00:44.591 INFO kablam! | Oct 13 06:00:44.591 INFO kablam! 15 | use clap::{App, Arg, SubCommand}; Oct 13 06:00:44.591 INFO kablam! | ^^^^^^^^^^ Oct 13 06:00:44.591 INFO kablam! Oct 13 06:00:44.883 INFO kablam! warning: unused import: `nom` Oct 13 06:00:44.884 INFO kablam! --> src/main.rs:11:5 Oct 13 06:00:44.884 INFO kablam! | Oct 13 06:00:44.884 INFO kablam! 11 | use nom::*; Oct 13 06:00:44.885 INFO kablam! | ^^^ Oct 13 06:00:44.885 INFO kablam! Oct 13 06:00:44.903 INFO kablam! warning: unused variable: `garbage` Oct 13 06:00:44.903 INFO kablam! --> src/message.rs:84:12 Oct 13 06:00:44.904 INFO kablam! | Oct 13 06:00:44.904 INFO kablam! 84 | garbage: take!(3) Oct 13 06:00:44.904 INFO kablam! | ^^^^^^^ help: consider using `_garbage` instead Oct 13 06:00:44.904 INFO kablam! | Oct 13 06:00:44.905 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:00:44.905 INFO kablam! Oct 13 06:00:44.945 INFO kablam! warning: function is never used: `sender` Oct 13 06:00:44.945 INFO kablam! --> src/udp.rs:44:1 Oct 13 06:00:44.946 INFO kablam! | Oct 13 06:00:44.946 INFO kablam! 44 | / pub fn sender(stream: S) -> thread::JoinHandle<()> Oct 13 06:00:44.946 INFO kablam! 45 | | where S: Stream), Error=()> + Send + Sized + 'static { Oct 13 06:00:44.946 INFO kablam! 46 | | thread::spawn(move || { Oct 13 06:00:44.947 INFO kablam! 47 | | let mut core = Core::new().unwrap(); Oct 13 06:00:44.947 INFO kablam! ... | Oct 13 06:00:44.947 INFO kablam! 60 | | }) Oct 13 06:00:44.947 INFO kablam! 61 | | } Oct 13 06:00:44.948 INFO kablam! | |_^ Oct 13 06:00:44.948 INFO kablam! | Oct 13 06:00:44.948 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:00:44.948 INFO kablam! Oct 13 06:00:44.949 INFO kablam! warning: variant `CHANGE_REQUEST` should have a camel case name such as `ChangeRequest` Oct 13 06:00:44.949 INFO kablam! --> src/message.rs:65:5 Oct 13 06:00:44.949 INFO kablam! | Oct 13 06:00:44.949 INFO kablam! 65 | CHANGE_REQUEST(ChangeRequest), Oct 13 06:00:44.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:00:44.950 INFO kablam! | Oct 13 06:00:44.950 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 06:00:44.950 INFO kablam! Oct 13 06:00:44.951 INFO kablam! warning: variant `INVALID_ATTRIBUTE` should have a camel case name such as `InvalidAttribute` Oct 13 06:00:44.951 INFO kablam! --> src/message.rs:66:5 Oct 13 06:00:44.951 INFO kablam! | Oct 13 06:00:44.951 INFO kablam! 66 | INVALID_ATTRIBUTE Oct 13 06:00:44.952 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:00:44.952 INFO kablam! Oct 13 06:00:47.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.37s Oct 13 06:00:47.545 INFO kablam! su: No module specific data is present Oct 13 06:00:48.036 INFO running `"docker" "rm" "-f" "27bc645e6f50a3acbe9becac7aa724249ee443260042d9434ccf92e47b7c5be8"` Oct 13 06:00:48.293 INFO blam! 27bc645e6f50a3acbe9becac7aa724249ee443260042d9434ccf92e47b7c5be8 Oct 13 06:00:48.297 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 06:00:48.776 INFO blam! 00a274d1de71893ba7e21e4049dc9ba0a0ba438cebab70612328db7d39ba6714 Oct 13 06:00:48.783 INFO running `"docker" "start" "-a" "00a274d1de71893ba7e21e4049dc9ba0a0ba438cebab70612328db7d39ba6714"` Oct 13 06:00:49.958 INFO kablam! usermod: no changes Oct 13 06:00:50.086 INFO kablam! Compiling stun v0.1.0 (/source) Oct 13 06:00:51.307 INFO kablam! warning: unused `#[macro_use]` import Oct 13 06:00:51.308 INFO kablam! --> src/main.rs:4:1 Oct 13 06:00:51.308 INFO kablam! | Oct 13 06:00:51.309 INFO kablam! 4 | #[macro_use] Oct 13 06:00:51.311 INFO kablam! | ^^^^^^^^^^^^ Oct 13 06:00:51.311 INFO kablam! | Oct 13 06:00:51.312 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:00:51.312 INFO kablam! Oct 13 06:00:51.312 INFO kablam! warning: unused import: `SubCommand` Oct 13 06:00:51.312 INFO kablam! --> src/main.rs:15:22 Oct 13 06:00:51.312 INFO kablam! | Oct 13 06:00:51.312 INFO kablam! 15 | use clap::{App, Arg, SubCommand}; Oct 13 06:00:51.312 INFO kablam! | ^^^^^^^^^^ Oct 13 06:00:51.312 INFO kablam! Oct 13 06:00:51.583 INFO kablam! warning: unused import: `nom` Oct 13 06:00:51.583 INFO kablam! --> src/main.rs:11:5 Oct 13 06:00:51.583 INFO kablam! | Oct 13 06:00:51.583 INFO kablam! 11 | use nom::*; Oct 13 06:00:51.583 INFO kablam! | ^^^ Oct 13 06:00:51.583 INFO kablam! Oct 13 06:00:51.603 INFO kablam! warning: unused variable: `garbage` Oct 13 06:00:51.603 INFO kablam! --> src/message.rs:84:12 Oct 13 06:00:51.603 INFO kablam! | Oct 13 06:00:51.603 INFO kablam! 84 | garbage: take!(3) Oct 13 06:00:51.603 INFO kablam! | ^^^^^^^ help: consider using `_garbage` instead Oct 13 06:00:51.603 INFO kablam! | Oct 13 06:00:51.603 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:00:51.603 INFO kablam! Oct 13 06:00:51.667 INFO kablam! warning: function is never used: `sender` Oct 13 06:00:51.667 INFO kablam! --> src/udp.rs:44:1 Oct 13 06:00:51.667 INFO kablam! | Oct 13 06:00:51.667 INFO kablam! 44 | / pub fn sender(stream: S) -> thread::JoinHandle<()> Oct 13 06:00:51.667 INFO kablam! 45 | | where S: Stream), Error=()> + Send + Sized + 'static { Oct 13 06:00:51.667 INFO kablam! 46 | | thread::spawn(move || { Oct 13 06:00:51.667 INFO kablam! 47 | | let mut core = Core::new().unwrap(); Oct 13 06:00:51.667 INFO kablam! ... | Oct 13 06:00:51.667 INFO kablam! 60 | | }) Oct 13 06:00:51.667 INFO kablam! 61 | | } Oct 13 06:00:51.667 INFO kablam! | |_^ Oct 13 06:00:51.668 INFO kablam! | Oct 13 06:00:51.668 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:00:51.668 INFO kablam! Oct 13 06:00:51.668 INFO kablam! warning: variant `CHANGE_REQUEST` should have a camel case name such as `ChangeRequest` Oct 13 06:00:51.668 INFO kablam! --> src/message.rs:65:5 Oct 13 06:00:51.668 INFO kablam! | Oct 13 06:00:51.668 INFO kablam! 65 | CHANGE_REQUEST(ChangeRequest), Oct 13 06:00:51.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:00:51.668 INFO kablam! | Oct 13 06:00:51.668 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 06:00:51.668 INFO kablam! Oct 13 06:00:51.668 INFO kablam! warning: variant `INVALID_ATTRIBUTE` should have a camel case name such as `InvalidAttribute` Oct 13 06:00:51.668 INFO kablam! --> src/message.rs:66:5 Oct 13 06:00:51.668 INFO kablam! | Oct 13 06:00:51.668 INFO kablam! 66 | INVALID_ATTRIBUTE Oct 13 06:00:51.668 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:00:51.668 INFO kablam! Oct 13 06:00:53.256 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.27s Oct 13 06:00:53.262 INFO kablam! su: No module specific data is present Oct 13 06:00:54.697 INFO running `"docker" "rm" "-f" "00a274d1de71893ba7e21e4049dc9ba0a0ba438cebab70612328db7d39ba6714"` Oct 13 06:00:54.788 INFO blam! 00a274d1de71893ba7e21e4049dc9ba0a0ba438cebab70612328db7d39ba6714 Oct 13 06:00:54.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 06:00:54.963 INFO blam! 829f4e0e7cd2c81b8124bf8666400bd2f84b29aa3187287992d5d8f3c2af8b8d Oct 13 06:00:54.968 INFO running `"docker" "start" "-a" "829f4e0e7cd2c81b8124bf8666400bd2f84b29aa3187287992d5d8f3c2af8b8d"` Oct 13 06:00:55.407 INFO kablam! usermod: no changes Oct 13 06:00:55.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 13 06:00:55.503 INFO kablam! Running /target/debug/deps/stun-090cb061789e9959 Oct 13 06:00:55.509 INFO blam! Oct 13 06:00:55.509 INFO blam! running 4 tests Oct 13 06:00:55.509 INFO blam! test message::test_parse_change_request_invalid ... ok Oct 13 06:00:55.509 INFO blam! test message::test_parse_change_request_change_port ... ok Oct 13 06:00:55.518 INFO blam! test message::test_parse_change_request_change_ip ... ok Oct 13 06:00:55.527 INFO blam! test message::test_parse_change_request ... ok Oct 13 06:00:55.527 INFO kablam! su: No module specific data is present Oct 13 06:00:55.527 INFO blam! Oct 13 06:00:55.527 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:00:55.527 INFO blam! Oct 13 06:00:56.170 INFO running `"docker" "rm" "-f" "829f4e0e7cd2c81b8124bf8666400bd2f84b29aa3187287992d5d8f3c2af8b8d"` Oct 13 06:00:56.489 INFO blam! 829f4e0e7cd2c81b8124bf8666400bd2f84b29aa3187287992d5d8f3c2af8b8d