Oct 15 06:59:56.545 INFO testing SadSock/stone against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:59:56.545 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 06:59:56.933 INFO blam! 45ef1c53ef7276f459d4ffb323672074c1d1bf8b0b201e39fd01406a194e5a5e Oct 15 06:59:56.939 INFO running `"docker" "start" "-a" "45ef1c53ef7276f459d4ffb323672074c1d1bf8b0b201e39fd01406a194e5a5e"` Oct 15 06:59:58.167 INFO kablam! usermod: no changes Oct 15 06:59:58.291 INFO kablam! Compiling Stone v0.1.0 (/source) Oct 15 06:59:59.139 INFO kablam! warning: unused import: `regex::Regex` Oct 15 06:59:59.139 INFO kablam! --> src/main.rs:6:5 Oct 15 06:59:59.139 INFO kablam! | Oct 15 06:59:59.139 INFO kablam! 6 | use regex::Regex; Oct 15 06:59:59.139 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:59:59.139 INFO kablam! | Oct 15 06:59:59.139 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:59:59.139 INFO kablam! Oct 15 06:59:59.139 INFO kablam! warning: unused import: `std::io::BufReader` Oct 15 06:59:59.139 INFO kablam! --> src/main.rs:8:5 Oct 15 06:59:59.139 INFO kablam! | Oct 15 06:59:59.139 INFO kablam! 8 | use std::io::BufReader; Oct 15 06:59:59.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.139 INFO kablam! Oct 15 06:59:59.139 INFO kablam! warning: unused import: `log::LogLevel` Oct 15 06:59:59.139 INFO kablam! --> src/main.rs:11:5 Oct 15 06:59:59.139 INFO kablam! | Oct 15 06:59:59.139 INFO kablam! 11 | use log::LogLevel; Oct 15 06:59:59.139 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:59:59.139 INFO kablam! Oct 15 06:59:59.139 INFO kablam! warning: unused import: `std::string` Oct 15 06:59:59.139 INFO kablam! --> src/token.rs:2:5 Oct 15 06:59:59.139 INFO kablam! | Oct 15 06:59:59.139 INFO kablam! 2 | use std::string; Oct 15 06:59:59.139 INFO kablam! | ^^^^^^^^^^^ Oct 15 06:59:59.139 INFO kablam! Oct 15 06:59:59.139 INFO kablam! warning: unused import: `std::collections::LinkedList` Oct 15 06:59:59.139 INFO kablam! --> src/lexer.rs:3:5 Oct 15 06:59:59.139 INFO kablam! | Oct 15 06:59:59.139 INFO kablam! 3 | use std::collections::LinkedList; Oct 15 06:59:59.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.139 INFO kablam! Oct 15 06:59:59.139 INFO kablam! warning: unused import: `std::option::Option` Oct 15 06:59:59.139 INFO kablam! --> src/lexer.rs:7:5 Oct 15 06:59:59.139 INFO kablam! | Oct 15 06:59:59.139 INFO kablam! 7 | use std::option::Option; Oct 15 06:59:59.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.139 INFO kablam! Oct 15 06:59:59.243 INFO kablam! warning: unused import: `std::io::prelude` Oct 15 06:59:59.243 INFO kablam! --> src/main.rs:7:5 Oct 15 06:59:59.243 INFO kablam! | Oct 15 06:59:59.243 INFO kablam! 7 | use std::io::prelude::*; Oct 15 06:59:59.243 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 06:59:59.243 INFO kablam! Oct 15 06:59:59.248 INFO kablam! warning: unused variable: `identity` Oct 15 06:59:59.249 INFO kablam! --> src/main.rs:33:9 Oct 15 06:59:59.249 INFO kablam! | Oct 15 06:59:59.249 INFO kablam! 33 | let identity = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 06:59:59.249 INFO kablam! | ^^^^^^^^ help: consider using `_identity` instead Oct 15 06:59:59.249 INFO kablam! | Oct 15 06:59:59.249 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:59:59.249 INFO kablam! Oct 15 06:59:59.249 INFO kablam! warning: unused variable: `number` Oct 15 06:59:59.249 INFO kablam! --> src/main.rs:34:9 Oct 15 06:59:59.249 INFO kablam! | Oct 15 06:59:59.249 INFO kablam! 34 | let number = r#"[0-9]+"#; Oct 15 06:59:59.249 INFO kablam! | ^^^^^^ help: consider using `_number` instead Oct 15 06:59:59.249 INFO kablam! Oct 15 06:59:59.249 INFO kablam! warning: unused variable: `string` Oct 15 06:59:59.249 INFO kablam! --> src/main.rs:35:9 Oct 15 06:59:59.249 INFO kablam! | Oct 15 06:59:59.249 INFO kablam! 35 | let string = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 06:59:59.249 INFO kablam! | ^^^^^^ help: consider using `_string` instead Oct 15 06:59:59.249 INFO kablam! Oct 15 06:59:59.249 INFO kablam! warning: unused variable: `space` Oct 15 06:59:59.249 INFO kablam! --> src/main.rs:36:9 Oct 15 06:59:59.249 INFO kablam! | Oct 15 06:59:59.249 INFO kablam! 36 | let space = r#"\s*"#; Oct 15 06:59:59.249 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 15 06:59:59.249 INFO kablam! Oct 15 06:59:59.249 INFO kablam! warning: unused variable: `comment` Oct 15 06:59:59.249 INFO kablam! --> src/main.rs:37:9 Oct 15 06:59:59.249 INFO kablam! | Oct 15 06:59:59.249 INFO kablam! 37 | let comment = r#"//.*"#; Oct 15 06:59:59.249 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 15 06:59:59.249 INFO kablam! Oct 15 06:59:59.249 INFO kablam! warning: unused variable: `val` Oct 15 06:59:59.249 INFO kablam! --> src/lexer.rs:79:22 Oct 15 06:59:59.249 INFO kablam! | Oct 15 06:59:59.249 INFO kablam! 79 | Some(val) => Oct 15 06:59:59.249 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:59:59.249 INFO kablam! Oct 15 06:59:59.249 INFO kablam! warning: value assigned to `tmp` is never read Oct 15 06:59:59.249 INFO kablam! --> src/lexer.rs:157:29 Oct 15 06:59:59.249 INFO kablam! | Oct 15 06:59:59.249 INFO kablam! 157 | let mut tmp = 0; Oct 15 06:59:59.249 INFO kablam! | ^^^ Oct 15 06:59:59.249 INFO kablam! | Oct 15 06:59:59.249 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:59:59.249 INFO kablam! Oct 15 06:59:59.249 INFO kablam! warning: unused variable: `err` Oct 15 06:59:59.249 INFO kablam! --> src/lexer.rs:161:29 Oct 15 06:59:59.249 INFO kablam! | Oct 15 06:59:59.249 INFO kablam! 161 | Err(err)=> Oct 15 06:59:59.249 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 06:59:59.249 INFO kablam! Oct 15 06:59:59.275 INFO kablam! warning: static item is never used: `identity` Oct 15 06:59:59.275 INFO kablam! --> src/lexer.rs:11:1 Oct 15 06:59:59.275 INFO kablam! | Oct 15 06:59:59.275 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 06:59:59.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.275 INFO kablam! | Oct 15 06:59:59.275 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:59:59.275 INFO kablam! Oct 15 06:59:59.275 INFO kablam! warning: static item is never used: `number` Oct 15 06:59:59.275 INFO kablam! --> src/lexer.rs:12:1 Oct 15 06:59:59.275 INFO kablam! | Oct 15 06:59:59.275 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 15 06:59:59.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.275 INFO kablam! Oct 15 06:59:59.275 INFO kablam! warning: static item is never used: `string` Oct 15 06:59:59.275 INFO kablam! --> src/lexer.rs:13:1 Oct 15 06:59:59.275 INFO kablam! | Oct 15 06:59:59.275 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 06:59:59.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.275 INFO kablam! Oct 15 06:59:59.275 INFO kablam! warning: static item is never used: `space` Oct 15 06:59:59.275 INFO kablam! --> src/lexer.rs:14:1 Oct 15 06:59:59.275 INFO kablam! | Oct 15 06:59:59.275 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 15 06:59:59.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.275 INFO kablam! Oct 15 06:59:59.275 INFO kablam! warning: static item is never used: `comment` Oct 15 06:59:59.275 INFO kablam! --> src/lexer.rs:15:1 Oct 15 06:59:59.275 INFO kablam! | Oct 15 06:59:59.275 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 15 06:59:59.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.275 INFO kablam! Oct 15 06:59:59.283 INFO kablam! warning: method is never used: `is_finish` Oct 15 06:59:59.283 INFO kablam! --> src/lexer.rs:41:5 Oct 15 06:59:59.283 INFO kablam! | Oct 15 06:59:59.283 INFO kablam! 41 | pub fn is_finish(&mut self)->bool Oct 15 06:59:59.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.283 INFO kablam! Oct 15 06:59:59.283 INFO kablam! warning: method is never used: `peek` Oct 15 06:59:59.283 INFO kablam! --> src/lexer.rs:199:5 Oct 15 06:59:59.283 INFO kablam! | Oct 15 06:59:59.283 INFO kablam! 199 | pub fn peek(&mut self,i : usize)->::std::io::Result Oct 15 06:59:59.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.283 INFO kablam! Oct 15 06:59:59.283 INFO kablam! warning: static item is never used: `regex_pat` Oct 15 06:59:59.283 INFO kablam! --> src/main.rs:18:1 Oct 15 06:59:59.283 INFO kablam! | Oct 15 06:59:59.283 INFO kablam! 18 | static regex_pat : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 15 06:59:59.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.283 INFO kablam! Oct 15 06:59:59.283 INFO kablam! warning: crate `Stone` should have a snake case name such as `stone` Oct 15 06:59:59.283 INFO kablam! | Oct 15 06:59:59.283 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:59:59.283 INFO kablam! Oct 15 06:59:59.283 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 06:59:59.284 INFO kablam! --> src/token.rs:24:31 Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 15 06:59:59.284 INFO kablam! | -----^^^^ Oct 15 06:59:59.284 INFO kablam! | | Oct 15 06:59:59.284 INFO kablam! | help: remove this Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 15 06:59:59.284 INFO kablam! Oct 15 06:59:59.284 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 06:59:59.284 INFO kablam! --> src/token.rs:24:41 Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 15 06:59:59.284 INFO kablam! | ---------^^^^^^^^ Oct 15 06:59:59.284 INFO kablam! | | Oct 15 06:59:59.284 INFO kablam! | help: remove this Oct 15 06:59:59.284 INFO kablam! Oct 15 06:59:59.284 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 06:59:59.284 INFO kablam! --> src/token.rs:24:59 Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 15 06:59:59.284 INFO kablam! | ------^^^^^^^^^^ Oct 15 06:59:59.284 INFO kablam! | | Oct 15 06:59:59.284 INFO kablam! | help: remove this Oct 15 06:59:59.284 INFO kablam! Oct 15 06:59:59.284 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 06:59:59.284 INFO kablam! --> src/token.rs:26:34 Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 15 06:59:59.284 INFO kablam! | -----^^^^ Oct 15 06:59:59.284 INFO kablam! | | Oct 15 06:59:59.284 INFO kablam! | help: remove this Oct 15 06:59:59.284 INFO kablam! Oct 15 06:59:59.284 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 06:59:59.284 INFO kablam! --> src/token.rs:26:44 Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 15 06:59:59.284 INFO kablam! | ---------^^^^^^^^ Oct 15 06:59:59.284 INFO kablam! | | Oct 15 06:59:59.284 INFO kablam! | help: remove this Oct 15 06:59:59.284 INFO kablam! Oct 15 06:59:59.284 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 06:59:59.284 INFO kablam! --> src/token.rs:26:62 Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 15 06:59:59.284 INFO kablam! | ------^^^^^^^^^ Oct 15 06:59:59.284 INFO kablam! | | Oct 15 06:59:59.284 INFO kablam! | help: remove this Oct 15 06:59:59.284 INFO kablam! Oct 15 06:59:59.284 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 06:59:59.284 INFO kablam! --> src/token.rs:28:34 Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 15 06:59:59.284 INFO kablam! | -----^^^^ Oct 15 06:59:59.284 INFO kablam! | | Oct 15 06:59:59.284 INFO kablam! | help: remove this Oct 15 06:59:59.284 INFO kablam! Oct 15 06:59:59.284 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 06:59:59.284 INFO kablam! --> src/token.rs:28:44 Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 15 06:59:59.284 INFO kablam! | ---------^^^^^^^^ Oct 15 06:59:59.284 INFO kablam! | | Oct 15 06:59:59.284 INFO kablam! | help: remove this Oct 15 06:59:59.284 INFO kablam! Oct 15 06:59:59.284 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 06:59:59.284 INFO kablam! --> src/token.rs:28:62 Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 15 06:59:59.284 INFO kablam! | ------^^^^^ Oct 15 06:59:59.284 INFO kablam! | | Oct 15 06:59:59.284 INFO kablam! | help: remove this Oct 15 06:59:59.284 INFO kablam! Oct 15 06:59:59.284 INFO kablam! warning: static variable `identity` should have an upper case name such as `IDENTITY` Oct 15 06:59:59.284 INFO kablam! --> src/lexer.rs:11:1 Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 06:59:59.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 06:59:59.284 INFO kablam! Oct 15 06:59:59.284 INFO kablam! warning: static variable `number` should have an upper case name such as `NUMBER` Oct 15 06:59:59.284 INFO kablam! --> src/lexer.rs:12:1 Oct 15 06:59:59.284 INFO kablam! | Oct 15 06:59:59.284 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 15 06:59:59.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.285 INFO kablam! Oct 15 06:59:59.285 INFO kablam! warning: static variable `string` should have an upper case name such as `STRING` Oct 15 06:59:59.285 INFO kablam! --> src/lexer.rs:13:1 Oct 15 06:59:59.285 INFO kablam! | Oct 15 06:59:59.285 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 06:59:59.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.285 INFO kablam! Oct 15 06:59:59.285 INFO kablam! warning: static variable `space` should have an upper case name such as `SPACE` Oct 15 06:59:59.285 INFO kablam! --> src/lexer.rs:14:1 Oct 15 06:59:59.285 INFO kablam! | Oct 15 06:59:59.285 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 15 06:59:59.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.285 INFO kablam! Oct 15 06:59:59.285 INFO kablam! warning: static variable `comment` should have an upper case name such as `COMMENT` Oct 15 06:59:59.285 INFO kablam! --> src/lexer.rs:15:1 Oct 15 06:59:59.285 INFO kablam! | Oct 15 06:59:59.285 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 15 06:59:59.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.285 INFO kablam! Oct 15 06:59:59.285 INFO kablam! warning: static variable `patern` should have an upper case name such as `PATERN` Oct 15 06:59:59.285 INFO kablam! --> src/lexer.rs:16:1 Oct 15 06:59:59.285 INFO kablam! | Oct 15 06:59:59.285 INFO kablam! 16 | static patern : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 15 06:59:59.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.285 INFO kablam! Oct 15 06:59:59.285 INFO kablam! warning: static variable `regex_pat` should have an upper case name such as `REGEX_PAT` Oct 15 06:59:59.285 INFO kablam! --> src/main.rs:18:1 Oct 15 06:59:59.285 INFO kablam! | Oct 15 06:59:59.285 INFO kablam! 18 | static regex_pat : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 15 06:59:59.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:59.285 INFO kablam! Oct 15 07:00:00.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Oct 15 07:00:00.599 INFO kablam! su: No module specific data is present Oct 15 07:00:01.403 INFO running `"docker" "rm" "-f" "45ef1c53ef7276f459d4ffb323672074c1d1bf8b0b201e39fd01406a194e5a5e"` Oct 15 07:00:01.759 INFO blam! 45ef1c53ef7276f459d4ffb323672074c1d1bf8b0b201e39fd01406a194e5a5e Oct 15 07:00:01.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 07:00:02.369 INFO blam! 2dc60273648ab72330473506c3cdce81efe903ca9b51736411e23398ac4ad355 Oct 15 07:00:02.375 INFO running `"docker" "start" "-a" "2dc60273648ab72330473506c3cdce81efe903ca9b51736411e23398ac4ad355"` Oct 15 07:00:03.792 INFO kablam! usermod: no changes Oct 15 07:00:03.932 INFO kablam! Compiling Stone v0.1.0 (/source) Oct 15 07:00:04.689 INFO kablam! warning: unused import: `regex::Regex` Oct 15 07:00:04.689 INFO kablam! --> src/main.rs:6:5 Oct 15 07:00:04.689 INFO kablam! | Oct 15 07:00:04.689 INFO kablam! 6 | use regex::Regex; Oct 15 07:00:04.689 INFO kablam! | ^^^^^^^^^^^^ Oct 15 07:00:04.689 INFO kablam! | Oct 15 07:00:04.689 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:00:04.689 INFO kablam! Oct 15 07:00:04.689 INFO kablam! warning: unused import: `std::io::BufReader` Oct 15 07:00:04.689 INFO kablam! --> src/main.rs:8:5 Oct 15 07:00:04.689 INFO kablam! | Oct 15 07:00:04.689 INFO kablam! 8 | use std::io::BufReader; Oct 15 07:00:04.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.689 INFO kablam! Oct 15 07:00:04.689 INFO kablam! warning: unused import: `log::LogLevel` Oct 15 07:00:04.689 INFO kablam! --> src/main.rs:11:5 Oct 15 07:00:04.689 INFO kablam! | Oct 15 07:00:04.689 INFO kablam! 11 | use log::LogLevel; Oct 15 07:00:04.689 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:00:04.689 INFO kablam! Oct 15 07:00:04.689 INFO kablam! warning: unused import: `std::string` Oct 15 07:00:04.689 INFO kablam! --> src/token.rs:2:5 Oct 15 07:00:04.689 INFO kablam! | Oct 15 07:00:04.689 INFO kablam! 2 | use std::string; Oct 15 07:00:04.689 INFO kablam! | ^^^^^^^^^^^ Oct 15 07:00:04.689 INFO kablam! Oct 15 07:00:04.689 INFO kablam! warning: unused import: `std::collections::LinkedList` Oct 15 07:00:04.689 INFO kablam! --> src/lexer.rs:3:5 Oct 15 07:00:04.689 INFO kablam! | Oct 15 07:00:04.689 INFO kablam! 3 | use std::collections::LinkedList; Oct 15 07:00:04.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.689 INFO kablam! Oct 15 07:00:04.689 INFO kablam! warning: unused import: `std::option::Option` Oct 15 07:00:04.689 INFO kablam! --> src/lexer.rs:7:5 Oct 15 07:00:04.689 INFO kablam! | Oct 15 07:00:04.689 INFO kablam! 7 | use std::option::Option; Oct 15 07:00:04.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.689 INFO kablam! Oct 15 07:00:04.775 INFO kablam! warning: unused import: `std::io::prelude` Oct 15 07:00:04.775 INFO kablam! --> src/main.rs:7:5 Oct 15 07:00:04.775 INFO kablam! | Oct 15 07:00:04.775 INFO kablam! 7 | use std::io::prelude::*; Oct 15 07:00:04.775 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 07:00:04.775 INFO kablam! Oct 15 07:00:04.783 INFO kablam! warning: unused variable: `identity` Oct 15 07:00:04.783 INFO kablam! --> src/main.rs:33:9 Oct 15 07:00:04.783 INFO kablam! | Oct 15 07:00:04.783 INFO kablam! 33 | let identity = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 07:00:04.783 INFO kablam! | ^^^^^^^^ help: consider using `_identity` instead Oct 15 07:00:04.783 INFO kablam! | Oct 15 07:00:04.783 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:00:04.783 INFO kablam! Oct 15 07:00:04.784 INFO kablam! warning: unused variable: `number` Oct 15 07:00:04.784 INFO kablam! --> src/main.rs:34:9 Oct 15 07:00:04.784 INFO kablam! | Oct 15 07:00:04.784 INFO kablam! 34 | let number = r#"[0-9]+"#; Oct 15 07:00:04.784 INFO kablam! | ^^^^^^ help: consider using `_number` instead Oct 15 07:00:04.784 INFO kablam! Oct 15 07:00:04.784 INFO kablam! warning: unused variable: `string` Oct 15 07:00:04.784 INFO kablam! --> src/main.rs:35:9 Oct 15 07:00:04.784 INFO kablam! | Oct 15 07:00:04.784 INFO kablam! 35 | let string = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 07:00:04.784 INFO kablam! | ^^^^^^ help: consider using `_string` instead Oct 15 07:00:04.784 INFO kablam! Oct 15 07:00:04.784 INFO kablam! warning: unused variable: `space` Oct 15 07:00:04.784 INFO kablam! --> src/main.rs:36:9 Oct 15 07:00:04.784 INFO kablam! | Oct 15 07:00:04.784 INFO kablam! 36 | let space = r#"\s*"#; Oct 15 07:00:04.784 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 15 07:00:04.784 INFO kablam! Oct 15 07:00:04.785 INFO kablam! warning: unused variable: `comment` Oct 15 07:00:04.785 INFO kablam! --> src/main.rs:37:9 Oct 15 07:00:04.785 INFO kablam! | Oct 15 07:00:04.785 INFO kablam! 37 | let comment = r#"//.*"#; Oct 15 07:00:04.785 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 15 07:00:04.785 INFO kablam! Oct 15 07:00:04.785 INFO kablam! warning: unused variable: `val` Oct 15 07:00:04.785 INFO kablam! --> src/lexer.rs:79:22 Oct 15 07:00:04.785 INFO kablam! | Oct 15 07:00:04.785 INFO kablam! 79 | Some(val) => Oct 15 07:00:04.785 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 07:00:04.785 INFO kablam! Oct 15 07:00:04.785 INFO kablam! warning: value assigned to `tmp` is never read Oct 15 07:00:04.785 INFO kablam! --> src/lexer.rs:157:29 Oct 15 07:00:04.785 INFO kablam! | Oct 15 07:00:04.785 INFO kablam! 157 | let mut tmp = 0; Oct 15 07:00:04.785 INFO kablam! | ^^^ Oct 15 07:00:04.785 INFO kablam! | Oct 15 07:00:04.785 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 07:00:04.785 INFO kablam! Oct 15 07:00:04.785 INFO kablam! warning: unused variable: `err` Oct 15 07:00:04.785 INFO kablam! --> src/lexer.rs:161:29 Oct 15 07:00:04.785 INFO kablam! | Oct 15 07:00:04.785 INFO kablam! 161 | Err(err)=> Oct 15 07:00:04.785 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 07:00:04.785 INFO kablam! Oct 15 07:00:04.815 INFO kablam! warning: static item is never used: `identity` Oct 15 07:00:04.815 INFO kablam! --> src/lexer.rs:11:1 Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 07:00:04.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:00:04.815 INFO kablam! Oct 15 07:00:04.815 INFO kablam! warning: static item is never used: `number` Oct 15 07:00:04.815 INFO kablam! --> src/lexer.rs:12:1 Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 15 07:00:04.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.815 INFO kablam! Oct 15 07:00:04.815 INFO kablam! warning: static item is never used: `string` Oct 15 07:00:04.815 INFO kablam! --> src/lexer.rs:13:1 Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 07:00:04.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.815 INFO kablam! Oct 15 07:00:04.815 INFO kablam! warning: static item is never used: `space` Oct 15 07:00:04.815 INFO kablam! --> src/lexer.rs:14:1 Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 15 07:00:04.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.815 INFO kablam! Oct 15 07:00:04.815 INFO kablam! warning: static item is never used: `comment` Oct 15 07:00:04.815 INFO kablam! --> src/lexer.rs:15:1 Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 15 07:00:04.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.815 INFO kablam! Oct 15 07:00:04.815 INFO kablam! warning: method is never used: `is_finish` Oct 15 07:00:04.815 INFO kablam! --> src/lexer.rs:41:5 Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! 41 | pub fn is_finish(&mut self)->bool Oct 15 07:00:04.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.815 INFO kablam! Oct 15 07:00:04.815 INFO kablam! warning: method is never used: `peek` Oct 15 07:00:04.815 INFO kablam! --> src/lexer.rs:199:5 Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! 199 | pub fn peek(&mut self,i : usize)->::std::io::Result Oct 15 07:00:04.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.815 INFO kablam! Oct 15 07:00:04.815 INFO kablam! warning: static item is never used: `regex_pat` Oct 15 07:00:04.815 INFO kablam! --> src/main.rs:18:1 Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! 18 | static regex_pat : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 15 07:00:04.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.815 INFO kablam! Oct 15 07:00:04.815 INFO kablam! warning: crate `Stone` should have a snake case name such as `stone` Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:00:04.815 INFO kablam! Oct 15 07:00:04.815 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 07:00:04.815 INFO kablam! --> src/token.rs:24:31 Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 15 07:00:04.815 INFO kablam! | -----^^^^ Oct 15 07:00:04.815 INFO kablam! | | Oct 15 07:00:04.815 INFO kablam! | help: remove this Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 15 07:00:04.815 INFO kablam! Oct 15 07:00:04.815 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 07:00:04.815 INFO kablam! --> src/token.rs:24:41 Oct 15 07:00:04.815 INFO kablam! | Oct 15 07:00:04.815 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 15 07:00:04.815 INFO kablam! | ---------^^^^^^^^ Oct 15 07:00:04.816 INFO kablam! | | Oct 15 07:00:04.816 INFO kablam! | help: remove this Oct 15 07:00:04.816 INFO kablam! Oct 15 07:00:04.816 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 07:00:04.816 INFO kablam! --> src/token.rs:24:59 Oct 15 07:00:04.816 INFO kablam! | Oct 15 07:00:04.816 INFO kablam! 24 | Token::Identifier{line:line,position:position,value: ref value}=>write!(f,"line : {} position : {} type : identitifier value : {}",line,position,value) , Oct 15 07:00:04.816 INFO kablam! | ------^^^^^^^^^^ Oct 15 07:00:04.816 INFO kablam! | | Oct 15 07:00:04.816 INFO kablam! | help: remove this Oct 15 07:00:04.816 INFO kablam! Oct 15 07:00:04.816 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 07:00:04.816 INFO kablam! --> src/token.rs:26:34 Oct 15 07:00:04.816 INFO kablam! | Oct 15 07:00:04.816 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 15 07:00:04.816 INFO kablam! | -----^^^^ Oct 15 07:00:04.816 INFO kablam! | | Oct 15 07:00:04.816 INFO kablam! | help: remove this Oct 15 07:00:04.816 INFO kablam! Oct 15 07:00:04.816 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 07:00:04.816 INFO kablam! --> src/token.rs:26:44 Oct 15 07:00:04.816 INFO kablam! | Oct 15 07:00:04.816 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 15 07:00:04.816 INFO kablam! | ---------^^^^^^^^ Oct 15 07:00:04.816 INFO kablam! | | Oct 15 07:00:04.816 INFO kablam! | help: remove this Oct 15 07:00:04.816 INFO kablam! Oct 15 07:00:04.816 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 07:00:04.816 INFO kablam! --> src/token.rs:26:62 Oct 15 07:00:04.816 INFO kablam! | Oct 15 07:00:04.816 INFO kablam! 26 | Token::StringLiteral{line:line,position:position,value:ref value}=>write!(f,"line : {} position : {} type : stringliteral value : {}",line,position,value), Oct 15 07:00:04.816 INFO kablam! | ------^^^^^^^^^ Oct 15 07:00:04.816 INFO kablam! | | Oct 15 07:00:04.816 INFO kablam! | help: remove this Oct 15 07:00:04.816 INFO kablam! Oct 15 07:00:04.816 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 07:00:04.816 INFO kablam! --> src/token.rs:28:34 Oct 15 07:00:04.816 INFO kablam! | Oct 15 07:00:04.816 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 15 07:00:04.816 INFO kablam! | -----^^^^ Oct 15 07:00:04.816 INFO kablam! | | Oct 15 07:00:04.816 INFO kablam! | help: remove this Oct 15 07:00:04.816 INFO kablam! Oct 15 07:00:04.816 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 07:00:04.816 INFO kablam! --> src/token.rs:28:44 Oct 15 07:00:04.816 INFO kablam! | Oct 15 07:00:04.816 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 15 07:00:04.816 INFO kablam! | ---------^^^^^^^^ Oct 15 07:00:04.816 INFO kablam! | | Oct 15 07:00:04.816 INFO kablam! | help: remove this Oct 15 07:00:04.816 INFO kablam! Oct 15 07:00:04.816 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 07:00:04.816 INFO kablam! --> src/token.rs:28:62 Oct 15 07:00:04.816 INFO kablam! | Oct 15 07:00:04.816 INFO kablam! 28 | Token::NumberLiteral{line:line,position:position,value:value}=>write!(f,"line : {} position : {} type : numberliteral value : {}",line,position,value), Oct 15 07:00:04.816 INFO kablam! | ------^^^^^ Oct 15 07:00:04.816 INFO kablam! | | Oct 15 07:00:04.816 INFO kablam! | help: remove this Oct 15 07:00:04.816 INFO kablam! Oct 15 07:00:04.816 INFO kablam! warning: static variable `identity` should have an upper case name such as `IDENTITY` Oct 15 07:00:04.816 INFO kablam! --> src/lexer.rs:11:1 Oct 15 07:00:04.816 INFO kablam! | Oct 15 07:00:04.816 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 07:00:04.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.816 INFO kablam! | Oct 15 07:00:04.816 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 07:00:04.816 INFO kablam! Oct 15 07:00:04.816 INFO kablam! warning: static variable `number` should have an upper case name such as `NUMBER` Oct 15 07:00:04.816 INFO kablam! --> src/lexer.rs:12:1 Oct 15 07:00:04.816 INFO kablam! | Oct 15 07:00:04.816 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 15 07:00:04.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.816 INFO kablam! Oct 15 07:00:04.816 INFO kablam! warning: static variable `string` should have an upper case name such as `STRING` Oct 15 07:00:04.816 INFO kablam! --> src/lexer.rs:13:1 Oct 15 07:00:04.816 INFO kablam! | Oct 15 07:00:04.816 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 07:00:04.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.816 INFO kablam! Oct 15 07:00:04.816 INFO kablam! warning: static variable `space` should have an upper case name such as `SPACE` Oct 15 07:00:04.816 INFO kablam! --> src/lexer.rs:14:1 Oct 15 07:00:04.817 INFO kablam! | Oct 15 07:00:04.817 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 15 07:00:04.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.817 INFO kablam! Oct 15 07:00:04.817 INFO kablam! warning: static variable `comment` should have an upper case name such as `COMMENT` Oct 15 07:00:04.817 INFO kablam! --> src/lexer.rs:15:1 Oct 15 07:00:04.817 INFO kablam! | Oct 15 07:00:04.817 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 15 07:00:04.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.817 INFO kablam! Oct 15 07:00:04.817 INFO kablam! warning: static variable `patern` should have an upper case name such as `PATERN` Oct 15 07:00:04.817 INFO kablam! --> src/lexer.rs:16:1 Oct 15 07:00:04.817 INFO kablam! | Oct 15 07:00:04.817 INFO kablam! 16 | static patern : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 15 07:00:04.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.817 INFO kablam! Oct 15 07:00:04.817 INFO kablam! warning: static variable `regex_pat` should have an upper case name such as `REGEX_PAT` Oct 15 07:00:04.817 INFO kablam! --> src/main.rs:18:1 Oct 15 07:00:04.817 INFO kablam! | Oct 15 07:00:04.817 INFO kablam! 18 | static regex_pat : &'static str = r##"(\s*)(//.*)|("(\\"|\\\\|\\n|[^"])*")|([A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])|([0-9]+)"##; Oct 15 07:00:04.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:00:04.817 INFO kablam! Oct 15 07:00:05.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 15 07:00:05.431 INFO kablam! su: No module specific data is present Oct 15 07:00:06.460 INFO running `"docker" "rm" "-f" "2dc60273648ab72330473506c3cdce81efe903ca9b51736411e23398ac4ad355"` Oct 15 07:00:06.827 INFO blam! 2dc60273648ab72330473506c3cdce81efe903ca9b51736411e23398ac4ad355 Oct 15 07:00:06.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 07:00:07.241 INFO blam! 1fd44b05ca50e80fe758e1fad8f11327e2a4a84ec6ded86c615f88f1cf010c4d Oct 15 07:00:07.247 INFO running `"docker" "start" "-a" "1fd44b05ca50e80fe758e1fad8f11327e2a4a84ec6ded86c615f88f1cf010c4d"` Oct 15 07:00:08.655 INFO kablam! usermod: no changes Oct 15 07:00:08.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 07:00:08.787 INFO kablam! Running /target/debug/deps/Stone-b7e5e6c437fae744 Oct 15 07:00:08.795 INFO blam! Oct 15 07:00:08.795 INFO blam! running 0 tests Oct 15 07:00:08.795 INFO blam! Oct 15 07:00:08.795 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:00:08.795 INFO blam! Oct 15 07:00:08.797 INFO kablam! su: No module specific data is present Oct 15 07:00:09.518 INFO running `"docker" "rm" "-f" "1fd44b05ca50e80fe758e1fad8f11327e2a4a84ec6ded86c615f88f1cf010c4d"` Oct 15 07:00:09.933 INFO blam! 1fd44b05ca50e80fe758e1fad8f11327e2a4a84ec6ded86c615f88f1cf010c4d