Oct 14 16:47:55.261 INFO testing jhoudan/monkey-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:47:55.261 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:47:55.778 INFO blam! 807d741af9c74d946a2392d143c4f28ba9409ccfb7d0fda2de553a178876c149 Oct 14 16:47:55.779 INFO running `"docker" "start" "-a" "807d741af9c74d946a2392d143c4f28ba9409ccfb7d0fda2de553a178876c149"` Oct 14 16:47:57.055 INFO kablam! usermod: no changes Oct 14 16:47:57.139 INFO kablam! Compiling monkey v0.1.0 (/source) Oct 14 16:47:57.423 INFO kablam! warning: unused import: `token::Token` Oct 14 16:47:57.423 INFO kablam! --> src/main.rs:9:5 Oct 14 16:47:57.423 INFO kablam! | Oct 14 16:47:57.423 INFO kablam! 9 | use token::Token; Oct 14 16:47:57.423 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:47:57.423 INFO kablam! | Oct 14 16:47:57.423 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:47:57.423 INFO kablam! Oct 14 16:47:57.519 INFO kablam! warning: struct is never constructed: `Program` Oct 14 16:47:57.519 INFO kablam! --> src/ast.rs:7:1 Oct 14 16:47:57.519 INFO kablam! | Oct 14 16:47:57.519 INFO kablam! 7 | pub struct Program { Oct 14 16:47:57.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.519 INFO kablam! | Oct 14 16:47:57.519 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:47:57.519 INFO kablam! Oct 14 16:47:57.519 INFO kablam! warning: method is never used: `new` Oct 14 16:47:57.519 INFO kablam! --> src/ast.rs:12:5 Oct 14 16:47:57.519 INFO kablam! | Oct 14 16:47:57.519 INFO kablam! 12 | pub fn new() -> Program { Oct 14 16:47:57.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.519 INFO kablam! Oct 14 16:47:57.519 INFO kablam! warning: method is never used: `token_literal` Oct 14 16:47:57.519 INFO kablam! --> src/ast.rs:16:5 Oct 14 16:47:57.519 INFO kablam! | Oct 14 16:47:57.519 INFO kablam! 16 | fn token_literal(&self) -> String { Oct 14 16:47:57.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.519 INFO kablam! Oct 14 16:47:57.519 INFO kablam! warning: struct is never constructed: `Statement` Oct 14 16:47:57.519 INFO kablam! --> src/ast.rs:27:1 Oct 14 16:47:57.519 INFO kablam! | Oct 14 16:47:57.519 INFO kablam! 27 | pub struct Statement { Oct 14 16:47:57.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.519 INFO kablam! Oct 14 16:47:57.519 INFO kablam! warning: method is never used: `token_literal` Oct 14 16:47:57.519 INFO kablam! --> src/ast.rs:34:5 Oct 14 16:47:57.519 INFO kablam! | Oct 14 16:47:57.519 INFO kablam! 34 | fn token_literal(&self) -> String { Oct 14 16:47:57.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.519 INFO kablam! Oct 14 16:47:57.519 INFO kablam! warning: struct is never constructed: `Expression` Oct 14 16:47:57.519 INFO kablam! --> src/ast.rs:39:1 Oct 14 16:47:57.519 INFO kablam! | Oct 14 16:47:57.519 INFO kablam! 39 | struct Expression; Oct 14 16:47:57.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.520 INFO kablam! Oct 14 16:47:57.520 INFO kablam! warning: struct is never constructed: `Parser` Oct 14 16:47:57.520 INFO kablam! --> src/parser.rs:7:1 Oct 14 16:47:57.520 INFO kablam! | Oct 14 16:47:57.520 INFO kablam! 7 | pub struct Parser<'a> { Oct 14 16:47:57.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.520 INFO kablam! Oct 14 16:47:57.520 INFO kablam! warning: method is never used: `new` Oct 14 16:47:57.520 INFO kablam! --> src/parser.rs:15:5 Oct 14 16:47:57.520 INFO kablam! | Oct 14 16:47:57.520 INFO kablam! 15 | fn new(mut lexer: Lexer) -> Parser { Oct 14 16:47:57.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.520 INFO kablam! Oct 14 16:47:57.520 INFO kablam! warning: method is never used: `next_token` Oct 14 16:47:57.520 INFO kablam! --> src/parser.rs:26:5 Oct 14 16:47:57.520 INFO kablam! | Oct 14 16:47:57.520 INFO kablam! 26 | fn next_token(&mut self) { Oct 14 16:47:57.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.520 INFO kablam! Oct 14 16:47:57.520 INFO kablam! warning: method is never used: `take_current_token` Oct 14 16:47:57.520 INFO kablam! --> src/parser.rs:30:5 Oct 14 16:47:57.520 INFO kablam! | Oct 14 16:47:57.520 INFO kablam! 30 | fn take_current_token(&mut self) -> Token { Oct 14 16:47:57.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.520 INFO kablam! Oct 14 16:47:57.520 INFO kablam! warning: method is never used: `parse_program` Oct 14 16:47:57.520 INFO kablam! --> src/parser.rs:34:5 Oct 14 16:47:57.520 INFO kablam! | Oct 14 16:47:57.520 INFO kablam! 34 | fn parse_program(&mut self) -> Program { Oct 14 16:47:57.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.520 INFO kablam! Oct 14 16:47:57.520 INFO kablam! warning: method is never used: `parse_statement` Oct 14 16:47:57.520 INFO kablam! --> src/parser.rs:47:5 Oct 14 16:47:57.520 INFO kablam! | Oct 14 16:47:57.520 INFO kablam! 47 | fn parse_statement(&mut self) -> Option { Oct 14 16:47:57.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.520 INFO kablam! Oct 14 16:47:57.520 INFO kablam! warning: method is never used: `parse_let_statement` Oct 14 16:47:57.520 INFO kablam! --> src/parser.rs:54:5 Oct 14 16:47:57.520 INFO kablam! | Oct 14 16:47:57.520 INFO kablam! 54 | fn parse_let_statement(&mut self) -> Option { Oct 14 16:47:57.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:57.520 INFO kablam! Oct 14 16:47:58.367 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 14 16:47:58.367 INFO kablam! su: No module specific data is present Oct 14 16:47:59.431 INFO running `"docker" "rm" "-f" "807d741af9c74d946a2392d143c4f28ba9409ccfb7d0fda2de553a178876c149"` Oct 14 16:47:59.735 INFO blam! 807d741af9c74d946a2392d143c4f28ba9409ccfb7d0fda2de553a178876c149 Oct 14 16:47:59.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:48:00.256 INFO blam! 6151e7a72eb928eedfb03b146f0632706741e41aebe8e22f71bc168d93ccaf52 Oct 14 16:48:00.259 INFO running `"docker" "start" "-a" "6151e7a72eb928eedfb03b146f0632706741e41aebe8e22f71bc168d93ccaf52"` Oct 14 16:48:02.143 INFO kablam! usermod: no changes Oct 14 16:48:02.181 INFO kablam! Compiling monkey v0.1.0 (/source) Oct 14 16:48:02.522 INFO kablam! warning: unused import: `token::Token` Oct 14 16:48:02.522 INFO kablam! --> src/main.rs:9:5 Oct 14 16:48:02.522 INFO kablam! | Oct 14 16:48:02.522 INFO kablam! 9 | use token::Token; Oct 14 16:48:02.522 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:48:02.522 INFO kablam! | Oct 14 16:48:02.543 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:48:02.543 INFO kablam! Oct 14 16:48:02.639 INFO kablam! warning: unused variable: `lexer` Oct 14 16:48:02.639 INFO kablam! --> src/lexer.rs:186:17 Oct 14 16:48:02.639 INFO kablam! | Oct 14 16:48:02.639 INFO kablam! 186 | let mut lexer = Lexer::new(input); Oct 14 16:48:02.639 INFO kablam! | ^^^^^ help: consider using `_lexer` instead Oct 14 16:48:02.639 INFO kablam! | Oct 14 16:48:02.639 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:48:02.639 INFO kablam! Oct 14 16:48:02.671 INFO kablam! warning: variable does not need to be mutable Oct 14 16:48:02.671 INFO kablam! --> src/lexer.rs:186:13 Oct 14 16:48:02.671 INFO kablam! | Oct 14 16:48:02.671 INFO kablam! 186 | let mut lexer = Lexer::new(input); Oct 14 16:48:02.671 INFO kablam! | ----^^^^^ Oct 14 16:48:02.671 INFO kablam! | | Oct 14 16:48:02.671 INFO kablam! | help: remove this `mut` Oct 14 16:48:02.671 INFO kablam! | Oct 14 16:48:02.671 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:48:02.671 INFO kablam! Oct 14 16:48:02.683 INFO kablam! warning: method is never used: `token_literal` Oct 14 16:48:02.683 INFO kablam! --> src/ast.rs:16:5 Oct 14 16:48:02.683 INFO kablam! | Oct 14 16:48:02.683 INFO kablam! 16 | fn token_literal(&self) -> String { Oct 14 16:48:02.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:48:02.683 INFO kablam! | Oct 14 16:48:02.683 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:48:02.683 INFO kablam! Oct 14 16:48:02.683 INFO kablam! warning: method is never used: `token_literal` Oct 14 16:48:02.683 INFO kablam! --> src/ast.rs:34:5 Oct 14 16:48:02.683 INFO kablam! | Oct 14 16:48:02.683 INFO kablam! 34 | fn token_literal(&self) -> String { Oct 14 16:48:02.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:48:02.683 INFO kablam! Oct 14 16:48:02.683 INFO kablam! warning: struct is never constructed: `Expression` Oct 14 16:48:02.683 INFO kablam! --> src/ast.rs:39:1 Oct 14 16:48:02.683 INFO kablam! | Oct 14 16:48:02.683 INFO kablam! 39 | struct Expression; Oct 14 16:48:02.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:48:02.683 INFO kablam! Oct 14 16:48:03.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 14 16:48:03.747 INFO kablam! su: No module specific data is present Oct 14 16:48:04.819 INFO running `"docker" "rm" "-f" "6151e7a72eb928eedfb03b146f0632706741e41aebe8e22f71bc168d93ccaf52"` Oct 14 16:48:05.141 INFO blam! 6151e7a72eb928eedfb03b146f0632706741e41aebe8e22f71bc168d93ccaf52 Oct 14 16:48:05.146 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:48:05.783 INFO blam! bedf8bec767cea03ffc1cb6b0a0c42469f137a2a2f1a50d197635ccdc7163ce4 Oct 14 16:48:05.791 INFO running `"docker" "start" "-a" "bedf8bec767cea03ffc1cb6b0a0c42469f137a2a2f1a50d197635ccdc7163ce4"` Oct 14 16:48:07.667 INFO kablam! usermod: no changes Oct 14 16:48:07.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 16:48:07.727 INFO blam! Oct 14 16:48:07.727 INFO kablam! Running /target/debug/deps/monkey-16969e1484365eef Oct 14 16:48:07.727 INFO blam! running 4 tests Oct 14 16:48:07.728 INFO blam! test parser::tests::basic_input ... ok Oct 14 16:48:07.728 INFO blam! test lexer::tests::simple_program ... ok Oct 14 16:48:07.728 INFO blam! test lexer::tests::medium_input ... ok Oct 14 16:48:07.728 INFO blam! test lexer::tests::basic_input ... ok Oct 14 16:48:07.728 INFO blam! Oct 14 16:48:07.728 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:48:07.728 INFO blam! Oct 14 16:48:07.735 INFO kablam! su: No module specific data is present Oct 14 16:48:08.714 INFO running `"docker" "rm" "-f" "bedf8bec767cea03ffc1cb6b0a0c42469f137a2a2f1a50d197635ccdc7163ce4"` Oct 14 16:48:09.115 INFO blam! bedf8bec767cea03ffc1cb6b0a0c42469f137a2a2f1a50d197635ccdc7163ce4