Oct 12 06:51:16.169 INFO testing ConExpression-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 06:51:16.170 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 06:51:16.682 INFO blam! 5aee33de210ad23d7a4cbb28a71552822601328857773880c2c924490508d9b0 Oct 12 06:51:16.683 INFO running `"docker" "start" "-a" "5aee33de210ad23d7a4cbb28a71552822601328857773880c2c924490508d9b0"` Oct 12 06:51:17.957 INFO kablam! usermod: no changes Oct 12 06:51:18.020 INFO kablam! Compiling ConExpression v0.1.0 (/source) Oct 12 06:51:18.307 INFO kablam! warning: crate `ConExpression` should have a snake case name such as `con_expression` Oct 12 06:51:18.307 INFO kablam! | Oct 12 06:51:18.307 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 06:51:18.307 INFO kablam! Oct 12 06:51:18.928 INFO kablam! warning: unreachable statement Oct 12 06:51:18.929 INFO kablam! --> src/main.rs:270:5 Oct 12 06:51:18.930 INFO kablam! | Oct 12 06:51:18.931 INFO kablam! 270 | println!(); Oct 12 06:51:18.931 INFO kablam! | ^^^^^^^^^^^ Oct 12 06:51:18.932 INFO kablam! | Oct 12 06:51:18.932 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 06:51:18.933 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 12 06:51:18.934 INFO kablam! Oct 12 06:51:19.092 INFO kablam! warning: unused variable: `one` Oct 12 06:51:19.092 INFO kablam! --> src/hashmap/mod.rs:12:13 Oct 12 06:51:19.092 INFO kablam! | Oct 12 06:51:19.092 INFO kablam! 12 | let one = map.get("One"); Oct 12 06:51:19.092 INFO kablam! | ^^^ help: consider using `_one` instead Oct 12 06:51:19.092 INFO kablam! | Oct 12 06:51:19.092 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 06:51:19.092 INFO kablam! Oct 12 06:51:19.092 INFO kablam! warning: unused variable: `f` Oct 12 06:51:19.093 INFO kablam! --> src/main.rs:117:9 Oct 12 06:51:19.093 INFO kablam! | Oct 12 06:51:19.093 INFO kablam! 117 | let f = File::open(filename)?; Oct 12 06:51:19.093 INFO kablam! | ^ help: consider using `_f` instead Oct 12 06:51:19.093 INFO kablam! Oct 12 06:51:19.093 INFO kablam! warning: unused variable: `robot_agent_bm` Oct 12 06:51:19.093 INFO kablam! --> src/main.rs:265:9 Oct 12 06:51:19.093 INFO kablam! | Oct 12 06:51:19.093 INFO kablam! 265 | let robot_agent_bm: &'static str = "R1"; Oct 12 06:51:19.093 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_robot_agent_bm` instead Oct 12 06:51:19.093 INFO kablam! Oct 12 06:51:19.093 INFO kablam! warning: unused variable: `robot_device_id` Oct 12 06:51:19.093 INFO kablam! --> src/main.rs:266:9 Oct 12 06:51:19.093 INFO kablam! | Oct 12 06:51:19.093 INFO kablam! 266 | let robot_device_id: &'static str = "99"; Oct 12 06:51:19.093 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_robot_device_id` instead Oct 12 06:51:19.093 INFO kablam! Oct 12 06:51:19.093 INFO kablam! warning: unused variable: `home` Oct 12 06:51:19.093 INFO kablam! --> src/main.rs:329:9 Oct 12 06:51:19.093 INFO kablam! | Oct 12 06:51:19.093 INFO kablam! 329 | let home = "127.0.0.1".parse::().unwrap(); Oct 12 06:51:19.093 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 12 06:51:19.093 INFO kablam! Oct 12 06:51:19.093 INFO kablam! warning: value assigned to `derection` is never read Oct 12 06:51:19.093 INFO kablam! --> src/icontract/mod.rs:81:17 Oct 12 06:51:19.093 INFO kablam! | Oct 12 06:51:19.093 INFO kablam! 81 | let mut derection: i32 = 0; Oct 12 06:51:19.093 INFO kablam! | ^^^^^^^^^ Oct 12 06:51:19.093 INFO kablam! | Oct 12 06:51:19.093 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 06:51:19.093 INFO kablam! Oct 12 06:51:19.164 INFO kablam! warning: variable does not need to be mutable Oct 12 06:51:19.164 INFO kablam! --> src/hashmap/mod.rs:19:9 Oct 12 06:51:19.164 INFO kablam! | Oct 12 06:51:19.164 INFO kablam! 19 | let mut scores: HashMap<_, _> = keys.iter().zip(values.iter()).collect(); Oct 12 06:51:19.164 INFO kablam! | ----^^^^^^ Oct 12 06:51:19.164 INFO kablam! | | Oct 12 06:51:19.164 INFO kablam! | help: remove this `mut` Oct 12 06:51:19.164 INFO kablam! | Oct 12 06:51:19.164 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 06:51:19.164 INFO kablam! Oct 12 06:51:19.172 INFO kablam! warning: variant is never constructed: `V6` Oct 12 06:51:19.172 INFO kablam! --> src/main.rs:40:5 Oct 12 06:51:19.172 INFO kablam! | Oct 12 06:51:19.172 INFO kablam! 40 | V6, Oct 12 06:51:19.172 INFO kablam! | ^^ Oct 12 06:51:19.172 INFO kablam! | Oct 12 06:51:19.172 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 06:51:19.172 INFO kablam! Oct 12 06:51:19.172 INFO kablam! warning: variant is never constructed: `V6` Oct 12 06:51:19.172 INFO kablam! --> src/main.rs:54:5 Oct 12 06:51:19.172 INFO kablam! | Oct 12 06:51:19.172 INFO kablam! 54 | V6 Oct 12 06:51:19.172 INFO kablam! | ^^ Oct 12 06:51:19.172 INFO kablam! Oct 12 06:51:19.172 INFO kablam! warning: variant is never constructed: `V6` Oct 12 06:51:19.172 INFO kablam! --> src/main.rs:61:5 Oct 12 06:51:19.172 INFO kablam! | Oct 12 06:51:19.172 INFO kablam! 61 | V6 Oct 12 06:51:19.172 INFO kablam! | ^^ Oct 12 06:51:19.172 INFO kablam! Oct 12 06:51:19.173 INFO kablam! warning: function is never used: `simulated_expensive_calculation` Oct 12 06:51:19.173 INFO kablam! --> src/main.rs:515:1 Oct 12 06:51:19.173 INFO kablam! | Oct 12 06:51:19.173 INFO kablam! 515 | fn simulated_expensive_calculation(intensity:i32)->i32 { Oct 12 06:51:19.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:51:19.173 INFO kablam! Oct 12 06:51:19.173 INFO kablam! warning: crate `ConExpression` should have a snake case name such as `con_expression` Oct 12 06:51:19.173 INFO kablam! | Oct 12 06:51:19.173 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 06:51:19.173 INFO kablam! Oct 12 06:51:19.173 INFO kablam! warning: variable `numberIndex` should have a snake case name such as `number_index` Oct 12 06:51:19.173 INFO kablam! --> src/math/mod.rs:3:9 Oct 12 06:51:19.173 INFO kablam! | Oct 12 06:51:19.173 INFO kablam! 3 | let mut numberIndex = 0; Oct 12 06:51:19.173 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 06:51:19.173 INFO kablam! Oct 12 06:51:19.174 INFO kablam! warning: trait `iinstruction` should have a camel case name such as `Iinstruction` Oct 12 06:51:19.174 INFO kablam! --> src/icontract/mod.rs:1:1 Oct 12 06:51:19.174 INFO kablam! | Oct 12 06:51:19.174 INFO kablam! 1 | / pub trait iinstruction { Oct 12 06:51:19.174 INFO kablam! 2 | | fn toInstruction(&self) -> String { Oct 12 06:51:19.174 INFO kablam! 3 | | String::from("not impliment...") Oct 12 06:51:19.174 INFO kablam! 4 | | } Oct 12 06:51:19.174 INFO kablam! 5 | | } Oct 12 06:51:19.174 INFO kablam! | |_^ Oct 12 06:51:19.174 INFO kablam! | Oct 12 06:51:19.174 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 06:51:19.174 INFO kablam! Oct 12 06:51:19.174 INFO kablam! warning: trait method `toInstruction` should have a snake case name such as `to_instruction` Oct 12 06:51:19.174 INFO kablam! --> src/icontract/mod.rs:2:5 Oct 12 06:51:19.174 INFO kablam! | Oct 12 06:51:19.174 INFO kablam! 2 | / fn toInstruction(&self) -> String { Oct 12 06:51:19.174 INFO kablam! 3 | | String::from("not impliment...") Oct 12 06:51:19.174 INFO kablam! 4 | | } Oct 12 06:51:19.174 INFO kablam! | |_____^ Oct 12 06:51:19.174 INFO kablam! Oct 12 06:51:19.174 INFO kablam! warning: trait `ichannel` should have a camel case name such as `Ichannel` Oct 12 06:51:19.174 INFO kablam! --> src/icontract/mod.rs:7:1 Oct 12 06:51:19.174 INFO kablam! | Oct 12 06:51:19.174 INFO kablam! 7 | / pub trait ichannel { Oct 12 06:51:19.174 INFO kablam! 8 | | /// 发送消息的抽象方法 Oct 12 06:51:19.174 INFO kablam! 9 | | /// 参数: Oct 12 06:51:19.174 INFO kablam! 10 | | /// instruction: 要发送的指令 Oct 12 06:51:19.174 INFO kablam! ... | Oct 12 06:51:19.174 INFO kablam! 13 | | fn send(instruction: &iinstruction) -> (bool, String); Oct 12 06:51:19.174 INFO kablam! 14 | | } Oct 12 06:51:19.174 INFO kablam! | |_^ Oct 12 06:51:19.175 INFO kablam! Oct 12 06:51:19.175 INFO kablam! warning: type `Instruction_OCR` should have a camel case name such as `InstructionOcr` Oct 12 06:51:19.175 INFO kablam! --> src/icontract/mod.rs:18:1 Oct 12 06:51:19.175 INFO kablam! | Oct 12 06:51:19.175 INFO kablam! 18 | / pub struct Instruction_OCR { Oct 12 06:51:19.175 INFO kablam! 19 | | /* Oct 12 06:51:19.175 INFO kablam! 20 | | R##DA={0}##DN=##CID={1}##TY=2##TID={2}##SC={3}##DR={4}##PID={5}##V={6}##BC={7}##AID={8}##T=0##E=##TM={9:yyyyMMddHHmmss}^^ Oct 12 06:51:19.175 INFO kablam! 21 | | {0}: 采集器编号 Oct 12 06:51:19.175 INFO kablam! ... | Oct 12 06:51:19.175 INFO kablam! 41 | | pub time: String, Oct 12 06:51:19.175 INFO kablam! 42 | | } Oct 12 06:51:19.175 INFO kablam! | |_^ Oct 12 06:51:19.175 INFO kablam! Oct 12 06:51:19.178 INFO kablam! warning: type `Instruction_Temp` should have a camel case name such as `InstructionTemp` Oct 12 06:51:19.178 INFO kablam! --> src/icontract/mod.rs:46:1 Oct 12 06:51:19.178 INFO kablam! | Oct 12 06:51:19.178 INFO kablam! 46 | / pub struct Instruction_Temp { Oct 12 06:51:19.178 INFO kablam! 47 | | /* Oct 12 06:51:19.178 INFO kablam! 48 | | R##DA={0}##DN=##CID={1}##TY=3##TID={2}##SC={3}##DR={4}##PID={5}##V={6}##SV={7}##LV={8}##IX={9}##IY={10}##BC={11}##T=0##E=##TM={12:yyyyMMddHHmmss}^^ Oct 12 06:51:19.178 INFO kablam! 49 | | {0} : 采集器编号 Oct 12 06:51:19.178 INFO kablam! ... | Oct 12 06:51:19.178 INFO kablam! 76 | | pub time: String, Oct 12 06:51:19.178 INFO kablam! 77 | | } Oct 12 06:51:19.178 INFO kablam! | |_^ Oct 12 06:51:19.178 INFO kablam! Oct 12 06:51:19.184 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 06:51:19.184 INFO kablam! --> src/main.rs:262:5 Oct 12 06:51:19.184 INFO kablam! | Oct 12 06:51:19.184 INFO kablam! 262 | file.read_to_string(&mut content); Oct 12 06:51:19.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:51:19.184 INFO kablam! | Oct 12 06:51:19.184 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 06:51:19.184 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 06:51:19.184 INFO kablam! Oct 12 06:51:20.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 12 06:51:20.382 INFO kablam! su: No module specific data is present Oct 12 06:51:21.592 INFO running `"docker" "rm" "-f" "5aee33de210ad23d7a4cbb28a71552822601328857773880c2c924490508d9b0"` Oct 12 06:51:21.913 INFO blam! 5aee33de210ad23d7a4cbb28a71552822601328857773880c2c924490508d9b0 Oct 12 06:51:21.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 06:51:22.469 INFO blam! da29166d37e873d36a190f85e44e588f6339c54948165bfff3dd82feeb8d1d81 Oct 12 06:51:22.471 INFO running `"docker" "start" "-a" "da29166d37e873d36a190f85e44e588f6339c54948165bfff3dd82feeb8d1d81"` Oct 12 06:51:24.235 INFO kablam! usermod: no changes Oct 12 06:51:24.329 INFO kablam! Compiling ConExpression v0.1.0 (/source) Oct 12 06:51:24.765 INFO kablam! warning: unused import: `super::*` Oct 12 06:51:24.765 INFO kablam! --> src/lib.rs:3:9 Oct 12 06:51:24.765 INFO kablam! | Oct 12 06:51:24.765 INFO kablam! 3 | use super::*; Oct 12 06:51:24.766 INFO kablam! | ^^^^^^^^ Oct 12 06:51:24.766 INFO kablam! | Oct 12 06:51:24.766 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 06:51:24.767 INFO kablam! Oct 12 06:51:24.892 INFO kablam! warning: crate `ConExpression` should have a snake case name such as `con_expression` Oct 12 06:51:24.892 INFO kablam! | Oct 12 06:51:24.892 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 06:51:24.892 INFO kablam! Oct 12 06:51:24.901 INFO kablam! warning: function `test_assert__ok` should have a snake case name such as `test_assert_ok` Oct 12 06:51:24.901 INFO kablam! --> src/lib.rs:15:5 Oct 12 06:51:24.901 INFO kablam! | Oct 12 06:51:24.901 INFO kablam! 15 | / fn test_assert__ok() { Oct 12 06:51:24.902 INFO kablam! 16 | | assert!(1 == 1); Oct 12 06:51:24.902 INFO kablam! 17 | | } Oct 12 06:51:24.902 INFO kablam! | |_____^ Oct 12 06:51:24.902 INFO kablam! Oct 12 06:51:24.903 INFO kablam! warning: function `test_assert__failed` should have a snake case name such as `test_assert_failed` Oct 12 06:51:24.903 INFO kablam! --> src/lib.rs:20:5 Oct 12 06:51:24.903 INFO kablam! | Oct 12 06:51:24.903 INFO kablam! 20 | / fn test_assert__failed() { Oct 12 06:51:24.903 INFO kablam! 21 | | assert!(1 == 2, "1不等于2"); Oct 12 06:51:24.904 INFO kablam! 22 | | } Oct 12 06:51:24.904 INFO kablam! | |_____^ Oct 12 06:51:24.904 INFO kablam! Oct 12 06:51:24.905 INFO kablam! warning: function `test_assert_eq__ok` should have a snake case name such as `test_assert_eq_ok` Oct 12 06:51:24.905 INFO kablam! --> src/lib.rs:25:5 Oct 12 06:51:24.905 INFO kablam! | Oct 12 06:51:24.905 INFO kablam! 25 | / fn test_assert_eq__ok() { Oct 12 06:51:24.906 INFO kablam! 26 | | assert_eq!(1, 1); Oct 12 06:51:24.906 INFO kablam! 27 | | } Oct 12 06:51:24.906 INFO kablam! | |_____^ Oct 12 06:51:24.907 INFO kablam! Oct 12 06:51:24.907 INFO kablam! warning: function `test_assert_eq__failed` should have a snake case name such as `test_assert_eq_failed` Oct 12 06:51:24.907 INFO kablam! --> src/lib.rs:30:5 Oct 12 06:51:24.908 INFO kablam! | Oct 12 06:51:24.908 INFO kablam! 30 | / fn test_assert_eq__failed() { Oct 12 06:51:24.908 INFO kablam! 31 | | assert_eq!(1, 2); Oct 12 06:51:24.908 INFO kablam! 32 | | } Oct 12 06:51:24.909 INFO kablam! | |_____^ Oct 12 06:51:24.909 INFO kablam! Oct 12 06:51:24.909 INFO kablam! warning: function `test_assert_ne__ok` should have a snake case name such as `test_assert_ne_ok` Oct 12 06:51:24.910 INFO kablam! --> src/lib.rs:35:5 Oct 12 06:51:24.910 INFO kablam! | Oct 12 06:51:24.910 INFO kablam! 35 | / fn test_assert_ne__ok() { Oct 12 06:51:24.910 INFO kablam! 36 | | assert_ne!(1, 2); Oct 12 06:51:24.911 INFO kablam! 37 | | } Oct 12 06:51:24.911 INFO kablam! | |_____^ Oct 12 06:51:24.911 INFO kablam! Oct 12 06:51:24.912 INFO kablam! warning: function `test_assert_ne__failed` should have a snake case name such as `test_assert_ne_failed` Oct 12 06:51:24.912 INFO kablam! --> src/lib.rs:40:5 Oct 12 06:51:24.912 INFO kablam! | Oct 12 06:51:24.912 INFO kablam! 40 | / fn test_assert_ne__failed() { Oct 12 06:51:24.913 INFO kablam! 41 | | assert_ne!(1, 1); Oct 12 06:51:24.913 INFO kablam! 42 | | } Oct 12 06:51:24.913 INFO kablam! | |_____^ Oct 12 06:51:24.913 INFO kablam! Oct 12 06:51:24.914 INFO kablam! warning: function `test_assert_should_panic__ok` should have a snake case name such as `test_assert_should_panic_ok` Oct 12 06:51:24.914 INFO kablam! --> src/lib.rs:46:5 Oct 12 06:51:24.914 INFO kablam! | Oct 12 06:51:24.915 INFO kablam! 46 | / fn test_assert_should_panic__ok() { Oct 12 06:51:24.915 INFO kablam! 47 | | println!("★★★test_assert_should_panic__ok: it will panic something!\n"); Oct 12 06:51:24.915 INFO kablam! 48 | | panic!("panic something!"); Oct 12 06:51:24.915 INFO kablam! 49 | | } Oct 12 06:51:24.915 INFO kablam! | |_____^ Oct 12 06:51:24.916 INFO kablam! Oct 12 06:51:24.916 INFO kablam! warning: function `test_assert_should_panic__failed` should have a snake case name such as `test_assert_should_panic_failed` Oct 12 06:51:24.916 INFO kablam! --> src/lib.rs:53:5 Oct 12 06:51:24.916 INFO kablam! | Oct 12 06:51:24.917 INFO kablam! 53 | / fn test_assert_should_panic__failed() { Oct 12 06:51:24.917 INFO kablam! 54 | | println!("★★★test_assert_should_panic__failed: it will panic otherthing!\n"); Oct 12 06:51:24.917 INFO kablam! 55 | | panic!("panic otherthing!"); Oct 12 06:51:24.918 INFO kablam! 56 | | } Oct 12 06:51:24.918 INFO kablam! | |_____^ Oct 12 06:51:24.918 INFO kablam! Oct 12 06:51:24.919 INFO kablam! warning: function `test_assert_should_panic__failed_no_panic` should have a snake case name such as `test_assert_should_panic_failed_no_panic` Oct 12 06:51:24.919 INFO kablam! --> src/lib.rs:60:5 Oct 12 06:51:24.919 INFO kablam! | Oct 12 06:51:24.919 INFO kablam! 60 | / fn test_assert_should_panic__failed_no_panic() { Oct 12 06:51:24.920 INFO kablam! 61 | | println!("★★★test_assert_should_panic__failed_no_panic: it won't panic anything!\n"); Oct 12 06:51:24.920 INFO kablam! 62 | | } Oct 12 06:51:24.920 INFO kablam! | |_____^ Oct 12 06:51:24.921 INFO kablam! Oct 12 06:51:25.049 INFO kablam! warning: unreachable statement Oct 12 06:51:25.049 INFO kablam! --> src/main.rs:270:5 Oct 12 06:51:25.049 INFO kablam! | Oct 12 06:51:25.049 INFO kablam! 270 | println!(); Oct 12 06:51:25.050 INFO kablam! | ^^^^^^^^^^^ Oct 12 06:51:25.050 INFO kablam! | Oct 12 06:51:25.054 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 06:51:25.055 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 12 06:51:25.055 INFO kablam! Oct 12 06:51:25.569 INFO kablam! warning: unused variable: `one` Oct 12 06:51:25.569 INFO kablam! --> src/hashmap/mod.rs:12:13 Oct 12 06:51:25.569 INFO kablam! | Oct 12 06:51:25.570 INFO kablam! 12 | let one = map.get("One"); Oct 12 06:51:25.570 INFO kablam! | ^^^ help: consider using `_one` instead Oct 12 06:51:25.570 INFO kablam! | Oct 12 06:51:25.570 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 06:51:25.571 INFO kablam! Oct 12 06:51:25.571 INFO kablam! warning: unused variable: `f` Oct 12 06:51:25.571 INFO kablam! --> src/main.rs:117:9 Oct 12 06:51:25.572 INFO kablam! | Oct 12 06:51:25.572 INFO kablam! 117 | let f = File::open(filename)?; Oct 12 06:51:25.572 INFO kablam! | ^ help: consider using `_f` instead Oct 12 06:51:25.572 INFO kablam! Oct 12 06:51:25.573 INFO kablam! warning: unused variable: `robot_agent_bm` Oct 12 06:51:25.573 INFO kablam! --> src/main.rs:265:9 Oct 12 06:51:25.573 INFO kablam! | Oct 12 06:51:25.573 INFO kablam! 265 | let robot_agent_bm: &'static str = "R1"; Oct 12 06:51:25.574 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_robot_agent_bm` instead Oct 12 06:51:25.574 INFO kablam! Oct 12 06:51:25.574 INFO kablam! warning: unused variable: `robot_device_id` Oct 12 06:51:25.574 INFO kablam! --> src/main.rs:266:9 Oct 12 06:51:25.575 INFO kablam! | Oct 12 06:51:25.575 INFO kablam! 266 | let robot_device_id: &'static str = "99"; Oct 12 06:51:25.575 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_robot_device_id` instead Oct 12 06:51:25.575 INFO kablam! Oct 12 06:51:25.575 INFO kablam! warning: unused variable: `home` Oct 12 06:51:25.576 INFO kablam! --> src/main.rs:329:9 Oct 12 06:51:25.576 INFO kablam! | Oct 12 06:51:25.576 INFO kablam! 329 | let home = "127.0.0.1".parse::().unwrap(); Oct 12 06:51:25.577 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 12 06:51:25.577 INFO kablam! Oct 12 06:51:25.577 INFO kablam! warning: value assigned to `derection` is never read Oct 12 06:51:25.577 INFO kablam! --> src/icontract/mod.rs:81:17 Oct 12 06:51:25.577 INFO kablam! | Oct 12 06:51:25.578 INFO kablam! 81 | let mut derection: i32 = 0; Oct 12 06:51:25.578 INFO kablam! | ^^^^^^^^^ Oct 12 06:51:25.578 INFO kablam! | Oct 12 06:51:25.578 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 06:51:25.579 INFO kablam! Oct 12 06:51:25.688 INFO kablam! warning: variable does not need to be mutable Oct 12 06:51:25.689 INFO kablam! --> src/hashmap/mod.rs:19:9 Oct 12 06:51:25.689 INFO kablam! | Oct 12 06:51:25.689 INFO kablam! 19 | let mut scores: HashMap<_, _> = keys.iter().zip(values.iter()).collect(); Oct 12 06:51:25.689 INFO kablam! | ----^^^^^^ Oct 12 06:51:25.690 INFO kablam! | | Oct 12 06:51:25.690 INFO kablam! | help: remove this `mut` Oct 12 06:51:25.690 INFO kablam! | Oct 12 06:51:25.690 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 06:51:25.691 INFO kablam! Oct 12 06:51:25.713 INFO kablam! warning: variant is never constructed: `V6` Oct 12 06:51:25.713 INFO kablam! --> src/main.rs:40:5 Oct 12 06:51:25.713 INFO kablam! | Oct 12 06:51:25.713 INFO kablam! 40 | V6, Oct 12 06:51:25.713 INFO kablam! | ^^ Oct 12 06:51:25.713 INFO kablam! | Oct 12 06:51:25.713 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 06:51:25.713 INFO kablam! Oct 12 06:51:25.713 INFO kablam! warning: variant is never constructed: `V6` Oct 12 06:51:25.713 INFO kablam! --> src/main.rs:54:5 Oct 12 06:51:25.713 INFO kablam! | Oct 12 06:51:25.714 INFO kablam! 54 | V6 Oct 12 06:51:25.714 INFO kablam! | ^^ Oct 12 06:51:25.714 INFO kablam! Oct 12 06:51:25.714 INFO kablam! warning: variant is never constructed: `V6` Oct 12 06:51:25.714 INFO kablam! --> src/main.rs:61:5 Oct 12 06:51:25.714 INFO kablam! | Oct 12 06:51:25.714 INFO kablam! 61 | V6 Oct 12 06:51:25.714 INFO kablam! | ^^ Oct 12 06:51:25.714 INFO kablam! Oct 12 06:51:25.714 INFO kablam! warning: function is never used: `simulated_expensive_calculation` Oct 12 06:51:25.714 INFO kablam! --> src/main.rs:515:1 Oct 12 06:51:25.714 INFO kablam! | Oct 12 06:51:25.714 INFO kablam! 515 | fn simulated_expensive_calculation(intensity:i32)->i32 { Oct 12 06:51:25.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:51:25.714 INFO kablam! Oct 12 06:51:25.714 INFO kablam! warning: crate `ConExpression` should have a snake case name such as `con_expression` Oct 12 06:51:25.714 INFO kablam! | Oct 12 06:51:25.714 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 06:51:25.714 INFO kablam! Oct 12 06:51:25.716 INFO kablam! warning: variable `numberIndex` should have a snake case name such as `number_index` Oct 12 06:51:25.716 INFO kablam! --> src/math/mod.rs:3:9 Oct 12 06:51:25.716 INFO kablam! | Oct 12 06:51:25.716 INFO kablam! 3 | let mut numberIndex = 0; Oct 12 06:51:25.716 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 06:51:25.716 INFO kablam! Oct 12 06:51:25.716 INFO kablam! warning: trait `iinstruction` should have a camel case name such as `Iinstruction` Oct 12 06:51:25.716 INFO kablam! --> src/icontract/mod.rs:1:1 Oct 12 06:51:25.716 INFO kablam! | Oct 12 06:51:25.716 INFO kablam! 1 | / pub trait iinstruction { Oct 12 06:51:25.716 INFO kablam! 2 | | fn toInstruction(&self) -> String { Oct 12 06:51:25.716 INFO kablam! 3 | | String::from("not impliment...") Oct 12 06:51:25.716 INFO kablam! 4 | | } Oct 12 06:51:25.716 INFO kablam! 5 | | } Oct 12 06:51:25.716 INFO kablam! | |_^ Oct 12 06:51:25.716 INFO kablam! | Oct 12 06:51:25.716 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 06:51:25.716 INFO kablam! Oct 12 06:51:25.716 INFO kablam! warning: trait method `toInstruction` should have a snake case name such as `to_instruction` Oct 12 06:51:25.716 INFO kablam! --> src/icontract/mod.rs:2:5 Oct 12 06:51:25.716 INFO kablam! | Oct 12 06:51:25.716 INFO kablam! 2 | / fn toInstruction(&self) -> String { Oct 12 06:51:25.716 INFO kablam! 3 | | String::from("not impliment...") Oct 12 06:51:25.716 INFO kablam! 4 | | } Oct 12 06:51:25.716 INFO kablam! | |_____^ Oct 12 06:51:25.716 INFO kablam! Oct 12 06:51:25.716 INFO kablam! warning: trait `ichannel` should have a camel case name such as `Ichannel` Oct 12 06:51:25.716 INFO kablam! --> src/icontract/mod.rs:7:1 Oct 12 06:51:25.716 INFO kablam! | Oct 12 06:51:25.716 INFO kablam! 7 | / pub trait ichannel { Oct 12 06:51:25.716 INFO kablam! 8 | | /// 发送消息的抽象方法 Oct 12 06:51:25.716 INFO kablam! 9 | | /// 参数: Oct 12 06:51:25.716 INFO kablam! 10 | | /// instruction: 要发送的指令 Oct 12 06:51:25.716 INFO kablam! ... | Oct 12 06:51:25.716 INFO kablam! 13 | | fn send(instruction: &iinstruction) -> (bool, String); Oct 12 06:51:25.716 INFO kablam! 14 | | } Oct 12 06:51:25.716 INFO kablam! | |_^ Oct 12 06:51:25.716 INFO kablam! Oct 12 06:51:25.716 INFO kablam! warning: type `Instruction_OCR` should have a camel case name such as `InstructionOcr` Oct 12 06:51:25.716 INFO kablam! --> src/icontract/mod.rs:18:1 Oct 12 06:51:25.716 INFO kablam! | Oct 12 06:51:25.716 INFO kablam! 18 | / pub struct Instruction_OCR { Oct 12 06:51:25.716 INFO kablam! 19 | | /* Oct 12 06:51:25.716 INFO kablam! 20 | | R##DA={0}##DN=##CID={1}##TY=2##TID={2}##SC={3}##DR={4}##PID={5}##V={6}##BC={7}##AID={8}##T=0##E=##TM={9:yyyyMMddHHmmss}^^ Oct 12 06:51:25.716 INFO kablam! 21 | | {0}: 采集器编号 Oct 12 06:51:25.716 INFO kablam! ... | Oct 12 06:51:25.716 INFO kablam! 41 | | pub time: String, Oct 12 06:51:25.716 INFO kablam! 42 | | } Oct 12 06:51:25.716 INFO kablam! | |_^ Oct 12 06:51:25.716 INFO kablam! Oct 12 06:51:25.716 INFO kablam! warning: type `Instruction_Temp` should have a camel case name such as `InstructionTemp` Oct 12 06:51:25.716 INFO kablam! --> src/icontract/mod.rs:46:1 Oct 12 06:51:25.716 INFO kablam! | Oct 12 06:51:25.716 INFO kablam! 46 | / pub struct Instruction_Temp { Oct 12 06:51:25.716 INFO kablam! 47 | | /* Oct 12 06:51:25.716 INFO kablam! 48 | | R##DA={0}##DN=##CID={1}##TY=3##TID={2}##SC={3}##DR={4}##PID={5}##V={6}##SV={7}##LV={8}##IX={9}##IY={10}##BC={11}##T=0##E=##TM={12:yyyyMMddHHmmss}^^ Oct 12 06:51:25.716 INFO kablam! 49 | | {0} : 采集器编号 Oct 12 06:51:25.716 INFO kablam! ... | Oct 12 06:51:25.716 INFO kablam! 76 | | pub time: String, Oct 12 06:51:25.716 INFO kablam! 77 | | } Oct 12 06:51:25.716 INFO kablam! | |_^ Oct 12 06:51:25.716 INFO kablam! Oct 12 06:51:25.722 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 06:51:25.722 INFO kablam! --> src/main.rs:262:5 Oct 12 06:51:25.722 INFO kablam! | Oct 12 06:51:25.722 INFO kablam! 262 | file.read_to_string(&mut content); Oct 12 06:51:25.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:51:25.723 INFO kablam! | Oct 12 06:51:25.723 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 06:51:25.723 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 06:51:25.723 INFO kablam! Oct 12 06:51:26.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.29s Oct 12 06:51:26.565 INFO kablam! su: No module specific data is present Oct 12 06:51:28.025 INFO running `"docker" "rm" "-f" "da29166d37e873d36a190f85e44e588f6339c54948165bfff3dd82feeb8d1d81"` Oct 12 06:51:28.325 INFO blam! da29166d37e873d36a190f85e44e588f6339c54948165bfff3dd82feeb8d1d81