Oct 11 15:38:42.084 INFO testing oscpad-0.2.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 15:38:42.084 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 15:38:42.085 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:38:42.671 INFO blam! 677637f5f69234bea5698036f5ea0c8e8dffe53174b921f54215c80326ff6869 Oct 11 15:38:42.673 INFO running `"docker" "start" "-a" "677637f5f69234bea5698036f5ea0c8e8dffe53174b921f54215c80326ff6869"` Oct 11 15:38:44.179 INFO kablam! usermod: no changes Oct 11 15:38:44.424 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 11 15:38:44.424 INFO kablam! Oct 11 15:38:44.424 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 11 15:38:44.424 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 11 15:38:44.424 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 11 15:38:44.424 INFO kablam! Oct 11 15:38:44.424 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 11 15:38:44.424 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 11 15:38:44.424 INFO kablam! this warning. Oct 11 15:38:44.424 INFO kablam! Oct 11 15:38:44.554 INFO kablam! Compiling tinyosc v0.0.3 Oct 11 15:38:44.557 INFO kablam! Compiling serde v0.5.3 Oct 11 15:38:44.557 INFO kablam! Compiling hyper v0.8.1 Oct 11 15:38:44.557 INFO kablam! Compiling hyper v0.7.2 Oct 11 15:39:01.868 INFO kablam! Compiling websocket v0.15.2 Oct 11 15:39:04.996 INFO kablam! Compiling iron v0.2.6 Oct 11 15:39:12.848 INFO kablam! Compiling oscpad v0.2.2 (/source) Oct 11 15:39:18.900 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 15:39:18.900 INFO kablam! --> src/controls.rs:345:13 Oct 11 15:39:18.900 INFO kablam! | Oct 11 15:39:18.900 INFO kablam! 345 | / (match st { &ButtonState::Pressed => "Press", Oct 11 15:39:18.900 INFO kablam! 346 | | &ButtonState::Unpressed => "Unpress", })))); Oct 11 15:39:18.900 INFO kablam! | |________________________________________________________________^ Oct 11 15:39:18.900 INFO kablam! | Oct 11 15:39:18.900 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 15:39:18.900 INFO kablam! help: remove these parentheses Oct 11 15:39:18.900 INFO kablam! | Oct 11 15:39:18.900 INFO kablam! 345 | match st { Oct 11 15:39:18.900 INFO kablam! 346 | &ButtonState::Pressed => "Press", Oct 11 15:39:18.900 INFO kablam! 347 | &ButtonState::Unpressed => "Unpress", Oct 11 15:39:18.901 INFO kablam! 348 | }))); Oct 11 15:39:18.901 INFO kablam! | Oct 11 15:39:18.901 INFO kablam! Oct 11 15:39:18.901 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 15:39:18.901 INFO kablam! --> src/controls.rs:368:13 Oct 11 15:39:18.901 INFO kablam! | Oct 11 15:39:18.901 INFO kablam! 368 | / (match st { &SliderState::Pressed => "Press", Oct 11 15:39:18.901 INFO kablam! 369 | | &SliderState::Unpressed => "Unpress" })))); Oct 11 15:39:18.901 INFO kablam! | |_______________________________________________________________^ Oct 11 15:39:18.901 INFO kablam! help: remove these parentheses Oct 11 15:39:18.901 INFO kablam! | Oct 11 15:39:18.901 INFO kablam! 368 | match st { Oct 11 15:39:18.901 INFO kablam! 369 | &SliderState::Pressed => "Press", Oct 11 15:39:18.901 INFO kablam! 370 | &SliderState::Unpressed => "Unpress", Oct 11 15:39:18.901 INFO kablam! 371 | }))); Oct 11 15:39:18.901 INFO kablam! | Oct 11 15:39:18.901 INFO kablam! Oct 11 15:39:19.356 INFO kablam! warning: unused variable: `key` Oct 11 15:39:19.357 INFO kablam! --> src/controls.rs:494:13 Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! 494 | Some((key,val)) => { Oct 11 15:39:19.357 INFO kablam! | ^^^ help: consider using `_key` instead Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 15:39:19.357 INFO kablam! Oct 11 15:39:19.357 INFO kablam! warning: unused variable: `prefsFilename` Oct 11 15:39:19.357 INFO kablam! --> src/main.rs:98:17 Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! 98 | (Some(prefsFilename), _) => { Oct 11 15:39:19.357 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_prefsFilename` instead Oct 11 15:39:19.357 INFO kablam! Oct 11 15:39:19.357 INFO kablam! warning: unused variable: `req` Oct 11 15:39:19.357 INFO kablam! --> src/main.rs:240:26 Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! 240 | try!(Iron::new(move |req: &mut Request| { Oct 11 15:39:19.357 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 15:39:19.357 INFO kablam! Oct 11 15:39:19.357 INFO kablam! warning: unused variable: `id` Oct 11 15:39:19.357 INFO kablam! --> src/main.rs:422:51 Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! 422 | &controls::UpdateMsg::Button { controlId: ref id Oct 11 15:39:19.357 INFO kablam! | ^^ help: consider using `_id` instead Oct 11 15:39:19.357 INFO kablam! Oct 11 15:39:19.357 INFO kablam! warning: unused variable: `id` Oct 11 15:39:19.357 INFO kablam! --> src/main.rs:445:52 Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! 445 | &controls::UpdateMsg::Slider { controlId: ref id Oct 11 15:39:19.357 INFO kablam! | ^^ help: consider using `_id` instead Oct 11 15:39:19.357 INFO kablam! Oct 11 15:39:19.357 INFO kablam! warning: unused variable: `id` Oct 11 15:39:19.357 INFO kablam! --> src/main.rs:471:50 Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! 471 | &controls::UpdateMsg::Label { controlId: ref id Oct 11 15:39:19.357 INFO kablam! | ^^ help: consider using `_id` instead Oct 11 15:39:19.357 INFO kablam! Oct 11 15:39:19.357 INFO kablam! warning: unused variable: `src` Oct 11 15:39:19.357 INFO kablam! --> src/main.rs:624:15 Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! 624 | let (amt, src) = try!(recvsocket.recv_from(&mut buf)); Oct 11 15:39:19.357 INFO kablam! | ^^^ help: consider using `_src` instead Oct 11 15:39:19.357 INFO kablam! Oct 11 15:39:19.357 INFO kablam! warning: unused variable: `um` Oct 11 15:39:19.357 INFO kablam! --> src/controls.rs:201:24 Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! 201 | fn update(&mut self, um: &UpdateMsg) {} Oct 11 15:39:19.357 INFO kablam! | ^^ help: consider using `_um` instead Oct 11 15:39:19.357 INFO kablam! Oct 11 15:39:19.357 INFO kablam! warning: unused variable: `e` Oct 11 15:39:19.357 INFO kablam! --> src/broadcaster.rs:43:13 Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! 43 | Err(e) => {}, Oct 11 15:39:19.357 INFO kablam! | ^ help: consider using `_e` instead Oct 11 15:39:19.357 INFO kablam! Oct 11 15:39:19.357 INFO kablam! warning: unused variable: `e` Oct 11 15:39:19.357 INFO kablam! --> src/broadcaster.rs:60:19 Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! 60 | Err(e) => {}, Oct 11 15:39:19.357 INFO kablam! | ^ help: consider using `_e` instead Oct 11 15:39:19.357 INFO kablam! Oct 11 15:39:19.357 INFO kablam! warning: unused variable: `e` Oct 11 15:39:19.357 INFO kablam! --> src/broadcaster.rs:65:13 Oct 11 15:39:19.357 INFO kablam! | Oct 11 15:39:19.357 INFO kablam! 65 | Err(e) => {}, Oct 11 15:39:19.357 INFO kablam! | ^ help: consider using `_e` instead Oct 11 15:39:19.357 INFO kablam! Oct 11 15:39:19.492 INFO kablam! warning: variable does not need to be mutable Oct 11 15:39:19.492 INFO kablam! --> src/controls.rs:437:7 Oct 11 15:39:19.492 INFO kablam! | Oct 11 15:39:19.492 INFO kablam! 437 | let mut btm = BTreeMap::new(); Oct 11 15:39:19.492 INFO kablam! | ----^^^ Oct 11 15:39:19.492 INFO kablam! | | Oct 11 15:39:19.492 INFO kablam! | help: remove this `mut` Oct 11 15:39:19.492 INFO kablam! | Oct 11 15:39:19.492 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 15:39:19.492 INFO kablam! Oct 11 15:39:19.508 INFO kablam! warning: type `controlMap` should have a camel case name such as `Controlmap` Oct 11 15:39:19.508 INFO kablam! --> src/controls.rs:434:1 Oct 11 15:39:19.508 INFO kablam! | Oct 11 15:39:19.508 INFO kablam! 434 | pub type controlMap = BTreeMap,Box>; Oct 11 15:39:19.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:39:19.508 INFO kablam! | Oct 11 15:39:19.508 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 15:39:19.508 INFO kablam! Oct 11 15:39:19.508 INFO kablam! warning: type `controlNameMap` should have a camel case name such as `Controlnamemap` Oct 11 15:39:19.508 INFO kablam! --> src/controls.rs:466:1 Oct 11 15:39:19.508 INFO kablam! | Oct 11 15:39:19.508 INFO kablam! 466 | pub type controlNameMap = BTreeMap>; Oct 11 15:39:19.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:39:19.509 INFO kablam! Oct 11 15:39:19.509 INFO kablam! warning: type `sendBlah` should have a camel case name such as `Sendblah` Oct 11 15:39:19.509 INFO kablam! --> src/broadcaster.rs:8:1 Oct 11 15:39:19.509 INFO kablam! | Oct 11 15:39:19.509 INFO kablam! 8 | type sendBlah = Arc>>; Oct 11 15:39:19.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:39:19.509 INFO kablam! Oct 11 15:39:19.509 INFO kablam! warning: constant `sampleGuiConfig` should have an upper case name such as `SAMPLE_GUI_CONFIG` Oct 11 15:39:19.509 INFO kablam! --> src/stringDefaults.rs:3:1 Oct 11 15:39:19.509 INFO kablam! | Oct 11 15:39:19.509 INFO kablam! 3 | / pub const sampleGuiConfig: &'static str = r##"{ Oct 11 15:39:19.509 INFO kablam! 4 | | "title": "rustmeh", Oct 11 15:39:19.509 INFO kablam! 5 | | "rootControl": Oct 11 15:39:19.509 INFO kablam! 6 | | { Oct 11 15:39:19.509 INFO kablam! ... | Oct 11 15:39:19.509 INFO kablam! 52 | | } Oct 11 15:39:19.509 INFO kablam! 53 | | }"##; Oct 11 15:39:19.509 INFO kablam! | |_____^ Oct 11 15:39:19.509 INFO kablam! | Oct 11 15:39:19.509 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 15:39:19.509 INFO kablam! Oct 11 15:39:19.509 INFO kablam! warning: constant `mainhtml` should have an upper case name such as `MAINHTML` Oct 11 15:39:19.509 INFO kablam! --> src/stringDefaults.rs:56:1 Oct 11 15:39:19.509 INFO kablam! | Oct 11 15:39:19.509 INFO kablam! 56 | / pub const mainhtml: &'static str = r##" Oct 11 15:39:19.509 INFO kablam! 57 | | Oct 11 15:39:19.509 INFO kablam! 58 | | Oct 11 15:39:19.509 INFO kablam! 59 | | Oct 11 15:39:19.509 INFO kablam! ... | Oct 11 15:39:19.509 INFO kablam! 11803 | | Oct 11 15:39:19.509 INFO kablam! 11804 | | "##; Oct 11 15:39:19.509 INFO kablam! | |____^ Oct 11 15:39:19.509 INFO kablam! Oct 11 15:39:19.509 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:39:19.509 INFO kablam! --> src/main.rs:56:3 Oct 11 15:39:19.509 INFO kablam! | Oct 11 15:39:19.509 INFO kablam! 56 | inf.write(text.as_bytes()); Oct 11 15:39:19.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:39:19.509 INFO kablam! | Oct 11 15:39:19.509 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 15:39:19.509 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:39:19.509 INFO kablam! Oct 11 15:39:19.516 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:39:19.516 INFO kablam! --> src/main.rs:386:17 Oct 11 15:39:19.516 INFO kablam! | Oct 11 15:39:19.516 INFO kablam! 386 | / match ctrlUpdateToOsc(&updmsg, &**cntrl) { Oct 11 15:39:19.516 INFO kablam! 387 | | Ok(v) => oscsocket.send_to(&v, &oscsendip[..]), Oct 11 15:39:19.516 INFO kablam! 388 | | _ => Err(Error::new(ErrorKind::Other, "meh")) Oct 11 15:39:19.516 INFO kablam! 389 | | }; Oct 11 15:39:19.516 INFO kablam! | |__________________^ Oct 11 15:39:19.516 INFO kablam! | Oct 11 15:39:19.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:39:19.516 INFO kablam! Oct 11 15:39:25.764 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.54s Oct 11 15:39:25.785 INFO kablam! su: No module specific data is present Oct 11 15:39:26.410 INFO running `"docker" "rm" "-f" "677637f5f69234bea5698036f5ea0c8e8dffe53174b921f54215c80326ff6869"` Oct 11 15:39:26.649 INFO blam! 677637f5f69234bea5698036f5ea0c8e8dffe53174b921f54215c80326ff6869 Oct 11 15:39:26.653 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 15:39:26.655 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:39:27.060 INFO blam! 7e9df509a390c486d11786e1cd4cf73756f5759a43b2c8330430575736e3a683 Oct 11 15:39:27.062 INFO running `"docker" "start" "-a" "7e9df509a390c486d11786e1cd4cf73756f5759a43b2c8330430575736e3a683"` Oct 11 15:39:28.064 INFO kablam! usermod: no changes Oct 11 15:39:28.200 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 11 15:39:28.200 INFO kablam! Oct 11 15:39:28.200 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 11 15:39:28.200 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 11 15:39:28.200 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 11 15:39:28.200 INFO kablam! Oct 11 15:39:28.200 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 11 15:39:28.200 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 11 15:39:28.200 INFO kablam! this warning. Oct 11 15:39:28.200 INFO kablam! Oct 11 15:39:28.234 INFO kablam! Compiling oscpad v0.2.2 (/source) Oct 11 15:39:34.636 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 15:39:34.636 INFO kablam! --> src/controls.rs:345:13 Oct 11 15:39:34.636 INFO kablam! | Oct 11 15:39:34.636 INFO kablam! 345 | / (match st { &ButtonState::Pressed => "Press", Oct 11 15:39:34.636 INFO kablam! 346 | | &ButtonState::Unpressed => "Unpress", })))); Oct 11 15:39:34.636 INFO kablam! | |________________________________________________________________^ Oct 11 15:39:34.636 INFO kablam! | Oct 11 15:39:34.636 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 15:39:34.636 INFO kablam! help: remove these parentheses Oct 11 15:39:34.636 INFO kablam! | Oct 11 15:39:34.636 INFO kablam! 345 | match st { Oct 11 15:39:34.637 INFO kablam! 346 | &ButtonState::Pressed => "Press", Oct 11 15:39:34.637 INFO kablam! 347 | &ButtonState::Unpressed => "Unpress", Oct 11 15:39:34.637 INFO kablam! 348 | }))); Oct 11 15:39:34.637 INFO kablam! | Oct 11 15:39:34.637 INFO kablam! Oct 11 15:39:34.637 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 15:39:34.637 INFO kablam! --> src/controls.rs:368:13 Oct 11 15:39:34.637 INFO kablam! | Oct 11 15:39:34.637 INFO kablam! 368 | / (match st { &SliderState::Pressed => "Press", Oct 11 15:39:34.637 INFO kablam! 369 | | &SliderState::Unpressed => "Unpress" })))); Oct 11 15:39:34.637 INFO kablam! | |_______________________________________________________________^ Oct 11 15:39:34.637 INFO kablam! help: remove these parentheses Oct 11 15:39:34.637 INFO kablam! | Oct 11 15:39:34.637 INFO kablam! 368 | match st { Oct 11 15:39:34.637 INFO kablam! 369 | &SliderState::Pressed => "Press", Oct 11 15:39:34.637 INFO kablam! 370 | &SliderState::Unpressed => "Unpress", Oct 11 15:39:34.637 INFO kablam! 371 | }))); Oct 11 15:39:34.637 INFO kablam! | Oct 11 15:39:34.637 INFO kablam! Oct 11 15:39:34.944 INFO kablam! warning: unused variable: `key` Oct 11 15:39:34.944 INFO kablam! --> src/controls.rs:494:13 Oct 11 15:39:34.944 INFO kablam! | Oct 11 15:39:34.944 INFO kablam! 494 | Some((key,val)) => { Oct 11 15:39:34.944 INFO kablam! | ^^^ help: consider using `_key` instead Oct 11 15:39:34.944 INFO kablam! | Oct 11 15:39:34.944 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 15:39:34.945 INFO kablam! Oct 11 15:39:34.945 INFO kablam! warning: unused variable: `prefsFilename` Oct 11 15:39:34.945 INFO kablam! --> src/main.rs:98:17 Oct 11 15:39:34.945 INFO kablam! | Oct 11 15:39:34.945 INFO kablam! 98 | (Some(prefsFilename), _) => { Oct 11 15:39:34.945 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_prefsFilename` instead Oct 11 15:39:34.945 INFO kablam! Oct 11 15:39:34.945 INFO kablam! warning: unused variable: `req` Oct 11 15:39:34.945 INFO kablam! --> src/main.rs:240:26 Oct 11 15:39:34.945 INFO kablam! | Oct 11 15:39:34.945 INFO kablam! 240 | try!(Iron::new(move |req: &mut Request| { Oct 11 15:39:34.945 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 15:39:34.945 INFO kablam! Oct 11 15:39:34.945 INFO kablam! warning: unused variable: `id` Oct 11 15:39:34.945 INFO kablam! --> src/main.rs:422:51 Oct 11 15:39:34.945 INFO kablam! | Oct 11 15:39:34.945 INFO kablam! 422 | &controls::UpdateMsg::Button { controlId: ref id Oct 11 15:39:34.945 INFO kablam! | ^^ help: consider using `_id` instead Oct 11 15:39:34.945 INFO kablam! Oct 11 15:39:34.945 INFO kablam! warning: unused variable: `id` Oct 11 15:39:34.945 INFO kablam! --> src/main.rs:445:52 Oct 11 15:39:34.945 INFO kablam! | Oct 11 15:39:34.945 INFO kablam! 445 | &controls::UpdateMsg::Slider { controlId: ref id Oct 11 15:39:34.945 INFO kablam! | ^^ help: consider using `_id` instead Oct 11 15:39:34.945 INFO kablam! Oct 11 15:39:34.945 INFO kablam! warning: unused variable: `id` Oct 11 15:39:34.945 INFO kablam! --> src/main.rs:471:50 Oct 11 15:39:34.945 INFO kablam! | Oct 11 15:39:34.945 INFO kablam! 471 | &controls::UpdateMsg::Label { controlId: ref id Oct 11 15:39:34.945 INFO kablam! | ^^ help: consider using `_id` instead Oct 11 15:39:34.945 INFO kablam! Oct 11 15:39:34.945 INFO kablam! warning: unused variable: `src` Oct 11 15:39:34.945 INFO kablam! --> src/main.rs:624:15 Oct 11 15:39:34.945 INFO kablam! | Oct 11 15:39:34.945 INFO kablam! 624 | let (amt, src) = try!(recvsocket.recv_from(&mut buf)); Oct 11 15:39:34.945 INFO kablam! | ^^^ help: consider using `_src` instead Oct 11 15:39:34.945 INFO kablam! Oct 11 15:39:34.952 INFO kablam! warning: unused variable: `um` Oct 11 15:39:34.952 INFO kablam! --> src/controls.rs:201:24 Oct 11 15:39:34.952 INFO kablam! | Oct 11 15:39:34.952 INFO kablam! 201 | fn update(&mut self, um: &UpdateMsg) {} Oct 11 15:39:34.952 INFO kablam! | ^^ help: consider using `_um` instead Oct 11 15:39:34.952 INFO kablam! Oct 11 15:39:34.952 INFO kablam! warning: unused variable: `e` Oct 11 15:39:34.952 INFO kablam! --> src/broadcaster.rs:43:13 Oct 11 15:39:34.952 INFO kablam! | Oct 11 15:39:34.952 INFO kablam! 43 | Err(e) => {}, Oct 11 15:39:34.952 INFO kablam! | ^ help: consider using `_e` instead Oct 11 15:39:34.952 INFO kablam! Oct 11 15:39:34.952 INFO kablam! warning: unused variable: `e` Oct 11 15:39:34.952 INFO kablam! --> src/broadcaster.rs:60:19 Oct 11 15:39:34.952 INFO kablam! | Oct 11 15:39:34.952 INFO kablam! 60 | Err(e) => {}, Oct 11 15:39:34.952 INFO kablam! | ^ help: consider using `_e` instead Oct 11 15:39:34.952 INFO kablam! Oct 11 15:39:34.952 INFO kablam! warning: unused variable: `e` Oct 11 15:39:34.952 INFO kablam! --> src/broadcaster.rs:65:13 Oct 11 15:39:34.952 INFO kablam! | Oct 11 15:39:34.952 INFO kablam! 65 | Err(e) => {}, Oct 11 15:39:34.952 INFO kablam! | ^ help: consider using `_e` instead Oct 11 15:39:34.952 INFO kablam! Oct 11 15:39:35.060 INFO kablam! warning: variable does not need to be mutable Oct 11 15:39:35.060 INFO kablam! --> src/controls.rs:437:7 Oct 11 15:39:35.060 INFO kablam! | Oct 11 15:39:35.060 INFO kablam! 437 | let mut btm = BTreeMap::new(); Oct 11 15:39:35.060 INFO kablam! | ----^^^ Oct 11 15:39:35.060 INFO kablam! | | Oct 11 15:39:35.060 INFO kablam! | help: remove this `mut` Oct 11 15:39:35.060 INFO kablam! | Oct 11 15:39:35.060 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 15:39:35.060 INFO kablam! Oct 11 15:39:35.072 INFO kablam! warning: type `controlMap` should have a camel case name such as `Controlmap` Oct 11 15:39:35.072 INFO kablam! --> src/controls.rs:434:1 Oct 11 15:39:35.072 INFO kablam! | Oct 11 15:39:35.072 INFO kablam! 434 | pub type controlMap = BTreeMap,Box>; Oct 11 15:39:35.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:39:35.072 INFO kablam! | Oct 11 15:39:35.072 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 15:39:35.072 INFO kablam! Oct 11 15:39:35.072 INFO kablam! warning: type `controlNameMap` should have a camel case name such as `Controlnamemap` Oct 11 15:39:35.072 INFO kablam! --> src/controls.rs:466:1 Oct 11 15:39:35.072 INFO kablam! | Oct 11 15:39:35.072 INFO kablam! 466 | pub type controlNameMap = BTreeMap>; Oct 11 15:39:35.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:39:35.072 INFO kablam! Oct 11 15:39:35.072 INFO kablam! warning: type `sendBlah` should have a camel case name such as `Sendblah` Oct 11 15:39:35.072 INFO kablam! --> src/broadcaster.rs:8:1 Oct 11 15:39:35.072 INFO kablam! | Oct 11 15:39:35.072 INFO kablam! 8 | type sendBlah = Arc>>; Oct 11 15:39:35.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:39:35.072 INFO kablam! Oct 11 15:39:35.072 INFO kablam! warning: constant `sampleGuiConfig` should have an upper case name such as `SAMPLE_GUI_CONFIG` Oct 11 15:39:35.072 INFO kablam! --> src/stringDefaults.rs:3:1 Oct 11 15:39:35.072 INFO kablam! | Oct 11 15:39:35.072 INFO kablam! 3 | / pub const sampleGuiConfig: &'static str = r##"{ Oct 11 15:39:35.072 INFO kablam! 4 | | "title": "rustmeh", Oct 11 15:39:35.072 INFO kablam! 5 | | "rootControl": Oct 11 15:39:35.073 INFO kablam! 6 | | { Oct 11 15:39:35.073 INFO kablam! ... | Oct 11 15:39:35.073 INFO kablam! 52 | | } Oct 11 15:39:35.073 INFO kablam! 53 | | }"##; Oct 11 15:39:35.073 INFO kablam! | |_____^ Oct 11 15:39:35.073 INFO kablam! | Oct 11 15:39:35.073 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 15:39:35.073 INFO kablam! Oct 11 15:39:35.073 INFO kablam! warning: constant `mainhtml` should have an upper case name such as `MAINHTML` Oct 11 15:39:35.073 INFO kablam! --> src/stringDefaults.rs:56:1 Oct 11 15:39:35.073 INFO kablam! | Oct 11 15:39:35.073 INFO kablam! 56 | / pub const mainhtml: &'static str = r##" Oct 11 15:39:35.073 INFO kablam! 57 | | Oct 11 15:39:35.073 INFO kablam! 58 | | Oct 11 15:39:35.073 INFO kablam! 59 | | Oct 11 15:39:35.073 INFO kablam! ... | Oct 11 15:39:35.073 INFO kablam! 11803 | | Oct 11 15:39:35.073 INFO kablam! 11804 | | "##; Oct 11 15:39:35.073 INFO kablam! | |____^ Oct 11 15:39:35.073 INFO kablam! Oct 11 15:39:35.073 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:39:35.073 INFO kablam! --> src/main.rs:56:3 Oct 11 15:39:35.073 INFO kablam! | Oct 11 15:39:35.073 INFO kablam! 56 | inf.write(text.as_bytes()); Oct 11 15:39:35.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:39:35.073 INFO kablam! | Oct 11 15:39:35.073 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 15:39:35.073 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:39:35.073 INFO kablam! Oct 11 15:39:35.084 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 15:39:35.084 INFO kablam! --> src/main.rs:386:17 Oct 11 15:39:35.084 INFO kablam! | Oct 11 15:39:35.084 INFO kablam! 386 | / match ctrlUpdateToOsc(&updmsg, &**cntrl) { Oct 11 15:39:35.084 INFO kablam! 387 | | Ok(v) => oscsocket.send_to(&v, &oscsendip[..]), Oct 11 15:39:35.084 INFO kablam! 388 | | _ => Err(Error::new(ErrorKind::Other, "meh")) Oct 11 15:39:35.084 INFO kablam! 389 | | }; Oct 11 15:39:35.084 INFO kablam! | |__________________^ Oct 11 15:39:35.084 INFO kablam! | Oct 11 15:39:35.084 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 15:39:35.084 INFO kablam! Oct 11 15:39:35.664 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.56s Oct 11 15:39:35.664 INFO kablam! su: No module specific data is present Oct 11 15:39:36.245 INFO running `"docker" "rm" "-f" "7e9df509a390c486d11786e1cd4cf73756f5759a43b2c8330430575736e3a683"` Oct 11 15:39:36.513 INFO blam! 7e9df509a390c486d11786e1cd4cf73756f5759a43b2c8330430575736e3a683 Oct 11 15:39:36.521 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 15:39:36.523 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:39:36.989 INFO blam! 07b6c9860d747d83c1d573de645a37c04f4103c030c4f6367b9ee218a18fa714 Oct 11 15:39:37.000 INFO running `"docker" "start" "-a" "07b6c9860d747d83c1d573de645a37c04f4103c030c4f6367b9ee218a18fa714"` Oct 11 15:39:38.429 INFO kablam! usermod: no changes Oct 11 15:39:38.568 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 11 15:39:38.568 INFO kablam! Oct 11 15:39:38.568 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 11 15:39:38.568 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 11 15:39:38.568 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 11 15:39:38.568 INFO kablam! Oct 11 15:39:38.568 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 11 15:39:38.568 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 11 15:39:38.568 INFO kablam! this warning. Oct 11 15:39:38.568 INFO kablam! Oct 11 15:39:38.608 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 15:39:38.614 INFO kablam! Running /target/debug/deps/oscpad-32349c5e4bad27bf Oct 11 15:39:38.616 INFO blam! Oct 11 15:39:38.616 INFO blam! running 0 tests Oct 11 15:39:38.616 INFO blam! Oct 11 15:39:38.616 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:39:38.616 INFO blam! Oct 11 15:39:38.618 INFO kablam! su: No module specific data is present Oct 11 15:39:39.184 INFO running `"docker" "rm" "-f" "07b6c9860d747d83c1d573de645a37c04f4103c030c4f6367b9ee218a18fa714"` Oct 11 15:39:39.504 INFO blam! 07b6c9860d747d83c1d573de645a37c04f4103c030c4f6367b9ee218a18fa714