Oct 14 16:47:52.900 INFO testing jhoudan/monkey-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 16:47:52.900 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 16:47:53.377 INFO blam! 62c8134f9145efde1dede81f5da9a050f72b329e0beac50dda79ef468de1155c Oct 14 16:47:53.380 INFO running `"docker" "start" "-a" "62c8134f9145efde1dede81f5da9a050f72b329e0beac50dda79ef468de1155c"` Oct 14 16:47:55.195 INFO kablam! usermod: no changes Oct 14 16:47:55.275 INFO kablam! Compiling monkey v0.1.0 (/source) Oct 14 16:47:55.571 INFO kablam! warning: unused import: `token::Token` Oct 14 16:47:55.571 INFO kablam! --> src/main.rs:9:5 Oct 14 16:47:55.571 INFO kablam! | Oct 14 16:47:55.571 INFO kablam! 9 | use token::Token; Oct 14 16:47:55.571 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:47:55.571 INFO kablam! | Oct 14 16:47:55.571 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:47:55.571 INFO kablam! Oct 14 16:47:55.655 INFO kablam! warning: struct is never constructed: `Program` Oct 14 16:47:55.655 INFO kablam! --> src/ast.rs:7:1 Oct 14 16:47:55.655 INFO kablam! | Oct 14 16:47:55.655 INFO kablam! 7 | pub struct Program { Oct 14 16:47:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.655 INFO kablam! | Oct 14 16:47:55.655 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:47:55.655 INFO kablam! Oct 14 16:47:55.655 INFO kablam! warning: method is never used: `new` Oct 14 16:47:55.655 INFO kablam! --> src/ast.rs:12:5 Oct 14 16:47:55.655 INFO kablam! | Oct 14 16:47:55.655 INFO kablam! 12 | pub fn new() -> Program { Oct 14 16:47:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.655 INFO kablam! Oct 14 16:47:55.655 INFO kablam! warning: method is never used: `token_literal` Oct 14 16:47:55.655 INFO kablam! --> src/ast.rs:16:5 Oct 14 16:47:55.655 INFO kablam! | Oct 14 16:47:55.655 INFO kablam! 16 | fn token_literal(&self) -> String { Oct 14 16:47:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.655 INFO kablam! Oct 14 16:47:55.655 INFO kablam! warning: struct is never constructed: `Statement` Oct 14 16:47:55.655 INFO kablam! --> src/ast.rs:27:1 Oct 14 16:47:55.655 INFO kablam! | Oct 14 16:47:55.655 INFO kablam! 27 | pub struct Statement { Oct 14 16:47:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.655 INFO kablam! Oct 14 16:47:55.655 INFO kablam! warning: method is never used: `token_literal` Oct 14 16:47:55.655 INFO kablam! --> src/ast.rs:34:5 Oct 14 16:47:55.655 INFO kablam! | Oct 14 16:47:55.655 INFO kablam! 34 | fn token_literal(&self) -> String { Oct 14 16:47:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.655 INFO kablam! Oct 14 16:47:55.655 INFO kablam! warning: struct is never constructed: `Expression` Oct 14 16:47:55.655 INFO kablam! --> src/ast.rs:39:1 Oct 14 16:47:55.655 INFO kablam! | Oct 14 16:47:55.655 INFO kablam! 39 | struct Expression; Oct 14 16:47:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.655 INFO kablam! Oct 14 16:47:55.655 INFO kablam! warning: struct is never constructed: `Parser` Oct 14 16:47:55.655 INFO kablam! --> src/parser.rs:7:1 Oct 14 16:47:55.655 INFO kablam! | Oct 14 16:47:55.655 INFO kablam! 7 | pub struct Parser<'a> { Oct 14 16:47:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.655 INFO kablam! Oct 14 16:47:55.655 INFO kablam! warning: method is never used: `new` Oct 14 16:47:55.655 INFO kablam! --> src/parser.rs:15:5 Oct 14 16:47:55.655 INFO kablam! | Oct 14 16:47:55.655 INFO kablam! 15 | fn new(mut lexer: Lexer) -> Parser { Oct 14 16:47:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.655 INFO kablam! Oct 14 16:47:55.655 INFO kablam! warning: method is never used: `next_token` Oct 14 16:47:55.655 INFO kablam! --> src/parser.rs:26:5 Oct 14 16:47:55.655 INFO kablam! | Oct 14 16:47:55.655 INFO kablam! 26 | fn next_token(&mut self) { Oct 14 16:47:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.655 INFO kablam! Oct 14 16:47:55.655 INFO kablam! warning: method is never used: `take_current_token` Oct 14 16:47:55.655 INFO kablam! --> src/parser.rs:30:5 Oct 14 16:47:55.655 INFO kablam! | Oct 14 16:47:55.655 INFO kablam! 30 | fn take_current_token(&mut self) -> Token { Oct 14 16:47:55.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.655 INFO kablam! Oct 14 16:47:55.655 INFO kablam! warning: method is never used: `parse_program` Oct 14 16:47:55.656 INFO kablam! --> src/parser.rs:34:5 Oct 14 16:47:55.656 INFO kablam! | Oct 14 16:47:55.656 INFO kablam! 34 | fn parse_program(&mut self) -> Program { Oct 14 16:47:55.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.656 INFO kablam! Oct 14 16:47:55.656 INFO kablam! warning: method is never used: `parse_statement` Oct 14 16:47:55.656 INFO kablam! --> src/parser.rs:47:5 Oct 14 16:47:55.656 INFO kablam! | Oct 14 16:47:55.656 INFO kablam! 47 | fn parse_statement(&mut self) -> Option { Oct 14 16:47:55.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.656 INFO kablam! Oct 14 16:47:55.656 INFO kablam! warning: method is never used: `parse_let_statement` Oct 14 16:47:55.656 INFO kablam! --> src/parser.rs:54:5 Oct 14 16:47:55.656 INFO kablam! | Oct 14 16:47:55.656 INFO kablam! 54 | fn parse_let_statement(&mut self) -> Option { Oct 14 16:47:55.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:47:55.656 INFO kablam! Oct 14 16:47:56.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 14 16:47:56.623 INFO kablam! su: No module specific data is present Oct 14 16:47:57.415 INFO running `"docker" "rm" "-f" "62c8134f9145efde1dede81f5da9a050f72b329e0beac50dda79ef468de1155c"` Oct 14 16:47:57.799 INFO blam! 62c8134f9145efde1dede81f5da9a050f72b329e0beac50dda79ef468de1155c Oct 14 16:47:57.815 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 16:47:58.332 INFO blam! 03840ae7e4365e352532537623cc4be7a04be2140751e80c2170985cd8786a23 Oct 14 16:47:58.335 INFO running `"docker" "start" "-a" "03840ae7e4365e352532537623cc4be7a04be2140751e80c2170985cd8786a23"` Oct 14 16:47:59.984 INFO kablam! usermod: no changes Oct 14 16:48:00.023 INFO kablam! Compiling monkey v0.1.0 (/source) Oct 14 16:48:00.291 INFO kablam! warning: unused import: `token::Token` Oct 14 16:48:00.291 INFO kablam! --> src/main.rs:9:5 Oct 14 16:48:00.291 INFO kablam! | Oct 14 16:48:00.291 INFO kablam! 9 | use token::Token; Oct 14 16:48:00.291 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:48:00.291 INFO kablam! | Oct 14 16:48:00.291 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:48:00.291 INFO kablam! Oct 14 16:48:00.379 INFO kablam! warning: unused variable: `lexer` Oct 14 16:48:00.379 INFO kablam! --> src/lexer.rs:186:17 Oct 14 16:48:00.379 INFO kablam! | Oct 14 16:48:00.380 INFO kablam! 186 | let mut lexer = Lexer::new(input); Oct 14 16:48:00.380 INFO kablam! | ^^^^^ help: consider using `_lexer` instead Oct 14 16:48:00.380 INFO kablam! | Oct 14 16:48:00.380 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:48:00.380 INFO kablam! Oct 14 16:48:00.407 INFO kablam! warning: variable does not need to be mutable Oct 14 16:48:00.407 INFO kablam! --> src/lexer.rs:186:13 Oct 14 16:48:00.408 INFO kablam! | Oct 14 16:48:00.408 INFO kablam! 186 | let mut lexer = Lexer::new(input); Oct 14 16:48:00.408 INFO kablam! | ----^^^^^ Oct 14 16:48:00.409 INFO kablam! | | Oct 14 16:48:00.409 INFO kablam! | help: remove this `mut` Oct 14 16:48:00.409 INFO kablam! | Oct 14 16:48:00.410 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:48:00.410 INFO kablam! Oct 14 16:48:00.415 INFO kablam! warning: method is never used: `token_literal` Oct 14 16:48:00.415 INFO kablam! --> src/ast.rs:16:5 Oct 14 16:48:00.415 INFO kablam! | Oct 14 16:48:00.416 INFO kablam! 16 | fn token_literal(&self) -> String { Oct 14 16:48:00.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:48:00.416 INFO kablam! | Oct 14 16:48:00.417 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:48:00.417 INFO kablam! Oct 14 16:48:00.417 INFO kablam! warning: method is never used: `token_literal` Oct 14 16:48:00.417 INFO kablam! --> src/ast.rs:34:5 Oct 14 16:48:00.418 INFO kablam! | Oct 14 16:48:00.418 INFO kablam! 34 | fn token_literal(&self) -> String { Oct 14 16:48:00.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:48:00.419 INFO kablam! Oct 14 16:48:00.419 INFO kablam! warning: struct is never constructed: `Expression` Oct 14 16:48:00.419 INFO kablam! --> src/ast.rs:39:1 Oct 14 16:48:00.419 INFO kablam! | Oct 14 16:48:00.420 INFO kablam! 39 | struct Expression; Oct 14 16:48:00.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:48:00.420 INFO kablam! Oct 14 16:48:01.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 14 16:48:01.580 INFO kablam! su: No module specific data is present Oct 14 16:48:02.951 INFO running `"docker" "rm" "-f" "03840ae7e4365e352532537623cc4be7a04be2140751e80c2170985cd8786a23"` Oct 14 16:48:03.375 INFO blam! 03840ae7e4365e352532537623cc4be7a04be2140751e80c2170985cd8786a23 Oct 14 16:48:03.382 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 16:48:03.814 INFO blam! 92dd082b460cac924b2922621e5020272b8485c308cfce82e794cb04ee9f0230 Oct 14 16:48:03.823 INFO running `"docker" "start" "-a" "92dd082b460cac924b2922621e5020272b8485c308cfce82e794cb04ee9f0230"` Oct 14 16:48:05.744 INFO kablam! usermod: no changes Oct 14 16:48:05.773 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 16:48:05.779 INFO kablam! Running /target/debug/deps/monkey-786499d2af390bf3 Oct 14 16:48:05.779 INFO blam! Oct 14 16:48:05.779 INFO blam! running 4 tests Oct 14 16:48:05.779 INFO blam! test parser::tests::basic_input ... ok Oct 14 16:48:05.779 INFO blam! test lexer::tests::simple_program ... ok Oct 14 16:48:05.788 INFO blam! test lexer::tests::basic_input ... ok Oct 14 16:48:05.788 INFO kablam! su: No module specific data is present Oct 14 16:48:05.788 INFO blam! test lexer::tests::medium_input ... ok Oct 14 16:48:05.788 INFO blam! Oct 14 16:48:05.788 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:48:05.788 INFO blam! Oct 14 16:48:06.516 INFO running `"docker" "rm" "-f" "92dd082b460cac924b2922621e5020272b8485c308cfce82e794cb04ee9f0230"` Oct 14 16:48:06.855 INFO blam! 92dd082b460cac924b2922621e5020272b8485c308cfce82e794cb04ee9f0230