[INFO] cloning repository jimf/mincaml [INFO] running `"git" "clone" "--bare" "git://github.com/jimf/mincaml.git" "work/cache/sources/gh/jimf/mincaml"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jimf/mincaml'... [INFO] running `"git" "clone" "work/cache/sources/gh/jimf/mincaml" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jimf/mincaml"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jimf/mincaml'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jimf/mincaml" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jimf/mincaml"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jimf/mincaml'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c0228bfe3f06818b012991129abdee62bd7327e2 [INFO] sha for GitHub repo jimf/mincaml: c0228bfe3f06818b012991129abdee62bd7327e2 [INFO] validating manifest of jimf/mincaml 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 jimf/mincaml 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 jimf/mincaml [INFO] finished frobbing jimf/mincaml [INFO] frobbed toml for jimf/mincaml written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jimf/mincaml/Cargo.toml [INFO] started frobbing jimf/mincaml [INFO] finished frobbing jimf/mincaml [INFO] frobbed toml for jimf/mincaml written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jimf/mincaml/Cargo.toml [INFO] crate jimf/mincaml 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jimf/mincaml against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jimf/mincaml:/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] 055fac20a07c508927450fd841e119f0583229ece048492ba4a43abec72d916c [INFO] running `"docker" "start" "-a" "055fac20a07c508927450fd841e119f0583229ece048492ba4a43abec72d916c"` [INFO] [stderr] Compiling minicaml v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:39:24 [INFO] [stderr] | [INFO] [stderr] 39 | '0'...'9' => NumberParseState::Integer, [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:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | '0'...'9' => NumberParseState::WithDecimal, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:54:24 [INFO] [stderr] | [INFO] [stderr] 54 | '0'...'9' => NumberParseState::WithExp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:61:24 [INFO] [stderr] | [INFO] [stderr] 61 | '0'...'9' => NumberParseState::WithExp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:67:24 [INFO] [stderr] | [INFO] [stderr] 67 | '0'...'9' => NumberParseState::WithExp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.13s [INFO] running `"docker" "inspect" "055fac20a07c508927450fd841e119f0583229ece048492ba4a43abec72d916c"` [INFO] running `"docker" "rm" "-f" "055fac20a07c508927450fd841e119f0583229ece048492ba4a43abec72d916c"` [INFO] [stdout] 055fac20a07c508927450fd841e119f0583229ece048492ba4a43abec72d916c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jimf/mincaml:/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] eae35782b3be9807e3dc106b754f4003ef2847fde717891020b3f9c8b0470502 [INFO] running `"docker" "start" "-a" "eae35782b3be9807e3dc106b754f4003ef2847fde717891020b3f9c8b0470502"` [INFO] [stderr] Compiling minicaml v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:39:24 [INFO] [stderr] | [INFO] [stderr] 39 | '0'...'9' => NumberParseState::Integer, [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:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | '0'...'9' => NumberParseState::WithDecimal, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:54:24 [INFO] [stderr] | [INFO] [stderr] 54 | '0'...'9' => NumberParseState::WithExp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:61:24 [INFO] [stderr] | [INFO] [stderr] 61 | '0'...'9' => NumberParseState::WithExp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:67:24 [INFO] [stderr] | [INFO] [stderr] 67 | '0'...'9' => NumberParseState::WithExp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.43s [INFO] running `"docker" "inspect" "eae35782b3be9807e3dc106b754f4003ef2847fde717891020b3f9c8b0470502"` [INFO] running `"docker" "rm" "-f" "eae35782b3be9807e3dc106b754f4003ef2847fde717891020b3f9c8b0470502"` [INFO] [stdout] eae35782b3be9807e3dc106b754f4003ef2847fde717891020b3f9c8b0470502 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jimf/mincaml:/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] 223b3b9e376002eb874b15d758847806c981ef050699a171c01c2847ba64ba48 [INFO] running `"docker" "start" "-a" "223b3b9e376002eb874b15d758847806c981ef050699a171c01c2847ba64ba48"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/minicaml-4a1d63759169050f [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test parser::tests::should_parse_if_expressions ... ok [INFO] [stdout] test parser::tests::should_parse_array_put_expressions ... ok [INFO] [stdout] test parser::tests::should_parse_array_get_expressions ... ok [INFO] [stdout] test parser::tests::should_parse_array_create_expressions ... ok [INFO] [stdout] test parser::tests::should_parse_arithmetic_expressions ... ok [INFO] [stdout] test parser::tests::should_parse_let_expressions ... ok [INFO] [stdout] test parser::tests::should_parse_primary_expressions ... ok [INFO] [stdout] test parser::tests::should_parse_semicolon_separated_expressions ... ok [INFO] [stdout] test lexer::tests::should_tokenize_valid_inputs ... ok [INFO] [stdout] test typing::tests::should_infer_type_for_let_expressions ... ignored [INFO] [stdout] test parser::tests::should_parse_tuples ... ok [INFO] [stdout] test parser::tests::should_parse_unary_operator_expressions ... ok [INFO] [stdout] test typing::tests::should_infer_type_for_arithmetic ... ok [INFO] [stdout] test typing::tests::should_infer_type_for_comparison ... ok [INFO] [stdout] test parser::tests::should_parse_comparison_expressions ... ok [INFO] [stdout] test parser::tests::should_parse_function_application ... ok [INFO] [stdout] test typing::tests::should_infer_type_for_conditionals ... ok [INFO] [stdout] test typing::tests::should_infer_type_for_negation ... ok [INFO] [stdout] test typing::tests::should_infer_type_for_primitives ... ok [INFO] [stdout] test typing::tests::should_infer_type_for_vars ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "223b3b9e376002eb874b15d758847806c981ef050699a171c01c2847ba64ba48"` [INFO] running `"docker" "rm" "-f" "223b3b9e376002eb874b15d758847806c981ef050699a171c01c2847ba64ba48"` [INFO] [stdout] 223b3b9e376002eb874b15d758847806c981ef050699a171c01c2847ba64ba48