[INFO] cloning repository felix-d/Rust-Monkey-Intepreter [INFO] running `"git" "clone" "--bare" "git://github.com/felix-d/Rust-Monkey-Intepreter.git" "work/cache/sources/gh/felix-d/Rust-Monkey-Intepreter"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/felix-d/Rust-Monkey-Intepreter'... [INFO] running `"git" "clone" "work/cache/sources/gh/felix-d/Rust-Monkey-Intepreter" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/felix-d/Rust-Monkey-Intepreter"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/felix-d/Rust-Monkey-Intepreter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/felix-d/Rust-Monkey-Intepreter" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/felix-d/Rust-Monkey-Intepreter"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/felix-d/Rust-Monkey-Intepreter'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ab0be05834178fc064e732297bf71f22733486ec [INFO] sha for GitHub repo felix-d/Rust-Monkey-Intepreter: ab0be05834178fc064e732297bf71f22733486ec [INFO] validating manifest of felix-d/Rust-Monkey-Intepreter on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of felix-d/Rust-Monkey-Intepreter on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing felix-d/Rust-Monkey-Intepreter [INFO] finished frobbing felix-d/Rust-Monkey-Intepreter [INFO] frobbed toml for felix-d/Rust-Monkey-Intepreter written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/felix-d/Rust-Monkey-Intepreter/Cargo.toml [INFO] started frobbing felix-d/Rust-Monkey-Intepreter [INFO] finished frobbing felix-d/Rust-Monkey-Intepreter [INFO] frobbed toml for felix-d/Rust-Monkey-Intepreter written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/felix-d/Rust-Monkey-Intepreter/Cargo.toml [INFO] crate felix-d/Rust-Monkey-Intepreter already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing felix-d/Rust-Monkey-Intepreter against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/felix-d/Rust-Monkey-Intepreter:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 45dc364f53a942eb1382f5ff686fc80938b006322f1aa80ba016528f263b32c6 [INFO] running `"docker" "start" "-a" "45dc364f53a942eb1382f5ff686fc80938b006322f1aa80ba016528f263b32c6"` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling interpreter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | 'a'...'z' | 'A'...'Z' | '_' => self.lex_identifier(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:158:28 [INFO] [stderr] | [INFO] [stderr] 158 | 'a'...'z' | 'A'...'Z' | '_' => self.lex_identifier(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:159:16 [INFO] [stderr] | [INFO] [stderr] 159 | '0'...'9' => self.lex_integer(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new_let` [INFO] [stderr] --> src/ast.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | pub(crate) fn new_let(identifier: &str, value: Expression) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.84s [INFO] running `"docker" "inspect" "45dc364f53a942eb1382f5ff686fc80938b006322f1aa80ba016528f263b32c6"` [INFO] running `"docker" "rm" "-f" "45dc364f53a942eb1382f5ff686fc80938b006322f1aa80ba016528f263b32c6"` [INFO] [stdout] 45dc364f53a942eb1382f5ff686fc80938b006322f1aa80ba016528f263b32c6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/felix-d/Rust-Monkey-Intepreter:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] a9c757cc24546348ea21d21ef14ffe1643528c990edd890f59fb339f12df6a91 [INFO] running `"docker" "start" "-a" "a9c757cc24546348ea21d21ef14ffe1643528c990edd890f59fb339f12df6a91"` [INFO] [stderr] Compiling interpreter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | 'a'...'z' | 'A'...'Z' | '_' => self.lex_identifier(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:158:28 [INFO] [stderr] | [INFO] [stderr] 158 | 'a'...'z' | 'A'...'Z' | '_' => self.lex_identifier(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:159:16 [INFO] [stderr] | [INFO] [stderr] 159 | '0'...'9' => self.lex_integer(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.50s [INFO] running `"docker" "inspect" "a9c757cc24546348ea21d21ef14ffe1643528c990edd890f59fb339f12df6a91"` [INFO] running `"docker" "rm" "-f" "a9c757cc24546348ea21d21ef14ffe1643528c990edd890f59fb339f12df6a91"` [INFO] [stdout] a9c757cc24546348ea21d21ef14ffe1643528c990edd890f59fb339f12df6a91 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/felix-d/Rust-Monkey-Intepreter:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 9e37842824b66b0d6c824e4227d4ed9575c6e6b84f44bc14fecbc0f7576bf58f [INFO] running `"docker" "start" "-a" "9e37842824b66b0d6c824e4227d4ed9575c6e6b84f44bc14fecbc0f7576bf58f"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/interpreter-87c74181dea16d95 [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test evaluator::tests::test_error_handling ... ok [INFO] [stdout] test evaluator::tests::test_function_application ... ok [INFO] [stdout] test lexer::tests::test_scenario ... ok [INFO] [stdout] test evaluator::tests::test_function_object ... ok [INFO] [stdout] test evaluator::tests::test_eval_if_else_expression ... ok [INFO] [stdout] test evaluator::tests::test_let_statements ... ok [INFO] [stdout] test evaluator::tests::test_return_statements ... ok [INFO] [stdout] test evaluator::tests::test_eval_bool_expression ... ok [INFO] [stdout] test evaluator::tests::test_eval_bang_expression ... ok [INFO] [stdout] test parser::tests::parse_integer_literal_expression ... ok [INFO] [stdout] test parser::tests::parse_let_statements ... ok [INFO] [stdout] test parser::tests::parse_return_statement ... ok [INFO] [stdout] test parser::tests::test_function_parameter_parsing ... ok [INFO] [stdout] test evaluator::tests::test_eval_integer_expression ... ok [INFO] [stdout] test parser::tests::test_if_expression_with_alternative ... ok [INFO] [stdout] test parser::tests::test_boolean_expressions ... ok [INFO] [stdout] test parser::tests::parse_identifier_expression ... ok [INFO] [stdout] test parser::tests::test_call_expression_parsing ... ok [INFO] [stdout] test parser::tests::test_if_expression ... ok [INFO] [stdout] test parser::tests::test_function_literal_parsing ... ok [INFO] [stdout] test parser::tests::test_prefix_operators ... ok [INFO] [stdout] test parser::tests::test_operator_precendence_parsing ... ok [INFO] [stdout] test parser::tests::test_infix_operators ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9e37842824b66b0d6c824e4227d4ed9575c6e6b84f44bc14fecbc0f7576bf58f"` [INFO] running `"docker" "rm" "-f" "9e37842824b66b0d6c824e4227d4ed9575c6e6b84f44bc14fecbc0f7576bf58f"` [INFO] [stdout] 9e37842824b66b0d6c824e4227d4ed9575c6e6b84f44bc14fecbc0f7576bf58f