Oct 15 06:59:40.953 INFO testing SadSock/stone against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:59:40.955 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 06:59:41.327 INFO blam! e45fdd6c62f56df275470a03f022b47561ccd53fe64715246b4fa762dcc8e14c Oct 15 06:59:41.329 INFO running `"docker" "start" "-a" "e45fdd6c62f56df275470a03f022b47561ccd53fe64715246b4fa762dcc8e14c"` Oct 15 06:59:43.239 INFO kablam! usermod: no changes Oct 15 06:59:43.374 INFO kablam! Compiling Stone v0.1.0 (/source) Oct 15 06:59:44.143 INFO kablam! warning: unused import: `regex::Regex` Oct 15 06:59:44.143 INFO kablam! --> src/main.rs:6:5 Oct 15 06:59:44.143 INFO kablam! | Oct 15 06:59:44.143 INFO kablam! 6 | use regex::Regex; Oct 15 06:59:44.143 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:59:44.143 INFO kablam! | Oct 15 06:59:44.143 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:59:44.143 INFO kablam! Oct 15 06:59:44.143 INFO kablam! warning: unused import: `std::io::BufReader` Oct 15 06:59:44.143 INFO kablam! --> src/main.rs:8:5 Oct 15 06:59:44.143 INFO kablam! | Oct 15 06:59:44.143 INFO kablam! 8 | use std::io::BufReader; Oct 15 06:59:44.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.146 INFO kablam! Oct 15 06:59:44.146 INFO kablam! warning: unused import: `log::LogLevel` Oct 15 06:59:44.146 INFO kablam! --> src/main.rs:11:5 Oct 15 06:59:44.146 INFO kablam! | Oct 15 06:59:44.146 INFO kablam! 11 | use log::LogLevel; Oct 15 06:59:44.146 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:59:44.146 INFO kablam! Oct 15 06:59:44.146 INFO kablam! warning: unused import: `std::string` Oct 15 06:59:44.146 INFO kablam! --> src/token.rs:2:5 Oct 15 06:59:44.146 INFO kablam! | Oct 15 06:59:44.146 INFO kablam! 2 | use std::string; Oct 15 06:59:44.146 INFO kablam! | ^^^^^^^^^^^ Oct 15 06:59:44.146 INFO kablam! Oct 15 06:59:44.146 INFO kablam! warning: unused import: `std::collections::LinkedList` Oct 15 06:59:44.146 INFO kablam! --> src/lexer.rs:3:5 Oct 15 06:59:44.146 INFO kablam! | Oct 15 06:59:44.146 INFO kablam! 3 | use std::collections::LinkedList; Oct 15 06:59:44.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.146 INFO kablam! Oct 15 06:59:44.146 INFO kablam! warning: unused import: `std::option::Option` Oct 15 06:59:44.146 INFO kablam! --> src/lexer.rs:7:5 Oct 15 06:59:44.146 INFO kablam! | Oct 15 06:59:44.146 INFO kablam! 7 | use std::option::Option; Oct 15 06:59:44.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.146 INFO kablam! Oct 15 06:59:44.233 INFO kablam! warning: unused import: `std::io::prelude` Oct 15 06:59:44.233 INFO kablam! --> src/main.rs:7:5 Oct 15 06:59:44.233 INFO kablam! | Oct 15 06:59:44.233 INFO kablam! 7 | use std::io::prelude::*; Oct 15 06:59:44.233 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 06:59:44.233 INFO kablam! Oct 15 06:59:44.240 INFO kablam! warning: unused variable: `identity` Oct 15 06:59:44.240 INFO kablam! --> src/main.rs:33:9 Oct 15 06:59:44.240 INFO kablam! | Oct 15 06:59:44.240 INFO kablam! 33 | let identity = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 06:59:44.240 INFO kablam! | ^^^^^^^^ help: consider using `_identity` instead Oct 15 06:59:44.240 INFO kablam! | Oct 15 06:59:44.240 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:59:44.242 INFO kablam! Oct 15 06:59:44.242 INFO kablam! warning: unused variable: `number` Oct 15 06:59:44.242 INFO kablam! --> src/main.rs:34:9 Oct 15 06:59:44.242 INFO kablam! | Oct 15 06:59:44.243 INFO kablam! 34 | let number = r#"[0-9]+"#; Oct 15 06:59:44.243 INFO kablam! | ^^^^^^ help: consider using `_number` instead Oct 15 06:59:44.243 INFO kablam! Oct 15 06:59:44.243 INFO kablam! warning: unused variable: `string` Oct 15 06:59:44.243 INFO kablam! --> src/main.rs:35:9 Oct 15 06:59:44.243 INFO kablam! | Oct 15 06:59:44.243 INFO kablam! 35 | let string = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 06:59:44.243 INFO kablam! | ^^^^^^ help: consider using `_string` instead Oct 15 06:59:44.243 INFO kablam! Oct 15 06:59:44.243 INFO kablam! warning: unused variable: `space` Oct 15 06:59:44.243 INFO kablam! --> src/main.rs:36:9 Oct 15 06:59:44.243 INFO kablam! | Oct 15 06:59:44.243 INFO kablam! 36 | let space = r#"\s*"#; Oct 15 06:59:44.243 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 15 06:59:44.243 INFO kablam! Oct 15 06:59:44.243 INFO kablam! warning: unused variable: `comment` Oct 15 06:59:44.243 INFO kablam! --> src/main.rs:37:9 Oct 15 06:59:44.243 INFO kablam! | Oct 15 06:59:44.243 INFO kablam! 37 | let comment = r#"//.*"#; Oct 15 06:59:44.243 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 15 06:59:44.243 INFO kablam! Oct 15 06:59:44.243 INFO kablam! warning: unused variable: `val` Oct 15 06:59:44.243 INFO kablam! --> src/lexer.rs:79:22 Oct 15 06:59:44.243 INFO kablam! | Oct 15 06:59:44.243 INFO kablam! 79 | Some(val) => Oct 15 06:59:44.243 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:59:44.243 INFO kablam! Oct 15 06:59:44.243 INFO kablam! warning: value assigned to `tmp` is never read Oct 15 06:59:44.243 INFO kablam! --> src/lexer.rs:157:29 Oct 15 06:59:44.243 INFO kablam! | Oct 15 06:59:44.243 INFO kablam! 157 | let mut tmp = 0; Oct 15 06:59:44.243 INFO kablam! | ^^^ Oct 15 06:59:44.243 INFO kablam! | Oct 15 06:59:44.243 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:59:44.243 INFO kablam! Oct 15 06:59:44.243 INFO kablam! warning: unused variable: `err` Oct 15 06:59:44.243 INFO kablam! --> src/lexer.rs:161:29 Oct 15 06:59:44.243 INFO kablam! | Oct 15 06:59:44.243 INFO kablam! 161 | Err(err)=> Oct 15 06:59:44.243 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 06:59:44.243 INFO kablam! Oct 15 06:59:44.267 INFO kablam! warning: static item is never used: `identity` Oct 15 06:59:44.267 INFO kablam! --> src/lexer.rs:11:1 Oct 15 06:59:44.267 INFO kablam! | Oct 15 06:59:44.267 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 06:59:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.267 INFO kablam! | Oct 15 06:59:44.267 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:59:44.267 INFO kablam! Oct 15 06:59:44.267 INFO kablam! warning: static item is never used: `number` Oct 15 06:59:44.267 INFO kablam! --> src/lexer.rs:12:1 Oct 15 06:59:44.267 INFO kablam! | Oct 15 06:59:44.267 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 15 06:59:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.267 INFO kablam! Oct 15 06:59:44.267 INFO kablam! warning: static item is never used: `string` Oct 15 06:59:44.267 INFO kablam! --> src/lexer.rs:13:1 Oct 15 06:59:44.267 INFO kablam! | Oct 15 06:59:44.267 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 06:59:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.267 INFO kablam! Oct 15 06:59:44.267 INFO kablam! warning: static item is never used: `space` Oct 15 06:59:44.267 INFO kablam! --> src/lexer.rs:14:1 Oct 15 06:59:44.267 INFO kablam! | Oct 15 06:59:44.267 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 15 06:59:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.267 INFO kablam! Oct 15 06:59:44.267 INFO kablam! warning: static item is never used: `comment` Oct 15 06:59:44.267 INFO kablam! --> src/lexer.rs:15:1 Oct 15 06:59:44.267 INFO kablam! | Oct 15 06:59:44.267 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 15 06:59:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.267 INFO kablam! Oct 15 06:59:44.267 INFO kablam! warning: method is never used: `is_finish` Oct 15 06:59:44.267 INFO kablam! --> src/lexer.rs:41:5 Oct 15 06:59:44.267 INFO kablam! | Oct 15 06:59:44.267 INFO kablam! 41 | pub fn is_finish(&mut self)->bool Oct 15 06:59:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.267 INFO kablam! Oct 15 06:59:44.267 INFO kablam! warning: method is never used: `peek` Oct 15 06:59:44.267 INFO kablam! --> src/lexer.rs:199:5 Oct 15 06:59:44.267 INFO kablam! | Oct 15 06:59:44.267 INFO kablam! 199 | pub fn peek(&mut self,i : usize)->::std::io::Result Oct 15 06:59:44.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.268 INFO kablam! Oct 15 06:59:44.272 INFO kablam! warning: static item is never used: `regex_pat` Oct 15 06:59:44.272 INFO kablam! --> src/main.rs:18:1 Oct 15 06:59:44.272 INFO kablam! | Oct 15 06:59:44.272 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:44.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.272 INFO kablam! Oct 15 06:59:44.272 INFO kablam! warning: crate `Stone` should have a snake case name such as `stone` Oct 15 06:59:44.272 INFO kablam! | Oct 15 06:59:44.272 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:59:44.272 INFO kablam! Oct 15 06:59:44.272 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 06:59:44.272 INFO kablam! --> src/token.rs:24:31 Oct 15 06:59:44.272 INFO kablam! | Oct 15 06:59:44.272 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:44.272 INFO kablam! | -----^^^^ Oct 15 06:59:44.272 INFO kablam! | | Oct 15 06:59:44.272 INFO kablam! | help: remove this Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 15 06:59:44.273 INFO kablam! Oct 15 06:59:44.273 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 06:59:44.273 INFO kablam! --> src/token.rs:24:41 Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 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:44.273 INFO kablam! | ---------^^^^^^^^ Oct 15 06:59:44.273 INFO kablam! | | Oct 15 06:59:44.273 INFO kablam! | help: remove this Oct 15 06:59:44.273 INFO kablam! Oct 15 06:59:44.273 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 06:59:44.273 INFO kablam! --> src/token.rs:24:59 Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 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:44.273 INFO kablam! | ------^^^^^^^^^^ Oct 15 06:59:44.273 INFO kablam! | | Oct 15 06:59:44.273 INFO kablam! | help: remove this Oct 15 06:59:44.273 INFO kablam! Oct 15 06:59:44.273 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 06:59:44.273 INFO kablam! --> src/token.rs:26:34 Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 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:44.273 INFO kablam! | -----^^^^ Oct 15 06:59:44.273 INFO kablam! | | Oct 15 06:59:44.273 INFO kablam! | help: remove this Oct 15 06:59:44.273 INFO kablam! Oct 15 06:59:44.273 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 06:59:44.273 INFO kablam! --> src/token.rs:26:44 Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 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:44.273 INFO kablam! | ---------^^^^^^^^ Oct 15 06:59:44.273 INFO kablam! | | Oct 15 06:59:44.273 INFO kablam! | help: remove this Oct 15 06:59:44.273 INFO kablam! Oct 15 06:59:44.273 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 06:59:44.273 INFO kablam! --> src/token.rs:26:62 Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 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:44.273 INFO kablam! | ------^^^^^^^^^ Oct 15 06:59:44.273 INFO kablam! | | Oct 15 06:59:44.273 INFO kablam! | help: remove this Oct 15 06:59:44.273 INFO kablam! Oct 15 06:59:44.273 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 06:59:44.273 INFO kablam! --> src/token.rs:28:34 Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 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:44.273 INFO kablam! | -----^^^^ Oct 15 06:59:44.273 INFO kablam! | | Oct 15 06:59:44.273 INFO kablam! | help: remove this Oct 15 06:59:44.273 INFO kablam! Oct 15 06:59:44.273 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 06:59:44.273 INFO kablam! --> src/token.rs:28:44 Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 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:44.273 INFO kablam! | ---------^^^^^^^^ Oct 15 06:59:44.273 INFO kablam! | | Oct 15 06:59:44.273 INFO kablam! | help: remove this Oct 15 06:59:44.273 INFO kablam! Oct 15 06:59:44.273 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 06:59:44.273 INFO kablam! --> src/token.rs:28:62 Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 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:44.273 INFO kablam! | ------^^^^^ Oct 15 06:59:44.273 INFO kablam! | | Oct 15 06:59:44.273 INFO kablam! | help: remove this Oct 15 06:59:44.273 INFO kablam! Oct 15 06:59:44.273 INFO kablam! warning: static variable `identity` should have an upper case name such as `IDENTITY` Oct 15 06:59:44.273 INFO kablam! --> src/lexer.rs:11:1 Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 06:59:44.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 06:59:44.273 INFO kablam! Oct 15 06:59:44.273 INFO kablam! warning: static variable `number` should have an upper case name such as `NUMBER` Oct 15 06:59:44.273 INFO kablam! --> src/lexer.rs:12:1 Oct 15 06:59:44.273 INFO kablam! | Oct 15 06:59:44.273 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 15 06:59:44.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.274 INFO kablam! Oct 15 06:59:44.274 INFO kablam! warning: static variable `string` should have an upper case name such as `STRING` Oct 15 06:59:44.274 INFO kablam! --> src/lexer.rs:13:1 Oct 15 06:59:44.274 INFO kablam! | Oct 15 06:59:44.274 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 06:59:44.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.274 INFO kablam! Oct 15 06:59:44.274 INFO kablam! warning: static variable `space` should have an upper case name such as `SPACE` Oct 15 06:59:44.274 INFO kablam! --> src/lexer.rs:14:1 Oct 15 06:59:44.274 INFO kablam! | Oct 15 06:59:44.274 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 15 06:59:44.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.274 INFO kablam! Oct 15 06:59:44.274 INFO kablam! warning: static variable `comment` should have an upper case name such as `COMMENT` Oct 15 06:59:44.274 INFO kablam! --> src/lexer.rs:15:1 Oct 15 06:59:44.274 INFO kablam! | Oct 15 06:59:44.274 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 15 06:59:44.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.276 INFO kablam! Oct 15 06:59:44.276 INFO kablam! warning: static variable `patern` should have an upper case name such as `PATERN` Oct 15 06:59:44.276 INFO kablam! --> src/lexer.rs:16:1 Oct 15 06:59:44.276 INFO kablam! | Oct 15 06:59:44.276 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:44.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.276 INFO kablam! Oct 15 06:59:44.276 INFO kablam! warning: static variable `regex_pat` should have an upper case name such as `REGEX_PAT` Oct 15 06:59:44.276 INFO kablam! --> src/main.rs:18:1 Oct 15 06:59:44.276 INFO kablam! | Oct 15 06:59:44.276 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:44.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:44.276 INFO kablam! Oct 15 06:59:45.472 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.21s Oct 15 06:59:45.476 INFO kablam! su: No module specific data is present Oct 15 06:59:47.282 INFO running `"docker" "rm" "-f" "e45fdd6c62f56df275470a03f022b47561ccd53fe64715246b4fa762dcc8e14c"` Oct 15 06:59:47.539 INFO blam! e45fdd6c62f56df275470a03f022b47561ccd53fe64715246b4fa762dcc8e14c Oct 15 06:59:47.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 06:59:47.878 INFO blam! 3f109e1a86387f8f4046830df0562919219939ea7b5a961debc1c1c8e3bfe2e3 Oct 15 06:59:47.885 INFO running `"docker" "start" "-a" "3f109e1a86387f8f4046830df0562919219939ea7b5a961debc1c1c8e3bfe2e3"` Oct 15 06:59:49.098 INFO kablam! usermod: no changes Oct 15 06:59:49.203 INFO kablam! Compiling Stone v0.1.0 (/source) Oct 15 06:59:49.890 INFO kablam! warning: unused import: `regex::Regex` Oct 15 06:59:49.890 INFO kablam! --> src/main.rs:6:5 Oct 15 06:59:49.890 INFO kablam! | Oct 15 06:59:49.890 INFO kablam! 6 | use regex::Regex; Oct 15 06:59:49.890 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:59:49.890 INFO kablam! | Oct 15 06:59:49.890 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:59:49.890 INFO kablam! Oct 15 06:59:49.890 INFO kablam! warning: unused import: `std::io::BufReader` Oct 15 06:59:49.890 INFO kablam! --> src/main.rs:8:5 Oct 15 06:59:49.890 INFO kablam! | Oct 15 06:59:49.890 INFO kablam! 8 | use std::io::BufReader; Oct 15 06:59:49.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:59:49.890 INFO kablam! Oct 15 06:59:49.890 INFO kablam! warning: unused import: `log::LogLevel` Oct 15 06:59:49.890 INFO kablam! --> src/main.rs:11:5 Oct 15 06:59:49.890 INFO kablam! | Oct 15 06:59:49.890 INFO kablam! 11 | use log::LogLevel; Oct 15 06:59:49.890 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:59:49.890 INFO kablam! Oct 15 06:59:49.890 INFO kablam! warning: unused import: `std::string` Oct 15 06:59:49.890 INFO kablam! --> src/token.rs:2:5 Oct 15 06:59:49.890 INFO kablam! | Oct 15 06:59:49.890 INFO kablam! 2 | use std::string; Oct 15 06:59:49.890 INFO kablam! | ^^^^^^^^^^^ Oct 15 06:59:49.890 INFO kablam! Oct 15 06:59:49.894 INFO kablam! warning: unused import: `std::collections::LinkedList` Oct 15 06:59:49.894 INFO kablam! --> src/lexer.rs:3:5 Oct 15 06:59:49.894 INFO kablam! | Oct 15 06:59:49.894 INFO kablam! 3 | use std::collections::LinkedList; Oct 15 06:59:49.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:49.894 INFO kablam! Oct 15 06:59:49.894 INFO kablam! warning: unused import: `std::option::Option` Oct 15 06:59:49.894 INFO kablam! --> src/lexer.rs:7:5 Oct 15 06:59:49.894 INFO kablam! | Oct 15 06:59:49.894 INFO kablam! 7 | use std::option::Option; Oct 15 06:59:49.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:49.894 INFO kablam! Oct 15 06:59:49.975 INFO kablam! warning: unused import: `std::io::prelude` Oct 15 06:59:49.975 INFO kablam! --> src/main.rs:7:5 Oct 15 06:59:49.975 INFO kablam! | Oct 15 06:59:49.975 INFO kablam! 7 | use std::io::prelude::*; Oct 15 06:59:49.975 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 06:59:49.975 INFO kablam! Oct 15 06:59:49.984 INFO kablam! warning: unused variable: `identity` Oct 15 06:59:49.984 INFO kablam! --> src/main.rs:33:9 Oct 15 06:59:49.984 INFO kablam! | Oct 15 06:59:49.984 INFO kablam! 33 | let identity = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 06:59:49.984 INFO kablam! | ^^^^^^^^ help: consider using `_identity` instead Oct 15 06:59:49.985 INFO kablam! | Oct 15 06:59:49.985 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:59:49.985 INFO kablam! Oct 15 06:59:49.985 INFO kablam! warning: unused variable: `number` Oct 15 06:59:49.985 INFO kablam! --> src/main.rs:34:9 Oct 15 06:59:49.985 INFO kablam! | Oct 15 06:59:49.985 INFO kablam! 34 | let number = r#"[0-9]+"#; Oct 15 06:59:49.985 INFO kablam! | ^^^^^^ help: consider using `_number` instead Oct 15 06:59:49.986 INFO kablam! Oct 15 06:59:49.986 INFO kablam! warning: unused variable: `string` Oct 15 06:59:49.986 INFO kablam! --> src/main.rs:35:9 Oct 15 06:59:49.986 INFO kablam! | Oct 15 06:59:49.986 INFO kablam! 35 | let string = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 06:59:49.986 INFO kablam! | ^^^^^^ help: consider using `_string` instead Oct 15 06:59:49.987 INFO kablam! Oct 15 06:59:49.987 INFO kablam! warning: unused variable: `space` Oct 15 06:59:49.987 INFO kablam! --> src/main.rs:36:9 Oct 15 06:59:49.987 INFO kablam! | Oct 15 06:59:49.987 INFO kablam! 36 | let space = r#"\s*"#; Oct 15 06:59:49.988 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 15 06:59:49.988 INFO kablam! Oct 15 06:59:49.988 INFO kablam! warning: unused variable: `comment` Oct 15 06:59:49.988 INFO kablam! --> src/main.rs:37:9 Oct 15 06:59:49.988 INFO kablam! | Oct 15 06:59:49.989 INFO kablam! 37 | let comment = r#"//.*"#; Oct 15 06:59:49.989 INFO kablam! | ^^^^^^^ help: consider using `_comment` instead Oct 15 06:59:49.989 INFO kablam! Oct 15 06:59:49.990 INFO kablam! warning: unused variable: `val` Oct 15 06:59:49.990 INFO kablam! --> src/lexer.rs:79:22 Oct 15 06:59:49.990 INFO kablam! | Oct 15 06:59:49.990 INFO kablam! 79 | Some(val) => Oct 15 06:59:49.990 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:59:49.991 INFO kablam! Oct 15 06:59:49.991 INFO kablam! warning: value assigned to `tmp` is never read Oct 15 06:59:49.991 INFO kablam! --> src/lexer.rs:157:29 Oct 15 06:59:49.991 INFO kablam! | Oct 15 06:59:49.992 INFO kablam! 157 | let mut tmp = 0; Oct 15 06:59:49.992 INFO kablam! | ^^^ Oct 15 06:59:49.992 INFO kablam! | Oct 15 06:59:49.992 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:59:49.992 INFO kablam! Oct 15 06:59:49.993 INFO kablam! warning: unused variable: `err` Oct 15 06:59:49.993 INFO kablam! --> src/lexer.rs:161:29 Oct 15 06:59:49.993 INFO kablam! | Oct 15 06:59:49.993 INFO kablam! 161 | Err(err)=> Oct 15 06:59:49.994 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 06:59:49.994 INFO kablam! Oct 15 06:59:50.023 INFO kablam! warning: static item is never used: `identity` Oct 15 06:59:50.023 INFO kablam! --> src/lexer.rs:11:1 Oct 15 06:59:50.023 INFO kablam! | Oct 15 06:59:50.023 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 06:59:50.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.023 INFO kablam! | Oct 15 06:59:50.023 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:59:50.024 INFO kablam! Oct 15 06:59:50.024 INFO kablam! warning: static item is never used: `number` Oct 15 06:59:50.024 INFO kablam! --> src/lexer.rs:12:1 Oct 15 06:59:50.024 INFO kablam! | Oct 15 06:59:50.024 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 15 06:59:50.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.024 INFO kablam! Oct 15 06:59:50.024 INFO kablam! warning: static item is never used: `string` Oct 15 06:59:50.024 INFO kablam! --> src/lexer.rs:13:1 Oct 15 06:59:50.024 INFO kablam! | Oct 15 06:59:50.024 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 06:59:50.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.024 INFO kablam! Oct 15 06:59:50.025 INFO kablam! warning: static item is never used: `space` Oct 15 06:59:50.025 INFO kablam! --> src/lexer.rs:14:1 Oct 15 06:59:50.025 INFO kablam! | Oct 15 06:59:50.025 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 15 06:59:50.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.025 INFO kablam! Oct 15 06:59:50.025 INFO kablam! warning: static item is never used: `comment` Oct 15 06:59:50.025 INFO kablam! --> src/lexer.rs:15:1 Oct 15 06:59:50.025 INFO kablam! | Oct 15 06:59:50.025 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 15 06:59:50.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.025 INFO kablam! Oct 15 06:59:50.025 INFO kablam! warning: method is never used: `is_finish` Oct 15 06:59:50.025 INFO kablam! --> src/lexer.rs:41:5 Oct 15 06:59:50.025 INFO kablam! | Oct 15 06:59:50.025 INFO kablam! 41 | pub fn is_finish(&mut self)->bool Oct 15 06:59:50.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.025 INFO kablam! Oct 15 06:59:50.026 INFO kablam! warning: method is never used: `peek` Oct 15 06:59:50.026 INFO kablam! --> src/lexer.rs:199:5 Oct 15 06:59:50.026 INFO kablam! | Oct 15 06:59:50.026 INFO kablam! 199 | pub fn peek(&mut self,i : usize)->::std::io::Result Oct 15 06:59:50.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.026 INFO kablam! Oct 15 06:59:50.026 INFO kablam! warning: static item is never used: `regex_pat` Oct 15 06:59:50.026 INFO kablam! --> src/main.rs:18:1 Oct 15 06:59:50.026 INFO kablam! | Oct 15 06:59:50.026 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:50.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.026 INFO kablam! Oct 15 06:59:50.027 INFO kablam! warning: crate `Stone` should have a snake case name such as `stone` Oct 15 06:59:50.027 INFO kablam! | Oct 15 06:59:50.027 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:59:50.027 INFO kablam! Oct 15 06:59:50.031 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 06:59:50.031 INFO kablam! --> src/token.rs:24:31 Oct 15 06:59:50.031 INFO kablam! | Oct 15 06:59:50.031 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:50.031 INFO kablam! | -----^^^^ Oct 15 06:59:50.031 INFO kablam! | | Oct 15 06:59:50.031 INFO kablam! | help: remove this Oct 15 06:59:50.031 INFO kablam! | Oct 15 06:59:50.031 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 15 06:59:50.031 INFO kablam! Oct 15 06:59:50.031 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 06:59:50.031 INFO kablam! --> src/token.rs:24:41 Oct 15 06:59:50.031 INFO kablam! | Oct 15 06:59:50.031 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:50.031 INFO kablam! | ---------^^^^^^^^ Oct 15 06:59:50.031 INFO kablam! | | Oct 15 06:59:50.031 INFO kablam! | help: remove this Oct 15 06:59:50.031 INFO kablam! Oct 15 06:59:50.031 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 06:59:50.031 INFO kablam! --> src/token.rs:24:59 Oct 15 06:59:50.031 INFO kablam! | Oct 15 06:59:50.031 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:50.031 INFO kablam! | ------^^^^^^^^^^ Oct 15 06:59:50.031 INFO kablam! | | Oct 15 06:59:50.031 INFO kablam! | help: remove this Oct 15 06:59:50.031 INFO kablam! Oct 15 06:59:50.031 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 06:59:50.031 INFO kablam! --> src/token.rs:26:34 Oct 15 06:59:50.031 INFO kablam! | Oct 15 06:59:50.031 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:50.031 INFO kablam! | -----^^^^ Oct 15 06:59:50.031 INFO kablam! | | Oct 15 06:59:50.031 INFO kablam! | help: remove this Oct 15 06:59:50.031 INFO kablam! Oct 15 06:59:50.031 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 06:59:50.031 INFO kablam! --> src/token.rs:26:44 Oct 15 06:59:50.031 INFO kablam! | Oct 15 06:59:50.031 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:50.031 INFO kablam! | ---------^^^^^^^^ Oct 15 06:59:50.031 INFO kablam! | | Oct 15 06:59:50.031 INFO kablam! | help: remove this Oct 15 06:59:50.031 INFO kablam! Oct 15 06:59:50.031 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 06:59:50.031 INFO kablam! --> src/token.rs:26:62 Oct 15 06:59:50.031 INFO kablam! | Oct 15 06:59:50.031 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:50.031 INFO kablam! | ------^^^^^^^^^ Oct 15 06:59:50.031 INFO kablam! | | Oct 15 06:59:50.031 INFO kablam! | help: remove this Oct 15 06:59:50.031 INFO kablam! Oct 15 06:59:50.031 INFO kablam! warning: the `line:` in this pattern is redundant Oct 15 06:59:50.031 INFO kablam! --> src/token.rs:28:34 Oct 15 06:59:50.031 INFO kablam! | Oct 15 06:59:50.031 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:50.031 INFO kablam! | -----^^^^ Oct 15 06:59:50.031 INFO kablam! | | Oct 15 06:59:50.031 INFO kablam! | help: remove this Oct 15 06:59:50.031 INFO kablam! Oct 15 06:59:50.031 INFO kablam! warning: the `position:` in this pattern is redundant Oct 15 06:59:50.031 INFO kablam! --> src/token.rs:28:44 Oct 15 06:59:50.032 INFO kablam! | Oct 15 06:59:50.032 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:50.032 INFO kablam! | ---------^^^^^^^^ Oct 15 06:59:50.032 INFO kablam! | | Oct 15 06:59:50.032 INFO kablam! | help: remove this Oct 15 06:59:50.032 INFO kablam! Oct 15 06:59:50.032 INFO kablam! warning: the `value:` in this pattern is redundant Oct 15 06:59:50.032 INFO kablam! --> src/token.rs:28:62 Oct 15 06:59:50.032 INFO kablam! | Oct 15 06:59:50.032 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:50.032 INFO kablam! | ------^^^^^ Oct 15 06:59:50.032 INFO kablam! | | Oct 15 06:59:50.032 INFO kablam! | help: remove this Oct 15 06:59:50.032 INFO kablam! Oct 15 06:59:50.032 INFO kablam! warning: static variable `identity` should have an upper case name such as `IDENTITY` Oct 15 06:59:50.032 INFO kablam! --> src/lexer.rs:11:1 Oct 15 06:59:50.032 INFO kablam! | Oct 15 06:59:50.032 INFO kablam! 11 | static identity :& 'static str = r##"[A-Z_a-z][A-Z_a-z_0-9]*|==|<=|>=|&&|\|\||[!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]"##; // 匹配标识符 Oct 15 06:59:50.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.032 INFO kablam! | Oct 15 06:59:50.032 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 06:59:50.032 INFO kablam! Oct 15 06:59:50.032 INFO kablam! warning: static variable `number` should have an upper case name such as `NUMBER` Oct 15 06:59:50.032 INFO kablam! --> src/lexer.rs:12:1 Oct 15 06:59:50.032 INFO kablam! | Oct 15 06:59:50.032 INFO kablam! 12 | static number :& 'static str = r#"[0-9]+"#; Oct 15 06:59:50.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.032 INFO kablam! Oct 15 06:59:50.032 INFO kablam! warning: static variable `string` should have an upper case name such as `STRING` Oct 15 06:59:50.032 INFO kablam! --> src/lexer.rs:13:1 Oct 15 06:59:50.032 INFO kablam! | Oct 15 06:59:50.032 INFO kablam! 13 | static string : & 'static str = r#""(\\"|\\\\|\\n|[^"])*""#; Oct 15 06:59:50.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.032 INFO kablam! Oct 15 06:59:50.032 INFO kablam! warning: static variable `space` should have an upper case name such as `SPACE` Oct 15 06:59:50.032 INFO kablam! --> src/lexer.rs:14:1 Oct 15 06:59:50.032 INFO kablam! | Oct 15 06:59:50.032 INFO kablam! 14 | static space : & 'static str = r#"\s*"#; Oct 15 06:59:50.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.032 INFO kablam! Oct 15 06:59:50.039 INFO kablam! warning: static variable `comment` should have an upper case name such as `COMMENT` Oct 15 06:59:50.039 INFO kablam! --> src/lexer.rs:15:1 Oct 15 06:59:50.039 INFO kablam! | Oct 15 06:59:50.039 INFO kablam! 15 | static comment : & 'static str = r#"//.*"#; Oct 15 06:59:50.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.039 INFO kablam! Oct 15 06:59:50.039 INFO kablam! warning: static variable `patern` should have an upper case name such as `PATERN` Oct 15 06:59:50.039 INFO kablam! --> src/lexer.rs:16:1 Oct 15 06:59:50.039 INFO kablam! | Oct 15 06:59:50.039 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:50.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.039 INFO kablam! Oct 15 06:59:50.039 INFO kablam! warning: static variable `regex_pat` should have an upper case name such as `REGEX_PAT` Oct 15 06:59:50.039 INFO kablam! --> src/main.rs:18:1 Oct 15 06:59:50.039 INFO kablam! | Oct 15 06:59:50.039 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:50.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:59:50.039 INFO kablam! Oct 15 06:59:50.671 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 15 06:59:50.674 INFO kablam! su: No module specific data is present Oct 15 06:59:52.053 INFO running `"docker" "rm" "-f" "3f109e1a86387f8f4046830df0562919219939ea7b5a961debc1c1c8e3bfe2e3"` Oct 15 06:59:52.303 INFO blam! 3f109e1a86387f8f4046830df0562919219939ea7b5a961debc1c1c8e3bfe2e3 Oct 15 06:59:52.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 06:59:52.750 INFO blam! 043b9798882d368496e1eae31095569cf5c1fd484182370fe7937fc32d444e18 Oct 15 06:59:52.752 INFO running `"docker" "start" "-a" "043b9798882d368496e1eae31095569cf5c1fd484182370fe7937fc32d444e18"` Oct 15 06:59:54.959 INFO kablam! usermod: no changes Oct 15 06:59:55.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 06:59:55.115 INFO kablam! Running /target/debug/deps/Stone-ea7337edd15a49d8 Oct 15 06:59:55.116 INFO blam! Oct 15 06:59:55.116 INFO blam! running 0 tests Oct 15 06:59:55.117 INFO blam! Oct 15 06:59:55.117 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:59:55.117 INFO blam! Oct 15 06:59:55.120 INFO kablam! su: No module specific data is present Oct 15 06:59:56.108 INFO running `"docker" "rm" "-f" "043b9798882d368496e1eae31095569cf5c1fd484182370fe7937fc32d444e18"` Oct 15 06:59:56.455 INFO blam! 043b9798882d368496e1eae31095569cf5c1fd484182370fe7937fc32d444e18