Oct 16 00:59:31.516 INFO testing oscpad-0.2.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 00:59:31.518 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 16 00:59:32.007 INFO blam! f15b3aae5b41792426e514933ec8e8c1e044944999deb0a78bde4ec2719ea1b0 Oct 16 00:59:32.011 INFO running `"docker" "start" "-a" "f15b3aae5b41792426e514933ec8e8c1e044944999deb0a78bde4ec2719ea1b0"` Oct 16 00:59:32.914 INFO kablam! usermod: no changes Oct 16 00:59:33.001 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 16 00:59:33.001 INFO kablam! Oct 16 00:59:33.001 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 16 00:59:33.001 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 16 00:59:33.001 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 16 00:59:33.001 INFO kablam! Oct 16 00:59:33.001 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 16 00:59:33.001 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 16 00:59:33.001 INFO kablam! this warning. Oct 16 00:59:33.001 INFO kablam! Oct 16 00:59:33.151 INFO kablam! Compiling tinyosc v0.0.3 Oct 16 00:59:33.151 INFO kablam! Compiling num-bigint v0.2.0 Oct 16 00:59:33.151 INFO kablam! Compiling serde_json v0.7.4 Oct 16 00:59:33.154 INFO kablam! Compiling hyper v0.7.2 Oct 16 00:59:33.154 INFO kablam! Compiling websocket v0.15.2 Oct 16 00:59:38.660 INFO kablam! Compiling num-rational v0.2.1 Oct 16 00:59:41.167 INFO kablam! Compiling num v0.2.0 Oct 16 00:59:41.747 INFO kablam! Compiling serde v0.5.3 Oct 16 00:59:47.191 INFO kablam! Compiling iron v0.2.6 Oct 16 00:59:50.103 INFO kablam! Compiling oscpad v0.2.2 (/source) Oct 16 00:59:53.268 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 00:59:53.268 INFO kablam! --> src/controls.rs:345:13 Oct 16 00:59:53.268 INFO kablam! | Oct 16 00:59:53.268 INFO kablam! 345 | / (match st { &ButtonState::Pressed => "Press", Oct 16 00:59:53.268 INFO kablam! 346 | | &ButtonState::Unpressed => "Unpress", })))); Oct 16 00:59:53.268 INFO kablam! | |________________________________________________________________^ Oct 16 00:59:53.268 INFO kablam! | Oct 16 00:59:53.269 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 00:59:53.269 INFO kablam! help: remove these parentheses Oct 16 00:59:53.269 INFO kablam! | Oct 16 00:59:53.269 INFO kablam! 345 | match st { Oct 16 00:59:53.269 INFO kablam! 346 | &ButtonState::Pressed => "Press", Oct 16 00:59:53.269 INFO kablam! 347 | &ButtonState::Unpressed => "Unpress", Oct 16 00:59:53.269 INFO kablam! 348 | }))); Oct 16 00:59:53.269 INFO kablam! | Oct 16 00:59:53.269 INFO kablam! Oct 16 00:59:53.269 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 00:59:53.269 INFO kablam! --> src/controls.rs:368:13 Oct 16 00:59:53.269 INFO kablam! | Oct 16 00:59:53.269 INFO kablam! 368 | / (match st { &SliderState::Pressed => "Press", Oct 16 00:59:53.269 INFO kablam! 369 | | &SliderState::Unpressed => "Unpress" })))); Oct 16 00:59:53.269 INFO kablam! | |_______________________________________________________________^ Oct 16 00:59:53.269 INFO kablam! help: remove these parentheses Oct 16 00:59:53.269 INFO kablam! | Oct 16 00:59:53.269 INFO kablam! 368 | match st { Oct 16 00:59:53.269 INFO kablam! 369 | &SliderState::Pressed => "Press", Oct 16 00:59:53.269 INFO kablam! 370 | &SliderState::Unpressed => "Unpress", Oct 16 00:59:53.269 INFO kablam! 371 | }))); Oct 16 00:59:53.269 INFO kablam! | Oct 16 00:59:53.269 INFO kablam! Oct 16 00:59:53.535 INFO kablam! warning: unused variable: `key` Oct 16 00:59:53.535 INFO kablam! --> src/controls.rs:494:13 Oct 16 00:59:53.535 INFO kablam! | Oct 16 00:59:53.535 INFO kablam! 494 | Some((key,val)) => { Oct 16 00:59:53.535 INFO kablam! | ^^^ help: consider using `_key` instead Oct 16 00:59:53.535 INFO kablam! | Oct 16 00:59:53.535 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 00:59:53.535 INFO kablam! Oct 16 00:59:53.535 INFO kablam! warning: unused variable: `prefsFilename` Oct 16 00:59:53.535 INFO kablam! --> src/main.rs:98:17 Oct 16 00:59:53.535 INFO kablam! | Oct 16 00:59:53.535 INFO kablam! 98 | (Some(prefsFilename), _) => { Oct 16 00:59:53.535 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_prefsFilename` instead Oct 16 00:59:53.535 INFO kablam! Oct 16 00:59:53.535 INFO kablam! warning: unused variable: `req` Oct 16 00:59:53.535 INFO kablam! --> src/main.rs:240:26 Oct 16 00:59:53.535 INFO kablam! | Oct 16 00:59:53.535 INFO kablam! 240 | try!(Iron::new(move |req: &mut Request| { Oct 16 00:59:53.535 INFO kablam! | ^^^ help: consider using `_req` instead Oct 16 00:59:53.535 INFO kablam! Oct 16 00:59:53.535 INFO kablam! warning: unused variable: `id` Oct 16 00:59:53.535 INFO kablam! --> src/main.rs:422:51 Oct 16 00:59:53.535 INFO kablam! | Oct 16 00:59:53.535 INFO kablam! 422 | &controls::UpdateMsg::Button { controlId: ref id Oct 16 00:59:53.535 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 00:59:53.535 INFO kablam! Oct 16 00:59:53.535 INFO kablam! warning: unused variable: `id` Oct 16 00:59:53.535 INFO kablam! --> src/main.rs:445:52 Oct 16 00:59:53.535 INFO kablam! | Oct 16 00:59:53.535 INFO kablam! 445 | &controls::UpdateMsg::Slider { controlId: ref id Oct 16 00:59:53.535 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 00:59:53.535 INFO kablam! Oct 16 00:59:53.535 INFO kablam! warning: unused variable: `id` Oct 16 00:59:53.535 INFO kablam! --> src/main.rs:471:50 Oct 16 00:59:53.535 INFO kablam! | Oct 16 00:59:53.535 INFO kablam! 471 | &controls::UpdateMsg::Label { controlId: ref id Oct 16 00:59:53.535 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 00:59:53.535 INFO kablam! Oct 16 00:59:53.535 INFO kablam! warning: unused variable: `src` Oct 16 00:59:53.535 INFO kablam! --> src/main.rs:624:15 Oct 16 00:59:53.535 INFO kablam! | Oct 16 00:59:53.535 INFO kablam! 624 | let (amt, src) = try!(recvsocket.recv_from(&mut buf)); Oct 16 00:59:53.535 INFO kablam! | ^^^ help: consider using `_src` instead Oct 16 00:59:53.536 INFO kablam! Oct 16 00:59:53.536 INFO kablam! warning: unused variable: `um` Oct 16 00:59:53.536 INFO kablam! --> src/controls.rs:201:24 Oct 16 00:59:53.536 INFO kablam! | Oct 16 00:59:53.536 INFO kablam! 201 | fn update(&mut self, um: &UpdateMsg) {} Oct 16 00:59:53.536 INFO kablam! | ^^ help: consider using `_um` instead Oct 16 00:59:53.536 INFO kablam! Oct 16 00:59:53.536 INFO kablam! warning: unused variable: `e` Oct 16 00:59:53.536 INFO kablam! --> src/broadcaster.rs:43:13 Oct 16 00:59:53.536 INFO kablam! | Oct 16 00:59:53.536 INFO kablam! 43 | Err(e) => {}, Oct 16 00:59:53.536 INFO kablam! | ^ help: consider using `_e` instead Oct 16 00:59:53.536 INFO kablam! Oct 16 00:59:53.536 INFO kablam! warning: unused variable: `e` Oct 16 00:59:53.536 INFO kablam! --> src/broadcaster.rs:60:19 Oct 16 00:59:53.536 INFO kablam! | Oct 16 00:59:53.536 INFO kablam! 60 | Err(e) => {}, Oct 16 00:59:53.536 INFO kablam! | ^ help: consider using `_e` instead Oct 16 00:59:53.536 INFO kablam! Oct 16 00:59:53.536 INFO kablam! warning: unused variable: `e` Oct 16 00:59:53.536 INFO kablam! --> src/broadcaster.rs:65:13 Oct 16 00:59:53.536 INFO kablam! | Oct 16 00:59:53.536 INFO kablam! 65 | Err(e) => {}, Oct 16 00:59:53.536 INFO kablam! | ^ help: consider using `_e` instead Oct 16 00:59:53.536 INFO kablam! Oct 16 00:59:53.626 INFO kablam! warning: variable does not need to be mutable Oct 16 00:59:53.626 INFO kablam! --> src/controls.rs:437:7 Oct 16 00:59:53.626 INFO kablam! | Oct 16 00:59:53.626 INFO kablam! 437 | let mut btm = BTreeMap::new(); Oct 16 00:59:53.626 INFO kablam! | ----^^^ Oct 16 00:59:53.626 INFO kablam! | | Oct 16 00:59:53.626 INFO kablam! | help: remove this `mut` Oct 16 00:59:53.626 INFO kablam! | Oct 16 00:59:53.626 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 00:59:53.626 INFO kablam! Oct 16 00:59:53.639 INFO kablam! warning: type `controlMap` should have a camel case name such as `Controlmap` Oct 16 00:59:53.639 INFO kablam! --> src/controls.rs:434:1 Oct 16 00:59:53.639 INFO kablam! | Oct 16 00:59:53.639 INFO kablam! 434 | pub type controlMap = BTreeMap,Box>; Oct 16 00:59:53.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:59:53.641 INFO kablam! | Oct 16 00:59:53.641 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 00:59:53.641 INFO kablam! Oct 16 00:59:53.641 INFO kablam! warning: type `controlNameMap` should have a camel case name such as `Controlnamemap` Oct 16 00:59:53.641 INFO kablam! --> src/controls.rs:466:1 Oct 16 00:59:53.641 INFO kablam! | Oct 16 00:59:53.641 INFO kablam! 466 | pub type controlNameMap = BTreeMap>; Oct 16 00:59:53.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:59:53.641 INFO kablam! Oct 16 00:59:53.641 INFO kablam! warning: type `sendBlah` should have a camel case name such as `Sendblah` Oct 16 00:59:53.641 INFO kablam! --> src/broadcaster.rs:8:1 Oct 16 00:59:53.641 INFO kablam! | Oct 16 00:59:53.641 INFO kablam! 8 | type sendBlah = Arc>>; Oct 16 00:59:53.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:59:53.641 INFO kablam! Oct 16 00:59:53.644 INFO kablam! warning: constant `sampleGuiConfig` should have an upper case name such as `SAMPLE_GUI_CONFIG` Oct 16 00:59:53.644 INFO kablam! --> src/stringDefaults.rs:3:1 Oct 16 00:59:53.644 INFO kablam! | Oct 16 00:59:53.644 INFO kablam! 3 | / pub const sampleGuiConfig: &'static str = r##"{ Oct 16 00:59:53.644 INFO kablam! 4 | | "title": "rustmeh", Oct 16 00:59:53.644 INFO kablam! 5 | | "rootControl": Oct 16 00:59:53.644 INFO kablam! 6 | | { Oct 16 00:59:53.644 INFO kablam! ... | Oct 16 00:59:53.644 INFO kablam! 52 | | } Oct 16 00:59:53.644 INFO kablam! 53 | | }"##; Oct 16 00:59:53.644 INFO kablam! | |_____^ Oct 16 00:59:53.644 INFO kablam! | Oct 16 00:59:53.644 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 00:59:53.644 INFO kablam! Oct 16 00:59:53.644 INFO kablam! warning: constant `mainhtml` should have an upper case name such as `MAINHTML` Oct 16 00:59:53.644 INFO kablam! --> src/stringDefaults.rs:56:1 Oct 16 00:59:53.644 INFO kablam! | Oct 16 00:59:53.644 INFO kablam! 56 | / pub const mainhtml: &'static str = r##" Oct 16 00:59:53.644 INFO kablam! 57 | | Oct 16 00:59:53.644 INFO kablam! 58 | | Oct 16 00:59:53.644 INFO kablam! 59 | | Oct 16 00:59:53.644 INFO kablam! ... | Oct 16 00:59:53.645 INFO kablam! 11803 | | Oct 16 00:59:53.645 INFO kablam! 11804 | | "##; Oct 16 00:59:53.645 INFO kablam! | |____^ Oct 16 00:59:53.645 INFO kablam! Oct 16 00:59:53.645 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:59:53.645 INFO kablam! --> src/main.rs:56:3 Oct 16 00:59:53.645 INFO kablam! | Oct 16 00:59:53.645 INFO kablam! 56 | inf.write(text.as_bytes()); Oct 16 00:59:53.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 00:59:53.647 INFO kablam! | Oct 16 00:59:53.647 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 00:59:53.647 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:59:53.647 INFO kablam! Oct 16 00:59:53.649 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 00:59:53.649 INFO kablam! --> src/main.rs:386:17 Oct 16 00:59:53.649 INFO kablam! | Oct 16 00:59:53.649 INFO kablam! 386 | / match ctrlUpdateToOsc(&updmsg, &**cntrl) { Oct 16 00:59:53.649 INFO kablam! 387 | | Ok(v) => oscsocket.send_to(&v, &oscsendip[..]), Oct 16 00:59:53.649 INFO kablam! 388 | | _ => Err(Error::new(ErrorKind::Other, "meh")) Oct 16 00:59:53.649 INFO kablam! 389 | | }; Oct 16 00:59:53.649 INFO kablam! | |__________________^ Oct 16 00:59:53.649 INFO kablam! | Oct 16 00:59:53.649 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 00:59:53.649 INFO kablam! Oct 16 00:59:58.318 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.38s Oct 16 00:59:58.324 INFO kablam! su: No module specific data is present Oct 16 00:59:58.617 INFO running `"docker" "rm" "-f" "f15b3aae5b41792426e514933ec8e8c1e044944999deb0a78bde4ec2719ea1b0"` Oct 16 00:59:58.739 INFO blam! f15b3aae5b41792426e514933ec8e8c1e044944999deb0a78bde4ec2719ea1b0 Oct 16 00:59:58.741 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 16 00:59:58.896 INFO blam! 5758e3a57a438a24d087284c650a6e5f91ef7777c7d9056617875e92d6e59df7 Oct 16 00:59:58.898 INFO running `"docker" "start" "-a" "5758e3a57a438a24d087284c650a6e5f91ef7777c7d9056617875e92d6e59df7"` Oct 16 00:59:59.691 INFO kablam! usermod: no changes Oct 16 00:59:59.827 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 16 00:59:59.827 INFO kablam! Oct 16 00:59:59.827 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 16 00:59:59.827 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 16 00:59:59.827 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 16 00:59:59.827 INFO kablam! Oct 16 00:59:59.827 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 16 00:59:59.827 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 16 00:59:59.827 INFO kablam! this warning. Oct 16 00:59:59.827 INFO kablam! Oct 16 00:59:59.859 INFO kablam! Compiling oscpad v0.2.2 (/source) Oct 16 01:00:03.206 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 01:00:03.206 INFO kablam! --> src/controls.rs:345:13 Oct 16 01:00:03.206 INFO kablam! | Oct 16 01:00:03.206 INFO kablam! 345 | / (match st { &ButtonState::Pressed => "Press", Oct 16 01:00:03.206 INFO kablam! 346 | | &ButtonState::Unpressed => "Unpress", })))); Oct 16 01:00:03.206 INFO kablam! | |________________________________________________________________^ Oct 16 01:00:03.206 INFO kablam! | Oct 16 01:00:03.206 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 01:00:03.206 INFO kablam! help: remove these parentheses Oct 16 01:00:03.206 INFO kablam! | Oct 16 01:00:03.208 INFO kablam! 345 | match st { Oct 16 01:00:03.208 INFO kablam! 346 | &ButtonState::Pressed => "Press", Oct 16 01:00:03.208 INFO kablam! 347 | &ButtonState::Unpressed => "Unpress", Oct 16 01:00:03.208 INFO kablam! 348 | }))); Oct 16 01:00:03.208 INFO kablam! | Oct 16 01:00:03.208 INFO kablam! Oct 16 01:00:03.208 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 01:00:03.208 INFO kablam! --> src/controls.rs:368:13 Oct 16 01:00:03.208 INFO kablam! | Oct 16 01:00:03.208 INFO kablam! 368 | / (match st { &SliderState::Pressed => "Press", Oct 16 01:00:03.209 INFO kablam! 369 | | &SliderState::Unpressed => "Unpress" })))); Oct 16 01:00:03.209 INFO kablam! | |_______________________________________________________________^ Oct 16 01:00:03.209 INFO kablam! help: remove these parentheses Oct 16 01:00:03.209 INFO kablam! | Oct 16 01:00:03.209 INFO kablam! 368 | match st { Oct 16 01:00:03.209 INFO kablam! 369 | &SliderState::Pressed => "Press", Oct 16 01:00:03.209 INFO kablam! 370 | &SliderState::Unpressed => "Unpress", Oct 16 01:00:03.209 INFO kablam! 371 | }))); Oct 16 01:00:03.209 INFO kablam! | Oct 16 01:00:03.209 INFO kablam! Oct 16 01:00:03.487 INFO kablam! warning: unused variable: `key` Oct 16 01:00:03.487 INFO kablam! --> src/controls.rs:494:13 Oct 16 01:00:03.487 INFO kablam! | Oct 16 01:00:03.487 INFO kablam! 494 | Some((key,val)) => { Oct 16 01:00:03.487 INFO kablam! | ^^^ help: consider using `_key` instead Oct 16 01:00:03.487 INFO kablam! | Oct 16 01:00:03.487 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 01:00:03.487 INFO kablam! Oct 16 01:00:03.487 INFO kablam! warning: unused variable: `prefsFilename` Oct 16 01:00:03.487 INFO kablam! --> src/main.rs:98:17 Oct 16 01:00:03.488 INFO kablam! | Oct 16 01:00:03.488 INFO kablam! 98 | (Some(prefsFilename), _) => { Oct 16 01:00:03.488 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_prefsFilename` instead Oct 16 01:00:03.488 INFO kablam! Oct 16 01:00:03.491 INFO kablam! warning: unused variable: `req` Oct 16 01:00:03.491 INFO kablam! --> src/main.rs:240:26 Oct 16 01:00:03.491 INFO kablam! | Oct 16 01:00:03.491 INFO kablam! 240 | try!(Iron::new(move |req: &mut Request| { Oct 16 01:00:03.491 INFO kablam! | ^^^ help: consider using `_req` instead Oct 16 01:00:03.491 INFO kablam! Oct 16 01:00:03.491 INFO kablam! warning: unused variable: `id` Oct 16 01:00:03.491 INFO kablam! --> src/main.rs:422:51 Oct 16 01:00:03.491 INFO kablam! | Oct 16 01:00:03.491 INFO kablam! 422 | &controls::UpdateMsg::Button { controlId: ref id Oct 16 01:00:03.491 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 01:00:03.491 INFO kablam! Oct 16 01:00:03.491 INFO kablam! warning: unused variable: `id` Oct 16 01:00:03.491 INFO kablam! --> src/main.rs:445:52 Oct 16 01:00:03.491 INFO kablam! | Oct 16 01:00:03.491 INFO kablam! 445 | &controls::UpdateMsg::Slider { controlId: ref id Oct 16 01:00:03.491 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 01:00:03.491 INFO kablam! Oct 16 01:00:03.491 INFO kablam! warning: unused variable: `id` Oct 16 01:00:03.491 INFO kablam! --> src/main.rs:471:50 Oct 16 01:00:03.491 INFO kablam! | Oct 16 01:00:03.491 INFO kablam! 471 | &controls::UpdateMsg::Label { controlId: ref id Oct 16 01:00:03.491 INFO kablam! | ^^ help: consider using `_id` instead Oct 16 01:00:03.491 INFO kablam! Oct 16 01:00:03.491 INFO kablam! warning: unused variable: `src` Oct 16 01:00:03.491 INFO kablam! --> src/main.rs:624:15 Oct 16 01:00:03.491 INFO kablam! | Oct 16 01:00:03.491 INFO kablam! 624 | let (amt, src) = try!(recvsocket.recv_from(&mut buf)); Oct 16 01:00:03.491 INFO kablam! | ^^^ help: consider using `_src` instead Oct 16 01:00:03.491 INFO kablam! Oct 16 01:00:03.491 INFO kablam! warning: unused variable: `um` Oct 16 01:00:03.491 INFO kablam! --> src/controls.rs:201:24 Oct 16 01:00:03.491 INFO kablam! | Oct 16 01:00:03.491 INFO kablam! 201 | fn update(&mut self, um: &UpdateMsg) {} Oct 16 01:00:03.491 INFO kablam! | ^^ help: consider using `_um` instead Oct 16 01:00:03.491 INFO kablam! Oct 16 01:00:03.491 INFO kablam! warning: unused variable: `e` Oct 16 01:00:03.491 INFO kablam! --> src/broadcaster.rs:43:13 Oct 16 01:00:03.491 INFO kablam! | Oct 16 01:00:03.491 INFO kablam! 43 | Err(e) => {}, Oct 16 01:00:03.491 INFO kablam! | ^ help: consider using `_e` instead Oct 16 01:00:03.491 INFO kablam! Oct 16 01:00:03.491 INFO kablam! warning: unused variable: `e` Oct 16 01:00:03.491 INFO kablam! --> src/broadcaster.rs:60:19 Oct 16 01:00:03.491 INFO kablam! | Oct 16 01:00:03.491 INFO kablam! 60 | Err(e) => {}, Oct 16 01:00:03.491 INFO kablam! | ^ help: consider using `_e` instead Oct 16 01:00:03.491 INFO kablam! Oct 16 01:00:03.492 INFO kablam! warning: unused variable: `e` Oct 16 01:00:03.492 INFO kablam! --> src/broadcaster.rs:65:13 Oct 16 01:00:03.492 INFO kablam! | Oct 16 01:00:03.492 INFO kablam! 65 | Err(e) => {}, Oct 16 01:00:03.492 INFO kablam! | ^ help: consider using `_e` instead Oct 16 01:00:03.492 INFO kablam! Oct 16 01:00:03.601 INFO kablam! warning: variable does not need to be mutable Oct 16 01:00:03.601 INFO kablam! --> src/controls.rs:437:7 Oct 16 01:00:03.601 INFO kablam! | Oct 16 01:00:03.601 INFO kablam! 437 | let mut btm = BTreeMap::new(); Oct 16 01:00:03.601 INFO kablam! | ----^^^ Oct 16 01:00:03.601 INFO kablam! | | Oct 16 01:00:03.601 INFO kablam! | help: remove this `mut` Oct 16 01:00:03.601 INFO kablam! | Oct 16 01:00:03.601 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 01:00:03.601 INFO kablam! Oct 16 01:00:03.619 INFO kablam! warning: type `controlMap` should have a camel case name such as `Controlmap` Oct 16 01:00:03.619 INFO kablam! --> src/controls.rs:434:1 Oct 16 01:00:03.619 INFO kablam! | Oct 16 01:00:03.619 INFO kablam! 434 | pub type controlMap = BTreeMap,Box>; Oct 16 01:00:03.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:00:03.619 INFO kablam! | Oct 16 01:00:03.619 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 01:00:03.619 INFO kablam! Oct 16 01:00:03.619 INFO kablam! warning: type `controlNameMap` should have a camel case name such as `Controlnamemap` Oct 16 01:00:03.619 INFO kablam! --> src/controls.rs:466:1 Oct 16 01:00:03.619 INFO kablam! | Oct 16 01:00:03.619 INFO kablam! 466 | pub type controlNameMap = BTreeMap>; Oct 16 01:00:03.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:00:03.619 INFO kablam! Oct 16 01:00:03.619 INFO kablam! warning: type `sendBlah` should have a camel case name such as `Sendblah` Oct 16 01:00:03.619 INFO kablam! --> src/broadcaster.rs:8:1 Oct 16 01:00:03.619 INFO kablam! | Oct 16 01:00:03.619 INFO kablam! 8 | type sendBlah = Arc>>; Oct 16 01:00:03.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:00:03.619 INFO kablam! Oct 16 01:00:03.619 INFO kablam! warning: constant `sampleGuiConfig` should have an upper case name such as `SAMPLE_GUI_CONFIG` Oct 16 01:00:03.619 INFO kablam! --> src/stringDefaults.rs:3:1 Oct 16 01:00:03.619 INFO kablam! | Oct 16 01:00:03.619 INFO kablam! 3 | / pub const sampleGuiConfig: &'static str = r##"{ Oct 16 01:00:03.619 INFO kablam! 4 | | "title": "rustmeh", Oct 16 01:00:03.619 INFO kablam! 5 | | "rootControl": Oct 16 01:00:03.619 INFO kablam! 6 | | { Oct 16 01:00:03.619 INFO kablam! ... | Oct 16 01:00:03.619 INFO kablam! 52 | | } Oct 16 01:00:03.619 INFO kablam! 53 | | }"##; Oct 16 01:00:03.619 INFO kablam! | |_____^ Oct 16 01:00:03.619 INFO kablam! | Oct 16 01:00:03.619 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 01:00:03.619 INFO kablam! Oct 16 01:00:03.619 INFO kablam! warning: constant `mainhtml` should have an upper case name such as `MAINHTML` Oct 16 01:00:03.619 INFO kablam! --> src/stringDefaults.rs:56:1 Oct 16 01:00:03.619 INFO kablam! | Oct 16 01:00:03.619 INFO kablam! 56 | / pub const mainhtml: &'static str = r##" Oct 16 01:00:03.619 INFO kablam! 57 | | Oct 16 01:00:03.619 INFO kablam! 58 | | Oct 16 01:00:03.619 INFO kablam! 59 | | Oct 16 01:00:03.619 INFO kablam! ... | Oct 16 01:00:03.619 INFO kablam! 11803 | | Oct 16 01:00:03.619 INFO kablam! 11804 | | "##; Oct 16 01:00:03.619 INFO kablam! | |____^ Oct 16 01:00:03.619 INFO kablam! Oct 16 01:00:03.625 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 01:00:03.627 INFO kablam! --> src/main.rs:56:3 Oct 16 01:00:03.627 INFO kablam! | Oct 16 01:00:03.627 INFO kablam! 56 | inf.write(text.as_bytes()); Oct 16 01:00:03.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:00:03.627 INFO kablam! | Oct 16 01:00:03.627 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 01:00:03.627 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 01:00:03.627 INFO kablam! Oct 16 01:00:03.627 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 01:00:03.627 INFO kablam! --> src/main.rs:386:17 Oct 16 01:00:03.627 INFO kablam! | Oct 16 01:00:03.627 INFO kablam! 386 | / match ctrlUpdateToOsc(&updmsg, &**cntrl) { Oct 16 01:00:03.628 INFO kablam! 387 | | Ok(v) => oscsocket.send_to(&v, &oscsendip[..]), Oct 16 01:00:03.628 INFO kablam! 388 | | _ => Err(Error::new(ErrorKind::Other, "meh")) Oct 16 01:00:03.628 INFO kablam! 389 | | }; Oct 16 01:00:03.628 INFO kablam! | |__________________^ Oct 16 01:00:03.628 INFO kablam! | Oct 16 01:00:03.628 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 01:00:03.628 INFO kablam! Oct 16 01:00:04.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.38s Oct 16 01:00:04.113 INFO kablam! su: No module specific data is present Oct 16 01:00:04.761 INFO running `"docker" "rm" "-f" "5758e3a57a438a24d087284c650a6e5f91ef7777c7d9056617875e92d6e59df7"` Oct 16 01:00:05.089 INFO blam! 5758e3a57a438a24d087284c650a6e5f91ef7777c7d9056617875e92d6e59df7 Oct 16 01:00:05.095 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 16 01:00:05.451 INFO blam! 5bb60b9525e5d1e0b87f41411d62766e0a973fbeebe157532ddda4ab787a3d45 Oct 16 01:00:05.455 INFO running `"docker" "start" "-a" "5bb60b9525e5d1e0b87f41411d62766e0a973fbeebe157532ddda4ab787a3d45"` Oct 16 01:00:06.267 INFO kablam! usermod: no changes Oct 16 01:00:06.371 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 16 01:00:06.371 INFO kablam! Oct 16 01:00:06.371 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 16 01:00:06.371 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 16 01:00:06.371 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 16 01:00:06.371 INFO kablam! Oct 16 01:00:06.371 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 16 01:00:06.371 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 16 01:00:06.371 INFO kablam! this warning. Oct 16 01:00:06.371 INFO kablam! Oct 16 01:00:06.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 16 01:00:06.429 INFO kablam! Running /target/debug/deps/oscpad-3531df8832088400 Oct 16 01:00:06.432 INFO blam! Oct 16 01:00:06.432 INFO blam! running 0 tests Oct 16 01:00:06.432 INFO blam! Oct 16 01:00:06.433 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:00:06.433 INFO blam! Oct 16 01:00:06.435 INFO kablam! su: No module specific data is present Oct 16 01:00:07.054 INFO running `"docker" "rm" "-f" "5bb60b9525e5d1e0b87f41411d62766e0a973fbeebe157532ddda4ab787a3d45"` Oct 16 01:00:07.204 INFO blam! 5bb60b9525e5d1e0b87f41411d62766e0a973fbeebe157532ddda4ab787a3d45