Oct 10 20:58:22.697 INFO testing jhoudan/monkey-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:58:22.697 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:58:22.698 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:58:23.301 INFO blam! eb23b25bc3844ff57c43c7e06b28344dacbaf475cfc3f99cfe6351eaf8e19e09 Oct 10 20:58:23.303 INFO running `"docker" "start" "-a" "eb23b25bc3844ff57c43c7e06b28344dacbaf475cfc3f99cfe6351eaf8e19e09"` Oct 10 20:58:25.018 INFO kablam! usermod: no changes Oct 10 20:58:25.088 INFO kablam! Compiling monkey v0.1.0 (/source) Oct 10 20:58:25.668 INFO kablam! warning: unused import: `token::Token` Oct 10 20:58:25.668 INFO kablam! --> src/main.rs:9:5 Oct 10 20:58:25.668 INFO kablam! | Oct 10 20:58:25.668 INFO kablam! 9 | use token::Token; Oct 10 20:58:25.668 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:58:25.668 INFO kablam! | Oct 10 20:58:25.668 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:58:25.668 INFO kablam! Oct 10 20:58:25.756 INFO kablam! warning: struct is never constructed: `Program` Oct 10 20:58:25.757 INFO kablam! --> src/ast.rs:7:1 Oct 10 20:58:25.757 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 7 | pub struct Program { Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: method is never used: `new` Oct 10 20:58:25.758 INFO kablam! --> src/ast.rs:12:5 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 12 | pub fn new() -> Program { Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: method is never used: `token_literal` Oct 10 20:58:25.758 INFO kablam! --> src/ast.rs:16:5 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 16 | fn token_literal(&self) -> String { Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: struct is never constructed: `Statement` Oct 10 20:58:25.758 INFO kablam! --> src/ast.rs:27:1 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 27 | pub struct Statement { Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: method is never used: `token_literal` Oct 10 20:58:25.758 INFO kablam! --> src/ast.rs:34:5 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 34 | fn token_literal(&self) -> String { Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: struct is never constructed: `Expression` Oct 10 20:58:25.758 INFO kablam! --> src/ast.rs:39:1 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 39 | struct Expression; Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: struct is never constructed: `Parser` Oct 10 20:58:25.758 INFO kablam! --> src/parser.rs:7:1 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 7 | pub struct Parser<'a> { Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: method is never used: `new` Oct 10 20:58:25.758 INFO kablam! --> src/parser.rs:15:5 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 15 | fn new(mut lexer: Lexer) -> Parser { Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: method is never used: `next_token` Oct 10 20:58:25.758 INFO kablam! --> src/parser.rs:26:5 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 26 | fn next_token(&mut self) { Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: method is never used: `take_current_token` Oct 10 20:58:25.758 INFO kablam! --> src/parser.rs:30:5 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 30 | fn take_current_token(&mut self) -> Token { Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: method is never used: `parse_program` Oct 10 20:58:25.758 INFO kablam! --> src/parser.rs:34:5 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 34 | fn parse_program(&mut self) -> Program { Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: method is never used: `parse_statement` Oct 10 20:58:25.758 INFO kablam! --> src/parser.rs:47:5 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 47 | fn parse_statement(&mut self) -> Option { Oct 10 20:58:25.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.758 INFO kablam! Oct 10 20:58:25.758 INFO kablam! warning: method is never used: `parse_let_statement` Oct 10 20:58:25.758 INFO kablam! --> src/parser.rs:54:5 Oct 10 20:58:25.758 INFO kablam! | Oct 10 20:58:25.758 INFO kablam! 54 | fn parse_let_statement(&mut self) -> Option { Oct 10 20:58:25.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:25.759 INFO kablam! Oct 10 20:58:26.482 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 10 20:58:26.483 INFO kablam! su: No module specific data is present Oct 10 20:58:27.496 INFO running `"docker" "rm" "-f" "eb23b25bc3844ff57c43c7e06b28344dacbaf475cfc3f99cfe6351eaf8e19e09"` Oct 10 20:58:27.745 INFO blam! eb23b25bc3844ff57c43c7e06b28344dacbaf475cfc3f99cfe6351eaf8e19e09 Oct 10 20:58:27.751 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:58:27.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:58:28.116 INFO blam! b093f7ef66d141636096217cad1d71c9ee762929f40af6d50e22488f52190d75 Oct 10 20:58:28.120 INFO running `"docker" "start" "-a" "b093f7ef66d141636096217cad1d71c9ee762929f40af6d50e22488f52190d75"` Oct 10 20:58:29.533 INFO kablam! usermod: no changes Oct 10 20:58:29.609 INFO kablam! Compiling monkey v0.1.0 (/source) Oct 10 20:58:30.308 INFO kablam! warning: unused import: `token::Token` Oct 10 20:58:30.308 INFO kablam! --> src/main.rs:9:5 Oct 10 20:58:30.308 INFO kablam! | Oct 10 20:58:30.308 INFO kablam! 9 | use token::Token; Oct 10 20:58:30.308 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:58:30.308 INFO kablam! | Oct 10 20:58:30.308 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:58:30.308 INFO kablam! Oct 10 20:58:30.396 INFO kablam! warning: unused variable: `lexer` Oct 10 20:58:30.396 INFO kablam! --> src/lexer.rs:186:17 Oct 10 20:58:30.396 INFO kablam! | Oct 10 20:58:30.396 INFO kablam! 186 | let mut lexer = Lexer::new(input); Oct 10 20:58:30.396 INFO kablam! | ^^^^^ help: consider using `_lexer` instead Oct 10 20:58:30.396 INFO kablam! | Oct 10 20:58:30.396 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:58:30.396 INFO kablam! Oct 10 20:58:30.412 INFO kablam! warning: variable does not need to be mutable Oct 10 20:58:30.412 INFO kablam! --> src/lexer.rs:186:13 Oct 10 20:58:30.412 INFO kablam! | Oct 10 20:58:30.412 INFO kablam! 186 | let mut lexer = Lexer::new(input); Oct 10 20:58:30.412 INFO kablam! | ----^^^^^ Oct 10 20:58:30.412 INFO kablam! | | Oct 10 20:58:30.412 INFO kablam! | help: remove this `mut` Oct 10 20:58:30.412 INFO kablam! | Oct 10 20:58:30.412 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:58:30.412 INFO kablam! Oct 10 20:58:30.424 INFO kablam! warning: method is never used: `token_literal` Oct 10 20:58:30.424 INFO kablam! --> src/ast.rs:16:5 Oct 10 20:58:30.424 INFO kablam! | Oct 10 20:58:30.424 INFO kablam! 16 | fn token_literal(&self) -> String { Oct 10 20:58:30.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:30.424 INFO kablam! | Oct 10 20:58:30.424 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:58:30.424 INFO kablam! Oct 10 20:58:30.424 INFO kablam! warning: method is never used: `token_literal` Oct 10 20:58:30.424 INFO kablam! --> src/ast.rs:34:5 Oct 10 20:58:30.424 INFO kablam! | Oct 10 20:58:30.424 INFO kablam! 34 | fn token_literal(&self) -> String { Oct 10 20:58:30.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:58:30.424 INFO kablam! Oct 10 20:58:30.424 INFO kablam! warning: struct is never constructed: `Expression` Oct 10 20:58:30.424 INFO kablam! --> src/ast.rs:39:1 Oct 10 20:58:30.424 INFO kablam! | Oct 10 20:58:30.424 INFO kablam! 39 | struct Expression; Oct 10 20:58:30.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 20:58:30.424 INFO kablam! Oct 10 20:58:31.431 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Oct 10 20:58:31.433 INFO kablam! su: No module specific data is present Oct 10 20:58:32.237 INFO running `"docker" "rm" "-f" "b093f7ef66d141636096217cad1d71c9ee762929f40af6d50e22488f52190d75"` Oct 10 20:58:32.452 INFO blam! b093f7ef66d141636096217cad1d71c9ee762929f40af6d50e22488f52190d75 Oct 10 20:58:32.458 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:58:32.458 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:58:32.793 INFO blam! 206d17ec69dcd6c64b49e74de9ba78a4c3086d834dd75c27067835360fe61fcb Oct 10 20:58:32.798 INFO running `"docker" "start" "-a" "206d17ec69dcd6c64b49e74de9ba78a4c3086d834dd75c27067835360fe61fcb"` Oct 10 20:58:33.749 INFO kablam! usermod: no changes Oct 10 20:58:33.817 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 20:58:33.828 INFO kablam! Running /target/debug/deps/monkey-16969e1484365eef Oct 10 20:58:33.828 INFO blam! Oct 10 20:58:33.828 INFO blam! running 4 tests Oct 10 20:58:33.828 INFO blam! test lexer::tests::simple_program ... ok Oct 10 20:58:33.828 INFO blam! test lexer::tests::basic_input ... ok Oct 10 20:58:33.828 INFO blam! test parser::tests::basic_input ... ok Oct 10 20:58:33.828 INFO blam! test lexer::tests::medium_input ... ok Oct 10 20:58:33.828 INFO blam! Oct 10 20:58:33.828 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:58:33.828 INFO blam! Oct 10 20:58:33.836 INFO kablam! su: No module specific data is present Oct 10 20:58:34.266 INFO running `"docker" "rm" "-f" "206d17ec69dcd6c64b49e74de9ba78a4c3086d834dd75c27067835360fe61fcb"` Oct 10 20:58:34.693 INFO blam! 206d17ec69dcd6c64b49e74de9ba78a4c3086d834dd75c27067835360fe61fcb