Oct 13 06:02:34.377 INFO testing n4to4/interpreter-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:02:34.379 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 06:02:34.731 INFO blam! 7eb4e246bf387c125aae7439c2d8bb101fa61c89d780d2efd06a75945ba98521 Oct 13 06:02:34.736 INFO running `"docker" "start" "-a" "7eb4e246bf387c125aae7439c2d8bb101fa61c89d780d2efd06a75945ba98521"` Oct 13 06:02:35.477 INFO kablam! usermod: no changes Oct 13 06:02:35.523 INFO kablam! Compiling interpreter v0.1.0 (/source) Oct 13 06:02:35.816 INFO kablam! warning: unused `#[macro_use]` import Oct 13 06:02:35.816 INFO kablam! --> src/main.rs:3:1 Oct 13 06:02:35.816 INFO kablam! | Oct 13 06:02:35.816 INFO kablam! 3 | #[macro_use] Oct 13 06:02:35.816 INFO kablam! | ^^^^^^^^^^^^ Oct 13 06:02:35.816 INFO kablam! | Oct 13 06:02:35.816 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:02:35.816 INFO kablam! Oct 13 06:02:35.934 INFO kablam! warning: struct is never constructed: `Program` Oct 13 06:02:35.934 INFO kablam! --> src/ast.rs:23:1 Oct 13 06:02:35.934 INFO kablam! | Oct 13 06:02:35.934 INFO kablam! 23 | pub struct Program { Oct 13 06:02:35.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.935 INFO kablam! Oct 13 06:02:35.935 INFO kablam! warning: method is never used: `new` Oct 13 06:02:35.935 INFO kablam! --> src/ast.rs:27:5 Oct 13 06:02:35.935 INFO kablam! | Oct 13 06:02:35.935 INFO kablam! 27 | pub fn new() -> Program { Oct 13 06:02:35.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.935 INFO kablam! Oct 13 06:02:35.935 INFO kablam! warning: method is never used: `token_literal` Oct 13 06:02:35.935 INFO kablam! --> src/ast.rs:33:5 Oct 13 06:02:35.935 INFO kablam! | Oct 13 06:02:35.935 INFO kablam! 33 | fn token_literal(&self) -> String { Oct 13 06:02:35.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.935 INFO kablam! Oct 13 06:02:35.935 INFO kablam! warning: struct is never constructed: `Identifier` Oct 13 06:02:35.935 INFO kablam! --> src/ast.rs:47:1 Oct 13 06:02:35.935 INFO kablam! | Oct 13 06:02:35.935 INFO kablam! 47 | pub struct Identifier { Oct 13 06:02:35.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.935 INFO kablam! Oct 13 06:02:35.935 INFO kablam! warning: struct is never constructed: `LetStatement` Oct 13 06:02:35.935 INFO kablam! --> src/ast.rs:63:1 Oct 13 06:02:35.936 INFO kablam! | Oct 13 06:02:35.936 INFO kablam! 63 | pub struct LetStatement { Oct 13 06:02:35.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.936 INFO kablam! Oct 13 06:02:35.936 INFO kablam! warning: struct is never constructed: `Parser` Oct 13 06:02:35.936 INFO kablam! --> src/parser.rs:5:1 Oct 13 06:02:35.936 INFO kablam! | Oct 13 06:02:35.936 INFO kablam! 5 | struct Parser<'a> { Oct 13 06:02:35.936 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.936 INFO kablam! Oct 13 06:02:35.936 INFO kablam! warning: method is never used: `new` Oct 13 06:02:35.937 INFO kablam! --> src/parser.rs:12:5 Oct 13 06:02:35.937 INFO kablam! | Oct 13 06:02:35.937 INFO kablam! 12 | fn new(l: &'a mut Lexer) -> Self { Oct 13 06:02:35.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.937 INFO kablam! Oct 13 06:02:35.937 INFO kablam! warning: method is never used: `next_token` Oct 13 06:02:35.937 INFO kablam! --> src/parser.rs:23:5 Oct 13 06:02:35.937 INFO kablam! | Oct 13 06:02:35.937 INFO kablam! 23 | fn next_token(&mut self) { Oct 13 06:02:35.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.937 INFO kablam! Oct 13 06:02:35.937 INFO kablam! warning: method is never used: `parse_program` Oct 13 06:02:35.938 INFO kablam! --> src/parser.rs:31:5 Oct 13 06:02:35.938 INFO kablam! | Oct 13 06:02:35.938 INFO kablam! 31 | fn parse_program(&mut self) -> Option { Oct 13 06:02:35.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.938 INFO kablam! Oct 13 06:02:35.938 INFO kablam! warning: method is never used: `parse_statement` Oct 13 06:02:35.938 INFO kablam! --> src/parser.rs:46:5 Oct 13 06:02:35.938 INFO kablam! | Oct 13 06:02:35.938 INFO kablam! 46 | fn parse_statement(&mut self) -> Option> { Oct 13 06:02:35.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.939 INFO kablam! Oct 13 06:02:35.939 INFO kablam! warning: method is never used: `parse_let_statement` Oct 13 06:02:35.939 INFO kablam! --> src/parser.rs:53:5 Oct 13 06:02:35.939 INFO kablam! | Oct 13 06:02:35.939 INFO kablam! 53 | fn parse_let_statement(&mut self) -> Option { Oct 13 06:02:35.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.939 INFO kablam! Oct 13 06:02:35.939 INFO kablam! warning: method is never used: `cur_token_is` Oct 13 06:02:35.939 INFO kablam! --> src/parser.rs:81:5 Oct 13 06:02:35.939 INFO kablam! | Oct 13 06:02:35.939 INFO kablam! 81 | fn cur_token_is(&self, t: token::TokenType) -> bool { Oct 13 06:02:35.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.939 INFO kablam! Oct 13 06:02:35.939 INFO kablam! warning: method is never used: `peek_token_is` Oct 13 06:02:35.939 INFO kablam! --> src/parser.rs:84:5 Oct 13 06:02:35.939 INFO kablam! | Oct 13 06:02:35.939 INFO kablam! 84 | fn peek_token_is(&self, t: token::TokenType) -> bool { Oct 13 06:02:35.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.939 INFO kablam! Oct 13 06:02:35.939 INFO kablam! warning: method is never used: `expect_peek` Oct 13 06:02:35.939 INFO kablam! --> src/parser.rs:87:5 Oct 13 06:02:35.939 INFO kablam! | Oct 13 06:02:35.939 INFO kablam! 87 | fn expect_peek(&mut self, t: token::TokenType) -> bool { Oct 13 06:02:35.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:35.940 INFO kablam! Oct 13 06:02:35.951 INFO kablam! warning: variant `NOT_EQ` should have a camel case name such as `NotEq` Oct 13 06:02:35.951 INFO kablam! --> src/token.rs:27:5 Oct 13 06:02:35.951 INFO kablam! | Oct 13 06:02:35.951 INFO kablam! 27 | NOT_EQ, Oct 13 06:02:35.951 INFO kablam! | ^^^^^^ Oct 13 06:02:35.951 INFO kablam! | Oct 13 06:02:35.951 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 06:02:35.951 INFO kablam! Oct 13 06:02:36.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 13 06:02:36.307 INFO kablam! su: No module specific data is present Oct 13 06:02:36.660 INFO running `"docker" "rm" "-f" "7eb4e246bf387c125aae7439c2d8bb101fa61c89d780d2efd06a75945ba98521"` Oct 13 06:02:36.731 INFO blam! 7eb4e246bf387c125aae7439c2d8bb101fa61c89d780d2efd06a75945ba98521 Oct 13 06:02:36.733 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 06:02:36.886 INFO blam! ba61033f12d8ff0e19867baa1e00e5acd70358f24f224e95c07eb8ab25600181 Oct 13 06:02:36.888 INFO running `"docker" "start" "-a" "ba61033f12d8ff0e19867baa1e00e5acd70358f24f224e95c07eb8ab25600181"` Oct 13 06:02:37.326 INFO kablam! usermod: no changes Oct 13 06:02:37.364 INFO kablam! Compiling interpreter v0.1.0 (/source) Oct 13 06:02:37.877 INFO kablam! warning: method is never used: `token_literal` Oct 13 06:02:37.877 INFO kablam! --> src/ast.rs:33:5 Oct 13 06:02:37.877 INFO kablam! | Oct 13 06:02:37.877 INFO kablam! 33 | fn token_literal(&self) -> String { Oct 13 06:02:37.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:37.877 INFO kablam! Oct 13 06:02:37.877 INFO kablam! warning: function is never used: `print_if_string` Oct 13 06:02:37.877 INFO kablam! --> src/parser.rs:104:5 Oct 13 06:02:37.877 INFO kablam! | Oct 13 06:02:37.877 INFO kablam! 104 | fn print_if_string(s: &Any) { Oct 13 06:02:37.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:02:37.877 INFO kablam! Oct 13 06:02:37.886 INFO kablam! warning: variant `NOT_EQ` should have a camel case name such as `NotEq` Oct 13 06:02:37.886 INFO kablam! --> src/token.rs:27:5 Oct 13 06:02:37.886 INFO kablam! | Oct 13 06:02:37.886 INFO kablam! 27 | NOT_EQ, Oct 13 06:02:37.886 INFO kablam! | ^^^^^^ Oct 13 06:02:37.886 INFO kablam! | Oct 13 06:02:37.886 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 13 06:02:37.887 INFO kablam! Oct 13 06:02:38.385 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 13 06:02:38.387 INFO kablam! su: No module specific data is present Oct 13 06:02:38.712 INFO running `"docker" "rm" "-f" "ba61033f12d8ff0e19867baa1e00e5acd70358f24f224e95c07eb8ab25600181"` Oct 13 06:02:39.112 INFO blam! ba61033f12d8ff0e19867baa1e00e5acd70358f24f224e95c07eb8ab25600181 Oct 13 06:02:39.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 06:02:39.508 INFO blam! 3b8eef12f57b4b26ccd6526e5aafd61f24554f14db31187e27c85ed43f8610f6 Oct 13 06:02:39.509 INFO running `"docker" "start" "-a" "3b8eef12f57b4b26ccd6526e5aafd61f24554f14db31187e27c85ed43f8610f6"` Oct 13 06:02:39.958 INFO kablam! usermod: no changes Oct 13 06:02:39.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 06:02:39.995 INFO kablam! Running /target/debug/deps/interpreter-2f5d851bb19b7097 Oct 13 06:02:39.998 INFO blam! Oct 13 06:02:39.998 INFO blam! running 3 tests Oct 13 06:02:39.998 INFO blam! test parser::tests::let_statements ... ok Oct 13 06:02:39.999 INFO blam! test token::tests::next_token2 ... ok Oct 13 06:02:40.011 INFO blam! test token::tests::next_token ... ok Oct 13 06:02:40.011 INFO blam! Oct 13 06:02:40.011 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:02:40.011 INFO blam! Oct 13 06:02:40.017 INFO kablam! su: No module specific data is present Oct 13 06:02:40.300 INFO running `"docker" "rm" "-f" "3b8eef12f57b4b26ccd6526e5aafd61f24554f14db31187e27c85ed43f8610f6"` Oct 13 06:02:40.391 INFO blam! 3b8eef12f57b4b26ccd6526e5aafd61f24554f14db31187e27c85ed43f8610f6