Oct 11 04:36:38.171 INFO testing SadSock/stone against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:36:38.171 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:36:38.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 04:36:38.742 INFO blam! c3158dda07b602133a896b54639170b355621866fad3e7652db1dc9a99391a46 Oct 11 04:36:38.743 INFO running `"docker" "start" "-a" "c3158dda07b602133a896b54639170b355621866fad3e7652db1dc9a99391a46"` Oct 11 04:36:40.128 INFO kablam! usermod: no changes Oct 11 04:36:40.272 INFO kablam! Compiling Stone v0.1.0 (/source) Oct 11 04:36:41.688 INFO kablam! warning: unused import: `regex::Regex` Oct 11 04:36:41.688 INFO kablam! --> src/main.rs:6:5 Oct 11 04:36:41.689 INFO kablam! | Oct 11 04:36:41.689 INFO kablam! 6 | use regex::Regex; Oct 11 04:36:41.689 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:36:41.689 INFO kablam! | Oct 11 04:36:41.689 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:36:41.689 INFO kablam! Oct 11 04:36:41.689 INFO kablam! warning: unused import: `std::io::BufReader` Oct 11 04:36:41.689 INFO kablam! --> src/main.rs:8:5 Oct 11 04:36:41.689 INFO kablam! | Oct 11 04:36:41.689 INFO kablam! 8 | use std::io::BufReader; Oct 11 04:36:41.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.689 INFO kablam! Oct 11 04:36:41.689 INFO kablam! warning: unused import: `log::LogLevel` Oct 11 04:36:41.689 INFO kablam! --> src/main.rs:11:5 Oct 11 04:36:41.689 INFO kablam! | Oct 11 04:36:41.689 INFO kablam! 11 | use log::LogLevel; Oct 11 04:36:41.689 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:36:41.689 INFO kablam! Oct 11 04:36:41.689 INFO kablam! warning: unused import: `std::string` Oct 11 04:36:41.689 INFO kablam! --> src/token.rs:2:5 Oct 11 04:36:41.689 INFO kablam! | Oct 11 04:36:41.689 INFO kablam! 2 | use std::string; Oct 11 04:36:41.689 INFO kablam! | ^^^^^^^^^^^ Oct 11 04:36:41.689 INFO kablam! Oct 11 04:36:41.689 INFO kablam! warning: unused import: `std::collections::LinkedList` Oct 11 04:36:41.689 INFO kablam! --> src/lexer.rs:3:5 Oct 11 04:36:41.690 INFO kablam! | Oct 11 04:36:41.690 INFO kablam! 3 | use std::collections::LinkedList; Oct 11 04:36:41.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.690 INFO kablam! Oct 11 04:36:41.690 INFO kablam! warning: unused import: `std::option::Option` Oct 11 04:36:41.690 INFO kablam! --> src/lexer.rs:7:5 Oct 11 04:36:41.690 INFO kablam! | Oct 11 04:36:41.690 INFO kablam! 7 | use std::option::Option; Oct 11 04:36:41.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.690 INFO kablam! Oct 11 04:36:41.796 INFO kablam! warning: unused import: `std::io::prelude` Oct 11 04:36:41.796 INFO kablam! --> src/main.rs:7:5 Oct 11 04:36:41.796 INFO kablam! | Oct 11 04:36:41.796 INFO kablam! 7 | use std::io::prelude::*; Oct 11 04:36:41.796 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 04:36:41.796 INFO kablam! Oct 11 04:36:41.805 INFO kablam! warning: unused variable: `identity` Oct 11 04:36:41.805 INFO kablam! --> src/main.rs:33:9 Oct 11 04:36:41.805 INFO kablam! | Oct 11 04:36:41.805 INFO kablam! 33 | let identity = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 11 04:36:41.805 INFO kablam! | ^^^^^^^^ help: consider using `_identity` instead Oct 11 04:36:41.805 INFO kablam! | Oct 11 04:36:41.805 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:36:41.805 INFO kablam! Oct 11 04:36:41.805 INFO kablam! warning: unused variable: `number` Oct 11 04:36:41.805 INFO kablam! --> src/main.rs:34:9 Oct 11 04:36:41.805 INFO kablam! | Oct 11 04:36:41.805 INFO kablam! 34 | let number = r#"[0-9]+"#; Oct 11 04:36:41.805 INFO kablam! | ^^^^^^ help: consider using `_number` instead Oct 11 04:36:41.805 INFO kablam! Oct 11 04:36:41.805 INFO kablam! warning: unused variable: `string` Oct 11 04:36:41.805 INFO kablam! --> src/main.rs:35:9 Oct 11 04:36:41.805 INFO kablam! | Oct 11 04:36:41.805 INFO kablam! 35 | let string = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 11 04:36:41.805 INFO kablam! | ^^^^^^ help: consider using `_string` instead Oct 11 04:36:41.805 INFO kablam! Oct 11 04:36:41.805 INFO kablam! warning: unused variable: `space` Oct 11 04:36:41.805 INFO kablam! --> src/main.rs:36:9 Oct 11 04:36:41.805 INFO kablam! | Oct 11 04:36:41.805 INFO kablam! 36 | let space = r#"\s*"#; Oct 11 04:36:41.805 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 11 04:36:41.805 INFO kablam! Oct 11 04:36:41.805 INFO kablam! warning: unused variable: `comment` Oct 11 04:36:41.805 INFO kablam! --> src/main.rs:37:9 Oct 11 04:36:41.805 INFO kablam! | Oct 11 04:36:41.805 INFO kablam! 37 | let comment = r#"//.*"#; Oct 11 04:36:41.805 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 11 04:36:41.805 INFO kablam! Oct 11 04:36:41.805 INFO kablam! warning: unused variable: `val` Oct 11 04:36:41.805 INFO kablam! --> src/lexer.rs:79:22 Oct 11 04:36:41.805 INFO kablam! | Oct 11 04:36:41.805 INFO kablam! 79 | Some(val) => Oct 11 04:36:41.805 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 04:36:41.805 INFO kablam! Oct 11 04:36:41.805 INFO kablam! warning: value assigned to `tmp` is never read Oct 11 04:36:41.805 INFO kablam! --> src/lexer.rs:157:29 Oct 11 04:36:41.805 INFO kablam! | Oct 11 04:36:41.805 INFO kablam! 157 | let mut tmp = 0; Oct 11 04:36:41.805 INFO kablam! | ^^^ Oct 11 04:36:41.805 INFO kablam! | Oct 11 04:36:41.805 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:36:41.805 INFO kablam! Oct 11 04:36:41.805 INFO kablam! warning: unused variable: `err` Oct 11 04:36:41.805 INFO kablam! --> src/lexer.rs:161:29 Oct 11 04:36:41.805 INFO kablam! | Oct 11 04:36:41.805 INFO kablam! 161 | Err(err)=> Oct 11 04:36:41.805 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 04:36:41.805 INFO kablam! Oct 11 04:36:41.842 INFO kablam! warning: static item is never used: `identity` Oct 11 04:36:41.842 INFO kablam! --> src/lexer.rs:11:1 Oct 11 04:36:41.842 INFO kablam! | Oct 11 04:36:41.842 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 11 04:36:41.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.842 INFO kablam! | Oct 11 04:36:41.842 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:36:41.842 INFO kablam! Oct 11 04:36:41.842 INFO kablam! warning: static item is never used: `number` Oct 11 04:36:41.842 INFO kablam! --> src/lexer.rs:12:1 Oct 11 04:36:41.842 INFO kablam! | Oct 11 04:36:41.842 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 11 04:36:41.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.842 INFO kablam! Oct 11 04:36:41.842 INFO kablam! warning: static item is never used: `string` Oct 11 04:36:41.842 INFO kablam! --> src/lexer.rs:13:1 Oct 11 04:36:41.842 INFO kablam! | Oct 11 04:36:41.842 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 11 04:36:41.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.842 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: static item is never used: `space` Oct 11 04:36:41.843 INFO kablam! --> src/lexer.rs:14:1 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 11 04:36:41.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: static item is never used: `comment` Oct 11 04:36:41.843 INFO kablam! --> src/lexer.rs:15:1 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 11 04:36:41.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: method is never used: `is_finish` Oct 11 04:36:41.843 INFO kablam! --> src/lexer.rs:41:5 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 41 | pub fn is_finish(&mut self)->bool Oct 11 04:36:41.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: method is never used: `peek` Oct 11 04:36:41.843 INFO kablam! --> src/lexer.rs:199:5 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 199 | pub fn peek(&mut self,i : usize)->::std::io::Result Oct 11 04:36:41.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: static item is never used: `regex_pat` Oct 11 04:36:41.843 INFO kablam! --> src/main.rs:18:1 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 18 | static regex_pat : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 11 04:36:41.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: crate `Stone` should have a snake case name such as `stone` Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: the `line:` in this pattern is redundant Oct 11 04:36:41.843 INFO kablam! --> src/token.rs:24:31 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 11 04:36:41.843 INFO kablam! | -----^^^^ Oct 11 04:36:41.843 INFO kablam! | | Oct 11 04:36:41.843 INFO kablam! | help: remove this Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: the `position:` in this pattern is redundant Oct 11 04:36:41.843 INFO kablam! --> src/token.rs:24:41 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 11 04:36:41.843 INFO kablam! | ---------^^^^^^^^ Oct 11 04:36:41.843 INFO kablam! | | Oct 11 04:36:41.843 INFO kablam! | help: remove this Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: the `value:` in this pattern is redundant Oct 11 04:36:41.843 INFO kablam! --> src/token.rs:24:59 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 11 04:36:41.843 INFO kablam! | ------^^^^^^^^^^ Oct 11 04:36:41.843 INFO kablam! | | Oct 11 04:36:41.843 INFO kablam! | help: remove this Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: the `line:` in this pattern is redundant Oct 11 04:36:41.843 INFO kablam! --> src/token.rs:26:34 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 11 04:36:41.843 INFO kablam! | -----^^^^ Oct 11 04:36:41.843 INFO kablam! | | Oct 11 04:36:41.843 INFO kablam! | help: remove this Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: the `position:` in this pattern is redundant Oct 11 04:36:41.843 INFO kablam! --> src/token.rs:26:44 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 11 04:36:41.843 INFO kablam! | ---------^^^^^^^^ Oct 11 04:36:41.843 INFO kablam! | | Oct 11 04:36:41.843 INFO kablam! | help: remove this Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: the `value:` in this pattern is redundant Oct 11 04:36:41.843 INFO kablam! --> src/token.rs:26:62 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 11 04:36:41.843 INFO kablam! | ------^^^^^^^^^ Oct 11 04:36:41.843 INFO kablam! | | Oct 11 04:36:41.843 INFO kablam! | help: remove this Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.843 INFO kablam! warning: the `line:` in this pattern is redundant Oct 11 04:36:41.843 INFO kablam! --> src/token.rs:28:34 Oct 11 04:36:41.843 INFO kablam! | Oct 11 04:36:41.843 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 11 04:36:41.843 INFO kablam! | -----^^^^ Oct 11 04:36:41.843 INFO kablam! | | Oct 11 04:36:41.843 INFO kablam! | help: remove this Oct 11 04:36:41.843 INFO kablam! Oct 11 04:36:41.844 INFO kablam! warning: the `position:` in this pattern is redundant Oct 11 04:36:41.844 INFO kablam! --> src/token.rs:28:44 Oct 11 04:36:41.844 INFO kablam! | Oct 11 04:36:41.844 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 11 04:36:41.844 INFO kablam! | ---------^^^^^^^^ Oct 11 04:36:41.844 INFO kablam! | | Oct 11 04:36:41.844 INFO kablam! | help: remove this Oct 11 04:36:41.852 INFO kablam! Oct 11 04:36:41.852 INFO kablam! warning: the `value:` in this pattern is redundant Oct 11 04:36:41.852 INFO kablam! --> src/token.rs:28:62 Oct 11 04:36:41.852 INFO kablam! | Oct 11 04:36:41.852 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 11 04:36:41.852 INFO kablam! | ------^^^^^ Oct 11 04:36:41.852 INFO kablam! | | Oct 11 04:36:41.852 INFO kablam! | help: remove this Oct 11 04:36:41.852 INFO kablam! Oct 11 04:36:41.852 INFO kablam! warning: static variable `identity` should have an upper case name such as `IDENTITY` Oct 11 04:36:41.852 INFO kablam! --> src/lexer.rs:11:1 Oct 11 04:36:41.852 INFO kablam! | Oct 11 04:36:41.852 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 11 04:36:41.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.852 INFO kablam! | Oct 11 04:36:41.852 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 04:36:41.852 INFO kablam! Oct 11 04:36:41.852 INFO kablam! warning: static variable `number` should have an upper case name such as `NUMBER` Oct 11 04:36:41.852 INFO kablam! --> src/lexer.rs:12:1 Oct 11 04:36:41.852 INFO kablam! | Oct 11 04:36:41.852 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 11 04:36:41.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.852 INFO kablam! Oct 11 04:36:41.852 INFO kablam! warning: static variable `string` should have an upper case name such as `STRING` Oct 11 04:36:41.852 INFO kablam! --> src/lexer.rs:13:1 Oct 11 04:36:41.852 INFO kablam! | Oct 11 04:36:41.852 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 11 04:36:41.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.852 INFO kablam! Oct 11 04:36:41.852 INFO kablam! warning: static variable `space` should have an upper case name such as `SPACE` Oct 11 04:36:41.852 INFO kablam! --> src/lexer.rs:14:1 Oct 11 04:36:41.852 INFO kablam! | Oct 11 04:36:41.852 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 11 04:36:41.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.852 INFO kablam! Oct 11 04:36:41.852 INFO kablam! warning: static variable `comment` should have an upper case name such as `COMMENT` Oct 11 04:36:41.852 INFO kablam! --> src/lexer.rs:15:1 Oct 11 04:36:41.852 INFO kablam! | Oct 11 04:36:41.852 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 11 04:36:41.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.853 INFO kablam! Oct 11 04:36:41.853 INFO kablam! warning: static variable `patern` should have an upper case name such as `PATERN` Oct 11 04:36:41.853 INFO kablam! --> src/lexer.rs:16:1 Oct 11 04:36:41.853 INFO kablam! | Oct 11 04:36:41.853 INFO kablam! 16 | static patern : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 11 04:36:41.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.853 INFO kablam! Oct 11 04:36:41.856 INFO kablam! warning: static variable `regex_pat` should have an upper case name such as `REGEX_PAT` Oct 11 04:36:41.856 INFO kablam! --> src/main.rs:18:1 Oct 11 04:36:41.856 INFO kablam! | Oct 11 04:36:41.856 INFO kablam! 18 | static regex_pat : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 11 04:36:41.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:41.856 INFO kablam! Oct 11 04:36:43.148 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.97s Oct 11 04:36:43.148 INFO kablam! su: No module specific data is present Oct 11 04:36:43.870 INFO running `"docker" "rm" "-f" "c3158dda07b602133a896b54639170b355621866fad3e7652db1dc9a99391a46"` Oct 11 04:36:44.360 INFO blam! c3158dda07b602133a896b54639170b355621866fad3e7652db1dc9a99391a46 Oct 11 04:36:44.384 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:36:44.384 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 04:36:44.928 INFO blam! a87c38b6b824ab24c100560c1bd89a1427cf345bd7f919b7c98a9183965dba57 Oct 11 04:36:44.952 INFO running `"docker" "start" "-a" "a87c38b6b824ab24c100560c1bd89a1427cf345bd7f919b7c98a9183965dba57"` Oct 11 04:36:46.419 INFO kablam! usermod: no changes Oct 11 04:36:46.529 INFO kablam! Compiling Stone v0.1.0 (/source) Oct 11 04:36:47.876 INFO kablam! warning: unused import: `regex::Regex` Oct 11 04:36:47.876 INFO kablam! --> src/main.rs:6:5 Oct 11 04:36:47.876 INFO kablam! | Oct 11 04:36:47.876 INFO kablam! 6 | use regex::Regex; Oct 11 04:36:47.876 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:36:47.876 INFO kablam! | Oct 11 04:36:47.876 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:36:47.876 INFO kablam! Oct 11 04:36:47.876 INFO kablam! warning: unused import: `std::io::BufReader` Oct 11 04:36:47.876 INFO kablam! --> src/main.rs:8:5 Oct 11 04:36:47.876 INFO kablam! | Oct 11 04:36:47.876 INFO kablam! 8 | use std::io::BufReader; Oct 11 04:36:47.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.876 INFO kablam! Oct 11 04:36:47.876 INFO kablam! warning: unused import: `log::LogLevel` Oct 11 04:36:47.877 INFO kablam! --> src/main.rs:11:5 Oct 11 04:36:47.877 INFO kablam! | Oct 11 04:36:47.877 INFO kablam! 11 | use log::LogLevel; Oct 11 04:36:47.877 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:36:47.877 INFO kablam! Oct 11 04:36:47.877 INFO kablam! warning: unused import: `std::string` Oct 11 04:36:47.877 INFO kablam! --> src/token.rs:2:5 Oct 11 04:36:47.877 INFO kablam! | Oct 11 04:36:47.877 INFO kablam! 2 | use std::string; Oct 11 04:36:47.877 INFO kablam! | ^^^^^^^^^^^ Oct 11 04:36:47.877 INFO kablam! Oct 11 04:36:47.877 INFO kablam! warning: unused import: `std::collections::LinkedList` Oct 11 04:36:47.877 INFO kablam! --> src/lexer.rs:3:5 Oct 11 04:36:47.877 INFO kablam! | Oct 11 04:36:47.877 INFO kablam! 3 | use std::collections::LinkedList; Oct 11 04:36:47.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.877 INFO kablam! Oct 11 04:36:47.877 INFO kablam! warning: unused import: `std::option::Option` Oct 11 04:36:47.877 INFO kablam! --> src/lexer.rs:7:5 Oct 11 04:36:47.877 INFO kablam! | Oct 11 04:36:47.877 INFO kablam! 7 | use std::option::Option; Oct 11 04:36:47.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.877 INFO kablam! Oct 11 04:36:47.952 INFO kablam! warning: unused import: `std::io::prelude` Oct 11 04:36:47.952 INFO kablam! --> src/main.rs:7:5 Oct 11 04:36:47.952 INFO kablam! | Oct 11 04:36:47.952 INFO kablam! 7 | use std::io::prelude::*; Oct 11 04:36:47.952 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 04:36:47.952 INFO kablam! Oct 11 04:36:47.960 INFO kablam! warning: unused variable: `identity` Oct 11 04:36:47.960 INFO kablam! --> src/main.rs:33:9 Oct 11 04:36:47.960 INFO kablam! | Oct 11 04:36:47.960 INFO kablam! 33 | let identity = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 11 04:36:47.960 INFO kablam! | ^^^^^^^^ help: consider using `_identity` instead Oct 11 04:36:47.960 INFO kablam! | Oct 11 04:36:47.960 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:36:47.960 INFO kablam! Oct 11 04:36:47.960 INFO kablam! warning: unused variable: `number` Oct 11 04:36:47.960 INFO kablam! --> src/main.rs:34:9 Oct 11 04:36:47.960 INFO kablam! | Oct 11 04:36:47.960 INFO kablam! 34 | let number = r#"[0-9]+"#; Oct 11 04:36:47.961 INFO kablam! | ^^^^^^ help: consider using `_number` instead Oct 11 04:36:47.961 INFO kablam! Oct 11 04:36:47.961 INFO kablam! warning: unused variable: `string` Oct 11 04:36:47.961 INFO kablam! --> src/main.rs:35:9 Oct 11 04:36:47.961 INFO kablam! | Oct 11 04:36:47.961 INFO kablam! 35 | let string = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 11 04:36:47.961 INFO kablam! | ^^^^^^ help: consider using `_string` instead Oct 11 04:36:47.961 INFO kablam! Oct 11 04:36:47.961 INFO kablam! warning: unused variable: `space` Oct 11 04:36:47.961 INFO kablam! --> src/main.rs:36:9 Oct 11 04:36:47.961 INFO kablam! | Oct 11 04:36:47.961 INFO kablam! 36 | let space = r#"\s*"#; Oct 11 04:36:47.961 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 11 04:36:47.961 INFO kablam! Oct 11 04:36:47.961 INFO kablam! warning: unused variable: `comment` Oct 11 04:36:47.961 INFO kablam! --> src/main.rs:37:9 Oct 11 04:36:47.961 INFO kablam! | Oct 11 04:36:47.961 INFO kablam! 37 | let comment = r#"//.*"#; Oct 11 04:36:47.961 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 11 04:36:47.961 INFO kablam! Oct 11 04:36:47.961 INFO kablam! warning: unused variable: `val` Oct 11 04:36:47.961 INFO kablam! --> src/lexer.rs:79:22 Oct 11 04:36:47.961 INFO kablam! | Oct 11 04:36:47.961 INFO kablam! 79 | Some(val) => Oct 11 04:36:47.961 INFO kablam! | ^^^ help: consider using `_val` instead Oct 11 04:36:47.961 INFO kablam! Oct 11 04:36:47.961 INFO kablam! warning: value assigned to `tmp` is never read Oct 11 04:36:47.961 INFO kablam! --> src/lexer.rs:157:29 Oct 11 04:36:47.961 INFO kablam! | Oct 11 04:36:47.961 INFO kablam! 157 | let mut tmp = 0; Oct 11 04:36:47.961 INFO kablam! | ^^^ Oct 11 04:36:47.961 INFO kablam! | Oct 11 04:36:47.961 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:36:47.961 INFO kablam! Oct 11 04:36:47.961 INFO kablam! warning: unused variable: `err` Oct 11 04:36:47.961 INFO kablam! --> src/lexer.rs:161:29 Oct 11 04:36:47.961 INFO kablam! | Oct 11 04:36:47.961 INFO kablam! 161 | Err(err)=> Oct 11 04:36:47.961 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 04:36:47.961 INFO kablam! Oct 11 04:36:47.987 INFO kablam! warning: static item is never used: `identity` Oct 11 04:36:47.987 INFO kablam! --> src/lexer.rs:11:1 Oct 11 04:36:47.987 INFO kablam! | Oct 11 04:36:47.987 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 11 04:36:47.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.987 INFO kablam! | Oct 11 04:36:47.987 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:36:47.987 INFO kablam! Oct 11 04:36:47.987 INFO kablam! warning: static item is never used: `number` Oct 11 04:36:47.987 INFO kablam! --> src/lexer.rs:12:1 Oct 11 04:36:47.987 INFO kablam! | Oct 11 04:36:47.987 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 11 04:36:47.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.987 INFO kablam! Oct 11 04:36:47.987 INFO kablam! warning: static item is never used: `string` Oct 11 04:36:47.987 INFO kablam! --> src/lexer.rs:13:1 Oct 11 04:36:47.987 INFO kablam! | Oct 11 04:36:47.987 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 11 04:36:47.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.987 INFO kablam! Oct 11 04:36:47.987 INFO kablam! warning: static item is never used: `space` Oct 11 04:36:47.987 INFO kablam! --> src/lexer.rs:14:1 Oct 11 04:36:47.987 INFO kablam! | Oct 11 04:36:47.987 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 11 04:36:47.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.987 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: static item is never used: `comment` Oct 11 04:36:47.988 INFO kablam! --> src/lexer.rs:15:1 Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 11 04:36:47.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.988 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: method is never used: `is_finish` Oct 11 04:36:47.988 INFO kablam! --> src/lexer.rs:41:5 Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! 41 | pub fn is_finish(&mut self)->bool Oct 11 04:36:47.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.988 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: method is never used: `peek` Oct 11 04:36:47.988 INFO kablam! --> src/lexer.rs:199:5 Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! 199 | pub fn peek(&mut self,i : usize)->::std::io::Result Oct 11 04:36:47.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.988 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: static item is never used: `regex_pat` Oct 11 04:36:47.988 INFO kablam! --> src/main.rs:18:1 Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! 18 | static regex_pat : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 11 04:36:47.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.988 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: crate `Stone` should have a snake case name such as `stone` Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:36:47.988 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: the `line:` in this pattern is redundant Oct 11 04:36:47.988 INFO kablam! --> src/token.rs:24:31 Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 11 04:36:47.988 INFO kablam! | -----^^^^ Oct 11 04:36:47.988 INFO kablam! | | Oct 11 04:36:47.988 INFO kablam! | help: remove this Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 11 04:36:47.988 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: the `position:` in this pattern is redundant Oct 11 04:36:47.988 INFO kablam! --> src/token.rs:24:41 Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 11 04:36:47.988 INFO kablam! | ---------^^^^^^^^ Oct 11 04:36:47.988 INFO kablam! | | Oct 11 04:36:47.988 INFO kablam! | help: remove this Oct 11 04:36:47.988 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: the `value:` in this pattern is redundant Oct 11 04:36:47.988 INFO kablam! --> src/token.rs:24:59 Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 11 04:36:47.988 INFO kablam! | ------^^^^^^^^^^ Oct 11 04:36:47.988 INFO kablam! | | Oct 11 04:36:47.988 INFO kablam! | help: remove this Oct 11 04:36:47.988 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: the `line:` in this pattern is redundant Oct 11 04:36:47.988 INFO kablam! --> src/token.rs:26:34 Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 11 04:36:47.988 INFO kablam! | -----^^^^ Oct 11 04:36:47.988 INFO kablam! | | Oct 11 04:36:47.988 INFO kablam! | help: remove this Oct 11 04:36:47.988 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: the `position:` in this pattern is redundant Oct 11 04:36:47.988 INFO kablam! --> src/token.rs:26:44 Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 11 04:36:47.988 INFO kablam! | ---------^^^^^^^^ Oct 11 04:36:47.988 INFO kablam! | | Oct 11 04:36:47.988 INFO kablam! | help: remove this Oct 11 04:36:47.988 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: the `value:` in this pattern is redundant Oct 11 04:36:47.988 INFO kablam! --> src/token.rs:26:62 Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 11 04:36:47.988 INFO kablam! | ------^^^^^^^^^ Oct 11 04:36:47.988 INFO kablam! | | Oct 11 04:36:47.988 INFO kablam! | help: remove this Oct 11 04:36:47.988 INFO kablam! Oct 11 04:36:47.988 INFO kablam! warning: the `line:` in this pattern is redundant Oct 11 04:36:47.988 INFO kablam! --> src/token.rs:28:34 Oct 11 04:36:47.988 INFO kablam! | Oct 11 04:36:47.988 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 11 04:36:47.988 INFO kablam! | -----^^^^ Oct 11 04:36:47.988 INFO kablam! | | Oct 11 04:36:47.988 INFO kablam! | help: remove this Oct 11 04:36:47.989 INFO kablam! Oct 11 04:36:47.989 INFO kablam! warning: the `position:` in this pattern is redundant Oct 11 04:36:47.989 INFO kablam! --> src/token.rs:28:44 Oct 11 04:36:47.989 INFO kablam! | Oct 11 04:36:47.989 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 11 04:36:47.989 INFO kablam! | ---------^^^^^^^^ Oct 11 04:36:47.989 INFO kablam! | | Oct 11 04:36:47.989 INFO kablam! | help: remove this Oct 11 04:36:47.989 INFO kablam! Oct 11 04:36:47.989 INFO kablam! warning: the `value:` in this pattern is redundant Oct 11 04:36:47.989 INFO kablam! --> src/token.rs:28:62 Oct 11 04:36:47.989 INFO kablam! | Oct 11 04:36:47.989 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 11 04:36:47.989 INFO kablam! | ------^^^^^ Oct 11 04:36:47.989 INFO kablam! | | Oct 11 04:36:47.989 INFO kablam! | help: remove this Oct 11 04:36:47.989 INFO kablam! Oct 11 04:36:47.989 INFO kablam! warning: static variable `identity` should have an upper case name such as `IDENTITY` Oct 11 04:36:47.989 INFO kablam! --> src/lexer.rs:11:1 Oct 11 04:36:47.989 INFO kablam! | Oct 11 04:36:47.989 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 11 04:36:47.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.989 INFO kablam! | Oct 11 04:36:47.989 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 04:36:47.989 INFO kablam! Oct 11 04:36:47.989 INFO kablam! warning: static variable `number` should have an upper case name such as `NUMBER` Oct 11 04:36:47.989 INFO kablam! --> src/lexer.rs:12:1 Oct 11 04:36:47.989 INFO kablam! | Oct 11 04:36:47.989 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 11 04:36:47.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.989 INFO kablam! Oct 11 04:36:47.990 INFO kablam! warning: static variable `string` should have an upper case name such as `STRING` Oct 11 04:36:47.990 INFO kablam! --> src/lexer.rs:13:1 Oct 11 04:36:47.990 INFO kablam! | Oct 11 04:36:47.990 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 11 04:36:47.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.990 INFO kablam! Oct 11 04:36:47.990 INFO kablam! warning: static variable `space` should have an upper case name such as `SPACE` Oct 11 04:36:47.990 INFO kablam! --> src/lexer.rs:14:1 Oct 11 04:36:47.990 INFO kablam! | Oct 11 04:36:47.990 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 11 04:36:47.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.990 INFO kablam! Oct 11 04:36:47.990 INFO kablam! warning: static variable `comment` should have an upper case name such as `COMMENT` Oct 11 04:36:47.990 INFO kablam! --> src/lexer.rs:15:1 Oct 11 04:36:47.990 INFO kablam! | Oct 11 04:36:47.990 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 11 04:36:47.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.990 INFO kablam! Oct 11 04:36:47.990 INFO kablam! warning: static variable `patern` should have an upper case name such as `PATERN` Oct 11 04:36:47.990 INFO kablam! --> src/lexer.rs:16:1 Oct 11 04:36:47.990 INFO kablam! | Oct 11 04:36:47.990 INFO kablam! 16 | static patern : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 11 04:36:47.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.990 INFO kablam! Oct 11 04:36:47.991 INFO kablam! warning: static variable `regex_pat` should have an upper case name such as `REGEX_PAT` Oct 11 04:36:47.991 INFO kablam! --> src/main.rs:18:1 Oct 11 04:36:47.991 INFO kablam! | Oct 11 04:36:47.991 INFO kablam! 18 | static regex_pat : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 11 04:36:47.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:36:47.991 INFO kablam! Oct 11 04:36:48.552 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 11 04:36:48.552 INFO kablam! su: No module specific data is present Oct 11 04:36:49.265 INFO running `"docker" "rm" "-f" "a87c38b6b824ab24c100560c1bd89a1427cf345bd7f919b7c98a9183965dba57"` Oct 11 04:36:49.532 INFO blam! a87c38b6b824ab24c100560c1bd89a1427cf345bd7f919b7c98a9183965dba57 Oct 11 04:36:49.541 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:36:49.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 04:36:49.925 INFO blam! 89c728bae6ae576a7fa9d20b6fc13cbba117aa8182a20d2f5f6d4e3b6a723178 Oct 11 04:36:49.927 INFO running `"docker" "start" "-a" "89c728bae6ae576a7fa9d20b6fc13cbba117aa8182a20d2f5f6d4e3b6a723178"` Oct 11 04:36:50.945 INFO kablam! usermod: no changes Oct 11 04:36:51.032 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 04:36:51.048 INFO kablam! Running /target/debug/deps/Stone-b7e5e6c437fae744 Oct 11 04:36:51.048 INFO blam! Oct 11 04:36:51.048 INFO blam! running 0 tests Oct 11 04:36:51.048 INFO blam! Oct 11 04:36:51.048 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:36:51.048 INFO blam! Oct 11 04:36:51.052 INFO kablam! su: No module specific data is present Oct 11 04:36:51.686 INFO running `"docker" "rm" "-f" "89c728bae6ae576a7fa9d20b6fc13cbba117aa8182a20d2f5f6d4e3b6a723178"` Oct 11 04:36:51.896 INFO blam! 89c728bae6ae576a7fa9d20b6fc13cbba117aa8182a20d2f5f6d4e3b6a723178