Oct 14 11:31:46.630 INFO testing meganehouser/loris against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:31:46.630 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 11:31:47.156 INFO blam! e77b659453d3c147b89e8ca48ed230a534bcea551a451732479f9d9159d68e8f Oct 14 11:31:47.171 INFO running `"docker" "start" "-a" "e77b659453d3c147b89e8ca48ed230a534bcea551a451732479f9d9159d68e8f"` Oct 14 11:31:48.755 INFO kablam! usermod: no changes Oct 14 11:31:48.823 INFO kablam! Compiling cc v1.0.18 Oct 14 11:31:48.835 INFO kablam! Compiling libc v0.2.42 Oct 14 11:31:48.845 INFO kablam! Compiling failure_derive v0.1.2 Oct 14 11:31:48.860 INFO kablam! Compiling rustc-demangle v0.1.9 Oct 14 11:31:48.860 INFO kablam! Compiling cfg-if v0.1.4 Oct 14 11:31:48.860 INFO kablam! Compiling lazy_static v1.0.2 Oct 14 11:31:48.860 INFO kablam! Compiling proc-macro2 v0.4.9 Oct 14 11:31:52.908 INFO kablam! Compiling users v0.7.0 Oct 14 11:31:56.215 INFO kablam! Compiling quote v0.6.5 Oct 14 11:31:56.991 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 14 11:31:58.027 INFO kablam! Compiling syn v0.14.7 Oct 14 11:31:59.988 INFO kablam! Compiling backtrace v0.3.9 Oct 14 11:32:11.444 INFO kablam! Compiling synstructure v0.9.0 Oct 14 11:32:16.800 INFO kablam! Compiling failure v0.1.2 Oct 14 11:32:17.446 INFO kablam! Compiling loris v0.1.0 (/source) Oct 14 11:32:17.667 INFO kablam! warning: unused import: `Error` Oct 14 11:32:17.667 INFO kablam! --> src/parser.rs:5:15 Oct 14 11:32:17.668 INFO kablam! | Oct 14 11:32:17.668 INFO kablam! 5 | use failure::{Error, Fail}; Oct 14 11:32:17.668 INFO kablam! | ^^^^^ Oct 14 11:32:17.668 INFO kablam! | Oct 14 11:32:17.669 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:32:17.669 INFO kablam! Oct 14 11:32:17.791 INFO kablam! warning: unused variable: `v` Oct 14 11:32:17.791 INFO kablam! --> src/ast.rs:39:24 Oct 14 11:32:17.791 INFO kablam! | Oct 14 11:32:17.791 INFO kablam! 39 | value: v, Oct 14 11:32:17.791 INFO kablam! | ^ help: consider using `_v` instead Oct 14 11:32:17.791 INFO kablam! | Oct 14 11:32:17.791 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:32:17.791 INFO kablam! Oct 14 11:32:17.791 INFO kablam! warning: unused variable: `v` Oct 14 11:32:17.791 INFO kablam! --> src/ast.rs:41:50 Oct 14 11:32:17.791 INFO kablam! | Oct 14 11:32:17.791 INFO kablam! 41 | Statement::Return { token: t, value: v } => write!(f, "Return(token:{}, value:)", t), //, v) Oct 14 11:32:17.791 INFO kablam! | ^ help: consider using `_v` instead Oct 14 11:32:17.791 INFO kablam! Oct 14 11:32:17.791 INFO kablam! warning: unused variable: `Illegal` Oct 14 11:32:17.791 INFO kablam! --> src/ast.rs:42:13 Oct 14 11:32:17.791 INFO kablam! | Oct 14 11:32:17.791 INFO kablam! 42 | Illegal => write!(f, "Illegal()"), Oct 14 11:32:17.791 INFO kablam! | ^^^^^^^ help: consider using `_Illegal` instead Oct 14 11:32:17.791 INFO kablam! Oct 14 11:32:17.843 INFO kablam! warning: struct is never constructed: `Program` Oct 14 11:32:17.843 INFO kablam! --> src/ast.rs:4:1 Oct 14 11:32:17.843 INFO kablam! | Oct 14 11:32:17.843 INFO kablam! 4 | pub struct Program { Oct 14 11:32:17.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.843 INFO kablam! | Oct 14 11:32:17.843 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:32:17.843 INFO kablam! Oct 14 11:32:17.843 INFO kablam! warning: method is never used: `new` Oct 14 11:32:17.843 INFO kablam! --> src/ast.rs:9:5 Oct 14 11:32:17.843 INFO kablam! | Oct 14 11:32:17.843 INFO kablam! 9 | pub fn new() -> Program { Oct 14 11:32:17.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.843 INFO kablam! Oct 14 11:32:17.843 INFO kablam! warning: enum is never used: `Statement` Oct 14 11:32:17.843 INFO kablam! --> src/ast.rs:15:1 Oct 14 11:32:17.843 INFO kablam! | Oct 14 11:32:17.843 INFO kablam! 15 | pub enum Statement { Oct 14 11:32:17.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.843 INFO kablam! Oct 14 11:32:17.843 INFO kablam! warning: enum is never used: `Expression` Oct 14 11:32:17.843 INFO kablam! --> src/ast.rs:29:1 Oct 14 11:32:17.843 INFO kablam! | Oct 14 11:32:17.843 INFO kablam! 29 | pub enum Expression { Oct 14 11:32:17.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.843 INFO kablam! Oct 14 11:32:17.843 INFO kablam! warning: struct is never constructed: `ParserError` Oct 14 11:32:17.843 INFO kablam! --> src/parser.rs:9:1 Oct 14 11:32:17.843 INFO kablam! | Oct 14 11:32:17.843 INFO kablam! 9 | pub struct ParserError { Oct 14 11:32:17.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.843 INFO kablam! Oct 14 11:32:17.843 INFO kablam! warning: struct is never constructed: `Parser` Oct 14 11:32:17.844 INFO kablam! --> src/parser.rs:14:1 Oct 14 11:32:17.844 INFO kablam! | Oct 14 11:32:17.844 INFO kablam! 14 | pub struct Parser<'a> { Oct 14 11:32:17.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.844 INFO kablam! Oct 14 11:32:17.844 INFO kablam! warning: method is never used: `new` Oct 14 11:32:17.844 INFO kablam! --> src/parser.rs:22:5 Oct 14 11:32:17.844 INFO kablam! | Oct 14 11:32:17.844 INFO kablam! 22 | pub fn new(lxr: Lexer<'a>) -> Parser<'a> { Oct 14 11:32:17.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.844 INFO kablam! Oct 14 11:32:17.844 INFO kablam! warning: method is never used: `next_token` Oct 14 11:32:17.844 INFO kablam! --> src/parser.rs:34:5 Oct 14 11:32:17.844 INFO kablam! | Oct 14 11:32:17.844 INFO kablam! 34 | pub fn next_token(&mut self) { Oct 14 11:32:17.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.844 INFO kablam! Oct 14 11:32:17.844 INFO kablam! warning: method is never used: `parse_program` Oct 14 11:32:17.844 INFO kablam! --> src/parser.rs:38:5 Oct 14 11:32:17.844 INFO kablam! | Oct 14 11:32:17.844 INFO kablam! 38 | pub fn parse_program(&mut self) -> ast::Program { Oct 14 11:32:17.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.844 INFO kablam! Oct 14 11:32:17.844 INFO kablam! warning: method is never used: `parse_statement` Oct 14 11:32:17.844 INFO kablam! --> src/parser.rs:50:5 Oct 14 11:32:17.844 INFO kablam! | Oct 14 11:32:17.844 INFO kablam! 50 | fn parse_statement(&mut self) -> ast::Statement { Oct 14 11:32:17.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.844 INFO kablam! Oct 14 11:32:17.844 INFO kablam! warning: method is never used: `push_err` Oct 14 11:32:17.844 INFO kablam! --> src/parser.rs:58:5 Oct 14 11:32:17.844 INFO kablam! | Oct 14 11:32:17.844 INFO kablam! 58 | fn push_err(&mut self, expected: Token) { Oct 14 11:32:17.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.844 INFO kablam! Oct 14 11:32:17.844 INFO kablam! warning: method is never used: `parse_let_statement` Oct 14 11:32:17.844 INFO kablam! --> src/parser.rs:66:5 Oct 14 11:32:17.844 INFO kablam! | Oct 14 11:32:17.844 INFO kablam! 66 | fn parse_let_statement(&mut self) -> ast::Statement { Oct 14 11:32:17.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.844 INFO kablam! Oct 14 11:32:17.844 INFO kablam! warning: method is never used: `parse_return_statement` Oct 14 11:32:17.844 INFO kablam! --> src/parser.rs:95:5 Oct 14 11:32:17.844 INFO kablam! | Oct 14 11:32:17.844 INFO kablam! 95 | fn parse_return_statement(&mut self) -> ast::Statement { Oct 14 11:32:17.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:17.844 INFO kablam! Oct 14 11:32:17.858 INFO kablam! warning: variable `Illegal` should have a snake case name such as `illegal` Oct 14 11:32:17.858 INFO kablam! --> src/ast.rs:42:13 Oct 14 11:32:17.858 INFO kablam! | Oct 14 11:32:17.859 INFO kablam! 42 | Illegal => write!(f, "Illegal()"), Oct 14 11:32:17.859 INFO kablam! | ^^^^^^^ Oct 14 11:32:17.859 INFO kablam! | Oct 14 11:32:17.859 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:32:17.859 INFO kablam! Oct 14 11:32:18.941 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.16s Oct 14 11:32:18.945 INFO kablam! su: No module specific data is present Oct 14 11:32:20.167 INFO running `"docker" "rm" "-f" "e77b659453d3c147b89e8ca48ed230a534bcea551a451732479f9d9159d68e8f"` Oct 14 11:32:20.423 INFO blam! e77b659453d3c147b89e8ca48ed230a534bcea551a451732479f9d9159d68e8f Oct 14 11:32:20.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 11:32:20.807 INFO blam! 74bcfb32d12e820c650a6c17a2865e557a3d637591434f000826d29bf75b67af Oct 14 11:32:20.813 INFO running `"docker" "start" "-a" "74bcfb32d12e820c650a6c17a2865e557a3d637591434f000826d29bf75b67af"` Oct 14 11:32:21.963 INFO kablam! usermod: no changes Oct 14 11:32:22.111 INFO kablam! Compiling loris v0.1.0 (/source) Oct 14 11:32:22.395 INFO kablam! warning: unused import: `Error` Oct 14 11:32:22.395 INFO kablam! --> src/parser.rs:5:15 Oct 14 11:32:22.395 INFO kablam! | Oct 14 11:32:22.395 INFO kablam! 5 | use failure::{Error, Fail}; Oct 14 11:32:22.395 INFO kablam! | ^^^^^ Oct 14 11:32:22.395 INFO kablam! | Oct 14 11:32:22.395 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:32:22.395 INFO kablam! Oct 14 11:32:22.551 INFO kablam! warning: unused variable: `v` Oct 14 11:32:22.551 INFO kablam! --> src/ast.rs:39:24 Oct 14 11:32:22.551 INFO kablam! | Oct 14 11:32:22.551 INFO kablam! 39 | value: v, Oct 14 11:32:22.551 INFO kablam! | ^ help: consider using `_v` instead Oct 14 11:32:22.551 INFO kablam! | Oct 14 11:32:22.551 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:32:22.551 INFO kablam! Oct 14 11:32:22.551 INFO kablam! warning: unused variable: `v` Oct 14 11:32:22.551 INFO kablam! --> src/ast.rs:41:50 Oct 14 11:32:22.551 INFO kablam! | Oct 14 11:32:22.551 INFO kablam! 41 | Statement::Return { token: t, value: v } => write!(f, "Return(token:{}, value:)", t), //, v) Oct 14 11:32:22.551 INFO kablam! | ^ help: consider using `_v` instead Oct 14 11:32:22.551 INFO kablam! Oct 14 11:32:22.551 INFO kablam! warning: unused variable: `Illegal` Oct 14 11:32:22.551 INFO kablam! --> src/ast.rs:42:13 Oct 14 11:32:22.551 INFO kablam! | Oct 14 11:32:22.551 INFO kablam! 42 | Illegal => write!(f, "Illegal()"), Oct 14 11:32:22.551 INFO kablam! | ^^^^^^^ help: consider using `_Illegal` instead Oct 14 11:32:22.551 INFO kablam! Oct 14 11:32:22.595 INFO kablam! warning: variant is never constructed: `Identifier` Oct 14 11:32:22.595 INFO kablam! --> src/ast.rs:30:5 Oct 14 11:32:22.595 INFO kablam! | Oct 14 11:32:22.595 INFO kablam! 30 | Identifier { token: token::Token, value: String }, Oct 14 11:32:22.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:32:22.595 INFO kablam! | Oct 14 11:32:22.595 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:32:22.595 INFO kablam! Oct 14 11:32:22.605 INFO kablam! warning: variable `Illegal` should have a snake case name such as `illegal` Oct 14 11:32:22.605 INFO kablam! --> src/ast.rs:42:13 Oct 14 11:32:22.605 INFO kablam! | Oct 14 11:32:22.605 INFO kablam! 42 | Illegal => write!(f, "Illegal()"), Oct 14 11:32:22.605 INFO kablam! | ^^^^^^^ Oct 14 11:32:22.605 INFO kablam! | Oct 14 11:32:22.605 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:32:22.605 INFO kablam! Oct 14 11:32:24.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.01s Oct 14 11:32:24.002 INFO kablam! su: No module specific data is present Oct 14 11:32:24.951 INFO running `"docker" "rm" "-f" "74bcfb32d12e820c650a6c17a2865e557a3d637591434f000826d29bf75b67af"` Oct 14 11:32:25.276 INFO blam! 74bcfb32d12e820c650a6c17a2865e557a3d637591434f000826d29bf75b67af Oct 14 11:32:25.285 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 11:32:25.763 INFO blam! 0856f28cc6e900b32239ed72d6a94d0b6b199dc75777a16523bc92d1374ca22a Oct 14 11:32:25.768 INFO running `"docker" "start" "-a" "0856f28cc6e900b32239ed72d6a94d0b6b199dc75777a16523bc92d1374ca22a"` Oct 14 11:32:26.851 INFO kablam! usermod: no changes Oct 14 11:32:26.931 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 11:32:26.943 INFO kablam! Running /target/debug/deps/loris-e8fc786349bf8bfd Oct 14 11:32:26.955 INFO blam! Oct 14 11:32:26.956 INFO blam! running 3 tests Oct 14 11:32:26.967 INFO blam! test lexer::text_lexer::test_next_token ... ok Oct 14 11:32:26.967 INFO blam! test parser::parser_test::test_let_statements ... ok Oct 14 11:32:26.967 INFO blam! test parser::parser_test::test_return_statements ... ok Oct 14 11:32:26.967 INFO blam! Oct 14 11:32:26.967 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:32:26.967 INFO blam! Oct 14 11:32:26.970 INFO kablam! su: No module specific data is present Oct 14 11:32:27.739 INFO running `"docker" "rm" "-f" "0856f28cc6e900b32239ed72d6a94d0b6b199dc75777a16523bc92d1374ca22a"` Oct 14 11:32:28.009 INFO blam! 0856f28cc6e900b32239ed72d6a94d0b6b199dc75777a16523bc92d1374ca22a