Oct 13 06:00:21.904 INFO testing nakakura/stun against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:00:21.904 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 06:00:22.295 INFO blam! e80024c705a8d60261fb589575c385bc786e4c27a3846ee0ba49a5e445aed66c Oct 13 06:00:22.297 INFO running `"docker" "start" "-a" "e80024c705a8d60261fb589575c385bc786e4c27a3846ee0ba49a5e445aed66c"` Oct 13 06:00:23.665 INFO kablam! usermod: no changes Oct 13 06:00:23.874 INFO kablam! Compiling memchr v1.0.2 Oct 13 06:00:23.875 INFO kablam! Compiling tokio-io v0.1.6 Oct 13 06:00:24.791 INFO kablam! Compiling nom v3.2.1 Oct 13 06:00:25.887 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 13 06:00:28.795 INFO kablam! Compiling tokio-udp v0.1.0 Oct 13 06:00:28.795 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 13 06:00:31.699 INFO kablam! Compiling tokio v0.1.5 Oct 13 06:00:34.175 INFO kablam! Compiling tokio-core v0.1.17 Oct 13 06:00:37.360 INFO kablam! Compiling stun v0.1.0 (/source) Oct 13 06:00:38.551 INFO kablam! warning: unused `#[macro_use]` import Oct 13 06:00:38.551 INFO kablam! --> src/main.rs:4:1 Oct 13 06:00:38.551 INFO kablam! | Oct 13 06:00:38.551 INFO kablam! 4 | #[macro_use] Oct 13 06:00:38.551 INFO kablam! | ^^^^^^^^^^^^ Oct 13 06:00:38.551 INFO kablam! | Oct 13 06:00:38.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:00:38.551 INFO kablam! Oct 13 06:00:38.551 INFO kablam! warning: unused import: `SubCommand` Oct 13 06:00:38.551 INFO kablam! --> src/main.rs:15:22 Oct 13 06:00:38.551 INFO kablam! | Oct 13 06:00:38.551 INFO kablam! 15 | use clap::{App, Arg, SubCommand}; Oct 13 06:00:38.551 INFO kablam! | ^^^^^^^^^^ Oct 13 06:00:38.551 INFO kablam! Oct 13 06:00:38.823 INFO kablam! warning: unused import: `nom` Oct 13 06:00:38.823 INFO kablam! --> src/main.rs:11:5 Oct 13 06:00:38.823 INFO kablam! | Oct 13 06:00:38.823 INFO kablam! 11 | use nom::*; Oct 13 06:00:38.823 INFO kablam! | ^^^ Oct 13 06:00:38.823 INFO kablam! Oct 13 06:00:38.830 INFO kablam! warning: unused variable: `garbage` Oct 13 06:00:38.830 INFO kablam! --> src/message.rs:84:12 Oct 13 06:00:38.830 INFO kablam! | Oct 13 06:00:38.830 INFO kablam! 84 | garbage: take!(3) Oct 13 06:00:38.830 INFO kablam! | ^^^^^^^ help: consider using `_garbage` instead Oct 13 06:00:38.830 INFO kablam! | Oct 13 06:00:38.830 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:00:38.830 INFO kablam! Oct 13 06:00:38.880 INFO kablam! warning: function is never used: `sender` Oct 13 06:00:38.880 INFO kablam! --> src/udp.rs:44:1 Oct 13 06:00:38.880 INFO kablam! | Oct 13 06:00:38.880 INFO kablam! 44 | / pub fn sender(stream: S) -> thread::JoinHandle<()> Oct 13 06:00:38.880 INFO kablam! 45 | | where S: Stream), Error=()> + Send + Sized + 'static { Oct 13 06:00:38.880 INFO kablam! 46 | | thread::spawn(move || { Oct 13 06:00:38.880 INFO kablam! 47 | | let mut core = Core::new().unwrap(); Oct 13 06:00:38.880 INFO kablam! ... | Oct 13 06:00:38.880 INFO kablam! 60 | | }) Oct 13 06:00:38.880 INFO kablam! 61 | | } Oct 13 06:00:38.880 INFO kablam! | |_^ Oct 13 06:00:38.880 INFO kablam! | Oct 13 06:00:38.880 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:00:38.880 INFO kablam! Oct 13 06:00:38.882 INFO kablam! warning: variant `CHANGE_REQUEST` should have a camel case name such as `ChangeRequest` Oct 13 06:00:38.882 INFO kablam! --> src/message.rs:65:5 Oct 13 06:00:38.882 INFO kablam! | Oct 13 06:00:38.882 INFO kablam! 65 | CHANGE_REQUEST(ChangeRequest), Oct 13 06:00:38.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:00:38.887 INFO kablam! | Oct 13 06:00:38.887 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 06:00:38.887 INFO kablam! Oct 13 06:00:38.891 INFO kablam! warning: variant `INVALID_ATTRIBUTE` should have a camel case name such as `InvalidAttribute` Oct 13 06:00:38.891 INFO kablam! --> src/message.rs:66:5 Oct 13 06:00:38.891 INFO kablam! | Oct 13 06:00:38.891 INFO kablam! 66 | INVALID_ATTRIBUTE Oct 13 06:00:38.891 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:00:38.891 INFO kablam! Oct 13 06:00:41.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.75s Oct 13 06:00:41.458 INFO kablam! su: No module specific data is present Oct 13 06:00:42.096 INFO running `"docker" "rm" "-f" "e80024c705a8d60261fb589575c385bc786e4c27a3846ee0ba49a5e445aed66c"` Oct 13 06:00:42.416 INFO blam! e80024c705a8d60261fb589575c385bc786e4c27a3846ee0ba49a5e445aed66c Oct 13 06:00:42.423 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 06:00:42.793 INFO blam! 91278df66929fff0ee5bd27b958d59beaa379ea6caa9edd8a45f684128fcfba6 Oct 13 06:00:42.799 INFO running `"docker" "start" "-a" "91278df66929fff0ee5bd27b958d59beaa379ea6caa9edd8a45f684128fcfba6"` Oct 13 06:00:44.228 INFO kablam! usermod: no changes Oct 13 06:00:44.338 INFO kablam! Compiling stun v0.1.0 (/source) Oct 13 06:00:45.367 INFO kablam! warning: unused `#[macro_use]` import Oct 13 06:00:45.367 INFO kablam! --> src/main.rs:4:1 Oct 13 06:00:45.367 INFO kablam! | Oct 13 06:00:45.367 INFO kablam! 4 | #[macro_use] Oct 13 06:00:45.367 INFO kablam! | ^^^^^^^^^^^^ Oct 13 06:00:45.367 INFO kablam! | Oct 13 06:00:45.367 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:00:45.367 INFO kablam! Oct 13 06:00:45.367 INFO kablam! warning: unused import: `SubCommand` Oct 13 06:00:45.367 INFO kablam! --> src/main.rs:15:22 Oct 13 06:00:45.367 INFO kablam! | Oct 13 06:00:45.367 INFO kablam! 15 | use clap::{App, Arg, SubCommand}; Oct 13 06:00:45.367 INFO kablam! | ^^^^^^^^^^ Oct 13 06:00:45.367 INFO kablam! Oct 13 06:00:45.707 INFO kablam! warning: unused import: `nom` Oct 13 06:00:45.707 INFO kablam! --> src/main.rs:11:5 Oct 13 06:00:45.707 INFO kablam! | Oct 13 06:00:45.707 INFO kablam! 11 | use nom::*; Oct 13 06:00:45.707 INFO kablam! | ^^^ Oct 13 06:00:45.707 INFO kablam! Oct 13 06:00:45.719 INFO kablam! warning: unused variable: `garbage` Oct 13 06:00:45.719 INFO kablam! --> src/message.rs:84:12 Oct 13 06:00:45.719 INFO kablam! | Oct 13 06:00:45.719 INFO kablam! 84 | garbage: take!(3) Oct 13 06:00:45.719 INFO kablam! | ^^^^^^^ help: consider using `_garbage` instead Oct 13 06:00:45.719 INFO kablam! | Oct 13 06:00:45.719 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:00:45.719 INFO kablam! Oct 13 06:00:45.787 INFO kablam! warning: function is never used: `sender` Oct 13 06:00:45.787 INFO kablam! --> src/udp.rs:44:1 Oct 13 06:00:45.787 INFO kablam! | Oct 13 06:00:45.787 INFO kablam! 44 | / pub fn sender(stream: S) -> thread::JoinHandle<()> Oct 13 06:00:45.787 INFO kablam! 45 | | where S: Stream), Error=()> + Send + Sized + 'static { Oct 13 06:00:45.787 INFO kablam! 46 | | thread::spawn(move || { Oct 13 06:00:45.787 INFO kablam! 47 | | let mut core = Core::new().unwrap(); Oct 13 06:00:45.787 INFO kablam! ... | Oct 13 06:00:45.787 INFO kablam! 60 | | }) Oct 13 06:00:45.787 INFO kablam! 61 | | } Oct 13 06:00:45.787 INFO kablam! | |_^ Oct 13 06:00:45.787 INFO kablam! | Oct 13 06:00:45.787 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:00:45.787 INFO kablam! Oct 13 06:00:45.787 INFO kablam! warning: variant `CHANGE_REQUEST` should have a camel case name such as `ChangeRequest` Oct 13 06:00:45.787 INFO kablam! --> src/message.rs:65:5 Oct 13 06:00:45.787 INFO kablam! | Oct 13 06:00:45.787 INFO kablam! 65 | CHANGE_REQUEST(ChangeRequest), Oct 13 06:00:45.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:00:45.787 INFO kablam! | Oct 13 06:00:45.787 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 06:00:45.787 INFO kablam! Oct 13 06:00:45.787 INFO kablam! warning: variant `INVALID_ATTRIBUTE` should have a camel case name such as `InvalidAttribute` Oct 13 06:00:45.787 INFO kablam! --> src/message.rs:66:5 Oct 13 06:00:45.787 INFO kablam! | Oct 13 06:00:45.787 INFO kablam! 66 | INVALID_ATTRIBUTE Oct 13 06:00:45.787 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:00:45.787 INFO kablam! Oct 13 06:00:47.017 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Oct 13 06:00:47.020 INFO kablam! su: No module specific data is present Oct 13 06:00:47.509 INFO running `"docker" "rm" "-f" "91278df66929fff0ee5bd27b958d59beaa379ea6caa9edd8a45f684128fcfba6"` Oct 13 06:00:47.675 INFO blam! 91278df66929fff0ee5bd27b958d59beaa379ea6caa9edd8a45f684128fcfba6 Oct 13 06:00:47.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 06:00:48.036 INFO blam! f1972d1162d7332b425065a1281a6fcdcb7533636992c10fa4e2ec9ecb4e9104 Oct 13 06:00:48.041 INFO running `"docker" "start" "-a" "f1972d1162d7332b425065a1281a6fcdcb7533636992c10fa4e2ec9ecb4e9104"` Oct 13 06:00:49.295 INFO kablam! usermod: no changes Oct 13 06:00:49.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 13 06:00:49.513 INFO kablam! Running /target/debug/deps/stun-735ce153681a6c8c Oct 13 06:00:49.513 INFO blam! Oct 13 06:00:49.513 INFO blam! running 4 tests Oct 13 06:00:49.527 INFO blam! test message::test_parse_change_request ... ok Oct 13 06:00:49.527 INFO blam! test message::test_parse_change_request_change_ip ... ok Oct 13 06:00:49.527 INFO blam! test message::test_parse_change_request_invalid ... ok Oct 13 06:00:49.531 INFO blam! test message::test_parse_change_request_change_port ... ok Oct 13 06:00:49.532 INFO kablam! su: No module specific data is present Oct 13 06:00:49.532 INFO blam! Oct 13 06:00:49.532 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:00:49.533 INFO blam! Oct 13 06:00:50.207 INFO running `"docker" "rm" "-f" "f1972d1162d7332b425065a1281a6fcdcb7533636992c10fa4e2ec9ecb4e9104"` Oct 13 06:00:50.499 INFO blam! f1972d1162d7332b425065a1281a6fcdcb7533636992c10fa4e2ec9ecb4e9104